/* ===== Reset & Base ===== */

/*
 * Multi-script font stack via lang attribute:
 * — Latin (default) → Barlow Condensed
 * — Cyrillic pages  → PT Sans Narrow  (lang="ru" / lang="uk" etc.)
 * — Hebrew pages    → Heebo           (lang="he")
 *
 * WordPress sets the correct lang on <html> when the language is switched,
 * so the right font is applied automatically to the entire page.
 */

:root {
    --contact-bar-width: 148px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    color: #2C3E50;
    background: #ffffff;
}

/* Hebrew pages — <html lang="he"> */
:lang(he) body,
:lang(he) h1, :lang(he) h2, :lang(he) h3, :lang(he) h4, :lang(he) h5, :lang(he) h6,
:lang(he) p, :lang(he) a, :lang(he) span, :lang(he) li, :lang(he) button, :lang(he) input, :lang(he) textarea {
    font-family: 'Rubik', sans-serif;
}

/* Cyrillic pages — <html lang="ru">, lang="uk", lang="ru-RU" etc. */
:lang(ru) body,
:lang(ru) h1, :lang(ru) h2, :lang(ru) h3, :lang(ru) h4, :lang(ru) h5, :lang(ru) h6,
:lang(ru) p, :lang(ru) a, :lang(ru) span, :lang(ru) li, :lang(ru) button, :lang(ru) input, :lang(ru) textarea,
:lang(uk) body,
:lang(uk) h1, :lang(uk) h2, :lang(uk) h3, :lang(uk) h4, :lang(uk) h5, :lang(uk) h6,
:lang(uk) p, :lang(uk) a, :lang(uk) span, :lang(uk) li, :lang(uk) button, :lang(uk) input, :lang(uk) textarea {
    font-family: 'Rubik', 'Barlow Condensed', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    font-family: inherit;
    cursor: pointer;
}

input,
select {
    font-family: inherit;
    font-size: inherit;
}

#iti-1__search-input {
    padding: 10px 30px;
}

.programs-loadmore-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
}

.programs-load-more, .programs-load-more:hover {
    background: none;
    color: #007A58;
}

.iti--container {
    z-index: 10000!important;
}

.iti__country-list {
    overflow-y: auto!important;
}

.nav--hero {
    position: fixed!important;
    top: 0;
    margin-top: 0;
}

.hero-content {
    margin-top: 106px!important;
}

.contact-bar-socials {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.hero-title-mobile {
    display: none;
}

.nav--hero .navbar-socials-mobile {
    display: none;

}

.btn--ai-match.is-scrolled {
    /* bottom is now managed by JS (style.bottom = '0px') */
}

#ast-scroll-top {
    height: 80px;
    width: 80px;
    background-color: rgba(184, 196, 208, 0.25);
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.0607 10.0842C23.9782 10.0789 23.8951 10.0809 23.8135 10.0967C23.8116 10.0972 23.8097 10.0981 23.8073 10.0986C23.7286 10.1145 23.6527 10.1437 23.5793 10.1797C23.5611 10.1889 23.5438 10.198 23.526 10.2081C23.4531 10.2498 23.383 10.2978 23.3211 10.3597L14.6811 18.9997C14.3062 19.3746 14.3062 19.9823 14.6811 20.3572C15.0559 20.7321 15.6636 20.7321 16.0385 20.3572L23.0398 13.3559L23.0398 36.9585C23.0398 37.4884 23.4699 37.9185 23.9998 37.9185C24.5297 37.9185 24.9598 37.4884 24.9598 36.9585L24.9598 13.3559L31.9611 20.3572C32.3359 20.7321 32.9436 20.7321 33.3185 20.3572C33.5062 20.1695 33.5998 19.9237 33.5998 19.6785C33.5998 19.4332 33.5062 19.1874 33.3185 18.9997L24.6785 10.3597C24.6641 10.3453 24.6478 10.3353 24.6324 10.3223C24.6161 10.3079 24.5993 10.2945 24.5815 10.281C24.5153 10.2301 24.4457 10.186 24.3713 10.1548C24.3694 10.1538 24.3684 10.1524 24.3665 10.1519C24.367 10.1524 24.366 10.1519 24.3665 10.1519C24.2873 10.1193 24.2028 10.1005 24.1188 10.09C24.1001 10.0871 24.0809 10.0857 24.0607 10.0842Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
}

#ast-scroll-top span {
    display: none;
}

#ast-scroll-top:hover {
    background: rgba(184, 196, 208, 0.5);
}

#testimonials .section-label {
    text-transform: unset;
}

#testimonials .container {
    max-width: unset;
    padding-left: 305px;
}

#program-types .container {
    max-width: unset;
    padding-left: 305px;
}

.ast-scroll-to-top-right {
    left: 12px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.nav--hero .on-scroll {
    display: none;
}

.nav--hero.navbar-scrolled {
    background-color: #FFFFFF;
    margin-top: unset!important;
    display: grid;
    grid-template-columns: 112px 1fr;
    padding-left: 24px;
}

.navbar-scrolled .logo--hero {
    width: unset;
}

.navbar-scrolled .nav-links {
    justify-content: center;
}

.navbar-scrolled .no-scroll {
    display: none;
}

.navbar-scrolled .on-scroll {
    display: inherit;
}

.navbar-scrolled .contact-bar-language {
    color: #2C3E50!important;
}

.navbar-scrolled .contact-bar-burger .nav-burger-line {
    background-color: #2C3E50;
}

.navbar-scrolled .nav-links a {
    color: #2C3E50;
}

.contact-bar-burger:hover,
.contact-bar-burger:visited,
.contact-bar-burger:target,
.contact-bar-burger:focus {
    background: none;
}

.nav--hero {
    z-index: 10!important;
}

/* ====  Cookie banner ==== */
/* Plugin's wpconsent-container must stay visible for the preferences modal to work */

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 138px;
    background: #FFFFFF;
    color: #576B7E;
    z-index: 99999;
    border-top: 1px solid #d6dce3;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
#cookie-banner.is-visible {
    transform: translateY(0);
}
.cookie-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    height: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
}
.cookie-banner__icon {
    flex-shrink: 0;
}
.cookie-banner__icon svg {
    display: block;
    width: 90px;
    height: 90px;
}
.cookie-banner__info {
    flex: 1;
    min-width: 52vw;
}
.cookie-banner__info-bold {
    color: #2C3E50;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 4px;
}
.cookie-banner__text {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #576B7E;
}
.cookie-banner__break {
    display: none;
}
@media (min-width: 1366px) {
    .cookie-banner__break {
        display: block;
    }
}
.cookie-banner__link {
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
}
.cookie-banner__actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    align-items: center;
}
.cookie-banner__btn {
    height: 61px;
    width: 192px;
    padding: 12px 24px;
    border: none;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400;
    background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    border-radius: 0;
}
.cookie-banner__btn:hover {
    opacity: 0.85;
}
.cookie-banner__btn--accept {
    color: #fff;
}
.cookie-banner__btn--decline {
    display: none;
}

@media (max-width: 1365px) {
    .cookie-banner__text {
        max-width: 526px;
    }
}

@media (max-width: 768px) {
    #cookie-banner {
        height: auto;
        min-height: 138px;
    }
    .cookie-banner__inner {
        flex-wrap: nowrap;
        padding: 20px 24px;
        gap: 16px;
    }
    .cookie-banner__actions {
        width: 100%;
    }

    .cookie-banner__text {
        max-width: 270px;
    }

    .cookie-banner__btn {
        height: 48px;
    }
}

@media (max-width: 767px) {
    #cookie-banner {
        max-width: 100vw;
    }
    .cookie-banner__inner {
        flex-wrap: wrap;
        padding: 20px 24px;
        gap: 16px;
    }
    .cookie-banner__actions {
        width: 100%;
        justify-content: center;
    }

    .cookie-banner__icon svg {
        width: 48px;
        height: 48px;
    }

    .cookie-banner__text {
        font-size: 18px;
    }
}

/* ===== Hero ===== */
.hero {
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 100%);*/
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1;
}

.hero .nav,
.hero-content,
.hero-search-wrap,
.scroll-indicator {
    position: relative;
    z-index: 2;
}

.nav {
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
    padding-left: 300px;
}

.btn-search-text {
    display: none;
}

@keyframes fadeInText {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.nav--hero {
    padding-right: calc(24px + var(--contact-bar-width));
    position: relative;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.125rem;
}

.logo--hero {
    align-items: flex-start;
    gap: 0;
    width: 30%;
}

.logo--hero .logo-text-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 6px;
}

.logo--hero .logo-text--israel {
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    padding: 4px 8px;
    border-radius: 2px;
}

.logo--hero .logo-text--experience {
    color: #ffffff;
}

.logo--hero .logo-tagline {
    width: 100%;
    margin-top: 2px;
}

.logo-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1.15;
}

.logo-text--israel {
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 700;
}

.logo-text--experience {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
}

.logo-tagline {
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.02em;
    margin-top: 2px;
}

.whitespace {
    display: none;
}
.nav-links {
    display: flex;
    gap: 72px;
}

.nav-links a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
}

.nav-links a:hover {
    color: #007A58;
}

.nav-item--programs {
    position: relative;
}

.nav-programs-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 220;
    min-width: 395px;
    max-width: min(420px, calc(100vw - 32px));
    max-height: min(70vh, 640px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(44, 62, 80, 0.14);
    box-sizing: border-box;
}

.nav-programs-dropdown[hidden] {
    display: none !important;
}

.nav-programs-dropdown a,
.nav-links .nav-programs-dropdown a {
    color: #2C3E50;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
}

.nav-programs-dropdown a:hover,
.nav-links .nav-programs-dropdown a:hover {
    color: #007A58;
}

.nav-programs-dropdown__all {
    display: block;
    margin-bottom: 12px;
    padding-left: 36px;
}

.nav-programs-group {
    margin-bottom: 10px;
}

.nav-programs-group:last-child {
    margin-bottom: 0;
}

.nav-programs-group__row {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
}

.nav-programs-toggle,
.nav-programs-toggle-spacer {
    width: 24px;
    height: 24px;
}

.nav-programs-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2C3E50;
    cursor: pointer;
    font: inherit;
    font-size: 22px;
    line-height: 1;
}

.nav-programs-toggle:hover {
    color: #007A58;
}

.nav-programs-toggle__icon {
    display: block;
    transform: translateY(-1px);
}

.nav-programs-children {
    list-style: none;
    margin: 12px 0 12px;
    padding: 0 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav-programs-children[hidden] {
    display: none !important;
}

.nav-programs-children a,
.nav-links .nav-programs-children a {
    font-size: 18px;
    font-weight: 300;
    color: #2C3E50;
}

.nav-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    background: transparent;
    border: none;
}

.nav-burger-line {
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    display: block;
    margin-bottom: 6px;
}

.nav-burger-line:last-child {
    margin-bottom: 0;
}

.hero-content {
    max-width: 1300px;
}

