 :root{
 --navy:#2b1f6b;
    --yellow:#f2a90c;
    --coral:#f0604a;
    --blue:#2fa8e0;
    --violet:#8a3ec1;
    --amber:#c97a1a;
    --royal:#5b62f0;
    --cream:#faf3e9;
    --dark:#161227;
    --green:#2F872B;
    --text:#3a3450;
  }
  body{font-family:'Segoe UI', Arial, sans-serif; color:var(--text);}
  a{text-decoration:none;}
  .section-title{text-align:center; font-size:42px; color:var(--navy); margin-bottom:44px; font-weight:700;}

  /* HEADER */
  a.navbar-brand img {width: 220px;}
  .brand-word b{font-size:20px; color:var(--navy); display:block; letter-spacing:.3px; line-height:1.1;}
  .brand-word span{font-size:10px; color:var(--coral); letter-spacing:.5px;}
  .navbar-nav .nav-link{color:#4a4560; font-weight:500;}
  .navbar-nav .nav-link.active{color:var(--royal); font-weight:700;}
  .btn-whatsapp{background:var(--green); color:#fff; font-weight:600; font-size:16px;}
  .btn-whatsapp:hover{color:#fff; opacity:.9;background:var(--green);}
  .btn-whatsapp svg path {fill:#fff;}

  /* HERO */
    .hero-carousel .carousel-item{
    min-height:560px;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  /* dark gradient overlay so white text stays readable over any photo */
  .hero-carousel .carousel-item::before{
    content:"";
    position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(8,10,25,.55) 0%, rgba(8,10,25,.35) 45%, rgba(15,10,30,.65) 100%);
    z-index:1;
  }
  .hero-carousel .slide-content{
    position:relative;
    z-index:2;
    min-height:560px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
  }
  .hero-carousel .slide-content h1{
    font-weight:300;
    font-size:44px;
    line-height:1.35;
    letter-spacing:.5px;
    text-shadow:0 2px 12px rgba(0,0,0,.4);
    max-width: 500px;
  }
  .hero-carousel .slide-content h1 b{ font-weight:600; }
  .hero-carousel .hero-btn{
    margin-top:30px;
    border:1px solid rgba(255,255,255,.7);
    color:#fff;
    padding:10px 28px;
    border-radius:22px;
    font-size:13px;
    letter-spacing:1px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(2px);
  }
  .hero-carousel .hero-btn:hover{ color:#fff; background:rgba(255,255,255,.2); }
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next{ width:60px; opacity:1; z-index:3; }
  .hero-carousel .carousel-control-prev-icon,
  .hero-carousel .carousel-control-next-icon{
    background-color:rgba(255,255,255,.15);
    border-radius:50%;
    padding:18px;
    background-size:14px;
  }
  .hero-carousel .carousel-indicators{ z-index:3; }
  .hero-carousel .carousel-indicators [data-bs-target]{
    background-color:rgba(255,255,255,.4);
    width:8px; height:8px; border-radius:50%;
  }
  .hero-carousel .carousel-indicators .active{ background-color:#fff; }
 
  @media(max-width:767px){
    .hero-carousel .carousel-item, .hero-carousel .slide-content{ min-height:420px; }
    .hero-carousel .slide-content h1{ font-size:28px; }
  }

  /* BENEFITS */
  .benefit-card{aspect-ratio:1/0.85; border-radius:6px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; color:#fff; padding:16px; gap:10px; box-shadow:0 8px 18px rgba(0,0,0,.08);}
  .benefit-card svg{width:30px; height:30px;}
  .benefit-card .t{font-weight:700; font-size:14px;}
  .benefit-card .s{font-size:12px; opacity:.9;}
  .c-yellow{background:var(--yellow);}
  .c-coral{background:var(--coral);}
  .c-blue{background:var(--blue);}
  .c-violet{background:var(--violet);}
  .c-amber{background:var(--amber);}

  /* ABOUT */
  .about-img{position:relative; overflow:hidden; background:linear-gradient(135deg,#dfe9f0,#c6d8e8);}
  .about-eyebrow{color:var(--navy); font-size:30px; margin-bottom:6px; font-weight:700;}
  .about-sub{color:var(--coral); font-weight:600; margin-bottom:14px; font-size:15px;}
  .about p{color:#6b6580; font-size:14px; margin-bottom:26px; max-width:440px;}
  .btn-dark-custom{background:var(--navy); color:#fff; padding:13px 26px; border-radius:24px; font-size:13px; letter-spacing:.5px; font-weight:600; display:inline-block;}
  .btn-dark-custom:hover{color:#fff; opacity:.9;}

  /* SMARTEST WIFI */
  .wifi-section h2{font-size:32px; color:#231d3b; margin-bottom:18px; font-weight:700;}
  .wifi-section p{color:#6b6580; font-size:14px; max-width:420px; margin-bottom:24px;}
  .wifi-feature{display:flex; align-items:center; gap:12px; margin-bottom:14px; font-size:14px; color:#2f2a45; font-weight:600;}
  .wifi-feature .dot{width:26px; height:26px; border-radius:50%; background:conic-gradient(var(--royal) 70%, #d9d9f2 0); flex:none;}
  .wifi-visual{position:relative; height:340px;}
  .wifi-visual .block{position:absolute; right:0; top:0; width:75%; height:100%; background:linear-gradient(160deg,#aab0f5,#7b83ee); border-radius:8px;}
  .wifi-visual .phone{position:absolute; left: 45px;top: 10px;width: 33%; overflow:hidden;}
  .phone-top{background:#14101f; height:10px;}
  .phone-body{padding:20px 14px; text-align:center;}
  .gauge{width:100px; height:100px; border-radius:50%; margin:0 auto 10px; background:conic-gradient(var(--blue) 82%, #e5e5f0 0); display:flex; align-items:center; justify-content:center;}
  .gauge span{width:74px; height:74px; border-radius:50%; background:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; color:var(--navy); font-size:20px;}
  .phone-bar{height:8px; background:#ececf7; border-radius:4px; margin-top:16px;}
  .wifi-visual .laptop{position:absolute; left:3%; bottom:25px; width:28%; background:linear-gradient(160deg,#3b3550,#221c37); border-radius:8px; box-shadow:0 16px 30px rgba(0,0,0,.25);}
.wifi-visual .laptop img {border-radius: 8px;}
  /* CLIENTELE */
  .logo-card{background:#fff; border-radius:6px; padding: 10px; display:flex; align-items:center; justify-content:center; font-weight:700; color:#2c2a3a; font-size:14px; text-align:center; line-height:1.15;}

  /* WHY CHOOSE US */
  .why-card{background:#fdf8f0; border-radius:8px; padding:36px 20px; text-align:center; color:#2c2a3a; height:100%;}
  .why-card svg{width:34px; height:34px; margin-bottom:14px; color:var(--amber);}
  .why-card .t{font-weight:700; font-size:15px; line-height:1.35;}

  /* HOW IT WORKS */
  .how-card{padding:20px 26px; text-align:center; border-left:1px solid #e7e2f5; height:100%;}
  .how-card svg{width:36px; height:36px; margin-bottom:16px; color:var(--navy);}
  .how-card p{font-size:13.5px; color:#4a4560; font-weight:600; line-height:1.5;}

  /* RESOURCES */
  .kicker{color:var(--royal); font-weight:600;  margin-bottom:24px; text-align:center;}
  .res-card h3{margin:16px 0 8px; font-size:17px; color:#231d3b; font-weight:700;}
  .res-card p{font-size:13px; color:#6b6580;}

  /* CTA BANNER */
  .cta-banner{background:var(--royal); color:#fff; text-align:center; padding:46px 0;}
  .cta-banner h3{font-size:20px; margin-bottom:12px; font-weight:700;}
  .cta-banner p{max-width:760px; margin:0 auto; font-size:14px; opacity:.9; line-height:1.7;}

  /* FOOTER */
  footer{background: url('img/footer-bg.webp'); color:#cfc9e0; padding:60px 0 0;background-position: bottom;background-size: cover;}
  footer h4{color:var(--navy); font-size:15px; margin-bottom:16px; font-weight:700;}
  .flogo .mark{width:32px; height:32px; border-radius:50%; background:#3a3160; display:flex; align-items:center; justify-content:center;}
  .flogo img {max-width: 220px;}
  footer p, footer li, footer a{font-size:13px; line-height:1.9; color:#1d1d1d;margin-bottom: 0px;}
  footer ul{list-style:none; padding-left:0;}
  .social a{width:30px; height:30px; border-radius:50%; background:#3a3160; display:flex; align-items:center; justify-content:center; color:#fff;}
  .copyright{font-size:12px; color:#8a84a0;}
  .bg-cream{background:var(--cream);}

  @media(max-width:767px){
    .hero .carousel-caption-custom{font-size:28px;}
    .how-card{border-left:none; border-top:1px solid #e7e2f5;}
    .how-card:first-child{border-top:none;}
  }
    /* ===== OUR JOURNEY (hero band) ===== */
  .journey-band{
    background:linear-gradient(135deg, var(--royal), var(--navy));
    color:#fff;
    padding:60px 0;
    text-align:center;
  }
  .journey-band h1{ color:var(--yellow); font-weight:700; margin-bottom:20px; }
  .journey-band p{ max-width:760px; margin:0 auto; font-size:15px; opacity:.92; line-height:1.8; }
 
  /* ===== 500+ LEASED LINES ===== */
  .leased-section{ padding:60px 0; }
  .leased-section h2{ color:var(--navy); font-weight:700; margin-bottom:18px; }
  .leased-section p{ color:#6b6580; font-size:14.5px; line-height:1.8; max-width:420px; }
  .leased-img{ background:linear-gradient(135deg,#3a6fb0,#7db8e8); }
 
  /* ===== TRUSTED BACKBONE (partners) ===== */
  .partners-section{ padding:60px 0; text-align:center; }
  .partners-section h2{ color:var(--navy); font-weight:700; margin-bottom:10px; }
  .partners-section p{ color:#6b6580; font-size:14.5px; max-width:760px; margin:0 auto 40px; line-height:1.8; }
  .partner-logo{ font-size:34px; font-weight:800; letter-spacing:1px; }
  .partner-logo.tata{ color:#0a2e6e; }
  .partner-logo.airtel{ color:#e40521; }
 
  /* ===== VISION & MISSION ===== */
  .vision-wrap{ position:relative; padding:80px 0; }
  .vision-img{
    height:320px; border-radius:6px;
    background:linear-gradient(135deg,#dfe6ea,#b9c8cf);
  }
  .vision-card{
    background:var(--navy); color:#fff; border-radius:6px;
    padding:44px 40px;
    position:relative; z-index:2;  position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .vision-card h2{ color:var(--yellow); font-weight:700; margin-bottom:22px; }
  .vision-card p{ font-size:14.5px; line-height:1.9; margin-bottom:16px; }
 
  /* ===== DIRECTOR MESSAGE ===== */
  .director-section{ background:var(--blue); color:#fff; }
  .director-section h2{ color:var(--yellow); font-weight:700; margin-bottom:16px; }
  .director-section p{ font-size:13.5px; line-height:1.85; opacity:.96; }
  .director-img{ min-height:420px; background:linear-gradient(135deg,#3a3550,#232030); }
 
  /* ===== FUTURE GOALS & CSR ===== */
  .goals-section h2{ color:var(--navy); font-weight:700; margin-bottom:20px; }
  .goals-section p{ color:#6b6580; font-size:14.5px; line-height:1.9; max-width:460px; }
  .goals-img{ min-height:320px; background:linear-gradient(135deg,#c9c4b8,#e5e1d5); }
 
  /* ===== HOW IT WORKS ===== */
  .how-band{ background:var(--dark); color:#fff; padding:60px 0; }
  .how-band h2{ text-align:center; font-weight:700; margin-bottom:50px; }
  .step-title{ font-weight:700; font-size:20px; padding-bottom:10px; border-bottom:3px solid; display:inline-block; margin-bottom:18px; }
  .step-1 .step-title{ color:var(--yellow); border-color:var(--yellow); }
  .step-2 .step-title{ color:var(--coral); border-color:var(--coral); }
  .step-3 .step-title{ color:var(--blue); border-color:var(--blue); }
  .step-4 .step-title{ color:var(--violet); border-color:var(--violet); }
  .how-band p{ font-size:13px; line-height:1.8; color:#c9c4de; }
  .how-band p.lead-line{ font-weight:700; color:#fff; margin-bottom:12px; font-size:13.5px; }
 .directore-message.py-5 {
    max-width: 500px;
}
  @media(max-width:767px){
    .vision-card{ margin-top:20px; }
  }
    .svc-row{ min-height:420px; }
  .svc-row .txt-col{
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    text-align:center; padding:50px 60px;
  }
  .svc-row h2{ color:var(--navy); font-weight:600; margin-bottom:22px; }
  .svc-row p{ font-size:14px; line-height:1.9; color:#6b6580; max-width:420px; }
 
  .img-placeholder{
    width:100%; height:100%; min-height:420px;
    display:flex; align-items:center; justify-content:center;
    color:rgba(255,255,255,.9); font-weight:600; font-size:13px;
    letter-spacing:.6px; text-transform:uppercase; text-align:center;
  }
 
  /* HERO BANNER */
  .svc-hero{ min-height:230px; background: url('img/service-hero.png');background-position: right;background-size: cover;  }
  .svc-hero .panel{
     color:#fff; height:100%;
    display:flex; flex-direction:column; justify-content:center; padding:40px 50px;
  }
  .svc-hero .eyebrow{ font-size:18px; letter-spacing:1px; opacity:.9; margin-bottom:10px; }
  .svc-hero h1{ font-weight:600; font-size:42px; margin-bottom:14px; }
  .svc-hero p{ font-size:16px; opacity:.95; line-height:1.6; margin:0; }
  .svc-hero .photo{ min-height:230px; background:linear-gradient(135deg,#cfd6dc,#e9e5da); }
 
  /* TOLL FREE (dark panel) */
  .tollfree-panel{ background:linear-gradient(135deg,var(--dark),#1c1436); color:#fff; }
  .tollfree-panel h2{ color:#fff; }
  .tollfree-panel p{ color:#c9c4de; }
 
  /* CONNECTING INDIA */
  .india-section h2{ color:var(--navy); font-weight:700; }
  .india-section p{ color:#6b6580; font-size:14px; line-height:1.9; max-width:460px; }
 
  @media(max-width:767px){
    .svc-row .txt-col, .svc-hero .panel{ padding:30px 24px; }
    .svc-hero h1{ font-size:24px; }
  }
    .contact-hero{ min-height:230px;background: url('img/contact-bg.webp');background-position: right;background-size: cover; }

 
  /* OFFICE CARD */
  .office-card{
    background:var(--navy); color:#fff; border-radius:6px;
    padding:40px 36px;
  }
  .office-card h3{ font-weight:600; margin-bottom:28px; }
  .office-item{ display:flex; gap:14px; margin-bottom:22px; }
  .office-item svg{ width:22px; height:22px; flex:none; margin-top:2px; opacity:.9; }
  .office-item .t{ font-weight:600; font-size:16px; margin-bottom:4px; }
  .office-item .d{ font-size:13.5px; line-height:1.6; color:#d9d5ec; }
 
  /* CONTACT FORM */
  .contact-form h3{ color:var(--dark); font-weight:600; margin-bottom:36px; }
  .form-underline{
    border:none; border-bottom:1.5px solid #c9c4de; border-radius:0;
    background:transparent; padding:6px 2px; font-size:14px;
  }
  .form-underline:focus{ border-color:var(--royal); box-shadow:none; }
  .form-underline::placeholder{ color:#8a84a0; }
  .form-label-sm{ font-size:13px; color:#4a4560; margin-bottom:6px; }
  .form-label-sm .req{ color:var(--coral); }
  .btn-submit{
    background:var(--navy); color:#fff; border:none; border-radius:24px;
    padding:12px 40px; font-weight:600; font-size:14px;
  }
  .btn-submit:hover{ background:var(--dark); color:#fff; }
 .social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #2e2963;
    transition: 0.3s ease;
}

.social a:hover {
    transform: translateY(-3px);
}
  @media(max-width:767px){
    .contact-hero .panel{ padding:30px 24px; }
    .svc-hero {
    background-position: left;
}
.img-placeholder {
    min-height: 100%;

}
.vision-card {

    position: relative; 
}
.directore-message.py-5 {
    padding: 20px;
}
  }