@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Prompt", sans-serif;
}

body {
    margin: 0;
    background: #000;
    color: white;
    font-family: sans-serif;
    overflow-x: hidden !important;
    position: relative;
}

body.loading {
    overflow: hidden;
}

/* Ensure scrolling is locked during preloader across common scroll containers */
html.loading,
body.loading,
#smooth-wrapper.loading,
.lenis-scroll-container.loading {
    overflow: hidden !important;
    height: 100vh !important;
    touch-action: none !important;
}


img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

video {
    vertical-align: baseline;
    display: inline-block;
}



/* ***************************************************************** Hero section ******************************************************************************** */


/* Hero Section */
/* .hero {
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow-y: hidden;
} */
/* 
.hero-text {
    display: flex;
    align-items: baseline;
    gap: 1.5%;
}


.OODA-BOND-TEXT {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    padding: 0 1vw;
    color: #FFFFFF;
    font-size: 15vw;
    /* Scales text based on viewport width */
/* white-space: nowrap; */
/* Prevent wrap */
/* overflow: hidden; */
/* } */

/* 
.hero-video {
    width: 100%;
    position: relative;
}

.hero-video video {
    width: 100%;
    height: 100%;
    display: block;
}


@media (max-width: 768px) {
    .hero {
        padding: 25px 3%;
    }

} */

/* --------------hme Container----------------------------------------------------- */

.homeContainer {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    background-color: #252525c4;
}



.homeContainer .left-container {
    width: 100%;
    height: 45%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 7%;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    background: transparent;
}

.left-video {
    display: flex;
    flex-wrap: wrap;
    width: 66%;
    /* justify-content: space-around; */
    height: fit-content;
    column-gap: 1.6%;
    border-radius: 18px;
}

.left-video video {
    width: 97%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* 
.left-video div:nth-child(1)>video {
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
} */

/* .left-video div:nth-child(2)>video {
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
} */

.left-text {
    width: 34%;
    /* height: 50%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 3%;
}

.left-text div:nth-child(1) p {
    font-weight: bold;
    font-size: 4.7vw;
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.left-text div:nth-child(2) p {
    font-weight: 700;
    font-size: 4.7vw;
    text-align: left;
    align-content: top;
    color: #ffffff;
    width: 50%;
    /* font-family: "Philosopher", sans-serif; */
    /* margin-top: 4%; */
}

.word-next {
    margin-top: 4%;
}

.changing-word {
    font-weight: 700;
    font-size: 4.7vw;
    color: white;
    transform: translateY(40px);
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    will-change: transform, opacity;
    /* font-family: "Philosopher", sans-serif; */
    margin-left: -8%;
}


.right-img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 2% 2% 2%;
}

.right-img img {
    height: 85%;
    width: auto;
    opacity: 0;
}

.textScroll {
    width: 100%;
    height: 100%;
    display: flex;
    transition: opacity 0.3s ease;
}


.intro-text,
.textScroll {
    position: relative;
    transition: opacity 0.3s ease;
}

/* .intro-text p {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #3600ff 0%, #00ff6f 29%, #00c9ff 67%, #fffc8d 100% 100%) !important;
    background-size: auto auto !important;
    background-clip: border-box !important;
    background-size: 200% auto !important;
    color: #fff !important;
    background-clip: text !important;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite !important;
    display: inline-block !important;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
} */

/* @keyframes textclip {
    to {
        background-position: 200% center;
    }
} */

.changing-word {
    position: absolute;
    top: 0%;
    left: -10%;
    width: 100%;
    transform: translateY(100%);
    white-space: nowrap;
    display: inline-block;
    will-change: transform, opacity;
}

@media screen and (max-width: 1100px) {
    .changing-word {
        top: 26%;
    }
}

.word-current {
    transform: translateY(0%);
    opacity: 1;
    background: linear-gradient(to right, #6de982, #76ec15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.textScroll p {
    position: relative;
}


.gradient-text {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}


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

        width: 100%;
        height: 70%;
        /* min-height: 60%; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .left-text div:nth-child(1) p {
        /* height: 30%; */
        font-size: 8vw;

    }

    .textScroll {
        width: 100%;
        height: 30%;
        gap: 2.5vw;
        align-items: flex-start;
    }

    .changing-word {
        top: 36%;
        margin-left: -8%;
    }

    .left-text {
        width: 100%;
    }
}

@media screen and (max-width: 478px) {
    .left-text div:nth-child(1) p {
        /* height: 22%; */
        font-size: 9vw;
    }

    .left-text div:nth-child(2) p {
        width: 40%;
        font-size: 8vw;
    }

    .changing-word {
        font-size: 8vw;
    }
}



/********************************************************* New why choose section *********************************************************************** */

.new-why-choose-sec-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 4vw 1vw;
    margin: auto;
}

.new-why-choose-sec-card {
    background-color: #141414;
    border-radius: 16px;
    padding: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.new-why-choose-sec-card:hover {
    transform: translateY(-5px);
}

.new-why-choose-sec-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.new-why-choose-sec-number {
    font-size: 3rem;
    font-weight: 500;
    color: #FFFFFF;
}

.new-why-choose-sec-title {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: right;
    color: #FFFFFF;
    flex: 1;
    margin-left: 1rem;
}

.new-why-choose-sec-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    max-height: 380px;
}