.hero-accessibility {
    position: fixed;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    background: linear-gradient(0deg, #007A58, #007A58),
    linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 100;
}

.hero-accessibility-icon {
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232db8a8' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center/contain no-repeat;
}

@keyframes heroSlideUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-text-clip {
    overflow: hidden;
}

.hero-title {
    width: 60%;
    font-size: 120px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    line-height: 8rem;
    margin-bottom: 0;
    margin-top: 150px;
    opacity: 0;
    animation: heroSlideUp 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-title-accent {
    display: inline-block;
}

.hero-subtitle {
    font-size: 32px;
    color: #ffffff;
    width: 100%;
    text-align: left;
    font-weight: 300;
    margin-bottom: 189px;
    opacity: 0;
    animation: heroSlideUp 2.4s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

.hero-title,
.hero-subtitle {
    transition: opacity 0.5s ease;
}

.hero-content.hero-content--faded .hero-title,
.hero-content.hero-content--faded .hero-subtitle {
    opacity: 0;
}

.hero-search-wrap {
    width: 100%;
    background: rgba(20, 20, 20, 0.25);
    position: relative;
}

.search-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    padding: 16px 20px;
    background: #ffffff;
    border-radius: 8px;
}

.search-bar--hero {
    background: transparent;
    box-shadow: none;
    border-radius: 6px;
    align-items: flex-end;
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
}

.search-bar--hero .search-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 140px;
}

.search-bar--hero .search-label {
    display: block;
    margin-left: 8px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.search-bar--hero .search-icon {
    opacity: 1;
}

.search-bar--hero input,
.search-bar--hero select {
    color: #ffffff;
    width: 100%;
}

.search-bar--hero input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-bar--hero select {
    color: #ffffff;
    background: transparent;
    cursor: pointer;
}

.search-bar--hero select option {
    color: #ffffff;
    background: transparent;
}

.search-field {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 120px;
}

.search-field-data {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.search-label {
    display: none;
}

.search-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: 0.7;
}

.search-bar--hero .search-icon {
    background-size: 20px;
}

.search-icon--people {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.search-icon--pin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.search-icon--clock {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.search-icon--person {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.search-field input,
.search-field select {
    border: none;
    background: transparent;
    color: #B8C4D0;
    width: 100%;
    padding: 4px 0;
}

.search-field input::placeholder {
    color: #576B7E;
}

.search-field select {
    cursor: pointer;
    appearance: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 24px;
    border: none;
    border-radius: 0;
    transition: background 0.2s, transform 0.1s;
}

.btn:active {
    transform: scale(0.98);
}

.fullscreen-menu__contact {
    height: 48px;
    width: 48px;
    display: none;
    background-color: #FFFFFF;
}

.fullscreen-action__tablet {
    display: none;
}

.fullscreen-menu__nav-main {
    display: flex;
}

.fullscreen-menu__nav-secondary {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
}

.fullscreen-menu__nav-secondary .fullscreen-menu__social {
    display: none;
}

.fullscreen-menu__nav-secondary .contact-bar-call {
    display: none;
}

.btn-primary {
    background: linear-gradient(0deg, #007A58, #007A58),
    linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    width: 250px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.btn--gradient {
    color: #ffffff;
    border: none;
    background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn--gradient:hover {
    opacity: 0.95;
    filter: brightness(1.05);
    color: #ffffff;
}

.btn-primary:hover {
    background: #2C3E50;
}

/* AI Program Match button: expand to contact-bar, description only on hover */
.btn--ai-match-wrap {
    width: 112%;
    padding-right: 0;
}

.btn--ai-match {
    justify-content: flex-start;
    gap: 12px;
    padding: 0 20px 0 24px;
    width: 250px;
    min-width: 250px;
    height: 56px;
    min-height: 56px;
    text-align: left;
    text-transform: none;
    font-size: 24px;
    transition: width 0.35s ease-out;
    overflow: hidden;
    position: fixed;
}

.btn--ai-match .btn--ai-match-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    flex: 0 1 auto;
    min-width: 0;
    width: 100%;
}

.btn--ai-match .btn--ai-match-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    flex-shrink: 0;
}

.btn--ai-match .btn--ai-match-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0;
    max-width: 0;
    margin-left: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 0.25s ease 0.15s, max-width 0.3s ease 0.1s, margin-left 0.25s ease 0.1s;
}

.btn--ai-match:hover {
    width: calc(100vw - 72px);
    background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    opacity: 1;
    filter: brightness(1.05);
    color: #ffffff
}

.btn--ai-match:hover .btn--ai-match-desc {
    opacity: 1;
    max-width: 100%;
    margin-left: 12px;
    position: relative;
    top: 3px;
    display: inline-block;
    font-size: 16px;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.35);
}

.btn-search {
    width: 162px;
    height: 124px;
    padding: 0;
    flex-shrink: 0;
    border-radius: 0;
    position: absolute;
    right: 148px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    transition: gap 0.4s ease;
}

.btn-search:hover {
    gap: 8px;
}

.btn-search:hover .btn-search-text {
    display: block;
    animation: fadeInText 0.4s ease forwards;
}


.search-bar--hero .btn-search {
    flex-shrink: 0;
}

/*.btn.btn-search.btn--gradient {
    right: -114px;
}*/

/* Hero multi-select filters (dropdown style) */
.search-bar--hero {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
}

.hero-search-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    min-width: 140px;
    flex: 1;
    max-width: 325px;
    padding: 20px 24px;
}

.hero-filter:hover {
    background-color: #2C3E50;
}

/*.hero-filter.program-type {
    margin-left: -10px;
}*/

.hero-filter-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.hero-filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    flex-shrink: 0;
}

.hero-filter-label {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
}

.hero-filter-dropdown {
    position: relative;
    width: 100%;
}

.hero-filter-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: 20px;
    font-weight: 300;
    color: #B8C4D0;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s;
    box-sizing: border-box;
    padding: 14px 16px 14px 0;
}

.hero-filter-trigger:hover, .hero-filter-trigger:focus {
    background-color: unset!important;
    border-color: #b0b8c0;
}

.hero-filter-dropdown.is-open .hero-filter-trigger,
.hero-filter-trigger:focus {
    border-color: #40B56C;
    outline: none;
}

.hero-filter-value {
    flex: 1;
    min-width: 0;
}

.hero-filter-value.is-placeholder {
    color: #A9A9A9;
}

.hero-filter-chevron {
    display: none;
    flex-shrink: 0;
    margin-left: 8px;
    color: #A9A9A9;
    transition: transform 0.2s;
}

.hero-filter-dropdown.is-open .hero-filter-chevron {
    transform: rotate(180deg);
    color: #696969;
}

.hero-filter-panel {
    position: absolute;
    bottom: calc(100% - 68px);
    left: -24px;
    width: 100%;
    margin-top: 0;
    padding: 8px 0;
    background: #2C3E50;
    color: #ffffff;
    border-top: none;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    overflow-y: auto;
    min-width: 250px;
    scrollbar-width: none; /* Firefox */
}

.hero-filter-panel::-webkit-scrollbar {
    display: none;
}

.hero-filter-panel__header {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 12px;
    gap: 12px;
}

.hero-filter-panel[hidden] {
    display: none !important;
}

.btn-block {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.btn-block .btn {
    width: 43%;
}

.btn-outline, .btn-outline:focus {
    border: 3px solid #007A58;
    background-color: #FFFFFF;
    color: #2C3E50;
    padding: 10px 24px;
}

.btn-outline:hover {
    border: 3px solid #007A58;
    background-color: #FFFFFF;
    color: #2C3E50;
}

.btn-apply {
    background: linear-gradient(180deg, #40B56C 0%, #223F99 100%);
    padding: 10px 24px;
}

.hero-filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.15s;
    margin: 0;
}

/*.hero-filter-option:hover {
    background: #f5f5f5;
}*/

.hero-filter-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 3px;
    background: transparent;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
}

.hero-filter-option input[type="checkbox"]:checked {
    background: #ffffff;
    border-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23007A58' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.hero-filter-option:has(input:checked) {
    color: #ffffff;
    font-weight: 500;
}



.btn-search-icon {
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") center/contain no-repeat;
    flex-shrink: 0;
    transition: transform 0.4s ease;
}

.btn-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.btn-icon--map {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
}

.btn-icon--pin {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
}

.btn-icon--group {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E") center/contain no-repeat;
}

.btn-icon--leaf {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233a9e6d' stroke-width='2'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 3.18 3 5.04 1 1.86 2 4.5 2 7.96a7 7 0 0 1-13 3.9'/%3E%3C/svg%3E") center/contain no-repeat;
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(6px);
    }
}

/* Contact bar (fixed right) */
.contact-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 148px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    padding: 42px 0 28px;
    gap: 24px;
    z-index: 120;
}

.contact-bar-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.contact-bar-burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.contact-bar-burger .contact-bar-burger-icon--close {
    display: none;
}

.contact-bar-burger .nav-burger-line {
    width: 24px;
    height: 2px;
    background: #2C3E50;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.contact-bar-burger:not(.is-active):hover .nav-burger-line:nth-child(1) {
    width: 6px;
    margin-left: auto;
}

.contact-bar-burger:not(.is-active):hover .nav-burger-line:nth-child(2) {
    width: 12px;
    margin-left: auto;
}

.contact-bar-burger:not(.is-active):hover .nav-burger-line:nth-child(3) {
    width: 24px;
}

.contact-bar-burger.is-active .nav-burger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.contact-bar-burger.is-active .nav-burger-line:nth-child(2) {
    opacity: 0;
}

.contact-bar-burger.is-active .nav-burger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.nav--hero .contact-bar-burger .nav-burger-line {
    background: #ffffff;
}

