/*=================menu===================*/

* {
    /*transition: .25s ease-in-out;*/
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

body.fix {
    overflow: hidden;
}

body {
    overflow-x: hidden;
}

button:focus {
    outline: 0 !important;
}

.form-control:focus {

    outline: 0;
    box-shadow: none;
}



:root {
    --Roboto: 'Roboto', sans-serif;
    --Lato: 'Lato', sans-serif;
    --Oswald: 'Oswald', sans-serif;




    /* hero + header variables */
    --page-bg: #12131c;
    --accent-orange: #e8974a;
    --accent-purple: #4b3f96;
    --hero-inset-start: 34px;
    --hero-inset-end: 0px;
    --hero-radius-start: 22px;
    --hero-radius-end: 0px;
    --accent: #2f2f33;
    --muted: #9a9a9f;
    --hero-container-max: 1280px;
    --ej-bg-deep: #0a1128;
    --ej-bg-panel: #101a3d;
    --ej-orange: #f2994a;
    --ej-orange-dim: rgba(242, 153, 74, .35);
    --ej-line: rgba(255, 255, 255, .12);
    --ej-text: #f5f6fa;
    --ej-text-dim: rgba(245, 246, 250, .62);
    --op-bg: #05070f;
    --op-navy: #171e46;
    --op-navy-2: #232a5c;
    --op-orange: #F2A057;
    --op-line: rgba(255, 255, 255, .14);
    --op-text: #f5f6fa;
    --op-text-dim: rgba(245, 246, 250, .66);

    --ac-bg: #0a0f24;
    --ac-field: rgba(255, 255, 255, .03);
    --ac-orange: #f2994a;
    --ac-line: rgba(255, 255, 255, .18);
    --ac-text: #f5f6fa;
    --ac-text-dim: rgba(245, 246, 250, .62);

    --ft-bg: #080c1e;
    --ft-line: rgba(255, 255, 255, .10);
    --ft-orange: #f2994a;
    --ft-text: #f5f6fa;
    --ft-text-dim: rgba(245, 246, 250, .55);
    --ft-heading-dim: rgba(245, 246, 250, .72);

    --net-bg: #0a1128;
    --net-line: rgba(242, 153, 74, .35);
    --net-node: #f2994a;

    --jr-bg: #0a0f2a;
    --jr-orange: #f2994a;
    --jr-line: rgba(255, 255, 255, .18);
    --jr-text: #f5f6fa;
    --jr-text-dim: rgba(245, 246, 250, .65);
    --jr-num-dim: rgba(245, 246, 250, .28);

    --sj-bg: #0a0f24;
    --sj-card: #131c42;
    --sj-card-line: rgba(255, 255, 255, .10);
    --sj-orange: #f2994a;
    --sj-line: rgba(255, 255, 255, .18);
    --sj-text: #f5f6fa;
    --sj-text-dim: rgba(245, 246, 250, .62);

    --sc-bg: #0a0f24;
    --sc-panel: #101a3d;
    --sc-orange: #f2994a;
    --sc-line: rgba(255, 255, 255, .10);
    --sc-text: #f5f6fa;
    --sc-text-dim: rgba(245, 246, 250, .68);

    --em-navy: #131a3d;
    --em-text-dim: #5b6072;
    --em-accent: #e0733a;
    --em-blue: #2f5bd7;
    --em-line: #e7e9f0;

    --ct-navy: #131a3d;
    --ct-navy-deep: #0c1029;
    --ct-card: #1b2350;
    --ct-card-line: rgba(255, 255, 255, .08);
    --ct-accent: #e0873a;
    --ct-text-dim: #a9aec7;
    --ct-text-soft: #d3d6e6;


}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0b0d20;
}

::-webkit-scrollbar-thumb {
    background: #F2A057;
    border-radius: 10px;
    border: 2px solid #0b0d20;
    /* creates a padding effect around the thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #f7b876;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #F2A057 #0b0d20;
}

body {
    font-family: var(--Roboto);
    /* position   : relative; */
}

.nobg {
    background: transparent !important;
}

.loader-inner img {
    filter: blur(0);
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #0a1628;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    animation: preloader-bg-shift 2s infinite;
}

@keyframes preloader-bg-shift {

    0%,
    100% {
        background-color: #0a1628;
    }

    50% {
        background-color: #F2A057;
    }
}

.preloader-grid {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 32px 32px;
}

.preloader-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.preloader-wordmark {
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px;
    display: flex;
    gap: 2px;
}

.preloader-wordmark span {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.preloader-ring-wrap {
    position: relative;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-ring-svg {
    position: absolute;
    transform: rotate(-90deg);
}

#preloaderRing {
    stroke: #ff7a00;
}

.preloader-percent {
    font-size: 15px;
    color: #fff;
}

.preloader-status {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 2px;
    text-transform: uppercase;
}

body.preloader-active {
    overflow: hidden;
}




.container {
    max-width: 1280px;
}

header.header-wrap {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.5s;
}

.header-innwrap {
    position: relative;
    transition: 0.5s;
    background: #15182A;
}


.scrolled .header-innwrap {
    /* margin-top: -21px;
    background: #8033ef; */
}

.mobilemenu {
    display: none;
}


/* Right side */
.header-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

/* Phone dropdown */
.phone-selector {
    position: relative;
    display: block;
    margin-left: 200px;
}

.phone-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    padding: 4px;
}

.phone-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.phone-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.phone-number {
    color: #FFF;

    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3px;
}

.phone-country {
    color: #AAA;
    font-family: var(--Roboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chevron {
    width: 17px;
    height: 17px;
    transition: transform .2s ease;
    opacity: .8;
}

.phone-selector.open .chevron {
    transform: rotate(180deg);
}

.phone-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    background: #1b1b1e;
    border: 1px solid #2c2c30;
    border-radius: 10px;
    min-width: 250px;
    padding: 8px;
    display: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .45);
}

.phone-selector.open .phone-dropdown {
    display: block;
}

.phone-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
}

.phone-option:hover {
    background: var(--accent);
}

.phone-option.selected {
    background: var(--accent);
}

.phone-option .country-name {
    font-size: 14px;
}

.phone-option .country-number {
    font-size: 13px;
    color: var(--muted);
}

/* Language dropdown (placeholder - will be replaced by plugin) */
.lang-selector {
    position: relative;
}

.lang-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 4px;
}

.lang-icon {
    width: 23px;
    height: 23px;
}

/* Contact button */
.contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e9e9ea;
    text-decoration: none;
    padding: 11px 20px;
    border-radius: 999px;
    white-space: nowrap;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}

.contact-btn:hover {
    background: #ffffff;
}

.contact-btn .plus {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background: #111214; */
    color: #111214;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    line-height: 1;
    font-weight: 400;
}

.scrolled .menu>ul {}

.scrolled .btnexpertwrap {
    top: 36px;
}

.menuwrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

a.logo {
    position: relative;
    display: block;
    float: left;
    transition: 0.5s;
    margin-top: 0;
    margin-right: 24px;
}

.logo img {
    max-width: 100%;
    transition: 0.5s;
}



.nav-click {
    position: absolute;
    display: block;
    width: 11px;
    height: 9px;
    background: url(../img/nav-click-arrow.png);
    background-position: center center;
    top: 24px;
    right: 13px;
    z-index: 999;
    background-repeat: no-repeat;
    cursor: pointer;
}

.menu>ul>li.has-child>.nav-click {
    top: 40px;
    right: 19px;
}

button.navbar-toggler {
    display: none;
}

.menu>ul>li>ul {
    transition: all 0.5s;
}

.menu {
    position: relative;
    display: block;
}

.menu>ul {
    padding: 0;
    margin: 0;
}

.menu ul {
    margin-top: 38px;
}


header.header-wrap.scrolled.hidden-menu {
    margin-top: -95px;
}

.topmenu-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.btnexpertwrap {
    position: relative;
    display: block;
    top: 27px;
}

button.btn_expert {
    color: #FFF;
    font-family: var(--Poppins);
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 4px;
    background: #3B196C;
    border: 0;
    padding: 11px 26px;
    transition: 0.5s;
}

button.btn_expert:hover {
    background: #210746;
}



.menu>ul>li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #fff;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.mobile-social {
    display: none;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.menu>ul>li>ul {
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 21px;
    margin: 0;
    width: 260px;
    padding: 0;
    top: 76px;
    right: -142px;
    transition: 0.5s;
}

/* .menu>ul>li>ul:before {
    position  : absolute;
    content   : '';
    display   : block;
    width     : 15px;
    height    : 15px;
    background: #fff;
    top       : -8px;
    left      : 61px;
    transform : rotate(45deg);
} */

.menu>ul>li>ul>li>ul {
    position: absolute;
    height: 0px;
    overflow: hidden;
    background: #191919;
    margin: 0 99px;
    width: 150px;
    padding: 0;
    display: none;
    top: 5px;
    z-index: 999;
}

.menu>ul li:hover ul {
    overflow: hidden;
    max-height: 200px;
    padding: 12px 30px;
}

/* .menu>ul li:hover ul {
    overflow  : visible;
    max-height: 200px;

} */
.menu>ul>li>ul>li>ul>li {
    display: block;
}

.menu>ul>li>ul>li:last-child {
    background: transparent;
    /*padding    : 0*/
    border-bottom: 0;
}

.menu>ul>li>ul>li:last-child::after {
    background: none;
}

.menu>ul>li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 25px;
    position: relative;
    border-radius: 40px;
    padding: 0;
    transition: 0.5s;
    /* min-width: 98px; */
    cursor: pointer;
    text-align: right;
}

.menu>ul>li>ul>li {
    padding: 5px 0;
    text-align: left;
    display: block;
}

.menu>ul>li>a {

    transition: 0.5s;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.menu>ul>li>a:hover {
    color: #F1A25A;
}

/* .menuwrap .menu>ul>li>a:after {
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    transition: 0.5s;
    transform: scale(0);
} */


@media only screen and (max-width: 991px) {
    .menu {
        float: none;
        width: auto;
        background: none;
        z-index: 999;
        padding: 0;
        box-shadow: none;
        order: 3;
    }

    .header-right {
        display: flex;
        align-items: center;
        gap: 22px;
        margin-right: 25px;
    }

    button.navbar-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 26px;
    }

    .mobilemenu ul {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0;
        list-style: none;
    }

    .menu>ul li:hover ul {
        overflow: hidden;
        max-height: 0;
        padding: 0;
    }

    .menu>ul>li>ul>li {
        text-align: right;
    }

    .menu ul li ul {}

    .menu>ul>li>ul {
        position: relative;
        max-height: 0;
        overflow: hidden;
        background: #fff;
        border-radius: 0;
        margin: 0;
        width: 380px;
        top: 76px;
        right: 0;
        transition: 0.5s;
    }

    .menu ul li ul.subshow {
        position: relative;
        transition: all 1s;
        max-height: 300px;
        padding: 0 15px 0;
    }

    .menu>ul>li>ul>li a {
        font-size: 14px;
    }



    .menu>ul {
        padding: 0;
        margin: -10px 0 0 0px;
    }

    .menu>ul li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 16px 10px;
        text-align: right;
        border-bottom: 1px solid #f9f5f538;
        border-radius: 0;
    }

    .menu>ul {
        padding: 40px 0 0 0;
        margin: 0;
        transition: all 1s ease;
        position: absolute;
        width: 100%;
        height: 100vh;
        left: -308%;
        top: -21px;
        z-index: 9;
        backdrop-filter: blur(11px);
        background: #095999b8;
        display: none;
    }

    .mobilemenu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #15182A;
        z-index: 9;
        transition: 0.5s;
        overflow: hidden;
    }

    .contact-btn {
        display: none;
    }

    .mobilemenu ul {
        display: flex;
        z-index: 99;
    }

    .mobilemenu.act {
        left: 0;
    }

    .mobilemenu a {
        font-size: 55px;
        color: #F2A057;
        position: relative;
        display: block;
        margin: 10px 0;
        z-index: 99;
    }

    .menu.open>ul {
        left: -536px;
        top: -21px;
    }

    .menu>ul>li {
        padding: 20px 32px;
        min-width: auto;
    }

    .menu>ul>li {
        padding: 20px 30px !important;
        min-width: auto;
        float: none;
    }

    .menu>ul.open-menu {
        margin: 0;
        width: 410px;
        left: -360px;
    }

    .menu>ul>li:hover {
        display: block;
        list-style: none;
        background: transparent;
    }

    .menu>ul>li>ul:before {
        display: none;
    }

    /* .nav-click {
        position: relative;
        display: block;
        z-index: 999;
        padding: 0;
        width: 10px;
        height: 10px;
        cursor: pointer;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: 0.5s;
    } */


    .net-wrap {
        width: min(90vw, 900px);
    }

    .net-svg {
        width: 100%;
        height: 100vh;
        display: block;
        opacity: 0.2;
        animation: net-rotate 40s infinite linear;
        position: absolute;
        top: 0;
    }

    @keyframes net-rotate {

        0%,
        100% {
            transform: rotate(0deg) scale(0%);
            ;

        }

        50% {
            transform: rotate(360deg) scale(180%);
        }
    }

    /* ---------------- lines: drawn once, then pulse opacity to feel "alive" ---------------- */
    .net-line {
        fill: none;
        stroke: var(--net-line);
        stroke-width: 1;
        stroke-linecap: round;
        animation: net-line-pulse 4s ease-in-out infinite;
    }

    @keyframes net-line-pulse {

        0%,
        100% {
            opacity: .15;
        }

        50% {
            opacity: .6;
        }
    }

    /* stagger every line so they don't all pulse in unison */
    .net-line:nth-child(4n+1) {
        animation-delay: 0s;
    }

    .net-line:nth-child(4n+2) {
        animation-delay: .7s;
    }

    .net-line:nth-child(4n+3) {
        animation-delay: 1.4s;
    }

    .net-line:nth-child(4n+4) {
        animation-delay: 2.1s;
    }

    /* ---------------- nodes: gentle pulse + glow ---------------- */
    .net-node {
        fill: var(--net-node);
        transform-box: fill-box;
        transform-origin: center;
        animation: net-node-pulse 3s ease-in-out infinite;
    }

    @keyframes net-node-pulse {

        0%,
        100% {
            transform: scale(1);
            opacity: .7;
            filter: drop-shadow(0 0 0 rgba(242, 153, 74, 0));
        }

        50% {
            transform: scale(1.6);
            opacity: 1;
            filter: drop-shadow(0 0 4px rgba(242, 153, 74, .8));
        }
    }

    .net-node:nth-child(3n+1) {
        animation-delay: 0s;
    }

    .net-node:nth-child(3n+2) {
        animation-delay: 1s;
    }

    .net-node:nth-child(3n+3) {
        animation-delay: 2s;
    }

    /* respect reduced motion: freeze everything, no animation */
    @media (prefers-reduced-motion: reduce) {

        .net-line,
        .net-node {
            animation: none;
            opacity: .4;
        }
    }

}

