/* ==========================================================================
   Libre Franklin Custom Fonts
   ========================================================================== */
@font-face {
    font-family: 'Libre Franklin';
    src: url('assets/fonts/LibreFranklin-Regular.woff2') format('woff2'),
        url('assets/fonts/LibreFranklin-Regular.woff') format('woff'),
        url('assets/fonts/LibreFranklin-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('assets/fonts/LibreFranklin-Medium.woff2') format('woff2'),
        url('assets/fonts/LibreFranklin-Medium.woff') format('woff'),
        url('assets/fonts/LibreFranklin-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('assets/fonts/LibreFranklin-SemiBold.woff2') format('woff2'),
        url('assets/fonts/LibreFranklin-SemiBold.woff') format('woff'),
        url('assets/fonts/LibreFranklin-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('assets/fonts/LibreFranklin-Bold.woff2') format('woff2'),
        url('assets/fonts/LibreFranklin-Bold.woff') format('woff'),
        url('assets/fonts/LibreFranklin-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('assets/fonts/LibreFranklin-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/LibreFranklin-ExtraBold.woff') format('woff'),
        url('assets/fonts/LibreFranklin-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('assets/fonts/LibreFranklin-Black.woff2') format('woff2'),
        url('assets/fonts/LibreFranklin-Black.woff') format('woff'),
        url('assets/fonts/LibreFranklin-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --size: 82.5rem;
    --space: 0.125rem;
    --cl-black: #121212;
    --cl-black-dark: #262626;
    --cl-black-darked: #000;
    --cl-white: #fff;
    --cl-grey: #BCBCBC;
    --cl-grey-dark: #555558;
    --cl-grey-light: #F5F5F7;
    --cl-green: #2D8C38;
    --cl-green-light: #30BF2A;
    --cl-red: #D60B17;
    --gr-overlay: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 19.25%);
    --gr-white: linear-gradient(90deg, rgba(255, 255, 255, 0.17) 39.9%, rgba(255, 255, 255, 0) 100%);
    --gr-green: linear-gradient(90deg, #2D8C38 0%, #1D9B18 100%);
    --fs-72: 4.5rem;
    --fs-56: 3.5rem;
    --fs-48: 3rem;
    --fs-44: 2.75rem;
    --fs-40: 2.5rem;
    --fs-36: 2.25rem;
    --fs-32: 2rem;
    --fs-28: 1.75rem;
    --fs-24: 1.5rem;
    --fs-20: 1.25rem;
    --fs-18: 1.125rem;
    --fs-16: 1rem;
    --fs-15: 0.9375rem;
    --fs-14: 0.875rem;
    --fs-13: 0.8125rem;
    --fs-12: 0.75rem;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-horizontal-gap: 6px;

}

#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start)>.site-header-row-container-inner {
    background: var(--cl-white) !important;
}

#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start)>.site-header-row-container-inner .header-menu-container>ul>li.menu-item>a {
    color: #000;
}

#masthead .site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container {
    position: relative;
    max-width: var(--size);
}

.block-editor-block-list__block {
    margin: 0 !important;
}

.site-footer .site-top-footer-wrap a:not(.button):not(.wp-block-button__link):not(.wp-element-button).btn-ariston,
.btn-ariston {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.125rem;
    color: #fff;
    background-color: #BC132A;
    border: 1px solid #BC132A;
    padding: 0.9375rem 1.875rem;
}

.btn-ariston:active,
.btn-ariston:focus {
    background-color: #fff;
    border-color: #fff;
    color: #BC132A !important;
}

.btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cl-green-light, #30BF2A);
    color: #ffffff;
    font-size: var(--fs-14, 0.8125rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    height: calc(var(--space) * 23);
    padding: 0 calc(var(--space) * 12);
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-green:hover,
.btn-green:focus {
    background-color: var(--cl-green, #2D8C38);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(48, 191, 42, 0.2);
}

.btn-green-arrow {
    margin-left: calc(var(--space) * 8);
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-green-arrow svg,
.btn-green-arrow img {
    display: block;
    width: 16px;
    height: 16px;
}

.btn-green:hover .btn-green-arrow {
    transform: translateX(3px);
}

.site-footer .site-top-footer-wrap a:not(.button):not(.wp-block-button__link):not(.wp-element-button).btn-ariston {
    width: 13rem;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    text-align: center;
}

.site-footer .site-top-footer-wrap a:not(.button):not(.wp-block-button__link):not(.wp-element-button).btn-ariston:active,
.site-footer .site-top-footer-wrap a:not(.button):not(.wp-block-button__link):not(.wp-element-button).btn-ariston:focus {
    background-color: #fff;
    border-color: #BC132A;
    color: #BC132A;
}

.header-navigation .menu {
    gap: 3.125rem;
}

.main-navigation .primary-menu-container>ul>li.menu-item>a {
    font-weight: 600;
    font-size: var(--fs-16);
    text-transform: uppercase;
}

#masthead .item-is-fixed.item-is-stuck {
    top: 0 !important;
}

#masthead .main-navigation .primary-menu-container>ul>li.menu-item.current-menu-item>a {
    text-decoration: underline;
    font-weight: 500;
}

.single-post .entry-content-wrap {
    padding: 0;
}

.single-post .breadcrumbs__single,
.single-post .entry.single-entry {
    background-color: transparent;
    box-shadow: none;
    max-width: 75rem;
    margin: 0 auto;
}

.single-post .breadcrumbs__single {
    padding-top: 10.625rem !important;
}

.single-post .entry.single-entry {
    padding-bottom: 5rem !important;
}

.single-post .breadcrumbs__single .entry-title {
    color: #BC132A;
    font-weight: 700;
    font-size: 2.375rem;
    margin: 0 0 0.625rem 0;
    text-transform: uppercase;
}

.single-post .entry-meta.entry-meta-divider-dot {
    color: #4E4E4E;
    font-size: 1rem;
}

.single-post .entry-content.single-content {
    font-size: 1.125rem;
    font-weight: 400;
}

.single-post .entry-content.single-content .wp-block-image img {
    width: 100%;
}

.single-post .entry-related {
    margin-top: 0;
    background: linear-gradient(360deg, #D9D9D9 0%, #FFFFFF 100%) !important;
}

.single-post .entry-related-inner-content {
    margin: 0 auto !important;
    width: 100%;
    max-width: 75rem !important;
    display: block;
}

.single-post h2.entry-related-title {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 2.5rem 0;
    background: linear-gradient(266.9deg, #700C1C 0.67%, #E41E26 99.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    text-align: center;
}

.site-footer .site-top-footer-inner-wrap,
.site-footer .site-top-footer-wrap .site-container,
.site-footer .site-bottom-footer-wrap,
.site-footer .site-bottom-footer-wrap .site-container,
.site-footer .site-bottom-footer-wrap .site-container .footer-html,
.site-footer .site-bottom-footer-inner-wrap {
    padding: 0;
    margin: 0;
    gap: 0;
}

.site-footer .site-bottom-footer-inner-wrap,
.ariston-footer-info {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.site-footer p:empty {
    display: none;
}

.ariston-footer-info__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #D9D9D9;
}

.ariston-footer-info__col {
    flex: 0 0 48.083333333%;
    max-width: 48.083333333%;
    text-align: left;
}

.site-footer .ariston-footer-info__title {
    color: #2D2D2D;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

.ariston-footer-info__desc,
.ariston-footer-info__item {
    color: #2D2D2D;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.125rem 0;
}

.ariston-footer-info__desc strong,
.ariston-footer-info__item strong {
    font-weight: 400;
}

.ariston-footer-info__divider {
    border-width: 1px;
    border-color: #D9D9D9;
    margin: 1.25rem 0;
}

.ariston-footer-info__btn-wrap {
    display: block;
    margin-top: 1.25rem;
}

.ariston-footer-info__btn-wrap .btn-ariston {
    display: inline-flex;
}

.site-footer .site-bottom-footer-inner-wrap.site-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
}

.site-footer .site-bottom-footer-inner-wrap .site-footer-section {
    flex: 0 0 48.083333333%;
    max-width: 48.083333333%;
}

.site-footer .footer-html-inner {
    color: #2D2D2D;
    font-size: 0.875rem;
    font-weight: 400;
}

.ariston-social-links {
    display: flex;
    justify-content: flex-end;
    gap: 1.25rem;
}

.ariston-social-btn {
    display: inline-flex;
    width: auto;
    height: 1.875rem;
    line-height: 0;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.ariston-social-btn img {
    height: 100%;
    width: auto;
}

.ariston-social-btn:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (min-width: 1025px) {

    .btn-ariston:hover {
        background-color: #fff;
        border-color: #fff;
        color: #BC132A;
    }

    .site-footer .site-top-footer-wrap a:not(.button):not(.wp-block-button__link):not(.wp-element-button).btn-ariston:hover {
        background-color: #fff;
        border-color: #BC132A;
        color: #BC132A;
    }

    .single-post .breadcrumbs__single,
    .single-post .news-list__container,
    .single-post .entry-content-wrap {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

}

@media screen and (max-width: 1024px) {

    .btn-ariston:hover,
    .site-footer .site-top-footer-wrap a:not(.button):not(.wp-block-button__link):not(.wp-element-button).btn-ariston:hover {
        color: #fff;
    }

    #masthead .site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container {

        max-width: 100%;
        padding: 0;
    }

    #masthead .site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container .site-main-header-inner-wrap {
        padding: 0 1rem;
    }

    /* #masthead .item-is-fixed {
        top: 5px !important;
    } */

    #masthead .item-is-fixed.item-is-stuck {
        top: 0 !important;
    }

    .drawer-toggle {
        color: #121212 !important;
    }

    .transparent-header .drawer-toggle {
        color: #fff !important;
    }

    #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) .drawer-toggle {
        color: #121212 !important;
    }
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
    html {
        font-size: 1.125vw;
    }
}

@media screen and (max-width: 991px) {

    .single-post .breadcrumbs__single,
    .pt-170 {
        padding-top: 8.125rem !important;
    }

    .site-footer {
        padding: 0 1.25rem;
    }

    .ariston-footer-info__row {
        padding-top: 3.125rem;
        gap: 2.5rem;
    }

    .ariston-footer-info__col,
    .site-footer .site-bottom-footer-inner-wrap .site-footer-section {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-footer .site-bottom-footer-inner-wrap.site-footer-row {
        padding-bottom: 3.125rem;
        gap: 1.25rem;
    }

    .ariston-social-links {
        justify-content: flex-start;
    }

    .single-post .entry-header,
    .single-post .entry-content-wrap {
        padding: 0 1.25rem;
    }

    .single-post .breadcrumbs__single .entry-title {
        font-size: 1.375rem;
    }
}

#mobile-drawer.popup-drawer {
    background: rgba(0, 0, 0, 0.4) !important;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
    left: 0 !important;
    right: 0 !important;
}

#mobile-drawer.popup-drawer.active {
    opacity: 1;
    visibility: visible;
}

#mobile-drawer .drawer-inner {
    position: fixed !important;
    top: 10px !important;
    left: auto !important;
    right: 10px !important;
    width: calc(100% - 20px) !important;
    max-width: 380px !important;
    height: auto !important;
    max-height: calc(100vh - 20px) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    padding: 1.5rem !important;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    overflow: hidden;
    bottom: auto !important;
    transform: translateY(-20px) !important;
    opacity: 0 !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
    visibility: hidden !important;
}

#mobile-drawer .drawer-inner::before {
    display: none !important;
}

#mobile-drawer.active .drawer-inner {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#mobile-drawer .drawer-header {
    position: absolute !important;
    top: 1.5rem !important;
    right: 1.5rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    z-index: 20 !important;
    background: transparent !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

#mobile-drawer .drawer-header button,
#mobile-drawer .drawer-header .drawer-toggle,
#mobile-drawer .drawer-header .drawer-close {
    color: #121212 !important;
    background: transparent !important;
    border: none !important;
    font-size: 1.5rem !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
}

