/*Start header section*/
.page-contact .header-section{
    background-image: url(../media/contact-header-bg.png);
    background-position-y: top;
    background-size: cover;
    position: relative;
}

.page-contact .header-section:before{
    content: '';
    position: absolute;
    background-repeat: repeat;
    object-fit: contain;
    background-position: center;
    z-index: 999;
    background-image: url(../media/about-header-decoration-1.png);
    width: 52%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-contact .header-section .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
    padding: 52px 183px 0 120px;
}

.page-contact .header-section .wpcf7-form{
    max-width: 520px;
    width: 100%;
    padding: 54px 48px;
    background-color: #F1F0EB;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px 0;
    transform: translateY(54px);
    z-index: 1;
}

.page-contact .header-section .text-content{
    margin-bottom: 54px;
}

.page-contact .header-section .wpcf7-form .btn{
    margin-top: 42px;
    max-width: 100%;
    width: 100%;
}

.page-contact .header-section .wpcf7-form .contact-input{
    width: 100%;
}

.page-contact .header-section .wpcf7-form .contact-input input{
    width: 100%;
    padding: 20px 0 10px 0;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: solid 1px #D4D2C6;
}

.page-contact .header-section .wpcf7-form .contact-input input, textarea,
.page-contact .header-section .wpcf7-form .contact-input input::placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #5A5A55;
}

.page-contact .header-section .wpcf7-form .btn-orange:hover{
    color: #C56F4A;
}

.page-contact .header-section .wpcf7-form .wpcf7-response-output{
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
    color: #5A5A55;
}

.page-contact form.wpcf7-form select.wpcf7-select {
    width: 100%;
    outline: none;
    border: none;
    font-size: 16px;
    color: #5A5A55;
    background: transparent;
    line-height: 160%;
    padding: 20px 0 10px 0;
    border-bottom: solid 1px #D4D2C6;
}

/*End header section*/


@media (max-width: 1280px) {
    /*Start header section*/
    .page-contact .header-section .container{
        padding: 52px 79px 0 79px;
    }

    .page-contact .header-section .wpcf7-form{
        max-width: 400px;
        padding: 54px 24px;
    }
    /*End header section*/
}

@media (max-width: 992px) {
    /*Start header section*/
    .page-contact .header-section .container{
        padding: 52px 21px 0 21px;
        flex-direction: column;
        align-items: flex-start;
        gap: 73px 0;
    }

    .page-contact .header-section .text-content{
        margin-bottom: 0;
        padding: 0 12px;
    }

    .page-contact .header-section .wpcf7-form{
        transform: none;
        max-width: 100%;
    }

    .page-contact .header-section .container{
        padding: 125px 8px 47px 8px;
    }
    /*End header section*/
}

@media (max-width: 576px){
    /*Start header section*/
    .page-contact .header-section:before{
        display: none;
    }

    .page-contact .header-section{
        background-image: url(../media/contact-header-bg-mobile.jpg);
    }
    /*End header section*/
}