/*=================menu end===================*/




/* ===================== HERO SCROLL WRAPPER =====================
     Height controls how long the pin/expand animation lasts.
     Increase/decrease the multiplier below to make the expansion
     happen over a longer or shorter scroll distance.
  =================================================================== */
.hero-scroll-wrapper {
    position: relative;
    height: 250vh;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.hero-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #15182A;
}

/* The banner itself - inset & radius are driven by --progress (0 -> 1)
     which is set via JS on scroll. */
.hero-banner {
    position: absolute;
    top: calc(32px * (1 - var(--progress, 0)));
    bottom: calc(32px * (1 - var(--progress, 0)));
    left: 50%;
    transform: translateX(-50%);
    width: calc(min(var(--hero-container-max), 100vw) + (100vw - min(var(--hero-container-max), 100vw)) * var(--progress, 0));
    overflow: hidden;
    will-change: width, border-radius, top, bottom;
}

/* Media - works for either <img> or <video> */
.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(10 10 16 / 2%) 0%, rgb(10 10 16 / 0%) 35%, rgb(10 10 16 / 0%) 70%, rgb(10 10 16 / 11%) 100%);
}

/* ===================== CONTENT ===================== */
.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    margin-top: 100px;
}

.hero-eyebrow {
    margin: 0 0 6px;
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hero-title {
    margin: 0 0 55px;
    color: #FFF;
    font-size: 92px;
    font-style: normal;
    font-weight: 500;
    line-height: 95px;
}

.hero-title .highlight {
    color: var(--accent-orange);
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 75px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 50px;
    border-radius: 999px;
    text-decoration: none;
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero-buttons .btn-primary {
    background: #2E3274;
    color: #fff;
    border: 0;
}

.hero-buttons .btn-primary:hover {
    background: #5b4db0;
}

.hero-buttons .btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
}

.hero-buttons .btn-outline:hover {
    background: rgb(255 255 255 / 72%);
}

/* Step / timeline indicator */
.hero-steps {
    display: flex;
    align-items: center;
    gap: 14px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    margin: 0 60px;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 5px;
    left: calc(100% + -38px);
    width: 207px;
    height: 1px;
    background: rgba(132, 128, 156, 0.40);
    transition: background 0.5s;
}

.step .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    display: block;
    position: relative;
    display: block;
    transition: 0.5s;
}

.step.active .dot {
    background: var(--accent-orange);
}

/* .step .dot:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    border: 1px solid #ABAED56E;
    width: 50px;
    height: 50px;
} */
.step .dot:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    border: 1px solid #ABAED56E;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%);
}

.step:hover .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F2A057;
    display: block;
    position: relative;
    display: block;
}

.step:hover .dot:before {
    border: 1px solid #F2A057;
}


.step .label {
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 2.85px;
    transition: 0.5s;
}

.step:hover .label {
    color: #fff;
}

/* active/passed states */
.step.active .dot,
.step.done .dot {
    background: #F2A057;
}

.step.active .dot::before,
.step.done .dot::before {
    border-color: #F2A057;
}

.step.active .label,
.step.done .label {
    color: #F2A057;
}

.step.done:not(:last-child)::after {
    background: #F2A057;
}

.eg-heading.mobile {
    display: none;
}



.gulf-section {
    position: relative;
    background: var(--section-bg);
    padding: 150px 0 100px 0;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}

.gulf-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.gulf-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(6, 19, 27, 0.90);
}

.gulf-section .container {
    position: relative;
    z-index: 2;
}

.gulf-heading {
    margin-bottom: 22px;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
}

