.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 */
}



/* keep content above beam */
.hero,
.logo-slider-section,
.stack-wrapper,
.stack-panel,
.counter-section,
#services-section,
.testimonial-section,
.image-line {
    position: relative;
    z-index: 1;
}


/* reusable glass section */
.glass-section {
  position: relative;
  margin: 28px auto!important;
  max-width: 1240px;
  border-radius: 28px;
  padding: 10px 24px;

  /* background: #020c2b; */
  border: 1px solid rgba(255, 255, 255, 0.09);

 

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  overflow: hidden;
}




.glass-section::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    /* background: linear-gradient(
        135deg,
        rgba(255,255,255,0.12) 0%,
        rgba(255,255,255,0.04) 35%,
        rgba(255,255,255,0.01) 100%
    ); */
    pointer-events: none;
}

.glass-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    top: -110px;
    right: -70px;
    /* background: radial-gradient(circle, rgba(85, 182, 255, 0.18), transparent 70%);
    filter: blur(10px); */
    pointer-events: none;
}

/* mobile */
@media (max-width: 768px) {
    .glass-section {
        padding: 28px 16px;
        border-radius: 20px;
    }

    .hero-container.glass-section {
        padding: 48px 18px;
    }

    .glass-strip {
        margin: 18px 14px;
        padding: 14px;
        border-radius: 18px;
    }
}





/* hero section  */

.hero {
    padding: 10px 20px 20px;
    text-align: center;
    color: white;
}

.hero-container {
    max-width: 900px;
    margin: auto;
}

.hero h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero h1 span {
    color: #39b6ff;
}

.hero p {
    font-size: 18px;
    color: #b8c7e0;
    line-height: 1.7;
    max-width: 720px;
    margin: auto;
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary {
    padding: 14px 40px;
    border-radius: 14px;
    background: linear-gradient(180deg, #5ed4ff, #2c8fff);
    color: white;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 140, 255, 0.4);
}

.btn-secondary {
    padding: 14px 40px;
    border-radius: 14px;
    background: #c4c4c4;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

/* Mission section  */
.mission-vision {
    display: flex;
    margin: 25px;
    justify-content: center;
    align-items: center;
}

.circle {
    width: 800px;
    height: 937px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    /* ✅ Your glow image */
    background: url("../assets/glow1.png") no-repeat center;

    /* 🔥 Important */
    background-size: contain;

    /* box-shadow:
        0 0 30px rgba(0, 120, 255, 0.6),
        0 0 60px rgba(0, 120, 255, 0.5),
        inset 0 0 30px rgba(0, 120, 255, 0.5);

    animation: pulseGlow 2s ease-in-out infinite; */
}

@keyframes pulseGlow {
    0%,
    100% {
        box-shadow:
            0 0 15px 4px #2e6fff88,
            0 0 30px 10px #4a8cff66,
            inset 0 0 20px 7px #2e6fffaa;
    }

    50% {
        box-shadow:
            0 0 30px 10px #4a9fffcc,
            0 0 60px 25px #6aacffbb,
            inset 0 0 40px 15px #6aacffdd;
    }
}
/* 
.circle::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 2px solid rgba(100, 180, 255, 0.6);
    box-shadow: 0 0 25px rgba(0, 120, 255, 0.9);
} */

.content {
    color: white;
    z-index: 2;
        margin-top: 28px;

}

.content h2 {
    letter-spacing: 2px;
    font-weight: 600;
}

.content p {
    font-size: 18px;
    line-height: 1.6;
    color: #cfdfff;
}

.vision {
    margin-top: 30px;
}

/* Wave section */
@keyframes waveFloating {
    0%,
    100% {
        transform: translateY(0px) scaleY(1);
    }

    50% {
        transform: translateY(-20px) scaleY(1.08);
    }
}

@keyframes waveFlow {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}
/* 
.background-container {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.wave-wrapper {
    position: absolute;
    width: 200%;
    height: 240px;
    animation: waveFloating 6s ease-in-out infinite;
    display: flex;
    align-items: center;
}

.wave-content {
    width: 100%;
    display: flex;
    animation: waveFlow 15s linear infinite;
}

.glow-line {
    flex-shrink: 0;
    width: 2125px;
    height: 100%;
} */

/* MUCH STRONGER GLOW */

.glow-filter {
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6))
        drop-shadow(0 0 14px rgba(120, 180, 255, 0.5));
}

