/* ============================================================
   SERVICE BHAIYA — app.css
   Single CSS file for the entire app (loaded via index.php)
   Theme: #dc2626 red, #991b1b dark red, #f3f4f6 bg, Poppins
============================================================ */

/* RESET */
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Poppins',sans-serif;background:#d1d5db;overflow-x:hidden;color:#111827;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
button{border:none;outline:none;font-family:'Poppins',sans-serif;cursor:pointer;}

/* APP SHELL */
.app{width:100%;max-width:430px;min-height:100vh;margin:auto;background:#f3f4f6;
  position:relative;overflow:hidden;box-shadow:0 0 60px rgba(0,0,0,.18);}

/* SECTION UTIL */
.sec{padding:26px 18px 0;}
.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;}
.sec-head h2{font-size:20px;font-weight:900;}
.sec-head h2 span,.sec-head h2 em{color:#dc2626;font-style:normal;}
.sec-head a,.sec-head-link{font-size:12px;font-weight:800;color:#dc2626;}
.fp{height:110px;}
.mt-20{margin-top:20px;}

/* ── SPLASH ─────────────────────────── */
.splash{position:fixed;inset:0;z-index:999999;
  background:linear-gradient(135deg,#dc2626,#7f1d1d);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#fff;text-align:center;transition:opacity .6s,visibility .6s;}
.splash.hide{opacity:0;visibility:hidden;pointer-events:none;}
.splash-logo{width:110px;height:110px;border-radius:30px;background:#fff;padding:14px;
  box-shadow:0 20px 50px rgba(0,0,0,.3);margin-bottom:24px;
  animation:splash-pop .5s cubic-bezier(.34,1.56,.64,1);}
@keyframes splash-pop{from{transform:scale(.5);opacity:0;}to{transform:scale(1);opacity:1;}}
.splash h1{font-size:26px;font-weight:900;}
.splash h1 span{color:#fecaca;}
.splash p{margin-top:6px;font-size:12px;opacity:.8;}
.splash-dots{display:flex;gap:8px;margin-top:28px;}
.splash-dots span{width:10px;height:10px;border-radius:50%;background:#fff;opacity:.4;
  animation:sdot 1.2s infinite ease-in-out;}
.splash-dots span:nth-child(2){animation-delay:.15s;}
.splash-dots span:nth-child(3){animation-delay:.3s;}
@keyframes sdot{0%,80%,100%{transform:scale(.6);opacity:.4;}40%{transform:scale(1);opacity:1;}}

/* ── OVERLAY + SIDEBAR ───────────────── */
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;
  opacity:0;visibility:hidden;transition:.3s;}
.overlay.active{opacity:1;visibility:visible;}
.sidebar{position:fixed;top:0;left:-310px;width:300px;height:100vh;
  background:#fff;z-index:99999;transition:.4s cubic-bezier(.4,0,.2,1);
  padding:20px;overflow-y:auto;box-shadow:0 0 50px rgba(0,0,0,.2);}
.sidebar.active{left:0;}
.sb-top{display:flex;align-items:center;justify-content:space-between;}
.sb-logo{width:54px;height:54px;object-fit:contain;}
.close-sb{width:42px;height:42px;border-radius:14px;background:#f3f4f6;font-size:18px;}
.sb-profile{margin-top:18px;padding:16px;border-radius:20px;
  background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;}
.sb-profile h3{font-size:14px;font-weight:800;}
.sb-profile p{font-size:11px;opacity:.8;margin-top:3px;}
.sb-login-cta{margin-top:12px;display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.2);padding:9px 14px;border-radius:12px;
  font-size:12px;font-weight:800;color:#fff;}
.sb-group{margin:18px 0 8px;font-size:10px;font-weight:800;color:#9ca3af;
  letter-spacing:.08em;text-transform:uppercase;}
.sb-links{display:flex;flex-direction:column;gap:8px;}
.sb-links a{height:48px;border-radius:14px;background:#f9fafb;display:flex;
  align-items:center;gap:12px;padding:0 14px;font-size:13px;font-weight:700;
  color:#111827;transition:.25s;}
.sb-links a:hover,.sb-links a.active{background:#dc2626;color:#fff;}
.sb-links a i{width:26px;text-align:center;color:#dc2626;font-size:14px;}
.sb-links a:hover i,.sb-links a.active i{color:#fff;}
.sb-soon{margin-left:auto;font-size:9px;font-weight:900;background:#facc15;
  color:#111827;padding:3px 8px;border-radius:50px;}
.sb-install{width:100%;height:48px;border-radius:14px;margin-top:10px;
  background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;
  display:flex;align-items:center;gap:12px;padding:0 14px;
  font-size:13px;font-weight:800;}

/* ── TOPBAR ──────────────────────────── */
.topbar{width:100%;height:68px;background:#fff;display:flex;align-items:center;
  justify-content:space-between;padding:0 16px;position:sticky;top:0;z-index:999;
  box-shadow:0 2px 20px rgba(0,0,0,.06);}
.nb-left{display:flex;align-items:center;gap:12px;}
.menu-btn{width:44px;height:44px;border-radius:14px;background:#f3f4f6;font-size:17px;}
.brand{display:flex;align-items:center;gap:10px;}
.brand img{width:44px;height:44px;object-fit:contain;}
.brand h2{font-size:16px;font-weight:900;line-height:1.1;color:#111827;}
.brand h2 span{color:#dc2626;}
.brand p{font-size:10px;color:#6b7280;margin-top:2px;}
.nb-right{display:flex;align-items:center;gap:8px;}
.nb-btn{height:40px;padding:0 14px;border-radius:12px;font-size:12px;font-weight:800;
  display:flex;align-items:center;gap:6px;}
.nb-login{background:#f3f4f6;color:#111827;}
.nb-book{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;
  box-shadow:0 8px 20px rgba(220,38,38,.25);}

/* ── BOTTOM NAV ──────────────────────── */
.bottom-nav{width:100%;max-width:430px;height:74px;background:#fff;
  position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:997;
  display:flex;align-items:center;justify-content:space-around;
  box-shadow:0 -4px 20px rgba(0,0,0,.08);
  border-top-left-radius:22px;border-top-right-radius:22px;}
.bn-link{display:flex;flex-direction:column;align-items:center;gap:4px;
  color:#6b7280;font-size:10px;font-weight:700;background:none;border:none;cursor:pointer;}
.bn-link i{font-size:20px;transition:.25s;}
.bn-link.active,.bn-link:hover{color:#dc2626;}

/* ── FLOATING BTNS ───────────────────── */
.floating{position:fixed;right:18px;bottom:88px;display:flex;flex-direction:column;
  gap:12px;z-index:998;}
.fl-btn{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;
  justify-content:center;color:#fff;font-size:22px;box-shadow:0 12px 24px rgba(0,0,0,.22);}
.fl-wa{background:#22c55e;}
.fl-share{background:#2563eb;}
.fl-top{background:#111827;display:none;}

/* ── HERO ────────────────────────────── */
.hero{padding:20px 18px 90px;
  background:linear-gradient(135deg,#dc2626,#991b1b);
  border-bottom-left-radius:36px;border-bottom-right-radius:36px;
  position:relative;overflow:hidden;}
.hero::before{content:'';position:absolute;width:250px;height:250px;border-radius:50%;
  background:rgba(255,255,255,.06);top:-100px;right:-80px;}
.hero-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;
  border-radius:50px;background:rgba(255,255,255,.13);color:#fff;
  font-size:11px;font-weight:700;position:relative;z-index:2;}
.hero-badge i{color:#fde68a;animation:spin 3s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
.hero h1{margin-top:14px;font-size:36px;font-weight:900;line-height:1.1;color:#fff;position:relative;z-index:2;}
.hero h1 span{color:#fecaca;}
.hero>p{margin-top:10px;font-size:13px;line-height:1.8;color:rgba(255,255,255,.88);position:relative;z-index:2;}

/* ── SLIDER ──────────────────────────── */
.hero-slider{margin-top:18px;width:100%;height:230px;border-radius:24px;
  overflow:hidden;position:relative;background:#fff;
  box-shadow:0 20px 50px rgba(0,0,0,.25);}
.slide{position:absolute;inset:0;opacity:0;transition:.9s ease;}
.slide.active{opacity:1;z-index:2;}
.slide img{width:100%;height:100%;object-fit:contain;background:#fff;}
.slider-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);
  display:flex;gap:5px;z-index:5;flex-wrap:wrap;justify-content:center;max-width:92%;}
.dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer;transition:.3s;}
.dot.active{background:#dc2626;width:16px;border-radius:6px;}
.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;
  border-radius:50%;background:rgba(0,0,0,.28);color:#fff;font-size:11px;z-index:6;}
.slider-arrow.prev{left:8px;}.slider-arrow.next{right:8px;}

/* ── AUTH CARD ───────────────────────── */
.auth-card{margin-top:18px;background:#fff;border-radius:24px;padding:18px;
  box-shadow:0 20px 40px rgba(0,0,0,.12);position:relative;z-index:2;}
.auth-tabs{display:flex;background:#f3f4f6;border-radius:13px;padding:5px;gap:4px;}
.auth-tab{flex:1;height:46px;border-radius:10px;background:transparent;
  color:#6b7280;font-size:12px;font-weight:700;transition:.3s;}
.auth-tab.active{background:#dc2626;color:#fff;box-shadow:0 8px 20px rgba(220,38,38,.2);}
.auth-panel{display:none;margin-top:14px;}
.auth-panel.active{display:block;}
.auth-hint{font-size:11px;color:#9ca3af;text-align:center;margin-top:8px;}

/* ── QUICK ACTIONS ───────────────────── */
.qa-wrap{margin-top:-54px;padding:0 18px;position:relative;z-index:20;}
.qa-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.qa-card{background:#fff;border-radius:18px;padding:12px 6px;text-align:center;
  box-shadow:0 10px 24px rgba(0,0,0,.07);transition:.3s;display:block;color:#111827;}
.qa-card:hover{transform:translateY(-4px);}
.qa-icon{width:48px;height:48px;border-radius:14px;margin:auto;
  background:linear-gradient(135deg,#dc2626,#991b1b);display:flex;
  align-items:center;justify-content:center;color:#fff;font-size:19px;}
.qa-icon i{animation:pulse-i 2.5s ease-in-out infinite;}
@keyframes pulse-i{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}
.qa-card h3{margin-top:8px;font-size:10px;font-weight:800;}

/* ── SERVICE CARDS ───────────────────── */
.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.svc-card{background:#fff;border-radius:22px;overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.06);transition:.3s;display:block;color:#111827;}
.svc-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(220,38,38,.13);}
.svc-img{height:120px;overflow:hidden;position:relative;}
.svc-img img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.svc-card:hover .svc-img img{transform:scale(1.06);}
.svc-badge{position:absolute;top:7px;left:7px;background:#dc2626;color:#fff;
  font-size:9px;font-weight:900;padding:3px 8px;border-radius:50px;}
.svc-body{padding:10px 12px 12px;text-align:center;}
.svc-body h3{font-size:12px;font-weight:800;}
.svc-body p{font-size:10px;color:#9ca3af;margin-top:2px;}
.svc-bottom{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:8px;flex-wrap:wrap;}
.svc-price{font-size:16px;font-weight:900;color:#dc2626;}
.svc-rating{font-size:10px;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:3px;}
.svc-rating i{color:#facc15;}
.svc-book-btn{margin-top:10px;width:100%;height:36px;border:none;border-radius:12px;cursor:pointer;
  background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;font-size:12px;font-weight:800;
  letter-spacing:.3px;box-shadow:0 6px 14px rgba(220,38,38,.35);
  display:flex;align-items:center;justify-content:center;gap:6px;transition:.25s;}
.svc-book-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(220,38,38,.45);}
.svc-book-btn:active{transform:translateY(0);}

/* ── STATS ───────────────────────────── */
.stats-strip{margin:26px 18px 0;background:linear-gradient(135deg,#111827,#1f2937);
  border-radius:24px;padding:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;text-align:center;}
.stat h3{font-size:20px;font-weight:900;color:#fff;}
.stat h3 span{color:#dc2626;}
.stat p{font-size:10px;color:#9ca3af;margin-top:2px;font-weight:600;}

/* ── TRACKING ─────────────────────────  */
.tracking-sec{margin:26px 18px 0;background:#111827;border-radius:26px;padding:18px;color:#fff;}
.track-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.track-live{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;}
.pulse-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;animation:pd 1.2s infinite;}
@keyframes pd{0%,100%{transform:scale(.7);opacity:.5;}50%{transform:scale(1);opacity:1;}}
.map-wrap{border-radius:18px;overflow:hidden;height:190px;position:relative;}
.map-wrap iframe{width:100%;height:100%;border:none;}
.tech-chip{position:absolute;bottom:10px;left:10px;right:10px;background:#fff;
  border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;color:#111827;}
.tech-chip h4{font-size:12px;font-weight:800;}
.tech-chip p{font-size:10px;color:#6b7280;margin-top:2px;}
.eta{background:#dc2626;color:#fff;padding:7px 11px;border-radius:9px;font-size:11px;font-weight:900;}

/* ── BROCHURE CARD ────────────────────  */
.bro-card{margin:26px 18px 0;background:linear-gradient(135deg,#dc2626,#991b1b);
  border-radius:26px;padding:22px;color:#fff;position:relative;overflow:hidden;}
.bro-card::before{content:'';position:absolute;width:150px;height:150px;
  border-radius:50%;background:rgba(255,255,255,.07);top:-50px;right:-50px;}
.bro-card h2{font-size:22px;font-weight:900;position:relative;z-index:2;}
.bro-card p{margin-top:8px;font-size:13px;line-height:1.7;opacity:.9;position:relative;z-index:2;}
.bro-btns{display:flex;gap:10px;margin-top:16px;position:relative;z-index:2;flex-wrap:wrap;}
.bro-btn{flex:1;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;
  gap:8px;font-size:12px;font-weight:800;min-width:100px;}
.bro-btn.dl{background:#fff;color:#dc2626;}
.bro-btn.wa{background:#16a34a;color:#fff;}
.bro-btn.call{background:#111827;color:#fff;}

/* ── ABOUT ────────────────────────────  */
.about-card{margin:26px 18px 0;border-radius:26px;overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.06);background:#fff;}
.about-card img{width:100%;height:auto;display:block;max-height:340px;object-fit:contain;background:#fff;}
.about-body{padding:18px;}
.about-body h2{font-size:19px;font-weight:900;}
.about-body h2 span{color:#dc2626;}
.about-body p{margin-top:8px;font-size:13px;color:#6b7280;line-height:1.8;}

/* ── PLANS ─────────────────────────────  */
.plans-scroll{display:flex;gap:14px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;}
.plans-scroll::-webkit-scrollbar{display:none;}
.plan-card{min-width:230px;border-radius:22px;padding:20px;
  background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.07);flex-shrink:0;position:relative;}
.plan-card.featured{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;}
.plan-label{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:8px;}
.plan-card.featured .plan-label{color:rgba(255,255,255,.7);}
.plan-popular{position:absolute;top:16px;right:16px;background:#facc15;color:#111827;
  font-size:9px;font-weight:900;padding:3px 10px;border-radius:50px;}
.plan-card h3{font-size:17px;font-weight:900;}
.plan-price{font-size:38px;font-weight:900;line-height:1;margin:10px 0;}
.plan-price span{font-size:13px;font-weight:600;opacity:.7;}
.plan-card ul{list-style:none;display:grid;gap:7px;}
.plan-card ul li{font-size:12px;font-weight:600;display:flex;align-items:flex-start;gap:7px;}
.plan-card ul li i{color:#16a34a;font-size:10px;margin-top:2px;flex-shrink:0;}
.plan-card.featured ul li i{color:#fde68a;}
.plan-cta{margin-top:16px;width:100%;height:44px;border-radius:13px;
  background:#111827;color:#fff;font-size:13px;font-weight:800;
  display:flex;align-items:center;justify-content:center;gap:8px;}
.plan-card.featured .plan-cta{background:#fff;color:#dc2626;}

/* ── PRICE LIST ───────────────────────  */
.price-tabs{display:flex;gap:10px;margin-bottom:14px;}
.price-tab{flex:1;height:42px;border-radius:12px;background:#f3f4f6;font-size:12px;font-weight:800;transition:.3s;}
.price-tab.active{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;}
.price-table{display:grid;gap:9px;}
.price-row{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:14px;background:#f9fafb;transition:.3s;}
.price-row:hover{background:#fef2f2;transform:translateX(3px);}
.pr-ic{width:38px;height:38px;border-radius:11px;flex-shrink:0;
  background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;}
.pr-name{flex:1;font-size:12px;font-weight:700;}
.pr-name small{display:block;font-weight:500;color:#9ca3af;font-size:10px;}
.pr-amt{font-size:14px;font-weight:900;color:#dc2626;}
.pdf-strip{margin-top:18px;background:#fff7ed;border:2px dashed #fb923c;border-radius:18px;
  padding:16px;display:flex;align-items:center;gap:12px;}
.pdf-ic{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#dc2626,#991b1b);
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0;}
.pdf-text p:first-child{font-size:13px;font-weight:800;}
.pdf-text p:last-child{font-size:11px;color:#6b7280;margin-top:2px;}
.pdf-dl{margin-left:auto;background:#111827;color:#fff;font-size:11px;font-weight:800;
  padding:10px 13px;border-radius:11px;flex-shrink:0;display:flex;align-items:center;gap:6px;}

/* ── WHY CHOOSE US rows ───────────────  */
.why-grid{display:grid;gap:10px;}
.why-row{background:#fff;border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;box-shadow:0 6px 18px rgba(0,0,0,.05);}
.why-ic{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#dc2626,#991b1b);
  color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;}
.why-row h4{font-size:13px;font-weight:800;}
.why-row p{font-size:11px;color:#6b7280;margin-top:2px;}

/* ── CONTACT FORM ─────────────────────  */
.contact-wrap{background:#fff;border-radius:22px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.06);}
.contact-wrap h2{font-size:19px;font-weight:900;margin-bottom:14px;}
.contact-wrap h2 span{color:#dc2626;}
.contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;}
.ci-card{background:#f8fafc;border-radius:14px;padding:12px;text-align:center;}
.ci-card i{width:40px;height:40px;border-radius:11px;margin:auto;
  background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;font-size:15px;
  display:flex;align-items:center;justify-content:center;}
.ci-card h4{font-size:11px;font-weight:800;margin-top:7px;}
.ci-card p{font-size:10px;color:#6b7280;margin-top:3px;line-height:1.5;}
.c-success{display:none;background:#dcfce7;color:#166534;padding:12px;
  border-radius:13px;font-size:13px;font-weight:700;text-align:center;margin-top:12px;}

/* ── FORMS (shared) ────────────────────  */
.f-label{font-size:12px;font-weight:800;color:#374151;margin-bottom:7px;display:block;}
.f-input{width:100%;height:50px;border-radius:13px;background:#f9fafb;
  border:1.5px solid transparent;padding:0 16px;font-size:13px;font-weight:500;
  font-family:'Poppins',sans-serif;margin-bottom:12px;transition:.3s;}
.f-input:focus{background:#fff;border-color:#dc2626;outline:none;}
.f-select{width:100%;height:50px;border-radius:13px;background:#f9fafb;
  border:1.5px solid transparent;padding:0 14px;font-size:13px;font-weight:500;
  font-family:'Poppins',sans-serif;margin-bottom:12px;transition:.3s;}
.f-select:focus{background:#fff;border-color:#dc2626;outline:none;}
.f-textarea{width:100%;height:110px;border-radius:13px;background:#f9fafb;
  border:1.5px solid transparent;padding:13px 16px;font-size:13px;font-weight:500;
  font-family:'Poppins',sans-serif;resize:none;margin-bottom:12px;transition:.3s;}
.f-textarea:focus{background:#fff;border-color:#dc2626;outline:none;}
.f-submit{width:100%;height:50px;border-radius:13px;
  background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;
  font-size:14px;font-weight:800;box-shadow:0 12px 28px rgba(220,38,38,.22);}
.f-row{display:flex;gap:12px;}
.f-row>div{flex:1;}

/* ── BOOKING ──────────────────────────  */
.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
.cat-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.06);
  transition:.3s;border:2px solid transparent;cursor:pointer;position:relative;}
.cat-card.selected{border-color:#dc2626;}
.cat-card:hover{transform:translateY(-3px);}
.cat-img{height:100px;overflow:hidden;}
.cat-img img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.cat-card.selected .cat-img img{transform:scale(1.04);}
.cat-badge{position:absolute;top:7px;left:7px;background:#dc2626;color:#fff;
  font-size:9px;font-weight:900;padding:3px 8px;border-radius:50px;}
.cat-tick{position:absolute;top:7px;right:7px;width:20px;height:20px;border-radius:50%;
  background:#dc2626;color:#fff;display:none;align-items:center;justify-content:center;font-size:9px;z-index:2;}
.cat-card.selected .cat-tick{display:flex;}
.cat-body{padding:10px 12px;}
.cat-body h4{font-size:12px;font-weight:800;}
.cat-body p{font-size:9px;color:#9ca3af;margin-top:2px;}
.cat-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:6px;}
.cat-price-row span:first-child{font-size:14px;font-weight:900;color:#dc2626;}
.cat-price-row .cat-rat{font-size:9px;color:#9ca3af;display:flex;align-items:center;gap:2px;}
.cat-price-row .cat-rat i{color:#facc15;}

.sel-strip{display:flex;align-items:center;gap:12px;background:#fef2f2;
  border:1px dashed #fca5a5;border-radius:16px;padding:12px 14px;margin:14px 0;}
.sel-ic{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#dc2626,#991b1b);
  color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;}
.sel-strip h4{font-size:13px;font-weight:800;}
.sel-strip p{font-size:11px;color:#6b7280;}
.sel-price{margin-left:auto;font-size:15px;font-weight:900;color:#dc2626;}

.sum-list{display:grid;gap:9px;}
.sum-row{display:flex;justify-content:space-between;font-size:12px;color:#475569;}
.sum-row.total{border-top:1px dashed #e2e8f0;padding-top:10px;margin-top:4px;
  font-weight:900;font-size:15px;color:#111827;}
.sum-row.total span:last-child{color:#dc2626;}
.sum-discount{color:#16a34a !important;}

/* ── LOGIN OTP ────────────────────────  */
.step-dots{display:flex;justify-content:center;gap:7px;margin-bottom:18px;}
.step-dots span{width:7px;height:7px;border-radius:50%;background:#e5e7eb;}
.step-dots span.active{background:#dc2626;width:20px;border-radius:6px;}
.otp-row{display:flex;gap:10px;justify-content:center;margin:16px 0;}
.otp-box{width:46px;height:54px;border-radius:13px;background:#f9fafb;text-align:center;
  font-size:22px;font-weight:800;border:1.5px solid #e5e7eb;font-family:'Poppins',sans-serif;}
.otp-box:focus{border-color:#dc2626;background:#fff;outline:none;}
.hint-text{font-size:11px;color:#9ca3af;text-align:center;margin-top:10px;}
.hint-text b{color:#dc2626;cursor:pointer;}

/* ── LIST CARDS (bookings/complaints) ─  */
.list-card{background:#fff;border-radius:20px;padding:16px;margin-bottom:12px;
  box-shadow:0 8px 22px rgba(0,0,0,.05);}
.lc-top{display:flex;align-items:center;justify-content:space-between;}
.lc-top h4{font-size:13px;font-weight:800;}
.id-tag{font-size:10px;font-weight:800;color:#dc2626;background:#fef2f2;padding:4px 10px;border-radius:50px;}
.list-card p{font-size:11px;color:#6b7280;margin-top:5px;line-height:1.5;}
.status-badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:800;
  padding:5px 11px;border-radius:50px;margin-top:8px;}
.s-pending{background:#fef9c3;color:#92400e;}
.s-progress{background:#dbeafe;color:#1e40af;}
.s-done{background:#dcfce7;color:#166534;}
.empty-state{text-align:center;padding:36px 20px;color:#9ca3af;}
.empty-state i{font-size:38px;margin-bottom:10px;color:#fecaca;display:block;}
.empty-state p{font-size:13px;}

/* ── TRACKING TIMELINE ────────────────  */
.timeline{margin-top:18px;display:grid;gap:0;}
.tl-item{display:flex;gap:12px;padding-bottom:22px;position:relative;}
.tl-item:last-child{padding-bottom:0;}
.tl-item::before{content:'';position:absolute;left:11px;top:28px;bottom:0;width:2px;background:#e5e7eb;}
.tl-item:last-child::before{display:none;}
.tl-item.done::before{background:#16a34a;}
.tl-dot{width:26px;height:26px;border-radius:50%;background:#e5e7eb;color:#9ca3af;
  flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;z-index:2;}
.tl-item.done .tl-dot{background:#16a34a;color:#fff;}
.tl-item.active .tl-dot{background:#dc2626;color:#fff;}
.tl-text h5{font-size:13px;font-weight:800;}
.tl-text p{font-size:11px;color:#9ca3af;margin-top:2px;}

/* ── STAR RATINGS ─────────────────────  */
.stars{display:flex;gap:3px;font-size:13px;color:#facc15;}
.stars i.empty{color:#e5e7eb;}
.rat-row{display:flex;align-items:center;gap:7px;}
.rat-num{font-size:12px;font-weight:800;color:#374151;}
.rat-cnt{font-size:11px;color:#9ca3af;}
.star-input{display:flex;gap:10px;justify-content:center;font-size:30px;color:#e5e7eb;cursor:pointer;margin:8px 0;}
.star-input i.active{color:#facc15;}

/* ── USER STRIP ───────────────────────  */
.user-strip{display:flex;align-items:center;gap:10px;background:#fef2f2;
  border-radius:16px;padding:12px 14px;margin-bottom:14px;}
.us-ic{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#dc2626,#991b1b);
  color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;}
.us-ic-g{background:#9ca3af;}
.user-strip h4{font-size:13px;font-weight:800;color:#111827;}
.user-strip p{font-size:11px;color:#6b7280;}
.user-strip a{margin-left:auto;font-size:11px;font-weight:800;color:#dc2626;}

/* ── PAGE INNER HEADER ────────────────  */
.page-inner-head{background:linear-gradient(135deg,#dc2626,#991b1b);
  padding:20px 18px 26px;position:relative;overflow:hidden;}
.page-inner-head::before{content:'';position:absolute;width:200px;height:200px;border-radius:50%;
  background:rgba(255,255,255,.07);top:-80px;right:-60px;}
.page-inner-head h1{font-size:22px;font-weight:900;color:#fff;position:relative;z-index:2;
  display:flex;align-items:center;gap:10px;}
.page-inner-head p{font-size:12px;color:rgba(255,255,255,.88);line-height:1.7;margin-top:7px;position:relative;z-index:2;}

/* ── SERVICE DETAIL PAGE ──────────────  */
.svc-detail-img{width:100%;height:190px;object-fit:cover;display:block;}
.svc-detail-body{padding:18px;}
.svc-detail-body h1{font-size:20px;font-weight:900;}
.svc-price-box{display:flex;align-items:center;justify-content:space-between;
  background:#fef2f2;border-radius:14px;padding:14px;margin:14px 0;}
.svc-price-box .big-price{font-size:26px;font-weight:900;color:#dc2626;}
.svc-price-box .big-price small{font-size:12px;font-weight:600;opacity:.7;}

/* ── PWA INSTALL BAR ──────────────────  */
.install-bar{position:fixed;left:50%;transform:translateX(-50%) translateY(100px);
  bottom:86px;width:calc(100% - 32px);max-width:396px;background:#111827;
  color:#fff;padding:13px 14px;border-radius:20px;z-index:99998;
  display:flex;align-items:center;gap:10px;
  box-shadow:0 20px 40px rgba(0,0,0,.35);
  transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .4s;opacity:0;}
.install-bar.show{transform:translateX(-50%) translateY(0);opacity:1;}
.ib-img{width:44px;height:44px;border-radius:12px;background:#fff;padding:5px;object-fit:contain;flex-shrink:0;}
.ib-text h4{font-size:12px;font-weight:800;}
.ib-text p{font-size:10px;opacity:.65;margin-top:2px;}
.ib-actions{margin-left:auto;display:flex;align-items:center;gap:7px;flex-shrink:0;}
.ib-install{height:36px;padding:0 14px;border-radius:11px;
  background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;font-size:11px;font-weight:800;}
.ib-close{width:30px;height:30px;border-radius:9px;background:rgba(255,255,255,.1);color:#fff;font-size:13px;}
.ios-sheet{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:999998;
  display:none;align-items:flex-end;justify-content:center;}
.ios-sheet.show{display:flex;}
.ios-card{background:#fff;border-radius:22px 22px 0 0;padding:22px;
  width:100%;max-width:430px;text-align:center;animation:sheet-up .3s ease;}
@keyframes sheet-up{from{transform:translateY(100%);}to{transform:translateY(0);}}
.ios-card img{width:50px;height:50px;border-radius:13px;margin:0 auto 10px;object-fit:contain;}
.ios-card h4{font-size:15px;font-weight:900;margin-bottom:7px;}
.ios-card p{font-size:13px;color:#6b7280;line-height:1.8;margin-bottom:14px;}
.ios-card p i{color:#2563eb;}
.ios-close{width:100%;height:46px;border-radius:13px;background:#f3f4f6;color:#111827;font-weight:800;font-size:13px;}

/* ── TOAST ────────────────────────────  */
.toast{position:fixed;bottom:88px;left:50%;transform:translateX(-50%) translateY(18px);
  background:#111827;color:#fff;padding:10px 20px;border-radius:50px;font-size:11px;
  font-weight:700;z-index:999999;opacity:0;transition:.3s;white-space:nowrap;}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0);}