
    :root{
      --bg:#f5f8fb;
      --card:#ffffff;
      --muted:#6b7280;
      --accent-blue:#0f62fe;
      --accent-teal:#00c2a8;
      --accent-yellow:#ffb020;
      --success:#27ae60;
      --radius:14px;
      --shadow-lg: 0 20px 40px rgba(16,24,40,0.08);
      --shadow-sm: 0 6px 18px rgba(16,24,40,0.06);
      --max-width:1200px;
      --gap:16px;
    }

    *{box-sizing:border-box;margin:0;padding:0}
    html,body{height:100%}
    body{
      font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      color:#071033;
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      line-height:1.45;
      -webkit-tap-highlight-color: transparent;
    }

    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block;border-radius:8px}

    .container{max-width:var(--max-width);margin:0 auto;padding:20px}

    /* =========================
       Header
       ========================= */
    header.site-header{
      position:sticky;top:0;z-index:60;
      background:linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
      backdrop-filter: blur(6px);
      border-bottom:1px solid rgba(15,23,36,0.04);
      box-shadow: var(--shadow-sm);
    }

    .header-inner{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      max-width:var(--max-width);margin:0 auto;padding:12px 18px;
    }

    .brand{display:flex;align-items:center;gap:12px}
    .brand img{height:52px;width:auto}
    .brand .title{font-weight:800;color:var(--accent-blue);font-size:18px}
    .brand .tag{font-size:12px;color:var(--muted)}

    .nav-actions{display:flex;align-items:center;gap:10px}
    .phone-pill{display:flex;align-items:center;gap:8px;background:linear-gradient(90deg, rgba(15,98,254,0.06), rgba(0,194,168,0.04));padding:8px 12px;border-radius:999px;color:var(--accent-blue);font-weight:700;font-size:14px}
    .cta-join{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,var(--accent-blue),#1aa0ff);color:#fff;padding:10px 14px;border-radius:12px;font-weight:700;box-shadow:0 8px 20px rgba(15,98,254,0.12);transition:transform .18s ease}
    .cta-join:hover{transform:translateY(-3px)}

    /* Mobile nav toggle */
    .hamburger{display:none;background:transparent;border:0;font-size:20px;padding:8px;border-radius:8px}
    .mobile-nav{display:none;position:absolute;top:64px;right:18px;background:var(--card);box-shadow:var(--shadow-lg);border-radius:12px;padding:12px;min-width:200px}

    /* =========================
       Hero
       ========================= */
    .hero{
      margin-top:18px;display:block;gap:20px;align-items:start;padding:18px 0;
    }

    .hero-card{
      /* background:linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.95)); */
      background: #ffffff;
      /* border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-lg); */
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
      border: 1px solid #e0e0e0;
      display: flex;
      /* display:flex;flex-direction:column;gap:14px; */
    }

    .kicker{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,var(--accent-teal),#00e0c0);color:#fff;padding:8px 12px;border-radius:999px;font-weight:700;font-size:13px;width:max-content}
    .hero-title{font-size:28px;line-height:1.05;color:#071033;font-weight:800}
    .hero-sub{color:var(--muted);font-size:15px}

    /* Search card */
    .hero-search{
      display:flex;gap:10px;align-items:center;flex-wrap:wrap;
      background:linear-gradient(180deg, rgba(245,248,251,0.9), rgba(255,255,255,0.6));
      padding:12px;border-radius:12px;border:1px solid rgba(15,23,36,0.04);
    }

    .input{
      display:flex;align-items:center;gap:10px;background:#fff;padding:10px 12px;border-radius:10px;min-width:140px;border:1px solid rgba(15,23,36,0.04);flex:1;
    }

    .input i{color:var(--accent-blue);font-size:16px}
    .input select,.input input{border:0;outline:0;background:transparent;font-size:15px;width:100%}

    .btn-search{background:linear-gradient(90deg,var(--accent-teal),var(--accent-blue));color:#fff;padding:12px 18px;border-radius:10px;border:0;font-weight:800;cursor:pointer;display:inline-flex;gap:10px;align-items:center}
    .btn-search:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,0.12)}

    .quick-links{display:flex;gap:8px;flex-wrap:wrap}
    .quick-link{background:transparent;border:1px dashed rgba(15,23,36,0.06);padding:8px 10px;border-radius:999px;font-weight:700;color:var(--muted);font-size:13px;cursor:pointer}

    /* =========================
       Services
       ========================= */
    .section{margin-top:22px;padding:18px 0}
    .section .heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
    .section h2{font-size:20px}
    .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:12px}

    .service{background:linear-gradient(180deg,#fff,#fbfdff);padding:14px;border-radius:12px;display:flex;gap:12px;align-items:center;box-shadow:0 12px 30px rgba(2,6,23,0.04);transition:transform .18s ease}
    .service:hover{transform:translateY(-6px)}
    .service i{font-size:22px;width:44px;height:44px;display:grid;place-items:center;background:linear-gradient(180deg, rgba(15,98,254,0.06), rgba(0,194,168,0.03));border-radius:10px}
    .service .info .title{font-weight:800;font-size:14px}
    .service .info .desc{color:var(--muted);font-size:13px;margin-top:6px}

    /* =========================
       Trending (Most Booked)
       ========================= */
    .trending-grid{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
      gap:12px;
      margin-top:12px;
    }

    .trend-card{
      background:linear-gradient(180deg,#fff,#fbfdff);
      border-radius:12px;
      overflow:hidden;
      box-shadow:0 12px 30px rgba(2,6,23,0.04);
      transition:transform .18s ease, box-shadow .18s ease;
      display:flex;
      flex-direction:column;
    }

    .trend-media{
      height:140px;
      overflow:hidden;
      display:block;
    }

    .trend-media img{width:100%;height:100%;object-fit:cover;border-bottom:1px solid rgba(15,23,36,0.04)}

    .trend-body{padding:12px;display:flex;flex-direction:column;gap:8px}
    .trend-title{font-weight:800;font-size:16px}
    .trend-meta{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}
    .trend-badge{margin-left:auto;background:linear-gradient(90deg,var(--accent-blue),var(--accent-teal));color:#fff;padding:6px 8px;border-radius:8px;font-weight:800;font-size:13px}

    .trend-stats{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:13px;margin-top:6px}

    .trend-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgba(2,6,23,0.08)}

    /* =========================
       How It Works
       ========================= */
    .how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:12px}
    .how-card{background:linear-gradient(180deg,#fff,#fbfdff);padding:14px;border-radius:12px;box-shadow:0 12px 30px rgba(2,6,23,0.04);display:flex;flex-direction:column;gap:10px;align-items:flex-start}
    .how-card i{font-size:20px;color:var(--accent-teal);width:44px;height:44px;display:grid;place-items:center;background:linear-gradient(180deg, rgba(0,194,168,0.08), rgba(15,98,254,0.03));border-radius:10px}
    .how-card .step{font-weight:800;font-size:14px}

    /* =========================
       Why Choose Us
       ========================= */
    .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:12px}
    .why-card{background:linear-gradient(180deg,#fff,#fbfdff);padding:14px;border-radius:12px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 12px 30px rgba(2,6,23,0.04)}
    .why-card i{font-size:18px;color:var(--accent-blue);width:44px;height:44px;display:grid;place-items:center;background:linear-gradient(180deg, rgba(15,98,254,0.06), rgba(0,194,168,0.03));border-radius:10px}
    .why-card .meta .title{font-weight:800;font-size:14px}
    .why-card .meta .desc{color:var(--muted);font-size:13px;margin-top:6px}

    /* =========================
       Testimonials
       ========================= */
    .testimonials{margin-top:18px}
    .test-slider{display:flex;gap:12px;overflow:hidden;padding:6px}
    .test-card{min-width:260px;background:#fff;padding:14px;border-radius:12px;box-shadow:0 12px 30px rgba(2,6,23,0.04);display:flex;flex-direction:column;gap:10px}
    .test-card .meta{display:flex;gap:12px;align-items:center}
    .test-card img{height:56px;width:56px;border-radius:10px;object-fit:cover}
    .stars{color:#f5a623;font-weight:700}

    .test-controls{display:flex;gap:8px;align-items:center;margin-top:10px}

    /* =========================
       FAQ
       ========================= */
    .faq{margin-top:18px}
    .faq-item{background:#fff;border-radius:12px;padding:12px;border:1px solid rgba(15,23,36,0.04);box-shadow:0 8px 20px rgba(2,6,23,0.03);margin-bottom:10px}
    .faq-q{display:flex;justify-content:space-between;align-items:center;gap:12px;cursor:pointer}
    .faq-q h4{font-size:15px}
    .faq-a{margin-top:8px;color:var(--muted);font-size:14px;display:none}

    /* =========================
       CTA and Footer
       ========================= */
    .cta{margin-top:18px;padding:14px;border-radius:12px;background:linear-gradient(90deg, rgba(15,98,254,0.06), rgba(0,194,168,0.04));display:flex;align-items:center;justify-content:space-between;gap:12px}
    .cta .btn{background:linear-gradient(90deg,var(--accent-blue),#1aa0ff);color:#fff;padding:12px 16px;border-radius:10px;font-weight:800}

    footer.site-footer{margin-top:1px;padding:20px;background:#071033;color:#fff;}
    .footer-inner{display:flex;gap:20px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;max-width:var(--max-width);margin:0 auto}
    .footer-col{min-width:160px}
    .footer-col h4{font-size:15px;margin-bottom:10px}
    .footer-col p,a{color:rgba(255,255,255,0.9);font-size:14px}

    /* =========================
       Responsive
       ========================= */
    @media (min-width:1000px){
      .hero-card{flex-direction:row;align-items:center;justify-content:space-between}
      .hero-left{flex:1;margin-right:18px}
      .hero-right{width:360px}
      .hamburger{display:none}
      .mobile-nav{display:none}
    }

    @media (max-width:999px){
      .hamburger{display:inline-flex}
      .nav-actions .phone-pill{display:none}
    }

    @media (max-width:720px){
      .header-inner{padding:10px 14px}
      .hero-title{font-size:22px}
      .hero-sub{font-size:14px}
      .trend-media{height:120px}
      .test-card{min-width:220px}
    }

    @media (max-width:420px){
      .container{padding:14px}
      .brand img{height:40px}
      .hero-title{font-size:20px}
      .input{padding:10px}
      .btn-search{padding:10px 12px;font-size:14px}
      .service .info .title{font-size:13px}
      .trend-media{height:110px}
    }

    /* small utility */
    .muted{color:var(--muted)}
    .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


    /* new */

    /* =================================
SERVICE DETAILS PAGE
================================= */

.service-hero{
background:#f5f8fb;
padding:60px 0;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.kicker{
background:#e8f1ff;
color:#0f62fe;
padding:6px 12px;
border-radius:20px;
display:inline-block;
font-size:13px;
margin-bottom:10px;
font-weight:600;
}

.hero-text h1{
font-size:38px;
margin-bottom:10px;
}

.lead{
color:#6b7280;
margin-bottom:20px;
font-size:16px;
}

.meta-row{
display:flex;
gap:25px;
margin-bottom:20px;
align-items:center;
}

.rating i{
color:#ffb020;
}

.rating-text{
font-weight:700;
margin-left:5px;
}

.muted{
color:#6b7280;
font-size:14px;
}

.duration{
display:flex;
gap:6px;
align-items:center;
font-size:14px;
}

.btn-primary{
background:#0f62fe;
color:white;
padding:12px 22px;
border-radius:8px;
font-weight:600;
display:inline-block;
transition:0.3s;
}

.btn-primary:hover{
background:#0b4ed9;
}

.trust-row{
display:flex;
gap:20px;
margin-top:20px;
flex-wrap:wrap;
}

.trust-item{
background:white;
padding:8px 14px;
border-radius:20px;
font-size:14px;
box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

.hero-image img{
border-radius:14px;
width:100%;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

/* =========================
INCLUDED SECTION
========================= */

.bg-light{
background:#f7f9fc;
}

.section{
padding:50px 0;
}

.section-title{
font-size:28px;
margin-bottom:8px;
text-align:center;
}

.section-sub{
text-align:center;
color:#6b7280;
margin-bottom:40px;
}

.include-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.include-item{
background:white;
padding:25px;
border-radius:12px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
transition:0.3s;
}

.include-item:hover{
transform:translateY(-6px);
}

.include-item i{
font-size:28px;
color:#0f62fe;
margin-bottom:12px;
}

/* =========================
VENDORS
========================= */

.vendor-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

.vendor-card{
background:white;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.vendor-card:hover{
transform:translateY(-6px);
}

.vendor-card img{
width:100%;
height:200px;
object-fit:cover;
}

.vendor-body{
padding:20px;
}

.vendor-body h3{
margin-bottom:8px;
}

.vendor-meta{
font-size:14px;
margin-bottom:15px;
}

.vendor-btn{
background:#0f62fe;
color:white;
padding:8px 14px;
border-radius:6px;
font-size:14px;
display:inline-block;
}

/* =========================
REVIEWS
========================= */

.review-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.review-card{
background:white;
padding:25px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.review-card .stars{
color:#ffb020;
margin-bottom:10px;
}

/* =========================
FAQ
========================= */

.faq{
max-width:800px;
margin:auto;
}

.faq-item{
background:white;
border-radius:10px;
margin-bottom:15px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
overflow:hidden;
}

.faq-question{
width:100%;
text-align:left;
padding:18px;
border:none;
background:white;
font-weight:600;
cursor:pointer;
}

.faq-answer{
padding:0 18px;
max-height:0;
overflow:hidden;
transition:max-height 0.3s ease;
color:#6b7280;
}

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

.site-footer{
background:#071033;
color:white;
padding:50px 0;
margin-top:60px;
}

.footer-inner{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
}

.footer-col h4{
margin-bottom:10px;
}

.footer-col a{
color:#ddd;
}

.copyright{
text-align:center;
margin-top:30px;
font-size:14px;
color:#bbb;
}

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

@media(max-width:900px){

.hero-grid{
grid-template-columns:1fr;
}

.hero-text h1{
font-size:30px;
}

}

/* =========================
   SERVICE POPUP
========================= */

.service-popup{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.service-popup.active{
  display:flex;
}

.popup-overlay{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
}

.popup-box{
  position:relative;
  background:#fff;
  width:600px;
  max-width:90%;
  border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,0.2);
  animation:popupFade .3s ease;
}

@keyframes popupFade{
  from{
    transform:translateY(30px);
    opacity:0;
  }
  to{
    transform:translateY(0);
    opacity:1;
  }
}

.popup-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 20px;
  border-bottom:1px solid #eee;
}

.popup-header h3{
  margin:0;
  font-size:20px;
  font-weight:700;
}

.close-popup{
  background:none;
  border:none;
  font-size:18px;
  cursor:pointer;
}

.popup-body{
  padding:20px;
}

.subservice-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.subservice-grid button{
  padding:12px;
  border:1px solid #ddd;
  background:#fafafa;
  border-radius:6px;
  cursor:pointer;
  font-size:14px;
  transition:all .2s;
}

.subservice-grid button:hover{
  background:#007bff;
  color:#fff;
  border-color:#007bff;
}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

  .subservice-grid{
    grid-template-columns:1fr;
  }

  .popup-box{
    width:95%;
  }

}

.service-popup{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
justify-content:center;
align-items:center;
z-index:9999;
}

.popup-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
}

.popup-box{
background:#fff;
width:600px;
max-width:90%;
border-radius:10px;
padding:20px;
position:relative;
z-index:2;
}

.subservice-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:15px;
}

.subservice{
display:flex;
align-items:center;
gap:10px;
padding:10px;
border:1px solid #eee;
border-radius:8px;
cursor:pointer;
}

.close-popup{
background:none;
border:none;
font-size:20px;
cursor:pointer;
}

/* =========================
   ENHANCED SERVICE POPUP
========================= */

.service-popup {
  display: none; /* Controlled by JS */
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 51, 0.4); /* Darker navy with transparency */
  backdrop-filter: blur(8px); /* Modern blur effect */
  -webkit-backdrop-filter: blur(8px);
}

.popup-box {
  background: #ffffff;
  width: 550px;
  max-width: 90%;
  border-radius: 20px; /* Softer corners */
  padding: 0; /* Let header/body handle padding */
  position: relative;
  z-index: 10;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: popupSlideUp 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes popupSlideUp {
  from { opacity: 0; transform: translateY(30px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: #fcfdfe;
  border-bottom: 1px solid rgba(15, 23, 36, 0.05);
}

.popup-header h3 {
  font-size: 20px;
  font-weight: 800;
  color: #071033;
}

.close-popup {
  background: #f1f5f9;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  transition: all 0.2s;
}

.close-popup:hover {
  background: #fee2e2;
  color: #ef4444;
}

.popup-body {
  padding: 24px;
  max-height: 70vh;
  overflow-y: auto;
}

/* Sub-service Grid Enhancements */
.subservice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.subservice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.subservice i {
  font-size: 18px;
  /* color: var(--accent-blue); */
  background: rgba(15, 98, 254, 0.08);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.subservice span {
  font-weight: 600;
  font-size: 14px;
  color: #334155;
}

/* Hover Effects */
.subservice:hover {
  background: #f8faff;
  border-color: var(--accent-blue);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 98, 254, 0.08);
}

.subservice:hover span {
  color: var(--accent-blue);
}

/* Mobile Adjustments */
@media (max-width: 500px) {
  .subservice-grid {
    grid-template-columns: 1fr;
  }
  .popup-box {
    width: 95%;
  }
}


/* about */

/* Simple Additions for About Page */
  .about-hero {
    padding: 60px 0;
    text-align: center;
    background: #fff;
    border-radius: var(--radius);
    margin-bottom: 30px;
    box-shadow: var(--shadow-sm);
  }
  
  .about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }

  .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin: 40px 0;
  }

  .stat-card {
    background: #fff;
    padding: 24px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15, 23, 36, 0.04);
  }

  .stat-number {
    font-size: 28px;
    font-weight: 800;
    color: var(--accent-blue);
    margin-bottom: 4px;
  }

  .about-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: var(--radius);
    margin-bottom: 30px;
  }
  
  .lead {
    font-size: 18px;
    font-weight: 600;
    color: #071033;
    margin-bottom: 15px;
  }

  /* City Services Section */

.city-services{
  background:#f7f9fc;
  padding:50px 20px;
  border-top:1px solid #eee;
}

.city-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.city-services h2{
  font-size:24px;
  margin-bottom:30px;
  font-weight:700;
  color:#222;
}

.city-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

.city-list a{
  padding:8px 16px;
  background:#fff;
  border-radius:20px;
  font-size:14px;
  text-decoration:none;
  color:#444;
  border:1px solid #ddd;
  transition:all 0.3s ease;
}

.city-list a:hover{
  background:#007bff;
  color:#fff;
  border-color:#007bff;
  transform:translateY(-2px);
}

/* blog */

    /* BLOG HERO */
.city-hero{
  background: linear-gradient(120deg,#2563eb,#4f46e5);
  color:#fff;
  padding:80px 20px;
  text-align:center;
}

.city-hero h1{
  font-size:42px;
  font-weight:800;
  margin-bottom:10px;
}

.city-hero p{
  font-size:18px;
  opacity:.9;
}

/* BLOG LAYOUT */
.blog-layout{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:40px;
}

/* BLOG GRID */
.blog-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:28px;
}

/* BLOG CARD */
.blog-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
  transition:all .3s ease;
}

.blog-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 40px rgba(0,0,0,0.12);
}

.blog-card img{
  width:100%;
  height:200px;
  object-fit:cover;
}

.blog-body{
  padding:20px;
}

.blog-body h3{
  font-size:20px;
  margin-bottom:10px;
}

.blog-body h3 a{
  text-decoration:none;
  color:#111;
  transition:.2s;
}

.blog-body h3 a:hover{
  color:#2563eb;
}

.blog-body p{
  font-size:15px;
  color:#555;
  margin-bottom:12px;
}

.blog-meta{
  font-size:13px;
  color:#888;
}

/* SIDEBAR */
.blog-sidebar{
  display:flex;
  flex-direction:column;
  gap:24px;
}

.sidebar-box{
  background:#fff;
  padding:22px;
  border-radius:12px;
  box-shadow:0 6px 20px rgba(0,0,0,0.06);
}

.sidebar-box h4{
  font-size:18px;
  margin-bottom:14px;
}

.sidebar-box ul{
  list-style:none;
  padding:0;
}

.sidebar-box ul li{
  margin-bottom:8px;
}

.sidebar-box ul li a{
  text-decoration:none;
  color:#444;
  transition:.2s;
}

.sidebar-box ul li a:hover{
  color:#2563eb;
}

/* SEARCH */
.search-input{
  width:100%;
  padding:10px 12px;
  border-radius:8px;
  border:1px solid #ddd;
  font-size:14px;
}

.search-input:focus{
  outline:none;
  border-color:#2563eb;
}

/* CITY SERVICES */
.city-services{
  background:#f7f9fc;
  padding:60px 20px;
}

.city-container{
  max-width:1200px;
  margin:auto;
}

.city-services h2{
  text-align:center;
  margin-bottom:30px;
  font-size:26px;
}

.city-list{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}

.city-list a{
  padding:8px 16px;
  border-radius:20px;
  background:#fff;
  text-decoration:none;
  color:#333;
  font-size:14px;
  border:1px solid #ddd;
  transition:.2s;
}

.city-list a:hover{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
}

/* RESPONSIVE */
@media (max-width:900px){

.blog-layout{
  grid-template-columns:1fr;
}

.blog-grid{
  grid-template-columns:1fr;
}

.city-hero h1{
  font-size:32px;
}

}

/* mobile */

  /* ============================= */
/* MOBILE RESPONSIVE CSS */
/* ============================= */

/* Tablet */
@media (max-width: 1024px) {

.hero-card{
flex-direction:column;
gap:20px;
}

.hero-right{
width:100% !important;
}

.services-grid{
grid-template-columns:repeat(2,1fr);
}

.trending-grid{
grid-template-columns:repeat(2,1fr);
}

.how-grid{
grid-template-columns:repeat(2,1fr);
}

.why-grid{
grid-template-columns:repeat(2,1fr);
}

.footer-inner{
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.city-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
}

}


/* ============================= */
/* MOBILE */
/* ============================= */

@media (max-width: 768px) {

/* Header */
.header-inner{
flex-wrap:wrap;
}

.nav-actions{
display:none;
}

.hamburger{
display:block;
}

/* Hero */
.hero-title{
font-size:28px;
line-height:1.3;
}

.hero-sub{
font-size:15px;
}

.hero-search form div{
flex-direction:column;
}

/* Services */
.services-grid{
grid-template-columns:1fr;
gap:16px;
}

/* Trending */
.trending-grid{
grid-template-columns:1fr;
gap:18px;
}

/* How it works */
.how-grid{
grid-template-columns:1fr;
}

/* Why choose */
.why-grid{
grid-template-columns:1fr;
}

/* Testimonials */
.test-slider{
overflow-x:auto;
scroll-snap-type:x mandatory;
}

.test-card{
min-width:85%;
scroll-snap-align:start;
}

/* Footer */
.footer-inner{
grid-template-columns:1fr;
text-align:center;
}

/* Cities */
.city-list{
grid-template-columns:repeat(2,1fr);
}

/* Popup */
.popup-box{
width:90%;
max-width:420px;
}

}


/* ============================= */
/* SMALL MOBILE */
/* ============================= */

@media (max-width: 480px){

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

.btn-search{
width:100%;
justify-content:center;
}

.city-list{
grid-template-columns:1fr;
}

.quick-links{
display:flex;
flex-wrap:wrap;
gap:6px;
}

.quick-link{
font-size:12px;
padding:6px 10px;
}

}


/* home icon */
.service{
display:flex;
align-items:center;
gap:15px;
padding:18px;
border-radius:14px;
background:#fff;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
transition:0.3s;
cursor:pointer;
}

.service:hover{
transform:translateY(-4px);
box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

/* ICON BOX */

.icon-box{
width:55px;
height:55px;
display:flex;
align-items:center;
justify-content:center;
border-radius:14px;
color:white;
font-size:22px;
}

/* GRADIENT COLORS */

.cleaning{
background:linear-gradient(135deg,#4facfe,#00f2fe);
}

.pest{
background:linear-gradient(135deg,#ff9966,#ff5e62);
}

.catering{
background:linear-gradient(135deg,#f6d365,#fda085);
}

.photography{
background:linear-gradient(135deg,#a18cd1,#fbc2eb);
}

.decoration{
background:linear-gradient(135deg,#43e97b,#38f9d7);
}


.popup-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.popup-box{
background:#fff;
padding:30px;
width:480px; /* little wider for 3 columns */
border-radius:10px;
position:relative;
text-align:center;
max-height:90vh;
overflow-y:auto;
}

.popup-box input{
width:100%;
padding:10px;
margin:10px 0;
border:1px solid #ddd;
border-radius:6px;
}

.popup-btn{
background:#0d6efd;
color:#fff;
border:none;
padding:10px 20px;
border-radius:6px;
cursor:pointer;
margin-top:10px;
}

.close-btn{
position:absolute;
right:15px;
top:10px;
font-size:22px;
cursor:pointer;
}

/* SERVICE GRID */
.service-grid{
display:grid;
grid-template-columns:repeat(3,1fr); /* 3 per row */
gap:12px;
margin:20px 0;
}

/* SERVICE CARD */
.service-card{
border:1px solid #e6e6e6;
padding:14px 10px;
border-radius:10px;
text-align:center;
cursor:pointer;
transition:all .25s ease;
background:#fff;
font-size:14px;
}

.service-card i{
font-size:24px;
color:#0d6efd;
margin-bottom:6px;
}

.service-card p{
margin:0;
font-weight:600;
}

.service-card:hover{
border-color:#0d6efd;
background:#f6f9ff;
transform:translateY(-2px);
}

.service-card.active{
border:2px solid #0d6efd;
background:#eef4ff;
}

/* MOBILE RESPONSIVE */
@media(max-width:600px){
.service-grid{
grid-template-columns:repeat(2,1fr);
}
}

/* SUBSERVICE GRID */

#subServiceList{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:15px;
}

/* CARD */

.subservice{
display:flex;
align-items:center;
gap:14px;
padding:16px;
border-radius:14px;
background:#ffffff;
border:1px solid #f0f0f0;
cursor:pointer;
transition:all .25s ease;
}

.subservice:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

/* ICON STYLE */

.sub-icon{
width:48px;
height:48px;
display:flex;
align-items:center;
justify-content:center;
border-radius:12px;
background:#f5f7fb;
}

/* .sub-icon img{
width:28px;
height:28px;
object-fit:contain;
} */

/* TEXT */

.subservice span{
font-weight:600;
font-size:14px;
color:#333;
}

/* SERVICE COLORS */

.subservice:nth-child(1) .sub-icon{
background:#E8F5E9;
}

.subservice:nth-child(2) .sub-icon{
background:#FFF3E0;
}

.subservice:nth-child(3) .sub-icon{
background:#F3E5F5;
}

.subservice:nth-child(4) .sub-icon{
background:#E3F2FD;
}

.subservice:nth-child(5) .sub-icon{
background:#FCE4EC;
}

.subservice:nth-child(6) .sub-icon{
background:#E0F7FA;
}

.subservice:nth-child(7) .sub-icon{
background:#F1F8E9;
}

.subservice:nth-child(8) .sub-icon{
background:#F9FBE7;
}

.sub-icon img{
width:26px;
height:26px;

object-fit:contain;
max-width:26px;
max-height:26px;
}

/* new home popup */
/* OVERLAY */
.pe-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
  justify-content:center;
  align-items:center;
  background:rgba(0,0,0,0.5);
  z-index:9999;
}

/* POPUP BOX */
.pe-popup{
  width:420px;
  max-height:80vh;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

/* HEADER */
.pe-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 20px;
  border-bottom:1px solid #eee;
}

.pe-header h3{
  margin:0;
  font-size:18px;
}

.pe-close{
  font-size:22px;
  cursor:pointer;
}

/* BODY */
.pe-body{
  padding:15px;
  overflow-y:auto;
}

/* GRID */
.pe-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

/* CARD */
.pe-card{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px;
  border-radius:10px;
  background:#f7f7f7;
  cursor:pointer;
  transition:0.2s;
}

.pe-card:hover{
  background:#e9f2ff;
  transform:translateY(-2px);
}

/* ICON */
.pe-icon{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef3ff;
  border-radius:10px;
}

.pe-icon i{
  font-size:16px;
}

/* TEXT */
.pe-card span{
  font-size:14px;
  font-weight:500;
}

/* imp */
/* ===== MODERN SERVICE POPUP ===== */

.service-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Dark blur background */
.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.5);
}

/* Popup container */
.popup-box {
  position: relative;
  width: 460px;
  max-height: 85vh;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  z-index: 2;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  animation: popupFade 0.3s ease;
}

/* Header */
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.popup-header h3 {
  font-size: 20px;
  font-weight: 700;
}

.close-popup {
  border: none;
  background: #f1f3f6;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.close-popup:hover {
  background: #e53935;
  color: #fff;
}

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

/* Card */
.subservice {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9fafc;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.subservice:hover {
  background: #ffffff;
  border: 1px solid #007bff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Icon */
.sub-icon {
  width: 38px;
  height: 38px;
  background: #e3f2fd;
  color: #1976d2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Text */
.subservice span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Animation */
@keyframes popupFade {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.service-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Make all cards equal height */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  /* gap: 20px; */
}

/* Force same height */
.service {
  height: 100%;
  min-height: 120px; /* you can increase if needed */
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
}

/* Align content properly */
.service .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Title same size */
.service .title {
  font-size: 15px;
  font-weight: 600;
}

/* Description fixed height */
.service .desc {
  font-size: 13px;
  color: #777;
  line-height: 1.4;
  min-height: 40px; /* KEY LINE for equal height */
}


/* Section Container */
.mid-content {
    padding: 80px 0;
    background-color: #f9f9f9; /* Light grey background to separate from white sections */
    text-align: center;
}

.mid-content .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Title */
.mid-title {
    font-size: 36px;
    font-weight: 700;
    color: #003366; /* Deep ProEazy Blue */
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}

/* Decorative underline similar to ProEazy styling */
.mid-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #ff9900; /* ProEazy Accent Orange/Gold */
    margin: 15px auto 0;
}

/* Sub-title/Tagline */
.mid-sub {
    font-size: 18px;
    font-weight: 600;
    color: #ff9900; /* Accent Color */
    margin-bottom: 25px;
    letter-spacing: 1px;
}

/* Main Description */
.mid-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555555; /* Neutral grey for readability */
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mid-title {
        font-size: 28px;
    }
    .mid-content {
        padding: 50px 0;
    }
}

.include-item {
  display: block;
  text-decoration: none;
  color: #000;
}

  /* FLOATING BUTTON CONTAINER */
.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* COMMON BUTTON STYLE */
.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* WHATSAPP */
.float-btn.whatsapp {
  background: #25D366;
}

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

/* CALL */
.float-btn.call {
  background: #007bff;
}

.float-btn.call:hover {
  transform: scale(1.1);
}
    /* ================================
   SMALL AUTOCOMPLETE DROPDOWN FIX
================================ */

/* Main container */
.pac-container {
  z-index: 99999 !important;
  position: absolute !important;
  width: 100% !important;         /* match input width */
  max-width: 400px !important;    /* control max size */
  font-size: 13px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Each suggestion item */
.pac-item {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hover effect */
.pac-item:hover {
  background-color: #f2f2f2;
}

/* Icon size fix */
.pac-icon {
  transform: scale(0.8);
}

/* Optional: limit height (scroll) */
.pac-container {
  max-height: 200px;
  overflow-y: auto;
}

/* ===== POPULAR SERVICES (SCOPED) ===== */

.ps-section {
    padding: 60px 20px;
}

/* HEADING */
.ps-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.ps-heading h2 {
    font-size: 22px;
    font-weight: 700;
}

.ps-lead {
    font-size: 14px;
    margin-top: 4px;
}

.ps-muted {
    color: #6b7280;
    font-size: 13px;
}

/* GRID */
.ps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

/* LINK */
.ps-link {
    text-decoration: none;
    color: inherit;
}

/* CARD */
.ps-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;

    padding: 18px;
    border-radius: 14px;

    background: #f9fafb;
    border: 1px solid #eef1f5;

    transition: all 0.25s ease;
}

/* HOVER */
.ps-card:hover {
    background: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ICON */
.ps-icon {
    min-width: 48px;
    height: 48px;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 18px;
}

/* COLORS */
.ps-icon.cleaning { background: linear-gradient(135deg, #38bdf8, #0ea5e9); }
.ps-icon.pest { background: linear-gradient(135deg, #fb7185, #f43f5e); }
.ps-icon.catering { background: linear-gradient(135deg, #fbbf24, #f59e0b); }
.ps-icon.photography { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
.ps-icon.decoration { background: linear-gradient(135deg, #4ade80, #22c55e); }

/* TEXT */
.ps-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.ps-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

/* ===== TRENDING SERVICES ===== */

.ts-section {
    padding: 60px 20px;
}

/* HEADING */
.ts-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.ts-heading h2 {
    font-size: 22px;
    font-weight: 700;
}

.ts-lead {
    font-size: 14px;
    margin-top: 4px;
}

.ts-muted {
    color: #6b7280;
    font-size: 13px;
}

/* GRID */
.ts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* CARD */
.ts-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eef1f5;
    transition: all 0.3s ease;
}

/* HOVER */
.ts-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* IMAGE */
.ts-media {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.ts-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* IMAGE HOVER ZOOM */
.ts-card:hover .ts-media img {
    transform: scale(1.08);
}

/* BODY */
.ts-body {
    padding: 16px;
}

/* TOP */
.ts-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.ts-title {
    font-size: 15px;
    font-weight: 600;
}

/* BADGE */
.ts-badge {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 20px;
    background: linear-gradient(90deg, #2f6fed, #00c6ff);
    color: #fff;
}

/* META */
.ts-meta {
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: #6b7280;
    margin: 8px 0;
}

/* BUTTONS */
.ts-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.ts-btn {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
}

/* BUTTON STYLES */
.ts-btn.primary {
    background: #2f6fed;
    color: #fff;
}

.ts-btn.secondary {
    background: #f3f4f6;
    color: #111;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .ts-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ts-media {
        height: 140px;
    }
}

/* ===== HOW IT WORKS MODERN UI ===== */

.hw4-section {
    padding: 70px 20px;
}

/* HEADING */
.hw4-heading {
    text-align: center;
    margin-bottom: 40px;
}

.hw4-heading h2 {
    font-size: 24px;
    font-weight: 700;
}

.hw4-heading p {
    color: #6b7280;
    font-size: 14px;
}

/* GRID */
.hw4-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* CARD */
.hw4-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 18px;
    text-align: center;

    border: 1px solid #eef1f5;

    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* HOVER EFFECT */
.hw4-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* TOP GRADIENT LINE */
.hw4-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #2f6fed, #00c6ff);
}

/* ICON */
.hw4-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;

    border-radius: 16px;
    background: linear-gradient(135deg, #2f6fed, #00c6ff);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 22px;

    box-shadow: 0 10px 25px rgba(47,111,237,0.25);
}

/* TITLE */
.hw4-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* TEXT */
.hw4-card p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

/* MOBILE IMPROVEMENT */
@media (max-width: 480px) {
    .hw4-card {
        padding: 20px 14px;
    }

    .hw4-icon {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }
}
.why-heading-new {
    text-align: center;
    margin-bottom: 40px;
}

.why-heading-2 {
  padding: 45px 0;
}
/* SMALL TAG */
.why-tag {
    display: inline-block;
    background: rgba(47,111,237,0.1);
    color: #2f6fed;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 10px;
}

/* MAIN HEADING */
.why-heading-new h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

/* HIGHLIGHT TEXT */
.why-heading-new h2 span {
    color: #2f6fed;
}

/* SUBTEXT */
.why-heading-new p {
    color: #6b7280;
    font-size: 14px;
    margin-top: 8px;
}

/* SECTION */
.test-final {
    padding: 70px 20px;
}

/* HEADING */
.test-final-heading {
    text-align: center;
    margin-bottom: 40px;
}

.test-final-heading h2 {
    font-size: 26px;
    font-weight: 700;
}

.test-final-heading p {
    color: #6b7280;
    font-size: 14px;
}

/* GRID */
.test-final-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto;
}

/* CARD */
.test-final-card {
    background: #fff;
    padding: 22px;
    border-radius: 18px;

    border: 1px solid #eef1f5;
    transition: 0.3s;

    position: relative;
}

/* HOVER */
.test-final-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* USER */
.user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.user h4 {
    margin: 0;
    font-size: 14px;
}

.user span {
    font-size: 12px;
    color: #6b7280;
}

/* STARS */
.stars {
    color: #fbbf24;
    margin: 10px 0;
}

/* TEXT */
.test-final-card p {
    font-size: 13px;
    color: #4b5563;
}

/* ACTIVE CARD (CENTER HIGHLIGHT) */
.test-final-card.active {
    border: 2px solid #2f6fed;
    box-shadow: 0 15px 40px rgba(47,111,237,0.15);
}

/* BADGE */
.badge {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #2f6fed;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 10px;
}
/* SECTION */
.faq2-section {
    padding: 70px 20px;
}

/* HEADING */
.faq2-heading {
    text-align: center;
    margin-bottom: 35px;
}

.faq2-heading h2 {
    font-size: 26px;
    font-weight: 700;
}

.faq2-heading p {
    color: #6b7280;
    font-size: 14px;
}

/* CONTAINER */
.faq2-container {
    max-width: 800px;
    margin: auto;
}

/* ITEM */
.faq2-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 15px;
    border: 1px solid #eef1f5;
    overflow: hidden;
    transition: 0.3s;
}

/* QUESTION */
.faq2-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
}

.faq2-q h4 {
    font-size: 15px;
    font-weight: 600;
}

/* ICON */
.faq2-q i {
    transition: 0.3s;
}

/* ANSWER */
.faq2-a {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 13px;
    color: #6b7280;
    transition: all 0.3s ease;
}

/* ACTIVE STATE */
/* .faq2-item.active {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
} */

.faq2-item.active {
    border-left: 3px solid #2f6fed;
}
.faq2-item.active .faq2-a {
    max-height: 200px;
    padding: 0 20px 15px;
}

.faq2-item.active .faq2-q i {
    transform: rotate(45deg);
    color: #2f6fed;
}

/* =========================
   PREMIUM CONTENT SECTION
========================= */

.content-white {
  padding: 90px 20px;
  background: #ffffff;
}

/* CONTAINER */
.cw-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.cw-header {
  text-align: center;
  margin-bottom: 50px;
}

.cw-header h2 {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 700;
  color: #0f172a;
}

.subtitle {
  color: #64748b;
  font-size: 1rem;
  margin-top: 8px;
}

/* INTRO */
.cw-intro {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

.cw-intro p {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.cw-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

/* BOX */
.cw-box {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
  transition: 0.3s;
}

.cw-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.cw-box.big {
  border-left: 4px solid #2f6fed;
}

/* DYNAMIC CONTENT */
.cw-box h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.cw-box p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.7;
}

.cw-box p:empty {
  display: none;
}

/* GRID FEATURES */
.diff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.diff-item {
  background: #f9fafb;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.diff-item:hover {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.diff-item strong {
  display: block;
  font-size: 0.95rem;
  color: #1e40af;
  margin-bottom: 6px;
}

.diff-item span {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
}

/* FINAL TEXT */
.cw-final {
  margin-top: 25px;
  font-size: 1rem;
  font-weight: 600;
  color: #1e3a8a;
  text-align: center;
}

/* MOBILE */
@media (max-width: 768px) {
  .content-white {
    padding: 70px 15px;
  }

  .cw-box {
    padding: 24px 18px;
  }

  .cw-header h2 {
    font-size: 24px;
  }
}


.section-about {
    padding:50px 100px;
}    
.proeazy-about {
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.7;
}

.pa-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.pa-section {
  padding: 70px 0;
}

.pa-light {
  background: #f9fafb;
}

h1, h2, h3 {
  color: #0f0f0f;
}

/* HERO */
.pa-hero {
  background: linear-gradient(135deg,#4f46e5,#06b6d4);
  color: #fff;
  text-align: center;
  padding: 90px 20px;
}

.pa-hero h1 {
  font-size: 44px;
}

.pa-hero p {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
}

/* CARD */
.pa-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* GRID */
.pa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 25px;
}

/* STEPS */
.pa-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 20px;
}

.pa-step {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border-left: 4px solid #4f46e5;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* CTA */
.pa-cta {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  border-radius: 16px;
}

.pa-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 28px;
  background: #4f46e5;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.pa-btn:hover {
  background: #4338ca;
}

/* TEXT */
.pa-highlight {
  color: #4f46e5;
  font-weight: 600;
}

ul {
  padding-left: 20px;
}

/* MOBILE */
@media (max-width:768px) {
  .pa-hero h1 {
    font-size: 28px;
  }

  .pa-section {
    padding: 50px 0;
  }
}

.contclass {
        font-family: Arial, sans-serif;
        background-color: #f9f9f9;
        margin: 0;
        padding: 0;
        color: #333;
    }
    .contact-container {
        max-width: 800px;
        margin: 50px auto;
        padding: 40px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .contact-container h1 {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
        color: #222;
    }
    .contact-container p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .contact-details {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    .contact-details div {
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    .contact-details div span {
        font-weight: bold;
        width: 100px;
    }
    .contact-details a {
        color: #007bff;
        text-decoration: none;
    }
    .contact-details a:hover {
        text-decoration: underline;
    }
    @media (max-width: 600px) {
        .contact-details div {
            flex-direction: column;
            align-items: flex-start;
        }
        .contact-details div span {
            width: auto;
            margin-bottom: 5px;
        }
    }

    .tncbody {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        background-color: #f9f9f9;
        margin: 0;
        padding: 0;
    }
    .tnc-container {
        max-width: 900px;
        margin: 40px auto;
        padding: 30px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }
    .tnc-container h1, .tnc-container h2, .tnc-container h3 {
        color: #222;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .tnc-container p {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .tnc-container ul {
        margin: 10px 0 15px 20px;
        padding: 0;
    }
    .tnc-container li {
        margin-bottom: 10px;
    }
    .tnc-container hr {
        margin: 30px 0;
        border: none;
        border-top: 1px solid #ddd;
    }
    .tnc-note {
        font-size: 13px;
        color: #555;
    }

    /* Section */
.pz-subservices {
  padding: 70px 0;
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

/* Container */
.pz-container {
  max-width: 1150px;
  margin: auto;
  padding: 0 15px;
}

/* Header */
.pz-header {
  text-align: center;
  margin-bottom: 45px;
}

.pz-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
}

.pz-header p {
  font-size: 14px;
  color: #6b7280;
  margin-top: 6px;
}

/* Grid */
.pz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

/* Card */
.pz-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid #f1f1f1;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* Hover (premium subtle) */
.pz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Icon box */
.pz-icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 12px;
  border-radius: 12px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon */
.pz-icon i {
  font-size: 22px;
  color: #4f46e5;
}

/* Title */
.pz-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
} 

.tnc-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

.tnc-container h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.tnc-container h2 {
    margin-top: 30px;
    font-size: 22px;
}

.tnc-container h4 {
    margin-top: 20px;
    font-size: 18px;
}

.tnc-note {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
}

.tnc-container ul {
    margin-left: 20px;
}

.tnc-container li {
    margin-bottom: 8px;
}

.pva {
    color: blue !important;
    text-decoration: none;
}

/* avtar */
.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.user {
    display: flex;
    align-items: center;
    gap: 10px;
}