
.modal-backdrop { background-color: #00000066;}
.modal-backdrop.show { opacity: 1; z-index: 999}
.project_contact_popup {z-index: 20000000000 !important;}

.project_contact_popup .modal-dialog { max-width: 1030px; padding: 10px}
.project_contact_popup .modal-content { border-radius: 24px; box-shadow: none; background-color: transparent;}
.project_contact_popup .modal-body { padding: 0px;}
.project_contact_popup button.btn-close { position: absolute; right: -10px; top: -10px; z-index: 99; opacity: 1; padding: 0; border: 1px solid #25395C1A; width: 30px; height: 30px; background-color: #faf6e8; border-radius: 100%; background-size: 15px; color: #fff !important; transition: .3s ease-in-out;}
.project_contact_popup button.btn-close:hover {background-color: #25395C1A;}

.popup_content_body {display: flex; gap: 16px; margin-bottom: 20px; border-radius: 24px; overflow: hidden; background-color: #fff; box-shadow: 0px 0px 250px 0px #00000040;}
.popup_content_body>div {width: calc(50% - 8px);}

.project_contact_popup .modal-body .leftside {display: flex; flex-direction: column;}
.project_contact_popup .modal-body .leftside .popup_title {padding: 40px 57px 0px 40px;}
.project_contact_popup .modal-body .leftside .contact_popup_img {margin-top: auto;}
.project_contact_popup .modal-body .modaltitle { font-weight: 700; line-height: 40px; margin-bottom: 16px; font-size: 30px}
.project_contact_popup .modal-body p {margin: 0px; font-size: 20px; line-height: 28px;}


.project_contact_popup .modal-body .rightside { padding: 40px 40px 40px 0px; display: flex; flex-direction: column;}
.project_contact_popup .modal-body .rightside form { row-gap: 24px; padding: 32px 24px; border-radius: 16px; background-color: #F8F7F3;}
.project_contact_popup .modal-body .rightside form .success { color: var(--color-green); margin-top: 8px; text-align: center}

.project_contact_popup .form-control { box-shadow: none !important; outline: 0 !important; padding: 10px 15px !important; border: none; border-bottom: 1px solid #25395C1A; background-color: transparent; font-size: 20px !important; line-height: 28px !important; color: #191919; font-weight: 400; height: 65px; font-family: var(--font-sfprodisplay); border-radius: 0px}
.project_contact_popup .form-control::-moz-placeholder { color: #35373B}
.project_contact_popup .form-control::placeholder { color: #35373B}
.project_contact_popup .form-control:focus {border-color: #F2A843;}
.project_contact_popup .form_group input {width: 0px; height: 0px; padding: 0px; position: absolute; opacity: 0px;}
.project_contact_popup .form_group label {display: inline-flex; align-items: center; gap: 7px; font-size: 20px; line-height: 28px; color: #191919; cursor: pointer;}
.project_contact_popup .form_group label::before {content: ''; width: 17px; height: 17px; border-radius: 50%; border: 1px solid #25395C1A; background-color: #fff; transition: all ease-in-out 0.3s;}
.project_contact_popup .form_group input:checked ~ label::before {border-color: #F2A843; border-width: 4px;}
.project_contact_popup select.form-control { background-image: url('data:image/svg+xml,<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.5L4 3.5L7 0.5" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>'); background-size: 12px; background-repeat: no-repeat; background-position-y: center; background-position-x: calc(100% - 18px); padding-right: 35px}
.project_contact_popup .enter-value { display: flex; align-items: center; gap: 16px;}
.project_contact_popup .enter-value .contact_question {font-size: 20px; line-height: 28px; color: #191919;}
.project_contact_popup .enter-value .form-control {height: 58px; width: 119px; border: 1px solid #25395C1A; border-radius: 4px; background-color: #fff;}
.project_contact_popup .enter-value .form-control:focus {border-color: #F2A843;}
.project_contact_popup .btn--primary {box-shadow: 0px 4px 20px 0px #FDCD5666; font-size: 20px; line-height: 28px;}

.project_contact_popup  #schedule_consultation .consultation-field-error {display: none !important;}
.project_contact_popup  #schedule_consultation input.error, #schedule_consultation select.error {border-color: #ff0018 !important;}


/* clients */
.project_contact_popup .partner_slider {position: relative; padding-top: 30px; margin-top: auto; width: 100%;}
.project_contact_popup .partner_slider .swiper-wrapper {align-items: center;}
.project_contact_popup .partner_slider .swiper-slide {padding-right: 20px; border-right: 1px solid #1919191A;}
.project_contact_popup .partner_slider .swiper-slide img {filter: grayscale(1);}

.trusted_partner {padding: 20px 30px; background-color: #fff; border: 1px solid #FFFFFF33; border-radius: 20px; display: flex; align-items: center; gap: 30px;}
.trusted_partner .modaltitle {width: 168px; flex: 0 0 auto;}
.trusted_partner .swiper-wrapper {align-items: center;}
.trusted_partner .swiper-slide {display: flex; align-items: center; justify-content: center;}
.trusted_partner .swiper-slide img {max-width: 100px;}


/* Responsive CSS */

@media screen and (max-width : 1199px) {
    .project_contact_popup .modal-body .modaltitle {font-size: 28px; line-height: 38px;}
    .project_contact_popup .modal-dialog {padding: 20px;}
}

@media screen and (max-width : 991px) {
    .project_contact_popup .modal-body .modaltitle {font-size: 28px; line-height: 38px;}
    .project_contact_popup .modal-dialog {padding: 20px;}
    .project_contact_popup .modal-body .leftside .popup_title {padding-right: 40px;}
}

@media screen and (max-width : 768px) {
    .popup_content_body {margin-bottom: 0px;}
    .trusted_partner, .project_contact_popup .partner_slider, .project_contact_popup .modal-body .leftside {display: none;}

    .project_contact_popup .modal-body .rightside {padding: 10px; width: 100%; align-items: center;}
    .project_contact_popup .modal-body .rightside form {width: 100%;}
}

@media screen and (max-width : 576px) {
    .project_contact_popup .modal-body .rightside form {padding: 20px;}
}