@media (max-width: 991px) {
    .new-why-choose-sec-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-why-choose-sec-row>.new-why-choose-sec-card:nth-last-child(1):nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: 60%;

    }
}


@media (max-width: 480px) {
    .new-why-choose-sec-row {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .new-why-choose-sec-number {
        font-size: 1.5rem;
    }

    .new-why-choose-sec-title {
        font-size: 1rem;
    }

    .new-why-choose-sec-row>.new-why-choose-sec-card:nth-last-child(1):nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: 100%;
    }

    .new-why-choose-sec-image {
        max-height: 250px;
    }
}




/* -------------------------------image reveal------------------------------ */

.img-reveal {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    /* background-image: url(./homepage/OODA\ Product\ Back.png); */
    background-repeat: no-repeat;
    background-size: cover;
}

.img-overlay {
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: changeimg-desktop 12s linear infinite;
}

@keyframes changeimg-desktop {

    0%,
    29.62% {
        background-image: url('./homepage/images/trusted_products/Website 1.webp');
    }

    33.33%,
    62.96% {
        background-image: url('./homepage/images/trusted_products/Website 2.webp');
    }

    66.66%,
    96.29% {
        background-image: url('./homepage/images/trusted_products/Website 3.webp');
    }

    100% {
        background-image: url('./homepage/images/trusted_products/Website 1.webp');
    }
}


@media (max-width: 767px) {
    .img-overlay {
        animation: changeimg-mobile 12s linear infinite;
            height: auto;
                margin-top: -16vw;

    }

    @keyframes changeimg-mobile {

        0%,
        29.62% {
            background-image: url('./homepage/images/trusted_products/Mobile 1.webp');
        }

        33.33%,
        62.96% {
            background-image: url('./homepage/images/trusted_products/Mobile 2.webp');
        }

        66.66%,
        96.29% {
            background-image: url('./homepage/images/trusted_products/Mobile 3.webp');
        }

        100% {
            background-image: url('./homepage/images/trusted_products/Mobile 1.webp');
        }
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .img-overlay {
        animation: changeimg-tab 12s linear infinite;
    }

    @keyframes changeimg-tab {

        0%,
        29.62% {
            background-image: url('./homepage/images/trusted_products/Tab 1.webp');
        }

        33.33%,
        62.96% {
            background-image: url('./homepage/images/trusted_products/Tab 2.webp');
        }

        66.66%,
        96.29% {
            background-image: url('./homepage/images/trusted_products/Tab 3.webp');
        }

        100% {
            background-image: url('./homepage/images/trusted_products/Tab 1.webp');
        }

    }
}


.img-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* ********************************************************** Your trusted products section ***********************************************************************/
/* 

.text-over-video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #070707;
}

.text-over-video-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
    background: rgba(0, 0, 0, 0.068);
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.068);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    flex-direction: column;
}

.text-overlay h1 {
    font-weight: 400;
    font-size: 10vw;
    line-height: 1;
    margin: .15em 0;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .text-overlay h1 {
        font-size: 9rem;
    }
}

@media (max-width: 480px) {
    .text-overlay h1 {
        font-size: 4rem;
    }
}

.text-overlay-container {
    overflow: hidden;
}

.text-overlay h1 {
    transform-style: preserve-3d;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    transform: rotate(-90deg);
    opacity: 0;
} */


/* -----------------------------------------Product Slide--------------------------------- */

.demo-text {
    overflow: hidden;
}

.demo-text .text {
    font-size: clamp(8rem, 15vw, 16rem);
    white-space: nowrap;
    line-height: 1;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.gallery-container {
    width: 100%;
}

.gallery-container .demo-gallery {
    padding-bottom: 1rem;
}

.gallery-container .wrapper {
    display: flex;
}

.gallery-container ul {
    padding-left: 1rem;
    list-style: none;
}

.gallery-container li {
    flex-shrink: 0;
    width: clamp(500px, 60vw, 800px);
    padding-right: 1rem;
}

.gallery-container img {
    width: 100%;
    height: auto;
    background: #f0f0f0;
}



/* -----------------------------------------IMAGE GRID------------------------------------------------ */


.image-grid-section {
    min-height: 100vh;
    min-width: 100vw;
    position: relative;
    z-index: 5;
    background: linear-gradient(to right, #16CAC2 0%, #0499F2 38%, #0499F2 83%, #0CAFDB 100%);
}

.image-grid-section .content {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    place-items: center;
    align-content: center;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.image-grid-section .grid {
    width: 1650px;
    max-width: calc(100% - 4rem);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: clamp(10px, 7.35vw, 80px);
    margin: 0 auto;
    align-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.image-grid-section .grid>.layer {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
}

.image-grid-section .grid>div:nth-of-type(1) div:nth-of-type(odd) {
    grid-column: 1;
}

.image-grid-section .grid>div:nth-of-type(1) div:nth-of-type(even) {
    grid-column: -2;
}

.image-grid-section .grid>div:nth-of-type(2) div:nth-of-type(odd) {
    grid-column: 2;
}

.image-grid-section .grid>div:nth-of-type(2) div:nth-of-type(even) {
    grid-column: 4;
}

.image-grid-section .grid>div:nth-of-type(3) div {
    grid-column: 3;
}

.image-grid-section .scaler {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
    grid-area: 2 / 3;
}

.image-grid-section img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 1rem;
}

.image-grid-section .scaler img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
}


@media (max-width: 991px) {
    .image-grid-section .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(8px, 4vw, 24px);
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        translate: none;
        padding: 3.5vw 0;
    }

    .image-grid-section .scaler {
        display: none;
    }

    .image-grid-section .layer:nth-of-type(2),
    .image-grid-section .layer:nth-of-type(3) {
        /* display: none; */
    }

    .image-grid-section .content {
        position: relative;
        min-height: auto;
        height: auto;
    }

    .image-grid-section {
        height: auto;
        min-height: auto;
    }
}


/* ******************************************************************** We have products built to stick section **************************************************** */



.product-sec-container {
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.product-sec-container img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.scroll-wrapper {
    position: relative;
    width: 100vw;
    overflow: hidden;
    background: #f0f0f0;
}

section.products-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2vw;
    height: 100vh;
    width: max-content;
    position: relative;
    gap: 10vw;
    padding-top: 5vw;
}

.cards-container {
    display: flex;
    gap: 10vw;
    height: 70vh;
    align-items: flex-end;
    width: max-content;
}

.heading {
    font-size: 7vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 3vw;
}

.heading p {
    color: #000000;
    overflow: hidden;
    display: inline-block;
}

.product-revealer {
    background-color: #00aacd;
    outline: 5px solid #D3DEFF;
    padding: 0 .5vw;
    transform: rotate(-3deg);
    color: #FFFFFF;
    margin: -5% 0 -4% 0;
    opacity: 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    line-height: 1.25;
    position: relative;
    z-index: 99;
}

.letter {
    opacity: 0;
    display: inline-block;
}


/* .cards-container {
  display: flex;
  flex-direction: row;
  gap: 10vw;
  height: 70vh;
  align-items: flex-end;
  background: #ffe3c8;
  width: max-content;
  flex-shrink: 0;
} */

.card {
    flex: 1;
    width: 50vw;
    height: 100%;
    /* height: auto; */
    background: white;
    border-radius: 1.5vw;
    position: relative;
    overflow: visible;
    display: block;
    scale: .75;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card:nth-child(even) {
    transform: rotate(10deg);
    background-color: #648af6;
}



.card:nth-child(odd) {
    transform: rotate(-10deg);
    background-color: #2a2a2a;
}

.card .center-image {
    z-index: 6;
    width: 28vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
    transform: translateX(-50%);
    animation: normalAnimation 2s ease-in-out infinite;
    left: 50%;
}

@keyframes normalAnimation {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.01);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }

}

.card .first-center-img {
    width: 45vw;
}

.card .bg-image {
    z-index: 5;
    width: 45vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -5vw 0% 0%;

    transition: transform 0.2s ease-out;
    object-fit: cover;
    animation: loopAnimation 3.5s ease-in-out infinite;
}


@keyframes loopAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(2vw);
    }

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

