



.beam-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.beam {
    position: absolute;
    width: 160vw;
    left: -30vw;
    border-radius: 999px;
    filter: blur(55px);
    transform-origin: center;
    will-change: transform, opacity;
}
.beam-1 {
    top: 28%;
    height: 260px;
    opacity: 0.7;
    background: linear-gradient(
        90deg,
        rgba(94, 212, 255, 0.2) 0%,
        rgba(94, 212, 255, 0.4) 30%,
        rgba(44, 143, 255, 0.6) 50%,
        rgba(94, 212, 255, 0.4) 70%,
        rgba(44, 143, 255, 0.2) 100%
    );
    transform: rotate(-16deg);
}

.beam-2 {
    top: 58%;
    height: 220px;
    opacity: 0.45;
    background: linear-gradient(
    
               90deg,
        rgba(94, 212, 255, 0.2) 0%,
        rgba(94, 212, 255, 0.4) 30%,
        rgba(44, 143, 255, 0.6) 50%,
        rgba(94, 212, 255, 0.4) 70%,
        rgba(44, 143, 255, 0.2) 100%
    );
    transform: rotate(-12deg);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 140, 255, 0.08), transparent 28%),
        radial-gradient(circle at 80% 30%, rgba(0, 102, 255, 0.08), transparent 28%),
        radial-gradient(circle at 50% 80%, rgba(56, 189, 248, 0.05), transparent 32%),
        #020617; /* slightly bluish dark background */
}





.service-hero,
.client-strip,
#desktop-wrapper,
#mobile-container,
.growth-image-section,
.pricing-section {
    overflow: hidden;
}

.service-cards-section,
.service-cards-wrap,
.service-section-card {
    overflow: visible;
}

/* =========================
   HERO SECTION
========================= */

 .section-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.service-hero {
    width: 100%;
    padding: 70px 20px 50px;
    /* background: #020c2a; */
    position: relative;
}

.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(2, 12, 43, 0.75); 
    z-index: 1;
}

.service-hero__inner {
    position: relative;
    z-index: 2;
}





.service-hero__inner {
    max-width: 1150px;
    margin: 0 auto;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.service-hero__content {
    flex: 1 1 55%;
}

.service-hero__content h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 58px;
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.service-hero__content p {
    max-width: 560px;
    margin: 0 0 30px;
    color: #d7e6ff;
    font-size: 16px;
    line-height: 1.75;
}

.service-hero__buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-btn {
    min-width: 130px;
    height: 46px;
    padding: 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.35s ease;
}

.hero-btn--primary {
    color: #ffffff;
    background: linear-gradient(180deg, #4fd4ff 0%, #2a8ef0 100%);
    box-shadow: 0 0 18px rgba(79, 212, 255, 0.35);
}

.hero-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 28px rgba(79, 212, 255, 0.5);
}

.hero-btn--secondary {
    color: #0b1448;
    background: #f2f2f2;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
}

.hero-btn--secondary:hover {
    transform: translateY(-2px);
    background: #ffffff;
}

.service-hero__visual {
    flex: 1 1 45%;
    min-height: 380px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glow-ring {
    width: 100%;
    max-width: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glow-ring img {
    width: 100%;
    max-width: 400px;
    object-fit: contain;
}

/* =========================
   CLIENT STRIP
========================= */
.client-strip {
    width: 100%;
    padding: 40px 20px;
    background: linear-gradient(180deg, #0b1b4f 0%, #020a3a 100%);
    position: relative;
}

.client-strip__inner {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.client-strip::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 80px;
    transform: translateY(-50%);
    background: radial-gradient(
        ellipse at center,
        rgba(80, 180, 255, 0.4) 0%,
        rgba(80, 180, 255, 0.2) 40%,
        rgba(80, 180, 255, 0.05) 70%,
        transparent 100%
    );
    filter: blur(10px);
    z-index: 1;
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: logoScroll 20s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}

.logo-item img {
    max-width: 120px;
    max-height: 55px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(0.9);
    transition: 0.3s ease;
}

.logo-item img:hover {
    transform: scale(1.05);
    filter: brightness(0) invert(1) opacity(1);
}

.light-wave {
    width: 100%;
    height: 4px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.light-wave::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(120, 200, 255, 0.3) 20%,
        rgba(255, 255, 255, 1) 50%,
        rgba(120, 200, 255, 0.3) 80%,
        transparent 100%
    );
    animation: waveMove 4s linear infinite;
}

.light-wave::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: -8px;
    background: radial-gradient(
        ellipse at center,
        rgba(120, 200, 255, 0.5),
        transparent 70%
    );
    filter: blur(8px);
}

@keyframes waveMove {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes logoScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* =========================
   PROCESS DESKTOP
========================= */
#desktop-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 500px;
    position: relative;
    display: block;
    padding: 0 20px;
}

#desktop-container {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent;
}

.connecting-line-svg {
    position: absolute;
    top: 152px;
    left: 0;
    width: 100%;
    height: 40px;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
}

.steps-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 120px 10px 40px;
    position: relative;
    gap: 20px;
    z-index: 2;
}

