html,
body{
    overflow-x:hidden!important;
}
.hero{
    overflow:hidden!important;
    width: 100%;
}
.hero-globe-wrapper{
    overflow:hidden!important;
}


/* ─── HERO SECTION ───────────────────────────── */
    /* .hero {
      min-height: 100vh;
      padding-top: 20px;
      background: linear-gradient(135deg, #0a0f1e 0%, #0d1633 50%, #0a1628 100%);
      display: flex;
      align-items: center;
     position: relative;
    } */
.hero{
    min-height:100vh;
    background:linear-gradient(135deg,#0a0f1e 0%,#0d1633 50%,#0a1628 100%);
    position:relative;
    overflow:visible;
}

    .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 20px;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4DA3FF;
  box-shadow: 0 0 8px #4DA3FF;
  flex-shrink: 0;
}
.sg-lede{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hero-inner{
    width:100%;
    padding:30px 30px;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    max-width:1400px;
    margin:0 auto;
}

    /* ─── LEFT CONTENT ───────────────────────────── */
    .hero-content {
      max-width: 560px;
    }

    .hero-content h2 {
      font-size: clamp(36px, 4.5vw, 58px);
      font-weight: 900;
      line-height: 1.1;
      letter-spacing: -1px;
      color: #ffffff;
    }

    .hero-content h1 .highlight {
      color: #4DA3FF;
    }

    .hero-content p {
      margin-top: 24px;
      font-size: clamp(14px, 1.2vw, 16px);
      line-height: 1.75;
      color: rgba(255,255,255,0.65);
      max-width: 480px;
    }

    .hero-btns {
      margin-top: 36px;
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .btn-primary {
      background: #1a56db;
      color: #fff;
      border: none;
      padding: 14px 28px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
      white-space: nowrap;
    }
    .btn-primary:hover {
      background: #1447bf;
      transform: translateY(-1px);
    }

    .btn-secondary {
      background: transparent;
      color: #fff;
      border: 1.5px solid rgba(255,255,255,0.35);
      padding: 14px 28px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: border-color 0.2s, background 0.2s;
      white-space: nowrap;
    }
    .btn-secondary:hover {
      border-color: #4DA3FF;
      background: rgba(77,163,255,0.08);
    }

    /* ─── RIGHT — GLOBE WRAPPER ──────────────────── */
    /* .hero-globe-wrapper {
      position: relative;
      width: 100%;
       max-width:600px;
    margin-left:auto;
      
      height: calc(100vh - 72px);
     
      display: flex;
      align-items: center;
      justify-content: center;
    } */


/* CHANGE 1: overflow:hidden hatao wrapper se */
.hero-globe-wrapper {
    position: relative;
    width: 100%;
    max-width: 540px;
    height: 600px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible!important;  
}

    /* #ssdHeroCanvas {
      display: block;
       max-width:100%;
      width: 100% !important;
      height: 100% !important;
      
      pointer-events: auto;
      cursor: grab;
    } */

    #ssdHeroCanvas{
    width:100% !important;
    height:100% !important;
    display:block;

    max-width:100%;
}
    #ssdHeroCanvas:active { cursor: grabbing; }

    /* Floating labels on the globe */
    .globe-label {
      position: absolute;
      color: rgba(255,255,255,0.85);
      font-size: 13px;
      font-weight: 500;
      pointer-events: none;
      letter-spacing: 0.2px;
    }
    .globe-label::before {
      content: '';
      display: inline-block;
      width: 6px; height: 6px;
      background: #4DA3FF;
      border-radius: 50%;
      margin-right: 6px;
      vertical-align: middle;
    }

    .label-ai      { top: 18%; left: 5%; }
    .label-cloud   { top: 38%; right: 4%; }
    .label-ent     { bottom: 28%; left: 12%; }

    /* ─── STATS BAR ──────────────────────────────── */
    .hero-stats {
      display: flex;
      gap: 48px;
      margin-top: 52px;
    }
    .stat h3 {
      font-size: clamp(24px, 2.5vw, 32px);
      font-weight: 800;
      color: #fff;
    }
    .stat p {
      font-size: 13px;
      color: rgba(255,255,255,0.5);
      margin-top: 2px;
    }

    /* ─── RESPONSIVE ─────────────────────────────── */
    @media (max-width: 900px) {
      .hero-inner {
        grid-template-columns: 1fr;
        padding: 40px 24px;
        text-align: center;
      }
      .hero-content { max-width: 100%; }
      .hero-btns { justify-content: center; }
      .hero-stats { justify-content: center; }
      .hero-globe-wrapper {
        height: 60vw;
        min-height: 320px;
        max-height: 520px;
      }
      .globe-label { display: none; }
      nav { padding: 0 20px; }
      .nav-links { display: none; }
    }


/* ===== TRUST ===== */
.sg-trust {
  padding: 30px 0;
  background: #05070D;
}
.sg-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  padding: 20px 0;
  margin-top: 32px;
}
.sg-marquee__track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: sgSlideX 36s linear infinite;
}
.sg-logo img {
  height: 40px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
 filter: none;
}
.sg-logo {
  font-weight: 600;
  font-size: 18px;
  color: #7B879D;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: filter .3s, color .3s;
  user-select: none;
}
.sg-logo:hover { filter: none; color: #fff; }
.sg-mk {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: linear-gradient(135deg, #3D8BFF, #6FE3FF);
  opacity: .65;
  flex-shrink: 0;
}
@keyframes sgSlideX { to { transform: translateX(-50%); } }

.sg-counters { margin-top: 48px !important; }
.sg-counter {
  padding: 28px 20px;
  border-radius: 16px;
  text-align: center;
  height: 100%;
}
.sg-counter__num {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #F1F5FB;
  line-height: 1;
}
.sg-counter__label {
  color: #7B879D;
  font-size: 11px;
  margin-top: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ===== CHALLENGES ===== */
.sg-challenges {
  padding: 30px 0;
  background: #05070D;
  position: relative;
  isolation: isolate;
}
.sg-bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(rgba(90,168,255,.04) 1px, transparent 1px) 0 0 / 60px 60px,
    linear-gradient(90deg, rgba(90,168,255,.04) 1px, transparent 1px) 0 0 / 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 80%);
}
.sg-challenge {
  padding: 32px 28px;
  border-radius: 20px;
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
  cursor: default;
}
.sg-challenge:hover { transform: translateY(-5px); }
.sg-challenge h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #F1F5FB;
  letter-spacing: -.01em;
}
.sg-challenge p {
  color: #B8C4D8;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 20px;
}
.sg-challenge small {
  display: block;
  margin-top: 10px;
  color: #7B879D;
  font-size: 12px;
  letter-spacing: .05em;
}
.sg-bar-wrap {
  height: 5px;
  background: rgba(120,160,220,.1);
  border-radius: 5px;
  overflow: hidden;
}
.sg-bar {
  height: 100%;
  width: 0;
  border-radius: 5px;
  background: linear-gradient(90deg, #3D8BFF, #6FE3FF);
  box-shadow: 0 0 12px rgba(90,168,255,.4);
  transition: width 1.4s cubic-bezier(.2,.7,.2,1);
}

/* ===== OUTCOMES ===== */
.sg-outcomes {
  padding: 30px 0;
  background: linear-gradient(180deg, #05070D, #070B16 60%, #05070D);
}
.sg-metrics { display: flex; flex-direction: column; gap: 12px; }
.sg-metric-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 12px;
  background: rgba(20,28,46,.45);
  border: 1px solid rgba(120,160,220,.1);
  flex-wrap: wrap;
}
.sg-metric-label { color: #B8C4D8; font-size: 14px; }
.sg-metric-val { font-size: 24px; font-weight: 700; color: #fff; white-space: nowrap; }
.sg-pct { color: #6FE3FF; font-size: 13px; font-weight: 400; margin-left: 5px; }
.sg-chart-card { padding: 28px; border-radius: 20px; }
.sg-chart-label { font-size: 12px; color: #7B879D; letter-spacing: .1em; text-transform: uppercase; }
.sg-chart-value { font-size: 26px; font-weight: 700; color: #fff; margin-top: 4px; }
.sg-chart-sub { color: #6FE3FF; font-size: 13px; font-weight: 400; }
.sg-chart-period { font-size: 11px; color: #7B879D; font-family: 'JetBrains Mono', monospace; white-space: nowrap; }
.sg-chart-svg { width: 100%; height: 200px; display: block; margin-top: 12px; }

/* ===== SERVICES ===== */

.sg-services-slider-wrap{
    overflow:hidden;
    position:relative;
    background: linear-gradient(180deg, #05070D, #070B16 60%, #05070D);
    padding: 0 30px;
}
/* =========================================================
SECTION HEADING
========================================================= */

.sg-eyebrow{
    display:inline-flex;
    padding:10px 18px;
    border-radius:40px;
    background:rgba(90,168,255,.08);
    border:1px solid rgba(90,168,255,.18);
    color:#5AA8FF;
    font-size:12px;
    letter-spacing:1px;
    margin-bottom:18px;
}

.sg-main-heading{
    color:#F1F5FB;
    font-size:3.4rem;
    line-height:1.08;
    font-weight:800;
    margin-bottom:0;
    letter-spacing:-1px;
}

.sg-top-para{
    color:#7B879D;
    font-size:15px;
    line-height:1.9;
    margin:0;
    padding-left:20px;
}

/* responsive */

@media(max-width:991px){

    .sg-main-heading{
        font-size:2.6rem;
        margin-bottom:18px;
    }

    .sg-top-para{
        padding-left:0;
    }

}

@media(max-width:767px){

    .sg-main-heading{
        font-size:2rem;
        line-height:1.18;
    }

    .sg-top-para{
        font-size:14px;
        line-height:1.8;
    }

}

.sg-services-slider{
    display:flex;
    gap:24px;
    transition:transform .55s ease;
    padding:0 12px; 
}

.sg-service-card{
    min-width:calc(50% - 22px);
    background:linear-gradient(
        180deg,
        rgba(17,24,39,.95),
        rgba(9,14,25,.98)
    );

    border:1px solid rgba(90,168,255,.14);

    border-radius:22px;

    padding:26px;
  min-height:420px; 
    position:relative;

    overflow:hidden;
}

.sg-service-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        135deg,
        rgba(90,168,255,.10),
        transparent 55%
    );
    pointer-events:none;
}

.sg-service-card h3{
    color:#F1F5FB;
    font-size:1.7rem;
    line-height:1.25;
    font-weight:700;
    margin-bottom:14px;
}

.sg-service-card p{
    color:#8B97AB;
    font-size:14px;
    line-height:1.8;
    margin-bottom:18px;
}

.sg-icon-box{
    width:62px;
    height:62px;
    border-radius:20px;
    background:rgba(90,168,255,.08);
    border:1px solid rgba(90,168,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    color:#5AA8FF;
}

.sg-icon-box svg{
    width:30px;
    height:30px;
    stroke:currentColor;
    stroke-width:1.8;
}

.sg-points-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.sg-points-list li{
    padding:8px 12px;
    border-radius:10px;
    background:rgba(90,168,255,.08);
    border:1px solid rgba(90,168,255,.14);
    color:#DCE8FF;
    font-size:12px;
    line-height:1.4;
}

/* arrows */

.sg-slider-arrows{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:26px;
}

.sg-arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid rgba(90,168,255,.22);
    background:rgba(90,168,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#5AA8FF;
    cursor:pointer;
    transition:.3s;
}

.sg-arrow:hover{
    background:rgba(90,168,255,.18);
}

.sg-arrow svg{
    width:18px;
    height:18px;
    stroke:currentColor;
    stroke-width:2;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:991px){

    .sg-service-card{
        min-width:100%;
    }

    .sg-service-card h3{
        font-size:1.7rem;
    }

}

@media(max-width:767px){

    .sg-services-slider-wrap{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        scroll-snap-type:x mandatory;
    }

    .sg-services-slider{
        width:100%;
      
      
    }

    .sg-service-card{
        min-width:88vw;
        padding:24px 20px;
        scroll-snap-align:start;
    }

    .sg-service-card h3{
        font-size:1.4rem;
    }

    .sg-service-card p{
        font-size:14px;
        line-height:1.8;
    }

    .sg-points-list li{
        font-size:12px;
    }

}

/* ===== TECHNOLOGIES ===== */
.sg-tech {
  padding: 30px 0;
  background: #05070D;
  overflow: hidden;
}
.sg-tech-stage {
  position: relative;
  height: 560px;
  margin: 40px auto 0;
  max-width: 700px;
  display: grid;
  place-items: center;
}
.sg-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(90,168,255,.2);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.sg-orbit--1 { width: 160px; height: 160px; animation: sgSpin 28s linear infinite; }
.sg-orbit--2 { width: 420px; height: 420px; animation: sgSpin 46s linear infinite reverse; }
.sg-orbit--3 { width: 580px; height: 580px; animation: sgSpin 65s linear infinite; opacity: .6; }
.sg-tech-core {
  width: 120px; height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #6FE3FF, #3D8BFF 55%, #0a1a3a);
  box-shadow: 0 0 60px rgba(90,168,255,.5), inset 0 0 40px rgba(255,255,255,.12);
  animation: sgFloat 5s ease-in-out infinite;
  position: relative; z-index: 2;
}
@keyframes sgFloat { 0%,100% { transform: translateY(-5px); } 50% { transform: translateY(5px); } }
@keyframes sgSpin   { to { transform: translate(-50%,-50%) rotate(360deg); } }

.sg-node {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(calc(-50% + var(--nx)), calc(-50% + var(--ny)));
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  background: rgba(20,28,46,.85);
  border: 1px solid rgba(90,168,255,.22);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  color: #B8C4D8;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 6px 24px rgba(0,0,0,.35);
  z-index: 3;
  cursor: pointer;
  transition: border-color .2s, color .2s;
  user-select: none;
}
.sg-node::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #6FE3FF;
  box-shadow: 0 0 8px #6FE3FF;
  flex-shrink: 0;
}
.sg-node:hover,
.sg-node.active {
  border-color: rgba(111,227,255,.6);
  color: #fff;
}

/* ===== POPUP CARD ===== */
.sg-popup {
  position: fixed;
  z-index: 9999;
  width: 248px;
  background: rgba(10,18,35,.97);
  border: 1px solid rgba(90,168,255,.3);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,.6);
  pointer-events: none;
  opacity: 0;
  transition: opacity .18s;
  backdrop-filter: blur(10px);
}
.sg-popup.visible {
  opacity: 1;
  pointer-events: auto;
}
.sg-popup-title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
}
.sg-popup-desc {
  font-size: 11.5px;
  color: #8fa3be;
  line-height: 1.6;
  margin: 0 0 12px;
}
.sg-popup-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: #6FE3FF;
  text-decoration: none;
  border: 1px solid rgba(111,227,255,.3);
  border-radius: 6px;
  padding: 5px 10px;
  transition: background .2s;
}
.sg-popup-link:hover { background: rgba(111,227,255,.1); }

@media (max-width: 767px) {
  .sg-tech-stage { height: 380px; max-width: 100%; overflow: hidden; }
  .sg-orbit--3 { display: none; }
  .sg-node { font-size: 10px; padding: 6px 10px; }
  .sg-popup { width: 210px; font-size: 11px; }
}

  .sg-tech {
    padding: 30px 0;
  }
  .container-xl {
    max-width: 1200px;
    margin: 0 auto;
  }
 
  /* ── HEADER ── */
  .text-center { text-align: center; }
  .sg-eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    color: #4fc3f7;
    font-weight: 600;
    text-transform: uppercase;
  }
  .sg-h2 {
    font-size: clamp(1.5rem, 4vw, 2.4rem);
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
    color: #e8edf5;
  }
  .mt-2 { margin-top: 8px; }
 
  /* ══════════════════════════════
     DESKTOP: orbit diagram
  ══════════════════════════════ */
  .sg-tech-stage {
    position: relative;
    width: 720px;
    height: 720px;
    margin: 60px auto 0;
  }
 
  /* orbits */
  .sg-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(79,195,247,.13);
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
  }
  .sg-orbit--1 { width: 290px;  height: 290px; }
  .sg-orbit--2 { width: 480px;  height: 480px; }
  .sg-orbit--3 { width: 640px;  height: 640px; }
 
  /* core dot */
  .sg-tech-core {
    position: absolute;
    width: 16px; height: 16px;
    background: #4fc3f7;
    border-radius: 50%;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 24px #4fc3f7;
  }
 
  /* nodes */
  .sg-node {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(calc(-50% + var(--nx)), calc(-50% + var(--ny)));
    background: rgba(10,20,40,.85);
    border: 1px solid rgba(79,195,247,.3);
    border-radius: 22px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #b0cfe8;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s, border-color .2s, color .2s, box-shadow .2s;
    user-select: none;
    z-index: 2;
  }
  .sg-node:hover,
  .sg-node.active {
    background: rgba(79,195,247,.15);
    border-color: #4fc3f7;
    color: #e8edf5;
    box-shadow: 0 0 14px rgba(79,195,247,.35);
  }
 
  /* popup */
  .sg-popup {
    position: fixed;
    width: 258px;
    background: #0d1b2e;
    border: 1px solid rgba(79,195,247,.35);
    border-radius: 14px;
    padding: 18px 18px 16px;
    box-shadow: 0 8px 36px rgba(0,0,0,.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s;
    z-index: 1000;
  }
  .sg-popup.visible { opacity: 1; pointer-events: auto; }
  .sg-popup-title {
    font-size: 14px;
    font-weight: 700;
    color: #4fc3f7;
    margin-bottom: 8px;
  }
  .sg-popup-desc {
    font-size: 12px;
    line-height: 1.6;
    color: #90aec8;
  }
  .sg-popup-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #4fc3f7;
    text-decoration: none;
  }
  .sg-popup-link:hover { text-decoration: underline; }
 
  /* ══════════════════════════════
     MOBILE: card grid
  ══════════════════════════════ */
  .sg-mobile-grid {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 36px;
  }
 
  .sg-card {
    background: rgba(10,20,40,.9);
    border: 1px solid rgba(79,195,247,.2);
    border-radius: 14px;
    padding: 16px 14px;
    cursor: pointer;
    transition: border-color .2s, background .2s, box-shadow .2s;
    -webkit-tap-highlight-color: transparent;
  }
  .sg-card:active,
  .sg-card.open {
    background: rgba(79,195,247,.1);
    border-color: #4fc3f7;
    box-shadow: 0 0 12px rgba(79,195,247,.25);
  }
  .sg-card-title {
    font-size: 13px;
    font-weight: 600;
    color: #c8dff0;
    margin-bottom: 0;
    line-height: 1.35;
  }
  .sg-card-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease, opacity .3s ease, margin-top .3s ease;
    opacity: 0;
    margin-top: 0;
  }
  .sg-card.open .sg-card-body {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
  }
  .sg-card-desc {
    font-size: 12px;
    line-height: 1.6;
    color: #7a9dbf;
  }
  .sg-card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #4fc3f7;
    text-decoration: none;
  }
  .sg-card-chevron {
    margin-left: auto;
    display: inline-block;
    font-size: 10px;
    color: #4fc3f7;
    float: right;
    transition: transform .3s;
    margin-top: 2px;
  }
  .sg-card.open .sg-card-chevron { transform: rotate(180deg); }
  .sg-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
 
  /* ── BREAKPOINTS ── */
  @media (max-width: 767px) {
    .sg-tech { padding: 52px 16px 60px; }
    .sg-tech-stage { display: none; }
    .sg-mobile-grid { display: grid; }
    /* hide fixed popup on mobile — cards handle it */
    .sg-popup { display: none !important; }
  }
 
  @media (max-width: 360px) {
    .sg-mobile-grid { grid-template-columns: 1fr; }
  }
 
  /* tablet: 768-1024, keep orbit but shrink */
  @media (min-width: 768px) and (max-width: 1024px) {
    .sg-tech-stage {
      width: 560px;
      height: 560px;
      transform: scale(0.85);
      transform-origin: top center;
      margin-bottom: -50px;
    }
  }



