/* HERO SECTION START HERE */

.hero-section {
    background: radial-gradient(circle, rgba(0, 3, 154, 1) 0%, rgba(0, 1, 50, 1) 100%);
}

.hero-tittle-sp {
    font-family: "Satisfy", cursive;
}

.hero-tittle {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
}

.glaze {
    font-weight: 500;
}

.hero-tittle .char {
    display: inline-block;
    filter: blur(6px);
    opacity: 0;
}

.menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

/* Fullscreen navbar */
.navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    z-index: 99999999;
}

.navbar-overlay a {
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    margin: 15px 0;
    overflow: hidden;
    padding: 8px 20px;
    border-radius: 12px;
    display: inline-block;
}

.navbar-overlay a {
    transition: all 0.4s ease;
}

.navbar-overlay a:hover {
    transform: translateX(8px);
    letter-spacing: 3px;
}

.navbar-overlay a:hover {
    color: #fff;
}

.navbar-overlay a.active::before {
    left: 0;
}

.navbar-overlay a.active {
    color: #fff;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    cursor: pointer;
    color: #000;
}

.hero-left-main {
    padding: 15px 0 15px 20px;
}

.logo img {
    width: 100PX;
}

/* HERO SLIDER SATRT HERE */

/* ---- Slider additions (append to your CSS) ---- */
.hero-img {
    /* keeps your original padding/placement */
    padding: 15px;
    position: relative;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    min-height: 97vh;
}

/* Each slide sits on top of each other and fades */
.hero-slider .slide {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; */
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}

/* active slide visible */
.hero-slider .slide.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}

/* image styling — keep same look as before */
.hero-slider .slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    object-fit: cover;
}

/* Optional: make slider responsive and preserve hero size */
@media (max-width: 992px) {
    .hero-left-main h1 {
        font-size: 44px !important;
        line-height: 48px;
    }

    .hero-slider {
        min-height: 220px;
    }
}


/* HERO SLIDER END HERE */

.hero-img-2 {
    position: absolute;
    top: 38%;
    left: 5%;
    z-index: 1004;
}

.menu-main i {
    color: #ffffff !important;
}

.search-bar {
    border-radius: 60px;
    border: 0.6px solid #ffffffc0;
    height: 35px;
    width: 35px;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: all 0.6s ease;
}

.search-bar:hover {
    transform: scale(1.08);
}

.search-bar img {
    transition: all 0.6s ease;
    margin-top: 2px;
    margin-left: 2px;
}

.search-bar:hover img {
    rotate: 25deg;
    transform: scale(0.9) !important;
}

.menu-main {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.menu {
    border: 0.6px solid #ffffffc0;
    border-radius: 60px;
    padding: 0 10px;
    transition: all 0.6s ease;
}

.menu img {
    transition: all 0.6s ease;
}

.menu:hover {
    transform: scale(1.08);
}

.menu:hover img {
    transform: scale(0.9) !important;
}

.menu h6 {
    color: #fff !important;
    margin-bottom: 0 !important;
    font-weight: 400;
}

.hero-left-main h1 {
    font-size: 76px !important;
    margin-top: 70px;
    font-weight: 350;
    line-height: 80px;
    color: #fff !important;
}

.hero-left-main p {
    margin-top: 30px;
}

.counter {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 600;
}

.label-text {
    color: #ffffffa8 !important;
}

.hero-img img {
    width: 100%;
    border-radius: 15px;
}

.hero-img {
    padding: 15px;
}

.hero-right {
    position: relative;
}

.hero-contact-btn {
    position: absolute;
    top: -20PX;
    right: 30px;
}

.cssbuttons-io-button-2 {
    background: #000d86;
    margin-top: 50px;
    color: #ffffff;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 60px;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
}

.cssbuttons-io-button-2 .icon-2 {
    background: rgb(255, 255, 255);
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 60px;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #00000063;
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button-2:hover .icon-2 {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button-2 .icon-2 svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #3D3D3D;
}

.cssbuttons-io-button-2:hover .icon-2 svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button-2:active .icon-2 {
    transform: scale(0.95);
}

/* HERO SECTION END HERE */

/* FEATURES SECTION START HERE */

.features-section {
    margin-top: 70px;
}

.reveal-letters .char {
    display: inline-block;
    opacity: 0;
    filter: blur(8px);
    will-change: opacity, filter;
}

.features-section h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 450;
}

.features-img {
    display: flex;
    justify-content: center;
    margin-top: -100px;
    z-index: 1001;
}

.features-left .features-item {
    justify-content: end;
    display: flex;
    text-align: end;
    margin-right: -50px;
}

.features-item h5 {
    width: 50%;
    color: #3d3d3d !important;
}

.features-item {
    gap: 10px;
    margin-bottom: 50px;
}

.features-right .features-item {
    justify-content: start;
    display: flex;
    text-align: start;
    margin-left: -50px;
}

.features-icon {
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #d1d5ff;
    padding: 8px;
    border-radius: 50%;
}

.right-feature-sp {
    margin-left: -30% !important;
}

.left-feature-sp {
    margin-right: -30% !important;
}

.features-main {
    margin-top: 100px;
}

/*  */

.f-button {
    background: none;
    border: none;
    cursor: pointer;
    margin-top: -20px;
}

/* Main bloom container */
.f-button .f-bloom-container {
    position: relative;
    transition: all 0.2s ease-in-out;
    border: none;
    background: none;
}

/* 🟢 Smaller main circular button */
.f-button .f-bloom-container .f-button-container-main {
    width: 85px;
    /* reduced from 110px */
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: grid;
    place-content: center;
    border-right: 4px solid white;
    border-left: 4px solid rgba(128, 128, 128, 0.147);
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
}

/* Inner circle */
.f-button .f-bloom-container .f-button-container-main .f-button-inner {
    height: 45px;
    /* reduced from 60px */
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.5) -8px 4px 8px 0px;
    transition: all 0.5s ease-in-out;
}

.f-button .f-bloom-container .f-button-container-main .f-button-inner .f-back {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(60deg, rgb(79, 172, 206) 0%, rgb(65, 116, 194) 100%);
}

