
/* ========== TOKENS ==========\*/
:root{
  --bg:#ffffff;
  --ink:#0e1b2f;
  --text:#1f2a44;
  --muted:#6a7388;
  --card:#ffffff;
  --soft:#f6f8fb;

  --brand:#2d6ae3;           /* primary blue (matches mockup) */
  --brand-600:#2152c7;
  --brand-700:#1a44aa;
  --brand-200:#e6efff;

  --success:#2bb673;
  --violet:#7b61ff;
  --indigo:#6f7cfb;
  --green:#36c690;

  --radius:18px;
  --shadow-sm:0 4px 14px rgba(16,24,40,.08);
  --shadow-md:0 12px 40px rgba(16,24,40,.12);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:"Plus Jakarta Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text); background:var(--bg); line-height:1.6;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
img{max-width:100%;height:auto;display:block}
.container{width:min(1120px,92%);margin-inline:auto}

/* ========== NAV ==========\*/
.nav{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.8);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid #eef0f5;
}
.nav__inner{
  display:grid; grid-template-columns:1fr auto 1fr; align-items:center;
  gap:1rem; padding:12px 0;
}
.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text)}
.brand__mark{display:inline-flex;align-items:le;justify-content:center;}
.brand__name{font-weight:700}
.nav__links{display:flex;justify-content:center;align-items:center;gap:1.1rem}
.nav__links a{
  color:var(--text); text-decoration:none; font-weight:600;
  padding:.45rem .65rem; border-radius:10px; position:relative;
  transition:color .25s ease, transform .25s ease, opacity .25s ease;
  opacity:.95;
}
.nav__links a:hover{ color:var(--brand); transform:scale(.95); }
.nav__links a.active{ color:var(--brand); }
.nav__links a.active::after{
  content:""; position:absolute; left:0; right:0; bottom:-8px; height:3px;
  background:var(--brand); border-radius:2px;
}