.card .product-name {
    position: absolute;
    font-size: 2.2vw;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 29%;
    z-index: 10;
}

.card:nth-child(even) .product-name {
    bottom: 2vw;
    left: 1vw;
    text-align: left;
}

.card:nth-child(odd) .product-name {
    bottom: 2vw;
    right: 1vw;
    text-align: right;
}

.view-more-button {
    position: absolute;
    bottom: 3%;
    width: fit-content;
    font-size: 1vw;
    color: #fff;
    border-radius: 999px;
    background-color: #03934d;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.view-more-button:hover {
    background-color: #027a3f;
}

@media screen and (max-width: 480px) {
    .view-more-button {
        bottom: 2%;
        padding: 10px 14px;
        font-size: .75rem;
    }
}

@media (max-width: 991px) {
    .scroll-wrapper {
        overflow: visible !important;
        padding-bottom: 1vw;

    }

    section.products-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: visible !important;
        gap: 0rem;
        height: auto;
        width: 100%;
        padding-top: 2rem;
    }

    .cards-container {
        flex-direction: column;
        gap: 2rem;
        width: 100%;
        align-items: center;
        height: auto;
        padding: 0 1rem;
        margin-top: 2rem;
    }

    .card {
        width: 100%;
        max-width: 700px;
        /* Reasonable max width for mobiles/tablets */
        height: auto;
        min-height: 40vh;
        /* Ensure cards have some height */
        margin: 0 auto;
        border-radius: 1.5rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        background-color: white;
        position: relative;
        overflow: visible;
        transform: none !important;
        scale: .85;
    }

    .card .bg-image {
        width: 100%;
        height: auto;
        inset: 0;
        object-fit: cover;
        border-radius: 1.5rem 1.5rem 0 0;
        /* Rounded corners top */
        position: absolute;
        /* so it stacks below center-image */
        z-index: 1;
    }

    .card .center-image {
        position: absolute;
        width: 80%;
        max-width: 350px;
        margin: -25% auto 0 auto;
        /* Pull up above the card's bottom */
        margin-left: unset;
        display: block;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
    }

    .card .first-center-img {
        width: 100%;
        max-width: 545px;
    }

    .card .product-name {
        position: absolute;
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        padding: 1rem 0 2rem;
        z-index: 20;
        text-transform: uppercase;
        bottom: -2vw !important;
        line-height: 1.3;

    }

    .card:nth-child(even) .product-name {
        left: 2vw !important;
    }

    .card:nth-child(odd) .product-name {
        right: 4vw !important;
    }

    .view-more-button {
        position: relative;
        bottom: auto;
        left: 38%;
        transform: none;
        margin: 2rem auto;
    }

    .view-more-button::after {
        font-weight: 600;
        top: -77%;
        left: -28%;
        opacity: 0.2;
    }
}

