
    body {
      margin: 0;
      padding: 0;
      ont-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, 'Helvetica Neue', Arial;
      background: #0f1c2e;
    }
     /* Navbar */
   .space-x-8 > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
  }
    .transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: 
    cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1)) !important;
}

.font-medium {
    font-weight: 500 !important;
}
.hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1)) !important;
}


/* Hero CSS */
 .text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

    .hero h2 {
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 1.6;
      color: #e5e7eb; /* soft gray-white */
    }

    .btn-pill {
      border-radius: 50px;
      padding: 0.65rem 1.8rem;
      font-weight: 600;
    }

    /* Floating image card */
    .preview-card {
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 12px 40px rgba(0,0,0,0.25);
      animation: floaty 6s ease-in-out infinite;
    }

    @keyframes floaty {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-14px); }
      100% { transform: translateY(0px); }
    }

    @media (max-width: 767px) {
      .hero h1 { font-size: 2.2rem; }
      .hero h2 { font-size: 1.1rem; }
    }


.hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      background: url('hero.jpeg')
        center/cover no-repeat;
      color: #fff;
      overflow: hidden;
    }

    /* Shape overlay */
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgb(255 255 255 / 55%);vc1  
      z-index: 1;
    }
    .hero::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #05966933 0%, #7c3aed33 100%);
      opacity: 0.25;
      z-index: 1;
    }
.hero-content {
      max-width: 900px;
      animation: fadeInUp 1s ease-in-out;
    }
    .z-10{
      z-index: 10;
    }
    /* Floating label */
    .floating-badge {
      display: inline-block;
      background: #d1fae5;
      color: #065f46;
      font-size: 0.9rem;
      font-weight: 600;
      padding: 0.5rem 1rem;
      border-radius: 8px;
      margin-bottom: 1.5rem;
      animation: floatBadge 3s ease-in-out infinite;
    }
/* Headline */
    .hero h1 {
      font-size: 4.5rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .hero h1 span.gradient {
      background: linear-gradient(90deg,rgba(5, 150, 105, 1) 0%, rgba(124, 58, 237, 1) 50%, rgba(234, 88, 12, 1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }


    /* Subheadline */
    .hero p {
      margin: 1rem auto 2rem auto;
      max-width: 700px;
      font-size: 1.1rem;
      color: #4b5563;
    }

    /* Buttons */
    .hero-buttons {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .btn {
      padding: 0.9rem 1.5rem;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
    }

    .btn-primary {
      background: #16a34a;
      color: white;
      border: none;
      box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
    }

    .btn-primary:hover {
      background: #15803d;
    }

    .btn-outline {
      background: transparent;
      border: 2px solid #8b5cf6;
      color: #8b5cf6;
    }

    .btn-outline:hover {
      background: #8b5cf6;
      color: white;
    }
/* Metrics Section CSS */
    .metrics-section {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 2rem;
      padding: 4rem 2rem;
      background: #fff;
    }

    .metric-card {
      flex: 1 1 220px;
      max-width: 250px;
      text-align: center;
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .metric-icon {
      width: 64px;
      height: 64px;
      margin: 0 auto 1rem auto;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #dff8e1, #e9ebfc);
      animation: float 3s ease-in-out infinite;
    }

    .metric-icon img {
      width: 28px;
      height: 28px;
      object-fit: contain;
    }

    .metric-card h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
      color: #1e293b;
    }

    .metric-card p {
      font-size: 1rem;
      color: #4a5568;
    }

    /* Hover effect */
    .metric-card:hover {
      transform: translateY(-8px);
    }

    /* Floating animation */
    @keyframes float {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-8px);
      }
    }

    /* Responsive */
    @media (max-width: 768px) {
      .metrics-section {
        gap: 1.5rem;
        padding: 2rem 1rem;
      }

      .metric-card h2 {
        font-size: 1.5rem;
      }

      .metric-card p {
        font-size: 0.9rem;
      }
    }

    @media (max-width: 480px) {
      .metrics-section {
        flex-direction: column;
        gap: 2rem;
      }
    }

/* Solution Section CSS */
.service-portfolio {
  padding: 80px 20px;
  text-align: center;
  background: #F4FAF9;
background: linear-gradient(138deg,rgba(244, 250, 249, 1) 0%, rgba(242, 251, 249, 1) 50%, rgba(239, 251, 247, 1) 100%);
}

.service-portfolio .subheading {
  display: inline-block;
  background: #e8e0ff;
  color: #6a4dff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 15px;
  margin: 0 auto;
}

.service-portfolio .heading {
  font-size: 3rem;
  font-weight: 700;
  margin: 1.5rem 0;
  width: 100%;
  color: #1e293b;
}

.service-portfolio .heading span {
  color: #26e07f;
}

.service-portfolio .description {
  max-width: 750px;
  margin: 0 auto 50px auto;
  color: #4b5563;
  font-size: 1.25rem;
  line-height: 1.7;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px 20px 20px;
  width: 32%;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.card:hover .icon {
  transform: scale(1.1);
}

.card .status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  margin-bottom: 10px;
}

.status.live {
  background: #d9f7e1;
  color: #26e07f;
}

.status.coming {
  background: #f0e6ff;
  color: #8a2be2;
}

.status.future {
  background: #ffe8d6;
  color: #f5a623;
}

.card h3 {
    font-size: 1.5rem;
    margin: 10px 0;
    line-height: 2rem;
}


.card p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #6b7280;
  margin-bottom: 15px;
}

.card ul {
  list-style-type: none;
  padding: 0;
}

.card ul li {
  text-align: left;
  font-size: 16px;
  color: #4b5563;
  margin: 12px 0;
  position: relative;
  padding-left: 20px;
}

.card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #26e07f;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }
}

