@font-face {
    font-family: 'Work Sans';
    src: url(../fonts/WorkSans.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald.woff2) format('woff2');
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
    background-color: #050505 !important;
    background: #050505 !important;
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
}

body.is-loading {
    overflow: hidden;
}

div.home.is-loading {
    overflow: hidden;
}

#global-bg {
    position: fixed;
    inset: 0;
    z-index: 2;
    background-color: #0A0A0A;
    overflow: hidden;
}

#global-bg.cached-loaded {
    display: none;
}

.bg-layer {
    position: absolute;
    top: unset;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-1 {
    background-image: url('../assets/images/072026/home/bg-1.png');
    transform: scale(1) rotate(0deg);
}

.bg-2 {
    background-image: url('../assets/images/072026/home/bg-2.png');
    transform: scale(calc(1.4 * 1.15)) rotate(-15deg);
}

#global-bg.stage-2 .bg-1 {
    opacity: 1;
    z-index: 1;
}

#global-bg.stage-4 .bg-1 {
    opacity: 0;
    transform: scale(1.15) rotate(15deg);
}

#global-bg.stage-4 .bg-2 {
    opacity: 0.65;
    transform: scale(1) rotate(0deg);
}

.bg-3 {
    background-image: url('../assets/images/072026/home/bg-3.webp');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-5 .bg-2 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-5 .bg-3 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-4 {
    background-image: url('../assets/images/072026/home/bg-4.webp');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-6 .bg-3 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-6 .bg-4 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-5 {
    background-image: url('../assets/images/072026/home/bg-5.webp');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-7 .bg-4 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-7 .bg-5 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-6 {
    background-image: url('../assets/images/072026/home/bg-6.png');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-8 .bg-5 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-8 .bg-6 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-7 {
    background-image: url('../assets/images/072026/home/bg-7.png');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-9 .bg-6 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-9 .bg-7 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-8 {
    background-image: url('../assets/images/072026/home/bg-8.png');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-10 .bg-7 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-10 .bg-8 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-9 {
    background-image: url('../assets/images/072026/home/bg-9.png');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-11 .bg-8 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-11 .bg-9 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-10 {
    background-image: url('../assets/images/072026/home/bg-10.webp');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-12 .bg-9 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-12 .bg-10 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}


.bg-11 {
    background-image: url('../assets/images/072026/home/bg-11.webp');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-13 .bg-10 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-13 .bg-11 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-12 {
    background-image: url('../assets/images/072026/home/bg-12.webp');
    opacity: 0;
    transform: scale(1.1);
   
}

#global-bg.stage-14 .bg-11 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-14 .bg-12 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.bg-13 {
    background-image: url('../assets/images/072026/home/bg-13.webp');
    opacity: 0;
    transform: scale(1.1);
}

#global-bg.stage-15 .bg-12 {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#global-bg.stage-15 .bg-13 {
    opacity: 0.65;
    transform: scale(1);
    transition: opacity 1.5s ease-in-out, transform 3.5s cubic-bezier(0.25, 1, 0.3, 1);
}


#loader-wrapper {
    position: fixed;
    inset: 0;
    background-color: #0a0a0a;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 1s ease, opacity 0.6s ease, visibility 0.6s ease;
}

#loader-wrapper.stage-2 {
    background-color: transparent;
}

#loader-wrapper.stage-4 {
    pointer-events: none;
}


/* Hide Desktop Header on Mobile */
.desktop-header {
    display: none;
}

/* Mobile Header */
.mobile-header {
    display: none; /* Hidden by default on desktop */
    padding: 15px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--Dark-Blue, #101321); */
    background: transparent;
    border-bottom: 0px;
    opacity: 0;
    transition: opacity 0.8s ease;

    .phone-wrapper {
        margin: 20px;
        padding: 10px;
        align-items: center;
        align-self: stretch;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.10);
        text-align: center;
    }
    .container {
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        padding-top: 10px;
    }
}

.hamburger-icon {
    background: none;
    border: none;
    padding: 0;
    margin-right: 15px;
}

.hamburger-icon img {
    width: 24px;
    height: 24px;
}

.mobile-logo img {
    height: 30px;
    width: 150px;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: var(--Dark-Blue, #101321); */
    background: #0A0A0A;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding: 25px 0px;
}

.mobile-menu-overlay.is-open {
    display: inline-block;
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    padding: 0px 25px;
}

.close-icon {
    background: none;
    border: none;
    padding: 0;
}

.close-icon img {
    width: 24px;
    height: 24px;
}

.mobile-nav {
    margin-top: 30px;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0px 25px;
}

.mobile-nav ul li {
    color: #fff;
    font-size: 24px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-nav ul li a {
    color: #fff;
    text-decoration: none;
}

.submenu-toggle {
    cursor: pointer;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.submenu-toggle.is-open {
    transform: rotate(180deg);
}

.mobile-nav .sub-menu {
    display: none;
    width: 100%;
    padding-left: 20px;
    margin-top: 15px;
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-nav .sub-menu li {
    font-size: 18px;
    border: none;
    padding: 10px 0;
}

.mobile-nav a.main-menu {
    color: var(--White, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Work Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 28.6px */
    text-decoration: none;
}

.mobile-nav .mobile_menu_lets_talk {
    border-top: 1px solid #282B37;
    border-bottom: 1px solid #282B37;
    background: var(--Gradient-Yellow---Red, linear-gradient(132deg, #FBBC04 4.74%, #E35246 100%));
    padding: 20px 20px 20px 25px;
}

@media (max-width: 768px) {
    .desktop-header{
        display: none !important;
    }
    .mobile-header {
        display: block !important;
        position: relative;
        z-index: 2;
    }
}



.brand-text {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    white-space: nowrap;
}

.logo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;

    transform-origin: center center;

    --x-offset: -50%;
    --y-offset: -50%;
    --scale-size: 1;
    transform: translate(var(--x-offset), var(--y-offset)) scale(var(--scale-size));

    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s ease;
}

.logo-center span {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    animation: slideUpCenter 0.8s cubic-bezier(0.25, 1, 0.3, 1) forwards;
    animation-delay: calc(var(--i) * 0.08s);
}

@keyframes slideUpCenter {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.logo-split {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    -webkit-text-stroke: 0px rgba(255, 255, 255, 0);
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.stage-2 .logo-split {
    opacity: 1;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.stage-2 .logo-split.top {
    transform: translate(-50%, -275%);
}

.stage-2 .logo-split.top img.filta-logo-outline {
    width: 398px;
}

.stage-2 .logo-center {
    /* transform: translateY(200%); */
    --y-offset: 150%;
}

.media-window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: clamp(280px, 40vw, 500px);
    aspect-ratio: 16/10;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s ease;
}

.stage-2 .media-window {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.stage-2 .slide {
    opacity: 1;
}

.side-text {
    position: absolute;
    top: 50%;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.8s ease 0.6s;
}

.side-left {
    left: 20%;
    transform: translateY(-50%) rotate(-90deg);
    background: var(--Salary-Guide-Pink-Red, linear-gradient(132deg, #AF7DFF 4.74%, #C9274C 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Work Sans";
    font-size: 60.591px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    text-transform: none;
    letter-spacing: normal;
}

.side-right {
    right: 22%;
    transform: translateY(-50%) rotate(90deg);
    background: var(--Salary-Guide-Green-Blue, linear-gradient(140deg, #49DC6F 1.38%, #1AF 77.24%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Work Sans";
    font-size: 60.591px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: normal;
}

.stage-2 .side-text {
    opacity: 1;
}

.stage-3 .media-window,
.stage-3 .side-text,
.stage-3 .logo-split.top {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stage-4 .logo-center {
    --scale-size: calc(163 / 399);
    transform-origin: top left;
}

#loader-wrapper.finished {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#loader-wrapper.cached-loaded,
#loader-wrapper.preloading {
    display: none;
}

.no-custom-cursor {
      
      cursor: pointer; 
     
}

.mouse-canvas {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none; 
      z-index: 9999; 
}

/* .glow-streak {
  stroke: #FBBC04;
  filter: blur(6px);
  stroke-linecap: round; 
  animation: fadeShrink 0.4s ease-out forwards;
}

@keyframes fadeShrink {
  0% { opacity: 1; stroke-width: 24px; }
  100% { opacity: 0; stroke-width: 2px; }
} */

.container-max {
    max-width: 1520px;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.site-header.scrolled {
    padding: 1.5rem 5%;
}

div.home:not(.is-loading) .site-header,
div.home:not(.is-loading) .mobile-header {
    opacity: 1;
    background: transparent;
}

.nav-logo {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: transparent;
    margin-right: 30px;
}

.nav-logo img {
    width: 163px;
}

#loader-wrapper.finished~.site-header .nav-logo {
    color: #ffffff;
}

.nav-center {
    display: flex;
    gap: 2rem;
}

.nav-center a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.nav-center a:hover {
    opacity: 1;
}

.nav-main-box {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 10px 0;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}

.site-header.scrolled .nav-main-box,
.site-header.scrolled .nav-right {
    border-radius: 15px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.08) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 24px;
    gap: 10px;
}

.nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.logo-full {
    width: 120px;
    display: block;
}

.logo-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: none;
}

.site-header.scrolled .logo-full {
    display: none;
}

.site-header.scrolled .logo-icon {
    display: block;
    width: 100%;
}

.site-header.scrolled .nav-main-box .nav-logo {
    margin-right: 0;
}

.nav-right {
    margin-left: auto;
    gap: 11px;
    align-items: center;
}

.btn-talk {
    background: #e67e22;
    color: #ffffff;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 95px 5%;
    background: transparent;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
    z-index: 2;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

div.home:not(.is-loading) .hero-section {
    opacity: 1;
    transform: translateY(0);
}

div.home {
    position:relative;
}

.hero-section {
    gap: 60px;
}

.hero-section h1 {
    font-size: clamp(3rem, 6vw, 5.5rem);
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-section p {
    font-size: 1.2rem;
    color: #aaaaaa;
    max-width: 600px;
    line-height: 1.6;
}

.hero-section .hero-vid {
    max-width: 641px;
    border-radius: 40px;
}

.rotating-globe {
    width: 51px;
    height: 43px;
}

.hero-content {
    width: 100%;
    h1 {
        color: var(--White, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: "Work Sans";
        font-size: 94px;
        font-style: normal;
        font-weight: 900;
        line-height: 90%;
        text-transform: capitalize;
        margin-bottom: 34px;
    }

    p {
        color: var(--White, #FFF);
        text-align: center;
        font-family: "Work Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 42px;
    }

    .btn-actions {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;

        .btn-offer {
            color: var(--White, #FFF);
            text-align: center;
            font-family: "Work Sans";
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
            padding: 10px 20px;
        }

        .btn-contact-us {
            color: var(--White, #FFF);
            text-align: center;
            font-family: "Work Sans";
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            text-decoration: none;
            width: 162px;
            padding: 10px 20px;
            border-radius: 100px;
            border: 1px solid var(--White, #FFF);
        }

        .btn-offer:hover,
        .btn-contact-us:hover {
            text-decoration: none;
            border-radius: 100px;
            border: none;
            background: var(--Gradient-Yellow---Red, linear-gradient(132deg, #FBBC04 4.74%, #E35246 100%));
            color: var(--White, #FFF);
            text-align: center;
            font-family: "Work Sans";
            font-size: 17px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            padding: 10px 20px;
            position: relative;
            z-index: 1;
            overflow: hidden;
            margin-right: 0px;
        }
    }
}

.btn-lets-talk {
    border-radius: 100px;
    border: none;
    background: var(--Gradient-Yellow---Red, linear-gradient(132deg, #FBBC04 4.74%, #E35246 100%));
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Work Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
}

.btn-lets-talk::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--reverse, linear-gradient(283deg, #FBBC04 22.47%, #E35246 108.48%));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.btn-lets-talk:hover::before {
    opacity: 1;
}

.phone-wrapper {
    position: relative;
}

.select2-container {
    z-index: 999999 !important;
    width: auto !important;
    min-width: 200px;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    background: transparent;
    border: none;
    color: var(--White, #FFF);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    padding-top: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--White, #FFF) !important;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-left: 0px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 18px !important;
    height: 5px !important;
    background: url(../assets/images/072026/home/arrow-down.png) no-repeat center center;
    background-size: contain;
    top: 50% !important;
    transform: translateY(-50%);
    margin-right: 5px;
    display: inline-block;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: transparent;
    color: #fff;
    border: 1px solid #444;
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.select2-results__options {
  list-style: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3a3d4f;
    color: #fff;
}

.select2-container--default .select2-results__option--selected {
    background-color: #3a3d4f !important;
}

.select2-container--open {
    z-index: 999999 !important;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: #272a37;
    color: #fff;
    border: 1px solid #444;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.main-nav ul li {
    position: relative;
    margin: 0 15px;
}

.main-nav ul li a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.main-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    min-width: 180px;
    z-index: 1000;
}

.main-nav .sub-menu.is-open {
    display: block;
    padding-top: 20px;
    border-radius: 20px;
    background: #282B37;
    padding: 30px;
    border: none;
    margin-top: 30px;
}

.main-nav .sub-menu li {
    margin: 0;
}

.main-nav .sub-menu li a {
    padding: 10px 15px;
}

.mobile-nav .sub-menu {
  display: none;
}

.mobile-nav .sub-menu.is-open {
  display: block;
}

.desktop-header .sub-menu-links-wrapper {
    min-width: 180px;
}

.desktop-header .sub-menu-links-wrapper.wide {
    min-width: 300px;
}

.desktop-header .sub-menu-image .sub-menu-img {
    max-width: 440px;
}

.desktop-header .main-nav .sub-menu.is-open.industries {
    left: -300px;
}

.desktop-header .main-nav .sub-menu.is-open.insights {
    left: -300px;
}

.desktop-header ul li a.sub-menu-link-main {
    text-align: left;
    color: var(--White, #FFF);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.desktop-header ul li a.sub-menu-link {
    text-align: left;
    color: var(--White, #FFF);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.desktop-header ul li a {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px;
}

.desktop-header ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5px;
    background-image: url('../assets/images/gradient-underline.svg');
    width: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width 0.3s ease-in-out;
}

.desktop-header ul li a.sub-menu-link-main,
.desktop-header ul li a.sub-menu-link {
    width: fit-content;
    padding-bottom: 4px;
}

.desktop-header ul li a.sub-menu-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-image: url('../assets/images/gray-underline.svg');
    width: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width 0.3s ease-in-out;
}

.desktop-header ul li a:hover::after {
    width: 100%;
}

div.home.is-loading section {
    display: none;
}

section.ranked {
    position: relative;
    z-index: 2;
    min-height: 800px;
    padding: 95px 5%;
    overflow: hidden;

    .ranked-content {
        width: 100%;

        .title-wrapper {
            width: 100%;
        }

        .txt-content {
            width: 60%;
            position: relative;

            .asterisk {
                top: -8px;
                left: -35px;
                position: absolute;
            }

            .title {
                color: #FFF;
                leading-trim: both;
                text-edge: cap;
                font-family: "Work Sans";
                font-size: 65px;
                font-style: normal;
                font-weight: 900;
                line-height: 110%;
                text-transform: capitalize;
            }

            .highlight-text {
                position: relative;
                display: inline-block;

                .floating-green-circle {
                    position: absolute;
                    left: -3%;
                    top: -50%;
                    width: 105%;
                    height: 200%;
                    z-index: 0;
                    object-fit: contain;
                }

                span {
                    z-index: 1;
                    position: relative;
                }
            }

            .description {
                color: var(--White, #FFF);
                font-family: "Work Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
                padding-top: 25px;

                .bold {
                    font-weight: 700;
                }
            }
        }

        .img-content {
            text-align: left;
            width: 40%;
        }
    }
}

.marquee-wrapper {
    position: relative;
    width: 100vw;
   height: 360px;
}

 /* The main container hiding the overflow */
        .marquee-container {
            width: 100%;
            overflow: hidden;
            padding: 100px 0; /* Padding allows room for staggered vertical positions */
            position: relative;
            mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
            -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
            position: absolute;
            left: -75px;
        }

        /* 
           The track holding the images. 
           We use width: max-content and flexbox to keep them in a line.
        */
        .marquee-track {
            display: flex;
            width: max-content;
            /* The animation moves the track left by exactly half its width */
            animation: scroll-marquee 25s linear infinite;
        }

        /* Pause the marquee when the user hovers over it */
        .marquee-container:hover .marquee-track {
            animation-play-state: paused;
        }

        /* Image styling */
        .marquee-track img {
            width: 400px;
            height: 260px;
            object-fit: cover;
            border-radius: 24px;
            box-shadow: -15px 0 30px rgba(0, 0, 0, 0.6); /* Adds depth to the overlap */
            position: relative;
            transition: transform 0.3s ease;
        }

        /* 
           Creating the overlap using negative left margins. 
           The first child shouldn't have a negative margin to keep the loop seamless.
        */
        .marquee-track img + img {
            margin-left: -80px; 
        }

        /* 
           Staggering the vertical positions (up and down) and z-indexes 
           to replicate the look of your reference image.
        */
        .marquee-track img:nth-child(4n+1) {
            transform: translateY(0px);
            z-index: 1;
        }
        
        .marquee-track img:nth-child(4n+2) {
            transform: translateY(40px);
            z-index: 2;
        }
        
        .marquee-track img:nth-child(4n+3) {
            transform: translateY(-30px);
            z-index: 3;
        }
        
        .marquee-track img:nth-child(4n+4) {
            transform: translateY(20px);
            z-index: 4;
        }

        /* Slight hover effect on individual images */
        .marquee-track img:hover {
            transform: scale(1.05) translateY(0) !important;
            z-index: 10 !important;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
        }

        /* Keyframes for the seamless scroll */
        @keyframes scroll-marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                /* Shifts exactly half the track width (one full set of images) */
                transform: translateX(-50%);
            }
        }

.gradient-yellow-red {
    background: var(--Gradient-Yellow---Red, linear-gradient(132deg, #FBBC04 4.74%, #E35246 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us {
    position: relative;
    z-index: 2;
    min-height: 800px;
    padding: 95px 5%;

    .wrapper {
        .top-wrapper {
            gap: 40px;

            .label-wrapper {
                display: flex;
                padding: 2px 12px 2px 8px;
                justify-content: center;
                align-items: center;
                gap: 6px;
                border-radius: 12px;
                background: rgba(255, 255, 255, 0.10);
                height: fit-content;

                .label {
                    color: var(--White, #FFF);
                    text-align: center;
                    font-family: "Work Sans";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 130%;
                    width: max-content;
                }
            }

            .description-wrapper {
                color: var(--White, #FFF);
                font-family: "Work Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
                max-width: 363px;
            }

            .big-title-wrapper {
                color: #FFF;
                leading-trim: both;
                text-edge: cap;
                font-family: "Work Sans";
                font-size: 65px;
                font-style: normal;
                font-weight: 900;
                line-height: 110%;
                text-transform: capitalize;
                margin-top: -13px;
            }
        }

        .bottom-wrapper {
            display: flex;
            flex-direction: row;
            width: 100%;
            gap: 100px;
            /* position: absolute;
            left: 0px; */
            position: relative;
            margin-left: -5%;

            .about-us-picture {
                 margin-left: -5%;
                 border-bottom-right-radius: 40px;
            }

            .arrow-up-curly-blue {
                width: 212px;
                height: 152px;
                align-self: center;
            }
        }
    }
}

.partners {
    z-index: 2;
    min-height: 800px;
    padding: 95px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;

    .title {
        color: var(--White, #FFF);
        leading-trim: both;
        text-edge: cap;
        font-family: "Work Sans";
        font-size: 65px;
        font-style: normal;
        font-weight: 800;
        line-height: 110%;
        text-transform: capitalize;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.1em;
        margin-bottom: 50px;
    }

     .arrow-down {
        position: absolute;
    top: 153px;
    right: 361px;
    } 

    .logos-container {
        display: flex;
        flex-direction: column;
        gap: 0px;
        width: 100%;
        overflow: hidden;
        opacity: 1;
        position: relative;
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);

        .logos-row {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 40px;
            width: max-content;
            white-space: nowrap;
            will-change: transform;
        }

        .top-row {
            animation: marquee-left-to-right 30s linear infinite;
        }

        .bottom-row {
            animation: marquee-right-to-left 30s linear infinite;
        }
    }

    /* .logos-container:hover .logos-row {
        animation-play-state: paused;
    } */

    .logo-box {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .partners-logo {
        max-height: 250px;
        width: auto;
        object-fit: contain;
    }

    .title-line {
        display: flex;
        justify-content: center;
        gap: 0.25em;
        overflow: hidden;
    }

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

@keyframes marquee-left-to-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes marquee-right-to-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.industry-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #a855f7, #6b21a8);
    border-radius: 50%;
    pointer-events: none; /* Let clicks pass through to the div below */
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.industry-cursor.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}


section.industry {
    position: relative;
    z-index: 2;
    min-height: 800px;
    padding: 95px 5%;
    display: flex;

    .text-content {
        flex: 0 0 45%;

        h2 {
            color: var(--White, #FFF);
            leading-trim: both;
            text-edge: cap;
            font-family: "Work Sans";
            font-size: 65px;
            font-style: normal;
            font-weight: 800;
            line-height: 110%;
            text-transform: capitalize;
        }
    }

    .tag-wrapper {
        display: flex;
        padding: 2px 12px 2px 8px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.10);
        height: fit-content;
        width: fit-content;

        .label {
            color: var(--White, #FFF);
            text-align: center;
            font-family: "Work Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            width: max-content;
        }
    }

    .explore-btn {
        color: var(--White, #FFF);
        text-align: center;
        font-family: "Work Sans";
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        text-decoration: none;
        width: auto;
        padding: 10px 20px;
        border-radius: 100px;
        border: 1px solid var(--White, #FFF);
        background: transparent;
        margin-top: 25px;

        &:hover {
            text-decoration: none;
            border-radius: 100px;
            border: none;
            background: var(--Gradient-Yellow---Red, linear-gradient(132deg, #FBBC04 4.74%, #E35246 100%));
            color: var(--White, #FFF);
            text-align: center;
            font-family: "Work Sans";
            font-size: 17px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            padding: 10px 20px;
            position: relative;
            z-index: 1;
            overflow: hidden;
            margin-right: 0px;
        }
    }

    .industry-list {
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        gap: 25px;
        color: var(--White, #FFF);
        leading-trim: both;
        text-edge: cap;
        font-family: "Work Sans";
        font-size: 30px;
        font-style: normal;
        font-weight: 800;
        line-height: 110%;
        text-transform: capitalize;

        div {
            cursor: pointer;
            padding-bottom: 5px;
            border-bottom: 1px solid #1A1A1A;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            opacity: 0;
            transform: translateY(50px);
            transition: color 0.3s ease;

            a {
                color: var(--White, #FFF);
                leading-trim: both;
                text-edge: cap;
                font-family: "Work Sans";
                font-size: 30px;
                font-style: normal;
                font-weight: 800;
                line-height: 110%;
                text-transform: capitalize;
                opacity: 0.4;
                text-decoration: none;
            }

            &:hover a {
                color: var(--White, #FFF);
                leading-trim: both;
                text-edge: cap;
                font-family: "Work Sans";
                font-size: 49px;
                font-style: normal;
                font-weight: 800;
                line-height: 110%;
                text-transform: capitalize;
                opacity: 1;
            }

            &::after {
                content: '';
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 0;
                height: 1px;
                background: white;
                transition: width 0.4s ease-out;
            }

            &:hover::after {
                width: 100%;
            }

            .active-icon {
                opacity: 0;
                transform: translateX(-20px);
                transition: opacity 0.3s ease, transform 0.3s ease;
            }

            &:hover .active-icon {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .active {
            color: white;
            font-size: 2.2rem;
            font-weight: 800;
            display: flex;
            align-items: center;
            gap: 15px;
        }
    }

    .active-icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #4b2671, #8e44ad);
        border-radius: 50%;
        font-size: 1.5rem;
        flex-shrink: 0;
    }
}

section.case-studies {
    position: relative;
    z-index: 2;
    min-height: 800px;
    padding: 95px 5%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;

    .big-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: 100%; /* Match awards .big-title */
        color: var(--White, #FFF);
        text-align: center;
        font-family: "Oswald";
        font-size: 150px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;

        h1 {
            color: var(--White, #FFF);
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: "Work Sans";
            font-size: 308.402px;
            font-style: normal;
            font-weight: 900;
            line-height: 110%;
            margin: 0;
            white-space: nowrap;
        }
    }

    .content-wrapper {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        gap: 40px;
        opacity: 0;
        position: relative;
        z-index: 2;
        align-self: baseline;
        cursor: grab;
        user-select: none;
        -webkit-user-drag: none;
        will-change: transform;
        transform: translateZ(0);
        touch-action: pan-y; /* Fixes touch gesture interception on mobile */

        .case-study-wrapper {
            flex: 0 0 auto;
            width: 1419px;

            .wrapper {
                display: flex;
                flex-direction: row;
                gap: 60px;
                width: 100%;

                .case-study-link {
                    display: flex;
                    flex-direction: row;
                    gap: 5px;
                    width: 100%;
                }

                .action {
                    margin-top: 20px;
                }

                .read-more-btn {
                    border-radius: 100px;
                    border: none;
                    background: var(--Gradient-Yellow---Red, linear-gradient(132deg, #FBBC04 4.74%, #E35246 100%));
                    color: var(--White, #FFF);
                    text-align: center;
                    font-family: "Work Sans";
                    font-size: 17px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 130%;
                    padding: 10px 20px;
                    position: relative;
                    z-index: 1;
                    overflow: hidden;
                    transition: color 0.4s ease-in-out;
                }

                .read-more-btn::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    background: var(--reverse, linear-gradient(283deg, #FBBC04 22.47%, #E35246 108.48%));
                    z-index: -1;
                    opacity: 0;
                    transition: opacity 0.4s ease-in-out;
                }
                
                .text-content {
                    flex: 0 0 50%;
                    display: flex;
                    flex-direction: column;
                    gap: 20px;

                    a {
                        text-decoration: none;
                    }

                    .tags-wrapper {
                        display: flex;
                        flex-direction: row;
                        gap: 16px;

                        .tag {
                            display: flex;
                            padding: 2px 12px 2px 8px;
                            justify-content: center;
                            align-items: center;
                            gap: 6px;
                            border-radius: 12px;
                            background: rgba(255, 255, 255, 0.10);
                            height: fit-content;
                            width: fit-content;

                            .label {
                                color: var(--White, #FFF);
                                text-align: center;
                                font-family: "Work Sans";
                                font-size: 14px;
                                font-style: normal;
                                font-weight: 600;
                                line-height: 130%;
                                width: max-content;
                            }
                        }
                    }

                    h2 {
                        color: #FFF;
                        leading-trim: both;
                        text-edge: cap;
                        font-family: "Work Sans";
                        font-size: 42px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 110%;
                    }

                    .description {
                        color: #FFF;
                        font-family: "Work Sans";
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 130%;
                    }

                    .stats-wrapper {
                        gap: 30px;

                        .stat-wrapper {
                            display: flex;
                            flex-direction: row;
                            gap: 10px;

                            img {
                                width: auto;
                                height: auto;
                                justify-content: center;
                                align-items: center;
                            }

                            .txt-content {
                                .stat-number {
                                    color: var(--White, #FFF);
                                    leading-trim: both;
                                    text-edge: cap;
                                    font-family: "Work Sans";
                                    font-size: 32px;
                                    font-style: normal;
                                    font-weight: 700;
                                    line-height: 110%;
                                    text-transform: capitalize;
                                }

                                .stat-label {
                                    color: var(--White, #FFF);
                                    font-family: "Work Sans";
                                    font-size: 16px;
                                    font-style: normal;
                                    font-weight: 400;
                                    line-height: 130%;
                                }
                            }
                        }
                    }
                }

                .img-content {
                    flex: 0 0 50%;
                }
            }
        }
    }

    .progress-wrapper {
        width: 100%;
        position: relative;
        padding-top: 50px;
    }

    .scroll-label {
        color: var(--White, #FFF);
        font-family: "Work Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        width: 10%;
        position: absolute;
        right: -7%;
        top: 41px;
        opacity: 0;
    }

    .progress-bar-container {
        position: absolute;
        bottom: 0px;
        width: 50%;
        max-width: unset;
        width: 95%;
        height: 2px;
        background-color: #333;
        z-index: 3;
        opacity: 0;
    }

    .progress-bar {
        width: 0%;
        height: 100%;
        background-color: #90EE90;
        border-radius: 2px;
    }
}

/* Appended at the end of the file */

.case-study-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px; 
    height: 120px;
    pointer-events: none;
    z-index: 10000;
    
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.case-study-cursor.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.case-study-cursor img.case-study-cursor-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Set image z-index */
}

.case-study-cursor span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  z-index: 2; /* Set span z-index higher than image */
}

section.your-story {
    position: relative;
    z-index: 2;
    min-height: 800px;
    padding: 125px 5% 0px 5%;
    display: flex;
    align-items: center;
    justify-content: center;

    .wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center;

        h1 {
            color: #FFF;
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: "Work Sans";
            font-size: 94px;
            font-style: normal;
            font-weight: 900;
            line-height: 110%;
            text-transform: capitalize;
        }

        .big {
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
        }

        img {
            padding-right: 10px;
        }
    }
}

section.awards {
    position: relative;
    z-index: 2;
    min-height: 800px;
    padding: 95px 5%;

    .big-title {
        h1 {
            color: var(--White, #FFF);
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: "Work Sans";
            font-size: 308.402px;
            font-style: normal;
            font-weight: 900;
            line-height: 110%;
        }
    }
}

/* --- Awards Section Setup --- */
    section.awards {
      position: relative;
      z-index: 2;
      min-height: 800px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;


        .lets-talk-btn {
        color: var(--White, #FFF);
        text-align: center;
        font-family: "Work Sans";
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        text-decoration: none;
        width: auto;
        padding: 10px 20px;
        border-radius: 100px;
        border: 1px solid var(--White, #FFF);
        background: transparent;

        &:hover {
            text-decoration: none;
            border-radius: 100px;
            border: none;
            background: var(--Gradient-Yellow---Red, linear-gradient(132deg, #FBBC04 4.74%, #E35246 100%));
            color: var(--White, #FFF);
            text-align: center;
            font-family: "Work Sans";
            font-size: 17px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            padding: 10px 20px;
            position: relative;
            z-index: 1;
            overflow: hidden;
            margin-right: 0px;
        }
    }

    }

    section.awards .wrapper {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    section.awards .big-title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      width: 100%;
    }

    section.awards .big-title h1 {
      color: var(--White, #FFF);
      text-align: center;
      font-family: "Work Sans", sans-serif;
      font-size: clamp(80px, 20vw, 308.402px); 
      font-style: normal;
      font-weight: 900;
      line-height: 110%;
      margin: 0;
      white-space: nowrap;
    }

    /* --- Foreground Overlay --- */
    .content-overlay {
      position: absolute;
      top: 300px;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      opacity: 0; 
      pointer-events: none;
    }

    /* Center Text Block */
    .center-text {
      position: absolute;
      top: 60%; 
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 4;
      pointer-events: auto;
      width: 100%;
      max-width: 800px; /* Keep text contained on wide screens */
    }

    .center-text h2 {
      font-size: clamp(24px, 4vw, 48px);
      font-weight: 900;
      margin-bottom: 30px;
      line-height: 1.2;
    }

    .center-text .btn {
      display: inline-block;
      padding: 15px 30px;
      background: var(--White);
      color: #000;
      text-decoration: none;
      font-weight: 700;
      border-radius: 50px;
      transition: transform 0.2s ease;
    }
    
    .center-text .btn:hover {
      transform: scale(1.05);
    }

    /* --- Circle System --- */
    .circle-container {
      position: absolute;
      top: 85%;
      left: 50%;
      width: 0;
      height: 0;
      z-index: 3;
      --circle-radius: 420px;
       will-change: transform;
    }

    .card-pivot {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      transform: rotate(var(--angle));
    }

    .card-translate {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      /* Uses the new fixed 500px variable */
      transform: translateY(calc(var(--circle-radius) * -1));
    }

    /* Fixed 192x192 Cards */
    section.awards .card {
      position: absolute;
      top: -96px; 
      left: -96px;
      width: 192px;
      height: 192px;
      border-radius: 16px;
      padding: 15px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: var(--White);
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
      will-change: transform, opacity;
      background: transparent;
    }

    section.awards .card h3 { font-size: 16px; margin: 0 0 8px 0; font-weight: 900; line-height: 1.1; }
    section.awards .card p { font-size: 12px; margin: 0; font-weight: 700; opacity: 0.9; line-height: 1.2; }

    /* Next Section */
    section.testimonials {
      /* height: 100vh; */
      display: flex;
      align-items: center;
      justify-content: center;
      /* background: #0A0A0A;
      font-size: 3rem;
      font-weight: 900; */
      position: relative;
      z-index: 2;
      padding-top: 70px;
      min-height: 800px;

        .main-title {
          text-align: center;
          position: relative;

          .testimonial-shape {
            position: absolute;
            left: 207px;
            z-index: 3;
            top: -43px;
          }

          h1 {
              color: var(--White, #FFF);
              leading-trim: both;
              text-edge: cap;
              font-family: "Work Sans";
              font-size: 66px;
              font-style: normal;
              font-weight: 800;
              line-height: 110%;
              text-transform: capitalize;
              z-index: 3;
              position: relative;

              span {
                background: var(--Salary-Guide-Pink-Purple, linear-gradient(97deg, #B07EFF 2.99%, #F56FBC 84.52%));
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
              }
          }
        }
        
           .accordion-wrapper {
                display: flex;
                gap: 15px;
                width: 100%;
                max-width: 1117px;
                height: 470px;
            }

            .card {
                position: relative;
                background: var(--card-bg);
                border-radius: 20px;
                cursor: pointer;
                flex: 1;
                transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
                overflow: hidden;

                &.active {
                    flex: 5;
                }
            }

            /* --- Views Container --- */
            .collapsed-view, 
            .expanded-view {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                padding: 25px;
                box-sizing: border-box;
                transition: opacity 0.4s ease, visibility 0.4s ease;
            }

            /* --- Collapsed State Styling --- */
            .collapsed-view {
                display: flex;
                flex-direction: column;
                align-items: center;
                opacity: 1;
                visibility: visible;
            }

            .card.active .collapsed-view {
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.2s ease, visibility 0.2s ease;
            }

            .avatar-small {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                border: 2px solid white;
                object-fit: cover;
                margin-bottom: auto;
            }

            .vertical-text {
                writing-mode: vertical-rl;
                transform: rotate(180deg);
                display: flex;
                gap: 5px;
                white-space: nowrap;
                flex-direction: column;

                h3 {
                    margin: 0;
                    color: var(--White, #FFF);
                    font-family: "Work Sans";
                    font-size: 26px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 130%; /* 33.8px */
                }

                p {
                    margin: 0;
                   color: var(--White, #FFF);
                    font-family: "Work Sans";
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                }
            }

            /* --- Expanded State Styling --- */
            .expanded-view {
                opacity: 0;
                visibility: hidden;
                display: flex;
                flex-direction: column;
                min-width: 450px;
            }

            .card.active .expanded-view {
                opacity: 1;
                visibility: visible;
                transition: opacity 0.5s ease 0.2s, visibility 0.5s ease 0.2s;
            }

            .header-expanded {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                margin-bottom: 20px;
            }

            .logo {
                font-size: 1.4rem;
                font-weight: bold;
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .logo-icon {
                width: 20px;
                height: 20px;
                background: white;
                border-radius: 50%;
                display: inline-block;
            }

            .avatar-large {
                width: 140px;
                height: 140px;
                border-radius: 50%;
                border: 3px solid rgba(255, 255, 255, 0.4);
                object-fit: cover;
                margin-top: -10px;
                box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            }

            .details-expanded {
                h2 {
                    margin: 0 0 5px 0;
                    font-size: 1.8rem;
                }

                h4 {
                    margin: 0 0 25px 0;
                    font-size: 1rem;
                    font-weight: 400;
                    opacity: 0.9;
                }

                .quote {
                    color: var(--White, #FFF);
                    /* Desktop/Text/Text xl/Medium (Work Sans) */
                    font-family: "Work Sans";
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 130%; /* 26px */
                    max-width: 90%;
                }
            }

    }

    /* --- Mobile Carousel View --- */
        @media (max-width: 768px) {
            section.testimonials {
                .section-heading h1 {
                    font-size: 2rem;
                }

                .accordion-wrapper {
                    position: relative;
                    display: block; /* Remove Flexbox for mobile */
                    width: 100%;
                    max-width: 400px;
                    height: 450px; /* Fixed height for carousel */
                    touch-action: pan-y;
                }

                .card {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: 0; /* Hide inactive cards */
                    visibility: hidden;
                    pointer-events: none;
                    transition: opacity 0.5s ease;

                    &.active {
                        opacity: 1;
                        visibility: visible;
                        pointer-events: auto;
                    }
                }

                .collapsed-view {
                    display: none !important; /* Never show collapsed state on mobile */
                }

                .expanded-view {
                    min-width: 100%; /* Remove desktop width restriction */
                    opacity: 1; /* Always opaque inside the active card */
                    visibility: visible;
                }

                /* Layout adjustments to match the mobile image */
                .header-expanded {
                    flex-direction: row; /* Keep side-by-side */
                    align-items: center;
                }

                .avatar-large {
                    width: 120px;
                    height: 120px;
                    margin-top: 0;
                }

                .details-expanded .quote {
                    max-width: 100%;
                }
            }
        }

 /* === Blogs Section === */
        section.blogs {
            padding: 100px 5%;
            min-height: 100vh;
            overflow: hidden;

            /* background-color: #050505; */
            opacity: 0;
            transform: translateY(80px);
            transition: opacity 1s ease-out, transform 1s cubic-bezier(0.25, 1, 0.5, 1); 

            position: relative;
            z-index: 2;
            padding-top: 70px;
            min-height: 800px;
            max-width: 1520px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Animated state */
        section.blogs.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Blogs Header */
        section.blogs .blogs-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 40px;
        }

        section.blogs .blogs-header h2 {
            font-size: 3.5rem;
            line-height: 1.1;
            max-width: 800px;
            font-weight: 700;
        }

        section.blogs .blogs-header h2 .highlight {
           background: linear-gradient(140deg, #49DC6F 26.18%, #1AF 69.94%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            leading-trim: both;
            text-edge: cap;
            font-family: "Work Sans";
            font-size: 66px;
            font-style: normal;
            font-weight: 800;
            line-height: 110%;
            text-transform: capitalize;
        }

        section.blogs .view-all-btn,
        section.blogs .view-all-btn-bottom {
            display: inline-flex;
            align-items: center;
            padding: 12px 24px;
            border: 1px solid #333;
            border-radius: 30px;
            color: #fff;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        section.blogs .view-all-btn:hover,
        section.blogs .view-all-btn-bottom:hover {
            background-color: #fff;
            color: #000;
        }

        section.blogs .view-all-btn-bottom {
            display:none;
        }

        /* Blogs Content Layout */
        section.blogs .blogs-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            height: auto;
            /* height: 600px; */
        }

        /* Featured (Large) Image Left Side */
        section.blogs .featured-box {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            height: 100%;
        }

        section.blogs .featured-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.4s ease-in-out;
        }

        /* Small Blogs Grid Right Side */
        section.blogs .blog-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 20px;
            height: 100%;
        }

        section.blogs .blog-card {
            position: relative;
            border-radius: 40px;
            overflow: hidden;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 24px;

            text-decoration: none;
            color: inherit;
            outline: none; /* Removes the focus ring for keyboard/click accessibility */
            background-color: transparent; /* Removes any background highlight */
            width: 323px;
            height: 214px;
        }

        /* Card Background Image */
        section.blogs .blog-card .card-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            z-index: 1;
            transition: opacity 0.4s ease;
        }

        /* Dark overlay for readability */
        section.blogs .blog-card .dark-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 100%);
            z-index: 2;
            transition: opacity 0.4s ease;
        }

        /* Hover Blue Gradient Overlay */
        section.blogs .blog-card .blue-gradient-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--Salary-Guide-Blue-Purple, linear-gradient(97deg, #1BA7FF 2.99%, #AE7DFF 84.52%));
            z-index: 3;
            opacity: 0; /* Hidden by default */
            transition: opacity 0.4s ease;
        }

        /* Card Content */
        section.blogs .blog-card .card-content {
            position: relative;
            z-index: 4;
            transform: translateY(0);
            transition: transform 0.4s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        section.blogs .blog-card .date {
            display: inline-block;
            color: var(--White, #FFF);
            font-family: "Work Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            padding: 2px 12px 2px 8px;
            border-radius: 12px;
            background: rgba(81, 81, 81, 0.60);
            width: fit-content;
        }

        section.blogs .blog-card h3,
        section.blogs .blog-card:hover h3 {
            text-decoration: none;
            color: #FFF;
            leading-trim: both;
            text-edge: cap;
            font-family: "Work Sans";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 110%;
        }

        

        /* Hover Effects */
        section.blogs .blog-card:hover .blue-gradient-overlay {
            opacity: 1;
        }
        
        section.blogs .blog-card:hover .card-content {
            transform: translateY(-5px);
        }

        .blog-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px; 
    height: 120px;
    pointer-events: none;
    z-index: 10000;
    
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.blog-cursor.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.blog-cursor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-cursor span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  z-index: 2;
}



  /** MOBILE ****/
        /* === Responsive & Mobile Adjustments === */
        
        /* Tablets */
        @media (max-width: 1024px) {
            section.blogs .blogs-content {
                grid-template-columns: 1fr;
                height: auto;
            }
            section.blogs .featured-box {
                height: 400px;
            }
            section.blogs .blog-grid {
                height: 600px;
            }
        }

        /* Mobile */
        @media (max-width: 768px) {
            section.blogs {
                padding: 60px 20px;
            }

            /* Header adjustments */
            section.blogs .blogs-header {
                justify-content: center;
                margin-bottom: 30px;
            }

            section.blogs .blogs-header .view-all-btn {
                display: none;  /* Hide top button */
            }

            section.blogs .view-all-btn-bottom {
                display: block;
                margin-top: 20px;
                width: fit-content;
                margin-right: auto;
                margin-left: auto;
                border-radius: 100px;
                border: 1px solid var(--White, #FFF);
            }

            section.blogs .blogs-header h2 {
                text-align: center;
                font-size: 2.2rem;
                max-width: 320px; /* Forces optimal line breaks */
            }

            section.blogs .blogs-header h2 .highlight {
                display: block; /* Forces cyan text to its own line */
            }

            /* Content adjustments */
            section.blogs .featured-box {
                height: 220px; /* Shorter for mobile */
                border-radius: 16px;
                margin-bottom: -5px; 
            }

            section.blogs .blog-grid {
                grid-template-columns: 1fr 1fr; /* Keep 2-column grid on mobile */
                gap: 12px;
                height: auto;
            }

            section.blogs .blog-card {
                height: 160px; /* Squarish cards */
                padding: 12px;
                border-radius: 16px;
            }

            section.blogs .blog-card h3 {
                font-size: 0.75rem;
            }

            section.blogs .blog-card .date {
                font-size: 0.55rem;
                margin-bottom: 6px;
            }

            /* Show centered bottom button */
            .mobile-btn-container {
                display: flex;
                justify-content: center;
                margin-top: 30px;
            }
        }

section.ready-cta {
            position: relative;
            /* background-color: #0f0f11; */
            padding: 120px 20px 0 20px;
            text-align: center;
            overflow: hidden;
            /* min-height: 100vh; */
            display: flex;
            flex-direction: column;
            align-items: center;
           
            z-index: 2;
            min-height: 800px;
            padding: 95px 5%;

             mask-image: linear-gradient(to top, transparent, black 10%, black 90%, transparent);
            -webkit-mask-image: linear-gradient(to top, transparent, black 10%, black 90%, transparent);


            /* Background Glows */
            .glow-left, .glow-right {
                position: absolute;
                width: 600px;
                height: 600px;
                border-radius: 50%;
                filter: blur(150px);
                z-index: 0;
                opacity: 0.3;
                pointer-events: none;
            }
            
            .glow-left {
                background: radial-gradient(circle, rgba(162,175,56,1) 0%, rgba(20,20,20,0) 70%);
                top: -100px;
                left: -150px;
            }

            .glow-right {
                background: radial-gradient(circle, rgba(123,73,191,1) 0%, rgba(20,20,20,0) 70%);
                bottom: 200px;
                right: -200px;
                opacity: 0.25;
            }

            /* Content Wrapper */
            .ready-cta-content {
                position: relative;
                z-index: 10;
                max-width: 900px;
                margin: 0 auto 60px auto;

                h2 {
                    color: #FFF;
                    text-align: center;
                    leading-trim: both;
                    text-edge: cap;
                    font-family: "Work Sans";
                    font-size: 66px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 110%; /* 72.6px */
                    text-transform: capitalize;
                    /* Initial state for fade-up animation */
                    opacity: 0;
                    transform: translateY(40px);
                    transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), 
                                transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
                    transition-delay: 0s;

                    .text-gradient {
                        background: linear-gradient(97deg, #1BA7FF 32.39%, #AE7DFF 70.41%);
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        leading-trim: both;
                        text-edge: cap;
                        font-family: "Work Sans";
                        font-size: 66px;
                        font-style: normal;
                        font-weight: 900;
                        line-height: 110%;
                        text-transform: capitalize;
                    }
                }

                .cta-btn {
                  color: var(--White, #FFF);
                  text-align: center;
                  font-family: "Work Sans";
                  font-size: 30px;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 130%;
                  margin-top: 47px;
                }

               
            }

                        /* Image Collage Layout */
            .collage-container {
                position: relative;
                z-index: 10;
                display: flex;
                justify-content: center;
                align-items: flex-end;
                gap: 15px;
                width: 100%;
                margin: 0 auto;
                padding-bottom: 40px;

                /* Container Fade-Up Animation */
                opacity: 0;
                transform: translateY(40px);
                transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), 
                            transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);

                .c-3 {
                    align-self: center;
                }

                .collage-col {
                    display: flex;
                    flex-direction: column;
                    gap: 15px;
                    flex: 1;

                    img {
                        width: 100%;
                        object-fit: cover;
                        border-radius: 16px;

                        /* Reveal Up from Middle Initial State */
                        opacity: 0;
                        clip-path: inset(50% 0 50% 0 round 16px);
                        transform: translateY(30px) scale(0.95);

                        /* Smooth Center Reveal Transition */
                        transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), 
                                    clip-path 2.2s cubic-bezier(0.25, 1, 0.5, 1),
                                    transform 2.2s cubic-bezier(0.25, 1, 0.5, 1);
                        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
                    }

                    /* Staggered Delays for Images */
                    &.c-3 img, &.col-3 img { transition-delay: 0.4s; } /* 0.2s */
                    &.c-2 img, &.c-4 img, &.col-2 img, &.col-4 img { transition-delay: 0.8s; } /* 0.4s */
                    &.c-1 img, &.c-5 img, &.col-1 img, &.col-5 img { transition-delay: 1.2s; } /* 0.6s */
                }
            }

            /* --- Animation Classes triggered by Observer --- */
            &.is-visible {
                .ready-cta-content h2 {
                    opacity: 1;
                    transform: translateY(0);
                }

                /* Container Fades Up */
                .collage-container {
                    opacity: 1;
                    transform: translateY(0);
                }

                /* Images Reveal Outwards from Middle */
                .collage-col img {
                    opacity: 1;
                    clip-path: inset(0% 0 0% 0 round 16px);
                    transform: translateY(0) scale(1);
                }
            }

            /* Responsive Design within Nested Block */
            @media (max-width: 992px) {
                .ready-cta-content h2 { 
                    font-size: 46px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 110%; /* 50.6px */

                     .text-gradient {
                        font-size: 46px;
                        font-style: normal;
                        font-weight: 900;
                        line-height: 110%; /* 50.6px */
                    }
                }
                .collage-container { 
                    flex-wrap: nowrap;
                    width: stretch;
                }
                .collage-container .collage-col { flex: 1 1 30%; }
                .collage-container .col-5 { display: none; }
            }

            @media (max-width: 768px) {
                .ready-cta-content h2 { 
                    font-size: 46px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 110%; /* 50.6px */

                    .text-gradient {
                        font-size: 46px;
                        font-style: normal;
                        font-weight: 900;
                        line-height: 110%; /* 50.6px */
                    }
                }
                .collage-container .col-1, 
                .collage-container .col-5 { display: none; }
                .collage-container .collage-col { flex: 1 1 45%; }
            }
        }

 section.footer-div {
      position: relative;
      /* background-color: #0d0d0d; */
      color: #ffffff;
      padding: 80px 40px 0;
      overflow: hidden;

      z-index: 2;
      /* min-height: 800px; */
      padding: 95px 5% 0px 5%;
      
      /* Fade Up Animation Styles */
      opacity: 0;
      transform: translateY(80px);
      transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
      
    
      &.is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      /* Base Layout Settings */
      .footer-container {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        gap: 60px;
        position: relative;
        z-index: 2;
      }

      /* Desktop Grid Layout for Left Column */
      .left-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        flex: 1.2;
      }

      /* Desktop Grid Layout for Right Column */
      .right-col {
        flex: 1.8;
        display: flex;
        flex-direction: column;
      }

      /* Reusable Item Styles */
      .f-item {
        display: flex;
        flex-direction: column;
        gap: 12px;
        color: var(--White, #FFF);
        font-family: "Work Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
      }

      .f-item-title {
        font-size: 0.85rem;
        color: #ffffff;
        margin-bottom: 5px;
      }

      .f-item.links a {
        color: var(--White, #FFF);
        font-family: "Work Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
        text-decoration: none;
        transition: color 0.3s;
      }

      .f-item.links a:hover {
        color: #ffffff;
      }

      /* Social Icons */
      .social-icons {
        display: flex;
        gap: 15px;
        font-size: 1.25rem;
      }

      .social-icons i {
        color: #f39c12; /* Fallback */
        background: -webkit-linear-gradient(45deg, #f1c40f, #e67e22, #d35400);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: pointer;
        transition: transform 0.2s;
      }

      .social-icons i:hover {
        transform: scale(1.1);
      }

      /* Trust Badges Mockup */
      .badges {
        display: flex;
        gap: 15px;
        align-items: center;
      }

      .badge {
        width: 60px;
        height: 60px;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.5rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        color: #fff;
        padding: 5px;
        box-sizing: border-box;
      }

      .badge.circle {
        border-radius: 50%;
        border: 2px dashed #999;
      }

      .badge.shield {
        border-radius: 5px 5px 30px 30px;
        border: 2px solid #999;
      }

      /* Address Grid System */
      .locations-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 15px;
      }

      .loc-title {
        font-family: "Work Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 18.2px */
        background: var(--Salary-Guide-Green-Blue, linear-gradient(140deg, #49DC6F 1.38%, #1AF 77.24%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .loc-details {
        color: var(--White, #FFF);
        font-family: "Work Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
      }

      .loc-phone {
        margin-top: 8px;
        display: flex;
        align-items: center;
        gap: 6px;
        color: var(--White, #FFF);
        /* Desktop/Text/Text sm/Regular (Work Sans) */
        font-family: "Work Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
      }

      .loc-phone i {
        font-size: 0.7rem;
      }

      /* Giant Filta Text */
      .footer-big-text {
        font-family: 'Arial Black', Impact, sans-serif;
        font-size: 24vw;
        font-weight: 900;
        color: #ffffff;
        line-height: 0.7;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: -0.05em;
        margin-top: 80px;
        position: relative;
        z-index: 1;

            img { 
                width: 100%;
            }
      }

      /* =======================================================
         MOBILE RESPONSIVE LAYOUT 
         ======================================================= */
      @media (max-width: 900px) {
        padding: 60px 25px 0;

        .footer-container {
          flex-direction: row; 
          gap: 20px;
        }

        .left-col {
          display: flex;
          flex-direction: column;
          gap: 35px;
          flex: 1;
        }

        .right-col {
          flex: 1;
        }

        /* Mobile specific reordering to match standard mobile layout */
        .f-item.links { order: 1; }
        .f-item.security { order: 2; margin-top: 15px; }
        .f-item.socials { order: 3; margin-top: 10px; }
        .f-item.copyright { order: 4; margin-top: 25px; }

        /* Collapse addresses into a single column */
        .locations-grid {
          grid-template-columns: 1fr;
          gap: 30px;
        }

        .footer-big-text {
          font-size: 28vw;
          margin-top: 50px;
          img {
            width: 100%;
          }
        }
      }
    }


@media (max-width: 991px) {

    /* .container-max {
        left: 0px !important;
    } */

    .stage-2 .logo-split.top img.filta-logo-outline {
       width: 350px;
    }

    .hero-section {
        padding-bottom: 70px;
        padding-top: 50px;
    }
   
    .hero-content {
        margin-left: 10px;
        margin-right: 10px;

        h1 {
        color: var(--White, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: "Work Sans";
        /* font-size: 68px; */
        font-style: normal;
        font-weight: 900;
        line-height: 90%; /* 61.2px */
        text-transform: capitalize;
        font-size: clamp(60px, 60px, 94px);
        }
        p {
            color: var(--White, #FFF);
            text-align: center;
            /* Desktop/Text/Text sm/Regular (Work Sans) */
            font-family: "Work Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 18.2px */

            br {
                display: none;
            }
        }
    }

    .hero-section .hero-vid {
        max-width: calc(100vw - 10%);
        border-radius: 24px;
    }

    

    section.ranked {
        padding-bottom: 0px;
        min-height: unset;
        height: auto;
         .marquee-container {
                left: -1px;
                mask-image: linear-gradient(to right, transparent, black 1%, black 100%, transparent);
                -webkit-mask-image: linear-gradient(to right, transparent, black 1%, black 100%, transparent);
                .marquee-track { 
                        img {
                            max-height: 200px;
                        }
                }
            }
         .ranked-content {
           .txt-content {
                 width: 100%;

                .title {
                    color: #FFF;
                    leading-trim: both;
                    text-edge: cap;
                    font-family: "Work Sans";
                    font-size: 42px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 110%; /* 46.2px */
                    text-transform: capitalize;

                    br {
                        display: none;
                    }
                }
                .asterisk {
                    top: -39px;
                    left: -1px;
                }
                .description {
                    color: var(--White, #FFF);
                    /* Desktop/Text/Text sm/Regular (Work Sans) */
                    font-family: "Work Sans";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%; /* 18.2px */  

                    br {
                        display: none;
                    }
                }
            }
            .img-content {
                img {
                    display: none;
                }
            }
        }
    }

    section.about-us {
        min-height: unset;
        padding-top: 60px;
        padding-bottom: 70px;
        .wrapper {
            gap: 20px;
            display: flex;
            flex-direction: column;

            .top-wrapper {
                .label-wrapper {
                    width: fit-content;
                }
                .big-title-wrapper {
                color: #FFF;
                leading-trim: both;
                text-edge: cap;
                font-family: "Work Sans";
                font-size: 42px;
                font-style: normal;
                font-weight: 900;
                line-height: 110%; /* 46.2px */
                text-transform: capitalize;

                    br {
                        display: none !important;
                    }
                }
            }
            

            .bottom-wrapper {
                position: relative;

                .about-us-picture {
                    width: 100%;
                    margin-top: 92px;
                    margin-left: -30px;
                }

                .arrow-up-curly-blue {
                    position: absolute;
                    max-width: 100px;
                    max-height: 100px;
                    transform: rotate(286deg);
                    top: -10px;
                    right: -10px;
                }
            }
        }

    }

   section.partners {

    min-height: 500px;
     padding: 60px 20px;
     position: relative;

     .partners-logo {
        max-height: 150px;
      }

        .title-line {
            color: #FFF;
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: "Work Sans";
            font-size: 42px;
            font-style: normal;
            font-weight: 900;
            line-height: 110%; /* 46.2px */
            text-transform: capitalize;
        }
    
    .arrow-down {
      display: none;
    }

   }


   section.industry {
        gap: 60px;
        padding-top: 0px;

        .text-content {
            h2 {
                color: #FFF;
                leading-trim: both;
                text-edge: cap;
                font-family: "Work Sans";
                font-size: 42px;
                font-style: normal;
                font-weight: 900;
                line-height: 110%; /* 46.2px */
                text-transform: capitalize;
                margin-top: 50px;
                margin-bottom: 30px;
            }
        }
   }

    section.case-studies {
        padding-top: 0px;

        .big-title {
            h1 {
                font-size: 42px;
                font-style: normal;
                font-weight: 900;
                line-height: 110%; /* 46.2px */
                text-transform: capitalize;
            }
        }

        .content-wrapper {
         .case-study-wrapper {
             width: auto;
             .wrapper {
                .case-study-link {
                    flex-direction: column-reverse;
                    gap: 20px;
                    width: 90vw;
                }
                .text-content {
                    .tags-wrapper {
                        flex-direction: column;
                    }
                    h2 {
                        color: #FFF;
                        leading-trim: both;
                        text-edge: cap;
                        font-family: "Work Sans";
                        font-size: 28px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 110%; /* 30.8px */

                        br {
                            display: none;
                        }
                    }
                    .description {
                        br {
                            display: none;
                        }
                    }
                }
                .img-content {
                    flex: auto;
                    img {
                       max-width: unset;
                    width: 90%;
                    }
                }
            }
         }
        }

        .progress-wrapper {
            .progress-bar-container {
                width: 80%;
            }
            .scroll-label {
                width: 20%;
            }
        }
    }


    section.your-story {
        min-height: unset;
        padding-bottom: 0px;
        padding-top: 0px;

        .wrapper {
            h1 {
                color: #FFF;
                text-align: center;
                leading-trim: both;
                text-edge: cap;
                font-family: "Work Sans";
                font-size: 46px;
                font-style: normal;
                font-weight: 900;
                line-height: 110%; /* 50.6px */
                text-transform: capitalize;
            }
        }
    }

    section.awards {
        min-height: 80vh;
        padding-bottom: 0px;
        padding-top: 150px;

        .content-overlay {
            top: 0px;
        }

        .center-text {
            top: 55%;
            padding: 0 15px;

            h2 {
                font-size: 26px;
                margin-bottom: 20px;
            }
        }

        .circle-container {
            top: 90%;
            --circle-radius: 260px; /* Scaled down for mobile */
        }

        .card {
            top: -60px;
            left: -60px;
            width: 120px; /* Smaller cards for mobile */
            height: 120px;
            padding: 10px;

            .award-img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }
        }

        .big-title h1 {
            font-size: clamp(60px, 15vw, 120px);
        }
    }

    section.testimonials {
        padding-left: 10px;
        padding-right: 10px;

        .main-title {
             h1 {
                font-size: 42px;
                font-style: normal;
                font-weight: 800;
                line-height: 110%; /* 46.2px */
                padding-bottom: 40px;
                span {
                    font-size: 42px;
                    font-style: normal;
                    font-weight: 800;
                    line-height: 110%; /* 46.2px */
                    background: var(--Salary-Guide-Pink-Purple, linear-gradient(97deg, #B07EFF 2.99%, #F56FBC 84.52%));
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }
            .testimonial-shape {
                left: 108px;
            }
        }
        .accordion-wrapper {
            max-width: unset;
            .card {
                .header-expanded {
                    .logo {
                        img {
                            max-width: 220px;
                        }
                    }
                }
            }

            .details-expanded {
                .quote {
                    color: var(--White, #FFF);
                    /* Desktop/Text/Text sm/Regular (Work Sans) */
                    font-family: "Work Sans";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%; /* 18.2px */
                }
            }
        }
    }

    section.blogs {
        .blog-card {
            width: 100%;
        }
        .blogs-header {
            h2 {
                font-size: 42px;
                font-style: normal;
                font-weight: 800;
                line-height: 110%; /* 46.2px */
                text-transform: capitalize;
                max-width: unset;
                
                span.highlight {
                    font-size: 42px;
                    font-style: normal;
                    font-weight: 800;
                    line-height: 110%; /* 46.2px */
                    text-transform: capitalize;
                }
            }
        }
    }

    section.ready-cta {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
        min-height: unset;

        .ready-cta-content {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    section.footer-div {
        .social-icons {
            img {
                width: 100%;
                height: 15.108px;
            }
        }
    }

    .side-left {
        left: -10%;
        font-size: 40px;
    }

    .side-right {
        right: -5%;
        font-size: 40px;
    }



}

@media (max-width: 991px), (hover: none) {
  .industry-cursor,
  .case-study-cursor,
  .blog-cursor {
    display: none !important;
  }
}


@media (max-width: 768px) {
    .brand-text.logo-center {
        max-width: calc(100vw - 20px);
        width: calc(100vw - 20px);
        box-sizing: border-box;
         justify-content: center; /* Centers child flex items (spans) horizontally */
        align-items: center;    /* Vertically aligns child items */
        text-align: center;     /* Centers inline text content */

    }

    .logo-center span img {
        max-width: 100%;
        height: auto;
        margin-right: clamp(6px, 3vw, 27px) !important;
    }

    .logo-center span:nth-child(3) img {
        margin-right: 0 !important;
    }

    .logo-center span:nth-child(4) img {
        margin-right: clamp(3px, 1.5vw, 13px) !important;
    }

    .logo-center span:last-child img {
        margin-right: 0 !important;
    }
}

@media (min-width: 1920px) {

    .about-us {
        .wrapper {
            .bottom-wrapper {
                .about-us-picture {
                    scale: 1.3;
                    margin-left: -11%;
                    margin-top: 40px;
                    margin-right: 40px;
                }
            }
        }
    }

}

@media (max-width: 391px) {
    .side-left {
        left: -15%;
    }
    .side-right {
        right: -10%;
    }
}