/* logo slider  */

.logo-slider-section {
    padding: 60px 0;
    /* background: #020c2b; */
    overflow: hidden;
}

.logo-slider {
    width: 100%;
    overflow: hidden;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: logoScroll 20s linear infinite;
}

.logo-item {
    width: 200px;
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    width: 100%;
    transition: 0.3s;
}

.logo-item img:hover {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes logoScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* testomiala card */

.testimonial-section {
    text-align: center;
    padding: 80px 20px 10px;
    color: white;
    margin-bottom: 65px;
}

.line {
    width: 100%;
    height: 2px;
    margin: 30px 0;
    background: linear-gradient(
        to right,
        transparent,
        #00eaff,
        #8ffcff,
        #00eaff,
        transparent
    );
    position: relative;
}

.line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 8px;
    background: #6df7ff;
    filter: blur(8px);
    border-radius: 50%;
}

.testimonial-section h2 {
    font-size: 42px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.subtitle {
    font-size: 16px;
    color: #b9d6ef;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* cards wrapper */
.nerd-cards {
    display: grid;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

/* outer card */
.nerd-card {
    width: 100%;
    min-width: 0;
    min-height: 430px;
    border-radius: 30px;
    background: transparent;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
    position: relative;
}
.partnership-section {
    max-width: 1240px;
    margin: 0 auto 65px;
    overflow: hidden;
}

.partnership-section,
.partnership-section * {
    box-sizing: border-box;
}

.nerd-card:hover {
    transform: translateY(-10px);
}

.nerd-card-inner {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    transform-style: preserve-3d;
}

/* premium card */
.premium-card {
    position: relative;
    padding: 30px 26px;
    min-height: 430px;
    border-radius: 30px;
    text-align: left;
    overflow: hidden;
    
    border: 1px solid rgba(120, 180, 255, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 30px rgba(0, 0, 0, 0.22);
}

.premium-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at top left, rgba(94, 212, 255, 0.16), transparent 32%),
        radial-gradient(circle at bottom right, rgba(44, 143, 255, 0.14), transparent 30%);
    pointer-events: none;
}

.premium-card::after {
    content: "";
    position: absolute;
    top: -120%;
    left: -40%;
    width: 60%;
    height: 260%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 45%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 55%
    );
    transform: rotate(18deg);
    transition: 0.8s ease;
    pointer-events: none;
}

.nerd-card:hover .premium-card::after {
    left: 115%;
}

.nerd-card:hover .premium-card {
    border-color: rgba(110, 239, 255, 0.32);
    box-shadow:
        0 22px 55px rgba(0, 140, 255, 0.18),
        0 0 28px rgba(94, 212, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* top row */
.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.card-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: linear-gradient(135deg, #2c8fff, #5ed4ff);
    box-shadow:
        0 8px 24px rgba(44, 143, 255, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
}

.card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #9ae9ff;
    background: rgba(94, 212, 255, 0.08);
    border: 1px solid rgba(94, 212, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* text */
.partnership-content h3 {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 18px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 2;
    transform: translateZ(40px);
}

.partnership-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(230, 240, 255, 0.9);
    font-weight: 400;
    position: relative;
    z-index: 2;
    transform: translateZ(40px);
}

.partnership-content p span {
    color: #74e7ff;
    font-weight: 600;
}

/* bullet points */
.card-points {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    position: relative;
    z-index: 2;
    transform: translateZ(35px);
}

.card-points li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #cfe3ff;
}

.card-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #63ecff;
    box-shadow: 0 0 12px rgba(99, 236, 255, 0.75);
}

/* tablet */
@media (max-width: 991px) {
    .testimonial-section {
        padding: 70px 20px 10px;
    }

    .testimonial-section h2 {
        font-size: 34px;
    }

    .subtitle {
        font-size: 14px;
        line-height: 1.6;
    }

    .nerd-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        max-width: 700px;
    }

    .nerd-card {
        min-height: 380px;
        border-radius: 24px;
    }

    .premium-card {
        min-height: 380px;
        border-radius: 24px;
        padding: 24px 20px;
    }

    .partnership-content h3 {
        font-size: 22px;
    }

    .partnership-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .card-points li {
        font-size: 13px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .testimonial-section {
        padding: 55px 15px 10px;
    }

    .testimonial-section h2 {
        font-size: 26px;
    }

    .subtitle {
        font-size: 13px;
        letter-spacing: 0.5px;
        padding: 0 10px;
    }

      .nerd-cards {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 100%;
    }

    .nerd-card {
        min-height: auto;
        border-radius: 20px;
    }

    .premium-card {
        min-height: auto;
        border-radius: 20px;
        padding: 22px 18px;
    }

    .card-top {
        margin-bottom: 18px;
    }

    .card-icon {
        width: 48px;
        height: 48px;
        font-size: 21px;
        border-radius: 14px;
    }

    .card-badge {
        font-size: 11px;
        padding: 6px 12px;
    }

    .partnership-content h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .partnership-content p {
        font-size: 13px;
        line-height: 1.7;
    }

    .card-points {
        margin-top: 18px;
    }

    .card-points li {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .line::after {
        width: 55px;
        height: 6px;
    }
}

@media (max-width: 480px) {
    .testimonial-section h2 {
        font-size: 22px;
    }

    .subtitle {
        font-size: 12px;
    }

    .partnership-content h3 {
        font-size: 18px;
    }

    .partnership-content p {
        font-size: 12.5px;
    }

    .card-points li {
        font-size: 12px;
    }
}
/* deliver section */

.section {
    text-align: center;
    padding: 20px 20px 200px;
    position: relative;
}

.title {
    color: white;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 80px;
    line-height: 1.4;
}

.cards {
    position: relative;
    display: flex;
    justify-content: center;
    
    /* gap: 40px; */
    align-items: center;
}

.glow {
    position: absolute;
    top: 194px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 500px;
    background: url("../assets/glow.png") no-repeat center/contain;
    pointer-events: none;
    z-index: 0;
}

.card{
      width:380px;
      height:210px;
      /* padding:22px; */
      border-radius:18px;
      background:
        linear-gradient(180deg, rgba(10,30,70,0.78), rgba(5,15,40,0.92));
      border:2px solid #3d8bff;
      box-shadow:
        0 0 20px rgba(0,0,0,0.4),
        0 0 40px rgba(61,139,255,0.2),
        inset 0 0 15px rgba(255,255,255,0.05);
      position:relative;
      transition:0.4s ease;
      z-index:1;
      overflow:hidden;
      backdrop-filter:blur(8px);
      -webkit-backdrop-filter:blur(8px);
        padding: 0;
    }


    
    .ai-icon{
      width:46px;
      height:46px;
      /* background:linear-gradient(135deg,#3d8bff,#6ea8ff); */
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:12px;
      margin-bottom:14px;
      color:#fff;
      font-size:20px;
     /* border: 0.1px solid; */
    }
     .card-content span{
      font-size:11.5px;
      letter-spacing:0.6px;
      text-transform:uppercase;
      color:#9ed0ff;
      display:inline-block;
      padding:5px 12px;
      border-radius:20px;
      background:rgba(61, 139, 255, 0.12);
      border:1px solid rgba(61, 139, 255, 0.3);
      box-shadow:inset 0 0 10px rgba(255,255,255,0.03);
    }

.cards:hover .card {
    transform: scale(0.9) translateY(20px);
    opacity: 0.6;
}

.cards .card:hover {
    transform: scale(1.15) translateY(-25px);
    z-index: 5;
    opacity: 1;
}

.card + .card {
    margin-left: -30px;
}

.center {
    transform: scale(1.05);
    z-index: 2;
}

.bottom-glow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;

    width: 550px;
    height: 350px;

    background: radial-gradient(
        ellipse at center,
        rgba(0, 255, 255, 0.9) 0%,
        rgba(0, 220, 255, 0.5) 30%,
        rgba(0, 140, 255, 0.2) 50%,
        transparent 70%
    );

    filter: blur(35px);
}


.card-content {
    position: relative;
    z-index: 2;
    padding: 10px;
    color: #ffffff;
    text-align: left;
}

.card-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.card-content p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    opacity: 0.9;
}

.card-content span {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.7;
}

.icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #3d8bff, #6ea8ff);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
    margin-bottom: 10px;
    color: white;
}

