.iletisim-card:hover {
    transition: .3s !important;
    box-shadow: 0px 0px 107.80000305175781px 0px #15203714;
}

.iletisim-card {
    border: 2px solid #f4f8fb;
    padding: 40px;
    height: 100%;
    cursor: pointer;
    transition: .3s !important;
    max-width: 90% !important;
    margin: auto;
}

.iletisim-card-bosluk {
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.iletisim-card-bilgi {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D2939;
}

iframe {
    width: 100%;
}

.iletisim-card-yon {
    margin-top: 10px;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #1746A2;
    text-decoration: underline;
}

.form-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: center;
    color: #FDB827;
}

.form-detail {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: center;
    color: #152037;
}

.form-bosluk {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    transition: .3s !important;
    border-radius: 5rem;
    color: #FDB827;
    display: flex !important;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 1rem;
}

.iletisim-card:hover .card-icon {
    background-color: #FDB827;
    transition: .3s !important;
    color: white;
}

.harita {
    margin-top: 3rem;
}

.form-control {
    border-radius: 0 !important;
    padding: 15px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #FDB827 !important;
    outline: 0;
    box-shadow: unset !important;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: unset !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.btn-gndr {
    cursor: pointer;
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 22px !important;
    letter-spacing: 0em !important;
    color: #000000;
    padding: 15px;
    margin-top: 30px;
    background-color: #FDB827 !important;
    transition: .5s;
}

.btn-gndr:hover {
    color: white;
    background: #000000 !important;
    transition: .4s;
}

span i {
    color: #7E7E7E !important;
}

.icerik-detay {
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #344054;
}

.kvkk li {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: start;
    color: #344054;
}

.kvkk {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

li span {
    font-weight: 700;
}

@media only screen and (max-width:991px) {
    .iletisim-card-bosluk {
        row-gap: 2rem;
    }

    #exampleFormControlTextarea1 {
        margin-top: 1rem;
    }
}

@media only screen and (max-width:421px) {
    .form-detail {
        font-family: Inter;
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: center;
        color: #152037;
    }

    .form-title {
        font-family: Inter;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 1rem;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: center;
        color: #FDB827;
    }
}

@media only screen and (max-width:317px) {
    .form-detail {
        font-family: Inter;
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
        color: #152037;
    }

    .form-title {
        font-family: Inter;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 1rem;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: center;
        color: #FDB827;
    }
}