
.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; 
}


.service-hero {
    width: 100%;
    padding: 70px 20px 50px;

    position: relative;
}

.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%;
}


.web-hero-tag {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid rgba(120, 218, 255, 0.75);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #e4f7ff;
    background: rgba(28, 124, 196, 0.12);
    box-shadow: 0 0 12px rgba(68, 177, 255, 0.18);
    margin-bottom: 22px;
    letter-spacing: 0.3px;
}



.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: 700px;
    object-fit: contain;
}



/* Hero section


.web-hero-section {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    background: transparent;
}

.web-hero-inner {
    position: relative;
    width: 100%;
    max-width: 1350px;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 70px;
    gap: 120px;
    z-index: 0;
}




.web-hero-image::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -20px;
    width: 860px;
    height: 380px;
    background: url("../assets/hero-line-glow.png") no-repeat center / contain;
    opacity: 0.95;
    z-index: 1;
    pointer-events: none;
}

.web-hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 520px;
    color: #fff;
}

.web-hero-tag {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid rgba(120, 218, 255, 0.75);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #e4f7ff;
    background: rgba(28, 124, 196, 0.12);
    box-shadow: 0 0 12px rgba(68, 177, 255, 0.18);
    margin-bottom: 22px;
    letter-spacing: 0.3px;
}

.web-hero-content h1 {
    margin: 0 0 18px;
    font-size: 52px;
    line-height: 0.98;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    color: #fff;
}

.web-hero-content p {
    margin: 0 0 30px;
    max-width: 420px;
    font-size: 15px;
    line-height: 1.6;
    color: #d8e5ff;
}

.web-hero-buttons {
    display: flex;
    gap: 16px;
}

.web-hero-buttons a {
    width: 120px;
    height: 40px;
    border-radius: 999px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.web-hero-buttons a:hover {
    transform: translateY(-2px);
}

.btn-blue {
    background: linear-gradient(90deg, #2aa7ff 0%, #1e7fff 100%);
    box-shadow: 0 0 18px rgba(44, 155, 255, 0.35);
}

.btn-white {
    background: #ececec;
}

.web-hero-image {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.web-hero-image img {
    position: relative;
    z-index: 2;
    width: 725px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.32));
}

/* responsive */
/* @media (max-width: 1199px) {
    .web-hero-inner {
        max-width: 100%;
        min-height: 380px;
        padding: 50px 45px;
        gap: 70px;
    }

    .web-hero-content h1 {
        font-size: 42px;
    }

    .web-hero-content p {
        font-size: 14px;
    }

    .web-hero-image img {
        width: 360px;
    }

    .web-hero-image::before {
        width: 700px;
        height: 320px;
        top: -95px;
        right: -40px;
    }
}

@media (max-width: 991px) {
    .web-hero-inner {
        min-height: auto;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 50px 30px 60px;
        gap: 35px;
    }

    .web-hero-content,
    .web-hero-image {
        width: 100%;
        max-width: 100%;
    }

    .web-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .web-hero-content p {
        max-width: 500px;
    }

    .web-hero-buttons {
        justify-content: center;
    }

    .web-hero-content h1 {
        font-size: 38px;
    }

    .web-hero-image img {
        width: 320px;
    }

    .web-hero-image::before {
        width: 560px;
        height: 250px;
        top: -70px;
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 576px) {
    .web-hero-section {
        padding: 20px 12px;
    }

    .web-hero-inner {
        padding: 34px 20px 42px;
        gap: 25px;
    }

    .web-hero-tag {
        font-size: 10px;
        padding: 7px 14px;
        margin-bottom: 16px;
    }

    .web-hero-content h1 {
        font-size: 28px;
        line-height: 1.02;
        letter-spacing: -0.5px;
    }

    .web-hero-content p {
        max-width: 280px;
        font-size: 12px;
        line-height: 1.55;
        margin-bottom: 22px;
    }

    .web-hero-buttons {
        gap: 12px;
    }

    .web-hero-buttons a {
        width: 88px;
        height: 32px;
    }

    .web-hero-image img {
        width: 230px;
    }

    .web-hero-image::before {
        width: 360px;
        height: 170px;
        top: -40px;
    }
} */ */






/* ai logo slider5  */
.ai-client-logos-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    background: linear-gradient(180deg,
            #133258 0%,
            #10345f 40%,
            #0a2d58 70%,
            #020c2b 100%);
            
}


.ai-client-logos-box {
    width: 100%;
    padding: 25px 0 60px;
    text-align: center;
    position: relative;

}

.ai-client-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}


.ai-client-logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* track */
.ai-client-logo-track {
    display: flex;
    width: max-content;
    animation: aiClientSlide 20s linear infinite;
}

/* hover pause */
.ai-client-logo-slider:hover .ai-client-logo-track {
    animation-play-state: paused;
}

/* logo */
.ai-client-logo-item {
    flex: 0 0 auto;
    width: 200px;
    padding: 10px 20px;
}

.ai-client-logo-item img {
    max-width: 130px;
    filter: brightness(1000%);
    opacity: 0.9;
    transition: 0.3s;
}

.ai-client-logo-item img:hover {
    transform: scale(1.05);
    opacity: 1;
}

/* EDGE FADE (important for premium look) */
.ai-client-logo-slider::before,
.ai-client-logo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
}

.ai-client-logo-slider::before {
    left: 0;

}

.ai-client-logo-slider::after {
    right: 0;

}