.f-button .f-bloom-container .f-button-container-main .f-button-inner .f-front {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: linear-gradient(60deg, rgb(79, 172, 206) 0%, rgb(68, 128, 218) 100%);
    display: grid;
    place-content: center;
}

/* Smaller icon */
.f-button .f-bloom-container .f-button-container-main .f-button-inner .f-front .f-svg {
    fill: #ffffff;
    opacity: 0.5;
    width: 22px;
    /* reduced from 30px */
    aspect-ratio: 1;
    transform: rotate(45deg);
    transition: all 0.2s ease-in;
}

.f-button .f-bloom-container .f-button-container-main .f-button-glass {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.888) 100%);
    transform: translate(0%, -50%) rotate(0deg);
    transform-origin: bottom center;
    transition: all 0.5s ease-in-out;
}

/* Bloom effects */
.f-button .f-bloom-container .f-bloom {
    height: 1px;
    width: 1px;
    position: absolute;
    background: white;
}

.f-button .f-bloom-container .f-bloom1 {
    top: 10px;
    right: 20px;
    box-shadow: rgb(255, 255, 255) 0px 0px 10px 10px,
        rgb(255, 255, 255) 0px 0px 20px 20px;
}

.f-button .f-bloom-container .f-bloom2 {
    bottom: 10px;
    left: 20px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px 10px,
        rgba(255, 255, 255, 0.5) 0px 0px 30px 20px;
}

/* Hover & Active Effects */
.f-button .f-bloom-container:hover {
    transform: scale(1.1);
}

.f-button .f-bloom-container:hover .f-button-container-main .f-button-glass {
    transform: translate(0%, -40%);
}

.f-button .f-bloom-container:hover .f-button-container-main .f-button-inner .f-front .f-svg {
    opacity: 1;
    filter: drop-shadow(0 0 10px white);
}

.f-button .f-bloom-container:active {
    transform: scale(0.7);
}

.f-button .f-bloom-container:active .f-button-container-main .f-button-inner {
    transform: scale(1.2);
}

/* ---------------------------------- */
/* RESPONSIVE BREAKPOINTS */
/* ---------------------------------- */

/* Mobile */
@media (max-width: 480px) {
    .f-button .f-bloom-container .f-button-container-main {
        width: 65px;
    }

    .f-button .f-bloom-container .f-button-container-main .f-button-inner {
        height: 35px;
    }

    .f-button .f-bloom-container .f-button-container-main .f-button-inner .f-front .f-svg {
        width: 16px;
    }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 768px) {
    .f-button .f-bloom-container .f-button-container-main {
        width: 75px;
    }

    .f-button .f-bloom-container .f-button-container-main .f-button-inner {
        height: 40px;
    }

    .f-button .f-bloom-container .f-button-container-main .f-button-inner .f-front .f-svg {
        width: 18px;
    }
}

/* Desktop */
@media (min-width: 769px) {
    .f-button .f-bloom-container .f-button-container-main {
        width: 85px;
    }

    .f-button .f-bloom-container .f-button-container-main .f-button-inner {
        height: 45px;
    }

    .f-button .f-bloom-container .f-button-container-main .f-button-inner .f-front .f-svg {
        width: 22px;
    }
}


/* FEATURES SECTION END HERE */

/* FEATURES TWO SECTION START HERE */

.features-grp {
    background: radial-gradient(circle, rgba(0, 3, 154, 1) 0%, rgba(0, 1, 50, 1) 100%) !important;
}

.features-two-main {
    height: 130dvh;
}

.features-two-main {
    position: relative;
}

.features-two {
    margin-top: -753px;
}

.features-two-content {
    position: absolute;
    padding-top: 170px;
}

.features-two-content h3 {
    color: #ffffff !important;
}

.features-bg {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
}

.head-feature {
    position: absolute;
    z-index: 1002;
    display: flex;
}

.feature-card1 {
    right: 350px;
    top: 170px;
}

.feature-card2 {
    right: 640px;
    top: 300px;
}

.feature-card3 {
    right: 340px;
    top: 570px;
}

.head-feature img {
    transition: opacity 0.4s ease;
    opacity: 0;
}

.feature-img1 {
    opacity: 1 !important;
    margin-top: 34px;
}

.head-feature img.default {
    opacity: 1;
    /* start with this visible */
}

/* FEATURES TWO SECTION END HERE */

/* PRODUCTS SECTION START HERE */

.products-main {
    border-top: 1px solid #ffffff;
}

.products-main {
    padding-top: 70px;
    padding-bottom: 70px;
}

.product-tittle h2 {
    color: #ffffff !important;
    text-align: start;
    font-size: 50px;
    font-weight: 450 !important;

}

/* PRODUCT SLIDER START HERE */

.products-slider {
    border-top: 1px solid rgb(255, 255, 255)fff;
    margin-top: 150px;
}

.products-track {
    transition: transform 0.6s ease;
}

.product-slide img {
    transition: transform 0.3s ease;
}

.product-slide:hover img {
    transform: scale(1.03);
}