@media screen and (max-width: 768px) {
    .cards-container {
        gap: 8rem;
        margin-top: 6rem;
    }

    
}

@media screen and (max-width: 480px) {
    .cards-container {
        gap: 5rem;
        margin-top: 0.5rem;
    }
}

@media (max-width: 480px) {
  .card .product-name {
    position: absolute;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 1rem 0 2rem;
    z-index: 20;
    text-transform: uppercase;
    bottom: 42vw !important;
    left: 32vw !important;
    line-height: 1.2;
  }
  .card .center-image {
        position: absolute;
        width: 50%;
        max-width: 350px;
        margin: -25% auto 0 auto;
        /* Pull up above the card's bottom */
        margin-left: unset;
        display: block;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
    }

    #product-name-uv{
        bottom: 52vw !important;
        left: 32vw !important;
    }
    .card:nth-child(even) .product-name {
        left: 32vw !important;
    }
}

/************************************************************************* short brief about us *********************************************************************/

.short-brief-section {
    min-height: 75vh;
    text-align: center;
    padding: 0;
    position: relative;
    padding-top: 4%;
    padding-bottom: 5%;
}

.short-brief-heading-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
}


.short-brief-heading-1 {
    background: #00aacd;
    color: #ffffff;
    line-height: 5vw;
    font-size: 4vw;
    letter-spacing: 0vw;
    text-transform: uppercase;
    transform: rotate(-3deg);
    height: 100%;
    padding: .5vw .25vw;
    font-weight: 500;
    border: 3px solid white;
}

.short-brief-heading-container {
    height: 100%;
}

.short-brief-heading-2 {
    background: #ffffff;
    color: #414141;
    line-height: 5vw;
    text-transform: uppercase;
    font-size: 4vw;
    letter-spacing: 0vw;
    transform: rotate(-3deg);
    padding: .5vw 1vw;
    font-weight: 500;
    margin-top: 0.5vw;
}

.short-brief-heading {
    margin-bottom: 20px;
}

.short-brief-description {
    width: 65%;
    margin: 0 auto 30px;
    line-height: 1.6;
    font-size: 1.25vw;
    color: #ffffff;
}

.short-brief-button {
    color: white;
    border: 2px solid green;
    padding: 10px 25px;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 40px;
    border-radius: 999px;
    font-size: 1.1vw;
}

.short-brief-button:hover {
    background-color: green;
}

.short-brief-relative-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.short-brief-card {
    display: flex;
    justify-content: space-around;
    /* background: #f5f5f5; */
    /* border-radius: 100px; */
    padding: 18px 10px;
    margin: 40px auto;
    width: 55%;
    position: absolute;
}

.short-brief-card-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.short-brief-label {
    font-size: 1.15vw;
    color: #FFFFFF;
}

.short-brief-count {
    font-size: 2vw;
    font-weight: bold;
    color: #00AACD;
    margin-top: 1vw;
}

.short-brief-images {
    position: relative;
    margin-top: 40px;
}

.short-brief-img-left,
.short-brief-img-right {
    position: absolute;
    bottom: 20px;
    width: 20vw;
}

.short-brief-img-left {
    left: 5%;
}

.short-brief-img-right {
    right: 5%;
}

.short-brief-curve-img {
    display: block;
    margin: 80px auto 0;
    width: 100%;
    z-index: 99;
    position: relative;
}

@media screen and (max-width: 991px) {
    .short-brief-section {
        position: relative;
        min-height: unset;
    }

    .short-brief-description {
        margin-top: 4vw;
        width: 90%;
        font-size: 2vw !important;
    }

    .short-brief-button {
        font-size: 1.75vw;
    }

    .short-brief-label {
        font-size: 1.5vw;
        padding: 2px 10px;
    }

    .short-brief-card {
        width: 90%;

    }

    .short-brief-count {
        font-size: 2.5vw;
        /* margin-top: 1.5vw; */
    }

    .short-brief-img-left,
    .short-brief-img-right {
        position: absolute;
        bottom: 10px;
        width: 25vw;
    }
}