.gulf-text {
    max-width: 450px;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.stat-card {
    /* background: var(--card-bg); */
    border: 1px solid var(--card-border);
    border-radius: 10px;
    padding: 22px 22px 24px;
    height: 100%;
    border-radius: 13px;
    background: linear-gradient(269deg, rgba(2, 51, 94, 0.10) 19.19%, rgba(2, 51, 94, 0.33) 79.88%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
}

.stat-card .stat-icon {
    font-size: 26px;
    color: var(--accent-orange);
    opacity: .9;
}

.stat-card .stat-title {

    margin: 14px 0 20px;
    color: #F2A057;
    font-family: var(--Lato);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.stat-card .stat-desc {
    margin: 0;
    color: #D7DBDF;
    font-family: var(--Lato);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    max-width: 250px;
}

.stat-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.gulf-quote {
    margin-top: 56px;
    color: #FFF;
    font-family: Roboto;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
}

.eg-section {
    background: url(../img/execution-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 100px 0;
}

.eg-container {
    max-width: 1280px;
    margin: 0 auto;
}


/* ---------- LEFT: image + problem card ---------- */
.eg-image-wrap {
    position: relative;
}

.eg-contents-wrap {
    position: relative;
    display: flex;
}

.eg-image {
    max-width: 700px;
    display: block;
    width: 100%;
}

.eg-image img {
    max-width: 100%;
    border-radius: 24px;
}

.contents-block-wrap {
    position: relative;
    display: block;
    width: 940px;
}

.eg-card {
    position: relative;
}

.eg-problem-card {
    position: absolute;
    left: -326px;
    width: 470px;
    top: 150px;
    border-radius: 18px;
    background: rgba(9, 12, 29, 0.86);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(7px);
    padding: 54px 64px;
    z-index: 9;
}

.eg-quote {
    color: #FFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: 51px;
    margin-bottom: 40px;
}

.eg-card-label {
    display: block;
    color: rgba(255, 255, 255, 0.89);
    font-family: var(--Lato);
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.eg-list {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.eg-list li {
    position: relative;
    padding-left: 16px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.eg-problem-card .eg-list li {
    color: #c7cadb;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
}

.eg-list li::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 21px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff !important;
}

.eg-solution-card .eg-list li::before {
    background: var(--accent-orange);
}

.eg-vertical-label {
    position: absolute;
    top: 142px;
    right: -74px;
    display: flex;
    align-items: center;
    transform: rotate(90deg);
    color: rgba(255, 255, 255, 0.09);
    font-family: var(--Lato);
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.eg-solution-col .eg-vertical-label {}

.eg-contents-block-wrap {
    position: relative;
    display: block;
    margin-top: -114px;
    margin-left: -36px;
}

.contents-block-wrap:before {
    position: absolute;
    content: '';
    display: block;
    width: 385px;
    height: 352px;
    background: url(../img/execution-logo.svg);
    top: -22px;
    right: -113px;
}

/* .eg-solution-col {
    display: flex;
    top: 193px;
    left: 99px;
    flex-direction: column;
    max-width: 525px;
    width: 100%;
    position: absolute;
    padding: 30px 30px 65px 100px;
    border-radius: 13px;
    background: linear-gradient(220deg, rgba(3, 30, 53, 0.43) 23.2%, rgba(4, 37, 66, 0.61) 76.46%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
} */

.eg-solution-col {
    display: flex;
    top: 193px;
    left: 83px;
    flex-direction: column;
    max-width: 576px;
    width: 100%;
    position: absolute;
    padding: 30px 30px 65px 100px;
    border-radius: 13px;
    background: linear-gradient(220deg, rgba(3, 30, 53, 0.43) 23.2%, rgba(4, 37, 66, 0.61) 76.46%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
}

.eg-heading {
    text-align: right;
    color: #FFF;
    font-family: Lato;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    margin-top: 45px;
}

.eg-solution-card .eg-card-title {
    color: #F2A057;
    font-family: Roboto;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 53px;
    max-width: 300px;
}

/* ---------- filler sections just to demonstrate normal scroll before/after ---------- */
.filler {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ej-text-dim);
    font-size: 1.1rem;
    border-bottom: 1px solid var(--ej-line);
}

/* ---------- the pinned wrapper ---------- */
.ej-wrapper {
    position: relative;
    height: 400vh;
    background: url(../img/jurneybg2.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 35px;
}

.ej-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 4rem 0 2rem;
}

/* ---------- header row: title (static) + big percentage + vertical rail ---------- */
.ej-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.5rem;
}

.ej-title {
    line-height: 1.15;
    margin: 0;
}

.ej-title .l1 {
    color: #FFF;
    font-family: var(--Lato);
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.ej-title .l2 {
    display: block;
    color: #F2A057;
    font-family: var(--Lato);
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px;
}

.ej-percent-rail {
    display: flex;
    align-items: flex-start;
    gap: 4.5rem;
}

.ej-percent {

    text-align: right;
    font-variant-numeric: tabular-nums;
    transition: opacity .25s ease;
    color: rgba(242, 160, 87, 0.99);
    font-family: var(--Oswald);
    font-size: 113px;
    font-style: normal;
    font-weight: 700;
    line-height: 167px;
    letter-spacing: -3.39px;
}

.ej-rail {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.1rem;
    padding-left: 1.75rem;
    margin-top: 30px;
}

.ej-rail::before {
    content: "";
    position: absolute;
    left: 5px;
    top: -66px;
    bottom: 6px;
    width: 2px;
    background: var(--ej-line);
}

/* .ej-rail .ej-rail-fill {
    position: absolute;
    left: 5px;
    top: 6px;
    width: 2px;
    background: var(--ej-orange);
    height: 0%;
    transition: height .35s cubic-bezier(.4, 0, .2, 1);
} */



/* .ej-rail .ej-rail-fill {
    position: absolute;
    left: 5px;
    top: 6px;
    width: 2px;
    background: var(--ej-orange);
    height: var(--ej-fill-pct, 0%);
   
    transition: height .35s cubic-bezier(.4, 0, .2, 1);
} */

.ej-rail-fill {
    position: absolute;
    left: 5px;
    top: 6px;
    width: 2px;
    background: var(--ej-orange);
    height: 0px;
    /* JS sets this in px on each render — no more % fallback */
    transition: height .35s cubic-bezier(.4, 0, .2, 1);
}

.ej-rail-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 80px;
}

.ej-rail-item::before {
    content: "";
    position: absolute;
    left: -1.75rem;
    top: 0.5em;
    /* ties to the text's own line-height rather than a fixed pixel guess */
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--ej-bg-deep);
    border: 2px solid var(--ej-line);
    transition: all .3s ease;
}

.ej-rail-item .rail-title {
    color: #FFF;
    font-family: var(--Lato);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: -22px;
}

.ej-rail-item .rail-sub {
    transition: opacity .3s ease;
    color: #FFF;
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
}

.ej-rail-item.active::before {
    background: var(--ej-orange);
    border-color: var(--ej-orange);
    box-shadow: 0 0 0 4px var(--ej-orange-dim);
}

.ej-rail-item.active .rail-title {
    color: var(--ej-text);
}

.ej-rail-item.active .rail-sub {
    opacity: 1;
}

.ej-rail-item.done::before {
    background: var(--ej-orange);
    border-color: var(--ej-orange);
}

/* ---------- body: counter card + image ---------- */
.ej-body {
    flex: 1;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-top: -437px;
}

.ej-panel {
    padding: 2.25rem 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(6px);
    position: relative;
    border-radius: 13px 0 0 13px;
    background: linear-gradient(269deg, rgba(2, 51, 94, 0.10) 19.19%, rgba(2, 51, 94, 0.33) 79.88%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
}

.ej-counter {
    position: absolute;
    top: 30px;
    right: 85px;
    color: rgba(255, 255, 255, 0.20);
    text-align: center;
    font-family: var(--Lato);
    font-size: 55px;
    font-style: italic;
    font-weight: 300;
    line-height: 87px;
}

.ej-stage-title {
    margin: .35rem 0 .5rem;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
}

.ej-stage-desc {
    margin-bottom: 1.5rem;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.ej-sub-panel {
    padding: 1.25rem 1.4rem;
    border-radius: 11px;
    border: 1px solid rgba(45, 58, 135, 0.00);
    background: linear-gradient(230deg, rgba(2, 51, 94, 0.10) 33.39%, rgba(2, 51, 94, 0.33) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(6.5px);
}

.ej-sub-panel h6 {
    margin-bottom: .6rem;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.ej-sub-panel ul {
    padding-left: 1.1rem;
    margin: 0;
}

.ej-sub-panel li {
    margin-bottom: .3rem;
    color: #FFF;
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
}

.ej-outcome-label {
    margin-bottom: .35rem;
    font-size: .95rem;
    color: #FFF;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: 16px;
}

.ej-sub-panel2 {
    position: relative;
    display: block;
    margin-left: 45px;
}

.ej-outcome-value {
    color: #FFF;
    font-family: var(--Lato);
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
}

.ej-image-wrap {
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    min-height: 340px;
    position: relative;
    max-width: 400px;
    margin-left: -10px;
}

.ej-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .5s ease;
    border-radius: 20px;
}

.ej-image-wrap img.active {
    opacity: 1;
}

/* fade transition for text blocks */
.ej-fade {
    transition: opacity .35s ease, transform .35s ease;
}

.ej-fade.leaving {
    opacity: 0;
    transform: translateY(6px);
}

.ej-sub-panel-wrap {
    position: relative;
    display: flex;
}

.op-section {
    position: relative;
    display: block;
    padding: 140px 0;
    background-attachment: fixed;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.op-eyebrow-title {

    margin-bottom: 1rem;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
}

.op-eyebrow-title .accent {
    color: var(--op-orange);
}

.op-sub {
    max-width: 940px;
    margin: 0 auto 3.5rem;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

/* ---------------- flip card mechanics ---------------- */
.flip-card {
    perspective: 1400px;
    height: 480px;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(.4, 0, .2, 1);
    transform-style: preserve-3d;
}

/* hover flips it — desktop / any device that actually supports hover */
@media (hover:hover) and (pointer:fine) {

    .flip-card:hover .flip-inner,
    .flip-card:focus-within .flip-inner {
        transform: rotateY(180deg);
    }
}

.flip-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 1rem;
    border: 1px solid var(--op-line);
    padding: 60px 1.6rem;
    display: flex;
    flex-direction: column;
}

/* front = collapsed blue state, shown by default */
.flip-front {

    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 22px;
    background: rgba(24, 30, 103, 0.68);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(16.5px);
}

.flip-front .plus {
    font-family: 'Fraunces', serif;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1.25rem;
    line-height: 1;
}

.flip-front h3 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
}

.titlesub {
    position: relative;
    display: inline-block;
}

/* back = expanded detail state, revealed on hover */
.flip-back {
    transform: rotateY(180deg);
    justify-content: flex-start;
    border-radius: 22px;
    background: rgba(15, 17, 29, 0.30);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(16.5px);
}

.flip-back h3 {
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
}

.flip-back ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.flip-back ul li {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
}

.flip-back ul li:first-child {
    padding-top: 0;
}

.op-readmore {
    margin-top: 1.25rem;
    padding: 0 1.4rem;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 2rem;
    background: transparent;
    transition: background .25s ease, border-color .25s ease;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
}

.op-readmore:hover {
    background: var(--op-orange);
    border-color: var(--op-orange);
    color: #1a1204;
}

.ind-section {
    position: relative;
    display: block;
    background-attachment: fixed;
    padding: 100px 0 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.ind-title {
    margin-bottom: 1.1rem;
    color: #FFF;
    text-align: center;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 77px;
    margin-bottom: 35px;
}

.ind-sub {
    max-width: 1080px;
    margin: 0 auto 50px;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
}

.ind-cta-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.ind-cta {
    display: inline-block;
    padding: 15px 2rem 8px 2rem;
    border-radius: 2rem;
    text-decoration: none;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    border-radius: 40px;
    border: 1px solid #FFF;
    width: 300px;
    height: 60px;
}

.ind-cta:hover {
    background: #fff;
    color: #1a1204;
}

.ind-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 30px;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
    border-radius: 13px;
    border: 1px solid rgb(45 58 135 / 36%);
    background: linear-gradient(230deg, rgba(2, 51, 94, 0.19) 33.39%, rgba(2, 51, 94, 0.61) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
    height: 245px;
}

.ind-card:hover {
    transform: translateY(-3px);
    color: var(--ind-text);
}

.ind-card-left {
    display: flex;
    flex-direction: column;
    gap: .9rem;
    min-width: 0;
}

.ind-icon {
    width: 34px;
    height: 28px;
    color: var(--ind-orange);
    flex-shrink: 0;
}

.ind-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ind-card-title {
    color: #E1E3F0;
    font-family: var(--Lato);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: 62px;
    height: 66px;
}

.ind-chevron {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: var(--ind-text-dim);
    transition: transform .25s ease, color .25s ease;
    margin-top: 77px;
    display: none;
}

.ind-card:hover .ind-chevron {
    transform: translateX(4px);
    color: var(--ind-orange);
}

.ind-chevron svg {
    width: 40px;
    height: 100px;
    stroke: #fff;
    fill: none;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.wa-section {
    padding: 110px 0;
    background: #050A24;
    position: relative;
    display: block;
}

.wa-eyebrow {
    margin-bottom: .75rem;
    color: #F2A057;
    font-family: var(--Lato);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.wa-heading {
    margin-bottom: 2.25rem;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    position: relative;
    display: block;
    width: 620px;
    z-index: 9;
}

.wa-facts-label {
    color: #FFF;
    font-family: var(--Lato);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.wa-content-col {
    position: relative;
    display: block;
    margin-top: 0;
}

/* -------- image column -------- */
.wa-image-col {
    position: relative;
}

.wa-image-wrap {
    position: relative;
    display: block;
}

.wa-image-wrap img {
    width: 100%;
    height: 835px;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

/* -------- stats panel: overlaps image bottom-left on desktop -------- */
.wa-stats-panel {
    border-radius: 22px;
    border: 1px solid rgb(45 58 135 / 61%);
    background: linear-gradient(230deg, rgba(6, 34, 58, 0.58) 33.39%, rgba(12, 34, 53, 0.73) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    width: 780px;
    position: relative;
    z-index: 9;
    padding: 45px 30px 10px 30px;
}

.wa-stats-grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.wa-stat {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    width: 50%;
    margin-bottom: 40px;
}

.wa-stat-icon {
    width: 65px;
    height: 55px;
    flex-shrink: 0;
    color: var(--wa-orange);
    margin-top: 15px;
    margin-right: 10px;
}

.wa-stat-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wa-stat-value {
    color: #F2A057;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -1.8px;
}

.wa-stat-value.mc {
    font-size: 40px;
}

.wa-stat-label {
    color: #FFF;
    font-family: var(--Lato);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.ac-section {
    padding: 115px 0 70px 0;
    position: relative;
    display: block;
    background: #0A1035;
    color: #fff;
}

.ac-heading {
    margin-bottom: 1rem;
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 59px;
    margin-bottom: 28px;
}

.ac-sub {
    max-width: 1070px;
    margin: 0px auto 40px;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.ac-label {
    margin-bottom: 1.25rem;
    color: #F2A057;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 59px;
}

.ac-contact-label {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 17px;
}

/* ---------------- form ---------------- */
.ac-form {
    position: relative;
}

.ac-form .form-control {
    color: #A6A6A6;
    background-color: transparent;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    padding: 12px 30px;
    font-weight: 300;
    line-height: 41px;
    border-radius: 7px;
    border: 1px solid #DEDCDC;
}

.ac-form .form-control::placeholder {
    color: rgba(245, 246, 250, .45);
}

.ac-form .form-control:focus {
    background: rgba(255, 255, 255, .05);
    border-color: var(--ac-orange);
    box-shadow: 0 0 0 .2rem rgba(242, 153, 74, .15);
    color: var(--ac-text);
}

/* .ac-form textarea.form-control {
    min-height: 170px;
    resize: vertical;
} */
.ac-form textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 170px;
    resize: vertical;
}

.wpcf7-spinner {
    position: absolute;
    left: 18px;
    bottom: 22px;
    z-index: 9;
}

.wpcf7-submit.ac-submit {
    border: none;
    padding: 20px 2.5rem;
    border-radius: 52px;
    transition: filter .2s ease, transform .2s ease;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    background: #F2A057;
    margin-top: 12px;
}



.ac-submit:hover {
    filter: brightness(1.08);
    color: #fff;
}

/* ============ CF7 response messages ============ */

.wpcf7-response-output {
    margin: 1rem 0 0 !important;
    padding: .75rem 1.1rem !important;
    border-radius: 8px;
    text-align: center;
    font-family: var(--Lato);
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
}

/* validation errors (required field missing, invalid email format, etc.) */
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #ff8080;
    background: rgba(255, 90, 90, .08);
    border-color: rgba(255, 90, 90, .35) !important;
}

/* success message */
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #6fe08a !important;
    background: rgba(80, 220, 130, .08) !important;
    border-color: rgba(158, 255, 1, 0.35) !important;
}

/* spam blocked */
.wpcf7-response-output.wpcf7-spam-blocked {
    color: #F2A057;
    background: rgba(242, 160, 87, .08);
    border-color: rgba(242, 160, 87, .35) !important;
}

/* per-field inline validation error tooltips (the little red text under each input) */
.wpcf7-not-valid-tip {
    display: block;
    margin-top: .35rem;
    color: #ff8080;
    font-family: var(--Lato);
    font-size: 11px;
    font-weight: 500;
    text-align: left;
}

/* red outline on the specific field that failed validation */
.ac-form .wpcf7-not-valid {
    border-color: #ff8080 !important;
}

/* spinner shown while the form is submitting */
.wpcf7-spinner {
    margin: 0 0 0 .6rem !important;
    vertical-align: middle;
}

/* ---------------- contact info ---------------- */
.ac-info-block {
    margin-bottom: 1.75rem;
}

.ac-section .container {
    position: relative;
}

.ac-section .container:before {
    position: absolute;
    content: '';
    display: block;
    width: 580px;
    height: 530px;
    background-repeat: no-repeat;
    background: url(../img/footer-bg-logo.png);
    top: -96px;
    right: -47px;
    opacity: 0.02;
}

.ac-info-title {
    color: #FFF4F4;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px;
    letter-spacing: 0.19px;
}

.ac-info-value {
    color: var(--ac-orange);
    font-weight: 600;
    font-size: 1.05rem;
}

.ac-info-value a {
    color: #F2A057;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.28px;
}

.ac-info-value a:hover {
    text-decoration: underline;
}

.ac-office-title {
    color: #B9BBC9;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.75px;
}

.ac-office-detail {
    color: #B9BBC9;
    font-family: var(--Lato);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.ac-office-detail a {

    color: #B9BBC9;
}

.ac-follow-label {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: -0.66px;
}

.ac-social {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.ac-social a {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ac-text);
    transition: background .2s ease, color .2s ease;
    margin-right: 15px;
}

.ac-social a:hover {
    background: var(--ac-orange);
    color: #1a1204;
}

.ac-social svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ac-form-contact-wrap {
    position: relative;
    display: block;
    margin-left: 30px;
}

.site-footer {
    background: var(--ft-bg);
    padding: 4rem 0 0;
}

.pf-hero {
    position: relative;
    display: block;
    margin-top: 83px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 164px;
    width: 100%;
    height: 931px;
}

section.pf-hero:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    /* transform: rotate(47.255deg); */
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(21, 24, 42, 0.00) 37%, #10122B 84.32%);
}

.pf-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding-top: 210px;
    color: #fff;
}

.contact .pf-content {
    padding-top: 280px;
}

.pf-eyebrow {
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3.38px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.pf-title {
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pf-subtitle {
    color: #F2A057;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 47px;
    margin-bottom: 25px;
}

.pf-body p {
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}

.pf-body p:last-child {
    margin-bottom: 0;
}


.hero-gradient {
    position: relative;
    display: block;
    width: 100%;
    height: 490px;
    background: linear-gradient(180deg, rgb(21 43 175 / 0%) 0%, #10122B 84.32%);
    z-index: 9;
}

.pf-hero.banner.group .hero-gradient {
    position: relative;
    display: block;
    width: 100%;
    height: 246px;
    background: linear-gradient(180deg, rgb(21 43 175 / 0%) 0%, #10122B 84.32%);
    z-index: 9;
}

.pf-hero.banner:after {
    position: absolute;
    display: block;
    content: '';
    width: 663px;
    height: 856px;
    /* transform: rotate(47.255deg); */
    top: -108px;
    right: 0;
    background: url(../img/inner-banner-logo.png);
}

.pc-section {
    padding: 200px 0 150px 0;
    position: relative;
    display: block;
    background: #10122B;
    color: #fff;
}

.pc-inner {
    margin: 0 auto;
    text-align: center;
}

.pc-title {
    margin-bottom: 25px;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

.pc-title .accent {
    color: var(--pc-orange);
    color: #F2A057;
    font-family: Lato;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

.pc-subtitle {
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 47px;
    margin-bottom: 65px;
}

.pc-body p {
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 906px;
    margin: 0 auto 40px auto;
}

.pc-body p:last-child {
    margin-bottom: 0;
}

.sy-section {
    padding: 100px 0;
    background: #F6F6F6;
    position: relative;
    display: block;
}

.sy-title {
    max-width: 1040px;
    margin: 0 auto 2rem;
    color: #0F1539;
    text-align: center;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 73px;
}

.sy-body {
    max-width: 1020px;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.sy-body p {
    color: #010101;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.sy-body p:last-child {
    margin-bottom: 0;
}

/* ---------------- cards ---------------- */
.sy-card {
    border-radius: 20px;
    border: 1px solid rgba(159, 159, 159, 0.39);
    background: linear-gradient(230deg, rgba(255, 255, 255, 0.19) 33.39%, rgba(255, 253, 253, 0.61) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
    max-width: 375px;
    height: 242.949px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.5s;
}

.sy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(19, 26, 61, .09);
}

.sy-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 40px auto;
    color: var(--sy-orange);
}

.sy-block {
    position: relative;
    display: block;
    max-width: 95%;
    margin: 0 auto;
}

.sy-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sy-card-title {
    color: #02335E;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}



.cp-section {
    padding: 100px 0;
    background-image: url(../img/executionbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

/* ---------------- left sticky column ---------------- */
.cp-sticky {
    position: sticky;
    top: 6rem;
    /* adjust to sit below your fixed header, if any */
}

/* .cp-heading {
    font-family: 'Fraunces', serif;
    font-weight: 900;
    font-size: clamp(1.6rem, 2.6vw, 2rem);
    line-height: 1.3;
    margin-bottom: 35px;
    color: #FFF;
    font-family: Lato;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
} */
.cp-heading {

    margin-bottom: 35px;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
    max-width: 490px;
    width: 100%;
}

.cp-heading-body {
    color: #F8DADA;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    max-width: 480px;
}

/* ---------------- right column: capability cards ---------------- */
.cp-card {
    margin-bottom: 40px;
    border-radius: 13px;
    border: 1px solid rgba(45, 58, 135, 0.00);
    background: linear-gradient(230deg, rgba(2, 51, 94, 0.19) 33.39%, rgba(2, 51, 94, 0.61) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
    padding: 60px 50px;
}

.cp-card:last-child {
    margin-bottom: 0;
}

.cp-card-title {
    margin-bottom: 25px;
    color: #F2A057;
    font-family: Lato;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.cp-card-subtitle {
    margin-bottom: 30px;
    color: #F8DADA;
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
    line-height: 39px;
}

.cp-card-body {
    margin-bottom: 40px;
    color: #DDD;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.cp-cap-label {
    margin-bottom: 15px;
    color: #E1E3F0;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

.cp-cap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem 1rem;
}

.cp-cap-item {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .6rem .8rem;
    border-radius: 9px;
    border: 1px solid rgb(45 58 135 / 60%);
    background: linear-gradient(230deg, rgba(2, 51, 94, 0.19) 33.39%, rgba(2, 51, 94, 0.61) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
    color: #FFF;
    font-family: var(--Lato);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.cp-cap-bullet {
    position: relative;
    display: block;
}

.commonsec {
    position: relative;
    display: block;
    background-image: url(../img/jurneybg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.jr-wrapper {
    position: relative;
    height: 400vh;

    /* 4 stages worth of scroll distance */
}

.jr-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.jr-heading {
    margin-bottom: 28px;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
    text-align: center;
    padding-top: 10px;
}

.jr-sub {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto 2rem;
    color: #F8DADA;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

/* ---------------- horizontal timeline ---------------- */
.jr-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 2.5rem;
}

.jr-track {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(2.5rem + 170px);
    height: 2px;
    background: var(--jr-line);
}

.jr-track-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 0%;
    background: var(--jr-orange);
    transition: width .35s cubic-bezier(.4, 0, .2, 1);
}

.jr-step {
    position: relative;
    flex: 1;
    text-align: center;
}

.jr-num {
    margin-bottom: .5rem;
    color: rgba(255, 255, 255, 0.12);
    text-align: center;
    font-family: Lato;
    font-size: 134px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
    position: relative;
    left: -65px;
    top: 52px;
}

.jr-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--jr-line);
    margin: 0 auto .9rem;
    position: relative;
    z-index: 2;
    top: 88px;
    transition: background .3s ease, border-color .3s ease;
}

.jr-step.active .jr-dot,
.jr-step.done .jr-dot {
    background: var(--jr-orange);
    border-color: var(--jr-orange);
}

.jr-label {
    transition: color .3s ease;
    font-family: var(--Lato);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    color: #E1E3F0;
}

.jr-step.active .jr-label,
.jr-step.done .jr-label {
    color: var(--jr-orange);
}

.jr-caption {
    max-width: 200px;
    margin: 50px auto 0 auto;
    color: #E1E3F0;
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}

/* ================= normal (non-sticky, no animation) section ================= */
.jr-normal {
    position: relative;
    padding: 5rem 0;
    font-family: var(--Lato);
}

.jr-normal-title {
    margin-bottom: .5rem;
    color: #FFF;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
}

.jr-normal-title .accent {
    color: var(--jr-orange);
    display: block;
}

.jr-normal-subtitle {
    margin: 28px 0 50px 0;
    color: #FFF;
    font-family: var(--Roboto);
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 47px;
}

.jr-normal-body {
    color: #F8DADA;
    font-family: var(--Roboto);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    max-width: 590px;
}

.jr-normal-body p:last-child {
    margin-bottom: 0;
}

.jr-normal-image {
    border-radius: 1rem;
    overflow: hidden;
    /* height: 100%; */
    max-height: 640px;
    width: 640px;
}

.jr-normal-image img {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
    display: block;
}

.ce-section {
    padding: 95px 0 75px 0;
    position: relative;
    display: block;
}


.ce-banner {
    position: relative;
    border-radius: 45px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto 3rem;
    /* aspect-ratio: 16/8; */
    box-shadow: 5px 8px 17px 3px #00000017;
}

.ce-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ce-cta {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    background: var(--ce-orange);
    color: #1a1204;
    font-weight: 600;
    font-size: .95rem;
    font-family: 'IBM Plex Mono', monospace;
    border: none;
    padding: .85rem 2.2rem;
    border-radius: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
    transition: filter .2s ease, transform .2s ease;
}

.ce-cta:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    color: #1a1204;
}

.ce-title {
    max-width: 960px;
    margin: 0 auto 1.5rem;
    color: #0F1539;
    text-align: center;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
}

.ce-body {
    max-width: 915px;
    margin: 0 auto;
    text-align: center;
    color: #010101;
    text-align: center;
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.ce-section .ir-curtain {
    background: #fff !important;
}

.popbtn-wrap {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 80px;
}

.btn-start-journey {
    width: 276.367px;
    height: 56px;
    border-radius: 40px;
    background: #2E3274;
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-start-journey:hover {
    background: #F2A057;
}



/* ================= modal shell ================= */
.sj-dialog {
    max-width: 985px;
    margin: 2rem auto;
}

.sj-content {
    border-radius: 23px;
    border: 1px solid rgba(45, 58, 135, 0.00);
    background: linear-gradient(329deg, rgba(2, 24, 44, 0.90) 25.6%, rgba(5, 41, 72, 0.90) 92.35%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
    color: #fff;
}

.sj-body {
    padding: 2.5rem 2.75rem 2.75rem;
    position: relative;
}

.sj-close {
    position: absolute;
    top: 1.5rem;
    right: 1.75rem;
    filter: invert(1) grayscale(1) brightness(2);
    opacity: .8;
}

.sj-close:hover {
    opacity: 1;
}

.sj-title {
    text-align: center;
    margin-bottom: 24px;
    padding-right: 2rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -0.39px;
}

.sj-subtitle {
    max-width: 890px;
    margin: 0 auto 2.25rem;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

/* ================= stepper ================= */
.sj-stepper {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 680px;
    margin: 0 auto 2.5rem;
    padding-top: .5rem;
}

.sj-stepper-line {
    position: absolute;
    left: 5%;
    right: 5%;
    top: calc(.5rem + 15px);
    height: 2px;
    background: var(--sj-line);
    display: none;
}

.sj-stepper-item:before {
    position: absolute;
    content: '';
    display: block;
    width: 75px;
    height: 1px;
    background: #68849F;
    top: 28px;
    left: 110px;
}

.sj-stepper-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 0%;
    background: var(--sj-orange);
    transition: width .35s ease;
}

.sj-stepper-item {
    position: relative;
    flex: 1;
    text-align: center;
    margin: 0 20px;
}

.sj-stepper-dot {
    width: 55px;
    height: 55px;
    line-height: 32px;
    border-radius: 50%;
    background: transparent;
    color: #324B63;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto .5rem;
    position: relative;
    z-index: 2;
    transition: all .3s ease;
    line-height: 55px;
}

.sj-stepper-item.active .sj-stepper-dot,
.sj-stepper-item.done .sj-stepper-dot {
    background: var(--sj-orange);
    border-color: var(--sj-orange);
    color: #fff;
}

.done .sj-stepper-dot {
    background: #052F57 !important;
    border-color: #052F57 !important;
    color: #68849F !important;
    font-family: Roboto;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -0.31px;
}

.sj-stepper-label {
    font-size: .72rem;
    color: var(--sj-text-dim);
    transition: color .3s ease;
}

.sj-stepper-item.active .sj-stepper-label {
    color: var(--sj-text);
    font-weight: 600;
}

/* ================= step cards ================= */
.sj-step-card {
    border: 1px solid var(--sj-card-line);
    padding: 1.5rem 1.75rem 1.75rem;
    margin-bottom: 1.25rem;
    transition: filter .35s ease, opacity .35s ease;
    border-radius: 14px;
    background: #D9D9D9;
    max-height: 235px;
}

.sj-step-card.sj-locked {
    filter: blur(2.5px);
    opacity: .45;
    pointer-events: none;
    user-select: none;
}

.sj-stepper-label {
    color: #68849F;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.17px;
}

.sj-step-question {
    margin-bottom: 1.1rem;
    color: #313131;
    font-family: var(--Lato);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.sj-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem 1.5rem;
    margin-bottom: 1.25rem;
}

.sj-check {
    display: flex;
    align-items: center;
    gap: .65rem;
    cursor: pointer;
    color: #313131;
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.sj-check input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.sj-check-box {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: .3rem;
    position: relative;
    transition: background .2s ease, border-color .2s ease;
    border-radius: 3px;
    border: 2px solid #3A6892;
}

.sj-check input:checked+.sj-check-box {
    background: #316798;
    border-color: #316798;
}

.sj-check input:checked+.sj-check-box::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sj-next {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-left: auto;
    border: none;
    font-weight: 600;
    padding: .55rem 1.4rem;
    border-radius: 2rem;
    float: right;
    color: #123451;
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    background: transparent;
    position: relative;
    margin-top: -50px;
}

.sj-step-card.st4 {
    max-height: max-content;
}

.sj-next-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: .7rem;
    margin-left: 20px;
}

.sj-next:after {
    position: absolute;
    content: url(../img/next-arrow.svg);
    display: block;
    width: 35px;
    height: 35px;
    bottom: 5px;
    right: 0;
}


.sj-next:disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

.sj-step-label {
    color: rgba(49, 49, 49, 0.60);
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.sj-check-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 32px;
}

.sj-check-grid .wpcf7-form-control.wpcf7-checkbox {
    display: contents;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
}

.sj-check-grid .wpcf7-list-item {
    margin: 0 0 15px 0;
    width: 310px;
}

.sj-check-grid .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #1a2b4a;
    /* adjust to your text color token */
}

/* hide the native checkbox but keep it focusable/accessible */
.sj-check-grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

/* the custom box itself */
.sj-check-grid .wpcf7-list-item-label {
    position: relative;
    padding-left: 32px;
    color: #313131;
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.sj-check-grid .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1.5px solid #1a2b4a;
    /* adjust to your border token */
    border-radius: 4px;
    background: transparent;
    transition: background 0.15s ease, border-color 0.15s ease;
}

/* checkmark, drawn as a rotated box border */
.sj-check-grid .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-65%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.15s ease;
}

/* checked state */
.sj-check-grid input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background: #316798;
    /* your accent orange */
    border-color: #316798;
}

.sj-check-grid input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

/* keyboard focus ring, for accessibility */
.sj-check-grid input[type="checkbox"]:focus-visible+.wpcf7-list-item-label::before {
    outline: 2px solid #316798;
    outline-offset: 2px;
}

/* ================= step 4 form fields ================= */
.sj-input {
    border-radius: 7px;
    border: 2px solid #313131;
    height: 55px;
    color: #313131;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
    background: #D9D9D9 !important;
    padding: 0 10px;
}

.sj-input::placeholder {
    color: #313131;
}

.sj-input:focus {
    background: rgba(255, 255, 255, .05);
    border-color: var(--sj-orange);
    box-shadow: 0 0 0 .2rem rgba(242, 153, 74, .15);

}

.sj-input:-webkit-autofill,
.sj-input:-webkit-autofill:hover,
.sj-input:-webkit-autofill:focus,
textarea.sj-input:-webkit-autofill,
textarea.sj-input:-webkit-autofill:hover,
textarea.sj-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #1a2b4a !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #1a2b4a !important;
}

textarea.sj-input {
    min-height: 90px;
    resize: vertical;
}

#sjForm textarea.wpcf7-form-control {
    padding-top: 0;
}

/* Radio Buttons */
span.wpcf7-form-control.wpcf7-radio {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}


.sj-check-grid input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

.sj-check-grid input[type="radio"]:checked+.wpcf7-list-item-label::before {
    background: #316798;
    border-color: #316798;
}

.sj-check-grid input[type="radio"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.sj-check-grid input[type="radio"]:focus-visible+.wpcf7-list-item-label::before {
    outline: 2px solid #316798;
    outline-offset: 2px;
}








/* ================= final submit ================= */
.sj-submit {
    display: block;
    width: 100%;
    max-width: 325px;
    margin: 1.5rem auto 0;
    border: none;
    padding: .85rem 1.5rem;
    border-radius: 9px;
    background: #F98D2B;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.sj-submit.sj-locked {
    opacity: .4;
    pointer-events: none;
    filter: blur(1px);
}

div#sjForm {
    height: 350px;
    overflow-y: scroll;
    position: relative;
    padding-bottom: 30px;
}

div#sjForm .wpcf7-spinner {
    position: absolute;
    left: 283px;
    bottom: -245%;
    z-index: 9;
}

.sj-stepper-item:last-child:before {
    display: none;

}

.pf-body.markets {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 37px;
}

section.pf-hero.banner.markets {
    height: 1024px;
}

.tm-section {
    padding: 0 0 100px;
    background: #10122B;
    color: #fff;
}

section.pf-hero.markets:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    /* transform: rotate(47.255deg); */
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(21, 24, 42, 0.00) 37%, #10122b73 84.32%);
}

.tm-title {
    margin-bottom: 77px;
    color: #FFF;
    font-family: Lato;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

.tm-title .accent {
    color: #F2A057;
    display: block;
}

.tm-subtitle {
    color: #FFF;
    font-family: Roboto;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 47px;
}

.tm-body {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    padding-left: 52px;
}


/* ================= full-bleed section ================= */
.mk-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--mk-text);
    padding: 5rem 0;
}

/* stacked background layers — crossfade between countries */
.mk-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .6s ease;
    z-index: 0;
    overflow: hidden;
}

.mk-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background:linear-gradient(180deg, rgba(6,9,24,.88) 0%, rgba(6,9,24,.55) 45%, rgba(6,9,24,.9) 100%); */
    background: linear-gradient(0deg, rgba(11, 14, 25, 0.75) 0%, rgba(11, 14, 25, 0.75) 100%);
}

/* background layers keep a slow, subtle zoom while shown — adds motion without being distracting */
.mk-bg.show {
    opacity: 1;
    animation: mk-kenburns 16s ease-in-out infinite alternate;
}

@keyframes mk-kenburns {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.07);
    }
}

.mk-inner {
    position: relative;
    z-index: 1;
    color: #fff;
}

/* ================= tabs ================= */
.mk-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.mk-tabs {
    display: flex;
    gap: 1.75rem;
    position: relative;
    z-index: 9;
    margin-right: 10px;
}

.mk-tab {
    background: none;
    border: none;
    color: #E1E3F0;
    padding-bottom: .5rem;
    border-bottom: 2px solid transparent;
    transition: color .25s ease, border-color .25s ease;
    font-family: var(--Lato);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    /* 230% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.mk-tab.active {
    color: #F2A057;
    border-bottom-color: var(--mk-orange);
    font-weight: 600;
}

/* ================= country panels: directional slide transition ================= */
.mk-panels {
    position: relative;
    margin-top: -72px;
}

.mk-panel {
    display: none;
}

.mk-panel.show {
    display: block;
}

/* while switching, both panels are absolutely stacked so they can slide past each other */
.mk-panels.is-animating .mk-panel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mk-panel.anim-enter {
    opacity: 0;
    transform: translateX(var(--mk-enter-x, 48px));
    transition: opacity .55s cubic-bezier(.22, 1, .36, 1), transform .55s cubic-bezier(.22, 1, .36, 1);
}

.mk-panel.anim-enter.anim-active {
    opacity: 1;
    transform: translateX(0);
}

.mk-panel.anim-exit {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .45s ease, transform .45s ease;
}

.mk-panel.anim-exit.anim-active {
    opacity: 0;
    transform: translateX(var(--mk-exit-x, -48px));
}

.mk-title-row {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: .4rem;
}

.mk-title {
    color: #FFF;
    font-family: var(--Lato);
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -1.06px;
}

.mk-flag {
    width: 44px;
    height: 44px;
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    display: block;
}

.mk-subtitle {
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.60);
    font-family: Roboto;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 49px;
}

.mk-desc {
    color: #FFF;
    font-family: var(--Lato);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

/* ---------------- drivers: vertical label + card grid ---------------- */
.mk-drivers {
    display: flex;
    gap: 1.5rem;
}

.mk-drivers-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    padding-bottom: .5rem;
    flex-shrink: 0;
    color: rgba(225, 227, 240, 0.50);
    font-family: var(--Lato);
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    text-align: right;
}

.mk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    flex: 1;
    perspective: 900px;
}

.mk-card {
    border: 1px solid var(--mk-card-line);
    padding: 28px 40px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transform: translateY(24px) rotateX(-12deg);
    transform-origin: top center;
    transition: opacity .5s ease, transform .5s cubic-bezier(.22, 1, .36, 1);
    transition-delay: calc(var(--mk-i, 0) * 80ms);
    border-radius: 10px;
    background: rgba(30, 37, 78, 0.61);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(16.5px);
    width: 255px;
    height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mk-card.revealed {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
}

.mk-card-icon {
    width: 30px;
    height: 30px;
    color: var(--mk-orange);
    margin-bottom: .9rem;
}

.mk-card-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mk-card-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
}

/* ---------------- bottom quote ---------------- */
.mk-quote {

    max-width: 1100px;
    margin: 3.5rem auto 0;
    line-height: 1.7;
    color: #F0F0F0;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 49px;
}

.mk-quote .accent {
    color: var(--mk-orange);
}


.sc-section {
    padding: 5rem 0;
}

.sc-title {
    margin-bottom: 25px;
    color: #FFF;
    font-family: var(--Lato);
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

.sc-sub {
    max-width: 1264px;
    margin: 0 auto 3rem;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 47px;
}

.ec-section .ir-curtain {
    background: #F3F3F3 !important;
}

/* ================= accordion shell ================= */
.sc-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 13px;
    border: 1px solid rgb(45 58 135 / 99%);
    background: linear-gradient(184deg, rgba(2, 51, 94, 0.19) 33.39%, rgba(2, 51, 94, 0.61) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
}

.sc-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.sc-accordion .accordion-button {
    background: transparent;
    padding: 0 55px;
    box-shadow: none;
    border: none;
}

.sc-accordion .accordion-button:not(.collapsed) {
    color: var(--sc-orange);
}

.sc-accordion .accordion-button:focus {
    box-shadow: none;
}

/* custom "SEE MORE" / "CLOSE" indicator instead of Bootstrap's default chevron */
.sc-accordion .accordion-button::after {
    display: none;
    /* kill Bootstrap's built-in chevron background-image entirely */
}

.sc-toggle-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
    margin-left: auto;
    padding-left: 1.25rem;
    flex-shrink: 0;
}

.sc-toggle-text {
    color: rgba(255, 255, 255, 0.68);
    font-family: var(--Lato);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sc-toggle-icon {
    width: 29px;
    height: 36px;
    color: var(--sc-text-dim);
}

.sc-toggle-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* only one of the two states shows, based on whether Bootstrap has added .collapsed to the button */
.sc-indicator-open {
    display: none;
}

.accordion-button.collapsed .sc-indicator-open {
    display: none;
}

.accordion-button.collapsed .sc-indicator-closed {
    display: flex;
}

.accordion-button:not(.collapsed) .sc-indicator-open {
    display: flex;
}

.accordion-button:not(.collapsed) .sc-indicator-closed {
    display: none;
}

.accordion-button:not(.collapsed) .sc-toggle-text,
.accordion-button:not(.collapsed) .sc-toggle-icon {
    color: var(--sc-orange);
}

.sc-header-icon {
    width: 45px;
    height: 45px;
    margin-right: 20px;
    color: var(--sc-orange);
    flex-shrink: 0;
}

.sc-header-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sc-accordion .accordion-body {
    padding: 40px 50px;
}

.accdetailwrapper {
    position: relative;
    display: block;
    max-width: 580px;
    margin-top: 20px;
}

/* ================= expanded content layout ================= */
.sc-header-title {
    flex: 0 0 auto;
    width: 320px;
    line-height: 1.3;
    text-align: left;
    color: #E1E3F0;
    font-family: var(--Lato);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.sc-header-desc {
    color: #B5CFF8;
    font-family: Roboto;
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0.21px;
    max-width: 600px;
    margin-left: 65px;
}

.accordion-header {
    margin-bottom: 0;
    min-height: 180px;
    display: flex;
    align-items: center;
}

.sc-panel-desc {
    margin-bottom: 1.5rem;
    color: #F2A057;
    font-family: var(--Lato);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

p.sc-panel-sub-desc {
    color: #DDD;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 40px;
}

.sc-challenges-label {
    color: #E1E3F0;
    font-family: var(--Lato);
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 30px;
}

.sc-challenges-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.sc-challenges-list li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin-bottom: 30px;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.sc-challenges-list li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/list-tick.svg);
    background-repeat: no-repeat;
    margin-top: .5rem;
    flex-shrink: 0;
}

.sc-panel-image {
    overflow: hidden;
    height: 100%;
    min-height: 230px;
}

.sc-panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.sc-execution-block {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}

.sc-execution-title {
    margin-bottom: 28px;
    color: #F2A057;
    font-family: Lato;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
}

.sc-execution-body {
    margin: 0 auto 40px auto;

    color: #DDD;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    max-width: 1078px;
}

.sc-cta {
    display: inline-block;
    margin-top: 1.25rem;
    text-decoration: none;
    border-radius: 52px;
    background: #2E3274;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 18px 20px;
    width: 400px;
    transition: 0.5s;
}

.sc-cta:hover {
    filter: brightness(1.08);
    color: #fff;
}


.sc-section {
    padding: 120px 0;
    background: #10122B;
    position: relative;
    display: block;
    color: #fff;
}

.ec-section {
    padding: 95px 0;
    position: relative;
    display: block;
    background: #F3F3F3;
}

.ec-title {
    margin-bottom: 30px;
    color: #0F1539;
    text-align: center;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

.ec-sub {

    max-width: 1200px;
    margin: 0 auto 40px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 47px;
}

.ec-card-image {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 22px rgba(19, 26, 61, .08);
}

.ec-card-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.ec-card-title {
    text-align: center;
    margin-bottom: .85rem;
    color: #02335E;
    font-family: var(--Lato);
    font-size: 31px;
    font-weight: 700;
    line-height: 69px;
}

.ec-card-desc {
    color: #02335E;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.em-section {
    padding: 100px 0;
    margin: 0 auto;
}

.em-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.em-heading {
    margin: 25px 0 30px;
    color: #0F1539;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
}

.em-body {
    color: #010101;
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.em-align-label {
    color: #02335E;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

/* ---------- Market tabs ---------- */

.tabwrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    margin-top: 40px;
}

.em-market-tabs {
    display: flex;
    gap: 1.75rem;
    margin-bottom: 0;
}

.em-market-tab {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #929292;
    position: relative;
    transition: color .3s ease;

}

.em-market-tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.86rem;
    height: 2px;
    width: 100%;
    background: var(--em-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s cubic-bezier(.65, 0, .35, 1);
}

.em-market-tab.is-active {
    color: #02335E;
}

.em-market-tab.is-active::after {
    transform: scaleX(1);
}

.em-market-tab:hover:not(.is-active) {
    color: var(--em-navy);
}

.em-market-tab:focus-visible {
    outline: 2px solid var(--em-blue);
    outline-offset: 4px;
    border-radius: 3px;
}

/* ---------- Checklist ---------- */

.em-checklist {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    /* min-height: 104px; */
    margin-top: 43px;
}

.em-check-item {
    display: flex;
    align-items: center;
    gap: .65rem;
    opacity: 0;
    transform: translateY(6px);
    animation: em-item-in .45s ease forwards;
    border-radius: 10px;
    border: 1px solid rgba(199, 199, 199, 0.33);
    background: linear-gradient(230deg, rgba(245, 243, 243, 0.19) 33.39%, rgba(242, 239, 239, 0.61) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
    color: #215C91;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    width: 290px;
    padding: 20px 20px;
}

.em-check-item:nth-child(1) {
    animation-delay: .03s;
}

.em-check-item:nth-child(2) {
    animation-delay: .1s;
}

.em-check-item:nth-child(3) {
    animation-delay: .17s;
}

@keyframes em-item-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.em-check-icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #138BD7 0%, #62AAFB 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.em-check-icon svg {
    width: 20px;
    height: 20px;
}

.em-checklist.is-leaving .em-check-item {
    animation: em-item-out .2s ease forwards;
}

@keyframes em-item-out {
    to {
        opacity: 0;
        transform: translateY(-6px);
    }
}

/* ---------- Image side ---------- */

.em-image {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(19, 26, 61, .16);
}

.em-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.li-section {
    background: #0A1035;
    padding: 85px 0;
    background: rgba(10, 16, 53, 0.96);
}

.li-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 3.5rem;
}

/* ---------- Image + network overlay ---------- */

.li-visual {
    position: relative;
    border-radius: .9rem;
    overflow: hidden;
    box-shadow: 0 22px 48px rgba(0, 0, 0, .35);
}

.li-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(.9);
}

.li-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(19, 26, 61, .35) 0%, rgba(19, 26, 61, 0) 45%);
}

.li-network {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.li-network line {
    stroke: var(--li-teal);
    stroke-width: 1;
    opacity: .55;
}

.li-network circle {
    fill: var(--li-teal);
}

.li-network circle.big {
    fill: none;
    stroke: var(--li-teal);
    stroke-width: 1.4;
    opacity: .7;
}

/* ---------- Copy ---------- */

.li-eyebrow-block {
    max-width: 568px;
}

.li-heading {
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.28;
    margin: 60px 0 50px;
    font-family: var(--Lato);
}

.li-heading .li-accent {
    color: #F2A057;
    display: block;
}

.li-tagline {
    margin: 1.4rem 0 2rem;
    color: #FFF;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 44px;
}

.li-body {
    margin: 0 0 1.15rem;
    color: #F8DADA;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

section.pf-hero.banner.contact {
    height: 580px;
    background-position: center;
}

section.pf-hero.contact:before {
    display: none;
}

.page-template-page-contactus .ct-section {
    padding: 0px 0 120px 0;
}

.contact .pf-subtitle {
    max-width: 533px;
}

.contact .pf-title {

    margin-bottom: 40px;
    color: #FFF;
    font-size: 57px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pf-hero.banner.contact:after {
    display: none;
}

.ct-section {
    background: #10122B;
    position: relative;
    display: block;
    padding: 50px 0 120px 0;
}

.ct-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.ct-title {
    text-align: center;
    margin: 0 0 90px 0;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

/* ---------- Top two cards ---------- */
.form-floating-group input:-webkit-autofill,
.form-floating-group input:-webkit-autofill:hover,
.form-floating-group input:-webkit-autofill:focus,
.form-floating-group textarea:-webkit-autofill,
.form-floating-group textarea:-webkit-autofill:hover,
.form-floating-group textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    /* delays Chrome's forced repaint indefinitely */
    caret-color: #ffffff !important;
}

.ct-cards {
    position: relative;
    display: block;
}

.ct-col-left {
    display: block;
}

.ct-col-left .ct-sub-title {
    margin-top: 2.25rem;
}

.ct-col-right {
    display: flex;
    flex-direction: column;
    border-radius: 13px;
    border: 1px solid rgba(45, 58, 135, 0.00);
    background: linear-gradient(230deg, rgba(2, 51, 94, 0.19) 33.39%, rgba(2, 51, 94, 0.61) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
    padding: 40px 45px;
    max-width: 585px;
    margin: 0 0 0 18px;
    position: sticky;
    top: 84px;
}

.ct-col-right .ct-card {
    flex: 1 1 auto;
    z-index: 9;
}

.ct-col-right p.ct-card-desc {
    color: #D9C9C9;
    font-family: var(--Lato);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.ct-card {
    position: relative;
    display: block;

}

.concol1-wrap {
    position: relative;
    display: block;
    padding: 40px 45px;
    border-radius: 13px;
    border: 1px solid rgb(45 58 135 / 64%);
    background: linear-gradient(211deg, rgba(2, 51, 94, 0.10) 33.39%, rgb(2 51 94 / 17%) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
}


.ct-card-title {
    margin: 0 0 1rem;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.3px;
}

.ct-card-desc {
    margin: 0 0 36px;
    color: #E6E1E1;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    max-width: 525px;
}

.ct-contact-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.4rem;
}

.concol2-wrap {
    position: relative;
    display: block;
    margin-top: 70px;
}

.ct-contact-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-contact-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--ct-accent);
}

.ct-contact-label {
    margin-bottom: .2rem;
    color: #C3C5C9;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.ct-contact-value {
    display: block;
    color: #FFF;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}

/* ---------- Floating-label form ---------- */


.ct-col-right .wpcf7-form {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ct-col-right .form-floating-group {
    position: relative;
}

.ct-card .wpcf7-spinner {
    position: absolute;
    left: 9px;
    bottom: 20px;
    z-index: 9;
}

.ct-col-right .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.ct-col-right .wpcf7-form-control {
    width: 100%;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .55rem;
    padding: 29px 14px 13px;
    font-family: inherit;
    font-size: .9rem;
    color: #fff;
    outline: none;
    transition: border-color .25s ease, background .25s ease;
}

textarea.wpcf7-form-control {
    min-height: 96px;
    padding-top: 1.3rem;
    resize: vertical;
}

.wpcf7-form-control:focus {
    border-color: var(--ct-accent);
    background: rgba(255, 255, 255, .06);
}

.ct-col-right .form-floating-group label {
    position: absolute;
    left: .9rem;
    top: 21PX;
    color: var(--ct-text-dim);
    font-size: .9rem;
    pointer-events: none;
    transition: top .2s ease, font-size .2s ease, color .2s ease;
    background: transparent;
}

.ct-col-right .wpcf7-form-control::placeholder {
    color: #000;
}

.ct-col-right .wpcf7-form-control:focus+label,
.ct-col-right .wpcf7-form-control:not(:placeholder-shown)+label {
    top: .4rem;
    font-size: .68rem;
    color: #000 !important;
}


.ct-col-right .form-floating-group {
    position: relative;
    display: block;
    margin-bottom: 1.25rem;
}

.ct-col-right .form-floating-group .wpcf7-form-control-wrap {
    display: block;
}


.ct-col-right .form-floating-group label {
    position: absolute;
    left: 0.75rem;
    top: 22px;
    font-size: 15px;
    pointer-events: none;
    transition: top 0.15s ease, font-size 0.15s ease, color 0.15s ease;
}

/* label floats up when input has focus OR already has content */
.ct-col-right .form-floating-group input:focus+label,
.ct-col-right .form-floating-group input:not(:placeholder-shown)+label,
.ct-col-right .form-floating-group textarea:focus+label,
.ct-col-right .form-floating-group textarea:not(:placeholder-shown)+label {
    top: 0.15rem;
    font-size: 11px;
}


.form-floating-group.is-filled label,
.form-floating-group .wpcf7-form-control-wrap:has(input:focus)+label {
    top: 11px;
    font-size: 11px;
}







.wpcf7-submit {
    margin-top: .4rem;
    background: var(--ct-accent);
    color: #fff;
    border: none;
    border-radius: .55rem;
    padding: 13px 10px;
    cursor: pointer;
    transition: filter .2s ease, transform .2s ease;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.ct-card .wpcf7-submit {
    margin-top: .4rem;
    background: var(--ct-accent);
    color: #fff;
    border: none;
    border-radius: .55rem;
    padding: 13px 10px;
    cursor: pointer;
    transition: filter .2s ease, transform .2s ease;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.wpcf7-submit:hover {
    filter: brightness(1.08);
}

.wpcf7-submit:active {
    transform: scale(.98);
}

.ct-social-label {
    color: var(--ct-text-dim);
    font-size: .8rem;
    margin: 1.6rem 0 .8rem;
}

.ct-social-row {
    display: flex;
    gap: .7rem;
}

.ct-social-row a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background .2s ease;
}

.ct-social-row a:hover {
    background: var(--ct-accent);
}

.ct-social-row svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

/* ---------- Subsidiary companies ---------- */

.ct-sub-title {
    margin: 0 0 1.6rem;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.ct-sub-list {
    display: flex;
    flex-direction: column;
}

.ct-sub-item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1.5rem;
    padding: 24px 0 39px 0;
    border-bottom: 1px solid var(--ct-card-line);
    margin-bottom: 14px;
}

.ct-sub-item:last-child {
    border: 0;
}

.ct-card textarea {
    height: 170px;
}

.ct-sub-name {
    margin: 0 0 .35rem;
    color: #F2A057;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.ct-sub-desc {
    color: #CAC7C7;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.ct-sub-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
}

.ct-sub-meta-row {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
    color: #C7C7C7;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.ct-sub-meta-row svg {
    width: 13px;
    height: 13px;
    stroke: var(--ct-accent);
    flex: 0 0 auto;
}

.ct-sub-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-touch .ac-social a {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ac-text);
    transition: background .2s ease, color .2s ease;
    margin-right: 15px;
    background: transparent;
}

.get-touch .ac-social a:hover {
    background: transparent;
}

.get-touch {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 30px;
    justify-content: space-around;
}

.get-touch h5 {
    color: #96A1A9;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-right: 50px;
}

.ct-col-right:after {
    position: absolute;
    display: block;
    content: '';
    width: 663px;
    height: 856px;
    /* transform: rotate(47.255deg); */
    top: -276px;
    right: -292px;
    background: url(../img/inner-banner-logo.png);
}

.gd-section {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.gd-section {
    display: flex;
    width: 100%;
    align-items: stretch;
    padding: 110px 0 135px 0;
}

/* ---------- Left column ---------- */

/* .gd-left{
    flex:0 0 clamp(320px, 34vw, 460px);
    padding:4.5rem 2.5rem 4.5rem max(1.5rem, calc((100vw - var(--gd-container)) / 2));
    display:flex;
    flex-direction:column;
  } */

.mapcol1 {
    position: relative;
    display: block;
    float: right;
    width: 433px;
    margin-top: 30px;
}

.gd-heading {
    margin: 0 0 30px;
    color: #0D1B24;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 59px;
}

.gd-body {
    margin: 0 0 1.75rem;
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    max-width: 402.127px;
}

/* ---------- Market toggle ---------- */

.gd-toggle {
    display: inline-flex;
    border: 1px solid var(--gd-line);
    border-radius: .6rem;
    overflow: hidden;
    width: fit-content;
    margin-bottom: 45px;
    width: 485px;
    justify-content: center;
}

button.gd-toggle-btn.uae {
    left: -8px;
    position: relative;
    z-index: 1;
    border-radius: 0 8px 8px 0;
}

button.gd-toggle-btn.sa {
    z-index: 9;
    position: relative;
    border-radius: 11px;
}

.gd-toggle-btn {
    border: none;
    color: var(--gd-navy);
    padding: .85rem 1.5rem;
    cursor: pointer;
    transition: background .3s ease, color .3s ease;
    width: 260px;
    z-index: 9;
    border: 1px solid #D7D1D1;
    box-shadow: 0 3px 28px 9px rgba(0, 0, 0, 0.02);
    background-color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 139.13% */
}

.gd-toggle-btn.is-active {
    color: #fff;
    border-radius: 10px;
    background: #30495C;
    box-shadow: 0 3px 28px 9px rgba(0, 0, 0, 0.02);
    z-index: 9;
    position: relative;
}

.gd-toggle-btn:not(.is-active):hover {
    background: #f4f5f8;
}

.gd-toggle-btn:focus-visible {
    outline: 2px solid var(--gd-accent);
    outline-offset: -3px;
}

/* ---------- Details block ---------- */

.gd-details {
    position: relative;
    min-height: 150px;
}

.gd-detail-block {
    display: none;
}

.gd-detail-block.is-active {
    display: block;
}

.gd-details-inner {
    opacity: 0;
    transform: translateY(6px);
    animation: gd-fade-in .4s ease forwards;
}

@keyframes gd-fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gd-details-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .65rem;
}

.gd-details-title {
    color: #353535;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.gd-directions-btn {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--gd-line);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease;
}

.gd-directions-btn:hover {
    background: var(--gd-navy);
    border-color: var(--gd-navy);
}

.gd-directions-btn:hover svg {
    stroke: #fff;
}

.gd-directions-btn svg {
    width: 13px;
    height: 13px;
    stroke: var(--gd-navy);
    transition: stroke .2s ease;
}

.gd-address {
    margin: 0 0 1.1rem;
    color: #353535;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    position: relative;
    display: block;
    width: 290px;
}

a.location-point {
    position: absolute;
    top: 44px;
    left: 320px;
}

.gd-contact-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #353535;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 12px;
}

.gd-contact-row svg {
    width: 15px;
    height: 15px;
    stroke: var(--gd-accent);
    flex: 0 0 auto;
}

/* ---------- Map ---------- */

.gd-map {
    flex: 1 1 auto;
    position: relative;
    min-height: 480px;
}

.gd-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 650px;
    border: 0;
    display: block;
}

section.pf-hero.banner.group {
    height: 1100px;
}


section.pf-hero.group:before {
    display: none;
}

h2.eco-title {
    color: #FFF;
    font-family: var(--Lato);
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

span.eco-accent {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 49px;
    margin-bottom: 55px;
    display: block;
}

p.eco-subtitle {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    max-width: 1086px;
    margin: 0 auto;
}

p.eco-subtitle p {
    display: block;
}

.ae-section {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 100px 0;
}

.ae-title {
    text-align: center;
    margin: 0 0 2.5rem;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
}

.ae-card {
    position: relative;
    display: block;
}

/* ---------- Image column ---------- */

.ae-image-col {
    position: relative;
}

.ae-image-col img {
    position: relative;
    display: block;
    border-radius: 24px;
}

.ae-image-col::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(12, 16, 41, .55) 10%, rgba(12, 16, 41, .05) 55%);
}

.ae-logo {
    position: absolute;
    left: 1.75rem;
    bottom: 1.75rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .6rem;
}

.ae-logo svg {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
}

.ae-logo-text {
    color: #fff;
    line-height: 1.2;
}

.ae-logo-text .ae-ar {
    display: block;
    font-size: .72rem;
    opacity: .85;
}

.ae-logo-text .ae-en {
    display: block;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .03em;
    margin-top: .15rem;
}

/* ---------- Text column ---------- */

.ae-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: var(--Lato);
    position: relative;
    margin-left: -70px;
}

.ae-eyebrow {
    margin: 0;
    color: #F2A057;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
}

.ae-heading {
    color: #FFF;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
    margin-bottom: 50px;
}

.ae-body {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 50px;
}

.ae-body:last-child {
    margin-bottom: 0;
}


/* ============ DEMO FILLER (shows normal scroll before/after the component) ============ */

.demo-filler h1 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    font-weight: 800;
    margin: 0 0 .75rem;
}

.demo-filler p {
    color: var(--gray-500);
    max-width: 32rem;
    margin: 0 auto;
    line-height: 1.6;
}

.demo-filler .arrow {
    margin-top: 2rem;
    font-size: 1.5rem;
    color: var(--accent);
    animation: bob 1.8s ease-in-out infinite;
}

@keyframes bob {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .demo-filler .arrow {
        animation: none;
    }
}

/* ==========================================================================
     AAMALCOM STICKY SCROLL COMPONENT
     - Full-bleed left edge: uses the 100vw / negative-margin trick so the
       component (and the image inside it) touches the true browser edge
       even if a parent theme wrapper has its own max-width/padding.
     - Height of .aam-scroller is set in JS to (panel count × 100dvh), giving
       the sticky panel room to stay pinned while content swaps underneath.
     ========================================================================== */


.aam-scroller {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.aam-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: var(--navy-950);
}

article.aam-panel {
    background: #10122B;
    color: #fff;
}

/* subtle dot-grid texture, brand-matched, kept quiet */
.aam-sticky::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: .5;
    pointer-events: none;
    z-index: 1;
}

/* ---- top bar / logo ---- */
.aam-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: clamp(1.25rem, 3vh, 2.25rem) clamp(1.25rem, 3vw, 3rem) 0;
    z-index: 6;
    pointer-events: none;
}

.aam-logo {
    display: flex;
    align-items: center;
    gap: .7rem;
    pointer-events: auto;
}

.aam-logo svg {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.aam-logo-word {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: .95rem;
    letter-spacing: .01em;
    line-height: 1.15;
    color: var(--white);
}

.aam-logo-word span {
    display: block;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: .62rem;
    letter-spacing: .08em;
    color: var(--gray-500);
    text-transform: uppercase;
    margin-top: .15rem;
}

/* ---- panels stack ---- */
.aam-panels {
    position: relative;
    height: 100%;
}

h2.scroll-title {
    position: relative;
    text-align: center;
    display: block;
    z-index: 9;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    max-width: 890px;
    margin: 0 auto 0 auto;
    padding-top: 80px;
}

.g-title img {
    position: absolute;
    width: 170px;
    display: block;
    /* max-width: 170px; */
    left: 84%;
    z-index: 9;
    top: 90px;
}

.g-title {
    position: absolute;
    display: flex;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    max-width: 1280px;
    z-index: 9;
}

.scroll-title span.accent {
    color: #F2A057;
    text-align: center;
    font-family: var(--Lato);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
}

.aam-panel {
    position: absolute;
    inset: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: translateY(24px);
    transition: opacity .65s cubic-bezier(.22, .61, .36, 1), transform .65s cubic-bezier(.22, .61, .36, 1), visibility 0s linear .65s;
    z-index: 2;
}

.aam-panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .65s cubic-bezier(.22, .61, .36, 1), transform .65s cubic-bezier(.22, .61, .36, 1), visibility 0s linear 0s;
    z-index: 3;
}

/* no-JS / pre-hydration fallback so the first panel is readable immediately */
.aam-panel:first-child {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.aam-panel-media {
    position: relative;
    flex: 0 0 52%;
    height: 100%;
    overflow: hidden;
}

.aam-panel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(.45) contrast(1.08) brightness(.72);
    transform: scale(1.08);
    transition: transform 1.2s cubic-bezier(.22, .61, .36, 1);
}

.aam-panel.is-active .aam-panel-media img {
    transform: scale(1);
}

.aam-panel-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 11, 19, .15) 30%, var(--navy-950) 97%),
        linear-gradient(0deg, rgba(8, 11, 19, .55), rgba(8, 11, 19, 0) 45%);
}

.aam-panel-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: var(--navy-950);
    padding: 6vh 3vw 6vh 4.5vw;
    position: relative;
    z-index: 2;
    margin-top: 275px;
}

.aam-eyebrow {
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: .18em;
    font-weight: 600;
    color: var(--accent-soft);
    margin: 0 0 .9rem;
}

.aam-panel-content h2 {

    margin: 0 0 1.1rem;
    width: 40%;
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    /* 140% */
}

.aam-panel-content h2 .accent {
    color: #F2A057;
}

.accent-wht {}

.aam-panel-content p.aam-desc {
    max-width: 34rem;
    margin: 0;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 17px;
}
.aam-focus-label {
    text-transform: uppercase;
    font-size: .68rem;
    letter-spacing: .16em;
    font-weight: 600;
    color: var(--gray-500);
    margin: 1.9rem 0 .85rem;
}

.aam-focus-list {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    padding: 0;
}

.aam-focus-list li {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #A4A5B3;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.aam-focus-list li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/list-tick.svg);
    background-repeat: no-repeat;
    margin-top: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

/* ---- our companies index (overlays the image, bottom-left = flush to edge) ---- */

.navwrap {
    position: relative;
    display: block;
    max-width: 1400px;
    margin: 0 auto;
}

.aam-companies-nav {
    position: absolute;
    left: clamp(1.5rem, 3vw, 3rem);
    bottom: clamp(2rem, 6vh, 3.5rem);
    z-index: 6;
    max-width: 56%;
}

.aam-companies-nav .aam-eyebrow {
    margin-bottom: .9rem;
    color: #F2A057;
    font-family: var(--Lato);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.aam-companies-nav ul {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    padding: 0;
    list-style: none;
}

button.aam-nav-toggle {
    display: none !important;
}

.aam-companies-nav button {
    position: relative;
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .15rem 0 .15rem 0;
    transition: color .35s ease;
    background: transparent;
    color: #9E9898;
    font-family: var(--Lato);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border: 0;
}

.aam-companies-nav button.is-active {
    color: #fff;
}

.aam-companies-nav button.is-active::before {
    height: 70%;
}

.aam-companies-nav button:hover {
    color: #fff;
}

.aam-companies-nav button:focus-visible {
    outline: 2px solid var(--accent-soft);
    outline-offset: 5px;
    border-radius: 3px;
}

/* ---- progress rail, right edge (desktop only, see media query) ---- */
.aam-progress-rail {
    position: absolute;
    right: clamp(1.5rem, 3vw, 3rem);
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .7rem;
    font-family: var(--font-body);
    font-size: .72rem;
    letter-spacing: .06em;
    color: var(--gray-500);
}

.aam-progress-count {
    color: var(--white);
    font-weight: 600;
}

.aam-progress-track {
    width: 2px;
    height: 110px;
    background: var(--line);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.aam-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--accent);
    transition: height .25s ease;
}

@media (prefers-reduced-motion: reduce) {

    .aam-panel,
    .aam-panel-media img,
    .aam-progress-fill,
    .aam-companies-nav button::before {
        transition: none !important;
    }
}



.aam-reveal {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(14px);
    transition: opacity .5s cubic-bezier(.22, .61, .36, 1),
        filter .5s cubic-bezier(.22, .61, .36, 1),
        transform .5s cubic-bezier(.22, .61, .36, 1);
}

.aam-reveal.in {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.aam-word {
    display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
    .aam-reveal {
        transition: none !important;
        opacity: 1;
        filter: none;
        transform: none;
    }
}

/* ============ One Platform / Multiple Capabilities ============ */

.cap-section {
    background: url(../img/oneplatform.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: clamp(3.5rem, 7vw, 6rem) 0; */
    padding: 100px 0 0;
}

.cap-head {
    text-align: center;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.cap-title {
    margin: 0 0 35px;
    color: #FFF;
    text-align: center;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}

.cap-title .cap-accent {
    color: #F2A057;
}

.cap-subtitle {
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 47px;
    max-width: 80%;
}

.cap-card {
    height: 100%;
    padding: 2rem 2.1rem;
    transition: border-color .3s ease, transform .3s ease, background .3s ease;
    border-radius: 13px;
    border: 1px solid rgb(45 58 135 / 58%);
    background: linear-gradient(273deg, rgba(2, 51, 94, 0.19) 33.39%, rgb(2 51 94 / 54%) 89.78%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
}

.cap-card:hover {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(242, 160, 87, .35);
    transform: translateY(-4px);
}

.cap-icon {
    position: relative;
    display: block;
    margin-bottom: 1.25rem;
    height: 85px;
}

.cap-icon svg {
    width: 24px;
    height: 24px;
}

.cap-card-title {
    font-family: var(--Lato);
    margin: 0 0 18px;
    color: #E1E3F0;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.cap-card-desc {
    margin: 0;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 37px;
}


/* ============ Regional Presence ============ */

.reg-section {
    position: relative;
    padding: 200px 0 0;
    display: block;
}

.reg-card {
    position: relative;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    isolation: isolate;
    transition: background-image 0.4s ease;
}

.reg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* ---- tabs ---- */
.reg-tabs {
    position: absolute;
    top: -63px;
    right: 50px;
    z-index: 3;
    display: flex;
    gap: 50px;
}

.reg-tab {
    background: transparent;
    border: 0;
    padding: 0 0 15px;
    font-family: var(--Lato);
    position: relative;
    cursor: pointer;
    transition: color .3s ease;
    color: #E1E3F0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.reg-tab::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #F2A057;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.reg-tab.is-active {
    color: #F2A057;
}

.reg-tab.is-active::after {
    transform: scaleX(1);
}

.reg-tab:hover {
    color: #fff;
}

.reg-tab:focus-visible {
    outline: 2px solid #F2A057;
    outline-offset: 4px;
    border-radius: 3px;
}

/* ---- vertical label (left edge) ---- */
.reg-vertical-label {
    position: absolute;
    left: -375px;
    bottom: 312px;
    z-index: 2;
    transform: rotate(-90deg);
    pointer-events: none;
    width: 680px;
    text-align: right;
}

.reg-vertical-label span {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity .35s ease, visibility 0s linear .35s;
    color: rgba(227, 227, 228, 0.85);
    font-family: Roboto;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    text-align: left;
}

.reg-vertical-label span.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: opacity .35s ease, visibility 0s linear 0s;
}

/* ---- body ---- */
.reg-body {
    position: relative;
    z-index: 2;
    display: flex;
    gap: clamp(2rem, 5vw, 4rem);
    min-height: 560px;
    padding: clamp(4.5rem, 8vw, 6rem) clamp(1.75rem, 4vw, 3.5rem) clamp(2.5rem, 5vw, 3.5rem) clamp(3rem, 6vw, 4.5rem);
}

.reg-text {
    flex: 0 0 46%;
}

.reg-title {
    color: #fff;
    font-family: var(--Lato);
    font-weight: 700;
    font-size: clamp(1.7rem, 2.8vw, 2.35rem);
    line-height: 1.28;
    margin: 0 0 45px;
}

.reg-title .accent {
    color: #F2A057;
}

.reg-desc {
    margin: 0 0 1rem;
    max-width: 30rem;
    color: #F8DADA;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

/* ---- key facts: the part that actually swaps ---- */
.reg-facts {
    flex: 1;
    min-width: 0;
    position: relative;
}

.reg-facts-title {
    font-family: var(--Lato);
    color: #E1E3F0;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 40px;
}

.reg-facts-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 2.5rem;
    /* clears the "Key Facts" title above */
    left: 0;
    right: 0;
    transition: opacity .35s ease, visibility 0s linear .35s;
}

.reg-facts-list.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    transition: opacity .35s ease, visibility 0s linear 0s;
}

.reg-facts-list li {
    display: flex;
    align-items: center;
    gap: .75rem;
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 19px 25px;
    border-radius: 10px;
    border: 1px solid rgb(45 58 135 / 69%);
    background: linear-gradient(231deg, rgba(8, 43, 74, 0.25) 32.45%, rgba(9, 39, 66, 0.81) 80.38%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.5px);
    color: #E5E5E5;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 74px; */
}


@media (prefers-reduced-motion: reduce) {

    .reg-facts-list,
    .reg-vertical-label span {
        transition: none !important;
    }
}

/* ============ Our Vision & Mission ============ */

.vm-section {
    position: relative;
    background-color: #0b0d20;
    background-size: cover;
    background-position: center;
    padding: clamp(3.5rem, 8vw, 6rem) 0;
    overflow: hidden;
}

.vm-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 11, 26, .92) 0%, rgba(9, 11, 26, .75) 35%, rgba(9, 11, 26, .9) 100%);
    z-index: 0;
}

.vm-title {
    position: relative;
    z-index: 1;
    margin: 0 0 clamp(2.5rem, 6vw, 4rem);
    color: #FFF;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
}

.vm-title .accent {
    color: #F2A057;
}

.vm-col {
    position: relative;
    z-index: 1;
    padding-top: clamp(1.5rem, 3vw, 2.25rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

/* vertical divider between columns on desktop only */
.vm-col-vision,
.vm-col-mission {
    text-align: right;
    position: relative;
    display: block;
}

.vm-label {
    margin: 0 0 1.5rem;
    color: #FFF;
    font-family: var(--Lato);
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: -0.6px;
}

.vm-col-mission .vm-label {
    text-align: left;
}

.vm-text {
    font-family: var(--Lato);
    line-height: 1.75;
    margin: 0;
}

.vm-text-vision {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.55;
    text-align: right;
    padding-left: 150px;
}

.vm-col-vision {
    padding-right: 30px;
}

.vm-col-mission {
    padding-left: 30px;
    margin-top: 80px;
}

.vm-text.vm-text-mission {
    color: #CED3DE;
    font-family: var(--Lato);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    width: 508.063px;
}


/* ============ Our History ============ */

.hist-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: clamp(3.5rem, 8vw, 8rem) 0px;
    overflow: hidden;
}

.hist-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 11, 26, .94) 0%, rgba(9, 11, 26, .8) 40%, rgba(9, 11, 26, .94) 100%);
    z-index: 0;
}

.hist-section .hist-overlay {
    background: linear-gradient(180deg, rgb(9 11 26 / 98%) 0%, rgb(9 11 26 / 0%) 40%, rgb(9 11 26 / 27%) 100%);

}

.hist-title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: var(--Lato);
    font-weight: 700;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    margin: 0 0 clamp(2.5rem, 6vw, 0rem);
}

.hist-track {
    position: relative;
    z-index: 1;
}

/* ---- content slider ---- */
.hist-content-slider .slick-list,
.hist-content-slider .slick-track {
    height: auto;
}

.hist-slide-grid {
    display: grid;
    grid-template-columns: 1fr 170px 1fr;
    /* middle column reserved for the nav overlay */
    grid-template-rows: auto auto;
    column-gap: clamp(1.5rem, 3vw, 3rem);
    row-gap: clamp(2rem, 5vw, 30px) !important;
    align-items: center;
    padding: 1rem 0;
}

.hist-quad {
    margin-bottom: 70px;
}

.hq-1 {
    grid-column: 1;
    grid-row: 1;
}

.hq-2 {
    grid-column: 3;
    grid-row: 1;
}

.hq-3 {
    grid-column: 1;
    grid-row: 2;
}

.hq-4 {
    grid-column: 3;
    grid-row: 2;
}

/* fixed image/text position per quadrant — content changes, layout never does */
.hist-item {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.hist-item-media {
    order: 1;
    flex: 0 0 42%;
}

.hist-item-text {
    order: 2;
    flex: 1;
    min-width: 0;
    top: 28px;
    position: relative;
}

/* quadrants 2 & 3 mirror: text first, image second */
.hq-2 .hist-item-media,
.hq-3 .hist-item-media {
    order: 2;
}

.hq-2 .hist-item-text,
.hq-3 .hist-item-text {
    order: 1;
}

.hist-item-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.hist-year-slide.slick-slide {
    color: rgba(255, 255, 255, 0.50);
    font-family: var(--Lato);
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 82px;
}

.hist-year-slide.slick-slide.slick-current.slick-active.slick-center {
    color: #F2A057;
    text-align: center;
    font-family: var(--Lato);
    font-size: 93px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    margin: 50px 0;
}


.hist-date {
    margin: 0 0 .5rem;
    color: #F5E5E5;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -0.6px;
}

.hist-desc {
    margin: 0;
    color: #ADB0C3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 231px;
}

.hq-2 .hist-date,
.hq-2 .hist-desc,
.hq-3 .hist-desc {
    text-align: left;
}

/* ---- year nav: overlaid in the middle gap ---- */
.hist-year-nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    height: 100%;
    z-index: 3;
}

.hq-2 .hist-item-text {
    max-width: 220px;
}

.hq-3 .hist-item-text {
    max-width: 220px;
}

.hq-3 .hist-date,
.hq-3 .hist-desc {
    text-align: right;
}

.hq-3 .hist-desc {
    width: 215px;
}

.hq-2 .hist-item {
    justify-content: flex-end;
}

.hq-4 .hist-item-text {
    max-width: 200px;
}

.hq-4 .hist-item {
    justify-content: flex-end;
}


.hist-year-slide {
    text-align: center;
    color: #6B7089;
    font-family: var(--Lato);
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: color .3s ease, font-size .3s ease;
}

.hist-year-nav .slick-current .hist-year-slide {
    color: #F2A057;
    font-size: 36px;
}

/* decorative hairlines flanking the active year — fixed at nav's vertical center */
.hist-year-nav::before,
.hist-year-nav::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    height: 1px;
    background: rgba(255, 255, 255, .18);
}

.hist-year-nav::before {
    top: calc(50% - 140px);
}

.hist-year-nav::after {
    top: calc(50% + -3px);
}

@media (prefers-reduced-motion: reduce) {
    .hist-year-slide {
        transition: none !important;
    }
}

/* ============ Chairman's Message ============ */

.cm-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #0A0E28;
}

.cm-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
}