#mobile-drawer .drawer-header .drawer-title {
    display: none !important;
}

#mobile-drawer .drawer-inner .drawer-content {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

#mobile-drawer [data-section="kadence_customizer_mobile_html"] {
    padding: 0 0 1rem 0 !important;
    display: block !important;
}

#mobile-drawer .logo_in--menu {
    display: block !important;
    max-height: 2rem !important;
    width: auto !important;
    margin: 0 !important;
}

#mobile-drawer .drawer-content .mobile-navigation ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
}

#mobile-drawer .drawer-content .mobile-navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
}

#mobile-drawer .drawer-content .mobile-navigation ul li.menu-item>a {
    font-weight: 700 !important;
    font-size: 1.375rem !important;
    color: #121212 !important;
    padding: 0.25rem 0 !important;
    display: block !important;
    border: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
}

#kt-scroll-up.kadence-scroll-to-top {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5) !important;
}


.is-hide {
    display: none !important;
}

.custom-site-footer {
    background-color: #262626;
    color: #A0A0A0;
    padding: calc(var(--space) * 30) 0 0 0;
    width: 100%;
}

.custom-site-footer .footer-container {
    max-width: var(--size, 82.5rem);
    margin: 0 auto;
    padding: 0 calc(var(--space) * 10);
    box-sizing: border-box;
}