/* 🔥 BOTTOM GLOW ONLY */
.ai-client-bottom-glow {
    position: absolute;
    left: 50%;
    bottom: -140px;
    /* push fully down */
    transform: translateX(-50%);
    width: 140%;
    max-width: 1600px;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

/* animation */
@keyframes aiClientSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* responsive */
@media (max-width: 768px) {
    .ai-client-logo-item {
        width: 150px;
    }

    .ai-client-logo-item img {
        max-width: 100px;
    }

    .ai-client-bottom-glow {
        bottom: -90px;
    }
}

/* what we do */


.what-we-do-section {
    /* background: #020b2d; */
    padding: 60px 20px 70px;
    overflow: hidden;
}

.what-we-do-container {
    max-width: 1100px;
    margin: 0 auto;
}

.what-we-do-title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.what-we-do-line {
    width: 220px;
    height: 2px;
    margin: 12px auto 34px;
    background: linear-gradient(90deg, transparent, #67dfff, transparent);
    position: relative;
    box-shadow: 0 0 12px rgba(79, 211, 255, 0.45);
}

.what-we-do-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(135, 240, 255, 1) 0%, rgba(75, 201, 255, 0.7) 45%, transparent 75%);
    filter: blur(2px);
}

/* layout */
.what-we-do-layout {
    max-width: 1050px;
    margin: 0 auto;
}

.what-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
}

.top-row {
    margin-bottom: -28px;
    position: relative;
    z-index: 2;
}

.bottom-row {
    position: relative;
    z-index: 1;
    gap: 268px;
}

/* base card */
.tra-service-card {
    position: relative;
    width: 365px;
    display: flex;
    justify-content: center;
}

/* base triangle shape */
.service-shape {
    position: relative;
    width: 240px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 10px rgba(37, 152, 255, 0.55)) drop-shadow(0 0 22px rgba(37, 152, 255, 0.25));
}

/* DOWN triangle */
.triangle-down .service-shape {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: linear-gradient(180deg, #79e6ff 0%, #207fff 38%, #0a4cc4 65%, #2d9ac9 100%);
}

.triangle-down .service-shape::before {
    content: "";
    position: absolute;
    inset: 4px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: linear-gradient(180deg, #4fcfff 0%, #235dcb 32%, #103c9f 65%, #58bbd8 100%);
    opacity: 0.45;
}

.triangle-down .service-shape::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 18px;
    right: 18px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #8ff4ff, transparent);
    filter: blur(1px);
    box-shadow: 0 0 12px rgba(107, 233, 255, 0.9);
}

/* UP triangle */
.triangle-up .service-shape {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: linear-gradient(180deg, #63b8de 0%, #1f78ff 52%, #69ddff 100%);
}

.triangle-up .service-shape::before {
    content: "";
    position: absolute;
    inset: 4px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: linear-gradient(180deg, #8adcf0 0%, #245fcc 48%, #4ecfff 100%);
    opacity: 0.42;
}

.service-bootom {
    flex-direction: column-reverse!important;
    gap: 26px;
}


.triangle-up .service-shape::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 18px;
    right: 18px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #8ff4ff, transparent);
    filter: blur(1px);
    box-shadow: 0 0 12px rgba(107, 233, 255, 0.9);
}

/* content */
.service-content-page {
    position: relative;
    z-index: 2;
    width: 100%;
    /* height: 100%; */
    padding: 18px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* content position by shape */
.triangle-down .service-content-page {
    justify-content: flex-start;
}

.triangle-up .service-content-page {
    justify-content: flex-end;
    padding-bottom: 18px;
}

.service-content-page h3 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
}

/* icon */
.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #f8feff 0%, #def8ff 34%, #cceeff 62%, #b7e0ff 100%);
    box-shadow:
        0 0 16px rgba(153, 236, 255, 0.45),
        inset 0 -6px 10px rgba(0, 112, 180, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.triangle-down .service-icon {
    margin-top: 26px;
}

.triangle-up .service-icon {
    margin-top: 16px;
}

.service-icon span {
    position: relative;
    width: 24px;
    height: 15px;
    border-radius: 50% 50% 40% 40%;
    background: linear-gradient(180deg, #e8fdff 0%, #d0efff 100%);
    display: block;
}

.service-icon span::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 29px;
    height: 7px;
    border-radius: 20px;
    /* background: #a3bb17; */
}



/* glow point */
.tra-service-card::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    height: 18px;
    background: radial-gradient(circle, rgba(105, 229, 255, 0.95) 0%, rgba(105, 229, 255, 0.35) 45%, transparent 74%);
    filter: blur(7px);
    pointer-events: none;
}

.triangle-down.tra-service-card::after {
    bottom: -8px;
}

.triangle-up.tra-service-card::after {
    bottom: -8px;
}

/* bottom row tucked between */
.bottom-row .tra-service-card:nth-child(1) {
    transform: translateX(125px);
}

.bottom-row .tra-service-card:nth-child(2) {
    transform: translateX(-125px);
}

/* hover */
.tra-service-card:hover .service-shape {
    transform: translateY(-6px);
}

/* responsive */
@media (max-width: 991px) {
    .what-we-do-title {
        font-size: 40px;
    }

    .tra-service-card {
        width: 190px;
        flex: 0 0 190px;
    }

    .service-shape {
        width: 190px;
        height: 145px;
    }

    .service-content-page h3 {
        font-size: 13px;
    }

    .service-icon {
        width: 46px;
        height: 46px;
    }

    .triangle-down .service-icon {
        margin-top: 18px;
    }

    .bottom-row .tra-service-card:nth-child(1) {
        transform: translateX(100px);
    }

    .bottom-row .tra-service-card:nth-child(2) {
        transform: translateX(-100px);
    }
}

@media (max-width: 767px) {
    .what-we-do-section {
        padding: 50px 14px 60px;
    }

    .what-we-do-title {
        font-size: 30px;
    }

    .what-we-do-line {
        width: 170px;
        margin-bottom: 24px;
    }

    .what-row {
        gap: 10px;
    }

    .top-row {
        margin-bottom: -16px;
    }

    .tra-service-card {
        width: 145px;
        flex: 0 0 145px;
    }

    .service-shape {
        width: 145px;
        height: 112px;
    }

    .service-content-page {
        padding: 12px 8px;
    }

    .triangle-up .service-content-page {
        padding-bottom: 12px;
    }

    .service-content-page h3 {
        font-size: 10px;
    }

    .service-icon {
        width: 36px;
        height: 36px;
    }

    .triangle-down .service-icon {
        margin-top: 12px;
    }

    .triangle-up .service-icon {
        margin-top: 10px;
    }

    .service-icon span {
        width: 18px;
        height: 10px;
    }

    .service-icon span::after {
        width: 21px;
        height: 5px;
    }

    .bottom-row .tra-service-card:nth-child(1) {
        transform: translateX(74px);
    }

    .bottom-row .tra-service-card:nth-child(2) {
        transform: translateX(-74px);
    }
}

@media (max-width: 575px) {
    .what-we-do-title {
        font-size: 24px;
    }

    .what-row {
        flex-wrap: wrap;
        gap: 14px;
    }

    .top-row,
    .bottom-row {
        margin-bottom: 0;
    }

    .bottom-row {
        margin-top: 6px;
    }

    .bottom-row .tra-service-card:nth-child(1),
    .bottom-row .tra-service-card:nth-child(2) {
        transform: none;
    }

    .tra-service-card {
        width: 165px;
        flex: 0 0 165px;
    }

    .service-shape {
        width: 165px;
        height: 126px;
    }

    .service-content-page h3 {
        font-size: 11px;
    }
}


/* dev cards */

/* keep your existing section + wrapper */

.service-card-content.full {
    width: 100%;
    text-align: center;
}

/* badge */
.service-badge {
    display: inline-block;
    padding: 18px 26px;
    margin-bottom: 14px;
    background: #f2e6ff;
    color: #3570ce;
    font-size: 25px;
    font-weight: 700;
    border-radius: 999px;
    /* text-transform: uppercase; */
}

/* description */
.service-desc {
    font-size: 22px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}

/* 2 column list */
.service-list {
    display: flex;
    /* grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
    justify-content: center; */
    text-align: center;
    justify-content: center;
    gap: 269px;
}

/* list reset */
.service-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* list item */
.service-list li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6;
    text-align: left;
}

/* check icon */
.service-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #aee8ff;
}