.step-card {
    flex: 1 1 0;
    max-width: 210px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.service-icon-box {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
    transition: all 0.3s ease;
    background: radial-gradient(circle at center, #e0f7ff 30%, #a5e9ff 60%, #5fdcff 100%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.service-icon-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow:
        0 0 10px #7be7ff,
        0 0 20px #7be7ff,
        0 0 35px #38d9ff,
        0 0 60px rgba(56, 217, 255, 0.5);
    opacity: 0.9;
    pointer-events: none;
}

.service-icon-box img {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.3;
}

.step-title.gradient-text {
    background: linear-gradient(90deg, #9339EB, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #94a3b8;
}

/* =========================
   PROCESS MOBILE
========================= */
#mobile-container {
    width: calc(100% - 32px);
    max-width: 420px;
    min-height: 270px;
    margin: 20px auto 0;
    position: relative;
    display: none;
    border-radius: 16px;
    background: transparent;
}

.mobile-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    padding: 20px;
    opacity: 0;
}

.mobile-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, #e0f7ff 30%, #a5e9ff 60%, #5fdcff 100%);
    box-shadow:
        0 0 10px #7be7ff,
        0 0 20px #38d9ff,
        0 0 40px rgba(56, 217, 255, 0.35);
    padding: 10px;
    margin: 0 auto 10px;
}

.mobile-icon img {
    max-width: 68px;
    max-height: 86px;
    object-fit: contain;
}

.mobile-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
}

.mobile-title.gradient-text {
    background: linear-gradient(90deg, #9339EB, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-desc {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 0;
}

.progress-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
    background: #9339EB;
    z-index: 5;
}

/* =========================
   BIG IMAGE
========================= */
.growth-image-section {
    padding: 20px 20px 40px;
    /* background: #020b2d; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.growth-image-container {
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.growth-main-image {
    width: 100%;
    max-width: 950px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* =========================
   SERVICE CARDS
========================= */
.service-cards-section {
    position: relative;
    padding: 30px 14px 40px;
    /* background: #020b2d; */
    z-index: 2;
}

.service-cards-wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.service-section-card {
    position: sticky;
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 26px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: linear-gradient(90deg, #3f86bc 0%, #8adbe7 40%, #3f86bc 100%);
    box-shadow:
        inset 0 0 18px rgba(140, 240, 255, 0.18),
        0 0 20px rgba(0, 76, 255, 0.18);
    z-index: 2;
}

.service-section-card::before,
.service-section-card::after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(0, 179, 255, 0), #39bfff, rgba(0, 179, 255, 0));
    box-shadow: 0 0 14px #39bfff, 0 0 22px rgba(57, 191, 255, 0.9);
}

.service-section-card::before {
    left: 0;
}

.service-section-card::after {
    right: 0;
}

.service-card-content {
    flex: 1 1 auto;
    z-index: 2;
}

.service-card-content h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 18px;
    max-width: 500px;
}

.service-card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
}

.service-card-content ul li::before {
    content: "☑";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #ffffff;
}