.contact-bar-call {
    color: #ffffff;
    text-decoration: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    padding: 14px 10px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.contact-bar-call--gradient {
    background: linear-gradient(180deg, #40B56C 0%, #223F99 100%);
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    min-height: 221px;
    width: 61px;
    transform: rotate(0deg);
    padding: 48px 12px;
}

@keyframes expandCallButton {
    from {
        padding-bottom: 24px;
    }
    to {
        padding-bottom: 24px;
    }
}

@keyframes fadeInIcon {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.call-icon {
    max-height: 0;
    opacity: 0;
    transition: opacity 0.25s ease 0.15s, max-width 0.3s ease 0.1s, margin-top 0.25s ease 0.1s;
}

.contact-bar-call--gradient:hover {
    animation: expandCallButton 0.8s ease forwards;
}

.contact-bar-call--gradient:hover .call-icon {
    max-height: 100%;
    display: inline-block;
    opacity: 1;
    margin-top: 24px;
    animation: fadeInIcon 0.8s ease forwards;
}

.contact-bar-call:hover {
    opacity: 0.95;
    color: #ffffff;
}

.contact-bar-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    color: #5a5d62;
    font-size: 0.6rem;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    padding: 30px 0 8px;
}

.contact-bar-info-hrefs {
    text-align: left;
    line-height: 28px;
}

.contact-bar-info-hrefs a {
    font-weight: 300;
    display: block;
}

.contact-bar-info span {
    font-size: 24px;
    font-weight: 500;
}

.contact-bar-info a {
    color: #2C3E50;
    font-size: 24px;
}

.contact-bar-info a:hover {
    text-decoration: underline;
}

.contact-bar-email {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.contact-bar-lang {
    font-size: 24px;
    font-weight: 300;
    color: #2C3E50;
}

@keyframes whatsappPulse {
    0%   { transform: translateY(0px);   filter: drop-shadow(0 0 0px rgba(65, 217, 71, 0)); }
    50%  { transform: translateY(-10px);   filter: drop-shadow(0 0 10px rgba(65, 217, 71, 0.80)); }
    100% { transform: translateY(0px);   filter: drop-shadow(0 0 0px rgba(65, 217, 71, 0)); }
}

.contact-bar-whatsapp {
    width: 56px;
    height: 60px;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.contact-bar-whatsapp svg {
    flex-shrink: 0;
    transition: filter 0.2s ease;
    animation: whatsappPulse 2s ease-in-out infinite;
}

.contact-bar-whatsapp:hover svg {
    animation: none;
    filter: drop-shadow(0 0 8px rgba(65, 217, 71, 0.80));
}

.contact-bar-whatsapp:hover svg path:first-of-type {
    fill: #20bd5a;
}

.contact-bar-envelope {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

.hero-content {
    margin-top: 106px;
    position: relative;
    bottom: 56px;
    padding-top: 56px;
}

/* Ensure main content doesn't go under contact bar */
.hero .nav,
.hero-content {
    margin: 0 auto;
}


/* ===== Section common ===== */
.section {
    padding: 144px 0;
}

.section-title {
    text-align: left;
    color: #2C3E50;
    font-size: 96px;
    font-weight: 400;
    margin-bottom: 0;
}

.section-subtitle {
    width: 100%;
    text-align: left;
    color: #576B7E;
    font-size: 32px;
    font-weight: 300;
    margin-top: 10px;
}

.section-label {
    font-weight: 300;
    font-size: 32px;
    color: #576B7E;
    text-align: left;
    text-transform: uppercase;
}

/* ===== Impact / Stats ===== */
.section-impact {
    background: transparent;
    background-color: #ffffff;
    padding: 284px 0 148px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    margin-top: 48px;
}

.stat-card {
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    line-height: 1;
}

.stat-number {
    display: block;
    position: relative;
    font-size: 48px;
    font-weight: 400;
    color: #2C3E50;
    z-index: 0;
    width: fit-content;
}

.stat-number::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 23px;
    background: linear-gradient(90deg, #007A58 0%, #1565C0 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    z-index: -1;
}

.stat-card:hover .stat-number::before {
    transform: scaleX(1);
}

.stat-label {
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: #2C3E50;
}

.stat-desc {
    margin: 0;
    font-size: 20px;
    color: #576B7E;
}

/* ===== Explore ===== */
.section-explore {
    background: transparent;
    background-color: #FFFFFF;
}

.section-explore .section-title {
    margin-bottom: 32px;
    width: 75%;
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.filter-programs {
    margin-bottom: 16px;
}

.filter-tab {
    padding: 10px 20px;
    border: 1px solid #007A58;
    border-radius: 0;
    color: #2C3E50;
    font-weight: 400;
    transition: background 0.2s, color 0.2s;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.filter-tab::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 20px;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #007A58;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.filter-destinations .filter-tab::after {
    bottom: -2px;
}

.filter-tab:hover::after {
    transform: scaleX(1);
}

.filter-tab.is-active::after {
    background-color: #2C3E50;
    transform: scaleX(1);
}

.filter-tab:hover, .filter-tab:focus {
    background-color: unset;
    color: #2C3E50;
}

.filter-tab:hover::after {
    transform: scaleX(1);
}

.filter-tab.is-active {
    color: #007A58;
}

.filter-tab.is-active::after {
    background-color: #2C3E50;
    transform: scaleX(1);
}

/* Destinations tabs: underline style, horizontal scroll, last tab partially visible */
.filter-destinations {
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #d1d5d8;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.filter-destinations .filter-tab {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 12px 16px 14px;
    border: none;
    background: transparent;
    color: #2C3E50;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    border-radius: 0;
    font-size: 20px;
}

.filter-destinations .filter-tab:hover {
    background: transparent;
    color: #37484d;
}

.filter-destinations .filter-tab.is-active {
    color: #328876;
    text-decoration: none;
    border-bottom-color: #37484d;
}

.filter-destinations::-webkit-scrollbar  {
    display: none;
}

.filter-destinations {
    scrollbar-width: none; /* Firefox */
}

.explore-content {
    display: grid;
    /*grid-template-columns: 240px 1fr;*/
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
    margin-top: 40px;
}

.explore-map {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 640px;
    width: 240px;
}

.explore-map .map-region {
    cursor: pointer;
    transition: fill 0.2s ease;
}

.explore-map .map-region:hover {
    fill: #007A58;
}

.israel-map {
    width: 100%;
    max-width: 160px;
    height: auto;
    color: #2C3E50;
    opacity: 0.6;
}

.explore-cards {

}

.program-card-image-wrap {
    max-width: 520px;
    max-height: 258px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-card-image-wrap img {
    height: unset;
}

/* ===== Slider wrapper ===== */
.explore-program-cards-wrapper {
    margin-top: 48px;
    /*max-width: 1070px;*/
    max-width: 1300px;
}

.explore-program-cards {
    display: flex;
    gap: 24px;
    margin-top: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */

}

.explore-program-cards::-webkit-scrollbar {
    display: none;
}

.explore-program-cards .program-card {
    flex: 0 0 auto;
}

.program-card {
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.program-card-image {
    height: 258px;
    width: 520px;
    background: #ffffff center center / cover no-repeat;
    overflow: hidden;
}

.program-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.program-card-image--school {
    background-color: #7a9e7a;
    background-image: linear-gradient(135deg, rgba(34, 139, 34, 0.2) 0%, transparent 50%);
}

.program-card-image--volunteer {
    background-color: #6b8e9e;
    background-image: linear-gradient(135deg, rgba(42, 100, 120, 0.3) 0%, transparent 50%);
}

.program-card-title {
    margin: 0;
    padding: 20px 20px 8px 0;
    font-size: 32px;
    font-weight: 400;
    color: #2C3E50;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.program-card-desc {
    margin: 0;
    padding: 0 20px 20px 0;
    font-size: 20px;
    color: #576B7E;
    line-height: 1.5;
}

.program-card-image-placeholder {
    height: 100%;
    width: 100%;
}


/* ===== Testimonials ===== */
.section-testimonials {
    background: #F4F6F8;
}

.section-testimonials .section-title {
    margin-bottom: 40px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 48px;
}

.testimonials-grid {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.testimonials-grid::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    background: #ffffff;
    padding: 28px 24px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 400px;
    min-width: 400px;
}

.testimonial-card:last-child {
    margin-right: 160px;
}

/* Front-page testimonials slider (controls shared with home-types) */
.testimonials-slider__viewport {
    overflow: hidden;
    width: 100%;
}

[data-testimonials-slider] .testimonials-grid {
    overflow: visible;
    padding-right: 0;
    box-sizing: border-box;
    gap: 48px;
    transition: transform 0.4s ease;
    will-change: transform;
}

[data-testimonials-slider] .testimonial-card:last-child {
    margin-right: 0;
}



.testimonial-role {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    color: #576B7E;
}

.testimonial-quote {
    font-size: 24px;
    color: #2C3E50;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    border-left: none;
    padding: 0;
}

.testimonial-quote::before {
    content: '"';
}

.testimonial-quote::after {
    content: '"';
}

.testimonial-name {
    font-family: 'Bilbo Swash Caps', cursive;
    font-size: 48px;
    font-weight: 400;
    color: #576B7E;
    font-style: normal;
    margin-top: 24px;
    display: inline-block;
}

/* ===== Newsletter ===== */
.section-newsletter-wrapper {
    background: #F4F6F8;
    padding-bottom: 144px;
}

.section-newsletter {
    padding: 48px;
    background: #2C3E50;
    max-width: 1300px;
    margin: 0 auto;
}

.container--newsletter {
    display: flex;
}

.container--newsletter .newsletter-content {
    width: 57%;
}

.container--newsletter .newsletter-form {
    width: 43%;
    text-align: right;
}

.newsletter-data-form {
    display: flex;
    width: 100%;
}

.newsletter-data-form .btn-primary {
    width: 150px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
}

.newsletter-title {
    font-size: 48px;
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}

.newsletter-desc {
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.newsletter-form input {
    padding: 12px 16px;
    border: none;
    border-radius: 0;
    min-width: 73%;
}

.newsletter-form .btn {
    flex-shrink: 0;
}

.newsletter-legal {
    font-size: 20px;
    color: #F4F6F8;
    text-align: left;
    width: 310px;
    margin-top: 12px;
    font-weight: 300;
}

.newsletter-legal a {
    color: #F4F6F8;
    text-decoration: underline;
}

.newsletter-legal a:hover {
    text-decoration: none;
}

.newsletter-email {
    height: 60px!important;
}

.newsletter-button {
    height: 60px;
}

/* ===== Footer ===== */
.footer {
    background: #007A58;
    color: #ffffff;
    padding: 56px 0 0;
}

.footer-address-country {
    font-size: 24px;
    font-weight: 500;
}

.footer-address-mail,
.footer-address-phone {
    font-size: 24px;
    font-weight: 300;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.55fr 0.7fr;
    column-gap: 100px;
    padding-bottom: 40px;
}

.footer-logo .logo-text {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
}

.footer-tagline {
    margin: 12px 0 0;
    font-size: 18px;
    font-weight: 300;
    max-width: 280px;
}

.footer-heading {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #fff;
    color: #FFFFFF;
}

.footer-heading-no-border {
    border-bottom: none;
}

.footer-address {
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 12px;
    opacity: 0.95;
}

.footer-phone {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 0.9375rem;
}

.footer-phone:hover {
    text-decoration: underline;
}

.footer-socials {
  display: flex;
  justify-content: space-around;
  gap: 12px;
}

.footer-socials-item {
    height: 48px;
    width: 48px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-size: 18px;
    transition: background-color 0.2s;
}

.footer-social a:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 20px;
    font-weight: 300;
}

.footer-links a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.footer-heading a:hover {
    color: #FFFFFF;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
}

.footer-copyright,
.footer-powered,
.footer-certified {
    margin: 0;
    font-size: 0.8125rem;
    opacity: 0.85;
}

.footer-powered-logo,
.footer-cert-logo {
    font-weight: 300;
}

.footer-info {
    width: 100%;
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-info-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8D9EAE;
    font-size: 20px;
    font-weight: 300;
}

.tahion-logo {
    display: flex;
    align-items: center;
}

.tahion-logo span:nth-of-type(1) {
    margin-right: 8px;
}

.contact-language-switcher{
    display:flex;
    flex-direction:column;
    align-items: center;
    width: 100%;
}

.contact-bar .contact-language-switcher {
    justify-content: flex-start;
}

.contact-language-switcher .contact-bar-language, .contact-language-trigger {
    font-size:24px;
    font-weight:300;
    color:#2C3E50;
    background:transparent;
    border:none;
    padding:6px 8px;
    display:flex;
    align-items:center;
    gap:6px;
}

.contact-language-trigger {
    cursor: pointer;
}

.contact-language-dropdown {
    position: relative;
}

.contact-language-panel {
    position: absolute;
    z-index: 10;
}

.contact-bar-language__current{
    display:inline-block;
}

.contact-bar-language__caret{
    font-size:12px;
    line-height:1;
}

.contact-bar-language__list, .contact-language-panel{
    margin-top:8px;
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
    border-radius:6px;
    overflow:hidden;
    min-width:120px;
}

/* Single source of truth: open upward, anchored to the right edge of the trigger */
.contact-bar-language__list {
    position: absolute;
    top: auto;
    bottom: calc(100% + 8px);
    left: auto;
    right: 0;
    z-index: 9999;
    margin: 0;
    max-height: min(280px, calc(100vh - 24px));
    overflow-y: auto;
    min-width: 160px;
    max-width: min(260px, calc(100vw - 24px));
}

.contact-language-switcher--drop-right .contact-bar-language__list {
    left: auto;
    right: 0;
}

/* Открытие влево от триггера */
.contact-language-switcher--drop-left .contact-bar-language__list {
    left: 0;
    right: auto;
}

.contact-bar-language__item{
    border-bottom:1px solid rgba(44,62,80,0.06);
}

.contact-bar-language__item:last-child{
    border-bottom:none;
}

.contact-bar-language__link{
    display:flex;
    gap:8px;
    align-items:center;
    padding:8px 12px;
    color:#2C3E50;
}

.contact-bar-language__short{
    font-weight:700;
    width:34px;
    text-align:center;
}

.contact-bar-language__name{
    font-size:14px;
}

/* Hide the current language row in expanded state to avoid duplicating trigger text */
#contact-language-switcher .contact-bar-language__item.is-current {
    display: none;
}
#contact-language-switcher .contact-bar-language__link[aria-current="true"] {
    display: none;
}

/* make sure the switcher fits the contact bar layout */
.contact-bar .contact-language-switcher{
    margin: 0;
    writing-mode: horizontal-tb;
    transform: none;
}
#contact-language-switcher #lang {
    display: none !important;
}


.contact-language-switcher {
    position: relative;
    overflow: visible;
}

.contact-bar {
    overflow: visible;
}

/* Keep trigger above nearby content */
.contact-bar-language {
    position: relative;
    z-index: 2;
}

.contact-bar-language__list[hidden] {
    display: none !important;
}

.contact-bar,
.contact-bar-right,
.contact-language-switcher {
    overflow: visible;
}

.contact-bar-socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 24px;
}

/* ===== Language Switcher ===== */

/* ===== Language switcher final override ===== */
#contact-language-switcher {
    position: static;
    display: flex;
    flex-direction: column-reverse; /* list sits above the button in flow */
    align-items: center;
    overflow: visible;
    width: auto;
    height: auto;
}

#contact-language-switcher .contact-bar-language {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2C3E50;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

#contact-language-switcher .contact-bar-language__caret {
    display: none !important;
}

#contact-language-switcher .contact-bar-language__list {
    position: static !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
    max-width: none !important;
    /* accordion: closed by default */
    max-height: 0;
    overflow: hidden !important;
    transition: max-height 1.2s ease, padding-bottom 1.2s ease;
}

/* open state — JS adds .is-open to the root */
#contact-language-switcher.is-open .contact-bar-language__list {
    max-height: 600px; /* enough for 5+ languages */
    padding-bottom: 14px;
}

#contact-language-switcher .contact-bar-language__item,
#contact-language-switcher .contact-bar-language__link {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
    margin: 0;
    padding: 0;
}

#contact-language-switcher .contact-bar-language__name {
    display: none !important;
}

#contact-language-switcher .contact-bar-language__short {
    width: auto !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #2C3E50;
    text-align: center;
}

/* current language highlighted */
#contact-language-switcher .contact-bar-language__link[aria-current="true"] .contact-bar-language__short,
#contact-language-switcher .contact-bar-language__item.is-current .contact-bar-language__short {
    color: #18a070;
}

/* neutralize old direction classes */
#contact-language-switcher.contact-language-switcher--drop-left .contact-bar-language__list,
#contact-language-switcher.contact-language-switcher--drop-right .contact-bar-language__list {
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
}

#contact-language-switcher #lang {
    display: none !important;
}



/* ===== Book the Call Modal ===== */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7 .js {
    padding-top: 30px;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item label {
    display: flex;
    align-items: start;
    gap: 12px;
}

.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    height: 32px;
    width: 32px;
    min-width: 32px;
}

.contact-form-checkboxes br {
    display: none;
}