/* arrows */
.slider-controls {
    position: absolute;
    top: -80px;
    left: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-arrow {
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 50%;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
}

.slider-arrow:hover {
    background: rgba(255, 255, 255, 0.74);
    transform: scale(0.98);
}

/* PRODUCT SLIDER END HERE */

.products-link {
    margin-top: 60px;
    text-align: center;
    color: #ffffffe8 !important;
    font-weight: 350 !important;
    font-size: 16px !important;
}

.product-link-sp a {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-decoration: underline !important;
}

.reveal-letters .char {
    display: inline-block;
    opacity: 0;
    filter: blur(8px);
    will-change: opacity, filter;
}

/* PRODUCTS SECTION END HERE */

/* FAQS SECTION START HERE */

.faqs-section {
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.faqs-section h2 {
    font-size: 50px;
    font-weight: 450;
    text-align: center;
}

.faqs-small-tittle-card {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 10px;
    width: 120px;
    background-color: #e7e7e7;
    border-radius: 8px;
    gap: 10px;
    border: 5px solid #f0efef;
    box-shadow: 0px 0px 11px -6px rgba(0, 0, 0, 0.75);
}

.small-title-card {
    position: relative;
    width: 150px;
    height: 40px;
    border-radius: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
}

.scroll-container {
    display: flex;
    white-space: nowrap;
    animation: scroll-left 12s linear infinite;
    font-weight: 600;
    font-size: 1.2rem;
}

.scroll-item {
    margin: 0 5PX;
    display: flex;
    align-items: center;
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-radius: 50%;
    background: #000;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.faqs-small-tittle-card h6 {
    margin-bottom: 0 !important;
}

.faqs-section h1 {
    font-size: 96px;
    font-weight: 550;
    justify-content: center;
    display: flex;
}

.faq-box-inner-content p {
    color: #000000a6 !important;
}

.faqs-main-p {
    font-weight: 600 !important;
    line-height: 25px;
    margin-top: 20px;
    padding: 0 150px;
    justify-content: center;
    display: flex;
    margin-bottom: 40px;
    text-align: center;
}

.faq-container {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-card {
    background: #e6e6e6;
    border-radius: 20px;
    padding: 10px 25px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border: 5px solid #f0efef;
}

.faq-card:hover {
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.faq-question {
    font-size: 20px;
    font-weight: 600;
    color: #1d1d1f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    overflow: hidden;
    opacity: 0;
    height: 0;
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    line-height: 1.6;
    margin-bottom: -10px;
}

.arrow {
    transition: transform 0.3s ease;
    font-size: 18px;
    color: #1d1d1f;
}

.faq-card.active .arrow {
    transform: rotate(180deg);
}

@media (max-width: 600px) {
    .faq-question {
        font-size: 18px;
    }

    .faq-answer {
        font-size: 15px;
    }
}

.faqs-main {
    max-width: 1022px;
    margin: auto;
}

/*  */

.faqs-box-container {
    position: relative;
    width: 290px;
    height: 310px;
    transition: 200ms;
}

#faqs-box-card {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: 700ms;
    background-color: #ececec;
    border: 5px solid #f0efef;
    box-shadow: 0px 0px 11px -6px rgba(0, 0, 0, 0.75);
}

.faqs-box-subtitle {
    transform: translateY(160px);
    color: rgb(55, 19, 185);
    text-align: center;
    width: 100%;
}

.faqs-box-title {
    opacity: 0;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out-out;
    transition-delay: 100ms;
    position: absolute;
    font-size: x-large;
    font-weight: bold;
    color: white;
}

.faqs-box-tracker:hover~#faqs-box-card .faqs-box-title {
    opacity: 1;
}

#faqs-box-prompt {
    bottom: 8px;
    left: 12px;
    z-index: 20;
    font-size: 20px;
    font-weight: bold;
    transition: 300ms ease-in-out-out;
    position: absolute;
    max-width: 110px;
    color: rgb(255, 255, 255);
}

.faqs-box-tracker {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
}

.faqs-box-tracker:hover {
    cursor: pointer;
}

.faqs-box-tracker:hover~#faqs-box-card #faqs-box-prompt {
    opacity: 0;
}

.faqs-box-tracker:hover~#faqs-box-card {
    transition: 300ms;
    filter: brightness(1.1);
}

.faqs-box-container:hover #faqs-box-card::before {
    transition: 200ms;
    content: '';
    opacity: 80%;
}

.faqs-box-canvas {
    perspective: 800px;
    inset: 0;
    z-index: 200;
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "faqs-box-tr-1 faqs-box-tr-2 faqs-box-tr-3 faqs-box-tr-4 faqs-box-tr-5"
        "faqs-box-tr-6 faqs-box-tr-7 faqs-box-tr-8 faqs-box-tr-9 faqs-box-tr-10"
        "faqs-box-tr-11 faqs-box-tr-12 faqs-box-tr-13 faqs-box-tr-14 faqs-box-tr-15"
        "faqs-box-tr-16 faqs-box-tr-17 faqs-box-tr-18 faqs-box-tr-19 faqs-box-tr-20"
        "faqs-box-tr-21 faqs-box-tr-22 faqs-box-tr-23 faqs-box-tr-24 faqs-box-tr-25";
}

#faqs-box-card::before {
    content: '';
    background: linear-gradient(43deg, rgba(0, 42, 255, 0.644) 0%, rgba(95, 39, 226, 0.445) 46%, rgba(26, 28, 99, 0.534) 100%);
    filter: blur(2rem);
    opacity: 30%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: 200ms;
}

.faqs-box-tr-1 {
    grid-area: faqs-box-tr-1;
}

.faqs-box-tr-2 {
    grid-area: faqs-box-tr-2;
}

.faqs-box-tr-3 {
    grid-area: faqs-box-tr-3;
}

.faqs-box-tr-4 {
    grid-area: faqs-box-tr-4;
}

.faqs-box-tr-5 {
    grid-area: faqs-box-tr-5;
}

.faqs-box-tr-6 {
    grid-area: faqs-box-tr-6;
}

.faqs-box-tr-7 {
    grid-area: faqs-box-tr-7;
}

.faqs-box-tr-8 {
    grid-area: faqs-box-tr-8;
}

.faqs-box-tr-9 {
    grid-area: faqs-box-tr-9;
}

.faqs-box-tr-10 {
    grid-area: faqs-box-tr-10;
}

.faqs-box-tr-11 {
    grid-area: faqs-box-tr-11;
}

.faqs-box-tr-12 {
    grid-area: faqs-box-tr-12;
}

.faqs-box-tr-13 {
    grid-area: faqs-box-tr-13;
}

.faqs-box-tr-14 {
    grid-area: faqs-box-tr-14;
}

.faqs-box-tr-15 {
    grid-area: faqs-box-tr-15;
}

.faqs-box-tr-16 {
    grid-area: faqs-box-tr-16;
}

.faqs-box-tr-17 {
    grid-area: faqs-box-tr-17;
}

.faqs-box-tr-18 {
    grid-area: faqs-box-tr-18;
}

.faqs-box-tr-19 {
    grid-area: faqs-box-tr-19;
}

.faqs-box-tr-20 {
    grid-area: faqs-box-tr-20;
}

.faqs-box-tr-21 {
    grid-area: faqs-box-tr-21;
}

.faqs-box-tr-22 {
    grid-area: faqs-box-tr-22;
}

