@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Spline+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Spline+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Spline+Sans:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* =========================================
   Theme Variables (Light & Dark Mode)
   ========================================= */
   *, *::before, *::after {margin: 0; padding: 0; box-sizing: border-box; }
  

    :root {
      --transition: 0.35s cubic-bezier(.4,0,.2,1);
    }
 :root {
    /* Dark Mode Colors */
    --bg-color: #0b1121; /* Deep Navy */
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    --nav-text: #cbd5e1;
    --primary-color: #6366f1;
    --primary-hover: #818cf8;
    --placeholder-bg: #1e293b;
    --placeholder-text: #94a3b8;
    --bg-accent: rgba(255, 255, 255, 0.02);
  }



/* Automatically switches to dark mode if system preference is dark */



/* =========================================
   Global Reset & Base Styles
   ========================================= */

html {
  scroll-behavior: auto;
}

body {
  
  overflow-x: hidden;
}

/* GLOBAL AIR-STYLE CINEMATIC BACKGROUND */

main {
  position: relative;
 
  background:
      radial-gradient(ellipse 80% 80% at 20% 50%, rgba(0,30,60,0.95) 0%, transparent 60%),
      radial-gradient(ellipse 60% 60% at 80% 80%, rgba(0,20,50,0.8) 0%, transparent 55%),
      linear-gradient(160deg, #040f1f 0%, #010810 50%, #030d1a 100%);
  overflow-x: hidden;
}

/* cinematic atmospheric glow */

main::before {
  content: '';

  position: fixed;
  inset: 0;

  background:
    radial-gradient(
      circle at top left,
      rgba(59,130,246,0.18),
      transparent 40%
    ),

    radial-gradient(
      circle at bottom right,
      rgba(6,182,212,0.15),
      transparent 40%
    ),

    linear-gradient(
      rgba(255,255,255,0.02) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,0.02) 1px,
      transparent 1px
    );

  background-size:
    auto,
    auto,
    72px 72px,
    72px 72px;

  pointer-events: none;

  z-index: 0;
}


/* keeps sections above glow */


/* cinematic blue glow */

main::after {
  content: '';
  position: fixed;

  top: -20%;
  left: 50%;
  transform: translateX(-50%);

  width: 1200px;
  height: 900px;

  
  filter: blur(140px);
   

  pointer-events: none;
  z-index: 0;
}

/* every section above background */

main section {
  position: relative;
  z-index: 1;
}


  /* ══════════════════════════════════
     SECTION — tall for scroll room
  ══════════════════════════════════ */
 #heroRail {
  position: relative;
  width: 100%;
  min-height: 300vh;
}

#hrSticky {
  position: relative;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

 /* ══════════════════════════════════ 
   LAYER 1 — CINEMATIC MESH BACKGROUND
══════════════════════════════════ */
 .cinematic-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #b8c8d4;
  overflow: hidden;
  will-change: transform;
  z-index: 1;
}

  .cinematic-bg::before,
  .cinematic-bg::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    will-change: transform;
    transition: transform 0.1s ease-out;
  }

  /* Dark navy center blob */
  .cinematic-bg::before {
    width: 70%;
    height: 70%;
    top: 5%;
    left: -5%;
    background: radial-gradient(ellipse at center, #2c3f5a 0%, #3a5570 40%, transparent 75%);
    filter: blur(90px);
    animation: drift1 12s ease-in-out infinite alternate;
  }

  /* Light white highlight blob — right side */
  .cinematic-bg::after {
    width: 60%;
    height: 80%;
    top: -10%;
    right: -10%;
    background: radial-gradient(ellipse at center, #e8eff4 0%, #cdd9e0 50%, transparent 75%);
    filter: blur(80px);
    animation: drift2 14s ease-in-out infinite alternate;
  }

  .blob {
    position: absolute;
    border-radius: 50%;
    will-change: transform;
    transition: transform 0.12s ease-out;
  }

  .blob1 {
    width: 50%;
    height: 60%;
    bottom: -10%;
    left: 10%;
    background: radial-gradient(ellipse at center, #a8bfce 0%, #90afc2 50%, transparent 70%);
    filter: blur(100px);
    animation: drift3 10s ease-in-out infinite alternate;
  }

  .blob2 {
    width: 40%;
    height: 50%;
    top: 30%;
    right: 5%;
    background: radial-gradient(ellipse at center, #c5d8e4 0%, #9ab6c8 60%, transparent 80%);
    filter: blur(70px);
    animation: drift4 16s ease-in-out infinite alternate;
  }

  .blob3 {
    width: 55%;
    height: 55%;
    top: 20%;
    left: 20%;
    background: radial-gradient(ellipse at center, rgba(44, 63, 90, 0.45) 0%, rgba(58, 85, 112, 0.2) 50%, transparent 75%);
    filter: blur(60px);
    animation: drift5 18s ease-in-out infinite alternate;
  }

  .grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.04;
    pointer-events: none;
    z-index: 1;
  }
  @keyframes drift1 {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(5%, 8%) scale(1.08); }
    100% { transform: translate(-3%, 12%) scale(0.95); }
  }
  @keyframes drift2 {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(-6%, 5%) scale(1.1); }
    100% { transform: translate(4%, -8%) scale(0.92); }
  }
  @keyframes drift3 {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(8%, -10%) scale(1.12); }
  }
  @keyframes drift4 {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(6%, -4%) scale(1.1); }
    100% { transform: translate(-10%, 6%) scale(1.07); }
  }
  @keyframes drift5 {
    0%   { transform: translate(0, 0) scale(1) rotate(0deg); }
        50%  { transform: translate(-5%, 10%) scale(1.05) rotate(-5deg); }
    100% { transform: translate(5%, -5%) scale(1.15) rotate(8deg); }
  }

  /* ══════════════════════════════════
     LAYER 2 — RAILS
  ══════════════════════════════════ */
  #hrRailsWrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    /* rails positioned in bottom-center area */
    padding-bottom: 0;
    pointer-events: none;
  }

  .hr-rail {
  position: relative;
  flex-shrink: 0;
  transform-origin: bottom center;
  will-change: transform, opacity;
  overflow: hidden;
  background: transparent;

  width: clamp(48px, 6vw, 90px);
  height: clamp(220px, 52vh, 420px);

  display: flex;
  align-items: flex-end;
  justify-content: center;
}

  /* center rail slightly taller */
  #hrRailC {
  width: clamp(58px, 7vw, 110px);
  height: clamp(250px, 58vh, 480px);
}

  /* image inside rail */
  .hr-rail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: inherit;
  }

  /* placeholder text inside rail */
  .hr-rail-ph {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
  }

  .hr-rail-ph svg {
    width: 28px; height: 28px;
    stroke: rgba(11,21,38,0.2);
    fill: none; stroke-width: 1.5;
    stroke-linecap: round;
  }

  .hr-rail-ph span {
    font-size: 0.52rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(11,21,38,0.25);
    text-align: center;
    line-height: 1.5;
    font-family: 'Sora', sans-serif;
  }

  /* subtle shadow at base of each rail */
  .hr-rail::after {
    content: '';
    position: absolute;
    bottom: -12px; left: 10%;
    width: 80%; height: 12px;
    border-radius: 50%;
    background: rgba(11,21,38,0.12);
    filter: blur(6px);
    z-index: -1;
    pointer-events: none;
  }
 

  /* ══════════════════════════════════
     LAYER 3 — HERO CONTENT
  ══════════════════════════════════ */
  #hrContent {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 5vw;
    pointer-events: none;
  }

  #hrContentInner {
    pointer-events: all;
    /* sit in upper-center, rails below */
    margin-top: -16vh;
    max-width: 680px;
    width: 100%;
     width: min(92vw, 760px);
  }

  /* ghost heading — always visible, faint */
  #hrGhostH {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3.5rem, 8vw, 7.5rem);
    font-weight: 300;
    letter-spacing: -0.05em;
    color: rgba(11, 21, 38, 0.397);
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
    z-index: 3;
    width: max-content;
  }
  #hrGhostH span {
    color: rgba(11, 21, 38, 0.24);
    font-style: italic;
    
  }
  /* ==========================================
   MOBILE RESPONSIVE
========================================== */
@media (max-width: 768px) {

  /* Rails wrapper */
  #hrRailsWrap {
    gap: 10px;
    padding-bottom: 2vh;
  }

  /* Side rails */
  .hr-rail {
    width: clamp(32px, 10vw, 55px);
    height: clamp(150px, 34vh, 260px);
  }

  /* Center rail */
  #hrRailC {
    width: clamp(40px, 12vw, 70px);
    height: clamp(180px, 40vh, 320px);
  }

  /* Content positioning */
  #hrContent {
    padding: 0 1.5rem;
  }

  #hrContentInner {
    margin-top: -8vh;
    width: 100%;
    max-width: 100%;
  }

  /* Ghost heading */
  #hrGhostH {
    font-size: clamp(2.3rem, 13vw, 4rem);
    width: 90vw;
    white-space: normal;
    line-height: 0.95;
    text-align: center;
    transform: translate(-50%, -52%);
  }

  .hr-rail-ph {
    padding: 8px;
    gap: 4px;
  }

  .hr-rail-ph svg {
    width: 20px;
    height: 20px;
  }

  .hr-rail-ph span {
    font-size: 0.42rem;
  }
}