.book-call-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-call-overlay[hidden] {
    display: none;
}

.book-call-backdrop {
    position: absolute;
    inset: 0;
    background: #B8C4D0BF;
    opacity: 0.75;
}

.book-call-window {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    min-height: 0;
    background: transparent;
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    font-family: 'Barlow Condensed', sans-serif;
    border: none;
    box-shadow: none;
}

.book-call-form-mount {
    width: 100%;
    min-height: 0;
    background: transparent;
}

.book-call-window .ja-form-wrapper {
    max-width: none;
    margin: 0;
    border: none;
    box-shadow: none;
    background: #ffffff;
}

.book-call-window .ja-form-wrapper--scheduler {
    border: 3px solid #007a58;
}

.book-call-window .contact-checkbox-label span {
    line-height: normal;
}

.wpcf7-list-item.first.last {
    display: flex;
    align-items: start;
    gap: 12px;
}

.wpcf7-list-item input[type="checkbox"] {
    -webkit-appearance: none;
    background: #FFFFFF;
    border: 1px solid #B8C4D0;
    border-radius: 0;
}

.wpcf7-list-item input[type="checkbox"]:checked {
    background: #FFFFFF;
}

.wpcf7-list-item input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #007A58;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}


.book-call-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 5;
    box-shadow: none;
    padding: 0;
}

.book-call-close:hover, .book-call-close:focus {
    background: none;
}

.book-call-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 12px 12px;
    gap: 12px;
}

.book-call-content .book-call-description {
    font-weight: 300;
    font-size: 18px;
    color: #2C3E50;
    text-align: center;
    margin-bottom: 1.75em;
    max-width: 80%;
}

.contact-form-field br {
    display: none;
}

.book-call-content p {
    margin-bottom: 0;
}

.book-call-content .contact-label {
    margin-bottom: 8px;
}

/* Animate open/close */
.book-call-overlay {
    animation: modal-fade-in 0.25s ease;
}

.book-call-title {
    font-weight: 400;
    font-size: 32px;
    color: #2C3E50;
}

@keyframes modal-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.book-call-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.book-call-form .btn--contact-submit {
    width: 100%;
}

.book-call-form .btn--contact-submit br {
    display: none;
}

.book-call-form .btn--contact-submit:hover {
    background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    color: #fff;
}

@media (max-width: 768px) {
    .book-call-window {
        width: calc(100vw - 16px);
        max-height: calc(100vh - 16px);
    }

    .book-call-close {
        top: 8px;
        right: 8px;
    }
}

.wpcf7-form.init p, .wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0;
}

.newsletter-data-form br {
    display: none;
}

.wpcf7-form-control-wrap input[type="email"] {
    border: 1px solid #B8C4D0;
    border-radius: 0;
}

.newsletter-legal br {
    display: none;
}

/* ===== AI Assistant Modal ===== */
.ai-assistant-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ai-assistant-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.ai-assistant-overlay[hidden] {
    display: none;
}

.ai-assistant-window {
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 24px solid #007A58;
    font-family: 'Barlow Condensed', sans-serif;
    box-sizing: border-box;
}

.ai-assistant-window__header {
    height: 24px;
    display: flex;
    justify-content: end;
    margin-bottom: 48px;
}

.ai-assistant-close {
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    cursor: pointer;
    box-shadow: none;
    padding: 0;
}

.ai-assistant-close:hover {
    background: none;
    border: none;
    box-shadow: none;
}

.ai-assistant-window__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    justify-content: center;
    height: 100%;
    max-width: 1104px;
    width: 1104px;
    margin: 0 auto;
}

.chat-body {
    justify-content: space-between;
}

.ai-assistant-window__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.ai-assistant-body__title {
    font-weight: 400;
    font-size: 48px;
    color: #2C3E50;
    line-height: normal;
}

.ai-assistant-body__subtitle {
    font-weight: 300;
    font-size: 32px;
    color: #2C3E50;
    text-align: center;
    line-height: normal;
}

.ai-assistant-window__form {
    display: flex;
    position: relative;
    width: 100%;
}

.ai-assistant-window__input-wrap {
    position: relative;
    width: 100%;
    flex: 1;
    min-width: 0;
}

.ai-assistant-window__form .ai-assistant-window__input {
    border: 1px solid #B8C4D0;
    border-radius: 0;
    padding: 18px 170px 18px 24px;
    min-height: 61px;
    max-height: 220px;
    width: 100%;
    resize: none;
    overflow-y: hidden;
    overflow-x: hidden;
    line-height: 1.35;
    white-space: pre-wrap;
    word-break: break-word;
    box-sizing: border-box;
}

.ai-assistant-window__input-fade {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    height: 40px;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.18s ease;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        rgba(255, 255, 255, 0.92) 28%,
        rgba(255, 255, 255, 0.45) 65%,
        rgba(255, 255, 255, 0) 100%
    );
}

.ai-assistant-window__input-wrap.is-overflowing .ai-assistant-window__input-fade {
    opacity: 1;
}

.chat-body .ai-assistant-window__input {
    width: 100%;
    padding-right: 86px;
}

.ai-assistant-window__voice {
    position: absolute;
    bottom: 7px;
    right: 160px;
    cursor: pointer;
}

.chat-body .ai-assistant-window__voice{
    right: 75px;
}

.ai-assistant-window__form .btn--gradient {
    height: 61px;
    width: 146px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ai-assistant-window__form .btn--small {
    height: 61px;
    width: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2C3E50;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ai-assistant-window__chat {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-height: calc(100vh - 375px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #F4F6F8 transparent;
}

.ai-assistant-window__chat::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #FFFFFF;
    border-radius: 6px;
    width: 3px;
}

/* Handle */
.ai-assistant-window__chat::-webkit-scrollbar-thumb {
    background: #F4F6F8;
    border-radius: 0;
}

.ai-assistant-window__chat::-webkit-scrollbar {
    height: 5px;
    width: 6px;
}


.chat-message {
    padding: 12px;
    font-weight: 300;
    font-size: 24px;
    line-height: normal;
}

.user-message {
    background-color: #F4F6F8;
    align-self: end;
}

.ai-assistant-window__actions {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
}

.ai-assistant-window__voice-mobile, .btn--gradient-mobile {
    display: none;
}

.ai-assistant-window__badges {
    display: flex;
    gap: 24px;
    align-self: start;
    flex-wrap: wrap;
}

.ai-assistant-badge {
    padding: 24px;
    background-color: #F4F6F8;
    color: #576B7E;
    font-weight: 300;
    font-size: 20px;
    line-height: normal;
    cursor: pointer;
}

@media (max-width: 1365px) {
    .ai-assistant-window__body {
        width: calc(100vw - 96px);
        max-width: calc(100vw - 96px);
    }
}

@media  (max-width: 1023px) {
    .ai-assistant-window__form .ai-assistant-window__input {
        min-height: 46px;
    }

    .ai-assistant-window__voice {
        bottom: 2px;
        right: 155px;
    }

    .ai-assistant-window__form .btn--gradient {
        height: 48px;
        bottom: 0;
        padding: 0;
    }

    .ai-assistant-window__form .btn--small {
        height: 48px;
        width: 48px;
        bottom: 1px;
    }

    .ai-assistant-badge {
        padding: 6px 12px;
    }

    .chat-body .ai-assistant-window__voice {
        right: 60px;
    }
}

@media (max-width: 767px) {
    .ai-assistant-window__body {
        width: calc(100vw - 48px);
        max-width: calc(100vw - 48px);
        gap: 12px;
    }

    .ai-assistant-window {
        border-width: 4px;
        padding: 20px;
    }

    .ai-assistant-body__title {
        font-size: 24px;
        text-align: center;
    }

    .ai-assistant-body__subtitle {
        font-size: 18px;
    }

    .ai-assistant-window__voice, .ai-assistant-window__form .btn--gradient {
        display: none;
    }

    .ai-assistant-window__form .btn--small {
        background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    }


    .ai-assistant-window__voice-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        width: 48px;
        position: absolute;
        bottom: 1px;
        right: 48px;
        background: #F4F6F8;
        cursor: pointer;
    }

    .btn--gradient-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        width: 48px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
        padding: 0;
    }

    .ai-assistant-window__form .ai-assistant-window__input::placeholder {
        color: transparent;
    }

    .ai-assistant-window__form {
        flex-direction: column;
        gap: 12px;
    }

    .ai-assistant-form-placeholder {
        font-weight: 300;
        font-size: 16px;
        color: #576B7E;
        text-align: center;
        line-height: normal;
    }

    .chat-body .ai-assistant-form-placeholder {
        text-align: unset;
    }

    .ai-assistant-window__badges {
        gap: 12px;
    }
}


.contact-form-field {
    display: flex;
    flex-direction: column;
}

.contact-label {
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #2C3E50;
    margin-bottom: 8px;
    text-align: left;
}

.contact-input,
.contact-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #DCE0E6;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    color: var(--contact-dark);
    background: #fff;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: #AAAAAA;
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: var(--contact-teal);
    outline: none;
}

.contact-form-checkboxes {
    margin: 24px 0 32px;
}

.contact-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    font-weight: 300;
    color: #2C3E50;
    margin-bottom: 12px;
    cursor: pointer;
}

.contact-checkbox-label label {
    font-weight: 300;
}

.contact-checkbox-label span {
    font-size: 18px;
    color: #2C3E50;
    white-space: normal;
    line-height: 1.4;
}

.contact-checkbox-label a {
    color: #3498DB;
    text-decoration: underline;
}

.contact-checkbox-label a:hover {
    text-decoration: none;
}


.btn--contact-submit {
    background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: opacity 0.2s;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
}

.btn--contact-submit svg {
    opacity: 0;
    max-width: 0;
    flex-shrink: 0;
    transition: opacity 0.25s ease, max-width 0.3s ease, margin-left 0.25s ease;
    margin-left: 0;
}

.btn--contact-submit:hover {
    opacity: 0.95;
}

.btn--contact-submit:hover svg {
    opacity: 1;
    max-width: 40px;
    margin-left: 10px;
}

.contact-form-field.contact-form-row--phone .iti__tel-input, .contact-form-field.contact-form-row--phone .iti input {
    width: 100%;
    padding: 14px 16px;
    padding-left: 52px;
    border: 1px solid #DCE0E6;
    border-radius: 6px;
    font-family: inherit;
    font-size: 16px;
    color: var(--contact-dark);
    background: #fff;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
/* ===== menu block ===== */
/* Fullscreen menu (opened by contact-bar-burger) */
.fullscreen-menu-close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    display: none;
}

.fullscreen-menu {
    position: fixed;
    inset: 0;
    z-index: 150;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s ease, opacity 0.25s ease;
    overflow-y: hidden;
}

.fullscreen-menu.is-open {
    visibility: visible;
    opacity: 1;
    width: calc(100vw - 148px);
}

.fullscreen-menu__inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 24px 48px;
    max-width: calc(100vw - 310px);
    margin-left: 310px;
}

.fullscreen-menu__header {
    display: flex;
    align-items: center;
    padding-bottom: 48px;
    gap: 86px;
}

.fullscreen-menu__logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2C3E50;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.fullscreen-menu__logo-since {
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 2px;
}

.fullscreen-menu__logo:hover {
    color: #2C3E50;
    text-decoration: none;
}

.fullscreen-menu__social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fullscreen-menu__social-link {
    width: 40px;
    height: 40px;
    background: #2C3E50;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.fullscreen-menu__social-link:hover {
    background: #2C3E50;
}