.faqs-box-tr-23 {
    grid-area: faqs-box-tr-23;
}

.faqs-box-tr-24 {
    grid-area: faqs-box-tr-24;
}

.faqs-box-tr-25 {
    grid-area: faqs-box-tr-25;
}

/* Hover Effects */
.faqs-box-tr-1:hover~#faqs-box-card {
    transform: rotateX(20deg) rotateY(-10deg);
}

.faqs-box-tr-2:hover~#faqs-box-card {
    transform: rotateX(20deg) rotateY(-5deg);
}

.faqs-box-tr-3:hover~#faqs-box-card {
    transform: rotateX(20deg) rotateY(0deg);
}

.faqs-box-tr-4:hover~#faqs-box-card {
    transform: rotateX(20deg) rotateY(5deg);
}

.faqs-box-tr-5:hover~#faqs-box-card {
    transform: rotateX(20deg) rotateY(10deg);
}

.faqs-box-tr-6:hover~#faqs-box-card {
    transform: rotateX(10deg) rotateY(-10deg);
}

.faqs-box-tr-7:hover~#faqs-box-card {
    transform: rotateX(10deg) rotateY(-5deg);
}

.faqs-box-tr-8:hover~#faqs-box-card {
    transform: rotateX(10deg) rotateY(0deg);
}

.faqs-box-tr-9:hover~#faqs-box-card {
    transform: rotateX(10deg) rotateY(5deg);
}

.faqs-box-tr-10:hover~#faqs-box-card {
    transform: rotateX(10deg) rotateY(10deg);
}

.faqs-box-tr-11:hover~#faqs-box-card {
    transform: rotateX(0deg) rotateY(-10deg);
}

.faqs-box-tr-12:hover~#faqs-box-card {
    transform: rotateX(0deg) rotateY(-5deg);
}

.faqs-box-tr-13:hover~#faqs-box-card {
    transform: rotateX(0deg) rotateY(0deg);
}

.faqs-box-tr-14:hover~#faqs-box-card {
    transform: rotateX(0deg) rotateY(5deg);
}

.faqs-box-tr-15:hover~#faqs-box-card {
    transform: rotateX(0deg) rotateY(10deg);
}

.faqs-box-tr-16:hover~#faqs-box-card {
    transform: rotateX(-10deg) rotateY(-10deg);
}

.faqs-box-tr-17:hover~#faqs-box-card {
    transform: rotateX(-10deg) rotateY(-5deg);
}

.faqs-box-tr-18:hover~#faqs-box-card {
    transform: rotateX(-10deg) rotateY(0deg);
}

.faqs-box-tr-19:hover~#faqs-box-card {
    transform: rotateX(-10deg) rotateY(5deg);
}

.faqs-box-tr-20:hover~#faqs-box-card {
    transform: rotateX(-10deg) rotateY(10deg);
}

.faqs-box-tr-21:hover~#faqs-box-card {
    transform: rotateX(-20deg) rotateY(-10deg);
}

.faqs-box-tr-22:hover~#faqs-box-card {
    transform: rotateX(-20deg) rotateY(-5deg);
}

.faqs-box-tr-23:hover~#faqs-box-card {
    transform: rotateX(-20deg) rotateY(0deg);
}

.faqs-box-tr-24:hover~#faqs-box-card {
    transform: rotateX(-20deg) rotateY(5deg);
}

.faqs-box-tr-25:hover~#faqs-box-card {
    transform: rotateX(-20deg) rotateY(10deg);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq-box-main {
    justify-content: end;
    display: flex;
}

/*  */

.faqs-box-icon {
    --stone-50: #fafaf9;
    --stone-800: #292524;
    --yellow-300: #dadadf;
    --yellow-400: #cac9cf;
    --yellow-500: #dedde2;
    --black-25: rgba(0, 0, 0, 0.25);

    position: relative;
    display: block;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    margin: auto;
    margin-bottom: 20px;

    &>button {
        cursor: pointer;
        display: inline-block;
        height: 100%;
        width: 100%;
        appearance: none;
        border: 2px solid var(--stone-800);
        border-radius: 0.25rem;
        background-color: var(--yellow-400);
        outline: 2px solid transparent;
        outline-offset: 2px;
        cursor: pointer;
        transition: background-color 0.2s;

        &:hover {
            background-color: var(--yellow-300);
        }

        &:checked {
            background-color: var(--stone-800);
            border-color: var(--stone-800);

            &:hover {
                background-color: #44403c;
            }
        }

        &:active {
            outline-color: var(--stone-800);
        }

        &:focus-visible {
            outline-color: var(--stone-800);
            outline-style: dashed;
        }
    }

    &>span:nth-child(2) {
        position: absolute;
        inset: 3px;
        pointer-events: none;
        background-color: var(--yellow-400);
        border-bottom: 2px solid var(--black-25);
        transition: transform 75ms;

        &::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgb(255 255 255 / 80%) 20%,
                    transparent 20%),
                radial-gradient(rgb(255 255 255 / 100%) 20%, transparent 20%);
            background-position:
                0 0,
                4px 4px;
            background-size: 8px 8px;
            mix-blend-mode: hard-light;
            opacity: 0.5;
            animation: dots 0.5s infinite linear;
        }
    }

    &>span:nth-child(3) {
        position: absolute;
        pointer-events: none;
        inset: 0;

        &::before {
            content: "";
            width: 0.375rem;
            height: 0.375rem;
            position: absolute;
            top: 0.25rem;
            left: 0.25rem;
            background-color: var(--stone-800);
            border-radius: 0.125rem;
            box-shadow:
                3.125em 0 var(--stone-800),
                0 3.125em var(--stone-800),
                3.125em 3.125em var(--stone-800);
        }
    }

    &>span:nth-child(4) {
        position: absolute;
        pointer-events: none;
        inset: 0;
        filter: drop-shadow(0.25em 0.25em 0 rgba(0, 0, 0, 0.2));
        transition: all 75ms;

        &::after {
            content: "";
            width: 0.25rem;
            height: 0.25rem;
            position: absolute;
            top: 0.875rem;
            left: 1rem;
            border-radius: 0.0625px;
            background-color: var(--stone-800);
            box-shadow:
                0.75em 2em var(--stone-800),
                1em 2em var(--stone-800),
                0.75em 1.75em var(--stone-800),
                1em 1.75em var(--stone-800),
                0.75em 1.25em var(--stone-800),
                1em 1.25em var(--stone-800),
                0.75em 1em var(--stone-800),
                1em 1em var(--stone-800),
                1em 0.75em var(--stone-800),
                1.5em 0.75em var(--stone-800),
                1.25em 0.75em var(--stone-800),
                1.25em -0.25em var(--stone-800),
                1.5em 0em var(--stone-800),
                1.25em 0.5em var(--stone-800),
                1.5em 0.5em var(--stone-800),
                1.25em 0.25em var(--stone-800),
                1.5em 0.25em var(--stone-800),
                1.25em 0 var(--stone-800),
                1em -0.25em var(--stone-800),
                0.75em -0.25em var(--stone-800),
                0.5em -0.25em var(--stone-800),
                0.25em -0.25em var(--stone-800),
                0.25em 0 var(--stone-800),
                0 0.25em var(--stone-800),
                0 0.5em var(--stone-800),
                0.25em 0.25em var(--stone-800),
                0.25em 0.5em var(--stone-800);
        }
    }

    &>span:nth-child(5) {
        position: absolute;
        background-color: var(--yellow-400);
        border: 2px solid var(--stone-800);
        border-radius: 0.75rem;
        pointer-events: none;
        z-index: -1;
        inset: 0.5rem 1.5rem;
        box-shadow:
            7px 0 0 0 var(--stone-800),
            inset 0 2px 0 0 var(--yellow-300),
            inset 0 -2px 0 0 var(--yellow-500);
        transition: all 0ms cubic-bezier(0, 0.5, 0.4, 1);
    }

    & button:active~span:nth-child(5) {
        transform: translateY(-200%);
        transition-duration: 200ms;
        opacity: 0;
    }

    & button:hover~span:nth-child(4) {
        filter: drop-shadow(0.125em 0.125em 0 rgba(0, 0, 0, 0.2));
    }
}

