﻿#default-first-section {
    background: url('../img/helpers/iletisim-bg.png') center center no-repeat;
}

#contact-form-section {
    margin: 160px 0 120px 0px;
    padding: 0px 65px;
}

#contact-form-section .left-content h4 span:first-child {
    margin-bottom: 13px;
}

#contact-form-section .left-content h4 span:last-child {
    margin-bottom: 40px;
    color: var(--ahlp-a7804d);
}
#contact-form-section .left-content h4 span:last-child br {
    display:none;
}

#contact-form-section .left-content p {
    margin-bottom: 40px;
}

#contact-form-section p.default-text-6{
    max-width:500px;
}

#contact-form-section .right-content {
    padding: 40px;
    border-radius: 16px;
    background-color: var(--ahlp-f9f5f1);
}

#contact-form-section .right-content .right-content-title {
    margin-bottom: 20px;
}

.map-container {
    position: relative;
    max-width: 540px;
    height: 217px;
    overflow: hidden;
    border-radius: 8px;

}

.map-container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3b4633b;
    backdrop-filter:grayscale(1);
    pointer-events: none;
}

@media (max-width:992px) {
    #default-first-section {
        background-position: 65% center !important;
    }

    #contact-form-section {
        margin: 120px 0 100px 0px;
        padding: 0;
    }
    #contact-form-section .left-content h4 span:first-child {
        margin-bottom: 8px;
    }
    #contact-form-section .left-content {
        padding-right: 0px;
        margin-bottom:40px;
    }

    #contact-form-section p.default-text-6{
        max-width:600px;
    }

    #contact-form-section .left-content h4 span:last-child {
        margin-bottom: 30px;
    }

    #contact-form-section .left-content h4 span:last-child br {
        display:block;
    }

    #contact-form-section .left-content p {
        margin-bottom: 30px;
    }

    .map-container {
        max-width:initial;
        width: 100%;
        height: 180px;
    }
}

@media (max-width:768px) {
    #contact-form-section {
        margin: 100px 0 100px 0px;
    }

    span.default-text-6 {
        font-size: 16px;
        line-height: 19px;
    }
    p.default-text-6 br{
        display:none;
    }

    .map-container {
        width: 100%;
        height: 135px;
    }

    .right-content-title{
        font-size:16px;
        line-height:20px;
    }
    .right-content-title br{
        display:none;
    }
}