.banner-img {
    height: 400px;
    object-fit: cover;
}

.iletisim-yorum {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #556962;
}
.iletisim {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 30px;
}

.iletisim-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2A433B;
}



.harita iframe{
    width:100% !important;
}

.iletisim-detay {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #191A19;
}
    .iletisim-detay p a {
        text-decoration: none !important;
        color: #191A19;
    }
.yol {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2A433B;
}

.yol i {
    margin-top: 30px;
    color: rgba(42, 67, 59, 1);
    margin-left: 16px;
}

.iletisim-row {
    margin-top: 90px !important;
    row-gap: 60px;
}

.direction-link {
    width: max-content;
    display: flex;
    margin-top: 2rem;
    max-width: 100%;
}


.contact-form-area {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.contact-form-title {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #2A433B;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 42px 24px;
    background: #fff;
    box-shadow: 0 0 6px 2px #0000001a;
    border-radius: 8px;
}

    .contact-form form .form-group {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }

        .contact-form form .form-group label {
            font-size: 15px;
            line-height: 23px;
            font-family: 'Poppins';
            font-weight: 500;
            color: #2A433B;
        }

            .contact-form form .form-group label span {
                color: red;
            }

        .contact-form form .form-group input {
            border-radius: 4px;
            padding: 10px 16px;
            border: 1px solid #e0e0e0;
            font-size: 15px;
            line-height: 23px;
            font-family: 'Poppins';
            box-shadow: none;
            outline: none;
        }

        .contact-form form .form-group textarea {
            border-radius: 4px;
            padding: 10px 16px;
            border: 1px solid #e0e0e0;
            font-size: 15px;
            line-height: 23px;
            font-family: 'Poppins';
            min-height: 110px;
            box-shadow: none;
            outline: none;
        }

    .contact-form form .iletisimGonder {
        background: #2a433b !important;
        width: max-content;
        max-width: 100%;
        padding: 10px 32px;
        border-radius: 4px;
        color: #fff;
        column-gap: 20px;
        font-family: 'Poppins';
        border: 1px solid #2a433b;
    }


@media only screen and (max-width: 991px) {
    .map {
        margin-top: 3rem !important;
    }
}
@media only screen and (max-width: 425px) {
  iframe{
      height:300px;
  }
}