@media screen and (max-width: 600px) {
    .short-brief-heading-1 {
        border-width: 1px;
    }

    .short-brief-card {
        border-radius: 100px;
        padding: 10px 5px;
        width: 90%;
        scale: .96;
    }

    .short-brief-label {
        font-size: 2.35vw;
        padding: 0;
        margin-bottom: 0;
    }

    .short-brief-count {
        font-size: 3vw;
        /* margin-top: -1vw; */
    }

    .short-brief-description {
        margin-top: 6vw;
        width: 85%;
        font-size: 2.75vw !important;
    }

    .short-brief-button {
        font-size: 2.75vw;
        padding: 1.5vw 3.5vw;
        margin-bottom: 4vw;
    }

    .short-brief-img-left,
    .short-brief-img-right {
        position: absolute;
        bottom: 10px;
        width: 20vw;
    }
}


/* Main section fills viewport */
.made-in-sec-main-section {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* Video absolute inside main-section */
.made-in-sec-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.made-in-sec-video-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.made-in-sec-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 250px;
    height: 250px;
    border-radius: 999px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.made-in-sec-relative-container {
    position: relative;
}

.made-in-sec-video-play-rotate {
    border: 5px solid transparent;
    /* border-radius: 50%; */
    animation: spin 9s linear infinite;
    height: 100%;
    width: 350px;
    object-fit: contain;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.made-in-sec-play-button-icon-container {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    backdrop-filter: blur(25px);
    border-radius: 999px;
}

.made-in-sec-play-button-icon-container .made-in-sec-relative-container {
    height: 100%;
    width: 100%;
}

.made-in-sec-play-button-icon-container .made-in-sec-relative-container img {
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    width: 30%;
    position: absolute;
}



.made-in-sec-background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gradient overlay full cover */
.made-in-sec-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #09D5CC, #01BEAE, #07A5D2);
    z-index: 1;
    pointer-events: none;
}

/* Circular reveal window (optional visual marker) */
.made-in-sec-reveal-circle {
    position: relative;
    z-index: 2;
    width: 10vw;
    height: 10vh;
    min-width: 80px;
    min-height: 80px;
    border-radius: 9999px;
    background: transparent;
    margin-top: 5%;
    pointer-events: none;
}

/* Dummy sections for scroll */
.made-in-sec-dummy {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

/* Text group styles */
.made-in-sec-text-group {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 0;
    top: 15%;
}

.made-in-sec-heading-1 {
    padding: 0.5rem;
    letter-spacing: 0;
    color: white;
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: bold;
    border: 3px solid #058DB7;
    text-align: center;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
}

.made-in-sec-heading-1:first-child {
    margin-bottom: -1%;
    z-index: 99;
}


.made-in-sec-rotated {
    transform: rotate(-3deg);
}

/* Optional smoother transition when animating */
.made-in-sec-heading-1,
.made-in-sec-text-group {
    will-change: transform, opacity;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.made-in-sec-heading-1 {
    background-color: #00AACD;
}

.made-in-sec-heading-2 {
    background-color: white;
    color: #414141;

}

.made-in-sec-reveal-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* Text block inside wrapper */
.made-in-sec-text-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    opacity: 1;
    transform: translateY(0);
}

/* Reveal circle remains below text group */
.made-in-sec-reveal-circle {
    position: relative;
    z-index: 2;
    width: 10vw;
    height: 10vh;
    min-width: 80px;
    min-height: 80px;
    border-radius: 9999px;
    background: transparent;
    pointer-events: none;
    transform: scale(1);
    /* default scale */
    transition: transform 0.3s ease-out;
}

@media screen and (max-width: 1600px) {
    .made-in-sec-heading-1 {
        font-size: 2rem;
    }

    .made-in-sec-heading-1:first-child {
        margin-bottom: -3%;
    }
}

@media screen and (max-width: 991px) {
    .made-in-sec-text-group {
        margin-top: 15%;
    }

    .made-in-sec-heading-1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 480px) {
    .made-in-sec-text-group {
        margin-top: 20%;
    }

    .made-in-sec-heading-1 {
        font-size: 1.25rem;
        padding: 0.5rem 0.5rem;
    }

    .made-in-sec-heading-1:first-child {
        margin-bottom: -5%;
    }

    .made-in-sec-reveal-circle {
        min-width: 40px;
        min-height: 40px;
        height: 5vh;
        width: 5vh;
    }

    .made-in-sec-play-button {

        width: 100px;
        height: 100px;
        border-radius: 999px;
        border-radius: 50%;

    }


    .made-in-sec-play-button-icon-container {
        width: 125px;
        height: 125px;

    }

    .made-in-sec-video-play-rotate {
        width: 350px;
        scale: 2.5;
    }
}

@media screen and (max-width: 320px) {
    .made-in-sec-text-group {
        margin-top: 0%;
    }

    .made-in-sec-heading-1 {
        font-size: 1.05rem;
        padding: 0.5rem 0.5rem;
    }

    .made-in-sec-heading-1:first-child {
        margin-bottom: -7%;
    }
}

/* made in mobile and tab version */

@media screen and (max-width: 991px) {
    .made-in-sec-main-section {
        display: none;
    }

    .mob-section-wrapper {
        width: 100%;
        overflow: hidden;
    }

    .mob-gradient-container {
        background: linear-gradient(120deg, #09D5CC, #01BEAE, #07A5D2);
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mob-made-in-sec-text-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin: 10% 0%;
    }

    .mob-made-in-sec-heading-1 {
        font-size: 1rem;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
        text-align: center;
        padding: 0.5rem;
        background-color: #00AACD;
        border: 3px solid #058DB7;
        backdrop-filter: blur(5px);
    }

    .mob-made-in-sec-heading-1:first-child {
        margin-bottom: -7%;
        z-index: 9;
    }

    .mob-made-in-sec-heading-2 {
        background-color: white;
        color: #414141;
    }

    .mob-made-in-sec-rotated {
        transform: rotate(-3deg);
    }

    .mob-video-wrapper {
        position: relative;
        width: 100%;
        min-height: 80vh;
    }

    .mob-made-in-sec-background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mob-made-in-sec-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        z-index: 2;
    }

    .mob-made-in-sec-relative-container {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
    }

    .mob-made-in-sec-video-play-rotate {
        width: 100%;
        height: 100%;
        animation: rotate 6s linear infinite;
    }

    .mob-made-in-sec-play-button-icon-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-34%, -50%);
        width: 40%;
        height: 40%;
    }

    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
}