.service-card-image {
    width: 224px;
    flex: 0 0 224px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.circle-image {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(180deg, #dff6ff, #55cfff);
    box-shadow:
        0 0 12px #5ed8ff,
        0 0 22px rgba(94, 216, 255, 0.6);
}

.circle-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

/* =========================
   PRICING
========================= */
.pricing-section {
    /* background: #020b2d; */
    padding: 30px 20px 90px;
    position: relative;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.pricing-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 55px;
    text-transform: uppercase;
}

.pricing-cards {
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
    perspective: 1200px;
}

.pricing-card {
    position: relative;
    width: 300px;
    min-height: 460px;
    padding: 40px 26px 30px;
    border-radius: 28px;
    /* background: linear-gradient(180deg, #3f78d9 0%, #2f60b8 100%); */
        border: 1px solid #ffffff52;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.15),
        0 8px 20px rgba(0,0,0,0.18);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.pricing-card.featured {
    transform: translateY(-8px);
}

.pricing-card:hover {
    transform: rotateX(6deg) rotateY(-6deg) scale(1.04) translateY(-10px);
    box-shadow:
        0 25px 60px rgba(0,0,0,0.45),
        0 0 40px rgba(0, 200, 255, 0.25);
}

.pricing-card.featured:hover {
    transform: translateY(-18px) rotateX(6deg) rotateY(-6deg) scale(1.05);
}

.pricing-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 30px;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(0, 234, 255, 0.6),
        transparent
    );
    opacity: 0;
    transition: 0.4s ease;
}

.pricing-card:hover::before {
    opacity: 1;
}

.pricing-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.25),
        transparent
    );
    transform: skewX(-20deg);
    transition: 0.6s;
}

.pricing-card:hover::after {
    left: 130%;
}

.pricing-glow {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 140px;
    transform: translateY(-50%);
    border-radius: 30px;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.95) 0%,
        rgba(255,248,220,0.8) 28%,
        rgba(255,255,255,0.35) 58%,
        rgba(255,255,255,0) 100%
    );
    filter: blur(6px);
    opacity: 0.95;
    pointer-events: none;
}

.pricing-glow.left {
    left: -8px;
}

.pricing-glow.right {
    right: -8px;
}

.pricing-card h3,
.pricing-card .price,
.pricing-card ul,
.pricing-card .pricing-btn {
    transform: translateZ(40px);
}

.pricing-card h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}

.price {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 26px;
}

.price span {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    margin-left: 4px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.pricing-card ul li {
    color: #eef5ff;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.pricing-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: 700;
}

.pricing-btn {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 999px;
    background: #ffffff;
    color: #1c4da1;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}

.pricing-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,255,255,0.2);
}

/* =========================
   LARGE TABLET
========================= */
@media (max-width: 1199px) {
    .service-hero__content h1 {
        font-size: 50px;
    }

    .steps-row {
        gap: 14px;
        padding: 120px 0 30px;
    }

    .step-title {
        font-size: 16px;
    }

    .step-desc {
        font-size: 12px;
    }

    .service-card-content h3 {
        font-size: 26px;
    }

    .circle-image {
        width: 190px;
        height: 190px;
    }

    .service-card-image {
        width: 190px;
        flex-basis: 190px;
    }
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
    .service-hero {
        padding: 60px 20px 40px;
    }

    .service-hero__inner {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        min-height: auto;
    }

    .service-hero__content,
    .service-hero__visual {
        width: 100%;
        flex: 1 1 100%;
    }

    .service-hero__content p {
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
    }

    .service-hero__buttons {
        justify-content: center;
    }

    .service-hero__visual {
        min-height: auto;
    }

    .glow-ring img {
        max-width: 320px;
    }

    .logo-track {
        gap: 35px;
        animation-duration: 16s;
    }

    .logo-item {
        min-width: 100px;
    }

    .logo-item img {
        max-width: 90px;
        max-height: 42px;
    }

    #desktop-wrapper {
        display: none;
    }

    #mobile-container {
        display: block;
    }

    .growth-image-section {
        padding: 10px 16px 30px;
    }

    .service-section-card {
        position: relative;
        top: unset;
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }

    .service-card-content h3 {
        font-size: 24px;
        max-width: 100%;
    }

    .service-card-content ul {
        text-align: left;
        max-width: 520px;
        margin: 0 auto;
    }

    .service-card-image {
        width: 100%;
        flex: unset;
    }

    .circle-image {
        width: 170px;
        height: 170px;
    }

    .pricing-title {
        font-size: 32px;
    }

    .pricing-card {
        width: 280px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
    .service-hero {
        padding: 50px 16px 35px;
    }

    .service-hero__content h1 {
        font-size: 38px;
        line-height: 1.05;
    }

    .service-hero__content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .hero-btn {
        min-width: 120px;
        height: 42px;
        padding: 0 20px;
        font-size: 14px;
    }

    .glow-ring img {
        max-width: 240px;
    }

    .client-strip {
        padding: 28px 16px;
    }

    #mobile-container {
        width: calc(100% - 24px);
        min-height: 250px;
    }

    .mobile-title {
        font-size: 18px;
    }

    .mobile-desc {
        font-size: 12px;
    }

    .growth-image-section {
        padding: 0 12px 24px;
    }

    .service-cards-section {
        padding: 20px 12px 30px;
    }

    .service-section-card {
        padding: 20px 16px;
        gap: 18px;
        border-radius: 14px;
    }

    .service-card-content h3 {
        font-size: 20px;
    }

    .service-card-content ul li {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 20px;
    }

    .circle-image {
        width: 120px;
        height: 120px;
    }

    .pricing-section {
        padding: 40px 16px 60px;
    }

    .pricing-title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .pricing-cards {
        gap: 22px;
    }

    .pricing-card {
        width: 100%;
        max-width: 340px;
        min-height: auto;
        padding: 32px 22px 26px;
        border-radius: 24px;
    }

    .pricing-card h3 {
        font-size: 24px;
    }

    .price {
        font-size: 34px;
    }

    .pricing-card ul li {
        font-size: 14px;
    }

    .pricing-glow {
        height: 120px;
    }

    .pricing-card:hover,
    .pricing-card.featured:hover {
        transform: scale(1.02);
    }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 480px) {
    .service-hero__content h1 {
        font-size: 32px;
    }

    .service-hero__content p {
        font-size: 13px;
    }

    .service-hero__buttons {
        flex-direction: column;
        gap: 12px;
    }

    .hero-btn {
        width: 100%;
        max-width: 240px;
    }

    .mobile-title {
        font-size: 17px;
    }

    .service-card-content h3 {
        font-size: 18px;
    }

    .circle-image {
        width: 100px;
        height: 100px;
    }

    .pricing-title {
        font-size: 22px;
    }

    .price {
        font-size: 30px;
    }
}