/* REMOVE IMAGE PART */
.service-card-image {
    display: none;
}


.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: 21px;
    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;
}




/* approch sec */

.approach-section {
    /* background: #020b2d; */
    padding: 40px 16px;
    display: flex;
    justify-content: center;
}

.approach-box {
    position: relative;
    width: 100%;
    max-width: 990px;
    min-height: 260px;
    border-radius: 28px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.85);

    /* add your image here */
    background:
        linear-gradient(rgba(2, 11, 45, 0.45), rgba(2, 11, 45, 0.45)),
        url("../assets/approch.png") center center / cover no-repeat;

    box-shadow:
        0 0 0 1px rgba(80, 162, 255, 0.25),
        0 0 24px rgba(0, 102, 255, 0.12);
}

.approach-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 62%, rgba(30, 190, 255, 0.35), transparent 24%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18));
    pointer-events: none;
}

.approach-content {
    position: relative;
    z-index: 2;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    padding: 30px 20px;
}

.approach-content h2 {
    margin: 0;
    color: #fff;
    font-size: 64px;
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.approach-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 999px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(180deg, #4d84db 0%, #2b67c8 100%);
    border: 1px solid rgba(194, 224, 255, 0.65);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 0 14px rgba(74, 144, 255, 0.22);
}

@media (max-width: 991px) {
    .approach-box {
        min-height: 230px;
    }

    .approach-content {
        min-height: 230px;
    }

    .approach-content h2 {
        font-size: 52px;
    }

    .approach-btn {
        font-size: 14px;
        padding: 10px 18px;
    }
}

@media (max-width: 767px) {
    .approach-section {
        padding: 30px 14px;
    }

    .approach-box {
        min-height: 200px;
        border-radius: 22px;
    }

    .approach-content {
        min-height: 200px;
        gap: 14px;
        padding: 24px 16px;
    }

    .approach-content h2 {
        font-size: 40px;
    }

    .approach-btn {
        font-size: 12px;
        line-height: 1.3;
        padding: 9px 14px;
        max-width: 92%;
    }
}

@media (max-width: 480px) {
    .approach-box {
        min-height: 180px;
        border-radius: 18px;
    }

    .approach-content {
        min-height: 180px;
        padding: 20px 14px;
    }

    .approach-content h2 {
        font-size: 32px;
    }

    .approach-btn {
        font-size: 11px;
        padding: 8px 12px;
    }
}

/* step  */


.process-timeline-section {
    position: relative;
    padding: 80px 20px;
    /* background: #020b2d; */
    overflow: hidden;
}

.process-timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 620px;
}

/* center line */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

/* animated glow */
.line-glow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
      filter: blur(1px);
    box-shadow: 0 0 15px rgba(120, 230, 255, 0.95),
                0 0 35px rgba(120, 230, 255, 0.45);
    opacity: 0;
    transition: top 0.7s ease, opacity 0.3s ease;
}

.line-glow.show {
    opacity: 1;
}

/* steps */
.timeline-step {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.55s ease;
}

.timeline-step.show {
    opacity: 1;
    transform: translateY(0);
}

.timeline-step[data-step="1"] { top: 20px; }
.timeline-step[data-step="2"] { top: 160px; }
.timeline-step[data-step="3"] { top: 300px; }
.timeline-step[data-step="4"] { top: 440px; }

/* left alignment */
.timeline-step.left {
    justify-content: flex-start;
}

.timeline-step.left .step-content {
    width: calc(50% - 80px);
    text-align: right;
    padding-right: 40px;
}

.timeline-step.left .step-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-step.left .step-number {
    position: absolute;
    left: calc(50% + 38px);
}

/* right alignment */
.timeline-step.right {
    justify-content: flex-end;
}

.timeline-step.right .step-content {
    width: calc(50% - 80px);
    text-align: left;
    padding-left: 40px;
}

