/* Layouts */
/* HEADER */
.l-header:has(.main-logo) {
    padding: 12px;
    background: transparent!important;
}

.l-header:has(.main-logo) .l-subheader.width_full {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}


.l-header:has(.main-logo)  .l-subheader-cell.at_center {
    height: 100%;
}
.l-header:has(.main-logo)  .l-subheader-cell.at_center .w-nav.type_desktop {
    height: 100%;
    display: flex;
}
.l-header:has(.main-logo)  .l-subheader-cell.at_center .w-nav.type_desktop .menu-item {
    height: 100%;
    display: flex;
    align-items: center;
}
.l-header:has(.main-logo)  .l-subheader-cell.at_center .w-nav.type_desktop .current-menu-item {
    position: relative;
}

.l-header:has(.main-logo)  .l-subheader-cell.at_center .w-nav.type_desktop .current-menu-item a {
    position: relative;
    border-top: 0!important;
}

.l-header:has(.main-logo) .l-subheader-cell.at_center .menu-item a {
    border-top: 0!important;
}

.l-header:has(.main-logo) .l-subheader-cell.at_center .menu-item a:hover {
    border-top: 0!important;
}

.l-header:has(.main-logo)  .l-subheader-cell.at_center .w-nav.type_desktop .current-menu-item:after {
    content: "";
    position: absolute;
    top: 0;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #D1BE6F;
}
.l-header:has(.main-logo)  .l-subheader-cell.at_center .w-nav.type_desktop .current-menu-item:before {
    content: none!important;
}
.l-header:has(.main-logo)  .l-subheader.at_middle {
    background: #ffffff;
    color: #007093;
    border-radius: 8px;
    overflow: visible;
}
.l-header:has(.main-logo)  .support-agent .w-text-h {
    display: flex;
    align-items: center;
}
.l-header:has(.main-logo) .support-agent .material-icons {
    color: #007093;
}
.l-header:has(.main-logo)  .header-btn {
    background: transparent;
}
.l-header:has(.main-logo)  .logo-wrap .main-logo {
    line-height: normal;
}
.l-header:has(.main-logo)  .logo-wrap .main-logo img {
    width: 60px;
    height: auto;
    object-fit: contain;
}
.l-header:has(.main-logo)  .logo-wrap .text-logo img {
    width: 94px;
    height: auto;
}

@media (max-width: 767px) {
    .mobile-menu-support {
        display: flex;
        flex-direction: column !important;
    }
    .l-header:has(.main-logo) .l-subheader-cell.at_right {
/*         justify-content: unset !important; */
    }
}

/* MAIN PAGE */
body {
    scroll-behavior: smooth;
}

/* Hero section */
#hero-section .hero-title-wrp {
    display: flex;
    flex-direction: column;
}
#hero-section .hero-title-wrp .hero-title-h1 {
    opacity: 0.46;
}

/* Logo section */
#logo-section .logo-white {
    position: relative;
    animation: moveUpDown 3s ease-in-out infinite;
}
#logo-section .logo-white:after {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(0, 0, 0) -80%, rgb(255, 249, 249) 100%);
    position: absolute;
    border-radius: 50%;
    bottom: -60%;
    left: 50%;
    opacity: 0.6;
    transform: translateX(-50%) rotateX(-70deg);
    filter: blur(10px);
    animation: scaleShadow 3s ease-in-out infinite;
    z-index: -1;
}
@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
@keyframes scaleShadow {
    0%, 100% {
        transform: translateX(-50%) rotateX(-70deg) scale(1);
    }
    50% {
        transform: translateX(-50%) rotateX(-70deg) scale(1.2);
    }
}
#logo-section .logo-white img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
#about-section .wpb_column {
    height: fit-content;
}

#about-section #first-about-img, #about-section #second-about-img, #about-section #third-about-img {
    transition: translateY 0.2s ease-in-out;
}
@media (max-width: 767px) {
    #about-section #first-about-img, #about-section #second-about-img, #about-section #third-about-img {
        transform: translateY(0);
    }
    #about-section #about-image-box {
        order: 2;
    }
}

.project-item-content {
    height: fit-content !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.project-item-img .w-image-h {
    height: inherit !important;
}

.project-item-img img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 767px) {
    #project-section-first .project-item-content, #project-section-second .project-item-content, #project-section-third .project-item-content {
        order: 2;
    }
}

#form-section .wpcf7-form {
    display: flex;
    justify-content: center;
}
#form-section .contact-form-custom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}
@media (max-width: 767px) {
    #form-section .contact-form-custom {
        width: 100% !important;
    }
}
#form-section .contact-form-custom .form-inner {
    display: flex;
    column-gap: 21px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
@media (max-width: 767px) {
    #form-section .contact-form-custom .form-inner {
        flex-direction: column;
        width: 100%;
    }
}
#form-section .contact-form-custom .form-inner p {
    width: 100%;
}
#form-section .contact-form-custom input {
    height: 63px;
    margin-top: 0 !important;
    max-width: 327px !important;
}
@media (max-width: 767px) {
    #form-section .contact-form-custom input {
        width: 100% !important;
        max-width: 100% !important;
    }
}
#form-section .contact-form-custom .wpcf7-checkbox {
    padding: 0;
}
#form-section .contact-form-custom .wpcf7-checkbox input {
    height: auto;
    margin: 0;
    width: fit-content !important;
    margin-left: 10px;
}
#form-section .contact-form-custom p:has(.wpcf7-submit) {
    width: fit-content;
}
@media (max-width: 767px) {
    #form-section .contact-form-custom p:has(.wpcf7-submit) {
        width: 100% !important;
    }
}
#form-section .contact-form-custom .wpcf7-submit {
    border-radius: 0 !important;
    min-width: 187px;
    transition: all 0.2s ease-in-out;
}
#form-section .contact-form-custom .wpcf7-submit:hover {
    background-color: #ffffff;
    color: #007093;
}
#form-section .contact-form-custom .wpcf7-spinner {
    display: none;
}
#form-section .contact-form-custom .wpcf7-list-item {
    margin: 0 !important;
    color: white;
    font-size: 16px;
}
@media (max-width: 767px) {
    #form-section .wpcf7-checkbox {
        padding: 0;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #form-section .wpcf7-checkbox input {
        height: auto;
        margin: 0;
    }
    #form-section p:has(.wpcf7-submit) {
        width: 100%;
    }
    #form-section .wpcf7-submit {
        width: 100%;
    }
}