/* our approch  */



.approach-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 22%, rgba(93, 170, 255, 0.28), transparent 18%),
      radial-gradient(circle at 50% 55%, rgba(70, 130, 255, 0.16), transparent 30%),
      linear-gradient(180deg, #02083a 0%, #030b46 100%);
    padding: 40px 20px;
    isolation: isolate;
  }

  .approach-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    filter: saturate(1.15) contrast(1.05) brightness(0.72) hue-rotate(8deg);
    z-index: 0;
  }

  .approach-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to bottom, rgba(2, 6, 40, 0.15), rgba(2, 6, 40, 0.28) 28%, rgba(2, 6, 40, 0.1) 52%, rgba(2, 6, 40, 0.2)),
      radial-gradient(circle at 50% 28%, rgba(63, 156, 255, 0.28), transparent 14%),
      linear-gradient(to top, rgba(3, 11, 70, 0.7) 0%, rgba(3, 11, 70, 0.12) 38%, rgba(3, 11, 70, 0.5) 100%);
    z-index: 1;
  }

  .approach-content {
    position: relative;
    z-index: 2;
    width: min(100%, 900px);
    text-align: center;
    margin-top: 50px;
    color: #fff;
  }

  .approach-title {
    margin: 0;
    font-size: clamp(42px, 7vw, 84px);
    line-height: 0.95;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    text-shadow: 0 10px 24px rgba(0,0,0,0.35);
  }

  .approach-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(48, 126, 255, 0.95) 0%, rgba(21, 83, 210, 0.95) 100%);
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow:
      0 0 0 1px rgba(71, 181, 255, 0.3) inset,
      0 10px 28px rgba(37, 123, 255, 0.35),
      0 0 28px rgba(70, 190, 255, 0.28);
    backdrop-filter: blur(10px);
  }

  .approach-bottom-glow {
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    width: min(420px, 72vw);
    height: 28px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(76, 207, 255, 0.95) 0%, rgba(76, 207, 255, 0.25) 35%, rgba(76, 207, 255, 0.02) 70%, transparent 100%);
    filter: blur(10px);
    z-index: 2;
    pointer-events: none;
  }

  .approach-bottom-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: linear-gradient(to top, rgba(3, 11, 70, 0.98), rgba(3, 11, 70, 0));
    z-index: 2;
    pointer-events: none;
  }

  @media (max-width: 991px) {
    .approach-content { margin-top: -160px; }
    .approach-pill { font-size: 13px; padding: 10px 16px; }
    .approach-bottom-glow { bottom: 28%; }
  }

  @media (max-width: 767px) {
    .approach-section {
      min-height: 82vh;
      padding: 28px 16px;
    }
    .approach-video {
      object-position: center bottom;
    }
    .approach-content {
      width: 100%;
      margin-top: -110px;
    }
    .approach-pill {
      max-width: 92%;
      font-size: 11px;
      line-height: 1.35;
      padding: 10px 14px;
    }
    .approach-bottom-glow {
      width: 62vw;
      bottom: 25%;
      height: 22px;
    }
  }

  @media (max-width: 480px) {
    .approach-content { margin-top: -90px; }
    .approach-pill { font-size: 10px; }
  }





  

  /* step timeline */

  .approach-timeline-section {
    /* background: #020b2d; */
    padding: 80px 20px;
    overflow: hidden;
}