@media (max-width: 768px){

  #hrRailsWrap{
    gap: 0;
  }

  .hr-rail{
    width: 50px;
    height: 240px;
  }

  #hrRailC{
    width: 70px;
    height: 320px;
  }

  #hrContentInner{
    margin-top: -2vh;
  }

  #hrGhostH{
    font-size: clamp(2rem,12vw,4rem);
    width: 90vw;
    white-space: normal;
  }

}
  /* main badge */
  #hrBadge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Sora', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1a3fa0;
    background: rgba(26,63,160,0.09);
    border: 1px solid rgba(26,63,160,0.2);
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(16px);
    will-change: transform, opacity;
  }

  .hr-bdot {
    width: 5px; height: 5px; border-radius: 50%;
    background: #1a3fa0;
    box-shadow: 0 0 8px rgba(26,63,160,0.6);
    animation: bdpulse 2.2s ease-in-out infinite;
  }

  @keyframes bdpulse {
    0%,100% { opacity:1; transform:scale(1); }
    50% { opacity:0.3; transform:scale(0.65); }
  }

  /* main heading */
  #hrH1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #0b1526;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(22px);
  will-change: transform, opacity;
}

  #hrH1 em {
    font-style: italic;
    font-weight: 300;
    color: #1a3fa0;
  }

  /* subtext */
  #hrSub {
  font-family: 'Sora', sans-serif;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  font-weight: 300;
  color: #3a4e72;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 2rem;
  padding-inline: 12px;
  opacity: 0;
  transform: translateY(18px);
  will-change: transform, opacity;
}

  /* button */
  #hrBtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0b1526;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 15px 42px;
    font-family: 'Sora', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    transform: translateY(14px);
    will-change: transform, opacity;
    box-shadow: 0 8px 32px rgba(11,21,38,0.2);
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
    pointer-events: all;
  }

  #hrBtn:hover {
    background: #1a3fa0;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 40px rgba(26,63,160,0.35);
  }

  #hrBtn svg {
    width: 14px; height: 14px;
    stroke: currentColor; fill: none;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  }

  /* scroll cue */
  #hrCue {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 1;
    transition: opacity 0.3s;
  }

  #hrCue span {
    font-family: 'Sora', sans-serif;
    font-size: 0.58rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(11,21,38,0.38);
  }

  .cue-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(26,63,160,0.55), transparent);
    animation: cuedrop 2s ease-in-out infinite;
  }

  @keyframes cuedrop {
    0% { transform:scaleY(0); transform-origin:top; opacity:0; }
    45% { transform:scaleY(1); transform-origin:top; opacity:1; }
    100% { transform:scaleY(1); transform-origin:bottom; opacity:0; }
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    .hr-rail { width: 56px; min-height: 180px; }
    #hrRailC { width: 64px; min-height: 210px; }
    #hrRailsWrap { gap: 12px; }
    #hrContentInner { margin-top: -12vh; }
    #hrGhostH { font-size: clamp(2.8rem, 10vw, 5rem); }
  }

  @media (max-width: 420px) {
    .hr-rail { width: 44px; min-height: 150px; }
    #hrRailC { width: 52px; min-height: 175px; }
    #hrRailsWrap { gap: 8px; }
  }

  

/* =========================================================
   GOALS SECTION — CINEMATIC SCROLL EXPERIENCE
========================================================= */


/* =========================================================
   GOALS SECTION — CINEMATIC UPGRADE
   MADE EXACTLY FOR YOUR HTML
========================================================= */

.goals-section{
  position:relative;
height:calc(100vh * 5.5);
  overflow:clip;
  font-family:'Sora',sans-serif;
}

/* cinematic atmosphere */

.goals-section::before{
  content:'';

  position:absolute;
  inset:0;

  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(64,140,255,.12),
      transparent 35%
    ),

    radial-gradient(
      circle at 80% 70%,
      rgba(0,180,255,.10),
      transparent 35%
    ),

    radial-gradient(
      circle at 50% 50%,
      rgba(255,255,255,.04),
      transparent 45%
    );

  filter:blur(70px);

  pointer-events:none;
}

/* cinematic grid */

.goals-section::after{
  content:'';

  position:absolute;
  inset:0;

  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);

  background-size:90px 90px;

  opacity:.28;

  pointer-events:none;
}

/* ========================================================= */

.goals-sticky{
  position:sticky;
  top:0;

  height:100vh;

  overflow:hidden;

  display:flex;
  align-items:center;
  justify-content:center;
}

/* =========================================================
   PANELS
========================================================= */

.goals-panels{
  position:relative;

  width:100%;
  height:100%;

  perspective:2000px;
  transform-style:preserve-3d;
}

.goal-panel{
  position:absolute;
  inset:0;

  display:flex;
  flex-direction:column;

  justify-content:center;
  align-items:center;

  padding:8vw;

  opacity:0;
  visibility:hidden;

  transform:
    translateY(120px)
    scale(.88)
    rotateX(-12deg);

  filter:blur(12px);

  will-change:
    transform,
    opacity,
    filter;

  backface-visibility:hidden;
}

.goal-panel.active{
  visibility:visible;
}

/* =========================================================
   EYEBROW
========================================================= */

.gp-eyebrow{
  display:flex;
  align-items:center;
  gap:18px;

  margin-bottom:1.5rem;

  opacity:.7;

  transform:translateY(20px);
}

.gp-eyebrow span{
  font-size:.7rem;
  letter-spacing:.25em;
  text-transform:uppercase;

  color:rgba(255,255,255,.75);
  margin-bottom: 10px;

  font-family:'Sora',sans-serif;
}



/* =========================================================
   MAIN TEXT
========================================================= */

.gp-the{
  font-size:clamp(1.75rem,4vw,4rem);

  color:rgba(255,255,255,.35);

  margin-bottom:.5rem;

  font-family:'Sora',sans-serif;
}