.timeline-step.right .step-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-step.right .step-number {
    position: absolute;
    right: calc(50% + 38px);
}

/* text */
.step-content h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

.step-content p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    opacity: 0.95;
}

/* center dot */
.step-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        0 0 0 3px rgba(124, 225, 255, 0.22),
        0 0 18px rgba(124, 225, 255, 0.95),
        0 0 28px rgba(124, 225, 255, 0.45);
    z-index: 3;
}

/* number circle */
.step-number {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
    border: 3px solid #2d4d73;
    color: #23344d;
    font-size: 30px;
    font-weight: 800;
    line-height: 54px;
    text-align: center;
    box-shadow:
        0 0 0 4px rgba(147, 233, 255, 0.2),
        0 0 18px rgba(118, 223, 255, 0.85),
        0 0 32px rgba(118, 223, 255, 0.35);
    z-index: 2;
}

/* responsive */
@media (max-width: 991px) {
    .process-timeline-container {
        max-width: 760px;
        min-height: 560px;
    }

    .step-content h3 {
        font-size: 22px;
    }

    .step-content p {
        font-size: 12px;
    }

    .step-number {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .process-timeline-section {
        padding: 60px 16px;
    }

    .process-timeline-container {
        min-height: auto;
        padding-left: 52px;
    }

    .timeline-line {
        left: 22px;
        transform: none;
    }

    .line-glow {
        left: 22px;
        transform: translateX(-50%);
    }

    .timeline-step {
        position: relative;
        top: auto !important;
        min-height: auto;
        margin-bottom: 28px;
        justify-content: flex-start !important;
        padding-left: 0;
    }

    .timeline-step:last-child {
        margin-bottom: 0;
    }

    .timeline-step.left .step-content,
    .timeline-step.right .step-content {
        width: 100%;
        text-align: left;
        padding: 0 0 0 88px;
    }

    .timeline-step.left .step-dot,
    .timeline-step.right .step-dot {
        left: 22px;
        transform: translateX(-50%);
    }

    .timeline-step.left .step-number,
    .timeline-step.right .step-number {
        left: 56px;
        right: auto;
    }

    .step-content h3 {
        font-size: 19px;
    }

    .step-content p {
        font-size: 11px;
    }

    .step-number {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 22px;
    }

    .step-dot {
        width: 12px;
        height: 12px;
    }
}



/* why choose  */

.why-choose-section {
    /* background: #020b2d; */
    padding: 70px 20px 80px;
    overflow: hidden;
    position: relative;
}

.why-choose-container {
    max-width: 1100px;
    margin: 0 auto;
}

.why-choose-title {
    margin: 0 0 34px;
    text-align: center;
    color: #ffffff;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.why-choose-card {
    position: relative;
    max-width: 990px;
    margin: 0 auto;
    padding: 34px 34px 30px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(67, 123, 175, 0.95) 0%, rgba(48, 98, 155, 0.95) 100%);
    overflow: hidden;

    /* subtle border */
    border: 1px solid rgba(120, 200, 255, 0.2);

    /* inner light */
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.12),
        inset 0 0 18px rgba(140, 240, 255, 0.08);
}

/* TOP GLOW LINE */
.why-choose-card::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    right: 20px;
    height: 14px;
    border-radius: 999px;

    background: linear-gradient(90deg, transparent, #3fbfff, #1f7dff, #3fbfff, transparent);

    box-shadow:
        0 0 18px #3fbfff,
        0 0 35px rgba(63, 191, 255, 0.8),
        0 0 55px rgba(63, 191, 255, 0.5);

    filter: blur(2px);
}

/* BOTTOM GLOW SPREAD */
.why-choose-card::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 90%;
    height: 50px;

    background: radial-gradient(circle,
        rgba(63, 191, 255, 0.95) 0%,
        rgba(63, 191, 255, 0.35) 40%,
        rgba(63, 191, 255, 0.08) 65%,
        transparent 80%
    );

    filter: blur(14px);
}

.why-choose-card::before {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #4ebcff, #2d8eff, #4ebcff, transparent);
    box-shadow:
        0 0 16px rgba(78, 188, 255, 0.9),
        0 0 28px rgba(78, 188, 255, 0.45);
}

.why-choose-card::after {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: -10px;
    height: 26px;
    background: radial-gradient(circle at center, rgba(53, 169, 255, 0.95) 0%, rgba(53, 169, 255, 0.38) 40%, transparent 74%);
    filter: blur(12px);
    pointer-events: none;
}

.why-choose-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.why-choose-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
}

.check-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8f8f8 0%, #e8e8e8 100%);
    color: #627189;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 900;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 2px 6px rgba(0, 0, 0, 0.12);
}

/* tablet */
@media (max-width: 991px) {
    .why-choose-section {
        padding: 60px 18px 70px;
    }

    .why-choose-title {
        font-size: 42px;
        margin-bottom: 28px;
    }

    .why-choose-card {
        padding: 28px 24px 26px;
    }

    .why-choose-list li {
        font-size: 16px;
    }

    .check-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 18px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .why-choose-section {
        padding: 50px 14px 60px;
    }

    .why-choose-title {
        font-size: 28px;
        line-height: 1.12;
        margin-bottom: 24px;
    }

    .why-choose-card {
        padding: 22px 18px 20px;
        border-radius: 14px;
    }

    .why-choose-card::before {
        left: 24px;
        right: 24px;
    }

    .why-choose-list {
        gap: 14px;
    }

    .why-choose-list li {
        gap: 12px;
        font-size: 12px;
        line-height: 1.4;
        align-items: flex-start;
    }

    .check-icon {
        width: 26px;
        height: 26px;
        min-width: 26px;
        border-radius: 8px;
        font-size: 15px;
        margin-top: 1px;
    }
}


/* result  */


.results-expect-section {
    /* background: #020b2d; */
    padding: 60px 20px 80px;
    overflow: hidden;
    position: relative;
}

