:root{
    --ink:#0c1e2a;
    --navy-deep:#081018;
    --teal:#1c9c8e;
    --teal-deep:#0e7d72;
    --teal-soft:#e3f1ee;
    --mint-bg:#eef4f2;
    --purple:#7c4fd6;
    --purple-2:#5a3fc0;
    --grey:#5c6b6d;
    --line:#d8e4e1;
    --white:#ffffff;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Inter', sans-serif;
    color:var(--ink);
    background:var(--mint-bg);
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  a{text-decoration:none; color:inherit;}
  ul{list-style:none;}
  img{max-width:100%; display:block;}
  .serif{font-family:'Playfair Display', serif;}
  .container{
    max-width:1240px;
    margin:0 auto;
    padding:0 40px;
  }
  .eyebrow{
    font-size:12px;
    letter-spacing:3px;
    text-transform:uppercase;
    font-weight:600;
    color:var(--teal-deep);
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
  }
  .eyebrow.on-dark{color:#4fd3c4;}
  .eyebrow::before{
    content:"";
    width:22px;
    height:1px;
    background:currentColor;
    display:inline-block;
  }


  .top-bar{
  background:var(--navy-deep);
  color:#c9d6d6;
  font-size:13px;
}
.top-bar-inner{
  max-width:1240px;
  margin:0 auto;
  padding:9px 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.top-bar-contact{
  display:flex;
  align-items:center;
  gap:26px;
}
.top-bar-contact a{
  display:flex;
  align-items:center;
  gap:8px;
  color:#c9d6d6;
  transition:color .2s;
}
.top-bar-contact a:hover{color:#4fd3c4;}
.top-bar-socials{
  display:flex;
  align-items:center;
  gap:16px;
}
.top-bar-socials a{
  color:#8fa3a4;
  display:flex;
  transition:color .2s;
}
.top-bar-socials a:hover{color:#4fd3c4;}

.top-bar-inner{padding:8px 22px;}
.top-bar-contact a span{}
.top-bar-contact{gap:16px;}
.top-bar-socials{gap:12px;}
  /* ---------- HEADER ---------- */
  header{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(238,244,242,0.85);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 40px;
    max-width:1240px;
    margin:0 auto;
  }
  .logo{
    font-family:'Playfair Display', serif;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
  }
  .logo .metior{color:var(--purple);}
  .logo .incite{color:var(--ink); font-weight:700;}
  .logo .dot{color:var(--teal); font-size:26px;}
  nav.links{
    display:flex;
    gap:38px;
    font-size:14.5px;
    font-weight:500;
    color:var(--ink);
  }
  nav.links a{opacity:0.82; transition:opacity .2s;}
  nav.links a:hover{opacity:1;}
  .cta-btn{
    background:var(--navy-deep);
    color:#fff;
    padding:13px 8px 13px 24px;
    border-radius:50px;
    display:flex;
    align-items:center;
    gap:14px;
    font-size:14px;
    font-weight:500;
    white-space:nowrap;
    transition:background .2s;
  }
  .cta-btn:hover{background:#152b3d;}
  .cta-btn .arrow{
    background:var(--teal);
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
  }
  .menu-toggle{
    display:none;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:38px;
    height:38px;
    background:none;
    border:none;
    cursor:pointer;
    flex-shrink:0;
  }
  .menu-icon-bar{
    width:22px;
    height:2px;
    background:var(--ink);
    border-radius:2px;
    transition:transform .25s ease, opacity .2s ease;
  }
  .menu-toggle.active .menu-icon-bar:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .menu-toggle.active .menu-icon-bar:nth-child(2){opacity:0;}
  .menu-toggle.active .menu-icon-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  .mobile-nav{
    display:none;
    flex-direction:column;
    background:var(--mint-bg);
    border-top:1px solid var(--line);
    padding:10px 22px 26px;
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
  }
.mobile-nav.open{
  display:flex;
  max-height:calc(100vh - 130px);   /* top-bar + header height minus kar diya */
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
  .mobile-nav a{
    padding:14px 4px;
    font-size:15.5px;
    font-weight:500;
    border-bottom:1px solid var(--line);
  }
  .mobile-nav a:last-child{border-bottom:none;}
  .mobile-cta{
    margin-top:16px;
    justify-content:center;
    padding:14px 20px;
  }


  /* ---------- HERO (new split layout) ---------- */
  .hero-new{
    padding:70px 40px 100px;
  }
  .hero-new-inner{
    max-width:1240px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.15fr 1fr;
    gap:70px;
    align-items:center;
  }
  .hero-new-left{
    display:flex;
    gap:26px;
  }
  .side-vertical{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    font-family:'Courier New', monospace;
    font-size:11px;
    letter-spacing:3px;
    color:#8a9a9b;
    white-space:nowrap;
    flex-shrink:0;
    padding-top:4px;
  }
  .eyebrow-mono{
    font-family:'Courier New', monospace;
    font-size:12.5px;
    letter-spacing:3px;
    color:#7a8b8c;
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:26px;
    text-transform:uppercase;
  }
  .eyebrow-mono::before{
    content:"";
    width:26px;
    height:1px;
    background:#7a8b8c;
    display:inline-block;
  }
  .hero-new-heading{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:58px;
    line-height:1.12;
    color:var(--ink);
    margin-bottom:28px;
  }
  .hero-new-heading em{
    font-style:italic;
    color:var(--teal-deep);
    font-weight:600;
  }
  .hero-new-copy{
    color:#4a595b;
    font-size:16.5px;
    max-width:480px;
    margin-bottom:38px;
  }
  .hero-new-btns{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
  }
  .btn-solid{
    background:var(--teal-deep);
    color:#fff;
    padding:16px 26px;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:background .2s;
  }
  .btn-solid:hover{background:#0a655c;}
  .btn-outline{
    border:1.5px solid #c3d3d0;
    color:var(--ink);
    padding:16px 26px;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:border-color .2s, background .2s;
  }
  .btn-outline:hover{border-color:var(--teal-deep); background:#fff;}

  .hero-visual{
    position:relative;
    background:#fff;
    border-radius:26px;
    min-height:560px;
    background-image:
      linear-gradient(#eef2f1 1px, transparent 1px),
      linear-gradient(90deg, #eef2f1 1px, transparent 1px);
    background-size:32px 32px;
    box-shadow:0 40px 80px -35px rgba(12,30,42,0.18);
    overflow:hidden;
  }
  .float-card{
    position:absolute;
    background:#fff;
    border-radius:14px;
    padding:16px 20px;
    box-shadow:0 18px 34px -18px rgba(12,30,42,0.28);
  }
  .float-card .fc-label{
    font-size:10px;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:#93a3a4;
    font-weight:700;
    margin-bottom:5px;
  }
  .float-card .fc-value{
    font-family:'Inter',sans-serif;
    font-size:25px;
    font-weight:700;
    color:var(--ink);
    line-height:1;
  }
  .float-card .fc-sub{
    font-size:12px;
    color:#93a3a4;
    margin-top:4px;
  }
  .float-card.experience{ top:26px; left:26px; }
  .float-card.trust{ top:26px; right:26px; text-align:right; }
  .float-card.pan{
    bottom:26px; left:26px;
    display:flex; align-items:center; gap:10px;
  }
  .float-card.pan .pin{
    width:34px; height:34px;
    border-radius:50%;
    background:var(--teal-soft);
    color:var(--teal-deep);
    display:flex; align-items:center; justify-content:center;
    flex-shrink:0;
  }
  .float-card.nps{
    bottom:26px; right:26px;
    display:flex; align-items:center; gap:14px;
  }
  .gauge-container{
    position:absolute;
    top:50%; left:50%;
    transform:translate(-50%,-50%);
    width:300px; height:300px;
  }
  .gauge-container svg{position:absolute; inset:0; width:100%; height:100%;}
  .gauge-center{
    position:absolute;
    top:50%; left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
  }
  .gauge-center .gc-label{
    font-size:11px;
    letter-spacing:2.5px;
    color:#93a3a4;
    font-weight:700;
    margin-bottom:10px;
  }
  .mini-bars{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:5px;
    height:34px;
    margin-bottom:10px;
  }
  .mini-bars span{
    width:6px;
    border-radius:3px;
    background:var(--ink);
  }
  .mini-bars span.active{background:var(--teal);}
  .gauge-center .gc-value{
    font-family:'Inter',sans-serif;
    font-size:34px;
    font-weight:700;
    color:var(--teal-deep);
  }
  
  .hero h1{
    font-family:'Playfair Display', serif;
    font-weight:600;
    font-size:56px;
    line-height:1.18;
    max-width:920px;
    margin:0 auto 56px;
    color:var(--ink);
  }
  .hero h1 em{
    font-style:italic;
    color:var(--purple);
    font-weight:600;
  }
  .hero-cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
    text-align:left;
    padding-left: 75px;
    padding-right: 75px;
  }
  .hero-card{
    background:#fff;
    border-radius:20px;
    padding:38px;
    box-shadow:0 20px 45px -25px rgba(12,30,42,0.25);
  }
  .hero-card .icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background:var(--teal-soft);
    color:var(--teal-deep);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
  }
  .hero-card h3{
    font-family:'Playfair Display', serif;
    font-size:22px;
    font-weight:600;
    margin-bottom:12px;
  }
  .hero-card p{color:var(--grey); font-size:15px;}

  /* ---------- ABOUT ---------- */
  .about{
    background:var(--teal-soft);
    padding:110px 40px;
  }
  .about-top{
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:60px;
    margin-bottom:80px;
  }
  .about h2{
    font-family:'Playfair Display', serif;
    font-weight:500;
    font-size:44px;
    line-height:1.25;
    color:var(--ink);
  }
  .about h2 em{
    font-style:italic;
    color:var(--teal-deep);
  }
  .about-copy{
    align-self:center;
    color:#3d4d4f;
    font-size:16px;
    max-width:460px;
  }
  .stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
  }
  .stat{border-top:1px solid #bcd4cf; padding-top:26px;}
  .stat .num{
    font-family:'Playfair Display', serif;
    font-size:46px;
    font-weight:600;
    color:var(--ink);
  }
  .stat .label{color:#5c6b6d; font-size:14.5px; margin-top:6px;}

  /* ---------- SERVICES ---------- */
  .services{
    /*background:var(--teal-soft);*/
    padding:40px 40px 110px;
  }
  .services h2{
    /*font-family:'Playfair Display', serif;*/
    font-weight:500;
    font-size:44px;
    line-height:1.2;
    margin-bottom:50px;
  }
  .services h2 em{font-style:italic; color:var(--teal-deep);}
  .service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
  }
  .service-card{
    background:#fff;
    border-radius:18px;
    padding:36px 32px 32px;
  }
  .service-card .idx{
    color:#96a6a4;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
  }
  .service-card .icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:var(--teal-soft);
    color:var(--teal-deep);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
  }
  .service-card:nth-child(2) .icon{background:#a9cdc6; color:#0c3b34;}
  .service-card h3{
    /* font-family:'Playfair Display', serif; */
    font-size:24px;
    font-weight:600;
    margin-bottom:14px;
  }
  .service-card p{color:var(--grey); font-size:15px; margin-bottom:20px;}
  .learn-more{
    color:var(--teal-deep);
    font-size:14.5px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:6px;
  }

  /* ---------- SECTORS ---------- */
  .sectors{
    background:var(--teal-soft);
    padding:0 40px 120px;
  }
  .sectors h2{
    font-family:'Playfair Display', serif;
    font-weight:500;
    font-size:44px;
    margin-bottom:50px;
  }
  .sectors h2 em{font-style:italic; color:var(--teal-deep);}
  .sector-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
  }
  .sector-item{
    background:#fff;
    border-radius:14px;
    padding:20px 22px;
    display:flex;
    align-items:center;
    gap:16px;
    font-size:15px;
    font-weight:500;
  }
  .sector-item .icon{
    width:40px;
    height:40px;
    border-radius:50%;
    background:var(--teal-soft);
    color:var(--teal-deep);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }

  /* ---------- APPROACH (dark) ---------- */
  .approach{
    background:var(--navy-deep);
    color:#eef4f2;
    padding:110px 40px;
    background-image:radial-gradient(circle at 85% 30%, rgba(28,156,142,0.18), transparent 60%);
  }
  .approach-top{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:50px;
    align-items:end;
    margin-bottom:70px;
  }
  .approach h2{
    font-size:44px;
    font-weight:700;
    line-height:1.2;
  }
  .approach h2 em{
    font-family:'Playfair Display', serif;
    font-style:italic;
    color:#4fd3c4;
    font-weight:600;
  }
  .approach-copy{
    color:#9fb1b3;
    font-size:15px;
    max-width:380px;
  }
  .steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
  }
  .step .dot-ring{
    width:44px; height:44px;
    border:1px solid #2a4a4a;
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    margin-bottom:26px;
  }
  .step .dot-ring::after{
    content:"";
    width:9px; height:9px;
    background:#4fd3c4;
    border-radius:50%;
  }
  .step .step-label{
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#4fd3c4;
    margin-bottom:12px;
    font-weight:600;
  }
  .step h3{
    font-size:21px;
    font-weight:700;
    margin-bottom:14px;
    display:flex;
    align-items:center;
    gap:10px;
  }
  .step p{
    color:#9fb1b3;
    font-size:14.5px;
    margin-bottom:20px;
  }
  .step .arrow-link{
    color:#4fd3c4;
    font-size:18px;
  }

  /* ---------- NETWORK (dark) ---------- */
  .network{
    background:var(--navy-deep);
    color:#eef4f2;
    padding:0 40px 130px;
  }
  .network-inner{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
  }
  .network h2{
    font-size:44px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:24px;
  }
  .network h2 em{
    font-family:'Playfair Display', serif;
    font-style:italic;
    color:#4fd3c4;
    font-weight:600;
  }
  .network-copy{
    color:#9fb1b3;
    font-size:15px;
    max-width:420px;
    margin-bottom:40px;
  }
  .network-stats{
    display:flex;
    gap:16px;
  }
  .n-stat{
    background:#0f1d28;
    border:1px solid #1c2f36;
    border-radius:14px;
    padding:22px 20px;
    flex:1;
  }
  .n-stat .num{
    color:#4fd3c4;
    font-size:26px;
    font-weight:700;
    margin-bottom:6px;
  }
  .n-stat .label{font-size:13.5px; font-weight:600;}
  .n-stat .sub{font-size:12px; color:#8ea0a2; margin-top:2px;}
  .map-wrap{position:relative; display:flex; justify-content:center;}
  .map-svg{width:100%; max-width:420px;}
  .city-dot{fill:#4fd3c4;}
  .city-dot.pulse{filter:drop-shadow(0 0 6px #4fd3c4);}
  .city-label{fill:#c8d6d6; font-size:11px; font-family:'Inter',sans-serif;}

  /* ---------- CONTACT ---------- */
  .contact-sec{
    padding:110px 40px;
  }
  .contact-inner{
    max-width:1240px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1.15fr;
    gap:70px;
  }
  .contact-heading{
    /* font-family:'Playfair Display', serif; */
    font-weight:600;
    font-size:48px;
    line-height:1.2;
    color:var(--ink);
    margin-bottom:56px;
  }
  .contact-info-item{
    border-bottom:1px solid #c9dad6;
    padding-bottom:22px;
    margin-bottom:26px;
  }
  .contact-info-item .ci-label{
    font-family:'Courier New', monospace;
    font-size:12px;
    letter-spacing:2px;
    color:#7a8b8c;
    text-transform:uppercase;
    margin-bottom:10px;
  }
  .contact-info-item .ci-value{
    /* font-family:'Playfair Display', serif; */
    font-size:23px;
    color:var(--ink);
  }
  .form-card{
    background:#fff;
    border-radius:24px;
    padding:48px;
    box-shadow:0 30px 60px -35px rgba(12,30,42,0.18);
  }
  .form-card h3{
    /* font-family:'Playfair Display', serif; */
    font-weight:600;
    font-size:28px;
    line-height:1.3;
    color:var(--ink);
    margin-bottom:36px;
  }
  .form-grid2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 30px;
  }
  .form-field2{
    border-bottom:1px dashed #c9d4d3;
    padding-bottom:12px;
    margin-bottom:30px;
    position:relative;
  }
  .form-field2 label{
    display:block;
    font-size:14.5px;
    color:#8a9a9b;
    margin-bottom:10px;
  }
  .form-field2 label .req{color:var(--teal-deep);}
  .form-field2 input,
  .form-field2 textarea,
  .form-field2 select{
    width:100%;
    border:none;
    background:transparent;
    font-family:'Inter', sans-serif;
    font-size:15px;
    color:var(--ink);
    outline:none;
    resize:vertical;
    appearance:none;
    -webkit-appearance:none;
    cursor:pointer;
  }
  .form-field2 input, .form-field2 textarea{cursor:text;}
  .form-field2 textarea{min-height:60px; resize:vertical;}
  .form-field2.full{grid-column:1 / -1;}
  .select-inner{position:relative;}
  .select-inner select{padding-right:26px;}
  .select-inner::after{
    content:"⌄";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
    line-height:1;
    color:var(--ink);
    pointer-events:none;
  }
  .pill-btn{
    background:var(--teal-deep);
    color:#fff;
    border:none;
    width:100%;
    padding:8px;
    border-radius:50px;
    font-size:15.5px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:14px;
    cursor:pointer;
    transition:background .2s;
    font-family:'Inter', sans-serif;
  }
  .pill-btn:hover{background:#0a655c;}
  .pill-btn .pill-label{
    /* background:rgba(255,255,255,0.14); */
    padding:14px 26px;
    border-radius:50px;
    flex:1;
    text-align:center;
  }
  .pill-btn .pill-icon{
    background:var(--navy-deep);
    color:#fff;
    width:44px;
    height:44px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:16px;
  }
/* network */

.network-section {
    width: 100%;
    padding: 50px 20px;
    background-color: #eef2f2;
    box-sizing: border-box;
}

.network-container {
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.network-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Mobile */
@media (max-width: 768px) {
    .network-section {
        padding: 30px 15px;
    }

    .network-container {
        width: 100%;
    }
}
 
  footer{
    background:var(--teal-soft);
    padding:80px 40px 30px;
  }
  .footer-inner{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr;
    gap:40px;
    padding-bottom:50px;
  }
  .footer-tagline{
    color:var(--grey);
    font-size:15px;
    max-width:360px;
    margin:18px 0 26px;
  }
  .socials{display:flex; gap:12px;}
  .socials a{
    width:38px; height:38px;
    border-radius:50%;
    background:#fff;
    display:flex; align-items:center; justify-content:center;
    color:var(--ink);
    font-size:15px;
    transition:background .2s;
  }
  .socials a:hover{background:var(--teal); color:#fff;}
  .footer-col h4{
    font-size:12.5px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#5c6b6d;
    margin-bottom:22px;
    font-weight:700;
  }
  .footer-col ul li{margin-bottom:14px; font-size:15px;}
  .footer-col ul li a:hover{color:var(--teal-deep);}
  .footer-col .contact-line{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
    font-size:15px;
    color:var(--ink);
  }
  .footer-col .contact-line svg{color:var(--teal-deep); flex-shrink:0;}
  .footer-bottom{
    border-top:1px solid #c7dbd6;
    padding-top:26px;
    display:flex;
    justify-content:space-between;
    font-size:13.5px;
    color:#67797a;
    flex-wrap:wrap;
    gap:10px;
  }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width:900px){
    .hero-new-inner{grid-template-columns:1fr; gap:44px;}
    .hero-new-left{flex-direction:column; gap:16px;}
    .side-vertical{writing-mode:horizontal-tb; transform:none; padding-top:0;}
    .hero-new-heading{font-size:36px;}
    .hero-visual{min-height:460px;}
    .gauge-container{width:220px; height:220px;}
    .float-card{padding:12px 14px;}
    .float-card .fc-value{font-size:19px;}
    nav.links{display:none;}
    header .nav-wrap > .cta-btn{display:none;}
    .menu-toggle{display:flex;}
    .nav-wrap{padding:16px 22px;}
    .contact-inner{grid-template-columns:1fr; gap:44px;}
    .contact-heading{font-size:34px;}
    .form-card{padding:30px 24px;}
    .form-grid2{grid-template-columns:1fr;}
    .hero h1{font-size:36px;}
    .hero-cards{grid-template-columns:1fr;}
    .about-top{grid-template-columns:1fr;}
    .stats{grid-template-columns:1fr;}
    .service-grid{grid-template-columns:1fr;}
.sector-grid{grid-template-columns:repeat(2,1fr); gap:14px;}
.sector-item{padding:16px 14px; gap:12px; font-size:14px;}
.sector-item .icon{width:34px; height:34px;}    .approach-top{grid-template-columns:1fr;}
    .steps{grid-template-columns:1fr; gap:36px;}
    .network-inner{grid-template-columns:1fr;}
    .footer-inner{grid-template-columns:1fr; gap:32px;}
    .container, .hero, .about, .services, .sectors, .approach, .network, footer{padding-left:22px; padding-right:22px;}
  }
@media (max-width:560px){
  .sectors{padding:0 18px 70px;}
  .sectors h2{font-size:30px; margin-bottom:32px;}
  .sector-grid{grid-template-columns:1fr; gap:12px;}
  .sector-item{padding:16px 18px; font-size:15px;}
  .sector-item .icon{width:38px; height:38px;}
}
  .float-btn{
  position:fixed;
  bottom:28px;
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:0 12px 30px -8px rgba(12,30,42,0.45);
  z-index:200;
  transition:transform .2s ease, box-shadow .2s ease;
}
.float-btn:hover{
  transform:scale(1.08);
  box-shadow:0 16px 36px -8px rgba(12,30,42,0.55);
}
.float-whatsapp{
  right:28px;
  background:#25D366;
}
.float-phone{
  left:28px;
  background:#0e7d72;
}
.float-whatsapp::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:#25D366;
  opacity:0.55;
  animation:floatPulse 2s ease-out infinite;
  z-index:-1;
}
@keyframes floatPulse{
  0%{transform:scale(1); opacity:0.55;}
  100%{transform:scale(1.7); opacity:0;}
}

@media (max-width:900px){
  .float-btn{width:50px; height:50px; bottom:18px;}
  .float-whatsapp{right:18px;}
  .float-phone{left:18px;}
}

/* brands */

body{
    font-family:Inter,sans-serif;
}

.trusted-brands{
    background:#f5f7fa;
    padding:70px 0;
    overflow:hidden;
}

.container{
    width:min(95%,1320px);
    margin:auto;
}

/* ---------- Title ---------- */

.trusted-title{
    width:fit-content;
    margin:0 auto 50px;
    padding:12px 30px;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:50px;
    font-size:18px;
    font-weight:600;
    color:#222;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.trusted-title span{
    color:#12b886;
    font-weight:700;
}

/* ---------- Slider ---------- */

.brands-wrapper{
    position:relative;
    overflow:hidden;
}

/* Left & Right Fade */

.brands-wrapper::before,
.brands-wrapper::after{
    content:"";
    position:absolute;
    top:0;
    width:120px;
    height:100%;
    z-index:5;
    pointer-events:none;
}

.brands-wrapper::before{
    left:0;
    background:linear-gradient(to right,#f5f7fa,transparent);
}

.brands-wrapper::after{
    right:0;
    background:linear-gradient(to left,#f5f7fa,transparent);
}

.brands-track{
    display:flex;
    gap:25px;
    width:max-content;
    animation:scroll 25s linear infinite;
}

.brands-track:hover{
    animation-play-state:paused;
}

.brand-card{
    width:213px;
    height:93px;
    background:#fff;
    border-radius:14px;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    flex-shrink:0;
    transition:.3s;
}

.brand-card:hover{
    transform:translateY(-5px);
}

.brand-card img{
    max-width:70%;
    max-height:70%;
    object-fit:contain;
}

/* ---------- Animation ---------- */

@keyframes scroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

/* ---------- Laptop ---------- */

@media(max-width:1200px){

    .brand-card{
        width:220px;
        height:120px;
    }

}

/* ---------- Tablet ---------- */

@media(max-width:992px){

    .trusted-brands{
        padding:60px 0;
    }

    .trusted-title{
        font-size:16px;
        padding:10px 22px;
        margin-bottom:40px;
    }

    .brand-card{
        width:190px;
        height:110px;
    }

}


/* Mobile */

@media (max-width:768px){

    .brands-wrapper{
        overflow-x:auto;
        overflow-y:hidden;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    .brands-wrapper::-webkit-scrollbar{
        display:none;
    }

   .brands-track{
    display:flex !important;
        
        gap:16px;
        width:max-content;
        animation:scroll 18s linear infinite;
    }

    .brand-card{
        width:150px;
        height:90px;
        flex-shrink:0;
    }


    .brand-card img{
        max-width:70%;
        max-height:60%;
        object-fit:contain;
    }

}
/* ---------- Small Mobile ---------- */

@media(max-width:480px){

    .trusted-title{
        font-size:14px;
        padding:8px 15px;
    }

    .brand-card{
        width:140px;
        height:80px;
        border-radius:10px;
    }

    .brand-card img{
        max-width:65%;
        max-height:65%;
    }

}
body{
    font-family:Inter,sans-serif;
    background:#f4f7f8;
}

.container{
    width:min(1200px,92%);
    margin:auto;
    padding-top: 40px;
}

.solutions{
    padding:80px 0;
}

.section-tag{
    display:table;
    margin:auto;
    padding:8px 18px;
    background:#fff;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    color:#159d92;
    letter-spacing:1px;
}

.section-title{
    text-align:center;
    font-size:36px;
    line-height:1.1;
    color:#12232d;
    margin:28px 0 60px;
    font-weight:600;
}

/* Cards */

.solution-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.solution-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.35s;
}

.solution-card:hover{
    transform:translateY(-10px);
}

.card-image{
    padding:14px;
}

.card-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:14px;
    display:block;
}

.card-content{
    padding:10px 24px 24px;
}

.number{
    color:#7b8b92;
    font-size:26px;
    font-weight:700;
}

.bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.bottom h3{
    font-size:20px;
    font-weight:700;
    color:#1d2d35;
    width:80%;
    line-height:1.25;
}

.arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#0d232d;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:24px;
    transition:.3s;
}

.arrow:hover{
    background:#14a89b;
    transform:rotate(45deg);
}

/* Laptop */

@media(max-width:1200px){

    .section-title{
        font-size:24px;
    }

    .bottom h3{
        font-size:16px;
    }

}

/* Tablet */

@media(max-width:992px){

    .solution-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title{
        font-size:28px;
    }

}

/* Mobile */

@media(max-width:768px){

    .solutions{
        padding:60px 0;
    }

    .section-title{
        font-size:28px;
        margin-bottom:40px;
    }

    .solution-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .card-image img{
        height:220px;
    }

    .bottom h3{
        font-size:16px;
    }

    .arrow{
        width:48px;
        height:48px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .section-title{
        font-size:20px;
    }

    .section-tag{
        font-size:12px;
        padding:8px 16px;
    }

    .card-content{
        padding:15px;
    }

    .number{
        font-size:20px;
    }

    .bottom h3{
        font-size:15px;
    }

}


/* work */

.work-section{
    padding:90px;
}

.container{
    max-width:1400px;
    margin:auto;
    padding-top: 40px;
}

.tag{
    display:inline-block;
    padding:8px 18px;
    background:#fff;
    color:#2c9aa0;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:25px;
}

.work-section h2{
    text-align:center;
    font-size:58px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:70px;
    color:#111;
}

.work-section h2 span{
    color:#2f9d9d;
}

.work-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.work-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    /* height:460px; */
    cursor:pointer;
}

.work-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.work-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:1;
    transition:.4s;
}

.overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    z-index:2;
    text-align:center;
    padding:30px;
}
.overlay .category,
.overlay h3,
.overlay .arrow{
    opacity:0;
    transform:translateY(25px);
    transition:.4s ease;
}

/* Image Zoom */
.work-card:hover img{
    transform:scale(1.08);
}

.arrow{
    width:65px;
    height:65px;
    border:2px solid #fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    text-decoration:none;
}

.arrow:hover{
    background:#fff;
    color:#000;
}
.category{
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.3);
    padding:6px 14px;
    border-radius:30px;
    margin-bottom:18px;
    font-size:14px;
}

.overlay h3{
    font-size:40px;
    line-height:1.15;
    margin-bottom:25px;
    font-weight:700;
}

.overlay a{
    width:70px;
    height:70px;
    border:2px solid #fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.work-card:hover img{
    transform:scale(1.08);
}

.work-card:hover::before{
    background:rgba(0,0,0,.6);
}

.work-card:hover a{
    background:#fff;
    color:#111;
}

@media(max-width:991px){

.work-grid{
    grid-template-columns:1fr;
}

.work-section h2{
    font-size:42px;
}

.work-card{
    height:380px;
}

.overlay h3{
    font-size:30px;
}

}

.workSwiper{
    padding:20px 0;
}

.swiper-slide{
    height:auto;
}

.work-card{
    height:460px;
    border-radius:20px;
    overflow:hidden;
}


/* Map */

.map-section{
    width:100%;
    padding:0;
    overflow:hidden;
}

.map-section iframe{
    width:100%;
    height:450px;
    display:block;
    border:0;
}

@media(max-width:768px){

    .map-section iframe{
        height:300px;
    }

}