@media screen and (min-width: 992px) {
    .mob-section-wrapper {
        display: none;
    }
}

/************************************************************************************** what if section ********************************************************/

.what-if-section {
    max-height: 100vh;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.what-if-left-img-container,
.what-if-center-text,
.what-if-right-img-container {
    position: absolute;
}

.what-if-left-img-container,
.what-if-right-img-container {
    max-width: 17%;
    top: 23%;
}

.what-if-left-img-container {
    left: 5%;
}

.what-if-right-img-container {
    right: 8%;
}

.what-if-center-text {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 99;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 4.5vw;
    white-space: nowrap;
    font-weight: 600;
}


.what-if-left-img-container img,
.what-if-right-img-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    /* transform: rotate(20deg); */
    border: 1px solid white;

}

.what-if-svg-container {
    width: 100%;
    padding-top: 28%;
    /* Shows top ~35% of SVG */
    overflow: hidden;
    position: relative;
}

.what-if-svg-container svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

/* Centered content below the SVG */
.what-if-center-content {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 99;
}

.what-if-center-content .what-if-line {
    width: 2px;
    height: 22vh;
    background: #3D3D3D;
    margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
    .what-if-center-content .what-if-line {
        height: 8vh;
    }
}

.what-if-center-content h1 {
    font-size: 2rem;
    margin: 0 0 10px;
}

.what-if-center-content p {
    font-size: 1rem;
    max-width: 600px;
    width: 75%;
    margin: 0 auto;
    line-height: 1.5;
    opacity: 0.8;
    color: #e6e5e5;
}

.what-if-number-container {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: transparent;
    color: white;
    border: 2px solid #3D3D3D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -1%;
}

.what-if-number-container span {
    font-size: 1.1rem;

}