.gp-word{
  font-size:clamp(2.75rem,11vw,10rem);

  line-height:.88;

  letter-spacing:.08em;

  margin-bottom:2rem;

  font-family:'Sora',sans-serif;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #d7e8f7 40%,
      #82a8cc 100%
    );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  text-shadow:
    0 0 40px rgba(255,255,255,.08),
    0 0 90px rgba(80,140,255,.12);
}

.gp-desc{
  max-width:760px;

  text-align:center;

  line-height:1.9;

  font-size:1rem;

  color:rgba(255,255,255,.72);

  font-family:'Sora',sans-serif;
}

/* =========================================================
   TOP BAR
========================================================= */

.goals-topbar{
  position:absolute;

  top:40px;
  left:50%;
  margin-top: 75px;

  transform:translateX(-50%);

  width:min(92%,1400px);

  display:flex;
  align-items:center;
  justify-content:space-between;

  z-index:30;
}

.goals-section-label{
   font-size: 0.99rem;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9aaac8;
   
    opacity: 0.7;
}

.goals-counter{
  color:white;

  font-size:.9rem;

  font-family:'Sora',sans-serif;
}

.goals-counter-num{
  font-size:1.3rem;
  font-weight:600;
}

/* =========================================================
   SIDE STEPS
========================================================= */

.goals-steps{
  position:absolute;

  left:50px;
  top:50%;

  transform:translateY(-50%);

  z-index:40;

  display:flex;
  flex-direction:column;
  gap:28px;
}

.goals-step{
  display:flex;
  align-items:center;
  gap:14px;

  opacity:.28;

  transform:translateX(0);

  transition:
    opacity .5s ease,
    transform .5s ease;
}

.goals-step.active{
  opacity:1;

  transform:translateX(10px);
}

.goals-step-bar{
  width:2px;
  height:36px;

  border-radius:20px;

  background:rgba(255,255,255,.18);

  transition:
    height .5s ease,
    background .5s ease,
    box-shadow .5s ease;
}

.goals-step.active .goals-step-bar{
  height:72px;

  background:
    linear-gradient(
      180deg,
      #5eb7ff,
      #ffffff
    );

  box-shadow:
    0 0 24px rgba(94,183,255,.5);
}

.goals-step-name{
  font-size:.8rem;

  letter-spacing:.12em;
  text-transform:uppercase;

  color:rgba(255,255,255,.75);

  font-family:'Sora',sans-serif;
}

/* =========================================================
   DOTS
========================================================= */

.goals-progress{
  position:absolute;

  bottom:40px;
  left:50%;

  transform:translateX(-50%);

  display:flex;
  gap:14px;

  z-index:50;
}

.gp-dot{
  width:8px;
  height:8px;

  border-radius:50%;

  background:rgba(255,255,255,.25);

  opacity:.4;

  transform:scale(.8);

  transition:
    transform .5s ease,
    opacity .5s ease,
    background .5s ease;
}

.gp-dot.active{
  opacity:1;

  transform:scale(1.5);

  background:#fff;

  box-shadow:
    0 0 18px rgba(255,255,255,.6);
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

  .goals-section{
    height:420vh;
  }

  .goals-steps{
    display:none;
  }

  .gp-word{
    font-size:2.7rem;
  }

  .gp-desc{
    font-size:.92rem;
    line-height:1.7;
  }

  .goals-topbar{
    top:25px;
  }

}
@media(max-width:340px) {
  .gp-word{
    font-size:2.6rem;
  }
}
@media(max-width:320px) {
  .gp-word{
    font-size:2.3rem;
  }
}



/* =========================================================
   FEATURES SECTION
========================================================= */

.feat-sec {
  --fs-bg:        #0f1628;
  --fs-text:      #e8edf8;
  --fs-muted:     #7a8db0;
  --fs-accent:    #5b8ef0;
  --fs-accent2:   #f5e642;
  --fs-border:    rgba(255,255,255,0.07);
  --fs-border-h:  rgba(91,142,240,0.5);
  --fs-card:      rgba(255,255,255,0.04);
  --fs-card-h:    rgba(255,255,255,0.07);
  --fs-grid:      rgba(255,255,255,0.022);
  --fs-tag-bg:    rgba(91,142,240,0.12);
  --fs-tag-color: #8ab4f8;

  font-family: 'Sora', sans-serif;
  background: transparent;
  padding: 100px 48px;
  position: relative;
  overflow: hidden;
}

.feat-sec.light {
  --fs-bg:        #f4f7fc;
  --fs-text:      #0b1526;
  --fs-muted:     #4a5e88;
  --fs-accent:    #1e4fd8;
  --fs-accent2:   #c4960a;
  --fs-border:    rgba(26,39,68,0.09);
  --fs-border-h:  rgba(30,79,216,0.4);
  --fs-card:      rgba(255,255,255,0.7);
  --fs-card-h:    rgba(255,255,255,0.95);
  --fs-grid:      rgba(26,39,68,0.03);
  --fs-tag-bg:    rgba(30,79,216,0.09);
  --fs-tag-color: #1e4fd8;
}

.feat-sec::before {
  content:'';position:absolute;inset:0;
 pointer-events:none;
}

.feat-sec::after {
  content:'';position:absolute;
  right:-80px;top:-80px;
  width:440px;height:440px;border-radius:50%;
  filter:blur(90px);pointer-events:none;
}

.feat-inner {
  position:relative;z-index:1;
  max-width:1140px;margin:0 auto;
}

/* HEADER */
.feat-header { text-align:center;margin-bottom:64px; }

.feat-label {
   font-size: 0.99rem;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9aaac8;
    margin-bottom: 1.1rem;
    opacity: 0.7;
}



@keyframes fspulse {
  0%,100%{opacity:1;transform:scale(1);}
  50%{opacity:0.3;transform:scale(0.65);}
}

.feat-title {
  font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;
  letter-spacing:-0.03em;color:var(--fs-text);line-height:1.08;margin-bottom:0.9rem;
}
.feat-title em{
  font-style:normal;
  color: #1a3fa0;
  }

.feat-sub {
  font-size:0.88rem;font-weight:300;color:var(--fs-muted);
  line-height:1.72;max-width:460px;margin:0 auto;
}

/* GRID */
.feat-grid {
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
}

/* CARD */
.feat-card {
  background:var(--fs-card);border:1px solid var(--fs-border);
  border-radius:18px;overflow:hidden;
  display:flex;flex-direction:column;
  cursor:pointer;position:relative;
  transition:border-color .3s,background .3s,
    transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s;
  opacity:0;transform:translateY(48px);
  will-change:opacity,transform;
}

.feat-card:hover {
  border-color:var(--fs-border-h);background:var(--fs-card-h);
  transform:translateY(-6px);
  box-shadow:0 20px 56px rgba(0,0,0,.25),0 0 0 1px var(--fs-border-h);
}

/* VISUAL */
.feat-visual {
  width:100%;aspect-ratio:16/9;
  position:relative;overflow:hidden;flex-shrink:0;
}

.feat-visual-bg {
  position:absolute;inset:0;
  transition:transform .5s ease;
}

.feat-card:hover .feat-visual-bg{transform:scale(1.04);}