.cm-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 65px;
}

.cm-heading {
    margin: 0 0 1.5rem;
    color: #F2A057;
    font-family: var(--Lato);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
}

.cm-para {
    /* max-width: 30rem; */
    margin: 0 0 1.25rem;
    color: #CED3DE;
    font-family: var(--Lato);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.cm-para.last {
    max-width: 84%;
}

.cm-name {
    font-family: var(--Lato);
    margin: 1rem 0 .2rem;
    color: #FFE9E9;
    font-size: 29px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: -0.58px;
}

.cm-role {
    color: #9CA0B4;
    font-family: var(--Lato);
    margin: 0;
    color: #939393;
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
}

.cm-media {
    position: relative;
    min-height: 480px;
}

.cm-media img {
    display: block;
    position: relative;
    left: -115px;
    max-width: 125%;
}

/* subtle fade so the portrait settles into the navy panel on the left */
.cm-media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 13, 32, .85) 0%, rgba(11, 13, 32, 0) 18%);
    pointer-events: none;
}

/* ---- quote card: overlaps the bottom of both columns ---- */
.cm-quote {
    position: absolute;
    left: 42%;
    bottom: -198px;
    z-index: 3;
    background-image: url(../img/quote-bg.png);
    background-repeat: no-repeat;
    padding: clamp(1.9rem, 3vw, 2.75rem) clamp(1.9rem, 3vw, 2.5rem) clamp(1.6rem, 3vw, 2.15rem);
    height: 520px;
    background-size: contain;
    width: 853px;
}