@media screen and (max-width: 991px) {
    .what-if-section {
        display: none;
    }

    .mob-what-if-section .new-why-choose-sec-top {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .mob-what-if-section .new-why-choose-sec-image {
        max-height: 215px;
    }

    .mob-what-if-title {
        font-size: 2.5rem;
        margin: 4vw 0;
        color: #FFFFFF;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.1vw;
    }

    .mob-what-if-desc-text {
        margin: .5em 0;
        font-size: 1.1rem;
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .mob-what-if-section {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .mob-what-if-section .new-why-choose-sec-row {
        margin: 0 1rem;
    }

    .mob-what-if-section .new-why-choose-sec-card {
        padding: 0 0.75rem;
    }

    .mob-what-if-section .new-why-choose-sec-card:hover {
        transform: translate(0);
    }
}

.reveal-letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
}

.floating-img {
    animation: floatUpDown 2.5s ease-in-out infinite;
    will-change: transform;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(1deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}




/* ----------------------------nav animation------------------------- */

ul {
    padding: 0;
    display: flex;
}

li {
    list-style-type: none;
    padding: 10px 20px;
}

a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    position: relative;
}

ul li a:before {
    content: "";
    width: 0;
    height: 5px;
    background-color: #07f7f3;
    position: absolute;
    top: 120%;
    left: 0;
    transition: all 0.5s;
}

ul li a:after {
    content: "";
    width: 0;
    height: 5px;
    background-color: #35f756;
    position: absolute;
    top: 120%;
    right: 0;
    transition: all 0.5s;
}

ul li a:hover:before {
    width: 50%;
    transform: translateX(100%);
}

ul li a:hover:after {
    width: 50%;
    transform: translateX(-100%);
}

.fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    pointer-events: none;
    z-index: -1;
}

@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:200,900');

:root {
    --text-color: rgb(0, 239, 247);
    /* --shadow-color: hsla(210, 40%, 52%, .4);
    --btn-color: hsl(210, 80%, 42%);
    --bg-color: #141218; */
}

button {
    position: relative;
    padding: 10px 20px;
    border: none;
    background: none;
    cursor: pointer;
    text-transform: uppercase;

    color: var(--text-color);
    /* background-color: var(--btn-color); */
    /* box-shadow: var(--shadow-color) 2px 2px 22px; */
    border-radius: 4px;
    z-index: 0;
    overflow: hidden;
}

button:focus {
    outline-color: transparent;
    /* box-shadow: var(--btn-color) 2px 2px 22px; */
}

.right::after,
button::after {
    /* content: var(--content); */
    display: block;
    position: absolute;
    white-space: nowrap;
    padding: 40px 40px;
    pointer-events: none;
}

button::after {
    font-weight: 600;
    top: -30px;
    left: -9%;
    opacity: 0.2;
}

.view-more-button::after {
    font-weight: 600;
    top: -66%;
    left: -14%;
    opacity: 0.2;
}

.right,
.left {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.right {
    left: 66%;
}

.left {
    right: 66%;
}

.right::after {
    top: -30px;
    left: calc(-66% - 20px);

    background-color: var(--bg-color);
    color: transparent;
    transition: transform .4s ease-out;
    transform: translate(0, -90%) rotate(0deg)
}

button:hover .right::after {
    transform: translate(0, -47%) rotate(0deg)
}

button .right:hover::after {
    transform: translate(0, -50%) rotate(-7deg)
}

button .left:hover~.right::after {
    transform: translate(0, -50%) rotate(7deg)
}

button::before {
    content: '';
    pointer-events: none;
    opacity: .6;
    background:
        radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px),
        radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px),
        radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, var(--text-color) 5px, var(--text-color) 6px, transparent 6px);

    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute;
    animation: bubbles 5s linear infinite both;
}

@keyframes bubbles {
    from {
        transform: translate();
    }

    to {
        transform: translate(0, -66.666%);
    }
}

@media screen and (max-width:900px) {
    .view-more-button::after {
        font-weight: 600;
        top: -77%;
        left: -28%;
        opacity: 0.2;


    }

    button::after {
        font-weight: 600;
        top: -34px;
        left: -29%;
        opacity: 0.2;
    }
}


.mob-animate-grid-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #16CAC2 0%, #0499F2 38%, #0499F2 83%, #0CAFDB 100%);
    will-change: transform;
}

.mob-animate-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    column-gap: 4vw;
    row-gap: 4vw;
    width: 150vw;
    max-width: 1500px;
    height: 105vh;
}

.mob-animate-grid-card {
    background-color: antiquewhite;
    height: 100%;
    width: 100%;
    min-width: 40vw;
    opacity: 0;
    transform: scale(0.7);
    overflow: hidden;
    border-radius: 10px;
}

.mob-animate-grid-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-card {
    z-index: 10;
}


@media screen and (max-width: 991px) {
    .mob-animate-grid-wrapper {
        display: flex;
    }

    .image-grid-section {
        display: none;
    }
}





/* Right side video collage container */
.video-collage {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    gap: 1.25rem;
}

/* Position each tile creatively by spanning rows/columns */
.video-tile {
    position: relative;
    background: #111;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 33%;
    height: 100%;
    border-radius: 16px;
}

.video-tile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 991px) {
    .homeContainer {
        justify-content: flex-end;
        padding-top: 18% !important;
        border-radius: unset !important;
    }

    .homeContainer .left-container {
        width: 100%;
        max-height: 25%;
        padding-top: unset;
    }

    .video-collage {
        gap: 0.8rem !important;
        flex-wrap: wrap;
        padding-left: 5px;
    }

    .video-tile {
        width: 48%;
        height: 50%;
    }

    .video-tile:first-child {
        width: 100%;
        height: 50%;
    }

    .right-img {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5% 2% 4% 0%;
    }

    .left-video {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        align-items: end;
        height: fit-content;
        gap: 0.7%;
        border-radius: 18px;
    }

    .right-img {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0% 2% 4% 0%;
    }


}

/* Hover scaling effect */
.video-tile:hover,
.left-video video:hover {
    /* transform: scale(1.07); */
    box-shadow: 0 14px 36px rgba(0, 128, 255, 0.45);
    z-index: 10;
    cursor: pointer;
}


.lenis-scroll-container {
    position: relative;
}

.parent-hero {
    width: 100%;
    height: 100vh;
    margin-top: 31.5vh;
    /* overflow: hidden; */
}

.parent-hero video {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #000;
    margin-top: -11%;
}


/* Responsive tweaks */
@media (max-width: 1200px) {

    .parent-hero {
        width: 100%;
        height: auto;
        margin-top: 14vh;
        /* overflow: hidden; */
    }

    .parent-hero video {
        width: 100%;
        height: auto;
        margin-bottom: 10%;
    }

}





/* preload before click to explore */

