* { box-sizing: border-box; }
    body {
      font-family: Arial, Helvetica, sans-serif;
      margin: 0;
      padding: 0;
      color: #222;
      line-height: 1.6;
      background: #ffffff;
      scrollbar-gutter: stable;
    }
    .container {
      max-width: 960px;
      margin: auto;
      padding: 40px 20px;
    }

   .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 24px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);

}

/* Layout */
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto; /* 👈 added third column */
  align-items: center;
  gap: 28px;
}

/* Logo */
.logo {
  width: 120px;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 14%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

/* Text */
.header-text {
  max-width: 680px;
  justify-self: center; /* centers text block */
  text-align: center;
}

.header-text h1 {
  font-size: 2.5rem;
  margin: 0 0 6px;
  
  background: linear-gradient(90deg, #22c1c3, #2563eb);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}

.header-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  color: #0f172a;
  
}

.back-home-btn {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2563eb;
  padding: 10px 16px;
  border: 1px solid rgba(37, 99, 235, 0.3);
  border-radius: 10px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.back-home-btn:hover {
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
    background: linear-gradient(90deg, #22c1c3, #2563eb);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}

/* ---------- MOBILE OVERRIDES ---------- */
@media (max-width: 768px) {
  .site-header {
    position: relative; /* NOT sticky on mobile */
    padding: 14px 16px; /* smaller header */
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }

  .header-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .logo {
    width: 90px; /* smaller logo */
    margin: 0 auto;
  }

  .header-text h1 {
    font-size: 1.7rem; /* smaller heading */
  }

  .header-text p {
    font-size: 0.95rem;
  }

  .back-home-btn {
    font-size: 0.85rem;
    padding: 8px 14px;
    margin: 6px auto 0;
  }
}




    .services, .steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }
    .card {
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      padding: 20px;
      background: #ffffff;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .card strong {
      display: inline-block; /* THIS is the key fix */
      font-size: 1.1rem;
      font-weight: medium;
      margin-bottom: 8px;
      background: linear-gradient(90deg, #22c1c3, #2563eb);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
    }


    .card h3 {
     background: linear-gradient(90deg, #22c1c3, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     font-weight: medium;
    }


    .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }
    .cta {
      background: #0f172a;
      color: #ffffff;
      text-align: center;
      padding: 50px 20px;
    }
    .cta h2 {
      color: #ffffff;
    }
    .cta a {
      display: inline-block;
      margin-top: 15px;
      padding: 14px 28px;
      background: #38bdf8;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      border-radius: 8px;
      transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    }

    .cta a:hover {
      background: #0ea5e9;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    /*footer*/

.site-footer {
  background: white;
 
  margin-top: 80px;
}

/* Footer Divider */
.footer-divider {
  border: none;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.18),
    transparent
  );
  margin: 80px 0 0;
}

/* Footer Logo */
.footer-logo {
  width: 110px;
  height: auto;
  object-fit: contain;
  border-radius: 14%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}


.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}

.footer-brand h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color:#0f172a;
}

.footer-brand p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.85;
  max-width: 420px;
}

.footer-links h4,
.footer-contact h4 {
  font-size: 1.05rem;
  margin-bottom: 14px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  color: #0f172a;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.25s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #22c1c3;
}

.footer-contact p {
  font-size: 0.95rem;
  margin-bottom: 10px;
  opacity: 0.9;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 20px;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.75;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand p {
    margin: 0 auto;
  }
}


    /* Mobile responsiveness */
    @media (max-width: 768px) {
      header {
        padding: 40px 15px;
      }
      header h1 {
        font-size: 2rem;
      }
      header p {
        font-size: 1rem;
      }
      .container {
        padding: 30px 15px;
      }
      h2 {
        font-size: 1.4rem;
      }
      section {
        padding: 30px 0;
      }
    }

    @media (max-width: 480px) {
      header h1 {
        font-size: 1.7rem;
      }
      .cta a {
        width: 100%;
        max-width: 320px;
      }
    }
  