/* ===== INDUSTRIES ===== */
.sg-industries {
  padding: 30px 0;
  background: #05070D;
}
.sg-ind-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sg-ind-tab {
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  background: rgba(20,28,46,.5);
  border: 1px solid rgba(120,160,220,.12);
  color: #B8C4D8;
  cursor: pointer;
  transition: all .3s;
}
.sg-ind-tab.active {
  background: linear-gradient(135deg, #3D8BFF, #6FE3FF);
  color: #04122B;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(61,139,255,.3);
}
.sg-ind-tab:hover:not(.active) {
  border-color: rgba(90,168,255,.35);
  color: #fff;
}
.sg-ind-info {
  padding: 36px;
  border-radius: 20px;
  min-height: 300px;
}
.sg-ind-info h3 {
  font-size: 28px;
  font-weight: 600;
  color: #F1F5FB;
  margin: 10px 0 14px;
  letter-spacing: -.02em;
}
.sg-ind-info p { color: #B8C4D8; font-size: 15px; line-height: 1.65; }
.sg-ind-info ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
}
.sg-ind-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #B8C4D8;
}
.sg-ind-info li::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #6FE3FF;
  box-shadow: 0 0 6px #6FE3FF;
  flex-shrink: 0;
}
.sg-ind-visual {
  padding: 28px;
  border-radius: 20px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 20%, rgba(61,139,255,.12), transparent 60%), linear-gradient(180deg, rgba(20,28,46,.55), rgba(10,14,26,.55));
}
.sg-ind-art {
  width: 100%;
  aspect-ratio: 1.1;
  border-radius: 14px;
  background: repeating-linear-gradient(45deg, rgba(90,168,255,.05) 0 8px, rgba(90,168,255,.09) 8px 16px);
  border: 1px solid rgba(120,160,220,.15);
  position: relative;
  overflow: hidden;
}
.sg-ind-art__label {
  position: absolute;
  left: 14px; bottom: 12px;
  font-size: 11px;
  letter-spacing: .1em;
  color: #7B879D;
  font-family: 'JetBrains Mono', monospace;
}