@keyframes dots {
    0% {
        background-position:
            0 0,
            4px 4px;
    }

    100% {
        background-position:
            8px 0,
            12px 4px;
    }
}

@media (prefers-color-scheme: dark) {
    .faqs-box-icon {

        & button:active,
        & button:focus-visible {
            outline-color: var(--yellow-400);
        }
    }
}

.faq-box-main h4 {
    font-size: 26px;
    text-align: center;
}

.faq-box-main p {
    text-align: center;
    padding: 0 20px;
}


/* FAQS SECTION END HERE */

/* QUOTS SECTION STAR HERE */

.quots-section {
    padding-top: 100px;
    text-align: center;
    position: relative;
    margin-bottom: -50px;
}

.quots-main h2 {
    font-size: 50px;
    font-weight: 450;
    color: #ffffff !important;
}

.quots-text {
    padding-top: 150px;
}

/*  */

.quote-area {
    position: absolute;
    width: 100%;
    height: 100%;
    /* just for demo */
    padding: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.quote-area a {
    color: #ffffff !important;
    font-weight: 400;
    font-style: 12px !important;
    padding: 10px;
}

.quote-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    pointer-events: auto;
    z-index: 10;
}

/* QUOTS SECTION END HERE */

/* FOOTER SECTION STAR HERE */

.footer-section {
    padding-top: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #ffffff;
}

.newsletter-box {
    background: #111;
    color: #fff;
    padding: 24px;
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.newsletter-box h3 {
    font-size: 18px;
    font-weight: 400 !important;
    margin-bottom: 20px;
    color: #ffffff !important;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.input-wrapper input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #555;
    padding: 10px 35px 10px 0;
    font-size: 14px;
    color: #fff;
    outline: none;
}

.input-wrapper input::placeholder {
    color: #aaa;
}

.input-wrapper button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #aaa;
    transition: color 0.3s ease;
}

.input-wrapper button:hover {
    color: #fff;
}