/* gradients per card */
.feat-card:nth-child(1) .feat-visual-bg {
  background:
    radial-gradient(ellipse 60% 55% at 25% 35%,rgba(91,142,240,.55) 0%,transparent 65%),
    radial-gradient(ellipse 50% 45% at 75% 70%,rgba(0,200,180,.3) 0%,transparent 60%),
    linear-gradient(135deg,#0d1b3e 0%,#1a2a52 50%,#0f2240 100%);
}

.feat-card:nth-child(2) .feat-visual-bg {
  background:
    radial-gradient(ellipse 55% 50% at 60% 30%,rgba(120,80,220,.55) 0%,transparent 65%),
    radial-gradient(ellipse 45% 50% at 20% 70%,rgba(91,142,240,.35) 0%,transparent 60%),
    linear-gradient(135deg,#12102e 0%,#1e1650 50%,#0f1240 100%);
}

.feat-card:nth-child(3) .feat-visual-bg {
  background:
    radial-gradient(ellipse 60% 50% at 70% 30%,rgba(0,180,160,.55) 0%,transparent 65%),
    radial-gradient(ellipse 50% 55% at 20% 65%,rgba(91,142,240,.3) 0%,transparent 60%),
    linear-gradient(135deg,#0a1e24 0%,#0f2e2a 50%,#0d2020 100%);
}

.feat-visual-icon {
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);
  display:flex;align-items:center;justify-content:center;
  opacity:.85;transition:transform .4s,opacity .4s;
}

.feat-card:hover .feat-visual-icon{transform:translate(-50%,-54%);opacity:1;}

.feat-visual-icon svg {
  width:60px;height:60px;
  stroke:rgba(255,255,255,.75);fill:none;
  stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;
}

.feat-visual-tag {
  position:absolute;top:16px;left:16px;
  font-size:0.58rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(255,255,255,.6);
  background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);
  border-radius:6px;padding:4px 10px;backdrop-filter:blur(8px);
}

.feat-visual-lines {
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:28px 28px;pointer-events:none;
}

/* CARD INFO */
.feat-info {
  padding:24px 26px 22px;
  display:flex;flex-direction:column;gap:.5rem;
  flex:1;border-top:1px solid var(--fs-border);
}

.feat-info-top {
  display:flex;align-items:flex-start;
  justify-content:space-between;gap:1rem;
}

.feat-name {
  font-size:1rem;font-weight:700;
  color:var(--fs-text);letter-spacing:-.01em;line-height:1.2;
}

.feat-arrow-btn {
  width:32px;height:32px;border-radius:50%;
  background:var(--fs-tag-bg);border:1px solid var(--fs-border);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;color:var(--fs-accent);
  transition:background .2s,border-color .2s,transform .25s;
}

.feat-card:hover .feat-arrow-btn {
  background:var(--fs-accent);border-color:var(--fs-accent);
  color:#fff;transform:rotate(45deg);
}

.feat-arrow-btn svg {
  width:14px;height:14px;
  stroke:currentColor;fill:none;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}

.feat-desc {
  font-size:.8rem;font-weight:300;
  color:var(--fs-muted);line-height:1.68;
}

.feat-card-tag {
  display:inline-flex;align-items:center;gap:5px;
  font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:var(--fs-tag-color);margin-top:4px;
  opacity:0;transform:translateY(6px);
  transition:opacity .25s,transform .25s;
}

.feat-card:hover .feat-card-tag{opacity:1;transform:translateY(0);}

.feat-card-tag svg {
  width:11px;height:11px;stroke:currentColor;fill:none;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}

/* BOTTOM ROW */
.feat-bottom {
  display:flex;align-items:center;justify-content:center;
  gap:2rem;margin-top:52px;padding-top:40px;
  border-top:1px solid var(--fs-border);
  opacity:0;transform:translateY(24px);will-change:opacity,transform;
}

.feat-bottom-text {
  font-size:.85rem;font-weight:300;color:var(--fs-muted);
}
.feat-bottom-text strong{color:var(--fs-text);font-weight:600;}

.feat-cta-btn {
  display:inline-flex;align-items:center;gap:8px;
  background:var(--fs-accent);color:#fff;border:none;
  border-radius:8px;padding:12px 26px;font-size:.82rem;
  font-family:'Sora',sans-serif;font-weight:600;
  cursor:pointer;text-decoration:none;
  box-shadow:0 4px 16px rgba(91,142,240,.28);
  transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap;
}
.feat-cta-btn:hover{background:#7ca8f8;transform:translateY(-2px);box-shadow:0 8px 28px rgba(91,142,240,.4);}
.feat-sec.light .feat-cta-btn{background:#1e4fd8;}
.feat-sec.light .feat-cta-btn:hover{background:#2a5dd4;}

.feat-cta-btn svg {
  width:14px;height:14px;stroke:currentColor;fill:none;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}

/* RESPONSIVE */
@media(max-width:900px){
  .feat-sec{padding:72px 28px;}
  .feat-grid{grid-template-columns:1fr;gap:14px;}
  .feat-bottom{flex-direction:column;text-align:center;gap:1.2rem;}
}
@media(max-width:480px){
  .feat-sec{padding:56px 20px;}
}



/* Light mode specific adjustment for SVGs to ensure they still look good 
@media (prefers-color-scheme: dark) {
  .card-graphic {
   
    opacity: 0.9; 
  }
} */
   .export-section {
    --ex-text: #ffffffd7;
    --ex-muted: #4a5e88;
    --ex-accent: #00c8b4;
    --ex-accent-glow: rgba(0,200,180,0.3);
    --ex-accent-soft: rgba(0,200,180,0.14);
    --ex-border: rgba(26,39,68,0.1);
    --ex-card-bg: rgba(255,255,255,0.75);
    --ex-card-hover: rgba(0,200,180,0.07);
    --ex-stat-border: rgba(26,39,68,0.1);
    --ex-bottom-bg: linear-gradient(135deg, #080f14 0%, #091f33 50%, #0c2031 100%);
    --ex-bottom-text: #e8edf8;
    --ex-bottom-muted: #7a8db0;
    --ex-bottom-card: rgba(255,255,255,0.05);
    --ex-bottom-border: rgba(255,255,255,0.08);

    font-family: 'Sora', sans-serif;
  }

  /* Light theme 
  .export-section.light {
    --ex-bottom-bg: #f0f4fc;
    --ex-bottom-text: #0f1628;
    --ex-bottom-muted: #4a5e88;
    --ex-bottom-card: rgba(255,255,255,0.7);
    --ex-bottom-border: rgba(26,39,68,0.1);
    --ex-stat-border: rgba(26,39,68,0.1);
  }
  */
  /* ══════════════════════════════
     UPPER SECTION — map as BG
  ══════════════════════════════ */
  .ex-upper {
    position: relative;
    background: transparent;/* fallback / tint */
               /* ← REPLACE with your map path */
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
    min-height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
 

  /* very light white wash so map stays visible but text is readable */
 

  /* subtle bottom fade into lower section */
 

  /* ── HEADING BLOCK (centred top of upper) ── */
  .ex-heading {
    position: relative; z-index: 3;
    text-align: center;
    padding: 72px 48px 0;
    max-width: 680px;
  }
  .world-map{
   max-width: 100vw;
  }

  .ex-label {
   font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9aaac8;
    margin-bottom: 1.1rem;
    opacity: 0.7;
  }

  .ex-heading h2 {
    font-size: clamp(1.9rem, 4vw, 3.2rem);
    font-weight: 800; letter-spacing: -0.025em;
    color: var(--ex-text); line-height: 1.08;
    margin-bottom: 0.9rem;
  }

  .ex-heading h2 em {
    font-style: normal;
    color: var(--ex-accent);
  }

  .ex-heading p {
    font-size: 0.85rem; font-weight: 300;
    color: var(--ex-muted); line-height: 1.75;
  }

  /* ── MAP PIN LAYER ── */
  .ex-pin-layer {
    position: absolute; inset: 0; z-index: 3;
    pointer-events: none;
  }

  /* SVG arcs */
  .ex-arcs {
    position: absolute; inset: 0;
    display: none;
    width: 60%; height: 100%;
    pointer-events: none; z-index: 2;
    overflow: visible;
  }

  .arc-path {
    fill: none;
    stroke: var(--ex-accent);
    stroke-width: 1.4;
    stroke-linecap: round;
    opacity: 0.7;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: drawArc 2.4s ease forwards;
    filter: drop-shadow(0 0 4px rgba(0,200,180,0.5));
  }

  .arc-path:nth-child(2) { animation-delay: 0.5s; }
  .arc-path:nth-child(3) { animation-delay: 0.9s; opacity: 0.35; }

  @keyframes drawArc {
    to { stroke-dashoffset: 0; }
  }
  #dots-australia-oceania,
  #dots-europe path,
#dots-africa path,
#dots-america path,
#dots-asia path{

    transition:
        fill .35s ease,
        transform .35s cubic-bezier(.22,1,.36,1),
        filter .35s ease;

    transform-origin:center;
    transform-box:fill-box;

}
#dots-africa path,
#dots-asia path{
   fill:#42f5e6;
}


#dots-europe:hover path,
#dots-africa:hover path,
#dots-america:hover path,
#dots-asia:hover path{

    
box-shadow: 0 4px 24px rgba(0,200,180,0.2);
    filter:
        drop-shadow(0 0 4px rgba(66,245,230,.5))
        drop-shadow(0 0 10px rgba(66,245,230,.35));

    transform:scale(1.08);

}
  #world-map path{
    opacity:0;
    transform:scale(0.3);

    transform-origin:center;

    transition:
        opacity .08s ease,
        transform .08s ease;
}

#world-map path.wave-active{
    opacity:1;
    transform:scale(1);
}
#world-map path.wave-active{

    opacity:1;

    transform:scale(1);

    filter:drop-shadow(
        0 0 4px rgba(26,63,160,.6)
    );

}


  /* ── PINS ── */
  .ex-pin {
    position: absolute;
    display: flex; flex-direction: column; align-items: center;
    transform: translateX(-50%);
    pointer-events: all;
    cursor: default;
    z-index: 5;
  }

  .ex-pin-card {
    background: transparent;
    border: 0px solid rgba(0,200,180,0.5);
    border-radius: 12px;
    padding: 10px 15px 10px 10px;
    display: flex; align-items: center; gap: 9px;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 24px rgba(0,200,180,0.2), 0 1px 8px rgba(0,0,0,0.08);
    white-space: nowrap;
    animation: pinFloat 3.6s ease-in-out infinite;
    transition: box-shadow 0.2s, transform 0.2s;
  }

  .ex-pin:nth-child(1) .ex-pin-card { animation-delay: 0s; }
  .ex-pin:nth-child(2) .ex-pin-card { animation-delay: 0.9s; }
  .ex-pin:nth-child(3) .ex-pin-card { animation-delay: 1.8s; }

  @keyframes pinFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }

  .ex-pin:hover .ex-pin-card {
    box-shadow: 0 8px 32px rgba(0,200,180,0.35);
    transform: translateY(-3px);
  }

  .ex-pin-ico {
    width: 30px; height: 30px; border-radius: 7px;
    background: rgba(0,200,180,0.12);
    border: 1px solid rgba(0,200,180,0.3);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }

  .ex-pin-ico svg {
    width: 14px; height: 14px;
    stroke: #00b4a2; fill: none;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  }

  .ex-pin-name {
    font-size: 0.75rem; font-weight: 700;
    color: #ffffffe1; letter-spacing: 0.01em;
  }

  .ex-pin-sub {
    font-size: 0.62rem; font-weight: 300;
    color: #00b4a2; margin-top: 1px;
  }

  /* stem */
  .ex-pin-stem {
    width: 1.5px; height: 20px;
    background: linear-gradient(to bottom, rgba(0,200,180,0.7), rgba(0,200,180,0));
  }

  /* pulse dot */
  .ex-pin-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: var(--ex-accent);
    box-shadow: 0 0 0 3px rgba(0,200,180,0.25), 0 0 12px rgba(0,200,180,0.6);
    position: relative;
  }

  .ex-pin-dot::after {
    content: '';
    position: absolute; inset: -5px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,200,180,0.5);
    animation: ripple 2s ease-out infinite;
  }

  .ex-pin-dot::before {
    content: '';
    position: absolute; inset: -12px;
    border-radius: 50%;
    border: 1px solid rgba(0,200,180,0.25);
    animation: ripple 2s ease-out 0.6s infinite;
  }

  .ex-pin:nth-child(2) .ex-pin-dot::after { animation-delay: 0.6s; }
  .ex-pin:nth-child(2) .ex-pin-dot::before { animation-delay: 1.2s; }
  .ex-pin:nth-child(3) .ex-pin-dot::after { animation-delay: 1.2s; }
  .ex-pin:nth-child(3) .ex-pin-dot::before { animation-delay: 1.8s; }

  @keyframes ripple {
    0% { opacity: 0.7; transform: scale(1); }
    100% { opacity: 0; transform: scale(2); }
  }

  /* ── PIN POSITIONS
     Tune left/top % to match where regions
     appear on YOUR specific map image ── */

  .pin-gulf { left: 62.3%; top: 49.5%; } /* Gulf / Middle East */
  .pin-africa { left: 53.8%; top: 60.44%; } /* Africa */
  .pin-india { left: 71.78%; top: 49.6%; } /* Indian Subcontinent*/

  /* ══════════════════════════════
     LOWER SECTION — dark/navy
  ══════════════════════════════ */
  .ex-lower {
    background: transparent;
    padding: 64px 48px 80px;
    position: relative; z-index: 2;
    transition: background 0.35s ease;
  }

  .ex-lower-inner {
    max-width: 1100px; margin: 0 auto;
  }

  /* aqua divider line */
  .ex-line {
    height: 1px;
    background: linear-gradient(to right, transparent, var(--ex-accent), transparent);
    opacity: 0.35; margin-bottom: 56px;
  }

  /* tagline */
  .ex-tagline {
    text-align: center; margin-bottom: 48px;
  }

  .ex-tagline h3 {
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 700; letter-spacing: -0.02em;
    color: var(--ex-bottom-text); line-height: 1.15;
    margin-bottom: 0.75rem;
  }

  .ex-tagline h3 em { font-style: normal; color: var(--ex-accent); }

  .ex-tagline p {
    font-size: 0.85rem; font-weight: 300;
    color: var(--ex-bottom-muted); line-height: 1.75;
    max-width: 520px; margin: 0 auto;
  }

  /* region cards */
  .ex-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5px;
    border: 0px solid var(--ex-bottom-border);
    border-radius: 14px; overflow: hidden;
    margin-bottom: 1.5px;
  }

  .ex-card {
    background: transparent;
    padding: 28px 26px 24px;
    border-right: 0px solid var(--ex-bottom-border);
    position: relative; overflow: hidden;
    transition: background 0.25s;
  }

  .ex-card:last-child { border-right: none; }

  .ex-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: var(--ex-accent); opacity: 0;
    transition: opacity 0.25s;
  }

  .ex-card:hover { background: rgba(0,200,180,0.06); }
  .ex-card:hover::before { opacity: 1; }

  .ex-card-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: rgba(0,200,180,0.1);
    border: 1px solid rgba(0,200,180,0.2);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
  }

  .ex-card-icon svg {
    width: 18px; height: 18px;
    stroke: var(--ex-accent); fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  }

  .ex-card-name {
    font-size: 0.9rem; font-weight: 700;
    color: var(--ex-bottom-text); margin-bottom: 6px;
  }

  .ex-card-countries {
    font-size: 0.75rem; font-weight: 300;
    color: var(--ex-bottom-muted); line-height: 1.6; margin-bottom: 14px;
  }

  .ex-card-badge {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.67rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--ex-accent);
    background: rgba(0,200,180,0.1);
    border-radius: 6px; padding: 4px 10px;
  }

  .ex-card-badge-dot {
    width: 5px; height: 5px; border-radius: 50%;
    background: var(--ex-accent);
    box-shadow: 0 0 6px var(--ex-accent);
  }

  /* stats */
  .ex-stats {
    margin-top: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--ex-bottom-border);
    border-radius: 12px; overflow: hidden;
  }

  .ex-stat {
    padding: 24px 20px;
    text-align: center;
    background: transparent;
    border-right: 1px solid var(--ex-bottom-border);
    transition: background 0.2s;
  }

  .ex-stat:last-child { border-right: none; }
  .ex-stat:hover { background: rgba(0,200,180,0.06); }

  .ex-stat-num {
    font-size: 1.7rem; font-weight: 800;
    color: var(--ex-accent); letter-spacing: -0.03em; line-height: 1.1;
  }

  .ex-stat-lbl {
    font-size: 0.7rem; font-weight: 300;
    color: var(--ex-bottom-muted); margin-top: 4px;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 860px) {
    .ex-upper { min-height: 60vh; background-position: center; }
    .ex-heading { padding: 56px 28px 0; }
    .ex-lower { padding: 48px 28px 64px; }
    .ex-cards { grid-template-columns: 1fr; }
    .ex-card { border-right: none; border-bottom: 1px solid var(--ex-bottom-border); }
    .ex-card:last-child { border-bottom: none; }
    .ex-stats { grid-template-columns: repeat(2, 1fr); }
    .ex-stat:nth-child(2) { border-right: none; }
    .ex-stat:nth-child(1),
    .ex-stat:nth-child(2) { border-bottom: 1px solid var(--ex-bottom-border); }
  }

  @media (max-width: 540px) {
    .ex-upper { min-height: 55vh; }
    .ex-heading { padding: 44px 20px 0; }
    .ex-lower { padding: 40px 20px 56px; }
    .ex-pin-card { padding: 7px 10px 7px 7px; gap: 6px; }
    .ex-pin-ico { width: 24px; height: 24px; }
    .ex-pin-ico svg { width: 11px; height: 11px; }
    .ex-pin-name { font-size: 0.65rem; }
    .ex-pin-sub { font-size: 0.55rem; }
  }