.nav__cta{display:flex;justify-content:flex-end}
.btn{
  display:inline-block; border:none; border-radius:999px;
  padding:.7rem 1.05rem; font-weight:700; cursor:pointer; text-decoration:none;
  background:var(--brand); color:#fff; box-shadow:var(--shadow-sm);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover{ transform:translateY(-1px); box-shadow:var(--shadow-md); background:var(--brand-600); }
.btn--sm{padding:.5rem .85rem}
.btn--lg{padding:.9rem 1.25rem;font-size:1.02rem}
.btn--outline{
  background:#fff; color:var(--brand); border:2px solid var(--brand-200); box-shadow:none;
}
.btn--outline:hover{ border-color:var(--brand); background:#fff; color:var(--brand-700); }
.btn--light{
  background:#fff; color:var(--brand); box-shadow:none;
}
.btn--outline-light{
  background:transparent; color:#fff; border:2px solid rgba(255,255,255,.6);
}
.btn--outline-light:hover{ border-color:#fff; color:#fff }


.featurelist ul {
  list-style: none;   /* hide default bullets */
  padding: 0;
  margin: 0;
}

.featurelist ul li {
  margin: 10px 0;     /* space between items */
  display: flex;
  align-items: center;
}

.featurelist ul li span {
  color:var(--brand)          /* icon color */
  background-color: rgba(128, 128, 128, 0.15); /* transparent grey box */
  padding: 6px;               /* space inside the box */
  border-radius: 6px;         /* rounded corners */
  margin-right: 10px;         /* space between icon and text */
  font-size: 18px;            /* icon size */
  display: inline-flex;       /* center icon nicely */
  align-items: center;
  justify-content: center;
}



/* mobile toggle */
.nav__toggle{display:none;background:none;border:none;font-size:1.8rem;color:var(--text);cursor:pointer}
.mobile-only{display:none}
.desktop-only{display:block}

/* ========== HERO ==========\*/
.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#8b94a7;font-weight:700;font-size:.82rem;margin:0 0 .4rem}
.hero{
  padding:84px 0 64px;
  background:
    radial-gradient(900px 280px at 12% -18%, rgba(45,106,227,.10), transparent),
    radial-gradient(800px 240px at 100% 6%, rgba(45,106,227,.08), transparent),
    #fff;
}
.display{font-size:clamp(44px,6vw,64px);line-height:1.08;margin:.1rem 0 1rem;color:#0c1a32;font-weight:800}
.grad{background:linear-gradient(135deg,#2d6ae3,#57a6ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:1.12rem;color:#405066;max-width:620px}
.grid2{display:grid;grid-template-columns:1.05fr .95fr;gap:40px}
.hero__content .cta{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 10px}
.trust-list{list-style:none;padding:0;margin:10px 0 0;color:#768099}
.trust-list li{margin:.28rem 0}

/* hero visual mock */
.hero__visual{display:flex;align-items:center;justify-content:center}
.mockup{
  width:min(720px,100%); aspect-ratio: 16 / 9;
  background:linear-gradient(#f8fafc,#f8fafc);
  border-radius:20px; border:1px solid #e9edf5; box-shadow:0 30px 60px rgba(16,24,40,.15);
  position:relative; overflow:hidden;
}
.mockup__grid{
  position:absolute; inset:0; background-image:
    radial-gradient(circle at 50% 50%, rgba(9,12,20,.08) 1px, transparent 1px),
    linear-gradient(transparent 24px, rgba(9,12,20,.06) 25px),
    linear-gradient(90deg, transparent 24px, rgba(9,12,20,.06) 25px);
  background-size:120px 120px, 120px 25px, 120px 25px;
  opacity:.35;
}

/* ========== SERVICES ==========\*/
.section{padding:80px 0}
.section.alt{background:var(--soft)}
.h2{font-size:clamp(28px,4.5vw,40px);line-height:1.2;margin:.25rem 0 12px;color:#0e1b2f}
.small{font-size:.94rem}
.center{text-align:center}
.muted{color:var(--muted)}

.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}
@media (max-width:1000px){.cards{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.cards{grid-template-columns:1fr}}

.card{background:var(--card);border:1px solid #e9edf5;border-radius:16px;padding:20px;box-shadow:var(--shadow-sm)}
.card h3{margin:.2rem 0 .2rem;font-size:1.05rem}
.card p{margin:0;color:var(--muted)}

.services .service{padding:22px}
.service__icon{
  width:36px;height:36px;display:inline-grid;place-items:center;border-radius:10px;margin-bottom:12px;
  color:var(--brand);
  background:linear-gradient(180deg,#f3f7ff,#eef3ff); border:1px solid #e6ecff;
}
.service__icon--indigo{color:#6f7cfb;background:linear-gradient(180deg,#f3f4ff,#eef0ff);border-color:#eaebff}
.service__icon--green{color:#2bb673;background:linear-gradient(180deg,#effcf6,#e9f9f1);border-color:#dff3ea}
.service__icon--violet{color:#7b61ff;background:linear-gradient(180deg,#f5f2ff,#efeaff);border-color:#e9e2ff}

.text-link{color:#fff;text-decoration:none;
}
.text-link:hover{text-decoration:underline}
.see-all{align:center; margin-top:18px;
  display:inline-flex; border:none; border-radius:999px;
  padding:.7rem 1.05rem; font-weight:700; cursor:pointer; text-decoration:none;
  background:var(--brand); color:#fff; box-shadow:var(--shadow-sm);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;}

/* ========== WHY CHOOSE US ==========\*/
.why{align-items:center}
.featurelist{list-style:none;padding-left:0;margin:14px 0 18px}
.featurelist li{margin:.55rem 0;color:#2c3850}
.i{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;margin-right:.5rem;border:1px solid #e9edf5}
.i--shield{background:#eef4ff;color:var(--brand)}
.i--heart{background:#fff1f4;color:#ff5e8a}
.i--star{background:#fff9e8;color:#f2b53c}

.photo-card{margin:0;position:relative}
.photo-card img{width:100%;border-radius:16px;box-shadow:var(--shadow-md);object-fit:cover;aspect-ratio:4/3}
.badge{
  position:absolute; left:18px; bottom:18px; display:flex; align-items:center; gap:10px;
  background:#fff; color:#0e1b2f; border:1px solid #e9edf5; border-radius:999px;
  padding:.55rem .8rem; box-shadow:var(--shadow-sm)
}
.badge__dot{width:22px;height:22px;border-radius:999px;background:var(--brand);display:inline-block;box-shadow:0 0 0 6px rgba(45,106,227,.15)}

/* ========== COVERAGE ==========\*/
.pillbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;justify-content:center}
.pillbar span{border:1px solid #e8ecf4;padding:.45rem .7rem;border-radius:999px;background:#fff;color:#2c3850; text-decoration: none;}
.pillbar span a{text-decoration: none;}
.locations span{background:#f9fbff;border-color:#e4ecff}

/* ========== CTA BAND ==========\*/
.cta-band{
  background:linear-gradient(180deg,#2d6ae3,#1a44aa);
  color:#fff; padding:64px 0; margin-top:24px;
}
.h2--light{color:#fff}
.band-text{color:#dbe7ff;max-width:720px;margin:8px auto 0}


/* ========== SCROLL HINT ==========\*/
.scroll-hint{display:block;width:max-content;margin:16px auto 0;color:#9aa6bf;text-decoration:none}

/* ========== MOBILE ==========\*/
@media (max-width:900px){
  .grid2{grid-template-columns:1fr;gap:28px;text-align:center}
  .hero__content .cta{justify-content:center}
  .lead{margin-inline:auto}
  .hero__visual{order:2}
}
@media (max-width:768px){
  .nav__inner{grid-template-columns:1fr auto}
  .nav__cta.desktop-only{display:none}
  .nav__toggle{display:block}

  .nav__links{
    position:absolute; top:100%; left:0; right:0; background:#fff; border-top:1px solid #eef0f5;
    flex-direction:column; gap:.2rem; padding:1rem 0; display:none;
    box-shadow:0 12px 30px rgba(16,24,40,.06);
  }
  .nav__links a{padding:.75rem 1rem; border-radius:8px}
  .nav__links.open{display:flex}

  .mobile-only{display:inline-block}
}


/* ===== FOOTER ===== */

/* Footer */
.footer {
  background: #111;
  color: #eee;
  padding: 3rem 1rem;
  font-size: 0.95rem;
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  align-items: start;
}

.footer__logo img {
  width: 30px;
  height: auto;
  margin-right: 0.6rem;
  margin-bottom: 0.2rem;
  margin-top: 1rem;
}

.footer__brand span {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}

.footer__tagline {
  margin: 0.6rem 0;
  font-size: 0.9rem;
  opacity: 0.8;
}

.footer__copy {
  font-size: 0.8rem;
  opacity: 0.6;
}

.footer__links h4,
.footer__contact h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--brand, #2d6ae3); 
}

.footer__links a {
  display: block;
  color: #ccc;
  margin: 0.3rem 0;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer__links a:hover {
  color: var(--brand, #2d6ae3);
  text-decoration: none;
}

.footer__contact p {
  margin: 0.4rem 0;
}

.footer__contact a {
  color: #ccc;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer__contact a:hover {
  color: var(--brand, #2d6ae3);
}


/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  z-index: 999;
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* ===== MOBILE NAVIGATION ===== */
@media (max-width:768px){
  .nav__inner{
    grid-template-columns:1fr auto; /* Logo | Toggle */
  }
  .nav__links{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    flex-direction:column;
    align-items:center;
    gap:1rem;
    padding:1.5rem 0;
    border-top:1px solid #eee;
    display:none; /* hidden by default */
  }
  .nav__links.open{display:flex;}
  .nav__cta.desktop-only{display:none}
  .nav__toggle{display:block}
  .mobile-only{display:inline-block}
}



/* === About Page Layout === */

/* Hero Section */
.hero--about {
  padding: 80px 0 60px;
  text-align: center;
  background: var(--soft);
}
.hero--about .display {
  margin-bottom: 1rem;
}
.hero--about .lead {
  max-width: 720px;
  margin-inline: auto;
  color: var(--muted);
}

/* Stats Row */
.stats {
  background: #fff;
  padding: 40px 0;
}
.stats .grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stats .stat {
  font-size: 2rem;
  font-weight: 800;
  color: var(--brand);
}
.stats small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

/* Mission / Vision / Values */
.mission .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.mission .card {
  text-align: left;
  border-radius: var(--radius);
  box-shadow: 0 6px 24px rgba(17,20,39,.05);
}
.mission .card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
  color: var(--ink);
}

/* Core Values */

.grid4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 22px;
}

.grid4 .value {
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius);
  padding: 18px 20px;
  text-align: left;
  box-shadow: 0 4px 18px rgba(0,0,0,.04);
}

.grid4 .value:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,.08);
}

.grid4 .value .value h4 {
  margin: 0 0 0.4rem;
  color: var(--brand);
  font-weight: 700;
}

/* What Sets Us Apart */
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.grid3 .card {
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius);
  text-align: left;
  box-shadow: 0 6px 24px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.grid3 .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,.08);
}
.grid3 .card h4 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: var(--ink);
}

/* Story Section */
.story .grid2 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}
.story img.responsive-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(0,0,0,.12);
}

.lead {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 2rem;
}
/* CTA Section */
.cta--blue {
  background: var(--brand);
  color: #fff;
  padding: 70px 0;
}
.cta--blue .display-sm {
  color: #fff;
  margin-bottom: 0.6rem;
}
.cta--blue .lead {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 2rem;
  color: #e3e3f8;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.cta-buttons .btn {
  min-width: 200px;
}
.cta-buttons .btn--ghost {
  border-color: #fff;
  color: #fff;
}
.cta-buttons .btn--ghost:hover {
  background: rgba(255,255,255,0.1);
}

/* === Responsive === */
@media (max-width: 1000px) {
  .stats .grid4 {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .mission .grid3,
  .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .story .grid2 {
    grid-template-columns: 1fr;
  }
  .story img {
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .stats .grid4 {
    grid-template-columns: 1fr;
  }
  .mission .grid3,
  .grid3 {
    grid-template-columns: 1fr;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .cta-buttons .btn {
    width: 100%;
  }
}

.icon-circle {
  background-color: rgba(128, 128, 128, 0.15); /* transparent grey box */
  padding: 6px;               /* space inside the box */
  border-radius: 6px;         /* rounded corners */
  margin-right: 10px;         /* space between icon and text */
  font-size: 18px;            /* icon size */
  display: inline-flex;       /* center icon nicely */
  align-items: center;
  justify-content: center;

  }


.icon-circle.blue { color: #007bff; }
.icon-circle.orange { color: #ff9800; }
.icon-circle.green { color: #4caf50; }
.icon-circle.purple { color: #6f42c1; }
.icon-circle.pink { color: #e91e63; }
.icon-circle.teal { color: #20c997; }

.card h3, .card h4, .value h4 {
  margin-top: 0.6rem;
}




/* Icon circles */


/* Form sections */
.form__section {
  margin: 2rem 0 1rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #333;
}

/* Form rows */
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.form__row label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.form__row label span {
  display: flex;
}
.form__row input,
.form__row select,
.form__row textarea {
  margin-top: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .grid3 {
    grid-template-columns: 1fr;
  }
  .form__row {
    grid-template-columns: 1fr;
  }
}



/* Ensure label text and * stay inline */
.form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.form label span {
  color: red;
  margin-left: 2px;
}

/* Form rows: keep two-column layout for desktop */
.form__row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.form__row label {
  flex: 1;
  min-width: 200px; /* responsive support */
}

/* Full-width for textarea and wide fields */
.form textarea,
.form select,
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="date"] {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
}

/* Make Additional Requirements textarea full width */
.form textarea {
  min-height: 120px;
  resize: vertical;
  flex: 1 1 100%;
}

/* Responsive: stack inputs on mobile */
@media (max-width: 768px) {
  .form__row {
    flex-direction: column;
  }
}


/* ===== Quick Links Section ===== */
.quick-links {
  background: var(--brand);
  padding: 40px 20px;
  color: #e5e7eb;
}

.quick-links h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff; /* White heading */
}

.quick-links ul {
  padding-left: 20px;
  color: #000;
  margin: 0;
}

.quick-links ul li {
  margin-bottom: 10px;
}

.quick-links ul li a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.quick-links ul li a:hover {
  color: #ffffff; /* Highlight on hover */
}

.quick-links ul li :hover {
  color: #ffffff; /* Highlight on hover */
}


/* ===== FAQ Section ===== */
.faq-section {
  background: #f9fafb;
  padding: 60px 20px;
}

.faq-section h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111827;
}

.faq-item {
  max-width: 800px;
  margin: 0 auto 15px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.faq-question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  font-size: 0.95rem;
  color: #4b5563;
  margin-top: 10px;
  line-height: 1.6;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