.cm-quote-mark {
    position: absolute;
    top: -34px;
    right: 30px;
    color: #F2A057;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 96px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.cm-quote-text {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #CED3DE;
    font-family: var(--Lato);
    font-size: 33px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    width: 513px;
    height: 330px;
    left: 104px;
}
h5.coretitle {
    position: relative;
    display: block;
    margin-bottom: 18px;
}
/* ============ Our Team ============ */

.team-section {
    background: #0b0d20;
    position: relative;
    display: block;
    padding-top: 270px;
    padding-bottom: 150px;
}

.team-title {
    color: #F2A057;
    font-family: var(--Lato);
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 55px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.team-card {
    position: relative;
    display: block;
}

.teaminfo-wrap {
    position: absolute;
    display: block;
    bottom: 33px;
    left: 0;
}

.team-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(1);
    border-radius: 50%;
    transition: filter .4s ease;
}

.team-card:hover .team-photo img,
.team-card:focus-within .team-photo img {
    filter: grayscale(0);
}

.team-name {
    margin: 0 0 .2rem;
    color: #FFE9E9;
    font-family: var(--Lato);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: -0.64px;
}

.team-role {
    margin: 0;
    color: #DFDFDF;
    font-family: var(--Lato);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.42px;
}

@media (prefers-reduced-motion: reduce) {
    .team-photo img {
        transition: none !important;
    }
}