.approach-timeline-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.approach-timeline-left {
    flex: 0 0 90px;
    display: flex;
    justify-content: center;
}

.approach-line-wrap {
    position: relative;
    width: 60px;
    min-height: 500px;
}

.approach-line-bg {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% - 48px);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.approach-line-fill {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: 4px;
    height: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #8fd0ff 0%, #ffffff 45%, #7aa8ff 100%);
    box-shadow: 0 0 16px rgba(120, 180, 255, 0.85);
    transition: height 0.8s ease;
}

.approach-step-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.88);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(180deg, #4878d6 0%, #295bb5 100%);
    border: 2px solid rgba(255,255,255,0.75);
    box-shadow:
        0 0 0 4px rgba(120, 180, 255, 0.08),
        0 0 18px rgba(120, 180, 255, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    opacity: 0.7;
    transition: all 0.4s ease;
}

.approach-step-dot:nth-of-type(3) { top: 0; }
.approach-step-dot:nth-of-type(4) { top: 140px; }
.approach-step-dot:nth-of-type(5) { top: 280px; }
.approach-step-dot:nth-of-type(6) { top: 420px; }

.approach-step-dot.active {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    box-shadow:
        0 0 0 5px rgba(120, 180, 255, 0.15),
        0 0 20px rgba(135, 190, 255, 0.6),
        0 0 40px rgba(135, 190, 255, 0.32);
}

.approach-step-dot span {
    position: relative;
    z-index: 2;
}

.approach-timeline-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 46px;
    padding-top: 0;
}

.approach-step-card {
    opacity: 0;
    transform: translateX(35px);
    transition: all 0.55s ease;
    min-height: 94px;
}

.approach-step-card.active {
    opacity: 1;
    transform: translateX(0);
}

.approach-step-card h3 {
    display: inline-block;
    margin: 0 0 12px;
    padding: 4px 10px;
    border-radius: 6px;
    background: linear-gradient(90deg, #3f86ff 0%, #5d9dff 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 0 16px rgba(63, 134, 255, 0.25);
}

.approach-step-card p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .approach-timeline-section {
        padding: 60px 14px;
    }

    .approach-timeline-container {
        gap: 16px;
    }

    .approach-timeline-left {
        flex: 0 0 60px;
    }

    .approach-line-wrap {
        width: 50px;
        min-height: 440px;
    }

    .approach-step-dot {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .approach-step-dot:nth-of-type(3) { top: 0; }
    .approach-step-dot:nth-of-type(4) { top: 120px; }
    .approach-step-dot:nth-of-type(5) { top: 240px; }
    .approach-step-dot:nth-of-type(6) { top: 360px; }

    .approach-timeline-right {
        gap: 34px;
    }

    .approach-step-card h3 {
        font-size: 11px;
        padding: 4px 8px;
    }

    .approach-step-card p {
        font-size: 11px;
        line-height: 1.5;
    }
}








.why-nerditia-ai-section {
    /* background: #020b2d; */
    padding: 70px 20px;
    overflow: hidden;
}

.why-nerditia-ai-container {
    max-width: 1180px;
    margin: 0 auto;
}

.why-nerditia-ai-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 360px;
    padding: 0px 34px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 82% 50%, rgba(91, 157, 255, 0.16), transparent 28%),
        linear-gradient(180deg, #041347 0%, #031033 100%);
    box-shadow:
        inset 0 0 0 1px rgba(118, 177, 255, 0.1),
        0 12px 35px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.why-nerditia-ai-card::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 8px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(90deg, transparent, #2f8fff, #78c8ff, #2f8fff, transparent);
    filter: blur(6px);
    opacity: 0.95;
}

.why-nerditia-ai-card::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 8px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, transparent, #2f8fff, #78c8ff, #2f8fff, transparent);
    filter: blur(6px);
    opacity: 0.95;
}