.stats-section {
    --st-bg:          linear-gradient(135deg, #080f14 0%, #091f33 50%, #0c2031 100%);
    --st-heading:     #ffffff;
    --st-text:        #9aaac8;
    --st-card-bg:     rgba(255,255,255,0.07);
    --st-card-border: rgba(255,255,255,0.1);
    --st-card-hover:  rgba(255,255,255,0.11);
    --st-num:         #ffffff;
    --st-label:       #c8d4ec;
    --st-divider:     rgba(255,255,255,0.1);

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
   background: transparent;
    padding: 96px 48px;
    position: relative;
    overflow: hidden;
  }

  /* grid overlay */
  .stats-section::before {
    content: '';
    position: absolute; inset: 0;
   
    pointer-events: none;
  }

  /* glow blobs */
  .stats-section::after {
    content: '';
    position: absolute;
    left: 50%; bottom: -80px;
    transform: translateX(-50%);
    width: 600px; height: 300px;
    border-radius: 50%;
   background: transparent;
    filter: blur(80px);
    pointer-events: none;
  }

  /* Light theme 
  @media (prefers-color-scheme: light) {
  .stats-section {
    --st-bg:          linear-gradient(160deg, #dce6f8 0%, #e8eef8 60%, #f0f4fc 100%);
    --st-heading:     #1a2a6c;
    --st-text:        #4a5e88;
    --st-card-bg:     rgba(255,255,255,0.6);
    --st-card-border: rgba(26,39,68,0.12);
    --st-card-hover:  rgba(255,255,255,0.85);
    --st-num:         #1a2a6c;
    --st-label:       #4a5e88;
    --st-divider:     rgba(26,39,68,0.1);
  }
} */

  .stats-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .stats-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--st-text);
    margin-bottom: 1rem;
    opacity: 0.7;
  }

  .stats-inner h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    color: var(--st-heading);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 1rem;
  }

  .stats-inner p {
    font-size: 0.99rem;
    font-weight: 300;
    color: var(--st-text);
    line-height: 1.65;
    max-width: 480px;
    margin: 0 auto 56px;
  }

  /* ── stat cards ── */
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5px;
    border-radius: 0px;
    overflow: hidden;
    border: 0px solid var(--st-card-border);
  }
  @media(max-width: 768px) {
    .stats-grid {
      display: flex; flex-direction: column; gap: 1.5px;
      border: 0px; justify-content: start; text-align: left; align-items: start;
    }
    .stat-card:nth-child(3) { border: 0px; text-align: left; }
    .stat-card:nth-child(2) { border: 0px; text-align: left; }
    .stat-card:nth-child(1) { border: 0px;
      border-bottom: 0px; 
                              text-align: left; }
    .stat-card:nth-child(4) { border: 0px; text-align: left; }
  }

  .stat-card {
    background:transparent;
    padding: 36px 28px;
    text-align: center;
    border-right: 1px solid var(--st-divider);
    transition: background 0.25s ease;
    position: relative;
    backdrop-filter: blur(6px);
  }

  .stat-card:last-child { border-right: none; }

  .stat-card:hover { background: var(--st-card-hover); }

  .stat-card-num {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--st-num);
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  /* ══════════════════════════════════
   STATS ANIMATION STATES
══════════════════════════════════ */