@media (max-width: 991px) {
    .title {
        font-size: 28px;
        margin-bottom: 60px;
    }

    .cards {
        gap: 20px;
    }

    .card + .card {
        margin-left: 0;
    }

    .center {
        transform: none;
    }
}

@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        gap: 5px;
    }

    .card {
        width: 100%;
        max-width: 320px;
    }

    .title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .bottom-glow {
        width: 350px;
        height: 220px;
        bottom: -50px;
    }
}

/* abouts us  */
.about {
    padding: 70px 20px 50px;
    text-align: center;
}

.about h1 {
    font-size: 80px;
    color: #69a8d1;
    margin-bottom: 40px;
    line-height: 1.1;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.about-text-box {
    width: 900px;
    max-width: 90%;
    margin: auto;
    padding: 15px 50px;
    color: white;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;

    background: linear-gradient(
        90deg,
        #010a2e 0%,
        #021a4d 20%,
        #5d7fa0 50%,
        #021a4d 80%,
        #010a2e 100%
    );
}

@media (max-width: 991px) {
    .about {
        padding: 60px 20px 45px;
    }

    .about h1 {
        font-size: 58px;
        margin-bottom: 30px;
    }

    .about-text-box {
        padding: 25px 30px;
        font-size: 16px;
        border-radius: 35px;
    }
}

@media (max-width: 767px) {
    .about {
        padding: 50px 15px 40px;
    }

    .about h1 {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .about-text-box {
        width: 100%;
        max-width: 100%;
        padding: 22px 18px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.5px;
        border-radius: 24px;
    }
}

@media (max-width: 480px) {
    .about h1 {
        font-size: 32px;
    }

    .about-text-box {
        padding: 18px 14px;
        font-size: 13px;
        border-radius: 18px;
    }
}

/* our service */
#services-section {
    /* background: #030a2b; */
    padding: 24px 20px 50px;
    text-align: center;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.services-header h2 {
    font-size: 80px;
    color: #69a8d1;
    margin-bottom: 10px;
    line-height: 1.1;
}

.services-header p {
    color: #cfd8ff;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.services-svg-wrap {
    position: relative;
    width: min(680px, 100%);
    margin: 20px auto 0;
}

.virus-svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

.svg-glow {
    filter: drop-shadow(0 0 8px #3be0ff) drop-shadow(0 0 20px #3be0ff);
}

.ring {
    fill: none;
    stroke: #6eefff;
    stroke-width: 12;
    transform-origin: 260px 260px;
    animation: pulseRing 2.5s ease-in-out infinite;
}

.inner {
    fill: #bfefff;
    opacity: 0.24;
    transform-origin: 260px 260px;
    animation: pulseInner 2.5s ease-in-out infinite;
}

.svg-line {
    stroke: #8df3ff;
    stroke-width: 4;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px #58e9ff);
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    transition: stroke-dashoffset 0.8s ease;
}

.node {
    stroke: #63ecff;
    stroke-width: 6;
    transition: transform 0.8s ease;
    transform-box: fill-box;
    transform-origin: center;
}

.outer-node {
    fill: #eef3f6;
}

.center-node {
    fill: #ffffff;
    stroke: #22dfff;
}

.service-node {
    transition: transform 0.8s ease;
    transform-box: fill-box;
    transform-origin: center;
}

.icon-fo {
    overflow: visible;
    pointer-events: none;
}

.svg-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2c8fff 0%, #1749a6 100%);
    border: 2px solid #7ef1ff;
    box-shadow:
        0 0 18px rgba(59, 224, 255, 0.45),
        inset 0 0 12px rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.center-icon-box {
    width: 36px;
    height: 36px;
    font-size: 16px;
    background: linear-gradient(180deg, #18d9ff 0%, #1567b4 100%);
}

.section-service-card {
    position: absolute;
    width: 210px;
    padding: 14px 16px;
    background: rgba(8, 22, 69, 0.96);
    border: 1px solid rgba(126, 241, 255, 0.35);
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 183, 255, 0.18);
    backdrop-filter: blur(12px);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    z-index: 10;
    pointer-events: none;
}

.section-service-card h4 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
}

.section-service-card p {
    margin: 0;
    color: #cfd8ff;
    font-size: 13px;
    line-height: 1.55;
}

/* card positions desktop */
.card-1 { left: 50%; top: 2%; transform: translate(-50%, -100%); }
.card-2 { right: -2%; top: 12%; }
.card-3 { right: -8%; top: 42%; }
.card-4 { right: -2%; bottom: 12%; }
.card-5 { left: 50%; bottom: 0; transform: translate(-50%, 110%); }
.card-6 { left: -2%; bottom: 12%; }
.card-7 { left: -8%; top: 42%; }
.card-8 { left: -2%; top: 12%; }

/* hover card trigger */
.services-svg-wrap.hover-1 .card-1,
.services-svg-wrap.hover-2 .card-2,
.services-svg-wrap.hover-3 .card-3,
.services-svg-wrap.hover-4 .card-4,
.services-svg-wrap.hover-5 .card-5,
.services-svg-wrap.hover-6 .card-6,
.services-svg-wrap.hover-7 .card-7,
.services-svg-wrap.hover-8 .card-8 {
    opacity: 1;
    visibility: visible;
}

/* sequential line delay */
.l1, .node-1 { transition-delay: 0s; }
.l2, .node-2 { transition-delay: 0.18s; }
.l3, .node-3 { transition-delay: 0.36s; }
.l4, .node-4 { transition-delay: 0.54s; }
.l5, .node-5 { transition-delay: 0.72s; }
.l6, .node-6 { transition-delay: 0.9s; }
.l7, .node-7 { transition-delay: 1.08s; }
.l8, .node-8 { transition-delay: 1.26s; }

.active .svg-line {
    stroke-dashoffset: 0;
}

/* desktop positions */
.active .node-1 { transform: translate(0px, -200px); }
.active .node-2 { transform: translate(140px, -140px); }
.active .node-3 { transform: translate(200px, 0px); }
.active .node-4 { transform: translate(140px, 140px); }
.active .node-5 { transform: translate(0px, 200px); }
.active .node-6 { transform: translate(-140px, 140px); }
.active .node-7 { transform: translate(-200px, 0px); }
.active .node-8 { transform: translate(-140px, -140px); }

@keyframes pulseRing {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.9; }
}

@keyframes pulseInner {
    0%, 100% { transform: scale(1); opacity: 0.24; }
    50% { transform: scale(1.08); opacity: 0.38; }
}

/* tablet */
@media (max-width: 991px) {
    .services-header h2 {
        font-size: 54px;
    }

    .services-header p {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .services-svg-wrap {
        width: min(560px, 100%);
    }

    .section-service-card {
        width: 180px;
        padding: 12px 14px;
    }

    .section-service-card h4 {
        font-size: 15px;
    }

    .section-service-card p {
        font-size: 12px;
    }
}

/* mobile */
@media (max-width: 767px) {
    #services-section {
        padding: 26px 12px 40px;
    }

    .services-header h2 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .services-header p {
        font-size: 10px;
        letter-spacing: 0.5px;
        line-height: 1.4;
        max-width: 220px;
        margin: 0 auto 8px;
    }

    .services-svg-wrap {
        width: min(340px, 100%);
    }

    .ring {
        stroke-width: 10;
    }

    .svg-line {
        stroke-width: 4;
        stroke-dasharray: 120;
        stroke-dashoffset: 120;
    }

    .outer-node {
        stroke-width: 5;
    }

    .svg-icon-box {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .center-icon-box {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .icon-fo {
        width: 52px;
        height: 52px;
    }

    /* mobile spacing with visible gap */
    .active .node-1 { transform: translate(0px, -180px); }
    .active .node-2 { transform: translate(136px, -136px); }
    .active .node-3 { transform: translate(180px, 0px); }
    .active .node-4 { transform: translate(136px, 136px); }
    .active .node-5 { transform: translate(0px, 180px); }
    .active .node-6 { transform: translate(-136px, 136px); }
    .active .node-7 { transform: translate(-180px, 0px); }
    .active .node-8 { transform: translate(-136px, -136px); }

    /* cards below section on mobile */
    .section-service-card {
        display: none;
    }
}
/* =========================
   HERO RESPONSIVE
========================= */
@media (max-width: 991px) {
    .hero {
        padding: 40px 20px 30px;
    }

    .hero-container {
        max-width: 760px;
    }

    .hero h1 {
        font-size: 38px;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }

    .hero p {
        font-size: 16px;
        max-width: 620px;
        margin-bottom: 30px;
    }

    .hero-buttons {
        flex-wrap: wrap;
        gap: 16px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 13px 30px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 0px 15px 25px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.4;
    }

    .hero p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 25px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 260px;
        text-align: center;
        padding: 14px 20px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 22px;
    }

    .hero p {
        font-size: 13px;
    }
}

/* =========================
   WAVE SECTION RESPONSIVE
========================= */
@media (max-width: 991px) {
    .background-container {
        height: 180px;
    }

    .wave-wrapper {
        height: 190px;
    }

    .glow-line {
        width: 1600px;
    }
}

@media (max-width: 767px) {
    .background-container {
        height: 140px;
    }

    .wave-wrapper {
        height: 150px;
    }

    .glow-line {
        width: 1200px;
    }
}

@media (max-width: 480px) {
    .background-container {
        height: 110px;
    }

    .wave-wrapper {
        height: 120px;
    }

    .glow-line {
        width: 900px;
    }
}

/* =========================
   LOGO SLIDER RESPONSIVE
========================= */
@media (max-width: 991px) {
    .logo-slider-section {
        padding: 40px 0;
    }

    .logo-item {
        width: 160px;
        margin: 0 28px;
    }

    .logo-track {
        animation: logoScroll 18s linear infinite;
    }
}

@media (max-width: 767px) {
    .logo-slider-section {
        padding: 30px 0;
    }

    .logo-item {
        width: 120px;
        margin: 0 18px;
    }

    .logo-track {
        animation: logoScroll 14s linear infinite;
    }
}

@media (max-width: 480px) {
    .logo-item {
        width: 95px;
        margin: 0 14px;
    }
}

/* =========================
   MISSION / VISION RESPONSIVE
========================= */
@media (max-width: 991px) {
    .mission-vision {
        height: auto;
        padding: 70px 20px;
    }

    .circle {
        width: 520px;
        height: 520px;
    }

    .content h1,
    .content .vision,
    .circle .content h1 {
        font-size: 40px !important;
    }

    .content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 767px) {
    .mission-vision {
        height: auto;
        padding: 0px 15px;
    }

    .circle {
        width: 100%;
        max-width: 380px;
        height: 380px;
        padding: 30px;
    }

    .circle::before {
        width: 88%;
        height: 88%;
    }

    .circle .content h1 {
        font-size: 28px !important;
    }

    .content p {
        font-size: 13px;
        line-height: 1.5;
    }

    .vision {
        margin-top: 18px;
    }

    .mission-vision .line {
        margin: 16px 0;
    }
}

@media (max-width: 480px) {
    .circle {
        max-width: 425px;
        height: 443px;
        padding: 0px;
    }

    .circle .content h1 {
        font-size: 22px !important;
    }

    .content p {
        font-size: 11px;
        line-height: 1.4;
    }

    .circle::before {
        border-width: 1px;
    }
}

/* =========================
   SERVICES SECTION RESPONSIVE
========================= */
@media (max-width: 991px) {
    #services-section {
        padding: 40px 20px;
    }

    .services-header h2 {
        font-size: 38px;
    }

    .services-header p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.6;
    }

    .virus-svg {
        width: 620px;
    }
}