.input-wrapper svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.foot-1 p {
    color: #000000b6 !important;
    font-size: 14px;
    padding-right: 30%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-social-icons {
    padding-top: 30px;
    border-top: 1px solid #000000ea;
    display: flex;
    gap: 10px;
}

.social-item {
    height: 40px;
    width: 40px;
    background: #000;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

.social-item:hover i {
    color: #ffffff !important;
    text-shadow: 0 0 1px #ffffff,
        0 0 3px #ffffff;
    transform: scale(1.1);
}

.social-item i {
    color: #ffffffd0;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.3s ease;
}

.footer-section H4 {
    font-size: 18px !important;
    font-weight: 550 !important;
}

.foot-2 {
    display: block;
    margin-left: 30px;
}

.foot-links {
    margin-top: 30px;
}

.foot-links a {
    display: block;
    margin-bottom: 15px;
    transition: all 0.6s ease;
}

.foot-links a:hover {
    display: block;
    margin-bottom: 15px;
    color: rgb(26, 68, 255) !important;
}

.foot-3 p {
    color: #000000b6 !important;
}

.foot-3 {
    margin-left: 50px;
}

.foot-3 a {
    font-weight: 550 !important;
}

.foot-3-a {
    margin-top: 30px;
}

.footer-main {
    width: 95%;
    margin: auto;
}

.copyright {
    display: flex;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #00000085;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
}

.copyright p {
    color: #000000be !important;
}

.turn-no {
    color: #000000ee;
    font-weight: 350 !important;
    font-size: 14px !important;
}

.copyright h6 {
    color: #000000b2 !important;
    font-weight: 400;
}

.copyright a {
    color: #000000f1 !important;
    font-weight: 500;
}

.turn360 {
    display: inline-block;
    transition: transform 0.3s ease;
}

.copyright h6:hover .turn360 {
    transform: scale(1.1) translateX(10px);
}

/* FOOTER SECTION HERE */

/* FAQ TO FOOER START HERE */

.faq-to-footer {
    background: radial-gradient(circle, rgba(0, 3, 154, 1) 0%, rgba(0, 1, 50, 1) 100%) !important;
}

/* FAQ TO FOOER END HERE */

/* ABOUT INNER START HERE */

:root {
    --bg: #0d6efd;
    --surface: #0d6efd;
    --muted: #e0ebff;
    --text: #ffffff !important;
    --brand: #ffffff;
    --brand-2: #cce4ff;
    --accent: #ffd166;
    --ring: 0 0 0 2px rgba(255, 255, 255, .25);
    --radius: 20px;
    --card-shadow: 0 20px 50px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .03);
    --glass: rgba(255, 255, 255, .1);
    --glass-2: rgba(255, 255, 255, .06);
}

.a-about-section {
    position: relative;
    padding: 6rem 2rem;
    color: var(--text);
    overflow: hidden;
}

.a-about-section h2 {
    color: #ffffff !important;
}

.a-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.a-head {
    text-align: center;
    margin-bottom: 4rem;
}

.a-head h2 {
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.a-head p {
    max-width: 700px;
    margin: auto;
    color: var(--brand-2);
}

.a-card {
    background: var(--glass);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    padding: 2rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(20px);
    transition: transform .4s ease;
}

.a-card:hover {
    transform: translateY(-8px) scale(1.02);
}

.a-card h3 {
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.a-card p {
    line-height: 1.7;
    color: var(--brand-2);
}

.a-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

/* Floating background objects */
.a-floating {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    z-index: 1;
    filter: blur(40px);
}

.a-circle {
    width: 200px;
    height: 200px;
    background: #fff;
    top: 10%;
    left: 15%;
}

.a-rect {
    width: 300px;
    height: 300px;
    background: #ffd166;
    top: 60%;
    left: 70%;
    border-radius: 30px;
}

.a-tri {
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 200px solid #ffffff;
    top: 40%;
    left: 5%;
    opacity: 0.1;
}

/* ABOUT INNER END HERE */

/* CONTACT INNER START HERE */

.c-contact-section {
    position: relative;
    padding: 6rem 2rem;
    color: var(--text);
    overflow: hidden;
}

.c-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.c-head {
    text-align: center;
    margin-bottom: 4rem;
}

.c-head h2 {
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.c-head p {
    max-width: 700px;
    margin: auto;
    color: var(--brand-2);
}

.c-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.c-contact-grid a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.c-info {
    background: var(--glass);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    padding: 2rem;
    backdrop-filter: blur(20px);
    text-align: center;
    transition: transform .4s ease;
}

.c-info:hover {
    transform: translateY(-8px) scale(1.02);
}

.c-info h3 {
    margin-bottom: .5rem;
    color: #ffffff !important;
}

.c-form form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.c-form-group input,
.c-form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: var(--radius);
    background: var(--glass-2);
    color: var(--text);
    font-size: 1rem;
    outline: none;
    transition: all .3s ease;
}

form {
    width: 100% !important;
}

.c-form-group input::placeholder,
.c-form-group textarea::placeholder {
    color: var(--brand-2);
}

.c-form-group input:focus,
.c-form-group textarea:focus {
    border-color: var(--accent);
    box-shadow: var(--ring);
    background: rgba(255, 255, 255, .15);
}

.c-btn {
    background: var(--accent);
    color: #000;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: all .3s ease;
}

.c-btn:hover {
    background: #ffb703;
    transform: translateY(-3px);
}

/* floating objects reuse */
.c-floating {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    z-index: 1;
    filter: blur(40px);
}

.c-circle {
    width: 200px;
    height: 200px;
    background: #fff;
    top: 10%;
    left: 15%;
}

.c-rect {
    width: 300px;
    height: 300px;
    background: #ffd166;
    top: 60%;
    left: 70%;
    border-radius: 30px;
}

.c-tri {
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 200px solid #ffffff;
    top: 40%;
    left: 5%;
    opacity: 0.1;
}

.c-card button {
    width: fit-content;
    margin: auto;
}

/* CONTACT INNER END HERE */

/* PRODUCTS INNER STAR HERE */

.p-products {
    padding: 6rem 2rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* floating glowing orbs */
.p-products::before,
.p-products::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(90px);
    animation: floatOrb 12s ease-in-out infinite alternate;
}

.p-products::after {
    top: 15%;
    left: 70%;
}

.p-products::before {
    bottom: 10%;
    left: 10%;
}

@keyframes floatOrb {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-60px) scale(1.25);
    }
}

.p-head h2 {
    color: #ffffff !important;
    margin-bottom: 1rem;
}

.p-head p {
    max-width: 700px;
    margin: 0 auto;
    color: #cce4ff;
}

/* search */
.p-search-wrap {
    margin-bottom: 2rem;
}

#p-search {
    padding: 0.9rem 1.2rem;
    border-radius: 30px;
    border: none;
    width: 100%;
    margin-top: 30px;
    max-width: 350px;
    outline: none;
    font-size: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* tabs */
.p-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.p-tab-btn {
    padding: 0.9rem 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 500;
    letter-spacing: .5px;
}

.p-tab-btn.active,
.p-tab-btn:hover {
    background: #fff;
    color: #0d6efd;
}

/* card */
.p-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    backdrop-filter: blur(15px);
    transition: transform .3s ease, background .3s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    /* FIXED WIDTH */
}

.p-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.12);
}

.p-card img {

    margin: 0 auto 1rem;
    display: block;
    border-radius: 15px;
}

.p-card h3 {
    color: #ffffff !important;
    margin-bottom: .5rem;
}

.p-card p {
    color: #e0ebff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.p-features {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: center;
}

.p-feature {
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.15);
    padding: .4rem .8rem;
    border-radius: 12px;
    color: #fff;
    white-space: nowrap;
}

/* PRODUCTS INNER END HERE */

/* B2 SECTION START HERE */

:root {
    --bg: #030416;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-strong: rgba(255, 255, 255, 0.06);
    --neon: #00f0ff;
    --accent: #8a2be2;
    --muted: rgba(230, 255, 255, 0.7);
}


/* Layout */
.c-hero-section {
    max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 540px;
    gap: 36px;
    align-items: center;
    min-height: 640px;
    padding-bottom: 80px;
    margin-top: -450px;
}

/* LEFT AREA: make image fill entire left column */
.c-left-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px
}