/* ============ Our Difference ============ */

.diff-section {
    position: relative;
    width: 100vw;
    margin-left: 0;
    /* min-height: 480px; */
    background-color: #0b0d20;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    padding: 80px 0;
}

.diff-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(9, 11, 26, .92) 0%, rgba(9, 11, 26, .72) 38%, rgba(9, 11, 26, .25) 65%, rgba(9, 11, 26, .1) 100%);
    z-index: 0;
}

.diff-content {
    position: relative;
    z-index: 1;
    max-width: 50%;
    /* padding: clamp(3rem, 7vw, 5rem) 0; */
}

.page-template-page-group .ac-section {
    padding: 85px 0 70px 0;
}

.diff-eyebrow {
    font-family: var(--Lato);
    margin: 0 0 .75rem;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 71px;
}

.diff-title {
    margin: 0 0 25px;
    color: #F2A057;
    font-family: var(--Lato);
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
}

.diff-title .accent {
    color: #F2A057;
}

.diff-lead {
    margin: 0 0 40px;
    color: #FFF;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 46px;
}

.diff-para {
    margin: 0 0 1.1rem;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.diff-para:last-child {
    margin-bottom: 0;
}

/* ============ Looking Ahead ============ */

.la-section {
    position: relative;
    background: rgba(10, 16, 53, 0.96);
    display: block;
    padding: 100px 0;
}

.la-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
}