.fullscreen-menu__social-icon {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.fullscreen-menu__social-icon--youtube {
    mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.352 15.562L12.041 11.8327C11.8925 11.7661 11.7203 11.7792 11.5837 11.8676C11.447 11.9559 11.3645 12.1076 11.3645 12.2704V19.7293C11.3645 19.8922 11.447 20.0439 11.5837 20.1322C11.6627 20.1834 11.7533 20.2093 11.8445 20.2093C11.911 20.2093 11.9782 20.1956 12.041 20.1674L20.352 16.4381C20.5245 16.3607 20.6355 16.1892 20.6355 16C20.6355 15.8109 20.5245 15.6397 20.352 15.562ZM12.3245 18.9879V13.0122L18.983 16L12.3245 18.9879Z' fill='white'/%3E%3Cpath d='M25.0115 6.92004H6.69152C4.30944 6.92004 2.37152 8.85796 2.37152 11.24V20.76C2.37152 23.1421 4.30944 25.08 6.69152 25.08H25.0115C27.3936 25.08 29.3315 23.1421 29.3315 20.76V11.24C29.3315 8.85796 27.3936 6.92004 25.0115 6.92004ZM28.3715 20.76C28.3715 22.6128 26.8643 24.12 25.0115 24.12H6.69152C4.83872 24.12 3.33152 22.6128 3.33152 20.76V11.24C3.33152 9.38724 4.83872 7.88004 6.69152 7.88004H25.0115C26.8643 7.88004 28.3715 9.38724 28.3715 11.24V20.76Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.352 15.562L12.041 11.8327C11.8925 11.7661 11.7203 11.7792 11.5837 11.8676C11.447 11.9559 11.3645 12.1076 11.3645 12.2704V19.7293C11.3645 19.8922 11.447 20.0439 11.5837 20.1322C11.6627 20.1834 11.7533 20.2093 11.8445 20.2093C11.911 20.2093 11.9782 20.1956 12.041 20.1674L20.352 16.4381C20.5245 16.3607 20.6355 16.1892 20.6355 16C20.6355 15.8109 20.5245 15.6397 20.352 15.562ZM12.3245 18.9879V13.0122L18.983 16L12.3245 18.9879Z' fill='white'/%3E%3Cpath d='M25.0115 6.92004H6.69152C4.30944 6.92004 2.37152 8.85796 2.37152 11.24V20.76C2.37152 23.1421 4.30944 25.08 6.69152 25.08H25.0115C27.3936 25.08 29.3315 23.1421 29.3315 20.76V11.24C29.3315 8.85796 27.3936 6.92004 25.0115 6.92004ZM28.3715 20.76C28.3715 22.6128 26.8643 24.12 25.0115 24.12H6.69152C4.83872 24.12 3.33152 22.6128 3.33152 20.76V11.24C3.33152 9.38724 4.83872 7.88004 6.69152 7.88004H25.0115C26.8643 7.88004 28.3715 9.38724 28.3715 11.24V20.76Z' fill='white'/%3E%3C/svg%3E");
}

.fullscreen-menu__social-icon--instagram {
    mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9999 26.6667H7.99994C6.52729 26.6667 5.33334 25.4728 5.33334 23.9999V7.99997C5.33334 6.52732 6.52729 5.33337 7.99994 5.33337H23.9999C25.4727 5.33337 26.6667 6.52732 26.6667 7.99997V23.9999C26.6667 25.4728 25.4727 26.6667 23.9999 26.6667ZM7.99994 6.39997C7.11635 6.39997 6.39994 7.11638 6.39994 7.99997V23.9999C6.39994 24.8837 7.11635 25.5999 7.99994 25.5999H23.9999C24.8837 25.5999 25.5999 24.8837 25.5999 23.9999V7.99997C25.5999 7.11638 24.8837 6.39997 23.9999 6.39997H7.99994Z' fill='white'/%3E%3Cpath d='M15.9999 21.8667C12.7599 21.8667 10.1333 19.24 10.1333 15.9999C10.1333 12.7599 12.7599 10.1334 15.9999 10.1334C19.2399 10.1334 21.8667 12.7599 21.8667 15.9999C21.863 19.2386 19.2386 21.863 15.9999 21.8667ZM15.9999 11.2C13.3489 11.2 11.1999 13.349 11.1999 15.9999C11.1999 18.6509 13.3489 20.7999 15.9999 20.7999C18.6509 20.7999 20.7999 18.6509 20.7999 15.9999C20.7964 13.3505 18.6493 11.2037 15.9999 11.2Z' fill='white'/%3E%3Cpath d='M21.3333 8.53336H23.4667V9.59996H21.3333V8.53336Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9999 26.6667H7.99994C6.52729 26.6667 5.33334 25.4728 5.33334 23.9999V7.99997C5.33334 6.52732 6.52729 5.33337 7.99994 5.33337H23.9999C25.4727 5.33337 26.6667 6.52732 26.6667 7.99997V23.9999C26.6667 25.4728 25.4727 26.6667 23.9999 26.6667ZM7.99994 6.39997C7.11635 6.39997 6.39994 7.11638 6.39994 7.99997V23.9999C6.39994 24.8837 7.11635 25.5999 7.99994 25.5999H23.9999C24.8837 25.5999 25.5999 24.8837 25.5999 23.9999V7.99997C25.5999 7.11638 24.8837 6.39997 23.9999 6.39997H7.99994Z' fill='white'/%3E%3Cpath d='M15.9999 21.8667C12.7599 21.8667 10.1333 19.24 10.1333 15.9999C10.1333 12.7599 12.7599 10.1334 15.9999 10.1334C19.2399 10.1334 21.8667 12.7599 21.8667 15.9999C21.863 19.2386 19.2386 21.863 15.9999 21.8667ZM15.9999 11.2C13.3489 11.2 11.1999 13.349 11.1999 15.9999C11.1999 18.6509 13.3489 20.7999 15.9999 20.7999C18.6509 20.7999 20.7999 18.6509 20.7999 15.9999C20.7964 13.3505 18.6493 11.2037 15.9999 11.2Z' fill='white'/%3E%3Cpath d='M21.3333 8.53336H23.4667V9.59996H21.3333V8.53336Z' fill='white'/%3E%3C/svg%3E");
}

.fullscreen-menu__social-icon--facebook {
    mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9999 26.6667H18.6667V18.6667H21.2532L21.9333 15.9999H18.6667V12.8C18.6667 11.9164 19.3829 11.2 20.2667 11.2H21.8667V8.53336H20.2667C17.9118 8.53708 16.0036 10.4451 15.9999 12.8V15.9999H13.3333V18.6667H15.9999V26.6667H7.99994C6.52729 26.6667 5.33334 25.4728 5.33334 23.9999V7.99997C5.33334 6.52732 6.52729 5.33337 7.99994 5.33337H23.9999C25.4727 5.33337 26.6667 6.52732 26.6667 7.99997V23.9999C26.6667 25.4728 25.4727 26.6667 23.9999 26.6667ZM19.7333 25.5999H23.9999C24.8837 25.5999 25.5999 24.8837 25.5999 23.9999V7.99997C25.5999 7.11638 24.8837 6.39997 23.9999 6.39997H7.99994C7.11635 6.39997 6.39994 7.11638 6.39994 7.99997V23.9999C6.39994 24.8837 7.11635 25.5999 7.99994 25.5999H14.9333V19.7333H12.2667V14.9333H14.9333V12.8C14.937 9.85602 17.3226 7.47028 20.2667 7.46677H22.9333V12.2668H20.2667C19.9722 12.2668 19.7333 12.5054 19.7333 12.8V14.9333H23.3065L22.08 19.7333H19.7333V25.5999Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9999 26.6667H18.6667V18.6667H21.2532L21.9333 15.9999H18.6667V12.8C18.6667 11.9164 19.3829 11.2 20.2667 11.2H21.8667V8.53336H20.2667C17.9118 8.53708 16.0036 10.4451 15.9999 12.8V15.9999H13.3333V18.6667H15.9999V26.6667H7.99994C6.52729 26.6667 5.33334 25.4728 5.33334 23.9999V7.99997C5.33334 6.52732 6.52729 5.33337 7.99994 5.33337H23.9999C25.4727 5.33337 26.6667 6.52732 26.6667 7.99997V23.9999C26.6667 25.4728 25.4727 26.6667 23.9999 26.6667ZM19.7333 25.5999H23.9999C24.8837 25.5999 25.5999 24.8837 25.5999 23.9999V7.99997C25.5999 7.11638 24.8837 6.39997 23.9999 6.39997H7.99994C7.11635 6.39997 6.39994 7.11638 6.39994 7.99997V23.9999C6.39994 24.8837 7.11635 25.5999 7.99994 25.5999H14.9333V19.7333H12.2667V14.9333H14.9333V12.8C14.937 9.85602 17.3226 7.47028 20.2667 7.46677H22.9333V12.2668H20.2667C19.9722 12.2668 19.7333 12.5054 19.7333 12.8V14.9333H23.3065L22.08 19.7333H19.7333V25.5999Z' fill='white'/%3E%3C/svg%3E");
}

.fullscreen-menu__social-icon--tiktok {
    mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9921 5.84131C14.9921 5.56079 15.2195 5.33337 15.5 5.33337H18.5476C18.8281 5.33337 19.0556 5.56079 19.0556 5.84131C19.0556 8.9271 21.557 11.4286 24.6429 11.4286C24.9233 11.4286 25.1508 11.656 25.1508 11.9365V14.9842C25.1508 15.2647 24.9233 15.4921 24.6429 15.4921C22.5609 15.4921 20.6323 14.8324 19.0556 13.7111V20.0635C19.0556 23.7104 16.0993 26.6667 12.4524 26.6667C8.80556 26.6667 5.84921 23.7104 5.84921 20.0635C5.84921 16.4167 8.80556 13.4604 12.4524 13.4604C12.7329 13.4604 12.9603 13.6878 12.9603 13.9683V17.0159C12.9603 17.2964 12.7329 17.5239 12.4524 17.5239C11.0498 17.5239 9.9127 18.6609 9.9127 20.0635C9.9127 21.4661 11.0498 22.6032 12.4524 22.6032C13.855 22.6032 14.9921 21.4661 14.9921 20.0635V5.84131ZM16.0079 6.34925V20.0635C16.0079 22.0272 14.4161 23.6191 12.4524 23.6191C10.4887 23.6191 8.89683 22.0272 8.89683 20.0635C8.89683 18.2723 10.2214 16.7905 11.9445 16.5439V14.499C9.0967 14.7556 6.86509 17.149 6.86509 20.0635C6.86509 23.1493 9.3666 25.6508 12.4524 25.6508C15.5382 25.6508 18.0397 23.1493 18.0397 20.0635V12.6561C18.0397 12.4558 18.1574 12.2742 18.3404 12.1924C18.5232 12.1106 18.7371 12.144 18.8864 12.2776C20.2966 13.5398 22.123 14.3449 24.1349 14.4615V12.4252C20.8931 12.1786 18.3055 9.5911 18.0589 6.34925H16.0079Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9921 5.84131C14.9921 5.56079 15.2195 5.33337 15.5 5.33337H18.5476C18.8281 5.33337 19.0556 5.56079 19.0556 5.84131C19.0556 8.9271 21.557 11.4286 24.6429 11.4286C24.9233 11.4286 25.1508 11.656 25.1508 11.9365V14.9842C25.1508 15.2647 24.9233 15.4921 24.6429 15.4921C22.5609 15.4921 20.6323 14.8324 19.0556 13.7111V20.0635C19.0556 23.7104 16.0993 26.6667 12.4524 26.6667C8.80556 26.6667 5.84921 23.7104 5.84921 20.0635C5.84921 16.4167 8.80556 13.4604 12.4524 13.4604C12.7329 13.4604 12.9603 13.6878 12.9603 13.9683V17.0159C12.9603 17.2964 12.7329 17.5239 12.4524 17.5239C11.0498 17.5239 9.9127 18.6609 9.9127 20.0635C9.9127 21.4661 11.0498 22.6032 12.4524 22.6032C13.855 22.6032 14.9921 21.4661 14.9921 20.0635V5.84131ZM16.0079 6.34925V20.0635C16.0079 22.0272 14.4161 23.6191 12.4524 23.6191C10.4887 23.6191 8.89683 22.0272 8.89683 20.0635C8.89683 18.2723 10.2214 16.7905 11.9445 16.5439V14.499C9.0967 14.7556 6.86509 17.149 6.86509 20.0635C6.86509 23.1493 9.3666 25.6508 12.4524 25.6508C15.5382 25.6508 18.0397 23.1493 18.0397 20.0635V12.6561C18.0397 12.4558 18.1574 12.2742 18.3404 12.1924C18.5232 12.1106 18.7371 12.144 18.8864 12.2776C20.2966 13.5398 22.123 14.3449 24.1349 14.4615V12.4252C20.8931 12.1786 18.3055 9.5911 18.0589 6.34925H16.0079Z' fill='white'/%3E%3C/svg%3E");
}

.fullscreen-menu__social-icon--linkedin {
    mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.373 7.01587C6.53142 7.01587 5.84919 7.6981 5.84919 8.53968C5.84919 9.38126 6.53142 10.0635 7.373 10.0635C8.21458 10.0635 8.89681 9.38126 8.89681 8.53968C8.89681 7.6981 8.21458 7.01587 7.373 7.01587ZM4.83331 8.53968C4.83331 7.13706 5.97037 6 7.373 6C8.77562 6 9.91268 7.13706 9.91268 8.53968C9.91268 9.94231 8.77562 11.0794 7.373 11.0794C5.97037 11.0794 4.83331 9.94231 4.83331 8.53968Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.83331 13.619C4.83331 13.3385 5.06073 13.1111 5.34125 13.1111H9.40474C9.68527 13.1111 9.91268 13.3385 9.91268 13.619V26.8254C9.91268 27.1059 9.68527 27.3333 9.40474 27.3333H5.34125C5.06073 27.3333 4.83331 27.1059 4.83331 26.8254V13.619ZM5.84919 14.127V26.3175H8.89681V14.127H5.84919Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9444 13.619C11.9444 13.3385 12.1718 13.1111 12.4524 13.1111H16.5159C16.7951 13.1111 17.0221 13.3366 17.0238 13.6159L17.0329 15.0716L18.2479 14.0564C18.9787 13.4457 19.9009 13.1111 20.8534 13.1111H21.0873C23.8925 13.1111 26.1666 15.3852 26.1666 18.1905V26.8254C26.1666 27.1059 25.9392 27.3333 25.6587 27.3333H21.5952C21.3147 27.3333 21.0873 27.1059 21.0873 26.8254V20.7302C21.0873 19.608 20.1777 18.6984 19.0555 18.6984C17.9334 18.6984 17.0238 19.608 17.0238 20.7302V26.8254C17.0238 27.1059 16.7963 27.3333 16.5159 27.3333H12.4524C12.1718 27.3333 11.9444 27.1059 11.9444 26.8254V13.619ZM12.9603 14.127V26.3175H16.0079V20.7302C16.0079 19.047 17.3723 17.6825 19.0555 17.6825C20.7387 17.6825 22.1032 19.047 22.1032 20.7302V26.3175H25.1508V18.1905C25.1508 15.9463 23.3314 14.127 21.0873 14.127H20.8534C20.1391 14.127 19.4475 14.3779 18.8993 14.836L16.8574 16.5421C16.7065 16.6682 16.4964 16.6959 16.3181 16.6131C16.1397 16.5304 16.025 16.3522 16.0238 16.1556L16.0111 14.127H12.9603Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.373 7.01587C6.53142 7.01587 5.84919 7.6981 5.84919 8.53968C5.84919 9.38126 6.53142 10.0635 7.373 10.0635C8.21458 10.0635 8.89681 9.38126 8.89681 8.53968C8.89681 7.6981 8.21458 7.01587 7.373 7.01587ZM4.83331 8.53968C4.83331 7.13706 5.97037 6 7.373 6C8.77562 6 9.91268 7.13706 9.91268 8.53968C9.91268 9.94231 8.77562 11.0794 7.373 11.0794C5.97037 11.0794 4.83331 9.94231 4.83331 8.53968Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.83331 13.619C4.83331 13.3385 5.06073 13.1111 5.34125 13.1111H9.40474C9.68527 13.1111 9.91268 13.3385 9.91268 13.619V26.8254C9.91268 27.1059 9.68527 27.3333 9.40474 27.3333H5.34125C5.06073 27.3333 4.83331 27.1059 4.83331 26.8254V13.619ZM5.84919 14.127V26.3175H8.89681V14.127H5.84919Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9444 13.619C11.9444 13.3385 12.1718 13.1111 12.4524 13.1111H16.5159C16.7951 13.1111 17.0221 13.3366 17.0238 13.6159L17.0329 15.0716L18.2479 14.0564C18.9787 13.4457 19.9009 13.1111 20.8534 13.1111H21.0873C23.8925 13.1111 26.1666 15.3852 26.1666 18.1905V26.8254C26.1666 27.1059 25.9392 27.3333 25.6587 27.3333H21.5952C21.3147 27.3333 21.0873 27.1059 21.0873 26.8254V20.7302C21.0873 19.608 20.1777 18.6984 19.0555 18.6984C17.9334 18.6984 17.0238 19.608 17.0238 20.7302V26.8254C17.0238 27.1059 16.7963 27.3333 16.5159 27.3333H12.4524C12.1718 27.3333 11.9444 27.1059 11.9444 26.8254V13.619ZM12.9603 14.127V26.3175H16.0079V20.7302C16.0079 19.047 17.3723 17.6825 19.0555 17.6825C20.7387 17.6825 22.1032 19.047 22.1032 20.7302V26.3175H25.1508V18.1905C25.1508 15.9463 23.3314 14.127 21.0873 14.127H20.8534C20.1391 14.127 19.4475 14.3779 18.8993 14.836L16.8574 16.5421C16.7065 16.6682 16.4964 16.6959 16.3181 16.6131C16.1397 16.5304 16.025 16.3522 16.0238 16.1556L16.0111 14.127H12.9603Z' fill='white'/%3E%3C/svg%3E");
}

.fullscreen-menu__nav {
    flex: 1;
    display: flex;
    align-items: start;
    padding-left: 205px;
    padding-top: 100px;
}

.fullscreen-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.fullscreen-menu__list li {
    padding-bottom: 12px;
}

.fullscreen-menu__link {
    font-family: 'Barlow Condensed', sans-serif;
    position: relative;
    font-size: 48px;
    font-weight: 300;
    color: #2C3E50;
    text-decoration: none;
    align-items: center;
    gap: 8px;
    line-height: normal;
    padding: 0 72px 0 44px;
    transition: color 0.25s ease;
}

.fullscreen-menu__link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    transition: width 0.35s ease;
    z-index: -1;
}