/* Stage fills left column and hides overflow so image can move inside */
.c-stage {
    width: 100%;
    height: 100%;
    min-height: 520px;
    max-width: none;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    /* IMPORTANT: hide overflow as requested */
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px) saturate(140%);
}

/* Neon ring layers kept but placed behind */
.c-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    mix-blend-mode: screen
}

.c-ring.r1 {
    width: 720px;
    height: 720px;
    left: 20%;
    top: -20%;
    border: 2px solid rgba(0, 240, 255, 0.05);
    filter: blur(38px);
    z-index: 1
}

.c-ring.r2 {
    width: 520px;
    height: 520px;
    left: -6%;
    top: 40%;
    border: 1px dashed rgba(138, 43, 226, 0.05);
    filter: blur(18px);
    z-index: 1
}

.c-ring.r3 {
    width: 360px;
    height: 360px;
    right: -12%;
    bottom: 6%;
    border: 1px solid rgba(0, 240, 255, 0.07);
    transform: translateZ(40px);
    filter: blur(10px);
    z-index: 2
}

/* Product wrap now exactly fills stage so img can move inside */
.c-product-wrap {
    width: 120%;
    height: 120%;
    position: relative;
    z-index: 5;
    transform-origin: center center;
    will-change: transform
}

.c-product {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center
}

/* Make image large so it visually fills left side. object-fit cover ensures no gaps. */
.c-product img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    object-fit: cover;
    transform-origin: center center;
    border-radius: 6px;
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.6));
    will-change: transform
}

/* holo panel stays but subtle */
.c-holo {
    position: absolute;
    inset: 12% 6% auto 6%;
    height: 36%;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(0, 240, 255, 0.03));
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 240, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
    z-index: 4;
    pointer-events: none
}

.c-glyph {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--neon);
    box-shadow: 0 0 18px var(--neon);
    opacity: 0.12;
    z-index: 6
}

/* Right content */
.c-right-content {
    padding: 18px 12px
}

.c-section-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600 !important;
    letter-spacing: -0.4px;
    color: #ffffff !important;
}

.c-section-sub {
    color: var(--muted);
    margin-bottom: 22px
}

.c-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

.c-card {
    background: var(--glass);
    display: flex;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    padding: 2rem;
    backdrop-filter: blur(20px);
    transition: all 0.6s ease;
}

.c-card:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7)
}

.c-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(0, 240, 255, 0.08), rgba(138, 43, 226, 0.04));
    border: 1px solid rgba(0, 240, 255, 0.08)
}

.c-ctitle {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff !important;
}

.c-cdesc {
    color: var(--muted);
    font-size: 14px;
    margin-top: 6px
}

.c-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.06), transparent);
    margin: 22px 0;
    border-radius: 4px
}

.c-cta {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 12px 18px;
    border-radius: 12px;
    background: linear-gradient(90deg, var(--neon), var(--accent));
    color: #031021;
    font-weight: 600;
    border: none;
    cursor: pointer
}

/* responsive adjustments */
@media (max-width:1024px) {
    .c-hero-section {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 18px
    }

    .c-left-visual {
        order: 2
    }

    .c-right-content {
        order: 1
    }
}

@media (max-width:520px) {
    .c-product-wrap {
        width: 130%;
        height: 130%
    }

    .c-product img {
        object-position: center
    }
}

/* B2 SECTION END HERE */

/* TERMS SECTION START HERE */

:root {
    --bg: #0d6efd;
    --surface: #0d6efd;
    --muted: #e0ebff;
    --text: #ffffff !important;
    --brand: #ffffff;
    --brand-2: #cce4ff;
    --accent: #ffd166;
    --ring: 0 0 0 2px rgba(255, 255, 255, .25);
    --radius: 20px;
    --card-shadow: 0 20px 50px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .03);
    --glass: rgba(255, 255, 255, .1);
    --glass-2: rgba(255, 255, 255, .06);
}

.t-section {
    position: relative;
    padding: 6rem 2rem;
    color: var(--text);
    overflow: hidden;
}

.t-section h2 {
    color: #ffffff !important;
}

.t-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.t-head {
    text-align: center;
    margin-bottom: 4rem;
}