@media (max-width: 767px) {
    #services-section {
        padding: 35px 15px;
    }

    .services-header h2 {
        font-size: 28px;
    }

    .services-header p {
        font-size: 12px;
        letter-spacing: 0.5px;
        max-width: 320px;
        margin: 0 auto;
    }

    .virus-svg {
        width: 100%;
        max-width: 360px;
        margin-top: 25px;
    }

    .ring {
        stroke-width: 10;
    }

    .node {
        stroke-width: 4;
    }
}

@media (max-width: 480px) {
    .services-header h2 {
        font-size: 24px;
    }

    .services-header p {
        font-size: 11px;
    }

    .virus-svg {
        max-width: 350px;
    }
}

.image-line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    line-height: 0;
    margin: 20px 0 30px;
}

.image-line img {
    display: block;
    width: 100%;
    max-width: 1400px;
    height: 120px;
    object-fit: fill;
}





/* counter */


.counter-section {
    width: 100%;
   padding: 0;
}

.counter-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}

.counter-box {
    text-align: center;
    padding: 26px 20px 22px;
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.counter-box h2 {
    margin: 0 0 14px;
    font-size: 58px;
    line-height: 1;
    font-weight: 300;
    color: #ffffff;
}

.counter-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #f2f2f2;
}

/* Tablet */
@media (max-width: 991px) {
    .counter-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-box {
        min-height: 130px;
        padding: 24px 16px;
    }

    .counter-box h2 {
        font-size: 46px;
    }

    .counter-box p {
        font-size: 13px;
        letter-spacing: 1.5px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .counter-container {
        grid-template-columns: 1fr;
    }

    .counter-box {
        min-height: auto;
        padding: 22px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .counter-box:last-child {
        border-bottom: none;
    }

    .counter-box h2 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .counter-box p {
        font-size: 12px;
        letter-spacing: 1px;
    }
}


/* partner section */


.partnership-section {
    max-width: 1240px;
    margin: 0 auto 65px;
}

.partnership-section .subtitle {
    max-width: 980px;
    margin: 0 auto;
    line-height: 1.5;
}


.partnership-content h3 {
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 18px;
    color: #ffffff;
    font-weight: 700;
}

.partnership-content p {
    margin: 0 ;
    padding: 0 20px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    max-width: 90%;
}

.partnership-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .partnership-content {
        padding: 20px;
    }

    .partnership-content h3 {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .partnership-content p {
        font-size: 13.5px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .partnership-section .subtitle {
        max-width: 100%;
    }

    .partnership-content {
        padding: 20;
    }

    .partnership-content h3 {
        font-size: 18px;
    }

    .partnership-content p {
        font-size: 13px;
        line-height: 1.7;
        max-width: 100%;
    }
}