.stat-card,
.stats-label,
.stats-inner h2,
.stats-inner p {
  will-change: transform, opacity, filter;
}

  .stat-card-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--st-label);
    letter-spacing: 0.01em;
  }
  /* logo Section */
   .logos-block {
    --lb-bg: #0f1628;
    --lb-heading: #e8edf8;
    --lb-muted: #7a8db0;
    --lb-accent: #5b8ef0;
    --lb-border: rgba(255,255,255,0.07);
    --lb-card-bg: rgba(255,255,255,0.04);
    --lb-card-hover: rgba(255,255,255,0.09);
    --lb-logo-filter: brightness(0) invert(1) ; 
    --lb-logo-hover: brightness(0) invert(1) opacity(1);
    --lb-fade-dark: #0f1628;
    --lb-tag-bg: rgba(91,142,240,0.12);
    --lb-tag-color: #8ab4f8;

    font-family: 'Sora', sans-serif;
    background: transparent;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
  }

  /* Light theme 
  .logos-block.light {
    --lb-bg: #f0f4fc;
    --lb-heading: #0f1628;
    --lb-muted: #4a5e88;
    --lb-accent: #2a5dd4;
    --lb-border: rgba(26,39,68,0.09);
    --lb-card-bg: rgba(255,255,255,0.7);
    --lb-card-hover: rgba(255,255,255,0.95);
    --lb-logo-filter: brightness(0) opacity(0.35);
    --lb-logo-hover: brightness(0) opacity(0.7);
    --lb-fade-dark: #f0f4fc;
    --lb-tag-bg: rgba(42,93,212,0.09);
    --lb-tag-color: #2a5dd4;
  }
*/
  /* ── section header ── */
  .lb-header {
    text-align: center;
    padding: 0 48px 52px;
  }

  .lb-tag {
  font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #9aaac8;
    margin-bottom: 1rem;
    opacity: 0.7;
  }

 

  .lb-header h2 {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800; letter-spacing: -0.025em;
    color: var(--lb-heading); line-height: 1.1;
    margin-bottom: 0.6rem;
  }

  .lb-header p {
    font-size: 0.83rem; font-weight: 300;
    color: var(--lb-muted); line-height: 1.65;
  }

  /* ── divider between the two strips ── */
  

  /* ── strip label ── */
  .lb-strip-label {
    display: flex; align-items: center; gap: 1rem;
    padding: 0 48px 20px;
  }

  .lb-strip-label span {
    font-size: 0.67rem; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--lb-muted); white-space: nowrap;
  }

  .lb-strip-label-line {
    flex: 1; height: 1px; background: var(--lb-border);
  }

  /* ── MARQUEE TRACK ── */
  .lb-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* edge fade masks 
    -webkit-mask-image: linear-gradient(to right,
      transparent 0%, black 10%, black 90%, transparent 100%);
   /* mask-image: linear-gradient(to right,
      transparent 0%, black 10%, black 90%, transparent 100%); */
    margin-bottom: 8px;
  }

  .lb-track {
    display: flex;
    gap: 0;
    width: max-content;
    animation: marqueeScroll 28s linear infinite;
  }

  /* reverse direction for second strip */
  .lb-track.reverse {
    animation: marqueeScrollReverse 32s linear infinite;
  }

  /* pause on hover */
  .lb-marquee:hover .lb-track { animation-play-state: paused; }

  @keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  @keyframes marqueeScrollReverse {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
  }

  /* ── LOGO CARD ── */
  .lb-logo {
    display: flex; align-items: center; justify-content: center;
    width: 180px; height: 88px;
    margin: 0 12px;
   
   
    border-radius: 12px;
    flex-shrink: 0;
    cursor: default;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    position: relative;
    overflow: hidden;
  }

  .lb-logo:hover {
    background: var(--lb-card-hover);
    border-color: rgba(91,142,240,0.35);
    transform: translateY(-2px);
  }

  /* real logo image — drop yours in */
  .lb-logo img {
    max-width: 110px; max-height: 44px;
    width: auto; height: auto;
    object-fit: contain;
    filter: var(--lb-logo-filter);
    opacity: 0.55;
    transition: filter 0.25s ease, opacity 0.25s ease;
  }

  .lb-logo:hover img {
    filter: var(--lb-logo-hover);
    opacity: 1;
  }

  /* placeholder when no image */
  .lb-logo-ph {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 6px; width: 100%; height: 100%;
  }

  .lb-logo-ph-bar {
    height: 10px; border-radius: 999px;
    background: var(--lb-border);
  }

  .lb-logo-ph-bar:nth-child(1) { width: 70px; }
  .lb-logo-ph-bar:nth-child(2) { width: 44px; opacity: 0.5; }

  /* name shown on hover */
  .lb-logo-name {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: rgba(91,142,240,0.12);
    font-size: 0.6rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--lb-accent);
    text-align: center; padding: 5px 0;
    opacity: 0; transform: translateY(4px);
    transition: opacity 0.2s, transform 0.2s;
  }

  .lb-logo:hover .lb-logo-name { opacity: 1; transform: translateY(0); }
  .review-section {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
}