.t-head h2 {
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.t-head p {
    max-width: 700px;
    margin: auto;
    color: var(--brand-2);
}

.t-card {
    background: var(--glass);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    padding: 2rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(20px);
    transition: transform .4s ease;
}

.t-card a {
    color: #ffffff !important;
}

.t-card:hover {
    transform: translateY(-8px) scale(1.02);
}

.t-card h3 {
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.t-card p {
    line-height: 1.7;
    color: var(--brand-2);
}

.t-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

/* Floating background objects */
.t-floating {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    z-index: 1;
    filter: blur(40px);
}

.t-circle {
    width: 200px;
    height: 200px;
    background: #fff;
    top: 10%;
    left: 15%;
}

.t-rect {
    width: 300px;
    height: 300px;
    background: #ffd166;
    top: 60%;
    left: 70%;
    border-radius: 30px;
}

.t-tri {
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 200px solid #ffffff;
    top: 40%;
    left: 5%;
    opacity: 0.1;
}

/* TERMS SECTION END HERE */

/* PRIVACY SECTION START HERE */

:root {
    --bg: #0d6efd;
    --surface: #0d6efd;
    --muted: #e0ebff;
    --text: #ffffff !important;
    --brand: #ffffff;
    --brand-2: #cce4ff;
    --accent: #ffd166;
    --ring: 0 0 0 2px rgba(255, 255, 255, .25);
    --radius: 20px;
    --card-shadow: 0 20px 50px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .03);
    --glass: rgba(255, 255, 255, .1);
    --glass-2: rgba(255, 255, 255, .06);
}

.z-section {
    position: relative;
    padding: 6rem 2rem;
    color: var(--text);
    overflow: hidden;
}

.z-section h2 {
    color: #ffffff !important;
}

.z-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.z-head {
    text-align: center;
    margin-bottom: 4rem;
}

.z-head h2 {
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.z-head p {
    max-width: 700px;
    margin: auto;
    color: var(--brand-2);
}

.z-card {
    background: var(--glass);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    padding: 2rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(20px);
    transition: transform .4s ease;
}

.z-card a {
    color: #ffffff !important;
}

.z-card:hover {
    transform: translateY(-8px) scale(1.02);
}

.z-card h3 {
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.z-card p {
    line-height: 1.7;
    color: var(--brand-2);
}

.z-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

/* Floating background objects */
.z-floating {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    z-index: 1;
    filter: blur(40px);
}

.z-circle {
    width: 200px;
    height: 200px;
    background: #fff;
    top: 10%;
    left: 15%;
}

.z-rect {
    width: 300px;
    height: 300px;
    background: #ffd166;
    top: 60%;
    left: 70%;
    border-radius: 30px;
}

.z-tri {
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 200px solid #ffffff;
    top: 40%;
    left: 5%;
    opacity: 0.1;
}

/* PRIVACY SECTION END HERE */

/* WHY CHOOSE US START HERE */

.why-choose-us {
    padding-bottom: 80px;
}

:root {
    --bg-glass: rgba(255, 255, 255, 0.06);
    --bg-glass-hover: rgba(255, 255, 255, 0.12);
    --border-glass: rgba(255, 255, 255, 0.2);
    --muted-text: #e0ebff;
    --title-color: #ffffff;
}

.scroll-container2 {
    display: flex;
    white-space: nowrap;
    animation: scroll-left 12s linear infinite;
    font-weight: 600;
    font-size: 1.2rem;
}

.scroll-item2 {
    margin: 0 5PX;
    display: flex;
    align-items: center;
}

.dot2 {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-radius: 50%;
    background: #000;
}

@keyframes scroll2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.wcu-h1 {
    text-align: center;
    margin-bottom: 28px;
    position: relative;
}

.wcu-h1 h1 {
    color: #ffffffd5 !important;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: -20px;
    font-family: "Poppins", sans-serif !important;
}

.wcu-h1 .wcu-h1-sp {
    color: #ffffffa9 !important;
    font-size: 150px;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
}

@media (max-width: 1200px) {
    .wcu-h1 h1 {
        font-size: 42px;
    }

    .wcu-h1 .wcu-h1-sp {
        font-size: 120px;
    }
}

@media (max-width: 992px) {
    .wcu-h1 h1 {
        font-size: 36px;
    }

    .wcu-h1 .wcu-h1-sp {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .wcu-h1 h1 {
        font-size: 30px;
        margin-bottom: -15px;
    }

    .wcu-h1 .wcu-h1-sp {
        font-size: 70px;
    }
}

@media (max-width: 576px) {
    .wcu-h1 h1 {
        font-size: 26px;
        margin-bottom: -10px;
    }

    .wcu-h1 .wcu-h1-sp {
        font-size: 50px;
    }
}

@media (max-width: 400px) {
    .wcu-h1 h1 {
        font-size: 22px;
        margin-bottom: -8px;
    }

    .wcu-h1 .wcu-h1-sp {
        font-size: 40px;
    }
}

/* Cards grid */
.cards-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.w-card {
    background: var(--bg-glass);
    border: 1px solid var(--border-glass);
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    backdrop-filter: blur(15px);
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), background .35s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    width: 30%;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: visible;
}

/* Hover effect */
.w-card:hover,
.w-card:focus {
    transform: translateY(-10px);
    background: var(--bg-glass-hover);
    outline: none;
}

.w-card .img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(180deg, #0b1220 0%, #0f1724 100%);
}

.w-card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.img-main {
    opacity: 1;
    z-index: 2;
}

.img-alt {
    opacity: 0;
    z-index: 1;
}

.w-card h3 {
    color: var(--title-color) !important;
    margin: 0 0 .25rem 0;
    font-size: 1.05rem;
}

.w-card p {
    color: var(--muted-text);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.img-main,
.img-alt {
    transition: opacity .45s cubic-bezier(.2, .8, .2, 1), transform .6s cubic-bezier(.2, .8, .2, 1);
}

@media (prefers-reduced-motion: reduce) {

    .img-main,
    .img-alt {
        transition: none !important;
    }
}

@media (max-width: 900px) {
    .cards-grid {
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    .w-card {
        width: 100%;
        max-width: 520px;
        margin-inline: auto;
    }

    .cards-grid {
        flex-direction: column;
        align-items: center;
    }
}

.wcu-h5 {
    color: #ffffff !important;
    text-align: center;
    margin-top: 30px;
}

/* WHY CHOOSE US END HERE */

/* PRODUCTS START */

/* ===== square product cards for index slider (paste into css/style.css) ===== */
.products-track {
    display: flex;
    gap: 1rem;
    scroll-behavior: smooth;
    padding: 2px 8px 12px;
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
}

/* slide container width */
.products-track .product-slide {
    flex: 0 0 260px;
    /* adjust card width */
    max-width: 260px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

/* p-card (reuse your existing p-card but ensure full height) */
.products-track .p-card {
    width: 100%;
    padding: 12px;
    border-radius: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 32px rgba(3, 10, 18, 0.45);
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

/* IMPORTANT: square image (1:1) */
.products-track .p-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* enforce square */
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: transform .35s ease, filter .25s ease;
}

/* hover effect */
.products-track .p-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(2, 8, 18, 0.6);
}

.products-track .p-card:hover img {
    transform: scale(1.04);
    filter: saturate(1.05) contrast(1.02);
}

/* title & features */
.products-track .p-card h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text) !important;
    line-height: 1.1;
}

/* center only the features (tags) inside each card */
.products-track .p-card .features {
  display: flex;
  justify-content: center;   /* horizontally center all feature tags */
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
}


.products-track .p-card .feature {
    font-size: .72rem;
    padding: .28rem .5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: var(--muted);
}

/* responsive adjustments */
@media(min-width: 992px) {
    .products-track .product-slide {
        flex: 0 0 32%;
        max-width: 32%;
    }
}

@media(max-width: 575px) {
    .products-track .product-slide {
        flex: 0 0 70%;
        max-width: 70%;
    }
}



/* COUNT */

.hero-numbers {
  border-radius: 12px;
}

.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #007bff;
  gap: 6px;
}

.counter-icon {
  font-size: 1.4rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.counter-wrapper:hover .counter-icon {
  transform: scale(1.2) rotate(10deg);
}

.label-text {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}