/* ===== CASE STUDIES ===== */
.sg-case {
  padding: 24px 80px; /* 48px tha, 24px kiya */
}

@media (max-width: 991px) {
  .sg-case {
    padding: 20px 40px; /* 40px tha */
  }
}

@media (max-width: 767px) {
  .sg-case {
    padding: 16px 20px; /* 32px tha */
  }
}
.sg-cases {
  padding: 30px 0;
  background: #05070D;
  overflow: hidden;
}
.sg-cases-scroll {
   width: 100%;
  overflow: hidden;
  position: relative;
}
.sg-cases-track {
   display: flex;
  transition: transform .55s ease;
  width: 100%;
}
.sg-case {
  width: 100%;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 48px 80px;
  gap: 48px;
  box-sizing: border-box;
}
.sg-case__left { max-width: 520px; }
.sg-case__tag {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6FE3FF;
  font-weight: 500;
}
.sg-case h3 {
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.2;
  margin: 12px 0 16px;
  color: #F1F5FB;
}
.sg-case p { color: #B8C4D8; font-size: 15px; line-height: 1.65; }
.sg-case__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.sg-stat__v { font-size: 28px; font-weight: 700; color: #fff; }
.sg-stat__l { font-size: 11px; color: #7B879D; letter-spacing: .07em; margin-top: 4px; text-transform: uppercase; }
.sg-case__right {
  height: 55vh;
  min-height: 260px;
  border-radius: 22px;
  background: radial-gradient(circle at 30% 20%, rgba(90,168,255,.15), transparent 60%), linear-gradient(135deg, #0F1626, #070B16);
  border: 1px solid rgba(120,160,220,.15);
  position: relative;
  overflow: hidden;
}

.sg-cases-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
 
}
.sg-cases-prev, .sg-cases-next {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(20,28,46,.6);
  border: 1px solid rgba(90,168,255,.22);
  color: #B8C4D8;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
}
.sg-cases-prev:hover, .sg-cases-next:hover {
  background: rgba(61,139,255,.15);
  border-color: rgba(90,168,255,.5);
  color: #fff;
}
.sg-cases-dots { display: flex; gap: 8px; align-items: center; }
.sg-cases-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(120,160,220,.25);
  border: none;
  cursor: pointer;
  transition: background .3s, transform .3s;
  padding: 0;
}
.sg-cases-dot.active {
  background: #5AA8FF;
  transform: scale(1.3);
}

@media (max-width: 991px) {
  .sg-case {
    grid-template-columns: 1fr;
    padding: 40px 40px;
    gap: 28px;
  }
  .sg-case h3 { font-size: clamp(20px, 3vw, 28px); }
  .sg-case__right { height: 280px; min-height: unset; }
}

@media (max-width: 767px) {
  .sg-case {
    grid-template-columns: 1fr;
    padding: 32px 20px;
    gap: 20px;
  }
  .sg-case h3 { font-size: 1.25rem; line-height: 1.3; }
  .sg-case p { font-size: 14px; }
  .sg-case__right { display: none; }
  .sg-case__stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .sg-stat__v { font-size: 22px; }
}

/* ===== TESTIMONIALS ===== */
.sg-testimonials {
  padding: 30px 0;
  background: #05070D;
  overflow: hidden;
}
.sg-testi-rows { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
.sg-testi-row {
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.sg-av{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sg-testi-track {
  display: flex;
  gap: 16px;
  animation: sgSlideX 48s linear infinite;
  will-change: transform;
}
.sg-testi-row--rev .sg-testi-track {
  animation: sgSlideXR 56s linear infinite;
}
@keyframes sgSlideXR {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
.sg-testi-card {
  flex-shrink: 0;
  width: 340px;
  padding: 24px;
  border-radius: 18px;
}
.sg-testi-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #E6ECF5;
  margin: 0 0 18px;
  font-style: italic;
}
.sg-testi-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sg-av {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3D8BFF, #6FE3FF);
  flex-shrink: 0;
}
.sg-av{

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    overflow: hidden;

}

.sg-nm { font-size: 13.5px; font-weight: 600; color: #F1F5FB; font-style: normal; display: block; }
.sg-tt { font-size: 12px; color: #7B879D; margin-top: 2px; }
@media (prefers-reduced-motion: reduce) {
  .sg-testi-track { animation: none; }
}
/* ===== TESTIMONIALS ===== */
.sg-testimonials {
  padding: 30px 0;
  background: #05070D;
  overflow: hidden;
}
.sg-testi-rows { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
.sg-testi-row {
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.sg-testi-track {
  display: flex;
  gap: 16px;
  animation: sgSlideX 48s linear infinite;
  will-change: transform;
}
.sg-testi-row--rev .sg-testi-track {
  animation: sgSlideXR 56s linear infinite;
}
@keyframes sgSlideXR {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
.sg-testi-card {
  flex-shrink: 0;
  width: 340px;
  padding: 24px;
  border-radius: 18px;
}
.sg-testi-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #E6ECF5;
  margin: 0 0 18px;
  font-style: italic;
}
.sg-testi-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sg-av {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3D8BFF, #6FE3FF);
  flex-shrink: 0;
}
.sg-nm { font-size: 13.5px; font-weight: 600; color: #F1F5FB; font-style: normal; display: block; }
.sg-tt { font-size: 12px; color: #7B879D; margin-top: 2px; }
@media (prefers-reduced-motion: reduce) {
  .sg-testi-track { animation: none; }
}

/* ===== TECH STACK ===== */
.sg-stack {
  padding: 30px 0;
  background: #05070D;
}
.sg-stack-cat { padding: 24px; border-radius: 18px; height: 100%; }
.sg-stack-cat__title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6FE3FF;
  margin: 0 0 16px;
}
.sg-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.sg-chip {
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 12.5px;
  color: #B8C4D8;
  background: rgba(120,160,220,.06);
  border: 1px solid rgba(120,160,220,.12);
  transition: all .3s;
  cursor: default;
}
.sg-chip:hover {
  color: #fff;
  border-color: rgba(90,168,255,.45);
  background: rgba(61,139,255,.1);
  box-shadow: 0 0 12px rgba(90,168,255,.25);
}

/* ===== ARCHITECTURE ===== */
.sg-arch {
  padding: 30px 0;
  background: linear-gradient(180deg, #05070D, #070B16);
}
.sg-arch-stage { padding: 36px; border-radius: 22px; }
.sg-arch-layer { margin-bottom: 24px; padding-top: 20px; }
.sg-arch-label {
  display: block;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7B879D;
  margin-bottom: 12px;
}
.sg-arch-tile {
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(20,28,46,.55);
  border: 1px solid rgba(120,160,220,.15);
  font-size: 13.5px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #B8C4D8;
  transition: border-color .3s, color .3s;
}
.sg-arch-tile:hover { border-color: rgba(90,168,255,.4); color: #fff; }
.sg-arch-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #6FE3FF;
  box-shadow: 0 0 6px #6FE3FF;
  flex-shrink: 0;
}
.sg-arch-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(90,168,255,.2), transparent);
  margin: 4px 0;
}

/* ===== SECURITY ===== */
.sg-security { padding: 30px 0; background: #05070D; overflow: hidden; }
.sg-cbadge {
  padding: 16px 12px;
  border-radius: 12px;
  text-align: center;
}
.sg-cbadge strong {
  display: block;
  color: #F1F5FB;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.sg-cbadge span { font-size: 11px; color: #7B879D; letter-spacing: .06em; }
.sg-shield {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,139,255,.1) 0%, transparent 65%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-shield__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(90,168,255,.2);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: sgSpin 35s linear infinite;
}
.sg-shield__ring--1 { width: 260px; height: 260px; }
.sg-shield__ring--2 { width: 200px; height: 200px; animation-duration: 20s; animation-direction: reverse; border-style: dashed; }
.sg-shield__ring--3 { width: 320px; height: 320px; animation-duration: 55s; opacity: .5; }
.sg-shield__core {
  width: 100px; height: 100px;
  border-radius: 22px;
  background: linear-gradient(135deg, #3D8BFF, #0a1a3a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6FE3FF;
  box-shadow: 0 0 50px rgba(90,168,255,.45);
  position: relative;
  z-index: 2;
}

/* ===== PROCESS ===== */
.sg-process { padding: 50px 0; background: #05070D; }
.sg-process-stage { position: relative; }
.sg-process-line {
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 2px;
  background: rgba(90,168,255,.12);
  transform: translateX(-50%);
}
.sg-process-fill {
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 0;
  background: linear-gradient(180deg, #3D8BFF, #6FE3FF);
  box-shadow: 0 0 16px rgba(90,168,255,.4);
  transition: height .1s;
}
.sg-process-step {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: center;
  margin-bottom: 64px;
  min-height: 140px;
}
.sg-ps-dot {
  grid-column: 2;
  width: 42px; height: 42px;
  border-radius: 50%;
  justify-self: center;
  background: #05070D;
  border: 1px solid rgba(90,168,255,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6FE3FF;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 2;
  transition: background .4s, color .4s, box-shadow .4s;
}
.sg-ps-dot.active {
  background: linear-gradient(135deg, #3D8BFF, #6FE3FF);
  color: #04122B;
  box-shadow: 0 0 20px rgba(90,168,255,.5);
}
.sg-ps-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #F1F5FB;
  letter-spacing: -.015em;
}
.sg-ps-content p {
  color: #B8C4D8;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  max-width: 360px;
}
.sg-ps-left { text-align: right; }
.sg-ps-left p { margin-left: auto; }
.sg-ps-right { text-align: left; }
@media (max-width: 767px) {
  .sg-process-line { left: 20px; }
  .sg-process-step { grid-template-columns: 48px 1fr; gap: 16px; }
  .sg-ps-dot { grid-column: 1; justify-self: start; }
  .sg-ps-content, .sg-ps-spacer { display: block; }
  .sg-ps-left, .sg-ps-right { text-align: left; grid-column: 2; }
  .sg-ps-spacer { display: none; }
  .sg-ps-left p { margin-left: 0; }
}

/* ===== WHY US ===== */
.sg-why { padding: 30px 0; background: #05070D; }
.sg-why-card { padding: 28px; border-radius: 20px; height: 100%; }
.sg-why-big {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -.03em;
  background: linear-gradient(120deg, #3D8BFF, #6FE3FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 12px;
}
.sg-why-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #F1F5FB;
}
.sg-why-card p {
  color: #B8C4D8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ===== ROI ===== */
.sg-roi { padding: 30px 0; background: linear-gradient(180deg, #070B16, #05070D); }
.sg-calc { padding: 32px; border-radius: 20px; }
.sg-calc__title { font-size: 20px; font-weight: 600; margin: 0 0 22px; color: #F1F5FB; }
.sg-calc-row { margin-bottom: 20px; }
.sg-calc-row label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #7B879D;
  margin-bottom: 8px;
  letter-spacing: .04em;
}
.sg-calc-row label strong { color: #F1F5FB; font-weight: 500; }
.sg-calc-row input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%; height: 5px;
  border-radius: 5px;
  background: rgba(120,160,220,.12);
  outline: none;
}
.sg-calc-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3D8BFF, #6FE3FF);
  box-shadow: 0 0 12px rgba(90,168,255,.55);
  cursor: pointer;
}
.sg-calc-out {
  padding: 22px;
  border-radius: 12px;
  background: rgba(61,139,255,.08);
  border: 1px solid rgba(90,168,255,.22);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sg-calc-out__label { font-size: 11px; color: #7B879D; letter-spacing: .1em; text-transform: uppercase; }
.sg-calc-out__val { font-size: 34px; font-weight: 700; color: #fff; letter-spacing: -.02em; margin-top: 4px; }
.sg-roi-chart { padding: 32px; border-radius: 20px; }

/* ===== FAQ ===== */
.sg-faq { padding: 30px 0; background: #05070D; }
.sg-faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.sg-faq-item { border-radius: 14px; overflow: hidden; }
.sg-faq-q {
  width: 100%;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #F1F5FB;
  text-align: left;
  transition: color .3s;
}
.sg-faq-q:hover { color: #6FE3FF; }
.sg-faq-icon {
  width: 22px; height: 22px;
  flex-shrink: 0;
  position: relative;
}
.sg-faq-icon::before, .sg-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  background: #6FE3FF;
  transition: transform .35s ease, opacity .35s;
}
.sg-faq-icon::before { width: 12px; height: 1.5px; transform: translate(-50%, -50%); }
.sg-faq-icon::after { width: 1.5px; height: 12px; transform: translate(-50%, -50%); }
.sg-faq-item.open .sg-faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.sg-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.2,.7,.2,1);
  padding: 0 24px;
  color: #B8C4D8;
  font-size: 14.5px;
  line-height: 1.7;
}
.sg-faq-item.open .sg-faq-a { padding: 0 24px 22px; }

/* ===== FINAL CTA ===== */
/* =========================================
   BUILD CTA SECTION
========================================= */

.sg-build-cta {
  padding: 30px 0;
 
  overflow: hidden;
  text-align: center;

  background: linear-gradient(
    135deg,
    #4f8eff 0%,
    #05070d 100%
  ) !important;
}

/* mesh */
/* .sg-build-cta-mesh {
  position: absolute;
  inset: -20%;
  z-index: 0;

  background:
    radial-gradient(
      ellipse at 30% 40%,
      rgba(61,139,255,.32),
      transparent 50%
    ),

    radial-gradient(
      ellipse at 70% 60%,
      rgba(111,227,255,.16),
      transparent 55%
    ),

    radial-gradient(
      ellipse at 50% 80%,
      rgba(90,168,255,.16),
      transparent 50%
    );

  filter: blur(40px);

  animation: sgBuildMeshMove 14s ease-in-out infinite alternate;
} */

/* animation */
@keyframes sgBuildMeshMove {

  0% {
    transform: translate(-2%, -2%) scale(1);
  }

  100% {
    transform: translate(3%, 2%) scale(1.05);
  }

}

/* container */
.sg-build-cta > .container-xl {
  position: relative;
  z-index: 1;
}

/* eyebrow */
.sg-build-eyebrow {
  font-size: 13px;
  letter-spacing: .25em;
  color: #8fd0ff;
  font-weight: 600;
}

/* heading */
.sg-build-cta__heading {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 0.96;
  margin: 16px 0 24px;
  color: #1B5EF7 !important;

}

/* desc */
.sg-build-cta__desc {

  color: #fff;

  max-width: 700px;

  margin: 0 auto 36px;

  font-size: 17px;

  line-height: 1.65;

}

/* gradient */
.sg-build-grad {

  background: linear-gradient(
    90deg,
    #dbeafe 0%,
    #93c5fd 50%,
    #67e8f9 100%
  );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

/* button */
.sg-build-btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  border: none;

  text-decoration: none;

  transition: all .3s ease;

}

.sg-build-btn--primary {

  padding: 16px 34px;

  font-size: 15px;

  border-radius: 999px;

  font-weight: 600;

  color: #04111f;

  background: linear-gradient(
    90deg,
    #4f8eff 0%,
    #67e8f9 100%
  );

  box-shadow:
    0 10px 30px rgba(79,142,255,.22),
    0 0 30px rgba(79,142,255,.18);

}

.sg-build-btn--primary:hover {

  transform: translateY(-2px);

  box-shadow:
    0 14px 40px rgba(79,142,255,.35),
    0 0 50px rgba(79,142,255,.28);

}

/* arrow */
.sg-build-arrow {
  transition: transform .3s ease;
}

.sg-build-btn:hover .sg-build-arrow {
  transform: translateX(4px);
}

/* trust */
.sg-build-cta__trust {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 10px;

}

.sg-build-cta__trust span {

  font-size: 11px;

  letter-spacing: .1em;

  color: #fff;

  background: rgba(120,160,220,.07);

  border: 1px solid rgba(120,160,220,.12);

  border-radius: 6px;

  padding: 5px 10px;

}

/* ===== SISGAIN SHARED UTILITIES ===== */
:root {
  --sg-bg: #05070D;
  --sg-blue: #3D8BFF;
  --sg-cyan: #6FE3FF;
  --sg-text-0: #F1F5FB;
  --sg-text-1: #B8C4D8;
  --sg-text-2: #7B879D;
  --sg-line: rgba(120,160,220,.1);
  --sg-neon: 0 0 20px rgba(90,168,255,.4);
}
.sg-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #020f1d;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sg-eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--sg-cyan);
  opacity: .8;
}
.sg-h2 {
  font-size: 2.5rem;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -.025em;
  color: var(--sg-text-0);
  margin: 0 0 16px;
}
.sg-lede {
  color: var(--sg-text-1);
  font-size: 17px;
  line-height: 1.6;
 
}
.sg-grad {
  background: linear-gradient(120deg, #E6ECF5 0%, #9CC2FF 45%, #6FE3FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sg-glass {
  background: linear-gradient(180deg, rgba(20,28,46,.55), rgba(10,14,26,.6));
  border: 1px solid rgba(120,160,220,.1);
  border-radius: 20px;
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.sg-icon-box {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(61,139,255,.1);
  border: 1px solid rgba(90,168,255,.2);
  color: var(--sg-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sg-icon-box img{
  width: 40px ;
  height: auto;
}
.sg-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all .3s cubic-bezier(.2,.7,.2,1);
}
.sg-btn--primary {
  background: linear-gradient(135deg, #3D8BFF, #6FE3FF);
  color: #04122B;
  box-shadow: 0 8px 28px rgba(61,139,255,.3);
}
.sg-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(90,168,255,.5);
  color: #04122B;
}
.sg-btn--ghost {
  background: rgba(255,255,255,.04);
  color: #E6ECF5;
  border: 1px solid rgba(120,160,220,.2);
}
.sg-btn--ghost:hover {
  background: rgba(90,168,255,.08);
  border-color: rgba(90,168,255,.4);
  color: #fff;
}
.sg-arrow { transition: transform .3s; }
.sg-btn:hover .sg-arrow { transform: translateX(4px); }




  
.sg-services-slider-wrap{
    overflow:hidden;
    position:relative;
    background: linear-gradient(180deg, #05070D, #070B16 60%, #05070D);
    padding: 50px 50px;
}
/* =========================================================
SECTION HEADING
========================================================= */

.sg-eyebrow{
    display:inline-flex;
    padding:10px 18px;
    border-radius:40px;
    background:rgba(90,168,255,.08);
    border:1px solid rgba(90,168,255,.18);
    color:#5AA8FF;
    font-size:12px;
    letter-spacing:1px;
    margin-bottom:18px;
}

.sg-main-heading{
    color:#F1F5FB;
    font-size:3.4rem;
    line-height:1.08;
    font-weight:800;
    margin-bottom:0;
    letter-spacing:-1px;
}

.sg-top-para{
    color:#7B879D;
    font-size:15px;
    line-height:1.9;
    margin:0;
    padding-left:20px;
}

/* responsive */

@media(max-width:991px){

    .sg-main-heading{
        font-size:2.6rem;
        margin-bottom:18px;
    }

    .sg-top-para{
        padding-left:0;
    }

}

@media(max-width:767px){

    .sg-main-heading{
        font-size:2rem;
        line-height:1.18;
    }

    .sg-top-para{
        font-size:14px;
        line-height:1.8;
    }

}

.sg-services-slider{
    display:flex;
    gap:24px;
    transition:transform .55s ease;
    padding: 14px 0;
    
}

.sg-service-card{
    min-width: calc(50% - 14px);
    max-width: calc(50% - 14px); 
    flex-shrink: 0;
    background:linear-gradient(
        180deg,
        rgba(17,24,39,.95),
        rgba(9,14,25,.98)
    );

    border:1px solid rgba(90,168,255,.14);

    border-radius:22px;

    padding:26px;
  min-height:420px; 
    position:relative;

    overflow:hidden;
}

.sg-service-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        135deg,
        rgba(90,168,255,.10),
        transparent 55%
    );
    pointer-events:none;
}

.sg-service-card h3{
    color:#F1F5FB;
    font-size:1.7rem;
    line-height:1.25;
    font-weight:700;
    margin-bottom:14px;
}

.sg-service-card p{
    color:#8B97AB;
    font-size:14px;
    line-height:1.8;
    margin-bottom:18px;
}

.sg-icon-box{
    width:62px;
    height:62px;
    border-radius:20px;
    background:rgba(90,168,255,.08);
    border:1px solid rgba(90,168,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    color:#5AA8FF;
}

.sg-icon-box svg{
    width:30px;
    height:30px;
    stroke:currentColor;
    stroke-width:1.8;
}

.sg-points-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.sg-points-list li{
    padding:8px 12px;
    border-radius:10px;
    background:rgba(90,168,255,.08);
    border:1px solid rgba(90,168,255,.14);
    color:#DCE8FF;
    font-size:12px;
    line-height:1.4;
}

/* arrows */

.sg-slider-arrows{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:26px;
}

.sg-arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid rgba(90,168,255,.22);
    background:rgba(90,168,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#5AA8FF;
    cursor:pointer;
    transition:.3s;
}

.sg-arrow:hover{
    background:rgba(90,168,255,.18);
}

.sg-arrow svg{
    width:18px;
    height:18px;
    stroke:currentColor;
    stroke-width:2;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:991px){

    .sg-service-card{
        min-width:100%;
    }

    .sg-service-card h3{
        font-size:1.7rem;
    }

}

@media(max-width:767px){

    .sg-services-slider-wrap{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        scroll-snap-type:x mandatory;
    }

    .sg-services-slider{
        /* width:max-content; */
         width:100%;
    }

    .sg-service-card{
        min-width:88vw;
        padding:24px 20px;
        scroll-snap-align:start;
    }

    .sg-service-card h3{
        font-size:1.4rem;
    }

    .sg-service-card p{
        font-size:14px;
        line-height:1.8;
    }

    .sg-points-list li{
        font-size:12px;
    }

/* RESPONSIVE CODE */

@media (max-width: 767px) {

    .sg-services-slider-wrap {
        padding-inline: 14px;
    }

    .sg-services-slider {
        gap: 14px !important;
    }

    .sg-service-card {

        /* min-width: calc(100vw - 48px) !important;
        flex: 0 0 calc(100vw - 48px) !important; */

        min-width: 100% !important;
flex: 0 0 100% !important;

        padding: 22px 18px !important;
        border-radius: 24px;

    }

    /* icon */
    .sg-icon-box {
        width: 62px !important;
        height: 62px !important;
        margin-bottom: 18px !important;
    }

    .sg-icon-box svg {
        width: 28px !important;
        height: 28px !important;
    }

    /* heading */
    .sg-service-card h3 {
        font-size: 30px !important;
        line-height: 1.15 !important;
        margin-bottom: 14px !important;
    }

    /* paragraph */
    .sg-service-card p {
        font-size: 15px !important;
        line-height: 1.7 !important;
        margin-bottom: 18px !important;
    }

    /* list */
    .sg-points-list {
        gap: 10px !important;
    }

    .sg-points-list li {
        font-size: 13px !important;
        padding: 10px 14px !important;
        border-radius: 999px !important;
    }

    /* arrows */
    .sg-slider-arrows {
        margin-top: 24px !important;
    }

    .sg-arrow {
        width: 48px !important;
        height: 48px !important;
    }

}}
/* ADDITIONAL CSS */
.sg-tech-stage{
    width: 900px;
    height: 900px;
    margin: 0 auto;
}

.sg-tech-stage{
    margin-top: -190px;
    margin-bottom: -190px;
}
.sg-security .sg-eyebrow,
.sg-security .sg-h2,
.sg-security > .container-xl > p {
    text-align: center!important;
    margin-left: auto;
    margin-right: auto;
}
.security-badge{
    display: inline-block;
}

.sg-security{
    text-align: center;
}

/* CASE STUDIES */
 .casestudies_sec {
  margin: 2rem 0 4rem 0;
  position: relative;
}

.viewCaseStudies {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
  padding: 10px 1.5rem;
}

.casestudies_sec h4 {
  text-align: center;
  line-height: normal;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.caseStudiesSliderBox h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}

.casestudies_slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.slider-casestudies {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.caseStudiesSliderBox {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.caseStudiesBottomArrows {
  position: absolute;
  /* bottom: 15px; */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 40;
}

.caseStudiesBottomArrows button {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: none;
  padding: 8px;
  background-color: #0b79be;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.caseStudiesBottomArrows button:hover {
  background-color: transparent;
  color: #0b79be;
  border: 1px solid #0b79be;
}

.caseStudiesBottomArrows button i {
  font-size: 1rem;
}

/* place arrows slightly outside the slider for better touch */
.caseStudiesLeftArrow {
  left: -24px;
}

.caseStudieRightArrow {
  right: -24px;
}

.caseStudiesLeftArrow:hover,
.caseStudieRightArrow:hover {
  background-color: transparent;
  color: #0b79be;
  border: 1px solid #0b79be;
}

.caseStudiesLeftArrow i,
.caseStudieRightArrow i {
  font-size: 1.2rem;
}

/* .case_box {
  padding: 15px;
  border-radius: 20px;
  height: 380px;
  align-items: stretch;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
} */
 .case_box {
  padding: 15px;
  border-radius: 20px;
  height: auto;
  min-height: 380px;
  align-items: stretch;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
}

.case_box p {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  color: #fff;
  margin-bottom: 2rem;
}

.case_logo img {
  margin-bottom: 1rem;
  height: auto;
  width: 100px;
}

.case_img img {
  float: right;
  /* max-height: 350px; */
  width: 100%;
  height: auto;
  text-align: center;
}

.img-landscape {
  padding: 10px 6px 10px 0;
  align-items: center !important;
  justify-content: center !important;
}

.img-wrapper {
  /* position: absolute; */
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-landscape img {
  width: 100%;
  height: auto;
  /* max-height: 100%; */
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.5));
  opacity: 0.95;
}

.case-available {
  display: flex;
  gap: 10px;
  margin-bottom: 3rem;
  align-items: center;
}

.img-portrait {
  align-items: flex-end;
}

.img-portrait img {
  /* height: 100%; */
  width: auto;
  object-fit: contain;
  object-position: bottom;
  border-radius: 12px 12px 0 0;
  filter: drop-shadow(0 -8px 24px rgba(0, 0, 0, 0.4));
}

.case-available p {
  /* marg */
  margin-bottom: 0;
}

.case-available img {
  filter: invert(1);
  width: 40px;
  height: 40px;
}

/* case studies section end */
@media only screen and (max-width: 500px) {
  /*  */
  .case_logo img {
    margin-bottom: 1rem;
    height: 50px;
    width: auto;
    max-width: 140px;
    display: block;
  }

  .casestudies_sec h4 {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .img-wrapper {
    margin-top: 1.5rem;
  }

  .casestudies_slider {
    padding-bottom: 1rem;
  }

  .caseStudiesSliderBox {
    min-width: 100%;
  }

  .caseStudiesLeftArrow,
  .caseStudieRightArrow {
    /* z-index: 1000 !important; */
    top: 95% !important;
  }

  .caseStudieRightArrow {
    right: 125px;
  }

  .caseStudiesLeftArrow {
    left: 125px;
  }

  .caseStudiesSliderBox {
    padding: 20px;
  }

  .case-available p {
    display: inline;
  }
}

  /* FIX SLIDER HEIGHT + NO BLANK SPACE */
  .case_box {
    height: 450px !important;
    min-height: 450px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
  }

  /* FIX SLIDER ITEM WIDTH */
  .caseStudiesSliderBox {
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  /* FIX TRACK HEIGHT */
  .slider-casestudies {
    align-items: stretch;
  }

  /* FIX IMAGE SIZE */
  .img-portrait img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
  }

  .img-landscape img {
    max-height: 180px;
    width: 100%;
  }

  /* REMOVE EXTRA SPACE */
  .casestudies_slider {
    height: auto;
    overflow: hidden;
  }

  /* CENTER CONTENT */
  .case_box .row {
   
    text-align: center;
  }

  /* OPTIONAL: HIDE LONG TEXT */
  .case_box p {
    /* display: none; */
  }
.case_box{
    height: 450px; /* apni requirement ke hisab se */
    display: flex;
    flex-direction: column;
}

.case_box .row{
    height: 100%;
    align-items: center;
}

.sg-why .row{
    justify-content: center;
}