.custom-site-footer .footer-grid {
    display: grid;
    grid-template-columns: 4.8fr 2.7fr 2.5fr;
    grid-template-rows: auto auto;
    gap: calc(var(--space) * 20);
    padding-bottom: calc(var(--space) * 20);
}

.custom-site-footer .footer-logo-wrap {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
}

.custom-site-footer .footer-col-desc {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
}

.custom-site-footer .footer-col-nav {
    grid-column: 2;
    grid-row: 2;
}

.custom-site-footer .footer-col-contact {
    grid-column: 3;
    grid-row: 2;
}

.custom-site-footer .footer-col {
    width: 100%;
}

.custom-site-footer .footer-logo {
    max-height: 80px;
    height: auto;
    width: auto;
    display: block;
}

.custom-site-footer .footer-desc-title {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 calc(var(--space) * 6) 0;
    line-height: 1.4;
    max-width: 19.8125rem;
}

.custom-site-footer .footer-desc-text {
    font-size: var(--fs-14, 0.875rem);
    color: #A0A0A0;
    line-height: 1.6;
    margin: 0;
}

.custom-site-footer .footer-col-title {
    font-size: 1rem;
    color: #C6C6C6;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 0.25rem 0;
    letter-spacing: 0.05em;
}

.custom-site-footer .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-site-footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.custom-site-footer .footer-menu li {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

.custom-site-footer .footer-contact-item {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.5;
}

.custom-site-footer .footer-contact-item .contact-label {
    color: #C6C6C6;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.custom-site-footer .footer-contact-item a,
.custom-site-footer .footer-contact-item .contact-value {
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-site-footer .footer-menu li a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-site-footer .footer-menu li a:hover {
    color: var(--cl-green-light, #30BF2A);
}

.custom-site-footer .footer-contact-item a:hover {
    color: var(--cl-green-light, #30BF2A) !important;
}

/* Social Media Section in Footer */
.footer-social-wrap {
    margin-top: auto;
    padding-top: 1.5rem;
}

.footer-social-title {
    color: #C6C6C6;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 0.25rem 0;
    letter-spacing: 0.05em;
}

.footer-social-icons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.75rem;
}

.social-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #30BF2A;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icon-btn img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.social-icon-btn:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
}

.social-icon-btn:hover img {
    filter: brightness(1.2);
    box-shadow: 0 4px 12px rgba(48, 191, 42, 0.4);
}

.custom-site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: calc(var(--space) * 12) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8125rem;
    color: #CDCDCD;
    font-weight: 500;
    margin-top: calc(var(--space) * 10);
}

.custom-site-footer .footer-copyright {
    line-height: 1.5;
}

.custom-site-footer .footer-certifications {
    line-height: 1.5;
    text-align: right;
}

@media (max-width: 992px) {
    .custom-site-footer .footer-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: calc(var(--space) * 15);
    }

    .custom-site-footer .footer-logo-wrap,
    .custom-site-footer .footer-col-desc,
    .custom-site-footer .footer-col-nav,
    .custom-site-footer .footer-col-contact {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .custom-site-footer .footer-col-desc {
        margin-bottom: 2.5rem;
    }

    .custom-site-footer .footer-col {
        width: 100%;
    }

    .custom-site-footer .footer-bottom {
        flex-direction: column;
        gap: calc(var(--space) * 6);
        text-align: center;
    }

    .custom-site-footer .footer-certifications {
        text-align: center;
    }
}

.primary-menu-container .pll-parent-menu-item>a {
    padding-right: 0.625rem !important;

}

.primary-menu-container .pll-parent-menu-item>a .nav-drop-title-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.primary-menu-container .pll-parent-menu-item>a .nav-drop-title-wrap::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask: url('assets/images/globe.svg') no-repeat center;
    mask: url('assets/images/globe.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    flex-shrink: 0;
}

.primary-menu-container .pll-parent-menu-item>a .dropdown-nav-toggle {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    transform: none !important;
    margin-left: 4px;
    height: auto;
    width: auto;
}

.primary-menu-container .pll-parent-menu-item>a .dropdown-nav-toggle .kadence-svg-iconset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.primary-menu-container .pll-parent-menu-item>a .dropdown-nav-toggle svg {
    position: static !important;
    top: 0 !important;
}

.primary-menu-container .pll-parent-menu-item ul.sub-menu {
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border-radius: 4px;
    padding: 10px 0 !important;
}

.primary-menu-container .pll-parent-menu-item ul.sub-menu li a {
    color: #1e293b !important;
    padding: 10px 20px !important;
    transition: color 0.2s ease, background-color 0.2s ease;
    text-transform: uppercase;
}

.primary-menu-container .pll-parent-menu-item ul.sub-menu li a:hover {
    color: var(--cl-green-light, #30BF2A) !important;
    background-color: #f8fafc !important;
}

.primary-menu-container .pll-parent-menu-item ul.sub-menu li.current-lang a,
.primary-menu-container .pll-parent-menu-item ul.sub-menu li.current-lang a:hover {
    color: var(--cl-green-light, #30BF2A) !important;
    font-weight: 700;
    background-color: transparent !important;
}

.mobile-navigation .pll-parent-menu-item .drawer-nav-drop-wrap a[href="#pll_switcher"] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    padding-left: 0 !important;
    font-size: 1.375rem;
    color: #121212 !important;
}

.mobile-navigation .pll-parent-menu-item .drawer-nav-drop-wrap .drawer-sub-toggle {
    color: #121212 !important;
    border: none !important;
}

.mobile-navigation .pll-parent-menu-item .drawer-nav-drop-wrap a[href="#pll_switcher"]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask: url('assets/images/globe.svg') no-repeat center;
    mask: url('assets/images/globe.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    flex-shrink: 0;
}

#mobile-drawer .drawer-content .mobile-navigation .pll-parent-menu-item ul.sub-menu {
    background: transparent !important;
    box-shadow: none !important;
    padding: 1rem 0 1rem 1.5rem !important;
    display: none !important;
    gap: 0.5rem !important;
}

#mobile-drawer .drawer-content .mobile-navigation .pll-parent-menu-item.show-drawer ul.sub-menu,
#mobile-drawer .drawer-content .mobile-navigation .pll-parent-menu-item.active ul.sub-menu,
#mobile-drawer .drawer-content .mobile-navigation .pll-parent-menu-item ul.sub-menu.show-drawer,
#mobile-drawer .drawer-content .mobile-navigation .pll-parent-menu-item ul.sub-menu.active {
    display: flex !important;
}

.mobile-navigation .pll-parent-menu-item ul.sub-menu li a {
    color: #121212 !important;
    text-transform: uppercase;
    padding: 4px 0 !important;
    display: block;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

#mobile-drawer .mobile-navigation .pll-parent-menu-item ul.sub-menu li.current-lang a,
#mobile-drawer .mobile-navigation .pll-parent-menu-item ul.sub-menu li.current-lang>a,
#mobile-drawer .mobile-navigation ul.sub-menu li.current-lang a,
#mobile-drawer .mobile-navigation ul.sub-menu li.current-lang>a,
.mobile-navigation .pll-parent-menu-item ul.sub-menu li.current-lang a,
.mobile-navigation .pll-parent-menu-item ul.sub-menu li.current-lang>a {
    color: var(--cl-green-light, #30BF2A) !important;
    font-weight: 700 !important;
}

.mobile-navigation .pll-parent-menu-item ul.sub-menu li a:hover {
    color: var(--cl-green-light, #30BF2A) !important;
}

#mobile-drawer .drawer-content .mobile-navigation ul li.current-menu-item:not(.pll-parent-menu-item)>a,
#mobile-drawer .drawer-content .mobile-navigation ul li.current_page_item:not(.pll-parent-menu-item)>a,
#mobile-drawer .drawer-content .mobile-navigation ul li.current-menu-ancestor:not(.pll-parent-menu-item)>a {
    color: var(--cl-green-light, #30BF2A) !important;
}

/* Custom styling for Header Buttons (Desktop & Mobile) */
.header-button,
.mobile-header-button {
    background-color: var(--cl-green-light, #30BF2A) !important;
    color: #ffffff !important;
    border-radius: 60px !important;
    font-size: var(--fs-14) !important;
    font-weight: 600 !important;
    padding: 8px 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}

.header-button:hover,
.mobile-header-button:hover {
    background-color: #259e1f !important;
    color: #ffffff !important;
}

.header-button::after,
.mobile-header-button::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('assets/images/arrow-right-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.header-button:hover::after,
.mobile-header-button:hover::after {
    transform: translateX(4px);
}

/* Custom styling for Mobile Logo Width */
.mobile-site-branding a.brand img {
    max-width: 46px !important;
    width: 46px !important;
    height: auto !important;
}

/* Custom styling for Mobile Header Height */
#mobile-header .site-main-header-inner-wrap {
    min-height: 62px !important;
    height: 62px !important;
}

/* Contact Popup Modal Styles */
.contact-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 0;
}

.contact-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.contact-popup-container {
    background-color: transparent;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100vh;
    overflow: visible;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.contact-popup-close-btn {
    position: absolute;
    top: 40px;
    left: calc(26rem - 18px);
    background: #ffffff;
    border: none;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    color: #333333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-popup-close-btn img {
    width: 16px;
    height: 16px;
    max-width: none;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
}

.contact-popup-close-btn:hover {
    background-color: #f1f1f1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contact-popup-content {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.contact-popup-left {
    width: 26rem;
    flex: 0 0 26rem;
    position: relative;
    padding: 50px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.contact-popup-overlay.active .contact-popup-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.contact-popup-left-overlay {
    display: none;
}

.contact-popup-left-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.contact-popup-showreel {
    margin-top: auto;
}

.showreel-thumbnail-wrap {
    position: relative;
    width: 100%;
    max-width: 335px;
    height: 180px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.showreel-thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.85);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
}

.showreel-thumbnail-wrap:hover .showreel-thumbnail {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.showreel-header-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    margin-bottom: 12px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.showreel-header-link:hover {
    opacity: 0.8;
}

.showreel-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.showreel-header-icon svg {
    display: block;
}

.showreel-header-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.showreel-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-popup-right {
    width: calc(100% - 26rem);
    flex: 1;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    overflow-y: auto;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: -15px 0 35px rgba(0, 0, 0, 0.15);
    box-shadow: -15px 0 35px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-popup-overlay.active .contact-popup-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.contact-popup-title {
    font-size: var(--fs-40);
    font-weight: 500;
    color: var(--cl-black);
    line-height: 1.2;
    margin: 0 0 calc(var(--space) * 30) 0;
    letter-spacing: -1px;
    max-width: 38rem;
}

.contact-popup-right-columns {
    display: flex;
    gap: 40px;
}

.contact-popup-right-info {
    width: 44%;
    display: flex;
    flex-direction: column;
}

.contact-popup-right-form {
    width: 56%;
    display: flex;
    flex-direction: column;
}

.contact-popup-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label {
    font-size: var(--fs-12);
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-value {
    font-size: var(--fs-16);
    font-weight: 500;
    line-height: 1.5;
    color: #1a1a1a;
}

.info-value a {
    color: #1a1a1a !important;
    text-decoration: none;
}

.info-value a:hover {
    color: #30bf2a !important;
}

.contact-popup-social {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 30px;
}

.social-label {
    font-size: var(--fs-12);
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact-popup-social .social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.contact-popup-social .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    color: #30bf2a;
    border: 1px solid #c2ecc0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-popup-social .social-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.contact-popup-social .social-btn svg {
    width: 24px;
    height: 24px;
    fill: #30bf2a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-popup-social .social-btn:hover {
    background-color: #ffffff;
    border-color: #30bf2a;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 8px rgba(48, 191, 42, 0.2);
    box-shadow: 0 4px 8px rgba(48, 191, 42, 0.2);
}

.contact-popup-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: var(--fs-13);
    font-weight: 400;
    color: #919191;
}

.form-group label .required {
    color: #e53e3e;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group select {
    border: none;
    border-bottom: 1.5px solid #000;
    padding: 8px 0;
    font-size: var(--fs-16);
    color: #000;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    width: 100%;
    font-weight: 600;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus {
    border-color: #30bf2a;
}

.form-group select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.custom-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1.5px solid #000;
    font-size: 15px;
    color: #888888;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.custom-select-selected.selected {
    color: #1a1a1a;
}

.custom-select:hover .custom-select-trigger,
.custom-select.open .custom-select-trigger {
    border-color: #30bf2a;
}

.custom-select-arrow {
    display: inline-flex;
    align-items: center;
    color: #666666;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.custom-select.open .custom-select-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-select-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
    margin: 0;
    list-style: none;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.custom-select.open .custom-select-options {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.custom-select-option {
    padding: 10px 16px;
    font-size: 14px;
    color: #444444;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-select-option:hover,
.custom-select-option.active {
    background-color: #f0fdf4;
    color: #30bf2a;
    font-weight: 500;
}

.form-group textarea {
    border: 1.5px solid #cccccc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 15px;
    color: #1a1a1a;
    outline: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    resize: vertical;
}

.form-group textarea:focus {
    border-color: #30bf2a;
}

.contact-submit-btn {
    background-color: #30bf2a;
    color: #ffffff !important;
    border: none;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: flex-start;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.contact-submit-btn:hover {
    background-color: #259e1f;
}

.submit-btn-icon {
    display: inline-flex;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.contact-submit-btn:hover .submit-btn-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.form-status {
    font-size: 14px;
    line-height: 1.4;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 5px;
}

.form-status.success {
    color: #2f855a;
    background-color: #f0fff4;
    border: 1px solid #c6f6d5;
    padding: 12px 15px;
}

.form-status.error {
    color: #c53030;
    background-color: #fff5f5;
    border: 1px solid #fed7d7;
    padding: 12px 15px;
}

/* Webkit Core Compatibility & Custom Scrollbar Styles */
.contact-popup-right,
.custom-select-options,
.contact-popup-container {
    -webkit-overflow-scrolling: touch;
    /* Smooth inertia scroll on iOS */
}

/* Custom scrollbars for Webkit browsers */
.contact-popup-right::-webkit-scrollbar,
.custom-select-options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.contact-popup-right::-webkit-scrollbar-track,
.custom-select-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.contact-popup-right::-webkit-scrollbar-thumb,
.custom-select-options::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 3px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.contact-popup-right::-webkit-scrollbar-thumb:hover,
.custom-select-options::-webkit-scrollbar-thumb:hover {
    background: #30bf2a;
}

/* Fix Webkit Autofill background overriding transparent input styles */
.contact-popup-form input:-webkit-autofill,
.contact-popup-form textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #1a1a1a !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

/* Placeholder styling compatibility */
.contact-popup-form input::-webkit-input-placeholder,
.contact-popup-form textarea::-webkit-input-placeholder {
    color: #a0aec0;
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
    .contact-popup-container {
        max-height: 100vh;
        height: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .contact-popup-content {
        flex-direction: column;
        height: auto;
        min-height: 100%;
    }

    .contact-popup-left {
        display: none !important;
    }

    .contact-popup-close-btn {
        left: auto !important;
        right: 20px !important;
        top: 20px !important;
    }

    .contact-popup-right {
        width: 100%;
        height: auto;
        min-height: 100vh;
        padding: 70px 20px;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .contact-popup-overlay.active .contact-popup-right {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact-popup-right-columns {
        flex-direction: column;
        gap: 30px;
    }

    .contact-popup-right-info,
    .contact-popup-right-form {
        width: 100%;
    }

    .contact-popup-social {
        margin-top: 0;
        padding-top: 0;
    }

    .contact-popup-form {
        height: auto;
    }

    .contact-submit-btn {
        margin-top: 20px;
    }

    .contact-popup-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
    .contact-popup-right {
        padding: 70px 15px;
    }

    .contact-popup-title {
        font-size: 22px;
    }

    .contact-submit-btn {
        width: 100%;
    }

    .custom-site-footer .footer-bottom {
        font-size: var(--fs-12);
    }
}