.fullscreen-menu__link:hover {
    color: #007A58;
    text-decoration: none;
}

.fullscreen-menu__link.highlighted {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.link__description {
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    height: 0;
}

.fullscreen-menu__link.highlighted::before {
    width: 100%;
}

.fullscreen-menu__link.highlighted:hover .link__description {
    opacity: 1;
    max-width: 100%;
    margin-left: 72px;
    padding-right: 144px;
    display: inline-block;
    height: 20px;
    transition: opacity 0.25s ease 0.15s, max-width 0.3s ease 0.1s, margin-left 0.25s ease 0.1s, height 0.25s ease 0.1s;
}

.fullscreen-menu__chevron {
    position: absolute;
    left: 0;
    font-size: 0.75em;
    opacity: 1;
    top: 15px;
    transition: transform 0.6s ease;
}

.fullscreen-menu__link:hover .fullscreen-menu__chevron {
    transform: rotate(-90deg);
}

.fullscreen-menu__cta {
    margin-top: 24px;
    padding: 0 32px !important;
    border-radius: 0;
}

.fullscreen-menu__sublinks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease 0.2s, max-height 0.6s ease 0.1s, left 0.6s ease;
    position: absolute;
    left: 300px;
}

.fullscreen-menu__sublinks.active {
    opacity: 1;
    max-height: 1000px;
    left: 1000px;
}

.fullscreen-menu__sublink {
    font-size: 24px;
    color: #2C3E50;
    line-height: normal;
    font-weight: 300;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateX(-150px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink {
    opacity: 1;
    transform: translateX(0);
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink:nth-child(1) {
    transition-delay: 0.25s;
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink:nth-child(2) {
    transition-delay: 0.3s;
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink:nth-child(3) {
    transition-delay: 0.35s;
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink:nth-child(4) {
    transition-delay: 0.4s;
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink:nth-child(5) {
    transition-delay: 0.45s;
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink:nth-child(6) {
    transition-delay: 0.5s;
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink:nth-child(7) {
    transition-delay: 0.55s;
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink:nth-child(8) {
    transition-delay: 0.6s;
}

.fullscreen-menu__sublinks.active .fullscreen-menu__sublink:nth-child(9) {
    transition-delay: 0.65s;
}

.sublink-icon {
    margin-right: 12px;
    height: 24px;
    width: 24px;
    transition: transform 1s ease;
}

.fullscreen-menu__sublink:hover {
    color: #007A58;
    text-decoration: none;
}

.fullscreen-menu__sublink:hover .sublink-icon {
    transform: rotate(225deg);
}


/* ===== Responsive ===== */

@media (prefers-reduced-motion: reduce) {
    #contact-language-switcher .contact-bar-language__list {
        transition: none !important;
    }
}

@media (max-width: 1919px) {
    .fullscreen-menu__sublinks.active {
        left: 800px;
    }

    .hero-accessibility {
        left: 12px;
    }

    .nav--hero {
        padding-left: 72px;
    }

    .fullscreen-menu {
        max-width: 100vw;
    }

    .search-bar--hero {
        max-width: calc(100vw - 220px);
        margin-left: 72px;
    }

    .hero-filter {
        max-width: 254px;
    }

    .btn-search {
        position: unset;
    }

    .contact-bar-info {
        display: none;
    }

    .contact-bar {
        justify-content: space-between;
    }

    .hero-content.container {
        height: 670px;
        margin: unset;
        max-width: calc(100vw - 154px);
        padding-left: 72px;
    }

    .hero-title {
        margin-top: 130px;
    }

    .hero-subtitle {
        margin-bottom: 75px;
    }

    .hero-search-wrap {
        margin-top: -100px;
    }

    .section-newsletter {
        max-width: calc(100vw - 215px);
        margin: unset;
        margin-left: 72px;
    }

    .container.footer-grid, .footer-info-inner, #testimonials .container, #explore .container, #impact .container {
        max-width: calc(100vw - 180px);
        margin: unset;
        padding-left: 72px;
    }

    .fullscreen-menu__inner {
        max-width: calc(100vw - 144px);
        margin-left: 144px;
    }

    .link__description {
        font-size: 18px;
    }

    .fullscreen-menu__nav, .fullscreen-menu__list {
        min-width: calc(100vw - 255px);
    }

    .fullscreen-menu__inner {
        padding: 24px 0 48px;
    }

    .fullscreen-menu__link.highlighted:hover .link__description {
        padding-right: unset;
        margin-left: 32px;
    }

    .testimonial-card:last-child {
        margin-right: 0;
    }
}


@media (max-width: 1399px) {
    #testimonials .container {
        max-width: calc(100vw - 17px);
    }

    #explore .container {
        max-width: calc(100vw - 72px);
    }

    .container.footer-grid, .footer-info-inner, #impact .container {
        max-width: calc(100vw - 144px);
    }

    .hero-title {
        display: none!important;
    }

    .hero-title-mobile {
        display: inherit;
        width: 100%;
        font-weight: 400;
        color: #FFFFFF;
        text-align: left;
        line-height: 8rem;
        margin-bottom: 0;
        margin-top: 130px;
        font-size: 120px;
    }

    .section-explore .section-title {
        width: 78%;
    }

    .contact-bar {
        display: none;
        gap: 24px;
        top: 6px;
    }

    .nav--hero .navbar-socials-mobile {
        display: flex;
        gap: 24px;
        align-items: center;
        position: absolute;
        right: 24px;
    }

    /* switcher container: relative so the absolute list is anchored to it */
    .navbar-socials-mobile #contact-language-switcher {
        position: relative !important;
        flex-direction: row !important; /* cancel column-reverse, button is the only flow child */
        overflow: visible !important;
        width: auto !important;
        height: auto !important;
    }

    .navbar-socials-mobile #contact-language-switcher .contact-bar-language__item,
    .navbar-socials-mobile #contact-language-switcher .contact-bar-language__link {
        background: transparent !important;
    }

    /* list drops DOWN, outside the flow */
    .navbar-socials-mobile #contact-language-switcher .contact-bar-language__list {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translateX(-50%) !important;
        flex-direction: column !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        min-width: 60px !important;
        z-index: 9999 !important;
        /* accordion closed */
        max-height: 0;
        overflow: hidden !important;
        transition: max-height 0.35s ease !important;
    }

    .navbar-socials-mobile #contact-language-switcher.is-open .contact-bar-language__list {
        max-height: 600px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    /* items get some padding inside the dropdown card */
    .navbar-socials-mobile #contact-language-switcher .contact-bar-language__item {
        padding: 4px 0 !important;
    }

    .navbar-socials-mobile #contact-language-switcher .contact-bar-language__short {
        color: #FFFFFF !important;
    }

    .navbar-socials-mobile #contact-language-switcher .contact-bar-language__link[aria-current="true"] .contact-bar-language__short,
    .navbar-socials-mobile #contact-language-switcher .contact-bar-language__item.is-current .contact-bar-language__short {
        color: #18a070 !important;
    }

    .nav--hero .nav-burger .nav-burger-line {
        margin-bottom: unset;
    }

    .navbar-scrolled .contact-bar-language {
        color: #2C3E50!important;
    }

    .navbar-scrolled #contact-language-switcher .contact-bar-language__short{
        color: #2C3E50!important;
    }

    .navbar-scrolled .contact-bar-burger .nav-burger-line {
        background-color: #2C3E50;
    }

    .nav--hero {
        gap: 24px;
        padding-right: 24px;
        padding-left: 72px;
    }

    #contact-language-switcher {
        flex-direction: column;
        position: relative;
    }

    .fullscreen-action__tablet #contact-language-switcher .contact-bar-language__list {
        position: absolute!important;
        top: calc(100% + 8px) !important;
    }

    .fullscreen-menu__header .fullscreen-menu__logo {
        display: flex;
    }

    .hero-content, .container {
        max-width: calc(100vw - 144px);
    }

    .hero-filter.program-type {
        margin-left: unset;
    }

    #contact-language-switcher .contact-bar-language,
    #contact-language-switcher .contact-bar-language__short {
        color: #FFFFFF;
    }

    .contact-bar-burger {
        justify-content: center;
        height: 48px;
    }

    #contact-language-switcher .contact-bar-language {
        margin-bottom: 0;
    }

    .nav-links {
        gap: 72px;
    }

    .stat-number {
        margin-bottom: unset;
    }

    .explore-cards {
        max-width: calc(100vw - 144px);
    }


    .contact-bar-language__list {
        bottom: unset;
        left: unset;
    }
    .contact-language-switcher--drop-left .contact-bar-language__list {
        left: unset;
        right: 0;
    }

    .contact-bar .nav-burger-line {
        background: #ffffff;
    }

    .contact-bar .contact-bar-call {
        display: none;
    }

    .contact-bar .contact-bar-info {
        display: none;
    }

    .contact-bar .contact-bar-envelope {
        display: none;
    }

    .contact-bar .contact-bar-lang {
        color: #ffffff;
    }

    .contact-bar .contact-bar-whatsapp {
        height: 48px;
        width: 34px;
    }

    .contact-bar-whatsapp svg {
        height: 48px;
        width: 34px;
    }

    .hero-accessibility {
        left: unset;
        right: 12px;
    }

    .btn-search {
        position: unset;
        height: 124px;
        width: 162px;
    }

    .search-bar--hero {
        padding: 0 0 0 72px;
        margin: 0;
        max-width: 100vw;
    }

    .testimonials-grid {
        gap: 48px;
    }

    #testimonials .container {
        max-width: calc(100vw - 17px);
        padding-left: 72px;
    }

    .section-newsletter, .container.footer-grid, .footer-info-inner {
        max-width: calc(100vw - 144px);
        margin: 0 auto;
    }

    .container.footer-grid, .footer-info-inner {
        padding-left: unset;
    }

    .fullscreen-menu.is-open {
        width: 100vw;
    }

    .fullscreen-menu-close {
        display: inline-block;
        top: 48px;
        right: 48px;
    }

    .fullscreen-menu__contact {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fullscreen-action__tablet {
        display: flex;
        align-items: center;
        gap: 24px;
        padding-left: 80px;
    }

    .fullscreen-action__tablet .contact-bar-call--gradient,
    .fullscreen-action__tablet .contact-bar-call {
        min-height: unset;
        writing-mode: unset;
        text-orientation: unset;
        letter-spacing: unset;
        padding: 12px 48px;
        margin-right: 24px;
        font-size: 24px;
        height: 61px;
        width: 221px;
    }

    .fullscreen-menu__nav, .fullscreen-menu__list {
        min-width: unset;
    }


    .fullscreen-action__tablet #contact-language-switcher .contact-bar-language, .fullscreen-action__tablet #contact-language-switcher .contact-bar-language__short {
        color: #2C3E50;
    }

    .fullscreen-menu__header {
        min-width: calc(100vw - 144px);
    }

    .fullscreen-menu-close {
        top: 46px;
    }

    .fullscreen-menu__nav-secondary {
        display: flex;
    }

    .fullscreen-menu__nav-secondary .contact-bar-info {
        display: flex;
        writing-mode: unset;
        transform: none;
    }

    .fullscreen-menu__nav {
        flex-direction: column;
    }

    .fullscreen-menu__nav, .fullscreen-menu__list {
        max-width: calc(100vw - 350px);
    }

    .fullscreen-menu__link.highlighted:hover .link__description {
        margin-left: 60px;
    }

    .fullscreen-menu.is-open {
        max-width: 100vw;
    }
}