.la-media {
    align-self: stretch;
}

.la-media img {
    position: relative;
    max-width: 100%;
    display: block;
    border-radius: 21px;
}

.la-text {
    position: relative;
    display: block;
    margin-left: 50px;
}

.la-eyebrow {
    color: #fff;
    font-family: var(--Lato);
    margin: 0 0 .75rem;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 71px;
}

.la-title {
    font-family: var(--Lato);
    margin: 0 0 45px;
    color: #F2A057;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
}

.la-title .accent {
    color: #F2A057;
}

.la-para {
    font-family: var(--Lato);
    color: #F8DADA;
    font-size: 23px;
    font-weight: 400;
    line-height: 37px;
    width: 575px;
}

.la-para:last-child {
    margin-bottom: 0;
}














/* ---------------- logo block ---------------- */
.ft-logo-mark {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
    color: var(--ft-text);
}

.ft-logo-mark svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.ft-logo-ar {
    font-family: 'Cairo', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--ft-text);
    margin-bottom: .15rem;
    direction: rtl;
}

.ft-logo-en {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--ft-text);
}

/* ---------------- link columns ---------------- */
.ft-col-title {

    margin-bottom: 1.5rem;
    color: #636679;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 59px;
    letter-spacing: 0.42px;
}

.ft-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-links li {
    margin-bottom: 10px;
}