:root {
    --navy: #020c1b;
    --navy-mid: #071428;
    --teal: #00d4c8;
    --teal-dim: rgba(165, 165, 165, 0.6);
    --glass-bg: rgba(255,255,255,0.05);
    --glass-border: rgba(255,255,255,0.09);
    --glass-shine: rgba(255,255,255,0.07);
    --text: rgba(255,255,255,0.84);
    --text-dim: rgba(255,255,255,0.42);
  }

  

  .reviews-section {
    font-family: 'Inter', sans-serif;
    background: var(--navy);
    color: var(--text);
    min-height: 100vh;
    overflow-x: hidden;
  }

  /* ── Grain overlay via SVG noise ── */
  .reviews-section::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.032;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 180px 180px;
    mix-blend-mode: overlay;
  }

  /* ══════════════════════════════════
     SECTION WRAPPER
  ══════════════════════════════════ */
  .reviews-section {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    background:
      transparent;
  }

  /* Grid lines */
  .reviews-section::after {
    content: '';
    position: absolute;
    inset: 0;
    
    pointer-events: none;
  }

  /* Ambient light blobs */
  .blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
  }
  .blob-1 {
    width: 500px; height: 500px;
    left: -8%; top: 10%;
    background: radial-gradient(circle, rgba(0,180,200,0.10) 0%, transparent 70%);
  }
  .blob-2 {
    width: 400px; height: 400px;
    right: 4%; bottom: 5%;
    background: radial-gradient(circle, rgba(0,100,180,0.09) 0%, transparent 70%);
  }
  .blob-3 {
    width: 300px; height: 300px;
    right: 30%; top: 0%;
    background: radial-gradient(circle, rgba(0,212,200,0.06) 0%, transparent 70%);
  }

  /* ══════════════════════════════════
     CINEMATIC HEADING
  ══════════════════════════════════ */
  .heading-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    width: 100%;
    pointer-events: none;
    z-index: 1;
    padding-left: 5%;
    will-change: transform;
  }

  .heading-main {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.025em;
    white-space: nowrap;

    /* Exact cinematic look: gradient fade top→bottom, semi-transparent */
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0.20) 0%,
      rgba(255,255,255,0.12) 40%,
      rgba(255,255,255,0.05) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Fluid size: 80px @ 375px → 230px @ 1440px */
    font-size: clamp(80px, 16vw, 230px);

    user-select: none;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
  }

  .heading-main.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ══════════════════════════════════
     INNER LAYOUT
  ══════════════════════════════════ */
  .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(80px, 10vh, 120px) clamp(20px, 5%, 80px);
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
  }

  /* ── Label ── */
  .reviews-labelh{
    display: flex;
    flex-direction: coloumn;
    align-items: center;
    justify-content: center;

  }
  .section-label {
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-family: 'Sora', sans-serif;
    color: var(--teal-dim);
    margin-bottom: clamp(24px, 4vh, 40px);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
  }
  .section-label.visible { opacity: 1; transform: translateY(0); }

  /* ── Stars ── */
  .stars {
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  }
  .stars.visible { opacity: 1; transform: translateY(0); }

  .star {
    width: 20px;
    height: 20px;
    fill: rgba(255,255,255,0.88);
    filter: drop-shadow(0 0 4px rgba(0,212,200,0.35));
  }

  /* ── Cards row ── */
  .cards-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(20px, 4vh, 40px) 0;
    flex-wrap: wrap;
  }

  /* ── Glass Card ── */
  .review-card {
    position: relative;
    width: clamp(280px, 32%, 380px);
    border-radius: 18px;
    padding: clamp(22px, 3vw, 32px);
    cursor: default;
    align-self: start;
    

    background: linear-gradient(
      145deg,
      rgba(255,255,255,0.07) 0%,
      rgba(255,255,255,0.025) 100%
    );
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow:
      0 4px 24px rgba(0,0,0,0.45),
      0 1px 0 rgba(255,255,255,0.07) inset,
      0 -1px 0 rgba(0,0,0,0.2) inset;

    transition:
      transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      border-color 0.4s ease,
      background 0.4s ease;

    opacity: 0;
    transform: translateY(40px) scale(0.97);
  }

  .review-card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .review-card:nth-child(1) { transition-delay: 0.15s; }
  .review-card:nth-child(2) { transition-delay: 0.30s; }
  .review-card:nth-child(3) { transition-delay: 0.45s; }

  /* Shine shimmer on hover */
  .review-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(
      135deg,
      rgba(255,255,255,0.09) 0%,
      transparent 50%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  .review-card:hover::before { opacity: 1; }

  .review-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
      0 20px 60px rgba(0,0,0,0.6),
      0 0 30px rgba(0,212,200,0.08),
      0 1px 0 rgba(255,255,255,0.12) inset;
    border-color: rgba(0,212,200,0.18);
    background: linear-gradient(
      145deg,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0.04) 100%
    );
  }

  .card-number {
    font-size: 10px;
    letter-spacing: 0.14em;
    color: var(--teal-dim);
    margin-bottom: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
  }

  .card-text {
    font-size: clamp(12.5px, 1.1vw, 14px);
    line-height: 1.75;
    color: rgba(255,255,255,0.78);
    margin-bottom: 22px;
    font-weight: 300;
  }

  .card-author {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 12px;
    color: rgba(255,255,255,0.38);
    text-align: right;
  }

  /* ── Stats ── */
  .stats-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: clamp(32px, 5vw, 72px);
    padding-top: clamp(16px, 3vh, 24px);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
  }
  .stats-row.visible { opacity: 1; transform: translateY(0); }

  .stat {
    text-align: left;
  }

  .stat-number {
    font-family: 'Sora', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
    display: block;
  }