@media  screen and (max-width: 1365px){
    .btn--ai-match{
        height: 56px;
        width: 250px;
        margin-left: unset;
    }

    .hero-content.container {
        height: 455px;
    }

    .hero-title-mobile {
        line-height: normal;
        margin-top: 0;

        font-size: 72px;
    }

    .search-bar--hero {
        align-items: center;
    }

    .hero-filter-head {
        margin-bottom: unset;
    }

    .container, .section-newsletter  {
        max-width: calc(100vw - 144px);
    }

    .hero .nav, .hero-content {
        max-width: 100vw;
    }

    .nav--hero {
        padding-left: 72px;
    }

    .nav-links {
        gap: 48px;
    }

    .hero-subtitle {
        padding-left: 72px;
    }

    .hero-filter {
        padding: 22px 0 22px 24px;
    }

    .contact-bar {
        top: 6px;
        padding-right: 0;
    }

    .section-title {
        font-size: 72px;
    }

    .search-bar--hero {
        padding: 0;
    }

    .btn-search {
        position: unset;
    }

    #explore .container {
        max-width: calc(100vw - 72px);
        overflow: hidden;

    }

    .section {
        padding: 72px 0;
    }

    .stat-card {
        padding: 0;
    }

    .explore-content {
        display: flex;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding-right: 17px;
        box-sizing: content-box;
        scrollbar-width: none; /* Firefox */
    }

    .explore-cards {
        max-width: calc(100vw - 144px);
    }

    .filter-tabs {
        flex-wrap: nowrap;
    }

    .explore-content::-webkit-scrollbar {
        display: none;
    }

    .filter-destinations::-webkit-scrollbar  {
        display: none;
    }

    .filter-destinations {
        scrollbar-width: none; /* Firefox */
    }

    .explore-map {
        display: none;
    }

    .section-label {
        margin-bottom: 0;
    }

    #testimonials .container {
        overflow: hidden;
    }

    .testimonial-card {
        min-width: 400px;
        width: 400px;
        height: 475px;
    }

    .container--newsletter {
        flex-direction: column;
        text-align: center;
        gap: 48px;
    }

    .section-newsletter {
        padding: 48px;
    }

    .newsletter-data-form .btn-primary {
        width: 186px;
    }

    .container--newsletter .newsletter-content {
        width: 100%;
        text-align: left;
    }

    .newsletter-title, .newsletter-desc, .newsletter-legal {
        line-height: normal;
        margin-bottom: 0;
    }

    .footer-grid {
        grid-template-columns: 1fr 2fr;
        grid-template-rows: max-content;
        row-gap: 48px;
    }

    /*.footer-col:last-child .footer-links {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-gap: 20px;
        list-style-position: inside;
    }*/

    .footer-info {
        padding: 40px 72px;
    }

    .footer-info-inner {
        max-width: 1000px;
    }

    .footer-socials {
        width: 288px;
        justify-content: space-between;
    }

    .fullscreen-menu__inner {
        max-width: calc(100vw - 48px);
        margin-left: 48px;
    }

    .fullscreen-menu__header {
        justify-content: space-between;
    }

    .fullscreen-menu__header .fullscreen-menu__social {
        display: none;
    }

    .fullscreen-action__tablet {
        padding-left: unset;
        padding-right: 102px;
    }

    .fullscreen-menu__sublinks.active {
        left: 590px;
    }

    .fullscreen-menu__nav, .fullscreen-menu__list {
        padding-left: 48px;
    }

    .fullscreen-menu__nav {
        padding-top: 48px;
    }

    .fullscreen-menu__nav, .fullscreen-menu__list, .fullscreen-menu__nav, .fullscreen-menu__list {
        max-width: calc(100vw - 100px);
        min-width: calc(100vw - 100px);
    }

    .fullscreen-menu__link.highlighted:hover .link__description {
        margin-left: 27px;
    }

    .fullscreen-menu__link {
        padding: 0 32px 0 44px;
    }

    .fullscreen-menu__nav-secondary  {
        padding-left: 96px;
    }

    .fullscreen-menu__nav-secondary .fullscreen-menu__social {
        display: flex;
    }

    .mobile-relative-col {
        position: relative;
    }

    .mobile-top {
        position: absolute;
        left: 50%;
        line-height: normal;
        top: 0;
    }

    .mobile-top-2 {
        top: 50px;
    }

    .mobile-top-3 {
        top: 100px;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        max-width: calc(100vw - 144px);
    }

    #explore .container {
        max-width: 100vw;
    }

    .hero-content.container {
        max-width: calc(100vw - 150px);
    }

    .hero-filter-panel {
        bottom: calc(100% - 40px)
    }

    .section-explore .section-title {
        width: 70%;
    }


    .hero .nav, .hero-content {
        max-width: 100vw;
    }
    .contact-bar {
        display: none;
        gap: 24px;
        top: 6px;
    }

    .nav--hero .contact-bar-whatsapp,
    .nav--hero #contact-language-switcher,
    .nav--hero .nav-burger {
        display: inherit;
    }

    .nav--hero .nav-burger .nav-burger-line {
        margin-bottom: unset;
    }

    .navbar-scrolled .contact-bar-language {
        color: #2C3E50!important;
    }

    .navbar-scrolled .contact-bar-burger .nav-burger-line {
        background-color: #2C3E50;
    }

    .nav--hero {
        gap: 24px;
    }

    .nav--hero .logo--hero {
        margin-right: 235px;
    }

    .hero {
        height: 585px;
    }

    .main-site-container {
        height: 100%;
    }

    .section-label {
        display: none;
    }

    .hero-title-mobile {
        margin-top: 15px;
        line-height: normal;
    }

    .hero-title br {
        display: none;
    }

    .whitespace {
        display: inherit;
    }

    .hero-accessibility {
        top: 45%;
    }

    .hero-subtitle {
        margin-bottom: 35px;
        width: 95%;
        line-height: normal;
    }

    .hero-filter-dropdown {
        margin-top: -12px;
    }

    .hero-filter-head {
        padding-top: 4px;
    }

    .hero-filter-trigger {
        padding: 7px 16px 14px 0;
    }

    .hero-filter {
        padding: 0 0 0 24px;
    }

    .btn-search-text {
        display: inline;
        font-weight: 300;
        margin-right: 12px;
    }

    .footer-info-inner {
        max-width: 720px;
    }

    .nav-links {
        display: none;
    }

    .search-bar--hero {
        display: grid;
        grid-template-columns: 1fr 1fr 156px;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px;
        background: rgba(255,255,255,0.15);
    }

    .program-type,
    .destination,
    .duration,
    .age {
        background: rgba(0,0,0,0.35);
    }

    .program-type {
        grid-area: 1 / 1 / 2 / 2;
    }

    .destination {
        grid-area: 1 / 2 / 2 / 3;
    }

    .duration {
        grid-area: 2 / 1 / 3 / 2;
    }

    .age {
        grid-area: 2 / 2 / 3 / 3;
    }

    #search {
        grid-area: 1 / 3 / 3 / 4;
    }

    .btn--ai-match {
        width: 100%;
        background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
        opacity: 1;
        filter: brightness(1.05);
        left: 0;
    }

    .btn--ai-match .btn--ai-match-desc {
        opacity: 1;
        max-width: 100%;
        margin-left: 48px;
        position: relative;
        top: 3px;
        display: inline-block;
        font-size: 18px;
        font-weight: 300;
    }

    .btn-search-text {
        opacity: 1;
        visibility: visible;
    }

    .hero-filter {
        max-width: unset;
        max-height: 63px;
    }

    .hero-filter-label {
        font-size: 18px;
    }

    .hero-filter-head {
        margin-bottom: 0;
    }

    .hero-filter-dropdown {
        margin-top: -10px;
    }

    .btn-search {
        height: 127px;
        width: 156px;
    }

    .section-title {
        font-size: 48px;
    }

    .section-subtitle {
        font-size: 24px;
    }

    .stats-grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .stat-card {
        max-width: 192px;
    }

    .stat-card .stat-number::before {
        transform: scaleX(1);
    }

    .explore-cards {
        max-width: 100%;
    }

    .footer-col:last-child .footer-links {
        column-count: 1;
    }

    #testimonials .section-label {
        display: inherit;
    }

    #testimonials .section-title {
        font-size: 72px;
        max-width: 630px!important;
    }

    .newsletter-title {
    }

    .container--newsletter .newsletter-form {
        width: 100%;
    }

    .newsletter-data-form {
        width: unset;
    }

    .newsletter-legal {
        margin-top: unset;
    }

    .fullscreen-menu__link {
        font-size: 32px;
    }

    .fullscreen-menu__nav {
        padding-left: 32px;
    }

    .fullscreen-menu__sublinks.active {
        left: 448px;
    }

    .fullscreen-menu__chevron {
        top: 4px
    }

    .fullscreen-action__tablet .contact-bar-call {
        display: none;
    }

    .fullscreen-menu__link.highlighted:hover .link__description {
        max-width: 0;
    }

    .fullscreen-menu__nav-secondary .contact-bar-call {
        display: flex;
        writing-mode: unset;
        min-height: unset;
        padding: 12px 36px;
        width: 197px;
    }

    .fullscreen-menu__contact {
        display: none;
    }

    .mobile-top {
        position: unset;
        line-height: unset;
    }
}