.why-nerditia-ai-content {
    position: relative;
    z-index: 2;
    width: 46%;
    max-width: 430px;
    padding: 18px 14px 18px 6px;
}

.why-nerditia-ai-content h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 43px ;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
}

.why-nerditia-ai-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-nerditia-ai-content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    opacity: 0.94;
}

.why-nerditia-ai-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #9fd3ff;
    font-size: 16px;
    line-height: 1.2;
}

.why-nerditia-ai-planet-wrap {
    position: relative;
    z-index: 2;
    width: 48%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-nerditia-ai-planet {
    position: relative;
    z-index: 2;
    width: 695px;
    /* max-width: 380px; */
    object-fit: contain;
    display: block;
    filter:
        drop-shadow(0 0 16px rgba(74, 172, 255, 0.45))
        drop-shadow(0 0 38px rgba(126, 196, 255, 0.22));
    animation: whyEarthFloat 4.5s ease-in-out infinite;
}

.why-nerditia-ai-planet-glow {
    position: absolute;
    bottom: 28px;
    width: 320px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(174, 214, 255, 0.45) 0%, rgba(113, 177, 255, 0.22) 35%, transparent 72%);
    filter: blur(14px);
    z-index: 1;
}

@keyframes whyEarthFloat {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 991px) {
    .why-nerditia-ai-card {
        gap: 20px;
        min-height: 320px;
        padding: 30px 24px;
    }

    .why-nerditia-ai-content h2 {
        font-size: 24px;
    }

    .why-nerditia-ai-content ul li {
        font-size: 12px;
    }

    .why-nerditia-ai-planet {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .why-nerditia-ai-section {
        padding: 55px 14px;
    }

    .why-nerditia-ai-card {
        flex-direction: column;
        text-align: left;
        padding: 26px 18px 18px;
        border-radius: 22px;
    }

    .why-nerditia-ai-content,
    .why-nerditia-ai-planet-wrap {
        width: 100%;
        max-width: 100%;
    }

    .why-nerditia-ai-content {
        padding: 0;
    }

    .why-nerditia-ai-content h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .why-nerditia-ai-content ul li {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .why-nerditia-ai-planet-wrap {
        min-height: auto;
        margin-top: 10px;
    }

    .why-nerditia-ai-planet {
        max-width: 260px;
    }

    .why-nerditia-ai-planet-glow {
        width: 220px;
        height: 60px;
        bottom: 10px;
    }
}

@media (max-width: 480px) {
    .why-nerditia-ai-content h2 {
        font-size: 19px;
    }

    .why-nerditia-ai-card {
        padding: 22px 14px 16px;
    }

    .why-nerditia-ai-planet {
        max-width: 220px;
    }
}






.cta-section {
    /* background: #020b2d; */
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.cta-box {
    max-width: 750px;
    width: 100%;
    border: 2px solid #1fdcff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    background: rgba(5, 20, 70, 0.6);
    box-shadow: 0 0 20px rgba(0, 234, 255, 0.15);
}

/* Heading */
.cta-box h2 {
    color: #61e9ff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
    line-height: 1.3;
}

/* Subtext */
.cta-box p {
    color: #cdeaff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 22px;
    line-height: 1.6;
    letter-spacing: 0.4px;
}

/* Button */
.cta-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 20px;
    border: 1.5px solid #1fdcff;
    color: #61e9ff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #1fdcff;
    color: #02123a;
    box-shadow: 0 0 12px #1fdcff;
}

/* Tablet */
@media (max-width: 768px) {
    .cta-box h2 {
        font-size: 26px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .cta-box {
        padding: 30px 20px;
    }

    .cta-box h2 {
        font-size: 22px;
    }

    .cta-box p {
        font-size: 12px;
    }
}


