@font-face {
    font-family: "Sweet";
    src: url(/-global-assets/fonts/Sweet-Cupcake-demo.ttf);
    font-weight: 700;
    font-display: auto;
    }
    
    @font-face {
    font-family: "Uhudscript";
    src: url("/-global-assets/fonts/Uhudscript-Demo.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family: "Galano";
    src: url("/-global-assets/fonts/GalanoGrotesqueRegular.otf")
    format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family: "Galano";
    src: url("/-global-assets/fonts/GalanoGrotesque-Medium.ttf")
    format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family: "Galano-Bold";
    src: url("/-global-assets/fonts/GalanoGrotesqueDEMO-Bold.ttf")
    format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }
    
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    
    html {
    overflow-x: clip;
    scroll-behavior: smooth;
    }
    
    html,
    body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    }
    
    a {
    text-decoration: none;
    }
    
    body {
    overflow-x: clip;
    /* background: linear-gradient(180deg, #02253D 0%, #02243D 19.94%, #01233A 31.47%, #040402 39.82%, #010000 63.6%, #01111B 87.3%, #02253D 93.06%, #02253D 100%); */
    background: linear-gradient(
    180deg,
    #02253d 0%,
    #02243d 19.94%,
    #01233a 30.49%,
    #040402 35.64%,
    #011e33 48.47%,
    #040402 52.38%,
    #02253d 93.06%,
    #02253d 100%
    );
    
    background-repeat: no-repeat;
    background-size: cover;
    }
    
    @media (min-width: 768px) and (max-width: 1368px) {
    body {
    /* background: linear-gradient(180deg, #02253D 0%, #02243D 19.94%, #01233A 31.11%, #040402 37.82%, #011E33 42.56%, #040402 50.1%, #02253D 91.12%, #02253D 100%); */
    background: linear-gradient(180deg, #02253D 0%, #02243D 10.99%, #01233A 23.09%, #040402 30.42%, #040402 38.86%, #011F34 41.59%, #011F34 44.95%, #040402 48.28%, #02253D 91.12%, #02253D 100%);
    background-repeat: no-repeat;
    background-size: cover;
    }
    }
    
    @media (max-width: 767px) {
    body {
    background: linear-gradient(
    180deg,
    #02253d 0%,
    #02243d 19.94%,
    #01233a 31.47%,
    #040402 39.82%,
    #010000 63.6%,
    #01111b 87.3%,
    #02253d 93.06%,
    #02253d 100%
    );
    }
    }
    
    :root {
    --brand-navy: #02253d;
    --deep-navy: #001b2d;
    --black: #000;
    --white: #fff;
    --muted-white: rgba(255, 255, 255, 0.58);
    --platinum-gray: #efefef;
    --brand-gradient: linear-gradient(
    90deg,
    #02bcdd 0%,
    #06d1e5 30%,
    #64eda8 68%,
    #d0f88d 100%
    );
    --brand-gradient-angle: linear-gradient(
    45deg,
    #02bcdd 0%,
    #06d1e5 22.09%,
    #64eda8 51.94%,
    #d0f88d 100%
    );
    }
    
    .clear-things-up-heading .text-aqua {
    background: linear-gradient(
    90deg,
    #02bcdd 0%,
    #06d1e5 30%,
    #64eda8 68%,
    #d0f88d 100%
    );
    color: transparent !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    font-size: 70px !important;
    font-weight: 400;
    text-transform: none !important;
    line-height: 0.95;
    font-family: "Sweet" !important;
    }
    
    .clear-things-up-heading span:not(.text-aqua) {
    color: #fff;
    font-size: 28px !important;
    max-width: 900px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Galano";
    margin-top: -5px;
    }
    
    @media (min-width: 768px) and (max-width: 1200px) {
    .clear-things-up-heading .text-aqua {
    font-size: clamp(2.5rem, 7vw, 4.25rem) !important;
    }
    
    .clear-things-up-heading span:not(.text-aqua) {
    font-size: 24px !important;
    }
    }
    
    @media (max-width: 767px) {
    .clear-things-up-heading .text-aqua {
    font-size: 40px !important;
    }
    
    .clear-things-up-heading span:not(.text-aqua) {
    font-size: 20px !important;
    }
    }
    
    .hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: visible;
    isolation: isolate;
    }
    
    .hero-culture-heading {
    position: absolute;
    left: 50%;
    top: clamp(16rem, 46vh, 26.75rem);
    transform: translateX(-50%);
    z-index: 12;
    width: min(92vw, 960px);
    margin: 0;
    font-family: "Sweet";
    font-size: clamp(2.5rem, 4.8vw, 5.35rem);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 3px 14px rgba(0, 27, 45, 0.45);
    pointer-events: none;
    }
    
    .hero-banner {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    }
    
    .hero-banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    }
    
    @media (max-width: 1025px) {
    .hero-culture-heading {
    top: clamp(13rem, 42vh, 23rem);
    font-size: clamp(2rem, 5.2vw, 3.35rem);
    }
    .hero-banner {
    margin-top: clamp(3rem, 5vw, 4.875rem);
    }
    }
    
    @media (max-width: 767px) {
    .hero-section {
    height: clamp(455px, 67svh, 590px);
    }
    .hero-culture-heading {
    top: clamp(9.25rem, 20vh, 17.5rem);
    width: 70vw;
    font-size: clamp(1.7rem, 8.5vw, 2.8rem);
    line-height: 1.08;
    }
    }
    
    @media (max-height: 700px) and (min-width: 768px) {
    .hero-culture-heading {
    top: clamp(11rem, 36vh, 18rem);
    font-size: clamp(2.35rem, 4.4vw, 4.5rem);
    }
    }
    
    @media (min-width: 1024px) and (max-width: 1368px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    .hero-culture-heading {
    top: 51%;
    }
    }
    
    @media (min-width: 1000px) and (max-width: 1025px) and (min-height: 740px) and (max-height: 790px) and (orientation: landscape) {
    .hero-banner img {
    object-position: center center;
    }
    
    .hero-culture-heading {
    top: 53.5%;
    transform: translate(-50%, -50%);
    }
    }
    
    /* ==================================================
    Duck Group Container
    ================================================== */
    
    .duck-group {
    position: absolute;
    z-index: 10;
    left: 18vw;
    bottom: 29vh;
    pointer-events: none;
    will-change: transform;
    }
    
    /* ==================================================
    Common Duck
    ================================================== */
    
    .duck {
    position: absolute;
    }
    
    /* ==================================================
    Small Duck
    ================================================== */
    
    .duck-small {
    width: clamp(3rem, 4vw, 5rem);
    left: 0;
    bottom: 0;
    }
    
    /* ==================================================
    Large Duck
    ================================================== */
    
    .duck-large {
    width: clamp(4rem, 6vw, 7rem);
    left: clamp(2rem, 3vw, 4rem);
    bottom: clamp(0.5rem, 1vw, 1.5rem);
    }
    
    /* ==================================================
    Short Height Screens (≤ 700px)
    ================================================== */
    
    @media (max-height: 700px) {
    .duck-group {
    left: 14vw;
    bottom: 26vh;
    }
    }
    
    /* ==================================================
    Extra Short Height Screens (≤ 600px)
    ================================================== */
    
    @media (max-height: 600px) {
    .duck-group {
    left: 24vw;
    bottom: 26vh;
    }
    }
    
    /* ==================================================
    Tablet / Medium Screens (≤ 1024px)
    ================================================== */
    
    @media (max-width: 1024px) {
    .duck-group {
    left: 14vw;
    bottom: 50vh;
    }
    .duck-small {
    width: clamp(2.8rem, 5vw, 4.5rem);
    }
    .duck-large {
    width: clamp(3.8rem, 7vw, 6rem);
    }
    }
    
    /* ==================================================
    Mobile Screens (≤ 768px)
    ================================================== */
    
    @media (max-width: 767px) {
    .duck-group {
    left: 14vw;
    bottom: 32vh;
    }
    .duck-small {
    width: clamp(2rem, 8vw, 3.3rem);
    }
    .duck-large {
    width: clamp(2.5rem, 11vw, 4.2rem);
    left: clamp(1.5rem, 4vw, 2.5rem);
    }
    
    }
    
    /* ==================================================
    BUTTERFLY GROUP
    ================================================== */
    
    .butterfly-group {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    }
    
    /* ==================================================
    COMMON BUTTERFLY with flapping effect
    ================================================== */
    
    .butterfly {
    position: absolute;
    width: clamp(3rem, 5vw, 7rem);
    height: auto;
    will-change: transform;
    }
    .butterfly {
    position: absolute;
    transform-origin: center center;
    animation:
    butterflyFlap 0.45s ease-in-out infinite alternate,
    butterflyFloat 4s ease-in-out infinite;
    will-change: transform, scale, rotate, translate;
    }
    
    /* Wing Flapping Effect */
    @keyframes butterflyFlap {
    0% {
    scale: 1 1;
    rotate: -2deg;
    }
    
    50% {
    scale: 0.9 1.05;
    rotate: 2deg;
    }
    
    100% {
    scale: 1 1;
    rotate: -2deg;
    }
    }
    
    /* ==================================================
    LEFT BUTTERFLY
    ================================================== */
    
    .butterfly-left {
    left: 8vw;
    bottom: 8vh;
    animation-direction: alternate, normal;
    }
    
    /* ==================================================
    RIGHT BUTTERFLY
    ================================================== */
    
    .butterfly-right {
    /* used for mirror img of butterfly */
    scale: -1 1;
    right: 8vw;
    bottom: 8vh;
    transform: scaleX(-1);
    animation:
    butterflyFlap 0.45s ease-in-out infinite alternate-reverse,
    butterflyFloat 4s ease-in-out infinite reverse;
    }
    
    /* ==================================================
    TABLET
    ================================================== */
    
    @media (max-width: 1024px) {
    .butterfly {
    width: clamp(3.5rem, 8vw, 6rem);
    }
    .butterfly-left {
    left: 6vw;
    bottom: 30vh;
    }
    .butterfly-right {
    right: 6vw;
    bottom: 30vh;
    }
    }
    
    /* ==================================================
    MOBILE
    ================================================== */
    
    @media (max-width: 768px) {
    .butterfly {
    width: clamp(2.8rem, 12vw, 4.5rem);
    }
    .butterfly-left {
    left: 5vw;
    bottom: 30vh;
    }
    .butterfly-right {
    right: 5vw;
    bottom: 30vh;
    }
    }
    
    /* ==================================================
    SHORT HEIGHT
    ================================================== */
    
    @media (max-height: 700px) {
    .butterfly-left,
    .butterfly-right {
    bottom: 27vh;
    }
    }
    
    @media (max-height: 600px) {
    .butterfly-left,
    .butterfly-right {
    bottom: 3vh;
    }
    }
    
    /* ==================================================
    LADDER WRAPPER
    ================================================== */
    
    .ladder-wrapper {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -42%);
    width: 80%;
    z-index: 20;
    pointer-events: none;
    }
    
    /* ==================================================
    LADDER PICTURE
    ================================================== */
    
    .ladder-picture {
    display: block;
    width: 100%;
    }
    
    /* ==================================================
    LADDER IMAGE
    ================================================== */
    
    .ladder {
    display: block;
    width: 100%;
    height: auto;
    }
    
    /* ==================================================
    LARGE DESKTOP
    
    1920+
    ================================================== */
    
    @media (min-width: 1600px) {
    .ladder-wrapper {
    width: 75%;
    transform: translate(-50%, -42%);
    }
    }
    
    /* ==================================================
    DESKTOP
    
    1440
    ================================================== */
    
    @media (max-width: 1440px) {
    .ladder-wrapper {
    width: 80%;
    transform: translate(-50%, -42%);
    }
    }
    
    /* ==================================================
    SHORT HEIGHT LAPTOPS
    
    1366×768
    1280×720
    ================================================== */
    
    @media (max-height: 800px) {
    .ladder-wrapper {
    width: 75%;
    transform: translate(-50%, -38%);
    }
    }
    
    @media (max-height: 700px) {
    .ladder-wrapper {
    width: 72%;
    transform: translate(-50%, -35%);
    }
    }
    
    /* ==================================================
    TABLET
    
    1024
    ================================================== */
    
    @media (max-width: 1024px) {
    .ladder-wrapper {
    width: 65%;
    transform: translate(-50%, -40%);
    }
    }
    
    /* ==================================================
    MOBILE
    
    768
    ================================================== */
    
    @media (max-width: 768px) {
    .ladder-wrapper {
    width: 55%;
    left: 50%;
    top: 46.5%;
    transform: translateX(-50%);
    }
    }
    
    /* ==================================================
    SMALL MOBILE
    
    480
    414
    390
    375
    ================================================== */
    
    @media (max-width: 480px) {
    .ladder-wrapper {
    width: 50%;
    transform: translateX(-50%);
    }
    }
    
    /* ==========================================
    WE LOVE OUR CULTURE SECTION
    ========================================== */
    
    .we-love-our-culture-section {
    width: 100%;
    position: relative;
    padding: 250px 20px 120px;
    overflow: hidden;
    }
    
    @media (max-width: 1024px) {
    .we-love-our-culture-section {
    padding: clamp(170px, 22vw, 230px) 20px clamp(90px, 12vw, 120px);
    }
    }
    
    /* ==========================================
    TOP HEADING
    ========================================== */
    
    .we-love-our-culture-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 6%;
    }
    
    .we-love-our-culture-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
    
    .gradient-text {
    margin: 0;
    line-height: 1;
    font-family: "Sweet";
    font-size: clamp(2.75rem, 7vw, 5rem);
    font-weight: 400;
    background: linear-gradient(
    90deg,
    #08c9f0 0%,
    #1dd9d5 45%,
    #8fea9b 75%,
    #b7f47a 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* letter-spacing: 4px; */
    }
    
    .culture-heading-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    line-height: 1;
    font-family: "Sweet";
    font-size: clamp(4rem, 9vw, 8rem);
    color: #f5f5f3;
    text-shadow:
    -2px 2px 0 #20d5d4,
    2px 2px 0 #8bef9d;
    }
    
    .culture-heading-row h1,
    h1.culture-heading-row {
    margin: 0;
    font-size: clamp(5rem, 12vw, 11rem);
    line-height: 1;
    }
    
    /* CULTURE BUTTERFLY */
    .culture-butterfly {
    width: 35px;
    height: auto;
    margin-top: -50%;
    object-fit: contain;
    margin-left: 80%;
    transform: scaleX(-1);
    }
    
    @media (max-width: 1024px) {
    .culture-butterfly {
    width: clamp(28px, 4vw, 35px);
    margin-top: -42%;
    margin-left: 76%;
    }
    }
    
    /* ==========================================
    CENTER IMAGE
    ========================================== */
    
    .culture-image-wrapper {
    position: relative;
    width: min(100%, 700px);
    margin: -120px auto;
    z-index: 10;
    }
    
    .we-love-our-culture-text {
    position: relative;
    z-index: 11;
    }
    
    .main-image {
    width: 100%;
    display: block;
    object-fit: contain;
    margin-top: -180px;
    }
    
    /* ==========================================
    TEXT ON IMAGE
    ========================================== */
    
    .we-believe-text {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58%;
    z-index: 5;
    text-align: center;
    }
    
    .we-believe-text h2 {
    margin: 0;
    font-family: "Galano";
    display: flex;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    font-size: 26px;
    line-height: 1.4;
    color: black;
    }
    
    /* ==========================================
    BUTTERFLIES AROUND IMAGE
    ========================================== */
    
    .butterfly {
    position: absolute;
    width: 35px;
    object-fit: contain;
    }
    
    /* LEFT TOP */
    
    .butterfly-1 {
    top: 70%;
    left: -8%;
    }
    
    /* RIGHT CENTER */
    
    .butterfly-2 {
    top: 70%;
    right: -8%;
    }
    
    /* LEFT BOTTOM */
    
    .butterfly-3 {
    bottom: -5%;
    left: 10%;
    }
    
    /* ==========================================
    DOITWAY SECTION
    ========================================== */
    
    .our-culture-doitway-text {
    position: relative;
    width: fit-content;
    margin-left: 52%;
    /*margin-right: 5%;*/
    margin-top: -15%;
    text-align: right;
    }
    
    .doitway-heading {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    }
    
    .our-culture-doitway-text h2 {
    margin: 0;
    }
    
    .our-culture-doitway-text h1 {
    margin: 8px 0;
    font-size: clamp(5.3rem, 9.8vw, 9.75rem);
    line-height: 0.95;
    }
    
    .our-culture-doitway-text h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    font-family: "Galano";
    text-align: right;
    }
    
    .doitway-gif {
    width: 45%;
    transform: translate(54%, 12%);
    }
    
    /* because desktop view has another gif  */
    
    .doitway-mobile-image {
    display: none;
    }
    
    /* ==========================
    Tablet + Mobile
    ========================== */
    
    @media (max-width: 1024px) {
    .doitway-gif {
    display: none;
    }
    .doitway-mobile-image {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 0 0 auto;
    }
    }
    
    /* ==========================================
    DOITWAY BUTTERFLY
    ========================================== */
    
    .doitway-butterfly {
    position: absolute;
    width: clamp(28px, 4vw, 48px);
    top: -20px;
    left: 100%;
    }
    
    /* ==========================================
    TABLET VIEW
    ========================================== */
    
    @media (max-width: 1199px) {
    .culture-image-wrapper {
    width: min(100%, 550px);
    }
    .our-culture-doitway-text {
    margin-left: auto;
    margin-right: 5%;
    margin-top: 20px;
    text-align: right;
    }
    .doitway-heading {
    justify-content: flex-end;
    }
    .doitway-butterfly {
    top: -15px;
    left: -35px;
    }
    .butterfly-1 {
    left: -5%;
    }
    .butterfly-2 {
    right: -5%;
    }
    }
    
    /* ==========================================
    MOBILE VIEW
    ========================================== */
    
    @media (max-width: 767px) {
    .culture-butterfly {
    width: clamp(24px, 7vw, 32px);
    margin-top: -24%;
    margin-left: 52%;
    top: auto;
    left: auto;
    }
    .we-love-our-culture-section {
    padding: clamp(68px, 16vw, 110px) 16px clamp(70px, 16vw, 100px);
    overflow: visible;
    }
    .culture-image-wrapper {
    width: 100%;
    margin: 50px auto;
    }
    .we-believe-text {
    width: 70%;
    }
    .we-believe-text h2 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    }
    .butterfly {
    width: 35px;
    }
    .butterfly-1 {
    top: 12px;
    left: 10px;
    }
    .butterfly-2 {
    top: 16px;
    right: 12px;
    }
    .butterfly-3 {
    bottom: 12px;
    left: 18px;
    }
    /* DOITWAY */
    .our-culture-doitway-text {
    width: 100%;
    margin: 50px auto 0;
    text-align: right;
    }
    .doitway-heading {
    justify-content: flex-end;
    }
    .doitway-butterfly {
    position: absolute;
    width: 32px;
    top: -10px;
    left: 78%;
    }
    .our-culture-doitway-text h3 {
    margin-top: 10px;
    display: block;
    font-size: clamp(1rem, 4.8vw, 1.25rem);
    line-height: 1.2;
    }
    .our-culture-doitway-text h1 {
    font-size: clamp(3.8rem, 18vw, 5rem);
    line-height: 0.92;
    }
    }
    
    /* ==========================================
    OUR CULTURE CODE SECTION
    ========================================== */
    
    .culture-code-section {
    width: 100%;
    padding: clamp(120px, 12vw, 190px) 20px clamp(36px, 5vw, 72px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
    
    /* TITLE */
    .culture-code-title {
    margin: 0;
    font-family: "Sweet";
    font-size: clamp(40px, 5.8vw, 88px);
    line-height: 0.95;
    color: #f5f5f3;
    }
    
    /* IMAGE */
    
    .culture-code-image {
    width: min(100%, 900px);
    height: auto;
    display: block;
    /*margin-top: 20px;*/
    transform: translate(8%, 0%);
    }
    
    /* SUBTITLE */
    
    .culture-code-subtitle {
    /* margin-top:clamp(25px,4vw,45px); */
    margin-top: clamp(-45px, -4vw, -25px);
    margin-bottom: 0;
    max-width: 800px;
    font-family: "Galano";
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    }
    
    /* ==========================================
    TABLET
    ========================================== */
    
    @media (max-width: 1024px) {
    .culture-code-section {
    padding: clamp(195px, 22vw, 270px) 20px clamp(36px, 5vw, 72px);
    }
    .culture-code-image {
    width: min(100%, 700px);
    }
    }
    
    /* ==========================================
    MOBILE
    ========================================== */
    
    @media (max-width: 767px) {
    .culture-code-section {
    padding: clamp(44px, 9vw, 70px) 16px 60px;
    }
    .culture-code-image {
    width: 100%;
    }
    .culture-code-subtitle {
    max-width: 320px;
    }
    }
    
    /* ===== Section ===== */
    
    .incredible-section {
    width: 100%;
    padding: clamp(50px, 7vw, 80px) 20px 250px;
    }
    
    /* ===== Slider Card ===== */
    
    .incredibleSwiper {
    width: min(100%, 965px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #113248;
    border-radius: clamp(24px, 3vw, 40px);
    padding: clamp(16px, 3vw, 35px) clamp(15px, 4vw, 40px) 52px !important;
    }
    
    /* ===== Slides ===== */
    
    .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .incredibleSwiper .swiper-slide {
    flex-direction: column;
    width: 100% !important;
    min-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    box-sizing: border-box;
    }
    
    .incredible-slide-text {
    margin: 18px auto 26px;
    width: 100%;
    max-width: min(820px, calc(100% - 24px));
    overflow-wrap: break-word;
    box-sizing: border-box;
    }
    
    .incredibleSwiper .swiper-slide picture {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: block;
    }
    
    .incredibleSwiper .swiper-slide img {
    width: 100%;
    max-height: 430px;
    display: block;
    object-fit: contain;
    }
    
    @media (min-width: 1025px) {
    .incredibleSwiper .swiper-slide {
    transform: translateY(-12px);
    }
    .incredibleSwiper .innovation-driven-slide {
    transform: translateY(170px) !important;
    }
    .incredibleSwiper .incredible-slide-text {
    margin-top: 20px;
    font-weight: 500;
    }
    .incredibleSwiper .swiper-slide .innovation-driven-slide-img {
    width: min(64%, 600px) !important;
    margin: 24px auto 0;
    }
    .incredibleSwiper .innovation-driven-slide-img + .incredible-slide-text {
    margin-top: 34px;
    }
    }
    
    /* ===== Pagination ===== */
    
    /* Pagination */
    
    .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    }
    
    /* Default Dot */
    
    .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    border-radius: 50%;
    background: #bebebe !important;
    opacity: 1 !important;
    }
    
    /* Active Dot */
    
    .swiper-pagination-bullet-active {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
    opacity: 1 !important;
    background: url("/about/our-culture/images/gradient-nav-dot.svg") center /
    contain no-repeat !important;
    box-shadow: none !important;
    }
    
    .incredibleSwiper .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: url("/about/our-culture/images/grey-nav-dot.svg") center / contain
    no-repeat !important;
    border-radius: 50%;
    opacity: 1 !important;
    box-shadow: none !important;
    }
    
    .incredibleSwiper .swiper-pagination-bullet-active {
    width: 28px !important;
    height: 28px !important;
    background: url("/about/our-culture/images/gradient-nav-dot.svg") center /
    contain no-repeat !important;
    border-radius: 50%;
    opacity: 1 !important;
    box-shadow: none !important;
    }
    
    /* ===== Tablet ===== */
    
    @media (max-width: 1024px) {
    .incredibleSwiper {
    width: min(100%, 720px);
    }
    .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    }
    .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    }
    .incredibleSwiper .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    }
    .incredibleSwiper .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
    }
    }
    
    /* ===== Mobile ===== */
    
    @media (max-width: 767px) {
    .incredible-section {
    padding: 50px 16px;
    }
    .incredibleSwiper {
    width: 100%;
    border-radius: 25px;
    padding: 18px 12px 55px;
    }
    .swiper-pagination {
    bottom: 16px;
    gap: 6px;
    }
    .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    }
    .swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
    }
    .incredibleSwiper .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    }
    .incredibleSwiper .swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
    }
    }
    
    /* All day section */
    
    .all-day-section {
    position: relative;
    width: 100%;
    overflow: visible;
    }
    
    .all-day-section picture {
    display: block;
    width: 100%;
    }
    
    .consistency-img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    }
    
    .all-day-heading {
    position: absolute;
    z-index: 6;
    top: -8%;
    right: 8%;
    width: min(42vw, 680px);
    text-align: right;
    pointer-events: none;
    }
    
    .all-day-heading h2,
    .all-day-heading h3 {
    margin: 0;
    font-family: "Sweet";
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 2px;
    }
    
    .all-day-heading h2 {
    max-width: 460px;
    margin-left: auto;
    text-align: right;
    font-size: clamp(1.9rem, 3.45vw, 4.05rem);
    background: linear-gradient(
    90deg,
    #08c9f0 0%,
    #1dd9d5 45%,
    #8fea9b 75%,
    #b7f47a 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
    
    .all-day-heading h3 {
    margin-top: 8px;
    font-size: clamp(2.35rem, 4.35vw, 5.05rem);
    color: #f5f5f3;
    text-shadow:
    -2px 2px 0 #20d5d4,
    2px 2px 0 #8bef9d;
    }
    
    @media (max-width: 1024px) {
    .all-day-heading {
    top: 5%;
    right: 6%;
    width: min(52vw, 460px);
    }
    
    .all-day-heading h2 {
    font-size: clamp(1.35rem, 4.1vw, 2.6rem);
    }
    
    .all-day-heading h3 {
    font-size: clamp(1.75rem, 5.7vw, 3.7rem);
    }
    }
    
    @media (max-width: 767px) {
    .all-day-heading {
    top: 8%;
    right: 5%;
    width: 58vw;
    }
    
    .all-day-heading h2,
    .all-day-heading h3 {
    letter-spacing: 1px;
    }
    
    .all-day-heading h2 {
    font-size: clamp(0.95rem, 5vw, 1.65rem);
    }
    
    .all-day-heading h3 {
    margin-top: 5px;
    font-size: clamp(1.35rem, 6.5vw, 2.3rem);
    }
    }
    
    .duck-group-pond {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    }
    
    .duck-group-pond img {
    position: absolute;
    height: auto;
    object-fit: contain;
    will-change: transform;
    }
    
    /* ==========================
    Desktop (>1024px)
    ========================== */
    
    .duck-in-pond1 {
    width: clamp(90px, 7vw, 150px) !important;
    left: 18%;
    top: 60%;
    }
    
    .duck-in-pond2 {
    width: clamp(85px, 6vw, 135px) !important;
    left: 40%;
    top: 70%;
    }
    
    .duck-in-pond3 {
    width: clamp(90px, 7vw, 150px) !important;
    left: 47%;
    top: 50%;
    transform: scaleX(-1);
    }
    
    /* ==========================
    Tablet
    ========================== */
    
    @media (max-width: 1024px) {
    .duck-in-pond1 {
    width: 90px !important;
    left: 16%;
    top: 65%;
    }
    .duck-in-pond2 {
    width: 80px !important;
    left: 40%;
    top: 76%;
    }
    .duck-in-pond3 {
    width: 80px !important;
    left: 60%;
    top: 60%;
    }
    }
    
    /* ==========================
    Mobile
    ========================== */
    
    @media (max-width: 767px) {
    .duck-in-pond1 {
    width: 45px !important;
    left: 22%;
    top: 65%;
    }
    .duck-in-pond2 {
    width: 45px !important;
    left: 37%;
    top: 75%;
    }
    .duck-in-pond3 {
    width: 45px !important;
    left: 58%;
    top: 58%;
    }
    }
    
    .the-love-behind-our-culture-section {
    position: relative;
    width: 100%;
    overflow: visible;
    }
    
    /*========================
    Pond Section 
    ========================*/
    
    .love-behind-our-culture-text {
    position: absolute;
    top: 15%;
    right: 0;
    transform: translateX(-20%);
    z-index: 10;
    text-align: right;
    }
    
    .love-behind-our-culture-text h2 {
    background: linear-gradient(
    90deg,
    #08c9f0 0%,
    #1dd9d5 45%,
    #8fea9b 75%,
    #b7f47a 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 68px;
    font-family: "Sweet";
    font-weight: 400;
    line-height: 0.95;
    margin: 0;
    }
    
    .love-behind-our-culture-text h1 {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #f5f5f3;
    background-clip: initial;
    color: #f5f5f3;
    font-size: 88px;
    font-family: "Sweet";
    font-weight: 400;
    line-height: 0.95;
    margin-top: 5px;
    text-shadow:
    -2px 2px 0 #20d5d4,
    2px 2px 0 #8bef9d;
    text-transform: uppercase;
    }
    
    @media (max-width: 767px) {
    .love-behind-our-culture-text {
    transform: translatex(0);
    padding-right: 0px;
    }
    
    .love-behind-our-culture-text {
    position: absolute;
    top: 5%;
    }
    
    .love-behind-our-culture-text h2 {
    font-size: 40px;
    }
    .love-behind-our-culture-text h1 {
    font-size: 50px;
    text-shadow: -1.2px 1.2px 0 #20d5d4, 1.2px 1.2px 0 #8bef9d;
    }
    }
    
    .the-love-behind-our-culture-section {
    position: relative;
    z-index: 4;
    width: 100%;
    overflow: visible;
    }
    
    .pond-desktop {
    position: relative;
    z-index: 3;
    width: 120%;
    display: block;
    transform: translate(-10%, 10%);
    }
    
    .pond-mobile {
    width: 100%;
    display: none;
    }
    
    /* CONTENT */
    .culture-content-wrapper {
    position: absolute;
    z-index: 5;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(66%, 1040px);
    box-sizing: border-box;
    padding-inline: clamp(1.25rem, 2.75vw, 2.75rem);
    }
    
    /* NAV */
    
    .culture-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0;
    }
    
    .culture-tab {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 600;
    color: #03284d;
    position: relative;
    transition: 0.3s;
    font-family: "Sweet";
    }
    
    .culture-tab:hover {
    color: #fff;
    }
    
    .culture-tab.active {
    color: #fff;
    font-size: 3rem;
    }
    
    .culture-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 50px;
    }
    
    /* SLIDES */
    
    .culture-slides {
    margin-top: clamp(5rem, 5vw, 6rem);
    min-height: 350px;
    }
    
    .culture-slide {
    width: 100%;
    position: absolute;
    top: -5%;
    left: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.5rem, 3vw, 3.5rem);
    }
    
    .culture-slide.active {
    display: flex;
    }
    
    .culture-left {
    width: 50%;
    }
    
    .culture-left h3 {
    color: #fff;
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 25px;
    font-family: "Sweet";
    }
    
    .culture-left p {
    color: #03284d;
    font-size: 1.7rem;
    line-height: 1.8;
    max-width: 500px;
    }
    
    .culture-right {
    width: auto;
    margin-left: auto;
    text-align: right;
    }
    
    .culture-right img {
    width: 280px;
    display: block;
    margin-left: auto;
    }
    
    .culture-slides.culturePondSwiper {
    display: block;
    }
    
    .culturePondSwiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 54px;
    }
    
    .culturePondSwiper .swiper-wrapper {
    align-items: center;
    }
    
    .culturePondSwiper .culture-slide {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: flex !important;
    justify-content: space-between;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    }
    
    .the-love-behind-our-culture-section .culturePondSwiper .swiper-slide {
    visibility: hidden;
    }
    
    .the-love-behind-our-culture-section .culturePondSwiper .swiper-slide-active {
    visibility: visible;
    }
    
    .culturePondPagination {
    position: absolute !important;
    top: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: auto !important;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 18px;
    min-height: 18px;
    line-height: 0;
    transform: translateX(-50%);
    }
    
    .culturePondSwiper .culturePondPagination.swiper-pagination-bullets {
    top: auto !important;
    bottom: 18px !important;
    left: 50% !important;
    width: auto !important;
    }
    
    .culturePondPagination .swiper-pagination-bullet {
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: url("/about/our-culture/images/grey-nav-dot.svg") center / 18px 18px
    no-repeat !important;
    border-radius: 50%;
    opacity: 1 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    }
    
    .culturePondSwiper .culturePondPagination .swiper-pagination-bullet-active {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px !important;
    background: url("/about/our-culture/images/gradient-nav-dot.svg") center /
    18px 18px no-repeat !important;
    border-radius: 50%;
    opacity: 1 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    }
    
    .culturePondSwiper .culturePondPagination .swiper-pagination-bullet,
    .culturePondSwiper .culturePondPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    flex-basis: 18px !important;
    transform: none !important;
    transition: none !important;
    }
    
    @media (max-width: 767px) {
    .pond-desktop {
    display: none;
    }
    .pond-mobile {
    display: block;
    margin-top: 80%;
    }
    .culture-content-wrapper {
    display: none;
    }
    }
    
    @media (max-width: 1200px) {
    .culture-content-wrapper {
    top: 78%;
    }
    .culture-tabs {
    gap: 0;
    }
    .culture-left h3 {
    font-size: 3rem;
    line-height: 1;
    }
    }
    
    @media (max-width: 1024px) {
    .culture-slides {
    min-height: 300px;
    }
    .culturePondSwiper {
    overflow: hidden !important;
    }
    .culturePondSwiper .culture-slide {
    gap: 1.25rem;
    width: 100% !important;
    overflow: hidden;
    }
    .culture-left {
    width: 62%;
    }
    .culture-left h3 {
    font-size: 34px;
    line-height: 1.08;
    }
    .culture-left p {
    max-width: 620px;
    line-height: 1.45;
    }
    .culture-right {
    width: 32%;
    padding-right: 1.25rem;
    }
    .culture-right img {
    width: min(100%, 320px);
    height: auto;
    object-fit: contain;
    }
    .culture-tabs {
    justify-content: space-between;
    width: 100%;
    gap: 0;
    margin-top: 25px;
    }
    .culture-tab {
    font-size: 30px;
    }
    .culture-tab.active {
    font-size: 34px;
    }
    }
    
    .mobile-culture-wrapper {
    display: none;
    }
    
    @media (max-width: 767px) {
    .mobile-culture-wrapper {
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    padding: 20px 20px 40px;
    z-index: 5;
    }
    .mobile-culture-heading {
    text-align: center;
    margin-bottom: 30px;
    }
    .mobile-culture-heading h2 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-family: cursive;
    }
    .mobile-culture-heading h1 {
    color: #67ffd3;
    font-size: 2.3rem;
    margin: 0;
    font-weight: 700;
    }
    .mobile-culture-card {
    background: rgba(88, 160, 255, 0.18);
    border: 3px solid rgba(255, 255, 255, 0.45);
    border-radius: 24px;
    backdrop-filter: blur(8px);
    padding: 22px 18px;
    margin-bottom: 35px;
    }
    .mobile-culture-card h3 {
    color: #03284d;
    font-size: 30px;
    margin-bottom: 18px;
    font-family: "Galano-Bold";
    }
    .mobile-culture-card h4 {
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    font-family: "Sweet";
    font-weight: 500;
    margin-bottom: 25px;
    }
    .mobile-culture-card img {
    width: 150px;
    display: block;
    margin: 0 auto;
    }
    .mobile-card-desc {
    width: 95%;
    margin: 25px auto 0;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    padding: 15px;
    color: #03284d;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-family: "Galano";
    }
    }
    
    /* small mobile screen */
    
    @media (max-width: 360px) {
    .mobile-card-desc {
    margin: 0 auto 0;
    width: 100%;
    padding: 12px;
    }
    .mobile-culture-card h4 {
    font-size: 1.03rem;
    line-height: 1.02;
    }
    }
    
    .our-favourite-hidden-facts-section {
    margin: 100px 0 0 0;
    position: relative;
    z-index: 1;
    }
    
    .hidden-img-1 {
    height: auto;
    position: relative;
    z-index: 15;
    left: -10%;
    margin-top: 5px;
    clip-path: circle(0% at 50% 0%);
    will-change: clip-path;
    }
    
    .hidden-img-bg {
    position: absolute;
    z-index: 25;
    width: 120%;
    height: auto;
    left: -10%;
    top: calc(clamp(12px, 1.6vw, 28px) - 1%);
    transform: none;
    pointer-events: none;
    }
    
    .hidden-img-2 {
    width: 120%;
    height: auto;
    position: relative;
    left: -10%;
    top: -4px;
    }
    
    .hidden-facts-img {
    position: relative;
    width: 100%;
    overflow: visible;
    isolation: isolate;
    }
    
    .hidden-facts-heading {
    position: absolute;
    z-index: 30;
    top: 29%;
    left: 50%;
    width: min(82vw, 980px);
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
    }
    
    .hidden-facts-heading h2,
    .hidden-facts-heading h3 {
    margin: 0;
    font-family: "Sweet";
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 2px;
    }
    
    .hidden-facts-heading h2 {
    font-size: clamp(2.6rem, 6.1vw, 6.1rem);
    background: linear-gradient(
    90deg,
    #08c9f0 0%,
    #1dd9d5 45%,
    #8fea9b 75%,
    #b7f47a 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
    
    .hidden-facts-heading h3 {
    margin-top: 0.1em;
    font-size: clamp(3.1rem, 7.2vw, 7.6rem);
    color: #f5f5f3;
    text-shadow:
    -2px 2px 0 #20d5d4,
    2px 2px 0 #8bef9d;
    }
    
    .hidden-facts-heading p {
    margin: 18px 0 0;
    color: #f5f5f3;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.2rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 1.25;
    }
    
    /* Rock Image */
    
    .rock-right {
    max-width: 20%;
    position: absolute;
    top: 80%;
    right: -4%;
    z-index: 8;
    }
    
    .rock-left {
    max-width: 12%;
    position: absolute;
    top: 112%;
    left: -2%;
    z-index: 8;
    transform: scaleX(-1);
    }
    
    /* =======================================================
    OUR FAVOURITE HIDDEN FACTS
    ======================================================= */
    
    .our-favourite-hidden-facts-section {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: visible;
    /* background: linear-gradient(180deg, #000000 0%, #011e33 100%); */
    background: linear-gradient(180deg, #000000 37.24%, #02253D 58.59%, #011E33 100%);
    
    }
    
    /* Images Wrapper */
    
    .hidden-facts-img {
    position: relative;
    width: 100%;
    overflow: visible;
    isolation: isolate;
    }
    
    /* -------------------------------------------------------
    IMAGES
    ------------------------------------------------------- */
    
    .hidden-img-1 {
    position: relative;
    z-index: 15;
    width: 120%;
    clip-path: circle(0% at 50% 0%);
    will-change: clip-path;
    }
    
    @media (min-width: 1025px) {
    .hidden-facts-img::before,
    .hidden-facts-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    margin-top: 5px;
    width: 120%;
    height: auto;
    aspect-ratio: 1920 / 1080;
    background: url("/about/our-culture/images/workplace-growth-opportunities.webp")
    center top / 100% auto no-repeat;
    clip-path: circle(0% at 50% 0%);
    will-change: clip-path;
    pointer-events: none;
    }
    
    .hidden-facts-img::before {
    z-index: 16;
    }
    
    .hidden-facts-img::after {
    z-index: 17;
    }
    }
    
    .hidden-img-bg {
    position: absolute;
    z-index: 25;
    width: 120%;
    height: auto;
    left: -10%;
    top: calc(clamp(12px, 1.6vw, 28px) - 1%);
    transform: none;
    pointer-events: none;
    }
    
    .hidden-img-2 {
    position: relative;
    z-index: 5;
    }
    
    .rock-right {
    position: absolute;
    z-index: 40;
    }
    
    .rock-left {
    position: absolute;
    z-index: 8;
    }
    
    /* -------------------------------------------------------
    SWIPER
    ------------------------------------------------------- */
    
    .hiddenFactsSwiper {
    position: absolute !important;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
    width: min(60%, 1200px);
    z-index: 50 !important;
    }
    
    .hiddenFactsSwiper .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    transition-property: transform;
    }
    
    /* each slide */
    
    .hiddenFactsSwiper .swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    }
    
    /* -------------------------------------------------------
    SLIDE LAYOUT
    ------------------------------------------------------- */
    
    .hidden-slide-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    min-height: 400px;
    }
    
    /* -------------------------------------------------------
    LEFT
    ------------------------------------------------------- */
    
    .slide-left {
    width: 52%;
    }
    
    .slide-left h2 {
    font-size: 58px;
    line-height: 1.3;
    margin: 0;
    }
    
    .slide-left p {
    font-size: 20px;
    line-height: 1.7;
    margin-top: 25px;
    color: white;
    font-family: "Galano";
    }
    
    /* -------------------------------------------------------
    RIGHT GIF
    ------------------------------------------------------- */
    
    .slide-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .slide-right img {
    width: min(100%, 360px);
    max-width: 360px;
    max-height: none;
    height: auto;
    object-fit: contain;
    display: block;
    }
    
    .hiddenFactsSwiper .swiper-slide:first-child .slide-right img {
    width: min(100%, 240px);
    max-width: 240px;
    height: auto;
    }
    
    .hiddenFactsSwiper .swiper-slide:last-child .slide-right img {
    width: min(100%, 240px);
    max-width: 240px;
    height: auto;
    }
    
    /* -------------------------------------------------------
    DOTS
    ------------------------------------------------------- */
    
    .hiddenFactsPagination {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    }
    
    .hiddenFactsSwiper .hiddenFactsPagination.swiper-pagination-bullets {
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    }
    
    .hiddenFactsPagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    opacity: 1;
    margin: 0 !important;
    background: url("/about/our-culture/images/grey-nav-dot.svg") center / contain
    no-repeat !important;
    border-radius: 50%;
    box-shadow: none !important;
    }
    
    .hiddenFactsSwiper .hiddenFactsPagination .swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
    background: url("/about/our-culture/images/gradient-nav-dot.svg") center /
    contain no-repeat !important;
    border-radius: 50%;
    box-shadow: none !important;
    }
    
    @media (max-width: 767px) {
    .our-favourite-hidden-facts-section {
    display: none;
    }
    }
    
    /* =======================================================
    OUR OBSESSION OUR LANGUAGE SECTION
    ======================================================= */
    
    .our-obsession-our-language-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    }
    
    .our-obsession-our-language-text {
    position: absolute;
    top: 25%;
    left: 18%;
    z-index: 20;
    }
    
    .our-obsession-our-language-text h1 {
    margin: 0;
    font-size: 74px;
    font-weight: 400;
    color: #f5f5f3;
    line-height: 0.95;
    font-family: "Sweet";
    text-shadow:
    -2px 2px 0 #20d5d4,
    2px 2px 0 #8bef9d;
    }
    
    .our-language-heading {
    font-size: 70px;
    line-height: 0.95;
    font-family: "Sweet";
    font-weight: 400;
    }
    
    .our-obsession-arrow {
    display: none;
    }
    
    .our-obsession-our-language-text p {
    width: 25rem;
    margin-top: 4rem;
    padding: 1.6rem;
    border-radius: 1.5rem;
    background: rgba(18, 49, 77, 0.9);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-family: "Galano";
    padding-bottom: 30px;
    }
    
    .torch {
    position: absolute;
    top: 2%;
    right: -8%;
    width: 100%;
    height: auto;
    z-index: 5;
    }
    
    .our-obsession-butterfly1 {
    position: absolute;
    top: 23%;
    right: 22%;
    width: 2rem;
    z-index: 10;
    }
    
    .our-obsession-butterfly2 {
    position: absolute;
    top: 48%;
    right: 10%;
    width: 2.2rem;
    z-index: 10;
    }
    
    .our-obsession-butterfly3 {
    position: absolute;
    top: 38%;
    right: 38%;
    width: 2rem;
    z-index: 10;
    }
    
    .board-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    }
    .board-img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
    opacity: 0;
    transform: translateY(0);
    will-change: transform, opacity;
    }
    
    .board-wrapper img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
    opacity: 0;
    transform: translateY(150px);
    transition:
    opacity 1s ease,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    }
    
    .board-hole {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 72%;
    height: 1rem;
    border-radius: 50%;
    background: #000;
    opacity: 0.7;
    filter: blur(3px);
    z-index: 10;
    }
    
    .interview-board-wrapper {
    top: 33%;
    right: 23%;
    width: 9rem;
    }
    
    .coworker-board-wrapper {
    top: 59%;
    right: 37%;
    width: 8rem;
    }
    
    .fresher-board-wrapper {
    top: 65%;
    right: 10%;
    width: 9rem;
    }
    
    /* tablet */
    
    @media (max-width: 1024px) {
    .our-obsession-our-language-section {
    min-height: 48rem;
    }
    
    .our-obsession-our-language-text {
    top: 6%;
    left: 6%;
    }
    
    .our-obsession-our-language-text h1 {
    font-size: clamp(3.125rem, 9vw, 5.5rem);
    }
    
    .our-language-heading {
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    }
    
    .our-obsession-our-language-text p {
    width: 16rem;
    font-size: 22px;
    }
    
    .torch {
    width: 200%;
    height: auto;
    right: 4%;
    }
    
    .interview-board-wrapper {
    right: 18%;
    }
    
    .coworker-board-wrapper {
    right: 34%;
    }
    
    .fresher-board-wrapper {
    right: 5%;
    }
    }
    /* mobile */
    
    @media (max-width: 767px) {
    .our-obsession-our-language-section {
    min-height: 52rem;
    }
    
    .our-obsession-our-language-text {
    position: relative;
    top: auto;
    left: auto;
    padding: 2.5rem 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    }
    
    .our-obsession-our-language-text h1 {
    font-size: 50px;
    text-shadow: -1.2px 1.2px 0 #20d5d4, 1.2px 1.2px 0 #8bef9d;
    }
    
    .our-language-heading {
    font-size: 40px;
    margin-top: 0.3rem;
    }
    
    .our-obsession-arrow {
    display: block;
    width: 110px;
    margin-top: -2%;
    margin-left: 10%;
    
    }
    
    .our-obsession-our-language-text p {
    align-self: flex-end;
    width: min(86vw, 25rem);
    margin-left: auto;
    margin-right: 0;
    margin-top: clamp(3.75rem, 18vw, 5.5rem);
    font-size: 18px;
    text-align: right;
    }
    
    .torch {
    display: none;
    }
    
    .coworker-board-wrapper {
    display: none;
    }
    
    .our-obsession-butterfly3 {
    display: none;
    }
    
    .our-obsession-butterfly1 {
    width: 2rem;
    top: 88%;
    left: 38%;
    }
    
    .our-obsession-butterfly2 {
    width: 2rem;
    top: 56%;
    right: 6%;
    }
    
    .interview-board-wrapper {
    top: 57%;
    left: 56%;
    transform: translateX(-50%);
    width: 12rem;
    }
    
    .fresher-board-wrapper {
    top: 76%;
    right: 7%;
    width: 11rem;
    }
    .board-hole {
    width: 70%;
    height: 1rem;
    }
    }
    /* =======================================================
    CHIT-O-CHAT AND DOITER SCETION
    ======================================================= */
    
    .chit-o-chat-and-doiter-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 8rem;
    overflow: visible;
    }
    
    .rocks-wrapper {
    width: 68%;
    display: flex;
    align-items: flex-start;
    padding-left: 0%;
    position: relative;
    margin-top: 3rem;
    transform: translateX(8%);
    z-index: 2;
    }
    
    .rock-box {
    width: 45%;
    position: relative;
    }
    
    .rockbox1 {
    z-index: 2;
    }
    
    .rockbox2 {
    position: relative;
    margin-left: -6%;
    transform: translateY(-17%);
    z-index: 1;
    }
    
    .rock {
    width: 100%;
    display: block;
    }
    
    .rock-content {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72%;
    text-align: center;
    z-index: 5;
    }
    
    .rock-content h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 1rem;
    background: linear-gradient(
    90deg,
    #02bcdd 0%,
    #06d1e5 30%,
    #64eda8 68%,
    #d0f88d 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 5px;
    font-family: "Galano";
    }
    
    .rock-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-family: "Galano";
    }
    
    .fire {
    position: absolute;
    width: 46%;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    }
    
    .right-wrapper {
    width: 32%;
    position: relative;
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    transform: translate(-2rem, -2.25rem);
    z-index: 2;
    }
    
    .cave-butterfly {
    position: absolute;
    width: 42px;
    height: auto;
    z-index: 5;
    object-fit: contain;
    animation:
    butterflyFlap 0.45s ease-in-out infinite alternate,
    butterflyFloat 4s ease-in-out infinite;
    will-change: transform, scale, rotate, translate;
    pointer-events: none;
    }
    
    .cave-butterfly-left {
    left: 16%;
    top: 15%;
    transform: rotate(-14deg);
    }
    
    .cave-butterfly-right {
    left: 42%;
    top: -5%;
    transform: scaleX(-1) rotate(12deg);
    animation:
    butterflyFlap 0.45s ease-in-out infinite alternate-reverse,
    butterflyFloat 4s ease-in-out infinite reverse;
    }
    
    .main-img {
    width: min(68%, 18rem);
    max-width: 18rem;
    display: block;
    position: relative;
    z-index: 3;
    right: auto;
    height: auto;
    transform: translateY(-5.75rem);
    margin-bottom: -4.5rem;
    }
    
    @property --cta-border-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
    }
    
    .gradient-cta {
    --cta-bg: #02253d;
    isolation: isolate;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    background:
    linear-gradient(var(--cta-bg), var(--cta-bg)) padding-box,
    conic-gradient(
    from var(--cta-border-angle),
    transparent 0deg,
    #02bcdd 42deg,
    #06d1e5 72deg,
    #64eda8 135deg,
    #d0f88d 180deg,
    #64eda8 225deg,
    #06d1e5 288deg,
    #02bcdd 318deg,
    transparent 360deg
    )
    border-box;
    color: #f5f5f3;
    animation: ctaBorderFlow 3.5s linear infinite;
    }
    
    .gradient-cta span {
    position: relative;
    z-index: 2;
    }
    
    .gradient-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: var(--brand-gradient);
    transform: translateY(105%);
    transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    }
    
    .gradient-cta::after {
    display: none;
    }
    
    .gradient-cta:hover,
    .gradient-cta:focus-visible {
    color: var(--brand-navy);
    box-shadow:
    inset 0 0 0 1px rgba(6, 209, 229, 0.18),
    0 0 36px rgba(2, 188, 221, 0.3),
    0 0 70px rgba(208, 248, 141, 0.12);
    }
    
    .gradient-cta:hover::before,
    .gradient-cta:focus-visible::before {
    transform: translateY(0);
    }
    
    @media (max-width: 1024px) {
    .gradient-cta {
    border: 2px solid transparent;
    }
    }
    
    @keyframes ctaBorderFlow {
    to {
    --cta-border-angle: 360deg;
    }
    }
    
    .cave-cta-button {
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    min-width: 14rem;
    padding: 0.8rem 2.2rem;
    border-radius: 999px;
    font-family: "Galano-Bold";
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transform: translate(-12rem, 8rem);
    transition: 0.3s ease;
    }
    
    .cave-cta-button:hover {
    transform: translate(-12rem, calc(8rem - 3px));
    }
    
    .rock-right-near-fire {
    position: absolute;
    top: 72%;
    right: -8%;
    width: 52%;
    z-index: 1;
    }
    
    .cave-ground-divider {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
    pointer-events: none;
    }
    
    @media (max-width: 1024px) {
    .chit-o-chat-and-doiter-section {
    justify-content: center;
    align-items: center;
    }
    
    .rocks-wrapper {
    width: 82%;
    justify-content: center;
    transform: none;
    margin: 3rem auto 0;
    padding-left: 0;
    }
    
    .rock-content h2 {
    font-size: 1.5rem;
    margin-bottom: 2px;
    padding-left: 10px;
    }
    .rock-content p {
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.05;
    }
    .main-img {
    right: 0;
    }
    .rock-box {
    width: 70%;
    }
    
    .right-wrapper {
    transform: translate(0, 2rem);
    }
    
    .right-wrapper .cave-cta-button {
    transform: translateY(3rem);
    }
    
    .right-wrapper .rock-right-near-fire {
    top: 68%;
    right: -2%;
    width: 68%;
    }
    }
    
    /* ================= MOBILE ================= */
    
    @media (max-width: 767px) {
    .chit-o-chat-and-doiter-section {
    width: 100%;
    display: block;
    padding-top: 3rem;
    overflow: hidden;
    }
    .rocks-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    gap: 4rem;
    margin-bottom: 10%;
    transform: none;
    }
    .rock-box {
    width: 95%;
    position: relative;
    }
    .rockbox1 {
    width: 85%;
    transform: none;
    margin: 0;
    right: auto;
    }
    .rockbox2 {
    width: 85%;
    transform: none;
    margin: 0;
    right: auto;
    }
    .rock {
    width: 100%;
    display: block;
    }
    .rock-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72%;
    text-align: center;
    }
    .rock-content h2 {
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
    }
    .rock-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    }
    .fire {
    position: absolute;
    width: 55%;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
    }
    .right-wrapper {
    display: none;
    }
    .cave-ground-divider {
    display: none;
    }
    }
    
    /* ==================================================
    OUR APPRECIATION - OUR DOIT DRINK
    ================================================== */
    
    .our-appreciation-our-doit-drink-section {
    position: relative;
    width: 100%;
    min-height: 40rem;
    overflow: hidden;
    /*height: clamp(30rem, 60vw, 60rem);*/
    }
    
    .drink-bg {
    position: absolute;
    top: -4%;
    left: 0;
    width: 100%;
    height: 108%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transform: scaleX(-1);
    }
    
    .cheers-gif {
    position: absolute;
    left: auto;
    right: 12%;
    bottom: 15%;
    width: 35%;
    z-index: 2;
    }
    
    .cheers-gif img {
    width: 100%;
    display: block;
    transform: none;
    }
    
    .our-appreciation-our-doit-drink-content {
    position: absolute;
    right: auto;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    z-index: 2;
    }
    
    .our-appreciation-our-doit-drink-heading {
    width: 100%;
    }
    
    .drink-arrow-sign {
    width: min(34%, 9rem);
    height: auto;
    display: block;
    margin: -0.7rem 0 1.2rem 58%;
    }
    
    .our-appreciation-our-doit-drink-heading h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 0.95;
    background: linear-gradient(
    90deg,
    #00bff3 0%,
    #00d8ff 30%,
    #42e8b0 70%,
    #b7ea5b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Sweet";
    }
    
    .our-appreciation-our-doit-drink-heading h1 {
    margin: 1.2rem 0 0;
    font-size: 74px;
    font-family: "Sweet";
    font-weight: 400;
    line-height: 0.95;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #f5f5f3;
    background-clip: initial;
    color: #f5f5f3;
    text-shadow:
    -2px 2px 0 #20d5d4,
    2px 2px 0 #8bef9d;
    }
    
    @media (max-width: 1024px) {
    .our-appreciation-our-doit-drink-content {
    left: 0;
    width: 100%;
    padding: 0 1rem;
    }
    .our-appreciation-our-doit-drink-heading {
    width: 100%;
    }
    .our-appreciation-our-doit-drink-heading h2 {
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    }
    .our-appreciation-our-doit-drink-heading h1 {
    font-size: clamp(3.125rem, 9vw, 5.5rem);
    }
    .drink-text-box p {
    font-size: 22px;
    }
    }
    
    .drink-text-box {
    font-size: clamp(0.85rem, 1.4vw, 1.7rem);
    margin-top: 1.8rem;
    padding: 1.35rem 1.75rem;
    background: rgba(18, 49, 77, 0.9);
    border-radius: 1.5rem;
    width: 112%;
    max-width: 36rem;
    }
    
    .drink-text-box p {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-family: "Galano";
    margin-bottom: 0.3rem;
    }
    
    @media (min-width: 768px) and (max-width: 1024px) {
    .drink-text-box p {
    font-size: 22px;
    }
    }
    
    @media (max-width: 767px) {
    .our-appreciation-our-doit-drink-section {
    display: none;
    }
    }
    
    /* ==================================================
    EXPERIENCE CTA SECTION
    ================================================== */
    
    .experience-cta-section {
    position: relative;
    width: 100%;
    min-height: 42rem;
    overflow: hidden;
    padding: 4rem 6vw 5rem;
    display: flex;
    align-items: center;
    }
    
    .experience-ground-divider {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
    pointer-events: none;
    }
    
    .experience-butterfly {
    position: absolute;
    width: 42px;
    height: auto;
    z-index: 3;
    object-fit: contain;
    animation:
    butterflyFlap 0.45s ease-in-out infinite alternate,
    butterflyFloat 4s ease-in-out infinite;
    will-change: transform, scale, rotate, translate;
    pointer-events: none;
    }
    
    .experience-butterfly-left {
    left: 17%;
    top: 30%;
    transform: rotate(-14deg);
    }
    
    .experience-butterfly-right {
    left: 30%;
    right: auto;
    top: 22%;
    transform: scaleX(-1) rotate(12deg);
    animation:
    butterflyFlap 0.45s ease-in-out infinite alternate-reverse,
    butterflyFloat 4s ease-in-out infinite reverse;
    }
    
    .experience-cta-inner {
    position: relative;
    z-index: 2;
    width: min(1320px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
    }
    
    .experience-cta-visual img {
    width: min(100%, 34rem);
    height: auto;
    display: block;
    }
    
    .experience-cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
    
    .experience-cta-content h2 {
    margin: 0 0 4rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    font-family: "Sweet";
    font-weight: 400;
    line-height: 0.95;
    }
    
    .experience-gradient-text {
    background: linear-gradient(
    90deg,
    #02bcdd 0%,
    #06d1e5 30%,
    #64eda8 68%,
    #d0f88d 100%
    );
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 70px;
    }
    
    .experience-question-mark {
    font-family: "Galano-Bold";
    font-size: 0.82em;
    line-height: 1;
    vertical-align: 0.02em;
    }
    
    .experience-white-text {
    color: #f5f5f3;
    -webkit-text-fill-color: #f5f5f3;
    font-size: 74px;
    text-shadow:
    -2px 2px 0 #20d5d4,
    2px 2px 0 #8bef9d;
    }
    
    .experience-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20rem;
    min-height: 4rem;
    padding: 0.8rem 2.4rem;
    border-radius: 999px;
    font-family: "Galano-Bold";
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
    }
    
    .experience-cta-button:hover {
    transform: translateY(-3px);
    }
    
    @media (max-width: 1024px) {
    .experience-cta-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    justify-items: center;
    }
    .experience-cta-visual {
    width: 100%;
    display: flex;
    justify-content: center;
    }
    .experience-cta-visual img {
    margin: 0 auto;
    }
    .experience-gradient-text {
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    }
    .experience-white-text {
    font-size: clamp(3.125rem, 9vw, 5.5rem);
    }
    }
    
    @media (max-width: 767px) {
    .experience-cta-section {
    display: none;
    }
    }
    
    .freedom-drive-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 44rem;
    padding: 5rem 6vw 6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    }
    
    .freedom-drive-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    min-height: 28rem;
    display: block;
    }
    
    .freedom-drive-heading {
    width: min(48vw, 40rem);
    text-align: left;
    }
    
    .freedom-drive-heading h2 {
    background: linear-gradient(
    90deg,
    #00bff3 0%,
    #00d8ff 30%,
    #42e8b0 70%,
    #b7ea5b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Sweet";
    font-weight: 400;
    font-size: 64px;
    line-height: 0.95;
    margin-bottom: 1.2rem;
    }
    
    .freedom-drive-heading h1 {
    font-size: 74px;
    font-family: "Sweet";
    font-weight: 400;
    line-height: 0.95;
    text-transform: none;
    margin-bottom: 0;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #f5f5f3;
    background-clip: initial;
    color: #f5f5f3;
    text-shadow:
    -2px 2px 0 #20d5d4,
    2px 2px 0 #8bef9d;
    }
    
    .freedom-drive-para {
    position: absolute;
    right: 0;
    top: 52%;
    width: 100%;
    max-width: 42rem;
    margin: 0;
    padding: 34px 34px;
    background: rgba(18, 49, 77, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-family: "Galano";
    text-align: left;
    }
    
    .freedom-butterfly {
    position: absolute;
    width: 2.2rem;
    z-index: 2;
    animation:
    butterflyFlap 0.45s ease-in-out infinite alternate,
    butterflyFloat 4s ease-in-out infinite;
    will-change: transform, scale, rotate, translate;
    pointer-events: none;
    }
    
    .freedom-butterfly-left {
    left: 20%;
    top: 58%;
    transform: translateY(-50%) rotate(-15deg);
    }
    
    .freedom-butterfly-mid {
    left: 46%;
    top: 36%;
    transform: rotate(-8deg);
    }
    
    .freedom-butterfly-card {
    right: 33%;
    top: 28%;
    transform: rotate(12deg);
    }
    
    .freedom-butterfly-right {
    right: 17%;
    top: 40%;
    transform: rotate(18deg);
    }
    
    .arrow-sign {
    width: min(34%, 9rem);
    height: auto;
    display: block;
    margin: -0.7rem 0 1.2rem 43%;
    }
    
    /* Tablet */
    
    @media (max-width: 1024px) {
    .freedom-drive-section {
    padding: 4rem 1rem 5rem;
    }
    .freedom-drive-content {
    max-width: 65rem;
    }
    .freedom-drive-heading {
    width: 100%;
    }
    .freedom-drive-para {
    max-width: 32rem;
    padding: 28px 22px;
    font-size: 22px;
    }
    .freedom-drive-heading h2 {
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    }
    .freedom-drive-heading h1 {
    font-size: clamp(3.125rem, 9vw, 5.5rem);
    }
    .freedom-butterfly-left {
    left: 6%;
    top: 43%;
    }
    .freedom-butterfly-right {
    right: 7rem;
    top: 7rem;
    }
    }
    
    /* Mobile */
    
    @media (max-width: 767px) {
    .freedom-drive-section {
    min-height: auto;
    margin-top: clamp(5rem, 19vw, 7rem);
    padding: 3rem 1.5rem 1rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    }
    .freedom-drive-content {
    max-width: 100%;
    min-height: 28rem;
    }
    .freedom-drive-heading h2 {
    font-size: 40px;
    margin-bottom: 0.5rem;
    }
    .freedom-drive-heading h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: -1.2px 1.2px 0 #20d5d4, 1.2px 1.2px 0 #8bef9d;
    }
    .freedom-drive-para {
    right: 0;
    top: 66%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    font-size: 18px;
    }
    .freedom-butterfly {
    display: none;
    }
    .arrow-sign {
    display: block;
    position: static;
    width: 100px;
    margin-top: -2%;
    margin-left: 2%;
    }
    .freedom-drive-heading {
    width: 100%;
    text-align: left;
    }
    }
    
    .culture-fit-cta-section {
    position: relative;
    width: 100%;
    padding: clamp(5rem, 8vw, 8rem) 1.5rem;
    overflow: hidden;
    }
    
    .culture-fit-cta-inner {
    width: min(1380px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(400px, 0.95fr) minmax(560px, 1fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
    }
    
    .culture-fit-cta-copy {
    position: relative;
    z-index: 2;
    order: 2;
    justify-self: end;
    width: min(100%, 760px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    }
    
    .culture-fit-cta-copy h2 {
    margin: 0 0 2rem;
    max-width: none;
    font-family: "Sweet";
    font-size: clamp(56px, 4.5vw, 70px);
    font-weight: 400;
    line-height: 0.95;
    white-space: nowrap;
    background: linear-gradient(
    90deg,
    #02bcdd 0%,
    #06d1e5 30%,
    #64eda8 68%,
    #d0f88d 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
    
    .culture-fit-question-mark {
    font-family: "Galano-Bold";
    font-size: 0.82em;
    line-height: 1;
    vertical-align: 0.02em;
    }
    
    .culture-fit-cta-card {
    width: min(100%, 530px);
    padding: 32px 28px;
    background: rgba(18, 49, 77, 0.9);
    border-radius: 24px;
    text-align: left;
    }
    
    .culture-fit-cta-card p {
    margin: 0;
    font-family: "Galano";
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
    color: #fff;
    padding: 0 8px;
    }
    
    .culture-fit-cta-visual {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    }
    
    .culture-fit-cta-mascot {
    width: min(100%, 666.35px);
    height: auto;
    display: block;
    transform: none;
    }
    
    .culture-fit-cta-mobile-image {
    display: none;
    }
    
    .culture-fit-cta-button {
    position: relative;
    margin-top: 2rem;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    min-width: 15rem;
    padding: 0.8rem 2.2rem;
    border-radius: 999px;
    font-family: "Galano-Bold";
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
    }
    
    .culture-fit-cta-arrow {
    display: none;
    }
    
    .culture-fit-cta-button:hover {
    transform: translateY(-3px);
    }
    
    @media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    .culture-fit-cta-inner {
    grid-template-columns: minmax(520px, 1.08fr) minmax(560px, 0.92fr);
    gap: clamp(0.75rem, 1.6vw, 2rem);
    }
    
    .culture-fit-cta-visual {
    justify-content: flex-end;
    }
    
    .culture-fit-cta-mascot {
    width: min(130%, 820px); /* more noticeable */
    max-width: none;
    transform: translateX(15rem);
    }
    }
    
    @media (max-width: 1024px) {
    .culture-fit-cta-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    }
    .culture-fit-cta-copy {
    justify-self: center;
    align-items: center;
    text-align: center;
    gap: 2.75rem;
    }
    .culture-fit-cta-copy h2 {
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    margin: 0;
    white-space: normal;
    }
    .culture-fit-cta-card {
    text-align: center;
    width: min(100%, 680px);
    padding: 38px 36px;
    }
    .culture-fit-cta-card p {
    font-size: 22px;
    }
    .culture-fit-cta-visual {
    display: none;
    min-height: 0;
    }
    .culture-fit-cta-mascot {
    width: min(100%, 430px);
    }
    .culture-fit-cta-button {
    right: auto;
    bottom: auto;
    margin-top: 0;
    margin-left: 0;
    transform: none;
    }
    .culture-fit-cta-button:hover {
    transform: translateY(-3px);
    }
    }
    
    @media (max-width: 767px) {
    .culture-fit-cta-section {
    padding: 4rem 1rem 6rem;
    }
    .culture-fit-cta-copy {
    gap: 2.25rem;
    }
    .culture-fit-cta-card {
    width: 100%;
    padding: 50px 24px;
    }
    .culture-fit-cta-copy h2 {
    font-size: 40px;
    }
    .culture-fit-cta-card p {
    font-size: 18px;
    }
    .culture-fit-cta-mascot {
    width: min(100%, 330px);
    }
    }
    
    /* =======================================================
    TRAIN SECTION
    ======================================================= */
    
    .train-section-wrapper {
    position: relative;
    width: 100%;
    height: 350vh;
    }
    
    .train-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }
    
    .track-wrapper {
    position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
    z-index: 1;
    }
    
    .rocks-behind-track {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 1;
    }
    
    .train-track {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 2;
    }
    
    .train-row {
    position: absolute;
    left: 0;
    bottom: 15%;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    width: max-content;
    z-index: 5;
    will-change: transform;
    }
    
    .coach {
    width: clamp(260px, 50vw, 700px);
    height: auto;
    flex-shrink: 0;
    margin-left: -20px;
    display: block;
    }
    
    @media (max-width: 1024px) {
    .train-section-wrapper {
    height: 300vh;
    }
    .track-wrapper {
    bottom: 10%;
    }
    .train-row {
    bottom: 13%;
    }
    .coach {
    width: 420px;
    margin-left: -15px;
    }
    }
    @media (max-width: 767px) {
    .train-section-wrapper {
    height: 250vh;
    }
    .track-wrapper {
    bottom: 18%;
    }
    .train-row {
    bottom: 21%;
    }
    .coach {
    width: 320px;
    margin-left: -12px;
    }
    }
    @media (max-width: 480px) {
    .train-section-wrapper {
    height: 220vh;
    margin-top: -280px;
    }
    .track-wrapper {
    bottom: 18%;
    }
    .train-row {
    bottom: 21%;
    }
    .coach {
    width: 260px;
    margin-left: -10px;
    }
    }
    
    /* =======================================================
    INSPIRED BY OUR CULTURE SECTION
    ======================================================= */
    
    .inspired-by-our-culture-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 4%;
    }
    @media (max-width: 1024px) {
    .inspired-by-our-culture-section {
    margin-bottom: 10%;
    }
    }
    .footer-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -80px;
    }
    
    .bottom-logo {
    width: clamp(180px, 20vw, 280px);
    height: auto;
    margin-bottom: 1.6rem;
    }
    
    .culture-footer-heading {
    font-family: "Sweet";
    font-weight: 400;
    line-height: 0.95;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    
    .culture-footer-gradient {
    font-size: clamp(2.6rem, 4.5vw, 4.8rem);
    background: linear-gradient(
    90deg,
    #02bcdd 0%,
    #06d1e5 30%,
    #64eda8 68%,
    #d0f88d 100%
    );
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
    
    .culture-footer-white {
    margin-top: 0.25rem;
    font-size: clamp(3.2rem, 5.5vw, 6rem);
    color: #f5f5f3;
    -webkit-text-fill-color: #f5f5f3;
    text-shadow:
    -2px 2px 0 #20d5d4,
    2px 2px 0 #8bef9d;
    }
    
    @media (max-width: 1024px) {
    .culture-footer-gradient {
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    }
    .culture-footer-white {
    font-size: clamp(3.125rem, 9vw, 5.5rem);
    }
    }
    
    .footer-images {
    position: relative;
    width: 100%;
    line-height: 0;
    }
    
    .footer-bg-spotlight {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -60px;
    }
    
    .mr-doit-and-ducks {
    position: absolute;
    left: 52%;
    bottom: -90px;
    transform: translateX(-50%);
    width: min(120%, 2200px);
    height: auto;
    z-index: 2;
    }
    
    .footer-next-board {
    position: absolute;
    top: 60%;
    right: 28%;
    z-index: 5;
    display: block;
    width: clamp(150px, 14vw, 240px);
    line-height: 1;
    text-decoration: none;
    transform: rotate(3deg);
    transition: transform 0.28s ease;
    }
    
    .footer-next-board:hover .footer-next-board-text {
    background: linear-gradient(
    90deg,
    #02bcdd 0%,
    #06d1e5 30%,
    #64eda8 68%,
    #d0f88d 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    }
    
    .footer-next-board-img {
    display: block;
    width: 100%;
    height: auto;
    }
    
    .footer-next-board-label {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(4deg);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.22em;
    width: 76%;
    pointer-events: none;
    }
    
    .footer-next-board-text {
    font-family: "Sweet";
    font-size: clamp(1.45rem, 2.1vw, 2.7rem);
    line-height: 0.9;
    color: #ffffff;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.55);
    white-space: nowrap;
    }
    
    .footer-next-board-arrow {
    flex: 0 0 auto;
    width: clamp(20px, 16%, 38px);
    height: auto;
    }
    
    .footer-bg-spotlight-mobile {
    display: none;
    }
    
    #footer-placeholder {
    display: block;
    margin-top: 42px;
    }
    
    /* MOBILE */
    @media (max-width: 767px) {
    .footer-next-board {
    display: none;
    }
    .inspired-by-our-culture-section {
    padding-top: 120px;
    }
    .footer-content {
    padding-top: 0;
    padding-inline: 1rem;
    }
    .bottom-logo {
    width: 60%;
    margin-bottom: 1rem;
    }
    .culture-footer-heading {
    margin: 2rem 1rem 1rem;
    }
    .culture-footer-gradient {
    font-size: 40px;
    }
    .culture-footer-white {
    font-size: 50px;
    text-shadow: -1.2px 1.2px 0 #20d5d4, 1.2px 1.2px 0 #8bef9d;
    }
    .footer-images {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9%;
    z-index: 8;
    display: block;
    height: 0;
    pointer-events: none;
    }
    .footer-next-board {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    width: clamp(120px, 36vw, 160px);
    pointer-events: auto;
    transform: translateX(-50%) rotate(3deg);
    }
    .footer-next-board:hover,
    .footer-next-board:focus-visible {
    transform: translateX(-50%) rotate(3deg) translateY(-4px);
    }
    .footer-next-board-text {
    font-size: clamp(1.25rem, 7vw, 1.65rem);
    }
    .footer-next-board-arrow {
    width: clamp(18px, 15%, 28px);
    }
    .footer-bg-spotlight,
    .mr-doit-and-ducks {
    display: none;
    }
    .footer-bg-spotlight-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: -60%;
    }
    #footer-placeholder {
    margin-top: 34px;
    }
    }
    
    .plant-illustration {
    position: absolute;
    width: 60px;
    right: 32%;
    top: 70%;
    z-index: 5;
    pointer-events: none;
    }
    
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url("/about/our-culture/images/gradient-nav-dot.svg") center /
    contain no-repeat !important;
    box-shadow: none !important;
    width: 18px !important;
    height: 18px !important;
    }
    
    .slider-text {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-family: "Galano";
    font-weight: 700;
    }
    
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: 88% !important;
    left: 0;
    width: 100%;
    }
    
    .love-behind-our-culture-text h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: "Galano";
    margin-top: 10px;
    }
    
    .culture-left p {
    font-size: 20px;
    color: #000;
    margin: 15px 0 0 0;
    line-height: 1.6;
    font-family: "Galano";
    }
    
    .culture-slides {
    position: relative;
    display: grid;
    }
    
    .culture-slide.active {
    opacity: 1;
    pointer-events: auto;
    }
    
    @media (max-width: 767px) {
    .gradient-text {
    margin: 0;
    line-height: 1;
    font-family: "Sweet";
    font-size: clamp(2.4rem, 12vw, 3.2rem);
    font-weight: 400;
    background: linear-gradient(
    90deg,
    #08c9f0 0%,
    #1dd9d5 45%,
    #8fea9b 75%,
    #b7f47a 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
    
    .culture-heading-row h1,
    h1.culture-heading-row {
    margin: 0;
    font-size: clamp(3.8rem, 17vw, 5rem);
    line-height: 1;
    text-shadow: -1.2px 1.2px 0 #20d5d4, 1.2px 1.2px 0 #8bef9d;
    }
    
    .plant-illustration {
    position: absolute;
    width: 30px;
    right: 30%;
    top: 70%;
    z-index: 5;
    pointer-events: none;
    }
    
    .our-culture-doitway-text h1 {
    margin: 8px 0;
    font-size: clamp(3.8rem, 18vw, 5rem);
    line-height: 0.92;
    text-shadow: -1.2px 1.2px 0 #20d5d4, 1.2px 1.2px 0 #8bef9d;
    }
    
    .our-culture-doitway-text h1,
    .our-culture-doitway-text h2,
    .our-culture-doitway-text h3,
    .our-culture-doitway-text p {
    text-align: right;
    }
    
    .our-culture-doitway-text h3 {
    display: block;
    margin-top: 10px;
    font-size: clamp(1rem, 4.8vw, 1.25rem);
    line-height: 1.2;
    }
    
    .doitway-heading {
    justify-content: flex-end;
    }
    .culture-heading-row {
    justify-content: flex-end;
    }
    
    .doitway-mobile-image {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: -100px 0 0 auto;
    }
    
    .culture-code-title {
    margin: 0;
    font-family: "Sweet";
    font-size: 38px;
    line-height: 0.95;
    color: #f5f5f3;
    }
    
    .culture-code-image {
    margin: 8px;
    }
    
    .incredibleSwiper {
    background: rgb(119 104 104 / 22%);
    }
    
    .all-day-section {
    position: relative;
    width: 100%;
    overflow: visible;
    margin: 80px 0 80px;
    }
    .consistency-img {
    width: 100%;
    }
    }
    
    @media (min-width: 768px) and (max-width: 1024px) {
    .hero-section {
    position: relative;
    }
    .ladder-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 41%;
    }
    .ladder-picture,
    .ladder {
    display: block;
    }
    .hero-culture-heading {
    top: 34.5%;
    transform: translate(-50%, -50%);
    }
    .our-culture-doitway-text {
    margin-top: clamp(140px, 16vh, 200px);
    margin-left: auto;
    margin-right: 5%;
    text-align: right;
    }
    .our-culture-doitway-text h1 {
    font-size: clamp(5.5rem, 12.4vw, 8.3rem);
    }
    .doitway-heading,
    .culture-heading-row {
    justify-content: flex-end;
    }
    }
    
    @media (min-width: 740px) and (max-width: 790px) and (min-height: 980px) and (max-height: 1060px) {
    .ladder-wrapper {
    top: 44%;
    }
    }
    
    @media (min-width: 768px) and (max-width: 1024px) and (max-height: 700px) {
    .hero-culture-heading {
    top: 34.5%;
    transform: translate(-50%, -50%);
    font-size: clamp(2.1rem, 4.4vw, 4rem);
    }
    }
    
    @media (min-width: 360px) and (max-width: 390px) and (max-height: 700px) {
    .duck-group {
    left: 14vw;
    bottom: 36vh;
    }
    .hero-section {
    height: clamp(500px, 76svh, 530px);
    }
    .hero-culture-heading {
    top: clamp(9.35rem, 19vh, 12.5rem);
    width: 52vw;
    font-size: clamp(1.45rem, 7.8vw, 1.95rem);
    line-height: 1.08;
    }
    .ladder-wrapper {
    top: 43%;
    width: 65%;
    }
    }
    
    @media (min-width: 500px) and (max-width: 560px) and (min-height: 700px) and (max-height: 740px) {
    .hero-section {
    height: clamp(560px, 82svh, 610px);
    }
    .hero-banner img {
    object-position: center top;
    }
    .duck-group {
    left: 14vw;
    bottom: 12vh;
    }
    .hero-culture-heading {
    top: clamp(20.5rem, 20vh, 17.5rem);
    width: 50vw;
    font-size: clamp(1.85rem, 7.5vw, 2.7rem);
    line-height: 1.08;
    }
    .ladder-wrapper {
    top: 73%;
    width: 60%;
    }
    .we-love-our-culture-section {
    padding-top: clamp(204px, 48vw, 330px);
    }
    }
    
    @media (max-width: 767px) {
    .culture-coach {
    width: 9% !important;
    }
    .last-coach {
    width: 4.4% !important;
    }
    }
    
    /* ==================================================
    BUTTERFLY RESPONSIVE CONTROLS
    Edit butterfly size and position here for desktop, tablet, and mobile.
    ================================================== */
    
    /* DESKTOP / WEB */
    .butterfly-left {
    width: clamp(3rem, 5vw, 7rem);
    left: 8vw;
    right: auto;
    bottom: 8vh;
    }
    
    .butterfly-right {
    width: clamp(3rem, 5vw, 7rem);
    right: 8vw;
    left: auto;
    bottom: 8vh;
    transform: scaleX(-1);
    }
    
    .culture-butterfly {
    width: 35px;
    margin-top: -50%;
    margin-left: 80%;
    transform: scaleX(-1);
    }
    
    .butterfly-1 {
    width: 35px;
    top: 70%;
    left: -8%;
    right: auto;
    bottom: auto;
    }
    
    .butterfly-2 {
    width: 35px;
    top: 70%;
    right: -8%;
    left: auto;
    bottom: auto;
    }
    
    .butterfly-3 {
    width: 35px;
    left: 10%;
    right: auto;
    top: auto;
    bottom: -5%;
    }
    
    .doitway-butterfly {
    width: clamp(28px, 4vw, 48px);
    top: -20px;
    left: 100%;
    right: auto;
    bottom: auto;
    }
    
    .our-obsession-butterfly1 {
    display: block;
    width: 2rem;
    top: 23%;
    right: 22%;
    left: auto;
    bottom: auto;
    }
    
    .our-obsession-butterfly2 {
    display: block;
    width: 2.2rem;
    top: 48%;
    right: 10%;
    left: auto;
    bottom: auto;
    }
    
    .our-obsession-butterfly3 {
    display: block;
    width: 2rem;
    top: 38%;
    right: 38%;
    left: auto;
    bottom: auto;
    }
    /* TABLET */
    @media (min-width: 768px) and (max-width: 1024px) {
    .butterfly-left {
    width: clamp(3.5rem, 8vw, 6rem);
    left: 6vw;
    bottom: 30vh;
    }
    
    .butterfly-right {
    width: clamp(3.5rem, 8vw, 6rem);
    right: 6vw;
    bottom: 30vh;
    }
    
    .culture-butterfly {
    width: clamp(28px, 4vw, 35px);
    margin-top: -42%;
    margin-left: 76%;
    }
    
    .butterfly-1 {
    width: 35px;
    top: 55%;
    left: 6%;
    }
    
    .butterfly-2 {
    width: 50px;
    top: 31%;
    right: -5%;
    }
    
    .butterfly-3 {
    width: 35px;
    left: 10%;
    bottom: -5%;
    }
    
    .doitway-butterfly {
    width: clamp(34px, 8vw, 48px);
    top: -116%;
    left: 190px;
    }
    .rock-right {
    max-width: 30%;
    top: 75%;
    }
    .plant-illustration {
    display: none;
    }
    .our-obsession-butterfly1 {
    width: 2rem;
    top: 23%;
    right: 22%;
    left: auto;
    }
    
    .hidden-facts-heading {
    top: 30%;
    }
    .hiddenFactsSwiper {
    top: 62% !important;
    }
    .hidden-img-1 {
    position: relative;
    z-index: 15;
    width: 123%;
    }
    .torch {
    width: 180%;
    top: 2%;
    right: -22%;
    }
    .our-obsession-butterfly2 {
    width: 2.2rem;
    top: 52%;
    right: 10%;
    left: auto;
    }
    
    .our-obsession-butterfly3 {
    display: block;
    width: 2rem;
    top: 42%;
    right: 38%;
    left: auto;
    }
    }
    
    /* TABLET LANDSCAPE - iPad Mini / 1024 wide */
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero-section {
    position: relative;
    }
    
    .hero-culture-heading {
    top: 53.5%;
    transform: translate(-50%, -50%);
    }
    
    .duck-group {
    left: 14vw;
    bottom: 25vh;
    }
    
    .duck-small {
    width: clamp(2.8rem, 5vw, 4.5rem);
    left: 0;
    bottom: 0;
    }
    
    .duck-large {
    width: clamp(3.8rem, 7vw, 6rem);
    left: clamp(2rem, 3vw, 4rem);
    bottom: clamp(0.5rem, 1vw, 1.5rem);
    }
    
    .butterfly-left {
    width: clamp(2.8rem, 4vw, 5rem);
    left: 12vw;
    bottom: -16vh;
    }
    
    .butterfly-right {
    width: clamp(2.5rem, 4vw, 5rem);
    right: 12vw;
    bottom: 4vh;
    }
    
    .culture-butterfly {
    width: clamp(28px, 4vw, 45px);
    margin-top: -67%;
    margin-left: 161%;
    }
    
    .butterfly-1 {
    width: 35px;
    top: 47%;
    left: -14%;
    }
    
    .butterfly-2 {
    width: 41px;
    top: 23%;
    right: -14%;
    }
    
    .butterfly-3 {
    width: 58px;
    left: -9%;
    bottom: -16%;
    }
    
    .plant-illustration {
    display: none;
    }
    
    .doitway-butterfly {
    width: clamp(28px, 4vw, 48px);
    top: -130px;
    left: 56%;
    }
    
    .ladder-wrapper {
    position: absolute;
    left: 50%;
    top: 54%;
    width: 65%;
    transform: translateX(-50%);
    }
    
    .we-love-our-culture-section {
    padding-top: clamp(30rem, 50vw, 34rem);
    }
    .love-behind-our-culture-text h3 {
    margin-top: 10px;
    }
    
    .rock-right {
    position: absolute;
    z-index: 8;
    max-width: 25%;
    }
    
    .our-obsession-our-language-text {
    top: 15%;
    left: 6%;
    }
    
    .rock-content h2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    padding-left: 10px;
    }
    .rock-content p {
    padding-left: 20px;
    font-size: 1.5rem;
    line-height: 1.3;
    }
    .cave-butterfly-left {
    left: 10%;
    top: 50%;
    transform: rotate(-14deg);
    }
    .cave-butterfly-right {
    left: 86%;
    top: -480% !important;
    }
    }
    
    /* TABLET LANDSCAPE - larger tabs */
    @media (min-width: 1025px) and (max-width: 1368px) and (orientation: landscape) {
    .hero-culture-heading {
    top: 51%;
    transform: translate(-50%, -50%);
    }
    
    .plant-illustration{
    display:none;
    }
    
    .duck-group {
    left: 18vw;
    bottom: 29vh;
    }
    
    .duck-small {
    width: clamp(3rem, 4vw, 5rem);
    left: 0;
    bottom: 0;
    }
    
    .duck-large {
    width: clamp(4rem, 6vw, 7rem);
    left: clamp(2rem, 3vw, 4rem);
    bottom: clamp(0.5rem, 1vw, 1.5rem);
    }
    
    .butterfly-left {
    width: clamp(3rem, 5vw, 7rem);
    left: 8vw;
    bottom: 8vh;
    }
    
    .butterfly-right {
    width: clamp(3rem, 5vw, 7rem);
    right: 8vw;
    bottom: 8vh;
    }
    
    .ladder-wrapper {
    left: 50%;
    top: 100%;
    width: 75%;
    transform: translate(-50%, -38%);
    }
    
    .torch {
    top: -3%;
    right: -19%;
    width: 160%;
    }
    .rock-left {
    max-width: 15%;
    position: absolute;
    top: 115%;
    left: -1%;
    z-index: 8;
    transform: scaleX(-1);
    }
    
    .chit-o-chat-and-doiter-section {
    overflow: visible;
    padding-bottom: 8rem;
    }
    
    .right-wrapper .cave-cta-button {
    transform: translate(-12rem, 8rem);
    }
    
    .right-wrapper .cave-cta-button:hover {
    transform: translate(-12rem, calc(8rem - 3px));
    }
    
    .right-wrapper .rock-right-near-fire {
    top: 72%;
    right: -2%;
    width: 52%;
    }
    
    .our-appreciation-our-doit-drink-section {
    margin-bottom: clamp(10rem, 12vw, 16rem);
    }
    
    .drink-bg {
    top: 2%;
    }
    
    .cheers-gif {
    right: clamp(5%, calc(-64.8% + 5.92vw), 16%);
    }
    
    .our-appreciation-our-doit-drink-content {
    width: 46%;
    }
    
    .our-appreciation-our-doit-drink-heading {
    width: 150%;
    }
    
    .our-appreciation-our-doit-drink-heading h2,
    .our-appreciation-our-doit-drink-heading h1 {
    white-space: nowrap;
    }
    
    .drink-arrow-sign {
    margin-left: clamp(32%, calc(195.9% - 11.85vw), 56%);
    }
    
    .experience-cta-section {
    margin-top: clamp(7rem, 9vw, 12rem);
    margin-bottom: clamp(10rem, 12vw, 16rem);
    }
    
    .freedom-drive-section {
    margin-top: clamp(7rem, 9vw, 12rem);
    }
    
    .culture-fit-cta-section {
    padding-left: clamp(4rem, 7vw, 6rem);
    padding-right: clamp(4rem, 7vw, 6rem);
    }
    
    .culture-fit-cta-inner {
    width: 100%;
    }
    
    .culture-fit-cta-mascot {
    width: min(200%, 96rem);
    max-width: none;
    transform: translateX(12rem);
    }
    }
    
    /* MOBILE */
    @media (max-width: 767px) {
    .butterfly-left {
    width: clamp(2rem, 8vw, 3.5rem);
    left: 20vw;
    bottom: 14vh;
    }
    
    .butterfly-right {
    width: clamp(2rem, 8vw, 3.5rem);
    right: 15vw;
    bottom: 20vh;
    }
    
    .culture-butterfly {
    width: clamp(24px, 7vw, 32px);
    margin-top: -24%;
    margin-left: 52%;
    }
    
    .butterfly-1 {
    width: 35px;
    top: 12px;
    left: 10px;
    right: auto;
    bottom: auto;
    }
    
    .butterfly-2 {
    width: 35px;
    top: 16px;
    right: 12px;
    left: auto;
    bottom: auto;
    }
    
    .butterfly-3 {
    width: 30px;
    left: 40px;
    right: auto;
    top: auto;
    bottom: 210px;
    }
    
    .doitway-butterfly {
    width: 32px;
    top: -65px;
    left: 78%;
    right: auto;
    bottom: auto;
    }
    
    .our-obsession-butterfly1 {
    display: block;
    width: 2rem;
    top: 88%;
    left: 38%;
    right: auto;
    }
    
    .our-obsession-butterfly2 {
    display: block;
    width: 2rem;
    top: 56%;
    right: 6%;
    left: auto;
    }
    
    .our-obsession-butterfly3 {
    display: none;
    }
    }
    
    @media (max-height: 700px) {
    .butterfly-left,
    .butterfly-right {
    bottom: 27vh;
    }
    }
    
    @media (max-height: 600px) {
    .butterfly-left,
    .butterfly-right {
    bottom: 3vh;
    }
    }
    
    @media (max-width: 1024px) {
    .incredibleSwiper
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
    .hiddenFactsPagination
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 13px !important;
    height: 13px !important;
    }
    }
    
    @media (max-width: 767px) {
    .incredibleSwiper
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
    .hiddenFactsPagination
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 12px !important;
    height: 12px !important;
    }
    }
    
    @media (max-width: 1024px) {
    .all-day-section {
    margin: 95px 0 clamp(20rem, 34vw, 30rem);
    padding-bottom: clamp(80px, 10vw, 130px);
    }
    
    .all-day-section picture {
    margin-top: 0;
    }
    
    .consistency-img {
    width: min(100%, 920px);
    transform: translateY(clamp(240px, 20vw, 260px));
    }
    
    .all-day-heading {
    top: clamp(-42px, -3vw, -20px);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: min(70vw, 760px);
    text-align: center;
    }
    
    .all-day-heading h2 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    }
    
    .all-day-heading h3 {
    text-align: center;
    margin-top: 13px;
    font-size: clamp(3.125rem, 9vw, 5.5rem);
    }
    
    .duck-group-pond {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(clamp(185px, 20vw, 260px));
    }
    }
    
    @media (max-width: 767px) {
    .all-day-section {
    margin: 75px 0 90px;
    padding-bottom: clamp(92px, 22vw, 140px);
    }
    
    .all-day-section picture {
    margin-top: 0;
    }
    
    .all-day-heading {
    top: clamp(-28px, -3vw, -12px);
    width: min(88vw, 520px);
    }
    
    .consistency-img {
    transform: translateY(clamp(160px, 38vw, 240px));
    }
    
    .all-day-heading h2 {
    font-size: 40px;
    }
    
    .all-day-heading h3 {
    margin-top: 12px;
    font-size: 50px;
    text-shadow: -1.2px 1.2px 0 #20d5d4, 1.2px 1.2px 0 #8bef9d;
    }
    
    .duck-group-pond {
    top: 0;
    transform: translateY(clamp(160px, 38vw, 240px));
    }
    }
    
    @media (max-width: 1024px) {
    .the-love-behind-our-culture-section {
    padding-bottom: clamp(24rem, 42vw, 36rem);
    }
    
    .pond-desktop {
    transform: translate(-10%, 10%) translateY(clamp(24rem, 42vw, 36rem));
    }
    
    .the-love-behind-our-culture-section .culture-content-wrapper {
    width: min(76%, 760px);
    transform: translate(-50%, -50%) translateY(clamp(0.75rem, 2vw, 1.5rem));
    }
    
    .the-love-behind-our-culture-section .culture-tabs {
    margin-top: clamp(4.5rem, 9vw, 5.75rem);
    position: relative;
    top: clamp(2.5rem, 5.5vw, 3.75rem);
    z-index: 8;
    justify-content: space-between;
    width: 100%;
    gap: 0;
    }
    
    .the-love-behind-our-culture-section .culture-slides.culturePondSwiper {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: clamp(2.9rem, 6vw, 4.75rem);
    overflow: hidden !important;
    }
    
    .the-love-behind-our-culture-section .culturePondSwiper .swiper-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    }
    
    .the-love-behind-our-culture-section .culturePondSwiper .culture-slide {
    display: flex !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
    justify-content: space-between;
    gap: 1rem;
    }
    
    .the-love-behind-our-culture-section .culture-left {
    flex: 0 0 52%;
    width: 52%;
    min-width: 0;
    }
    
    .the-love-behind-our-culture-section .culture-right {
    flex: 0 0 36%;
    width: 36%;
    min-width: 0;
    padding-right: 0;
    text-align: right;
    }
    
    .the-love-behind-our-culture-section .culture-right img {
    width: min(100%, 290px);
    max-width: 290px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 0 0 auto;
    }
    
    .love-behind-our-culture-text {
    top: clamp(0.25rem, 3vw, 1.75rem);
    right: 0;
    transform: translateX(-12%) translateY(clamp(6rem, 10vw, 8rem));
    }
    }
    
    @media (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
    .the-love-behind-our-culture-section {
    margin-top: clamp(3.5rem, 5vw, 4.75rem);
    padding-bottom: clamp(4rem, 7vw, 5.5rem);
    }
    
    .love-behind-our-culture-text {
    top: 10%;
    right: 0;
    transform: translateX(-10%);
    }
    
    .pond-desktop {
    transform: translate(-10%, 10%) translateY(clamp(2.25rem, 4vw, 3.25rem));
    }
    
    .the-love-behind-our-culture-section .culture-content-wrapper {
    top: 72%;
    width: min(72%, 860px);
    transform: translate(-50%, -50%) translateY(clamp(0.25rem, 0.75vw, 0.75rem));
    }
    
    .the-love-behind-our-culture-section .culture-slides.culturePondSwiper {
    margin-top: clamp(1.75rem, 2.75vw, 2.75rem);
    }
    }
    
    @media (max-width: 767px) {
    .the-love-behind-our-culture-section::before {
    content: none;
    display: none;
    position: absolute;
    top: clamp(5.25rem, 22vw, 8.75rem);
    left: 0;
    z-index: 7;
    width: clamp(8.5rem, 42vw, 15rem);
    height: clamp(5rem, 22vw, 8.25rem);
    background: #02253d;
    border-radius: 0 0 42% 0;
    transform: translateY(clamp(10rem, 32vw, 16rem));
    pointer-events: none;
    }
    
    .pond-mobile {
    transform: translateY(clamp(10rem, 32vw, 16rem));
    }
    
    .love-behind-our-culture-text {
    top: clamp(-0.75rem, 1.5vw, 0.5rem);
    right: 0;
    transform: translateX(-4%) translateY(clamp(-7rem, -19vw, -3.75rem));
    }
    .love-behind-our-culture-text h3 {
    margin: 0 0 0 auto;
    width: 76%;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: "Galano";
    text-align: right;
    margin-top: 10px;
    }
    }
    
    .doitway-excellence-mobile-image {
    display: none;
    }
    
    @media (max-width: 1024px) {
    .doitway-excellence-mobile-image {
    display: block;
    width: min(92vw, 560px);
    max-width: none;
    height: auto;
    margin: 0.25rem 0 -1.5rem auto;
    transform: translateY(-6.6rem);
    }
    }
    
    @media (max-width: 767px) {
    .doitway-excellence-mobile-image {
    width: min(96vw, 460px);
    margin: 0.1rem 0 -2rem auto;
    transform: translateY(-6.6rem);
    }
    }
    
    @media (min-width: 768px) and (max-width: 1024px) {
    .doitway-excellence-mobile-image,
    .right-wrapper .main-img,
    .cheers-gif {
    display: none !important;
    }
    }
    
    @media (min-width: 768px) and (max-width: 1200px) {
    .chit-o-chat-and-doiter-section {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: clamp(9rem, 18vw, 15rem);
    overflow: visible;
    }
    
    .our-appreciation-our-doit-drink-section {
    margin-top: clamp(8rem, 16vw, 14rem);
    margin-bottom: clamp(10rem, 20vw, 16rem);
    }
    
    .experience-cta-section {
    margin-bottom: clamp(10rem, 20vw, 16rem);
    }
    
    .inspired-by-our-culture-section {
    margin-top: clamp(6rem, 12vw, 10rem);
    }
    
    .footer-bg-spotlight {
    margin-top: 50px;
    }
    
    .chit-o-chat-and-doiter-section .rocks-wrapper {
    width: clamp(60%, calc(168.8% - 9.22vw), 98%);
    justify-content: center;
    margin: 3rem auto 0;
    padding-left: 0;
    transform: none;
    }
    
    .chit-o-chat-and-doiter-section .rock-box {
    width: clamp(36%, calc(167.8% - 11.17vw), 82%);
    }
    
    .chit-o-chat-and-doiter-section .rock {
    width: clamp(70%, calc(205.1% - 11.02vw), 100%);
    margin: 0 auto;
    }
    
    .chit-o-chat-and-doiter-section .rockbox2 {
    margin-left: -6%;
    transform: translateY(-10%);
    }
    
    .chit-o-chat-and-doiter-section .right-wrapper {
    display: flex !important;
    width: 100%;
    min-height: 7rem;
    margin-top: -1rem;
    transform: none;
    align-items: center;
    justify-content: center;
    }
    
    .chit-o-chat-and-doiter-section .right-wrapper .main-img {
    display: none !important;
    }
    
    .right-wrapper .cave-cta-button {
    transform: translate(0, clamp(4.5rem, calc(7.65rem - 0.267vw), 5.6rem));
    }
    
    .right-wrapper .rock-right-near-fire {
    display: block;
    width: 30%;
    top: 42%;
    right: -2%;
    }
    
    .our-appreciation-our-doit-drink-content {
    padding-left: 6%;
    padding-right: 6%;
    }
    
    .drink-text-box {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    }
    
    .drink-text-box p {
    text-align: right;
    }
    
    .freedom-drive-heading {
    margin-left: 6%;
    width: calc(100% - 6%);
    }
    
    .freedom-drive-para {
    right: 0;
    top: 72%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    }
    .our-obsession-our-language-text p {
    width: 24rem;
    font-size: 22px;
    }
    .our-obsession-butterfly3 {
    top: 50%;
    right: 38%;
    }
    .rock-content h2 {
    font-size: 2.5rem;
    margin-bottom: 5px;
    padding-left: 10px;
    }
    .rock-content p {
    padding-left: 20px;
    font-size: 1.2rem;
    line-height: 1.2;
    }
    .cave-butterfly-left {
    left: 10%;
    top: 54%;
    transform: rotate(-14deg);
    }
    .cave-butterfly-right {
    left: 84%;
    top: clamp(-500%, calc(-280% - 26.7vw), -390%);
    }
    .drink-arrow-sign {
    margin: -0.7rem 0 1.2rem 4%;
    }
    .experience-butterfly-right {
    left: 70%;
    top: 10%;
    }
    .freedom-butterfly-left {
    left: 11%;
    top: 72%;
    }
    .freedom-butterfly-mid {
    left: 40%;
    top: 48%;
    }
    
    .freedom-butterfly-card {
    right: 24%;
    top: 54%;
    }
    .freedom-butterfly-right {
    right: 6rem;
    top: 11rem;
    }
    .arrow-sign {
    margin: -0.7rem 0 1.2rem 1%;
    }
    }
    
    .hidden-img-1 {
    clip-path: circle(150% at 50% 0%) !important;
    will-change: auto !important;
    }
    
    .hidden-img-bg {
    opacity: 0;
    }
    
    @media (max-width: 1200px) {
    .hiddenFactsSwiper {
    top: 64%;
    width: min(72%, 760px);
    overflow: hidden;
    max-height: 260px;
    }
    
    .hiddenFactsSwiper .swiper-wrapper,
    .hiddenFactsSwiper .swiper-slide {
    max-height: 260px;
    overflow: hidden;
    }
    
    .hiddenFactsSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
    }
    
    .hidden-slide-content {
    min-height: 220px;
    max-height: 240px;
    overflow: hidden;
    }
    
    .hiddenFactsSwiper .slide-left h2 {
    font-size: clamp(1.9rem, 3.7vw, 2.35rem) !important;
    line-height: 1.12 !important;
    }
    
    .hiddenFactsSwiper .slide-left p {
    font-size: 18px;
    line-height: 1.45;
    margin-top: 18px;
    }
    
    .hiddenFactsSwiper .slide-right img,
    .hiddenFactsSwiper .swiper-slide:first-child .slide-right img,
    .hiddenFactsSwiper .swiper-slide:last-child .slide-right img {
    width: min(100%, 170px) !important;
    max-width: 170px !important;
    }
    
    .hiddenFactsSwiper .swiper-slide:first-child .slide-right img,
    .hiddenFactsSwiper .swiper-slide:last-child .slide-right img {
    width: min(100%, 135px) !important;
    max-width: 135px !important;
    }
    }
    
    @media (max-width: 1024px) {
    .our-favourite-hidden-facts-section {
    display: block;
    min-height: clamp(52rem, 100vw, 72rem);
    margin: clamp(7rem, 13vw, 11rem) 0 clamp(3rem, 6vw, 6rem) !important;
    padding-bottom: clamp(5rem, 10vw, 8rem);
    overflow: visible;
    }
    
    .hidden-facts-img {
    min-height: inherit;
    overflow: visible;
    }
    
    .hidden-facts-heading {
    top: 28%;
    }
    
    .rock-left {
    display: block;
    max-width: 22%;
    top: 110%;
    left: -2%;
    }
    
    .hiddenFactsSwiper {
    top: 50%;
    width: min(78%, 760px);
    height: clamp(220px, 30vw, 285px);
    overflow: hidden;
    max-height: none;
    }
    
    .hidden-slide-content {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: clamp(18px, 4vw, 44px);
    gap: clamp(24px, 5vw, 56px);
    }
    
    .hiddenFactsSwiper .swiper-wrapper {
    height: calc(100% - 34px);
    max-height: none;
    overflow: visible;
    align-items: stretch;
    }
    
    .hiddenFactsSwiper .swiper-slide {
    display: block;
    height: 100%;
    max-height: none;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    }
    
    .hiddenFactsSwiper .slide-left {
    flex: 0 0 58%;
    width: 58%;
    min-width: 0;
    transform: translateX(clamp(8px, 1.6vw, 18px));
    }
    
    .hiddenFactsSwiper .slide-right {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    flex: 0 0 34%;
    width: 34%;
    }
    
    .hiddenFactsSwiper .slide-left h2 {
    font-size: clamp(1.9rem, 3.7vw, 2.35rem) !important;
    line-height: 1.12 !important;
    }
    
    .hiddenFactsSwiper .slide-left p {
    font-size: 18px;
    line-height: 1.45;
    margin-top: 18px;
    }
    
    .hiddenFactsSwiper .slide-right img,
    .hiddenFactsSwiper .swiper-slide:first-child .slide-right img,
    .hiddenFactsSwiper .swiper-slide:last-child .slide-right img {
    width: min(100%, 170px) !important;
    max-width: 170px !important;
    }
    
    .hiddenFactsSwiper .swiper-slide:first-child .slide-right img,
    .hiddenFactsSwiper .swiper-slide:last-child .slide-right img {
    width: min(100%, 135px) !important;
    max-width: 135px !important;
    }
    
    .our-obsession-our-language-section {
    margin-top: clamp(2rem, 4vw, 4rem);
    min-height: clamp(58rem, 112vw, 84rem);
    overflow: visible;
    }
    }
    
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hidden-facts-heading {
    top: 30%;
    }
    
    .hiddenFactsSwiper {
    top: 62% !important;
    overflow: hidden;
    max-height: none;
    clip-path: none;
    }
    
    .hiddenFactsSwiper .swiper-wrapper,
    .hiddenFactsSwiper .swiper-slide {
    overflow: hidden;
    }
    
    .hidden-slide-content {
    overflow: visible;
    }
    
    .torch {
    width: 160%;
    right: -18%;
    top: 10%;
    }
    
    .our-obsession-our-language-text p {
    width: 31rem;
    }
    
    .rock-left {
    top: 120%;
    width: 20%;
    }
    .drink-arrow-sign {
    width: min(34%, 9rem);
    height: auto;
    display: block;
    margin: -0.7rem 0 1.2rem 5%;
    }
    .arrow-sign {
    width: min(34%, 9rem);
    height: auto;
    display: block;
    margin: -0.7rem 0 1.2rem 4%;
    }
    .freedom-drive-para {
    max-width: 38rem;
    padding: 28px 22px;
    font-size: 22px;
    }
    
    .freedom-butterfly-left {
    left: 6%;
    top: 66%;
    }
    
    .freedom-butterfly-mid {
    left: 38%;
    top: 54%;
    transform: rotate(-8deg);
    }
    
    .freedom-butterfly-card {
    right: 30%;
    top: 44%;
    transform: rotate(12deg);
    }
    
    .freedom-butterfly-right {
    right: 7rem;
    top: 10rem;
    }
    .footer-next-board {
    top: 67%;
    }
    }
    
    @media (max-width: 767px) {
    .our-favourite-hidden-facts-section {
    display: none;
    min-height: clamp(58rem, 176vw, 76rem);
    margin: clamp(6rem, 22vw, 9rem) 0 clamp(9rem, 28vw, 13rem) !important;
    padding-bottom: clamp(10rem, 36vw, 16rem);
    }
    
    .hiddenFactsSwiper {
    top: 56%;
    width: min(88%, 420px);
    }
    
    .hidden-slide-content {
    min-height: clamp(30rem, 110vw, 42rem);
    }
    
    .hiddenFactsSwiper .slide-right {
    display: none;
    }
    
    .rock-left {
    display: none;
    }
    
    .our-obsession-our-language-section {
    margin-top: clamp(7rem, 26vw, 12rem);
    min-height: clamp(58rem, 176vw, 82rem);
    }
    }
    
    @media (max-width: 767px) {
    .chit-o-chat-and-doiter-section {
    display: flex;
    flex-direction: column;
    gap: clamp(2.5rem, 10vw, 4.5rem);
    padding: clamp(3rem, 10vw, 4.5rem) 0 clamp(5rem, 16vw, 7rem);
    overflow: visible;
    }
    
    .chit-o-chat-and-doiter-section .rocks-wrapper {
    margin-bottom: 0;
    }
    
    .right-wrapper {
    display: flex !important;
    width: 100%;
    min-height: clamp(15rem, 58vw, 23rem);
    margin-top: clamp(0.5rem, 4vw, 1.5rem);
    transform: none;
    gap: clamp(0.8rem, 3vw, 1.2rem);
    }
    
    .right-wrapper .main-img {
    width: min(48vw, 13rem);
    max-width: 13rem;
    transform: none;
    margin-bottom: 0;
    right: auto;
    }
    
    .right-wrapper .cave-cta-button {
    display: inline-flex;
    min-width: min(78vw, 18rem);
    min-height: 3.35rem;
    padding: 0.75rem 1.5rem;
    font-size: clamp(1rem, 4.5vw, 1.25rem);
    }
    
    .right-wrapper .rock-right-near-fire {
    display: block;
    width: min(54vw, 16rem);
    top: 65%;
    right: -2%;
    }
    
    .cave-ground-divider {
    display: block;
    bottom: -1.5rem;
    opacity: 0.8;
    }
    
    .our-appreciation-our-doit-drink-section {
    display: block !important;
    min-height: clamp(49rem, 145vw, 64rem);
    padding: clamp(4rem, 16vw, 7rem) 0 clamp(2.75rem, 10vw, 4.5rem);
    overflow: visible;
    }
    
    .drink-bg {
    display: block;
    top: -120px;
    height: 100%;
    object-fit: cover;
    left: -15%;
    overflow: visible;
    }
    
    .our-appreciation-our-doit-drink-content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    padding: 0 1rem;
    margin: clamp(5.5rem, 24vw, 8.5rem) auto 0;
    transform: none;
    z-index: 3;
    }
    
    .our-appreciation-our-doit-drink-heading h2 {
    font-size: 40px;
    }
    
    .our-appreciation-our-doit-drink-heading h1 {
    font-size: 50px;
    text-shadow: -1.2px 1.2px 0 #20d5d4, 1.2px 1.2px 0 #8bef9d;
    }
    
    .drink-arrow-sign {
    display: block;
    width: min(28vw, 7rem);
    margin: -0.2rem 0 1.3rem 10%;
    }
    
    .drink-text-box {
    width: min(82vw, 28rem);
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    text-align: right;
    }
    
    .drink-text-box p {
    font-size: 18px;
    line-height: 1.45;
    text-align: right;
    }
    
    .cheers-gif {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(58vw, 18rem);
    margin: clamp(3rem, 12vw, 5rem) 8vw 0 auto;
    z-index: 3;
    }
    
    .experience-cta-section {
    display: flex !important;
    min-height: clamp(34rem, 112vw, 48rem);
    padding: clamp(2rem, 8vw, 3.25rem) 1.25rem clamp(5rem, 16vw, 7rem);
    overflow: visible;
    align-items: center;
    }
    
    .experience-cta-inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(2rem, 8vw, 3rem);
    }
    
    .experience-cta-visual img {
    width: min(62vw, 18rem);
    }
    
    .experience-cta-content h2 {
    margin-bottom: clamp(2rem, 8vw, 3rem);
    }
    
    .experience-gradient-text {
    font-size: 40px;
    }
    
    .experience-white-text {
    font-size: 50px;
    text-shadow: -1.2px 1.2px 0 #20d5d4, 1.2px 1.2px 0 #8bef9d;
    }
    
    .experience-cta-button {
    min-width: min(76vw, 17rem);
    min-height: 3.2rem;
    padding: 0.75rem 1.5rem;
    font-size: clamp(1rem, 4.1vw, 1.18rem);
    }
    
    .right-wrapper .main-img,
    .cheers-gif {
    display: none !important;
    }
    }
    
    /* Our appreciation - exact tablet landscape fixes */
    @media (min-width: 1360px) and (max-width: 1372px) and (min-height: 1018px) and (max-height: 1030px) and (orientation: landscape) {
    .our-appreciation-our-doit-drink-section .cheers-gif {
    right: 17%;
    }
    
    .our-appreciation-our-doit-drink-section .drink-arrow-sign {
    margin-left: 16%;
    }
    }
    
    @media (min-width: 1360px) and (max-width: 1372px) and (min-height: 906px) and (max-height: 918px) and (orientation: landscape) {
    .our-appreciation-our-doit-drink-section .cheers-gif {
    right: 9%;
    }
    
    .our-appreciation-our-doit-drink-section .drink-arrow-sign {
    margin-left: 4%;
    }
    .gradient-cta {
    border: 2px solid transparent;
    }
    }
    
    /* Chit-o-chat rocks - exact tablet landscape fix */
    @media (min-width: 1170px) and (max-width: 1190px) and (min-height: 810px) and (max-height: 830px) and (orientation: landscape) {
    .chit-o-chat-and-doiter-section .rocks-wrapper {
    width: 72%;
    }
    
    .chit-o-chat-and-doiter-section .rock-box {
    width: 54%;
    }
    
    .chit-o-chat-and-doiter-section .rock {
    width: 95%;
    }
    
    .chit-o-chat-and-doiter-section .rockbox2 {
    margin-left: -10%;
    }
    }
    
    /* Desktop Small Screens */
    
    @media (min-width: 1025px) and (max-width: 1440px) and (hover: hover) and (pointer: fine) {
    .hero-section {
    height: 100vh;
    height: 100svh;
    overflow: visible;
    }
    
    .hero-banner img {
    object-fit: cover;
    object-position: center center;
    }
    
    .hero-culture-heading {
    top: 52%;
    width: min(86vw, 980px);
    font-size: clamp(2.5rem, 4.8vw, 5.35rem);
    transform: translate(-50%, -50%);
    }
    
    .duck-group {
    left: 19vw;
    bottom: 27vh;
    }
    
    .duck-small {
    width: clamp(3rem, 4vw, 5rem);
    left: 0;
    bottom: 0;
    }
    
    .duck-large {
    width: clamp(4rem, 6vw, 7rem);
    left: clamp(2rem, 3.4vw, 4.25rem);
    bottom: clamp(0.4rem, 1vw, 1.2rem);
    }
    
    .butterfly-left {
    width: clamp(2rem, 4vw, 6rem);
    left: 8vw;
    bottom: 5vh;
    }
    
    .butterfly-right {
    width: clamp(2rem, 4vw, 6rem);
    right: 8vw;
    bottom: 12vh;
    }
    
    .ladder-wrapper {
    left: 50%;
    top: 100%;
    width: min(80%, 1080px);
    transform: translate(-50%, -42%);
    z-index: 20;
    }
    
    .ladder-picture,
    .ladder {
    display: block;
    overflow: visible;
    }
    }
    
    /* 15.6 inch desktop/laptop viewport fixes */
    @media screen and (min-width: 1367px) and (max-width: 1920px) {
    .hero-section {
    height: 100vh;
    height: 100svh;
    overflow: visible;
    }
    
    .hero-banner img {
    object-fit: cover;
    object-position: center center;
    }
    
    .hero-culture-heading {
    top: 52%;
    width: min(86vw, 980px);
    font-size: clamp(4.5rem, 4.35vw, 5.25rem);
    transform: translate(-50%, -50%);
    }
    
    .duck-group {
    left: 21vw;
    bottom: 29vh;
    }
    
    .duck-small {
    width: clamp(3.3rem, 3.35vw, 4.25rem);
    left: 0;
    bottom: 0;
    }
    
    .duck-large {
    width: clamp(4.5rem, 4.8vw, 6rem);
    left: clamp(2.35rem, 3vw, 3.8rem);
    bottom: clamp(0.35rem, 0.8vw, 1rem);
    }
    
    .butterfly-left {
    left: 8vw;
    bottom: 5vh;
    width: clamp(3rem, 3.7vw, 4.8rem);
    }
    
    .butterfly-right {
    right: 8vw;
    bottom: 12vh;
    width: clamp(3rem, 3.7vw, 4.8rem);
    }
    
    .ladder-wrapper {
    left: 50%;
    top: 105%;
    width: min(78%, 1080px);
    transform: translate(-50%, -42%);
    z-index: 20;
    }
    
    .the-love-behind-our-culture-section {
    overflow: visible;
    }
    
    .love-behind-our-culture-text {
    top: 15%;
    right: 0;
    transform: translateX(-12%);
    }
    
    .love-behind-our-culture-text h2 {
    font-size: clamp(3.7rem, 3.55vw, 4.25rem);
    }
    
    .love-behind-our-culture-text h1 {
    font-size: clamp(4.85rem, 4.6vw, 5.5rem);
    }
    
    .love-behind-our-culture-text h3 {
    font-size: clamp(1.35rem, 1.35vw, 1.5rem);
    }
    
    .pond-desktop {
    width: 120%;
    transform: translate(-10%, 10%);
    }
    
    .the-love-behind-our-culture-section .culture-content-wrapper {
    top: 78%;
    width: min(62%, 1000px);
    transform: translate(-50%, -50%);
    }
    
    .the-love-behind-our-culture-section .culture-tabs {
    justify-content: space-between;
    width: 100%;
    gap: 0;
    }
    
    .the-love-behind-our-culture-section .culture-tab {
    font-size: clamp(1.85rem, 1.7vw, 2rem);
    }
    
    .the-love-behind-our-culture-section .culture-tab.active {
    font-size: clamp(2.65rem, 2.55vw, 3rem);
    }
    
    .the-love-behind-our-culture-section .culture-slides {
    margin-top: clamp(4.75rem, 5vw, 5.75rem);
    min-height: 350px;
    }
    
    .the-love-behind-our-culture-section .culture-left {
    width: 50%;
    }
    
    .the-love-behind-our-culture-section .culture-left h3 {
    font-size: clamp(2.25rem, 2.1vw, 2.5rem);
    line-height: 1.25;
    margin-bottom: 25px;
    }
    
    .the-love-behind-our-culture-section .culture-left p {
    font-size: clamp(1.45rem, 1.42vw, 1.7rem);
    line-height: 1.8;
    max-width: 500px;
    }
    
    .the-love-behind-our-culture-section .culture-right img {
    width: clamp(15rem, 14.6vw, 17.5rem);
    display: block;
    margin-left: auto;
    }
    }
    