.results-expect-container {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.results-top-text {
    margin: 0 0 34px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
}

/* center big top shape */
.results-main-shape {
    position: relative;
    width: 290px;
    height: 180px;
    margin: 0 auto 58px;
    clip-path: polygon(0 8%, 50% 0, 100% 8%, 100% 92%, 50% 100%, 0 92%);
    background: linear-gradient(180deg, #82ecff 0%, #4bc4f3 45%, #2f83e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 14px rgba(83, 214, 255, 0.45),
        0 0 28px rgba(83, 214, 255, 0.2);
}

.results-main-shape::before {
    content: "";
    position: absolute;
    inset: 4px;
    clip-path: polygon(0 8%, 50% 0, 100% 8%, 100% 92%, 50% 100%, 0 92%);
    background: linear-gradient(180deg, #6fe1f4 0%, #48b9ed 45%, #2d6fd7 100%);
}

.results-main-shape span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
}

/* main lower line */
.results-line-wrap {
    position: relative;
    max-width: 990px;
    margin: 0 auto;
    padding-top: 46px;
}

.results-main-line {
    position: absolute;
    top: 0;
    left: 6%;
    width: 88%;
    height: 1px;
    background: rgba(101, 197, 255, 0.75);
    box-shadow: 0 0 10px rgba(72, 193, 255, 0.25);
}

.results-main-line::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -116px;
    transform: translateX(-50%);
    width: 1px;
    height: 116px;
    background: rgba(101, 197, 255, 0.75);
    box-shadow: 0 0 10px rgba(72, 193, 255, 0.25);
}

/* bottom items */
.results-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 49px;
    align-items: start;
}

.result-item {
    position: relative;
    padding-top: 18px;
}

.result-item::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 52px;
    background: rgba(101, 197, 255, 0.8);
}

.result-dot {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #eafcff;
    box-shadow:
        0 0 0 3px rgba(124, 225, 255, 0.18),
        0 0 14px rgba(124, 225, 255, 0.95),
        0 0 28px rgba(124, 225, 255, 0.35);
    z-index: 3;
}