/* ── Infrastructure Section ── */
:root{
  --navy:#050e1a;
  --blue:#2d82c9;
  --blue-l:#5ba8e8;
  --teal:#1fb8c3;
  --w:#fff;
  --w70:rgba(255,255,255,.70);
  --w30:rgba(255,255,255,.30);
  --fd:'Sora',sans-serif;
  --fb:'Sora',sans-serif;
}

/* ── Section wrapper ─── */
.infra-section{
  width:100%;
  padding:64px 60px 0;
  background:transparent;
  font-family:var(--fd);
}

/* ── Top row ─────────── */
.infra-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:44px;
}
.infra-heading{
  font-family:var(--fd);
  font-size:clamp(28px,4vw,44px);
  font-weight:800;
  color:var(--w);
  letter-spacing:-.01em;
}
.infra-heading span {
  color:var(--teal);
}
.view-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 22px;
  border:1px solid var(--w30);
  border-radius:4px;
  color:var(--w70);
  font-family:var(--fb);
  font-size:11.5px;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none;
  background:transparent;
  transition:border-color .22s,color .22s;
  white-space:nowrap;
}
.view-btn:hover{border-color:var(--blue-l);color:var(--w)}
.view-btn svg{width:13px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .22s}
.view-btn:hover svg{transform:translateX(3px)}

/* ── Photo strip ─────── */
.infra-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  width:100%;
  /* extend edge-to-edge past section padding */
  margin-left:-60px;
  width:calc(100% + 120px);
}

.infra-card{
  position:relative;
  max-height: 45vh;
  overflow:hidden;
  
  cursor:pointer;
}
/* Divider lines between cards */
.infra-card + .infra-card::before{
  content:'';
  position:absolute;
  left:0;top:0;bottom:0;
  width:1px;
  background:rgba(255,255,255,.12);
  z-index:3;
}

.infra-card img{
  width:100%;height:100%;object-fit:cover;display:block;
  filter:brightness(.78) saturate(.85);
  transition:transform .55s cubic-bezier(.22,1,.36,1),filter .4s ease;
}
.infra-card:hover img{
  transform:scale(1.05);
  filter:brightness(.6) saturate(1);
}

/* Gradient overlay */
.infra-card-grad{
  position:absolute;inset:0;
  background:linear-gradient(
    180deg,
    transparent 35%,
    rgba(5,14,26,.55) 65%,
    rgba(5,14,26,.92) 100%
  );
  pointer-events:none;
}

/* Label */
.infra-card-label{
  position:absolute;
  bottom:0;left:0;right:0;
  padding:22px 24px 26px;
  z-index:2;
}
.infra-card-title{
  font-family:var(--fd);
  font-size:clamp(15px,1.6vw,20px);
  font-weight:700;
  color:var(--w);
  line-height:1.2;
  margin-bottom:5px;
}
.infra-card-sub{
  font-size:12.5px;
  font-weight:300;
  color:var(--w70);
  letter-spacing:.02em;
}

/* Hover: subtle teal accent line at bottom */
.infra-card::after{
  content:'';
  position:absolute;bottom:0;left:0;right:0;
  height:3px;
  background:var(--teal);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s ease;
  z-index:4;
}
.infra-card:hover::after{transform:scaleX(1)}

/* ── Responsive ──────── */
@media(max-width:768px){
  .infra-section{padding:50px 22px 0}
  .infra-strip{
    grid-template-columns:1fr 1fr;
    margin-left:-22px;
    width:calc(100% + 44px);
  }
  .infra-card{aspect-ratio:4/5}
}
@media(max-width:480px){
  .infra-strip{grid-template-columns:1fr}
  .infra-card{aspect-ratio:4/3}
}





@media (max-width: 768px) {
    .stat-number {
      font-size: 28px;
    }
    .stats-row {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }
   
  }
  .stat-label {
    font-size: 11px;
    letter-spacing: 0.08em;
    color: var(--text-dim);
    margin-top: 6px;
    font-weight: 400;
  }

  /* Teal accent line bottom */
  .reviews-section .bottom-line {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0,212,200,0.25) 50%, transparent 100%);
    pointer-events: none;
    z-index: 3;
  }

  /* ══════════════════════════════════
     RESPONSIVE
  ══════════════════════════════════ */
  @media (max-width: 900px) {
    .heading-main { white-space: normal; line-height: 0.92; }
    .cards-area { justify-content: center; }
    .review-card.visible { width:  290px; }
    .stats-row { justify-content: center; }
  }

  @media (max-width: 600px) {
    .review-card { width: 100%; }
    .heading-main { font-size: clamp(64px, 20vw, 110px); }
    .blob-1, .blob-2, .blob-3 { display: none; }
  }

  /* ══════════════════════════════════
     PARALLAX + MOUSE TILT
  ══════════════════════════════════ */
  .review-card {
    transform-style: preserve-3d;
  }
  /* ── RESPONSIVE ── */
  @media (max-width: 640px) {
    .logos-block { padding: 56px 0; }
    .lb-header, .lb-strip-label { padding-left: 20px; padding-right: 20px; }
    .lb-spacer { margin: 40px 20px; }
    .lb-logo { width: 144px; height: 72px; margin: 0 8px; }
    .lb-logo img { max-width: 88px; max-height: 36px; }
  }

  /* Responsive */
  @media (max-width: 820px) {
    .stats-section { padding: 72px 32px; }
    .stats-grid {
      grid-template-columns: repeat(2, 1fr);
      border-radius: 12px;
    }
    .stat-card:nth-child(2) { border-right: none; }
    .stat-card:nth-child(1),
    .stat-card:nth-child(2) { border-bottom: 1px solid var(--st-divider); }
  }

  @media (max-width: 480px) {
    .stats-section { padding: 56px 20px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
  }
  


  /* Responsive */
  @media (max-width: 900px) {
    .site-footer { padding: 40px 32px 28px; }
    .site-footer .f-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem 2rem;
    }
    .site-footer .f-brand { grid-column: 1 / -1; }
  }

  @media (max-width: 540px) {
    .site-footer { padding: 32px 20px 24px; }
    .site-footer .f-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  }
/* Mobile Responsiveness */
@media (max-width: 768px) {
  .stat-item h2 {
    font-size: 2.5rem;
  }
  
}




@media (max-width: 768px) {

  #heroRail {
    min-height: 220vh;
  }

  #hrRailsWrap {
    gap: 10px;
  }

  #hrContentInner {
    margin-top: -10vh;
  }

  #hrGhostH {
    font-size: clamp(3rem, 14vw, 5rem);
    top: 48%;
  }

  #hrBtn {
    padding: 13px 26px;
    font-size: 0.72rem;
  }

  .blob1,
  .blob2,
  .blob3 {
    filter: blur(70px);
  }
}



@media (max-width: 768px) {
  .centerhead {
    display: none;
    
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .centerhead {
    display: none;
  }
  
}
@media (min-width: 769px) and (max-width: 1300px) {
 
  .call-btn {
    display: none;
  }
}
 