@media screen and (max-width: 767px) {
    .nav--hero {
        left: 0;
        margin: 20px auto!important;
        padding: 0;
        gap: 20px;
    }

    .container.footer-grid, .footer-info-inner, #testimonials .container, #explore .container, #impact .container {
        max-width: calc(100vw);
        padding-left: 24px;
    }

    .hero-content.container {
        padding-left: 24px;
        max-width: 100vw;
    }

    .nav--hero .logo--hero {
        margin-right: unset;
    }

    .nav--hero .on-scroll {
        display: none;
    }

    .nav--hero .contact-bar-whatsapp,
    .nav--hero #contact-language-switcher,
    .nav--hero .nav-burger {
        display: inherit;
    }

    .nav--hero .nav-burger .nav-burger-line {
        margin-bottom: unset;
    }

    .nav--hero.navbar-scrolled {
        background-color: #FFFFFF;
        margin-top: unset!important;
    }

    .navbar-scrolled .no-scroll {
        display: none;
    }

    .navbar-scrolled .on-scroll {
        display: inherit;
    }

    .navbar-scrolled .contact-bar-language {
        color: #2C3E50!important;
    }

    .navbar-scrolled .contact-bar-burger .nav-burger-line {
        background-color: #2C3E50;
    }

    .hero-accessibility {
        display: none;
    }

    .btn--ai-match {
        transition: width 1s ease-out;
    }

    .btn--ai-match.is-scrolled {
        /* bottom is managed by JS */
    }

    .hero-search-wrap {
        margin-top: -167px;
    }

    .container, #explore .container {
        max-width: calc(100vw - 48px);
    }

    .hero .nav, .hero-content {
        max-width: 100vw;
        padding-left: 0;
    }

    .hero .hero-title-mobile {
        font-size: 36px;
        margin-top: 26px;
    }

    .hero-subtitle {
        width: 100%;
    }

    .section-explore .section-title {
        width: 100%;
    }


    .hero-subtitle {
        padding-left: 24px;
        font-size: 24px;
        line-height: normal;
        margin-top: 24px;
        margin-bottom: 37px;
    }

    .logo--hero {
        margin-left: 24px;
    }

    .btn-search {
        height: 62px;
        width: 100%;
    }

    .logo--hero {
        width: 120px;
    }

    .btn--ai-match {
        padding: 0 12px 0 24px;
    }

    .btn--ai-match .btn--ai-match-title {
        font-size: 18px;
        font-weight: 300;
    }

    .btn--ai-match .btn--ai-match-desc {
        font-size: 14px;
        text-wrap: auto;
        margin-left: 12px;
    }

    .search-bar--hero {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 1fr);
        padding: 0;
    }

    .contact-bar {
        display: none;
        gap: 24px;
        top: 6px;
    }

    .hero-filter-trigger {
        font-size: 16px;
    }


    #search {
        grid-area: 3 / 1 / 4 / 3;
        max-width: 100vw;
    }

    .section-title {
        font-size: 48px;
    }

    .section-title br {
        display: none;
    }

    .hero-filter {
        padding: 8px 12px 8px 24px;
    }

    .hero-filter-head {
        padding-top: 0;
    }

    .hero-filter-dropdown {
        margin-top: -13px;
    }

    .btn-search-text {
        display: inherit;
        margin-right: 12px;
    }

    .btn--ai-match:hover, .btn--ai-match:visited {
        width: 100%;
        padding: 0 12px 0 24px;
    }

    .btn--ai-match {
        left: 0;
    }

    .btn--ai-match:hover .btn--ai-match-desc {
        font-size: 14px;
    }

    #explore .container {
        margin-left: unset;
        padding: 24px;
        max-width: 100vw;
    }

    #testimonials .container {
        padding-left: unset;
        margin-left: unset;
    }

    #testimonials .section-title {
        font-size: 48px;
    }

    .filter-tab {
        text-wrap: nowrap;
    }

    .newsletter-data-form {
        width: 100%;
    }

    .filter-programs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }

    .filter-programs::-webkit-scrollbar  {
        display: none;
    }

    .filter-programs {
        font-size: 24px;
    }

    .explore-content {
        max-width: calc(100vw - 24px);
    }

    .explore-cards {
        max-width: calc(100vw - 24px);
    }

    .program-card-image {
        max-width: 280px;
        height: 140px;
    }

    .stats-grid {
        flex-direction: column;
        align-items: start;
    }

    .stat-card {
        max-width: unset;
    }

    #testimonials .container {
        max-width: calc(100vw - 24px);
        margin-left: 24px;
    }

    .testimonials-grid {
        gap: 12px;
    }

    .testimonial-card {
        width: 280px;
        min-width: 280px;
        height: unset;
        margin-left: unset;
    }

    .section-newsletter {
        max-width: 87vw;
        padding: 48px 24px;
    }

    .newsletter-data-form {
        flex-direction: column;
        gap: 12px;
    }

    .container--newsletter .newsletter-form {
        width: 100%;
    }

    .newsletter-form input {
        width: 100%;
    }

    .newsletter-form .newsletter-button {
        width: 100%;
    }

    .newsletter-legal {
        width: 100%!important;
    }

    .newsletter-button {
        width: 279px!important;
        height: 48px!important;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        column-gap: 24px;
        row-gap: 24px;
    }

    .footer-tagline {
        max-width: unset;
    }

    .container.footer-grid {
        max-width: calc(100vw - 48px);
    }

    .footer-info {
        padding: 24px;
    }

    .footer-info-inner {
        flex-direction: column-reverse;
        gap: 12px;
        align-items: start;
    }

    .fullscreen-menu__inner {
        margin-left: 24px;
        max-width: calc(100vw - 24px);
    }

    .fullscreen-menu__logo {
        display: none;
    }

    .fullscreen-menu-close {
        top: 44px;
        right: 24px;
    }

    .fullscreen-menu__nav {
        padding-left: 0;
        min-width: calc(100vw - 24px);
        padding-top: 48px;
    }

    .fullscreen-menu__list {
        min-width: 100%;
    }

    .fullscreen-menu__chevron svg {
        height: 24px;
    }

    .fullscreen-menu__chevron {
        top: 3px
    }

    .fullscreen-menu__link {
        font-size: 24px;
    }

    .fullscreen-menu__nav {
        flex-direction: column;
    }

    .fullscreen-menu__list {
        width: 100%;
    }

    .fullscreen-menu__sublinks-wrapper {
        padding: 0 !important;
    }

    .fullscreen-menu__sublinks {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        padding-left: 44px;
        gap: 12px;
        display: flex;
        flex-direction: column;
    }

    .fullscreen-menu__sublinks.active {
        position: unset;
        opacity: 1;
        max-height: none;
        left: 72px
    }

    .fullscreen-menu__sublinks.active .fullscreen-menu__sublink {
        opacity: 1;
        transform: translateX(0);
    }

    .fullscreen-menu__sublink {
        font-size: 16px;
    }

    .fullscreen-menu__sublinks {
        gap: 0;
    }

    .sublink-icon {
        height: 20px;
    }

    .fullscreen-action__tablet {
        gap: 12px;
    }

    .fullscreen-menu__header {
        gap: 12px
    }

    .fullscreen-menu__nav, .fullscreen-menu__list, .fullscreen-menu__nav, .fullscreen-menu__list {
        max-width: calc(100vw - 48px);
    }

    .fullscreen-menu__nav {
        padding-left: 0;
    }

    .fullscreen-menu__nav-secondary {
        padding-left: 68px;
    }

    .fullscreen-menu {
        overflow-y: auto;
    }

    .hero-filter-panel {
        min-width: unset;
    }

    .hero-filter-panel .btn {
        width: 40%;
    }

    .testimonial-card:last-child {
        margin-right: 20px;
    }
}

/* ===== Front page: program types / why choose / partners ===== */
.section-home-types {
    padding: 144px 0;
    background: #ffffff;
}

.section-home-why,
.section-home-partners {
    padding: 72px 0;
}

.section-home-partners .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 48px;
}

.section-home-partners .home-section-cta {
    margin: 0;
}

.section-home-why {
    background-color: #F4F6F8;
}

.section-home-types__title,
.section-home-why__title {
    max-width: 1100px;
}

.section-home-why__title,
.section-home-partners__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-home-partners__title {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 12px;
}

.section-home-why__subtitle {
    text-align: center;
}

.section-home-types__subtitle {
    max-width: 720px;
    margin: 24px 0 48px;
}

.section-home-partners__subtitle {
    text-align: center;
    margin: 0;
    line-height: 1;
}

/* Program types slider */
.home-types-slider {
    margin-top: 8px;
}

.home-types-slider__viewport {
    overflow: hidden;
}

.home-types-slider__track {
    display: flex;
    gap: 48px;
    transition: transform 0.4s ease;
    will-change: transform;
}

.home-type-card {
    flex: 0 0 calc((100% - 64px) / 3);
    max-width: 520px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-type-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 10 / 5;
    overflow: hidden;
    background: #E8EEF3;
}

.home-type-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.35s ease;
}

.home-type-card__media.has-hover .home-type-card__img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.home-type-card__media.has-hover:hover .home-type-card__img--default {
    opacity: 0;
}

.home-type-card__media.has-hover:hover .home-type-card__img--hover {
    opacity: 1;
}

.home-type-card__body {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    flex: 1;
}

.home-type-card__title {
    color: #2C3E50;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.home-type-card__desc {
    color: #576B7E;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    flex: 1;
}

.home-type-card__link {
    color: #007A58;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    width: fit-content;
}

.home-type-card__link:hover {
    text-decoration: underline;
}

.home-types-slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
    width: calc(100svw - 620px);
}

.home-types-slider__arrow {
    width: 64px;
    height: 64px;
    background: rgba(184, 196, 208, 0.25);
    color: #2C3E50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.home-types-slider__arrow:hover:not(:disabled) {
    background-color: #B8C4D0;
}

.home-types-slider__arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.home-types-slider__dots {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-types-slider__dot {
    width: 40px;
    height: 5px;
    border: none;
    padding: 0;
    background: #B8C4D0;
    cursor: pointer;
}

.home-types-slider__dot.is-active {
    background: #007A58;
}

/* Why choose us */
.home-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.home-why-card {
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(44, 62, 80, 0.08);
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    perspective: 600px;
}

.home-why-card__icon {
    line-height: 0;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.home-why-card:hover .home-why-card__icon {
    transform: rotateY(-360deg);
}

.home-why-card__title {
    color: #2C3E50;
    font-size: 24px;
    font-weight: 400;
}

.home-why-card__desc {
    margin: 0;
    color: #576B7E;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}

/* Partners */
.home-partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.home-partners-card {
    border: 1px solid #D5DEE6;
    background: #ffffff;
    min-height: 215px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.home-partners-card__logo {
    width: 100%;
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-partners-card__logo img {
    max-width: 100%;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.home-partners-card__name {
    color: #2C3E50;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.home-section-cta {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.home-section-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 56px;
    padding: 12px 28px;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .home-type-card {
        flex-basis: calc((100% - 32px) / 2);
        max-width: calc((100% - 32px) / 2);
    }

    .home-partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .section-home-types,
    .section-home-why,
    .section-home-partners {
        padding: 88px 0;
    }

    .home-why-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .home-type-card__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .section-home-types__title,
    .section-home-why__title,
    .section-home-partners__title {
        font-size: 48px;
    }

    .section-home-types__subtitle,
    .section-home-why__subtitle,
    .section-home-partners__subtitle {
        font-size: 20px;
        margin-bottom: 36px;
    }

    .home-types-slider__track {
        gap: 16px;
    }

    .home-type-card {
        flex-basis: 100%;
        max-width: 100%;
    }

    .home-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .home-partners-card {
        min-height: 120px;
    }

    .home-section-cta__btn {
        width: 100%;
        max-width: 320px;
        font-size: 18px;
    }
}