.ft-links a {

    transition: color .2s ease;
    color: #B9BBC9;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px;
    /* 227.778% */
    letter-spacing: -0.54px;
}

.ft-links a:hover {
    color: var(--ft-orange);
}

/* ---------------- bottom bar ---------------- */
.ft-divider {
    border-color: var(--ft-line);
    opacity: 1;
    margin: 3rem 0 0;
}

.ft-bottom {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.ft-copyright {
    color: #585858;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.45px;
    margin-right: 40px;
}

.ft-legal {
    display: flex;
    gap: 1.75rem;
    flex-wrap: wrap;
}

.ft-legal a {
    transition: color .2s ease;
    color: #585858;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.45px;
}

.ft-legal a:hover {
    color: var(--ft-orange);
}

.fcol1 ul.ft-links {
    column-count: 2;
}

.fcol2 {
    padding-left: 40px;
}

.ft-copyright a {
    color: #585858;
    transition: 0.5s;
}

.ft-copyright a:hover {
    color: var(--ft-orange);
}

.menu-item {
    list-style: none;
}

#backtop {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backtop::after {
    position: absolute;
    content: '';
    color: #fff;
    top: 20px;
    left: 14px;
    width: 20px;
    height: 20px;
    transform: rotate(226deg);
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
}

#backtop:hover {
    cursor: pointer;
    background-color: #333;
}

#backtop:active {
    background-color: #555;
}

#backtop.show {
    opacity: 1;
    visibility: visible;
}