/* Section Layout */
.vision-section {
  position: relative;
  padding: 100px 0;
  color: #222;
  z-index: 1;
  overflow: hidden;
}
/* Background image + blur */
.vision-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("vision-background.jpeg") no-repeat center/cover;
  filter: blur(6px) brightness(0.7);
  z-index: -2;
}

.vision-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.75); /* soft overlay */
  z-index: -1;
}

.container-vision {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  gap: 40px;
  padding: 0 20px;
  flex-wrap: wrap;
}

/* Left Content */
.vision-content {
  flex: 1 1 45%;
}

.tag {
  display: inline-block;
  background: #ffe5cc;
  color: #ff6600;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.vision-title {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
}

.vision-title .highlight {
  color: #00a86b;
}

.vision-title .highlight-purple {
  color: #7a3ff1;
}

.vision-desc {
  color: #555;
  font-size: 1.25rem;
  margin-bottom: 30px;
  line-height: 1.625;
}

/* Points */
.vision-points {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.point .icon {
  font-size: 18px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  flex-shrink: 0;
}

.point .icon.green {
  background: #d1fae4;
}

.point .icon.purple {
  background: #eee9fe;
}

.point h4 {
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.point p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.5;
}

/* Right Images */
.vision-images {
  flex: 1 1 45%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.img-box {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .4s ease;
}

.img-box:hover img {
  transform: scale(1.08);
}

/* Animations */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

[data-animate].active {
  opacity: 1;
  transform: translateY(0);
}

[data-delay] {
  transition-delay: var(--delay, 0s);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .vision-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .container {
    flex-direction: row;
    justify-content: space-between;
  }

  .vision-content, 
  .vision-images {
    flex: 1 1 100%;
  }

  .vision-images {
    grid-template-columns: 1fr;
  }

  .vision-title {
    font-size: 24px;
  }

  .vision-desc {
    font-size: 15px;
  }
}

/*  CONTACT CSS  */

    .partner-section {
      padding: 80px 20px;
/*      max-width: 1200px;*/
      margin: auto;
    }
    .partner-section .top-cta {
      text-align: center;
      margin-bottom: 40px;
    }
    .partner-section .top-cta button {
      background: #1fdf7a;
      border: none;
      color: #fff;
      font-weight: 600;
      padding: 12px 30px;
      border-radius: 8px;
      cursor: pointer;
      transition: transform 0.3s ease, background-color 0.3s ease;
    }
    .partner-section .top-cta button:hover {
      transform: scale(1.05);
      background: #17b96a;
    }

    .partner-section h2 {
      font-size: 3rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 1.5rem;
      line-height: 1.2;
      color: white;
    }
    .partner-section h2 span {
      color: #1fdf7a;
    }
    .partner-section p.lead {
      text-align: center;
      color: #cbd5e1;
      font-size: 1.25rem;
      margin-bottom: 60px;
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
    }

    .partner-grid {
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
    }

    .partner-grid .left,
    .partner-grid .right {
      flex: 1 1 45%;
      min-width: 300px;
    }

    .contact-box {
      background: #18283f;
      padding: 24px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 24px;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .contact-box.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    .contact-box .icon {
      width: 50px;
      height: 50px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
    }
    .contact-box .icon svg {
      width: 24px;
      height: 24px;
      fill: #fff;
    }
    .icon.email { background: #1fdf7a; }
    .icon.phone { background: #7d4dff; }
    .icon.location { background: #ff5722; }

    .contact-details h4 {
      margin: 0;
      font-size: 1.125rem;
      font-weight: 600;
      color: #fff;
    }
    .contact-details p {
      margin: 4px 0 0;
      font-size: 0.9375rem;
      color: #a0aec0;
    }

    .cta-box {
      background: #18283f;
      border-radius: 12px;
      padding: 40px;
      text-align: center;
      position: relative;
      overflow: hidden;
      opacity: 1;
      transform: translateY(20px);
      transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
    }
    .cta-box.in-view {
      opacity: 1;
      transform: translateY(0);
    }
    .cta-box h3 {
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: white;
    }
    .cta-box p {
      font-size: 1rem;
      color: #cbd5e1;
      margin-bottom: 30px;
      line-height: 1.5;
    }

    .cta-btn {
      display: inline-block;
      background: linear-gradient(90deg, #1fdf7a, #7d4dff);
      padding: 14px 28px;
      border-radius: 8px;
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      transition: background 0.3s ease, transform 0.3s ease;
    }
    .cta-btn:hover {
      background: linear-gradient(90deg, #17b96a, #6a3ddb);
      transform: translateY(-2px);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .partner-grid {
        flex-direction: column;
      }
      .partner-grid .left, .partner-grid .right {
        flex: 1 1 100%;
      }
      .partner-grid .left {
        margin-bottom: 40px;
      }
    }
   /* Footer */
    footer{
      background:#0f172a; 
      color:#dbeafe;.py-12; 
      padding-top: 3rem;
      padding-bottom: 3rem;
      border-top: 1px solid #808080;
    }

    /* Small helpers */
    .btn-pill{border-radius:999px;}


    /* ========== RESPONSIVE UPDATES ========== */

/* Navbar fix */
.navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar-nav {
  gap: 1rem;
}
@media (max-width: 992px) {
  .navbar-nav {
    text-align: center;
    gap: 0.5rem;
  }
}

/* Hero Section */
.hero h1 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .hero p {
    font-size: 1rem;
    padding: 0 10px;
  }
  .hero-buttons {
    flex-direction: column;
  }
}

/* Metrics Section */
@media (max-width: 992px) {
  .metrics-section {
    padding: 3rem 1rem;
    gap: 1rem;
  }
  .metric-card {
    flex: 1 1 45%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .metric-card {
    flex: 1 1 100%;
  }
}

/* Services Section */
@media (max-width: 1024px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }
  .card {
    width: 100%;
    max-width: 500px;
  }
}

/* Vision Section */
@media (max-width: 992px) {
  .container-vision {
    flex-direction: column;
    align-items: center;
  }
  .vision-content,
  .vision-images {
    flex: 1 1 100%;
  }
  .vision-images {
    grid-template-columns: 1fr;
  }
}

/* Contact Section */
@media (max-width: 768px) {
  .partner-section h2 {
    font-size: 2rem;
  }
  .partner-section p.lead {
    font-size: 1rem;
  }
  .cta-box {
    padding: 20px;
  }
}

/* Footer */
footer .container {
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}
footer img {
  max-width: 40px;
  height: auto;
}


  