.result-box {
    position: relative;
    width: 100%;
    min-height: 120px;
    clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
    background: linear-gradient(180deg, #9bf4ff 0%, #63d8f4 45%, #2696f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 10px 28px;
    box-shadow:
        0 0 10px rgba(67, 197, 255, 0.25),
        0 0 20px rgba(67, 197, 255, 0.12);
}

.result-box::before {
    content: "";
    position: absolute;
    inset: 3px;
    clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
    background: linear-gradient(180deg, #7fe8f7 0%, #53c7ef 48%, #2d82e0 100%);
}

.result-box p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
}

/* responsive */
@media (max-width: 991px) {
    .results-top-text {
        font-size: 24px;
    }

    .results-main-shape {
        width: 240px;
        height: 150px;
        margin-bottom: 50px;
    }

    .results-main-shape span {
        font-size: 18px;
    }

    .results-items {
        gap: 12px;
    }

    .result-box {
        min-height: 105px;
        padding: 16px 8px 24px;
    }

    .result-box p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .results-expect-section {
        padding: 50px 14px 65px;
    }

    .results-top-text {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .results-main-shape {
        width: 190px;
        height: 120px;
        margin-bottom: 42px;
    }

    .results-main-shape span {
        font-size: 16px;
    }

    .results-line-wrap {
        padding-top: 34px;
    }

    .results-main-line {
        left: 4%;
        width: 92%;
    }

    .results-main-line::before {
        height: 92px;
        top: -92px;
    }

    .results-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 14px;
    }

    .center-item {
        grid-column: span 2;
        max-width: 180px;
        margin: 0 auto;
    }

    .result-box {
        min-height: 95px;
    }

    .result-box p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .results-items {
        grid-template-columns: 1fr;
    }

    .center-item {
        grid-column: span 1;
        max-width: 100%;
    }

    .results-main-line {
        display: none;
    }

    .result-item::before,
    .result-dot {
        display: none;
    }

    .results-line-wrap {
        padding-top: 0;
    }

    .result-box {
        max-width: 230px;
        margin: 0 auto;
    }
}



/* who-its-for */

.who-its-for-section {
    /* background: #020b2d; */
    padding: 50px 20px;
}

.who-its-for-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.who-its-for-title {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 28px;
    text-transform: uppercase;
    line-height: 1.1;
}

.who-its-for-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.who-its-for-item {
    background: linear-gradient(180deg, #61e9ff 0%, #2ba9ff 55%, #1a78da 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    line-height: 1.2;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 6px 18px rgba(28, 132, 255, 0.25);
}


@media (max-width: 768px) {
    .who-its-for-title {
        font-size: 32px;
    }

    .who-its-for-item {
        font-size: 17px;
        padding: 16px 16px;
    }
}

@media (max-width: 480px) {
    .who-its-for-section {
        padding: 40px 15px;
    }

    .who-its-for-title {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .who-its-for-item {
        font-size: 14px;
        padding: 14px 12px;
        border-radius: 8px;
    }
}



/* last section  */


/* =========================
   MOBILE (≤ 767px)
========================= */
@media (max-width: 767px) {

  /* GLOBAL */
  body {
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  section {
    padding: 40px 16px !important;
  }

  /* HERO */
  .hero-container {
    padding: 25px 16px;
    text-align: center;
  }

  .hero-container h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  .hero-container p {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .hero-buttons a {
    width: 100%;
    text-align: center;
  }

  /* LOGO SLIDER */
  .logo-track {
    gap: 20px;
  }

  .logo-item img {
    width: 90px;
  }

  /* STACK SECTION */
  .stack-inner {
    padding: 25px 16px;
    border-radius: 18px;
  }

  .stack-inner h1,
  .stack-inner h2 {
    font-size: 22px;
    text-align: center;
  }

  /* CARDS */
  .cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }

  .card {
    width: 100%;
    max-width: 260px;
    height: 160px;
  }

  /* ABOUT TEXT */
  .about-text-box p {
    font-size: 13px;
    text-align: center;
  }

  /* MISSION / VISION */
  .circle {
    width: 100%;
    padding: 25px 15px;
  }

  .circle h1 {
    font-size: 28px !important;
  }

  .circle p {
    font-size: 13px;
  }

  /* COUNTER */
  .counter-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .counter-box h2 {
    font-size: 20px;
  }

  .counter-box p {
    font-size: 11px;
  }

  /* SERVICES SVG */
  .services-svg-wrap {
    transform: scale(0.7);
    margin-top: -40px;
  }

  .section-service-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  /* SERVICES HEADER */
  .services-header h2 {
    font-size: 24px;
    text-align: center;
  }

  .services-header p {
    font-size: 12px;
    text-align: center;
  }

  /* PARTNERSHIP */
  .nerd-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .nerd-card {
    width: 100%;
  }

  .nerd-card-inner {
    padding: 18px 14px;
  }

  .nerd-card-inner h3 {
    font-size: 18px;
  }

  .nerd-card-inner p {
    font-size: 13px;
  }

  /* TESTIMONIAL */
  .testimonial-section h2 {
    font-size: 24px;
    text-align: center;
  }

  .testimonial-section .subtitle {
    font-size: 13px;
    text-align: center;
  }

  /* IMAGE LINE */
  .image-line img {
    width: 100%;
    height: auto;
  }
}


/* =========================
   SMALL MOBILE (≤ 480px)
========================= */
@media (max-width: 480px) {

  section {
    padding: 30px 12px !important;
  }

  .hero-container h1 {
    font-size: 22px;
  }

  .hero-container p {
    font-size: 12px;
  }

  .hero-buttons a {
    font-size: 13px;
    padding: 10px;
  }

  .stack-inner h1,
  .stack-inner h2 {
    font-size: 20px;
  }

  .circle h1 {
    font-size: 24px !important;
  }

  .counter-container {
    grid-template-columns: 1fr;
  }

  .counter-box {
    text-align: center;
  }

  .services-svg-wrap {
    transform: scale(0.6);
  }

  .services-header h2 {
    font-size: 20px;
  }

  .nerd-card-inner h3 {
    font-size: 16px;
  }

  .nerd-card-inner p {
    font-size: 12px;
  }

}




/* /////////////////// */


/* ========================================
   RESPONSIVE FIXES ONLY
   Paste at bottom of your current CSS
======================================== */

/* ---------- LARGE TABLET ---------- */
@media (max-width: 1199px) {
    .service-hero {
        padding: 60px 20px 40px;
    }

    .service-hero__inner {
        max-width: 100%;
        gap: 30px;
    }

    .service-hero__content h1 {
        font-size: 48px;
        line-height: 1;
    }

    .service-hero__content p {
        font-size: 15px;
        max-width: 100%;
    }

    .glow-ring img {
        width: 560px;
        max-width: 100%;
    }

    .what-we-do-title,
    .why-choose-title {
        font-size: 44px;
    }

    .service-list {
        gap: 120px;
    }

    .service-badge {
        font-size: 22px;
        padding: 16px 22px;
    }

    .service-desc {
        font-size: 19px;
    }

    .service-card-content h3 {
        font-size: 26px;
    }

    .service-card-content ul li {
        font-size: 18px;
    }

    .approach-content h2 {
        font-size: 54px;
    }

    .results-items {
        gap: 20px;
    }
}

/* ---------- TABLET ---------- */
@media (max-width: 991px) {
    .beam {
        width: 190vw;
        left: -45vw;
        filter: blur(42px);
    }

    .beam-1 {
        top: 18%;
        height: 180px;
        transform: rotate(-14deg);
    }

    .beam-2 {
        top: 52%;
        height: 160px;
        transform: rotate(-10deg);
    }

    .service-hero {
        padding: 50px 18px 30px;
    }

    .service-hero__inner {
        min-height: auto;
        flex-direction: column;
        text-align: center;
        gap: 26px;
    }

    .service-hero__content,
    .service-hero__visual {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .service-hero__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-hero__content h1 {
        font-size: 40px;
        line-height: 1.02;
        letter-spacing: -0.5px;
    }

    .service-hero__content p {
        max-width: 620px;
        font-size: 15px;
        margin-bottom: 24px;
    }

    .service-hero__buttons {
        justify-content: center;
    }

    .service-hero__visual {
        min-height: auto;
    }

    .glow-ring img {
        width: 430px;
        max-width: 100%;
    }

    .ai-client-logos-box {
        padding: 20px 0 50px;
    }

    .ai-client-logo-item {
        width: 160px;
        padding: 8px 16px;
    }

    .ai-client-logo-item img {
        max-width: 105px;
    }

    .what-we-do-section {
        padding: 50px 18px 60px;
    }

    .what-we-do-title {
        font-size: 38px;
    }

    .what-we-do-line {
        width: 180px;
        margin-bottom: 28px;
    }

    .what-row {
        gap: 12px;
    }

    .top-row {
        margin-bottom: -18px;
    }

    .bottom-row {
        gap: 140px;
    }

    .tra-service-card {
        width: 180px;
        flex: 0 0 180px;
    }

    .service-shape {
        width: 180px;
        height: 140px;
    }

    .service-content-page {
        padding: 12px 10px;
    }

    .service-content-page h3 {
        font-size: 12px;
        line-height: 1.15;
    }

    .service-icon {
        width: 42px;
        height: 42px;
    }

    .triangle-down .service-icon {
        margin-top: 12px;
    }

    .triangle-up .service-icon {
        margin-top: 10px;
    }

    .service-icon span {
        width: 18px;
        height: 10px;
    }

    .service-icon span::after {
        width: 20px;
        height: 5px;
    }

    .bottom-row .tra-service-card:nth-child(1) {
        transform: translateX(65px);
    }

    .bottom-row .tra-service-card:nth-child(2) {
        transform: translateX(-65px);
    }

    .service-cards-section {
        padding: 24px 18px 30px;
    }

    .service-section-card {
        top: 80px;
        padding: 22px 20px;
        border-radius: 14px;
    }

    .service-badge {
        font-size: 18px;
        padding: 14px 18px;
    }

    .service-desc {
        font-size: 16px;
        line-height: 1.45;
    }

    .service-list {
        gap: 60px;
        flex-wrap: wrap;
    }

    .service-list li {
        font-size: 13px;
    }

    .approach-section {
        padding: 30px 18px;
    }

    .approach-box,
    .approach-content {
        min-height: 220px;
    }

    .approach-content h2 {
        font-size: 46px;
    }

    .approach-btn {
        font-size: 13px;
        padding: 10px 16px;
        max-width: 90%;
    }

    .process-timeline-section {
        padding: 60px 18px;
    }

    .process-timeline-container {
        max-width: 760px;
        min-height: 560px;
    }

    .step-content h3 {
        font-size: 22px;
    }

    .step-content p {
        font-size: 12px;
    }

    .step-number {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 24px;
    }

    .why-choose-section {
        padding: 55px 18px 65px;
    }

    .why-choose-title {
        font-size: 40px;
        margin-bottom: 26px;
    }

    .why-choose-card {
        padding: 26px 22px 22px;
    }

    .why-choose-list li {
        font-size: 15px;
    }

    .results-expect-section {
        padding: 55px 18px 70px;
    }

    .results-top-text {
        font-size: 24px;
    }

    .results-main-shape {
        width: 230px;
        height: 145px;
        margin-bottom: 48px;
    }

    .results-main-shape span {
        font-size: 18px;
    }

    .results-items {
        gap: 14px;
    }

    .result-box {
        min-height: 102px;
    }

    .result-box p {
        font-size: 13px;
    }

    .who-its-for-title {
        font-size: 34px;
    }

    .who-its-for-item {
        font-size: 17px;
        padding: 18px 16px;
    }
}

/* ---------- MOBILE ---------- */
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .beam-bg {
        inset: 0;
    }

    .beam {
        width: 220vw;
        left: -60vw;
        filter: blur(32px);
    }

    .beam-1 {
        top: 12%;
        height: 120px;
        opacity: 0.55;
        transform: rotate(-14deg);
    }

    .beam-2 {
        top: 46%;
        height: 110px;
        opacity: 0.35;
        transform: rotate(-10deg);
    }

    .service-hero {
        padding: 36px 14px 24px;
    }

    .service-hero__inner {
        gap: 20px;
    }

    .web-hero-tag {
        font-size: 10px;
        padding: 7px 14px;
        margin-bottom: 14px;
    }

    .service-hero__content h1 {
        font-size: 30px;
        line-height: 1.08;
        letter-spacing: -0.3px;
    }

    .service-hero__content p {
        font-size: 13px;
        line-height: 1.65;
        margin-bottom: 20px;
    }

    .service-hero__buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .hero-btn {
        width: 100%;
        max-width: 240px;
        min-width: 0;
        height: 42px;
        font-size: 14px;
        padding: 0 18px;
    }

    .glow-ring {
        max-width: 100%;
    }

    .glow-ring img {
        width: 420px;
        max-width: 100%;
    }

    .ai-client-logos-section {
        margin-bottom: 26px;
    }

    .ai-client-logos-box {
        padding: 16px 0 40px;
    }

    .ai-client-logo-item {
        width: 130px;
        padding: 8px 10px;
    }

    .ai-client-logo-item img {
        max-width: 85px;
    }

    .ai-client-bottom-glow {
        bottom: -70px;
        width: 170%;
    }

    .what-we-do-section {
        padding: 42px 14px 48px;
    }

    .what-we-do-title {
        font-size: 28px;
        line-height: 1.1;
    }

    .what-we-do-line {
        width: 140px;
        margin: 10px auto 22px;
    }

    .what-we-do-line::after {
        width: 14px;
        height: 14px;
    }

    .what-row {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    .top-row,
    .bottom-row {
        margin-bottom: 0;
        gap: 12px;
    }

    .bottom-row {
        margin-top: 4px;
    }

    .tra-service-card,
    .bottom-row .tra-service-card:nth-child(1),
    .bottom-row .tra-service-card:nth-child(2) {
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        transform: none;
    }

    .service-shape {
        width: 100%;
        height: 120px;
    }

    .service-content-page {
        padding: 10px 8px;
    }

    .triangle-up .service-content-page {
        padding-bottom: 10px;
    }

    .service-content-page h3 {
        font-size: 10px;
        line-height: 1.15;
    }

    .service-icon {
        width: 34px;
        height: 34px;
    }

    .triangle-down .service-icon {
        margin-top: 10px;
    }

    .triangle-up .service-icon {
        margin-top: 8px;
    }

    .service-icon span {
        width: 15px;
        height: 8px;
    }

    .service-icon span::after {
        width: 17px;
        height: 4px;
    }

    .service-cards-section {
        padding: 20px 14px 24px;
    }

    .service-section-card {
        position: relative;
        top: 0;
        padding: 18px 14px;
        margin-bottom: 14px;
        border-radius: 14px;
        gap: 14px;
    }

    .service-section-card::before,
    .service-section-card::after {
        top: 10px;
        bottom: 10px;
    }

    .service-badge {
        font-size: 14px;
        padding: 12px 14px;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .service-desc {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .service-list {
        flex-direction: column;
        gap: 8px;
        /* align-items: center; */
    }

    .service-list ul {
        width: 100%;
        max-width: 230px;
    }

    .service-list li {
        font-size: 12px;
        line-height: 1.55;
    }

    .approach-section {
        padding: 28px 14px;
    }

    .approach-box {
        min-height: 190px;
        border-radius: 18px;
    }

    .approach-content {
        min-height: 190px;
        padding: 20px 14px;
        gap: 12px;
    }

    .approach-content h2 {
        font-size: 32px;
        line-height: 1;
    }

    .approach-btn {
        font-size: 13px;
        padding: 0px 8px;
        line-height: 1.4;
        max-width: 95%;
        text-align: center;
    }

    .process-timeline-section {
        padding: 46px 14px;
    }

    .process-timeline-container {
        min-height: auto;
        padding-left: 48px;
    }

    .timeline-line {
        left: 18px;
        transform: none;
    }

    .line-glow {
        left: 18px;
        transform: translateX(-50%);
    }

    .timeline-step {
        position: relative;
        top: auto !important;
        min-height: auto;
        margin-bottom: 24px;
        justify-content: flex-start !important;
        padding-left: 0;
    }

    .timeline-step:last-child {
        margin-bottom: 0;
    }

    .timeline-step.left .step-content,
    .timeline-step.right .step-content {
        width: 100%;
        text-align: left;
        padding: 0 0 0 74px;
    }

    .timeline-step.left .step-dot,
    .timeline-step.right .step-dot {
        left: 18px;
        transform: translateX(-50%);
    }

    .timeline-step.left .step-number,
    .timeline-step.right .step-number {
        left: 44px;
        right: auto;
    }

    .step-content h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .step-content p {
        font-size: 10px;
        line-height: 1.45;
    }

    .step-number {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        border-width: 2px;
    }

    .step-dot {
        width: 10px;
        height: 10px;
    }

    .why-choose-section {
        padding: 46px 14px 54px;
    }

    .why-choose-title {
        font-size: 26px;
        line-height: 1.15;
        margin-bottom: 20px;
    }

    .why-choose-card {
        padding: 18px 14px 18px;
        border-radius: 12px;
    }

    .why-choose-card::before {
        left: 18px;
        right: 18px;
    }

    .why-choose-list {
        gap: 12px;
    }

    .why-choose-list li {
        gap: 10px;
        font-size: 11px;
        line-height: 1.45;
        align-items: flex-start;
    }

    .check-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
        border-radius: 7px;
        font-size: 13px;
        margin-top: 1px;
    }

    .results-expect-section {
        padding: 46px 14px 58px;
    }

    .results-top-text {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 24px;
    }

    .results-main-shape {
        width: 180px;
        height: 112px;
        margin-bottom: 34px;
    }

    .results-main-shape span {
        font-size: 14px;
    }

    .results-line-wrap {
        padding-top: 28px;
    }

    .results-main-line {
        left: 4%;
        width: 92%;
    }

    .results-main-line::before {
        height: 75px;
        top: -75px;
    }

    .results-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 12px;
    }

    .center-item {
        grid-column: span 2;
        max-width: 170px;
        margin: 0 auto;
    }

    .result-item {
        padding-top: 14px;
    }

    .result-item::before {
        top: -30px;
        height: 38px;
    }

    .result-dot {
        width: 12px;
        height: 12px;
        top: -5px;
    }

    .result-box {
        min-height: 84px;
        padding: 14px 8px 20px;
    }

    .result-box p {
        font-size: 11px;
        line-height: 1.2;
    }

    .who-its-for-section {
        padding: 42px 14px;
    }

    .who-its-for-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .who-its-for-list {
        gap: 10px;
    }

    .who-its-for-item {
        font-size: 13px;
        line-height: 1.35;
        padding: 14px 12px;
        border-radius: 8px;
    }
}

/* ---------- SMALL MOBILE ---------- */
@media (max-width: 480px) {
    .service-hero {
        padding: 30px 12px 20px;
    }

    .service-hero__content h1 {
        font-size: 24px;
    }

    .service-hero__content p {
        font-size: 22px;
    }

    .hero-btn {
        max-width: 220px;
        height: 40px;
        font-size: 13px;
    }

    .glow-ring img {
        width: 373px;
    }

    .what-we-do-title {
        font-size: 22px;
    }

    .tra-service-card,
    .bottom-row .tra-service-card:nth-child(1),
    .bottom-row .tra-service-card:nth-child(2) {
        width: 100%;
        flex: 0 0 100%;
        max-width: 190px;
    }

    .service-shape {
        height: 132px;
    }

    .service-content-page h3 {
        font-size: 11px;
    }

    .service-badge {
        font-size: 12px;
        padding: 10px 12px;
    }

    .service-desc {
        font-size: 12px;
        text-align: left;
    }

    .service-list ul {
        max-width: 210px;
    }

    .service-list li {
        font-size: 11px;
    }

    .approach-box {
        min-height: 170px;
    }

    .approach-content {
        min-height: 170px;
    }

    .approach-content h2 {
        font-size: 26px;
    }

    .process-timeline-container {
        padding-left: 44px;
    }

    .timeline-line,
    .line-glow,
    .timeline-step.left .step-dot,
    .timeline-step.right .step-dot {
        left: 16px;
    }

    .timeline-step.left .step-number,
    .timeline-step.right .step-number {
        left: 38px;
    }

    .timeline-step.left .step-content,
    .timeline-step.right .step-content {
        padding-left: 111px;
    }

    .step-content h3 {
        font-size: 14px;
    }

    .step-content p {
        font-size: 9px;
    }

    .why-choose-title {
        font-size: 22px;
    }

    .why-choose-list li {
        font-size: 10px;
    }

    .results-top-text {
        font-size: 13px;
    }

    .results-items {
        grid-template-columns: 1fr;
    }

    .center-item {
        grid-column: span 1;
        max-width: 100%;
    }

    .results-main-line {
        display: none;
    }

    .result-item::before,
    .result-dot {
        display: none;
    }

    .results-line-wrap {
        padding-top: 0;
    }

    .result-box {
        max-width: 220px;
        margin: 0 auto;
    }

    .who-its-for-title {
        font-size: 22px;
    }

    .who-its-for-item {
        font-size: 12px;
    }
}