.click-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* opacity: 0; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center,
            rgb(3, 147, 77) 0%,
            rgb(0, 255, 157) 30%,
            rgb(0, 0, 0) 100%);
    cursor: pointer;
    transition: all 0.5s ease-out;
    z-index: -10000001;
    animation: overlayShimmer 3s ease-in-out infinite;
}

.click-overlay.fade-out {
    opacity: 0;
    pointer-events: none;
}

@keyframes overlayShimmer {

    0%,
    100% {
        background: radial-gradient(circle at center,
                rgba(3, 147, 77, 0.2) 0%,
                rgba(0, 255, 157, 0.1) 30%,
                rgba(0, 0, 0, 0.7) 100%);
    }

    50% {
        background: radial-gradient(circle at center,
                rgba(0, 255, 157, 0.3) 0%,
                rgba(3, 147, 77, 0.2) 30%,
                rgba(0, 0, 0, 0.6) 100%);
    }
}

/* Click Message */
.click-message {
    position: relative;
    background: linear-gradient(135deg,
            rgba(3, 147, 77, 0.9) 0%,
            rgba(0, 255, 157, 0.8) 50%,
            rgba(0, 220, 255, 0.7) 100%);
    backdrop-filter: blur(20px);
    border: 3px solid transparent;
    background-clip: padding-box;
    padding: 25px 50px;
    border-radius: 60px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(3, 147, 77, 0.8),
        0 0 20px rgba(0, 255, 157, 0.6),
        0 0 30px rgba(0, 220, 255, 0.4);
    animation: neonPulse 2s ease-in-out infinite, floatGlow 4s ease-in-out infinite;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 0 30px rgba(3, 147, 77, 0.5),
        0 0 60px rgba(0, 255, 157, 0.3),
        0 0 90px rgba(0, 220, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.click-message::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg,
            #03934d, #00ff9d, #00dcff, #03934d, #00ff9d);
    background-size: 300% 300%;
    border-radius: 60px;
    z-index: -1;
    animation: borderGlow 3s linear infinite;
}

.click-message::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transform: translateY(-50%);
    animation: shimmer 2.5s ease-in-out infinite;
}

.click-message:hover {
    transform: scale(1.08) translateY(-2px);
    box-shadow:
        0 0 40px rgba(3, 147, 77, 0.7),
        0 0 80px rgba(0, 255, 157, 0.5),
        0 0 120px rgba(0, 220, 255, 0.3),
        0 10px 30px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 15px rgba(3, 147, 77, 1),
        0 0 25px rgba(0, 255, 157, 0.8),
        0 0 35px rgba(0, 220, 255, 0.6);
}

@keyframes neonPulse {

    0%,
    100% {
        opacity: 0.9;
        transform: scale(1);
        box-shadow:
            0 0 30px rgba(3, 147, 77, 0.5),
            0 0 60px rgba(0, 255, 157, 0.3),
            0 0 90px rgba(0, 220, 255, 0.2);
    }

    50% {
        opacity: 1;
        transform: scale(1.02);
        box-shadow:
            0 0 40px rgba(3, 147, 77, 0.7),
            0 0 80px rgba(0, 255, 157, 0.5),
            0 0 120px rgba(0, 220, 255, 0.4);
    }
}

@keyframes floatGlow {

    0%,
    100% {
        transform: translateY(0px);
        filter: brightness(1);
    }

    33% {
        transform: translateY(-3px);
        filter: brightness(1.1);
    }

    66% {
        transform: translateY(3px);
        filter: brightness(0.95);
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}



.bullet-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2vw;
    backdrop-filter: blur(10px);
    padding: 2.5% 6%;
}

.bullet-item {
    display: flex;
    align-items: center;
    gap: 1vw;
    border: 1px solid white;
    border-radius: 4vw;
    padding: 0.6vw;
    font-size: 1.3vw;
    transition: background 0.3s, transform 0.2s;
}


.bullet-item:hover {
    background: rgba(200, 200, 200, 0.2);
    transform: translateY(-2px);
}

.bullet-item::before {
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background: url('./homepage/images/green_bullet.svg') no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
}

@media (max-width: 1200px) {

    .bullet-grid {
        display: grid;
        gap: 5vw;
        backdrop-filter: blur(10px);
        padding: 4vw;
    }

    .bullet-item {
        display: flex;
        align-items: center;
        gap: 2vw;
        border: 1px solid white;
        border-radius: 6vw;
        padding: 2vw;
        font-size: 3vw;
        transition: background 0.3s, transform 0.2s;
    }

    .bullet-item::before {
        content: "";
        display: inline-block;
        width: 5vw;
        height: 5vw;
        background: url('./homepage/images/green_bullet.svg') no-repeat center center;
        background-size: contain;
        flex-shrink: 0;
    }

}

@media (min-width: 1024px) {
    .bullet-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}



/* iPad Mini (Portrait & Landscape) */
@media only screen and (min-width: 600px) and (max-width: 1124px) {

        .card .center-image {
            max-width: 250px;
        }
    .card .bg-image {
        width: 73%;
    }

}
