/* ============================================================
   VIMAL LAUNDRY & DRY CLEANING — Main Stylesheet
   Color Theme: Blue (#1a56db) + White — Clean & Trustworthy
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ---- VARIABLES ---- */
:root {
  --primary:       #1a56db;
  --primary-dark:  #1e429f;
  --primary-light: #e8f0fe;
  --secondary:     #0ea5e9;
  --accent:        #ef4444;
  --success:       #25d366;
  --warning:       #f59e0b;
  --text:          #1f2937;
  --text-light:    #6b7280;
  --border:        #e5e7eb;
  --bg:            #f9fafb;
  --white:         #ffffff;
  --shadow:        0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
  --shadow-lg:     0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  --radius:        8px;
  --radius-lg:     16px;
  --transition:    all 0.3s ease;
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Poppins', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: 'Poppins', sans-serif; }

/* ---- UTILITIES ---- */
.container    { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section      { padding: 80px 0; }
.section-alt  { background: var(--bg); }
.text-center  { text-align: center; }
.text-primary { color: var(--primary); }

.badge {
  display: inline-block; background: var(--primary-light); color: var(--primary);
  padding: 5px 14px; border-radius: 50px; font-size: 13px; font-weight: 600;
}

.section-header { margin-bottom: 50px; }
.section-header h2 { font-size: 2.1rem; font-weight: 700; margin-bottom: 12px; }
.section-header p  { color: var(--text-light); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px;
  border-radius: var(--radius); font-weight: 600; font-size: 15px; cursor: pointer;
  border: none; transition: var(--transition); font-family: 'Poppins', sans-serif;
  white-space: nowrap;
}
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-primary   { background: var(--primary); color: var(--white); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-dark      { background: #1f2937; color: var(--white); }
.btn-dark:hover { background: #111827; transform: translateY(-2px); }
.btn-whatsapp  { background: #25d366; color: var(--white); }
.btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-outline   { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.7); }
.btn-outline:hover { background: var(--white); color: var(--primary); border-color: var(--white); }
.btn-outline-primary { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline-primary:hover { background: var(--primary); color: var(--white); }
.btn-block     { width: 100%; justify-content: center; }

/* ---- ANNOUNCEMENT BAR ---- */
.announcement-bar {
  background: var(--primary-dark); color: var(--white); text-align: center;
  padding: 10px 20px; font-size: 14px; font-weight: 500; position: relative; z-index: 1001;
}
.announcement-bar strong { color: #fbbf24; }
.announcement-bar a { color: #fbbf24; text-decoration: underline; font-weight: 600; }

/* ---- HEADER ---- */
header {
  position: sticky; top: 0; z-index: 1000; background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; max-width: 1200px; margin: 0 auto;
}
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { height: 48px; width: auto; max-width: 180px; display: block; object-fit: contain; flex-shrink: 0; }
.logo-icon { display: none; }
.logo-text { display: none; }

nav ul { display: flex; align-items: center; gap: 28px; }
nav ul a {
  font-weight: 500; color: var(--text); font-size: 14px; transition: var(--transition);
  position: relative; padding-bottom: 2px;
}
nav ul a:hover, nav ul a.active { color: var(--primary); }
.nav-quote-btn {
  background: var(--primary) !important; color: white !important;
  padding: 6px 16px !important; border-radius: 50px !important;
  font-weight: 600 !important; font-size: 13px !important;
  transition: var(--transition) !important;
}
.nav-quote-btn:hover { background: var(--primary-dark) !important; color: white !important; }
nav ul a.active::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--primary); border-radius: 2px;
}
.header-cta { display: flex; gap: 8px; }

.hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 6px; background: none; border: none; z-index: 1001;
}
.hamburger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-overlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,.5); z-index: 998; opacity: 0; pointer-events: none; transition: var(--transition);
}
.nav-overlay.active { opacity: 1; pointer-events: all; }

/* ---- HERO ---- */
.hero {
  background: linear-gradient(135deg, #1e429f 0%, #1a56db 55%, #0ea5e9 100%);
  color: var(--white); padding: 90px 0 80px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -40%; right: -8%; width: 550px; height: 550px;
  background: rgba(255,255,255,.05); border-radius: 50%;
}
.hero::after {
  content: ''; position: absolute; bottom: -35%; left: -4%; width: 380px; height: 380px;
  background: rgba(255,255,255,.06); border-radius: 50%;
}
.hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 48px; align-items: center;
}
.hero-content { position: relative; z-index: 1; }

/* ---- HERO IMAGE (right panel) ---- */
.hero-image-wrap {
  position: relative; z-index: 1; display: flex;
  justify-content: center; align-items: center;
}
/* ---- HERO SLIDER ---- */
.hero-slider {
  position: relative; width: 100%; height: 440px;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,.40);
}
.hero-slide {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0; transition: opacity 0.8s ease;
}
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-slider-dots {
  position: absolute; bottom: 52px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 10;
}
.hero-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.5); cursor: pointer;
  transition: background 0.3s, transform 0.3s; border: 2px solid rgba(255,255,255,0.8);
}
.hero-dot.active { background: white; transform: scale(1.25); }
.hero-img-badge {
  position: absolute; bottom: -18px; left: 24px;
  background: white; color: var(--primary);
  font-weight: 700; font-size: 14px;
  padding: 10px 20px; border-radius: 50px;
  box-shadow: 0 6px 24px rgba(0,0,0,.18);
  white-space: nowrap;
}
.hero-img-available {
  position: absolute; top: 22px; right: -14px;
  background: white; padding: 10px 16px;
  border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,.2);
  font-size: 13px; font-weight: 600; color: var(--text);
  display: flex; align-items: center; gap: 8px; white-space: nowrap;
}
.pulse-green {
  width: 9px; height: 9px; background: #22c55e;
  border-radius: 50%; display: inline-block; flex-shrink: 0;
  animation: pulseGreen 2s ease-in-out infinite;
}
@keyframes pulseGreen {
  0%,100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.5); opacity: .6; }
}
.hero-badge {
  display: inline-block; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3);
  padding: 6px 18px; border-radius: 50px; font-size: 13px; font-weight: 500;
  margin-bottom: 22px; backdrop-filter: blur(6px);
}
.hero h1 { font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
.hero h1 span { color: #fbbf24; }
.hero p   { font-size: 1.1rem; opacity: .9; margin-bottom: 32px; max-width: 540px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 14px; opacity: .9; }
.trust-item .icon {
  width: 30px; height: 30px; background: rgba(255,255,255,.2);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px;
}

/* ---- URGENCY STRIP ---- */
.urgency-strip {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  color: white; padding: 13px 20px; text-align: center; font-size: 15px; font-weight: 600;
}
.pulse {
  display: inline-block; width: 10px; height: 10px; background: #fbbf24;
  border-radius: 50%; margin-right: 8px; animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.5); opacity: .6; }
}

/* ---- SERVICE CARDS ---- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 26px; }
.service-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 0;
  box-shadow: var(--shadow); transition: var(--transition); border: 1px solid var(--border);
  text-align: center; overflow: hidden;
}
.service-card > *:not(.service-img) { padding-left: 24px; padding-right: 24px; }
.service-card > .service-icon       { margin-top: 22px; }
.service-card > .service-price      { margin-bottom: 22px; }

/* Service card image thumbnail */
.service-img {
  width: 100%; height: 160px;
  background-size: cover; background-position: center;
  border-radius: 0; display: block;
  transition: transform .4s ease;
}
.service-card:hover .service-img { transform: scale(1.04); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
.service-icon {
  width: 70px; height: 70px; background: var(--primary-light); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 28px;
  margin: 0 auto 18px; transition: var(--transition);
}
.service-card:hover .service-icon { background: var(--primary); transform: scale(1.08); }
.service-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.service-card p  { color: var(--text-light); font-size: 14px; line-height: 1.7; }
.service-quote-btn {
  display: inline-block; background: var(--primary); color: white;
  padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: 600;
  margin-top: 14px; margin-bottom: 24px; text-decoration: none;
  transition: var(--transition);
}
.service-quote-btn:hover { background: var(--primary-dark); color: white; transform: translateY(-1px); }
.service-price   {
  display: inline-block; background: var(--primary-light); color: var(--primary);
  padding: 4px 14px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-top: 14px;
}

/* ---- WHY CHOOSE ---- */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.why-grid-3 { grid-template-columns: repeat(3, 1fr); }
.why-card { text-align: center; padding: 28px 18px; }
.why-icon { font-size: 2.6rem; margin-bottom: 14px; }
.why-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.why-card p  { font-size: 14px; color: var(--text-light); }

/* ---- STATS ---- */
.stats-section { background: var(--primary-dark); color: white; padding: 60px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; }
.stat-item { text-align: center; }
.stat-item .number { font-size: 2.8rem; font-weight: 800; color: #fbbf24; }
.stat-item .label  { font-size: 14px; opacity: .85; margin-top: 4px; }

/* ---- OFFER BANNER ---- */
.offer-banner {
  background: linear-gradient(135deg, #1e429f, #1a56db);
  color: white; border-radius: var(--radius-lg); padding: 50px 40px; text-align: center;
}
.offer-banner h2       { font-size: 2rem; font-weight: 800; margin-bottom: 12px; }
.offer-banner h2 span  { color: #fbbf24; }
.offer-banner p        { font-size: 1rem; opacity: .9; margin-bottom: 24px; }
.offer-code {
  display: inline-block; background: rgba(255,255,255,.15); border: 2px dashed rgba(255,255,255,.5);
  padding: 12px 30px; border-radius: var(--radius); font-size: 1.4rem; font-weight: 800;
  letter-spacing: 5px; color: #fbbf24; margin-bottom: 26px;
}

/* ---- TESTIMONIALS ---- */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 26px; }
.testimonial-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 28px;
  box-shadow: var(--shadow); border: 1px solid var(--border);
}
.stars        { color: #f59e0b; font-size: 18px; margin-bottom: 12px; }
.testimonial-card blockquote { color: var(--text); font-size: 15px; line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.reviewer     { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--primary-light);
  display: flex; align-items: center; justify-content: center; font-weight: 700;
  color: var(--primary); font-size: 16px; flex-shrink: 0;
}
.reviewer-info strong { display: block; font-size: 14px; font-weight: 600; }
.reviewer-info span   { font-size: 13px; color: var(--text-light); }

/* ---- FAQ ---- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq-question {
  width: 100%; text-align: left; padding: 18px 22px; background: var(--white);
  border: none; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--text);
  display: flex; justify-content: space-between; align-items: center; transition: var(--transition);
  font-family: 'Poppins', sans-serif;
}
.faq-question:hover { background: var(--bg); color: var(--primary); }
.faq-question.active { background: var(--primary-light); color: var(--primary); }
.faq-icon { font-size: 20px; transition: transform .35s ease; flex-shrink: 0; font-weight: 300; }
.faq-question.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-answer-inner { padding: 0 22px 18px; color: var(--text-light); font-size: 15px; line-height: 1.75; }

/* ---- BLOG CARDS ---- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.blog-card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--border); transition: var(--transition);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-img {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  height: 190px; display: flex; align-items: center; justify-content: center; font-size: 64px;
}
.blog-content { padding: 24px; }
.blog-meta     { display: flex; gap: 14px; margin-bottom: 12px; }
.blog-meta span { font-size: 12px; color: var(--text-light); background: var(--bg); padding: 2px 10px; border-radius: 50px; }
.blog-content h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; line-height: 1.45; }
.blog-content h3 a:hover { color: var(--primary); }
.blog-content p { font-size: 14px; color: var(--text-light); line-height: 1.7; margin-bottom: 16px; }
.read-more { font-size: 14px; font-weight: 600; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; }
.read-more:hover { gap: 10px; }

/* ---- MAP ---- */
.map-wrapper { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.map-wrapper iframe { width: 100%; height: 400px; border: none; display: block; }

/* ---- BOOKING STRIP ---- */
.booking-strip { background: var(--primary-light); padding: 50px 0; }
.booking-box {
  background: white; border-radius: var(--radius-lg); padding: 36px;
  box-shadow: var(--shadow-lg); max-width: 900px; margin: 0 auto;
}
.booking-box h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 6px; }
.booking-box > p { color: var(--text-light); font-size: 14px; margin-bottom: 26px; }
.booking-grid { display: grid; grid-template-columns: repeat(3,1fr) auto; gap: 14px; align-items: end; }

/* ---- CONTACT PAGE ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info h2 { font-size: 1.8rem; font-weight: 700; margin-bottom: 16px; }
.contact-info > p { color: var(--text-light); margin-bottom: 28px; }
.contact-items { display: flex; flex-direction: column; gap: 18px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-item-icon {
  width: 46px; height: 46px; background: var(--primary-light); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
}
.contact-item-text strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.contact-item-text span,
.contact-item-text a { color: var(--text-light); font-size: 14px; }
.contact-item-text a:hover { color: var(--primary); }
.contact-cta-btns { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

/* ---- FORM STYLES ---- */
.contact-form {
  background: var(--white); border-radius: var(--radius-lg); padding: 36px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--border);
}
.contact-form h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 22px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 11px 15px; border: 1px solid var(--border); border-radius: var(--radius);
  font-family: 'Poppins', sans-serif; font-size: 14px; color: var(--text);
  transition: var(--transition); background: var(--bg);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none; border-color: var(--primary); background: white;
  box-shadow: 0 0 0 3px rgba(26,86,219,.1);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-msg { padding: 13px 16px; border-radius: var(--radius); margin-top: 14px; font-size: 14px; display: none; }
.form-success { background: #d1fae5; border: 1px solid #a7f3d0; color: #065f46; }
.form-error   { background: #fee2e2; border: 1px solid #fecaca; color: #991b1b; }

/* ---- ABOUT PAGE ---- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-visual {
  background: linear-gradient(135deg, #1e429f, #1a56db);
  border-radius: var(--radius-lg); padding: 50px 36px; text-align: center; color: white;
}
.about-visual .big-icon { font-size: 80px; margin-bottom: 20px; }
.about-visual h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.about-visual p  { opacity: .9; font-size: 15px; line-height: 1.7; }
.about-content .badge  { margin-bottom: 16px; }
.about-content h2 { font-size: 2rem; font-weight: 700; margin-bottom: 14px; }
.about-content p  { color: var(--text-light); margin-bottom: 14px; line-height: 1.8; }
.about-features   { display: flex; flex-direction: column; gap: 14px; margin-top: 22px; }
.about-feature    { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.about-feature .check {
  width: 26px; height: 26px; background: var(--primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: white; font-size: 12px; flex-shrink: 0;
}

/* ---- PRICING PAGE ---- */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.pricing-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 36px 28px;
  box-shadow: var(--shadow); border: 2px solid var(--border); transition: var(--transition);
}
.pricing-card.featured { border-color: var(--primary); }
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pricing-head { margin-bottom: 24px; }
.pricing-icon { font-size: 2.2rem; margin-bottom: 10px; }
.pricing-head h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 6px; }
.pricing-head p  { font-size: 14px; color: var(--text-light); }
.popular-badge {
  display: inline-block; background: var(--primary); color: white;
  padding: 3px 12px; border-radius: 50px; font-size: 12px; font-weight: 600; margin-bottom: 10px;
}
.price-table { width: 100%; border-collapse: collapse; }
.price-table tr { border-bottom: 1px solid var(--border); }
.price-table tr:last-child { border-bottom: none; }
.price-table td { padding: 11px 0; font-size: 14px; color: var(--text); }
.price-table td:last-child { text-align: right; font-weight: 600; color: var(--primary); }

/* ---- SERVICE DETAIL ---- */
.service-detail-section { display: flex; flex-direction: column; gap: 36px; }
.service-detail-card {
  background: white; border-radius: var(--radius-lg); padding: 36px;
  box-shadow: var(--shadow); border: 1px solid var(--border);
  display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start;
}
.service-detail-icon {
  width: 80px; height: 80px; background: var(--primary-light); border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center; font-size: 36px; flex-shrink: 0;
}
.service-detail-card h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.service-detail-card p  { color: var(--text-light); line-height: 1.75; margin-bottom: 14px; }
.service-features { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.service-feature-tag {
  background: var(--primary-light); color: var(--primary); padding: 4px 14px;
  border-radius: 50px; font-size: 13px; font-weight: 500;
}

/* ---- PAGE HEADER ---- */
.page-header {
  background: linear-gradient(135deg, #1e429f, #1a56db); color: white;
  padding: 65px 0; text-align: center;
}
.page-header h1 { font-size: 2.4rem; font-weight: 800; margin-bottom: 12px; }
.page-header p  { font-size: 1.05rem; opacity: .9; max-width: 580px; margin: 0 auto 14px; }
.breadcrumb {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; opacity: .8;
}
.breadcrumb a { transition: var(--transition); }
.breadcrumb a:hover { color: #fbbf24; }
.breadcrumb .sep { opacity: .5; }

/* ---- BLOG POST ---- */
.blog-post-layout { display: grid; grid-template-columns: 1fr 320px; gap: 50px; }
.blog-post-content h2 { font-size: 1.5rem; font-weight: 700; margin: 28px 0 14px; color: var(--text); }
.blog-post-content h3 { font-size: 1.2rem; font-weight: 600; margin: 22px 0 10px; color: var(--text); }
.blog-post-content p  { color: var(--text-light); line-height: 1.8; margin-bottom: 14px; }
.blog-post-content ul { margin: 10px 0 14px 20px; list-style: disc; }
.blog-post-content ul li { color: var(--text-light); font-size: 15px; line-height: 1.8; }
.blog-post-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.blog-post-meta span { font-size: 13px; color: var(--text-light); }
.blog-post-featured { background: linear-gradient(135deg, var(--primary), var(--secondary)); height: 320px; border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-size: 100px; margin-bottom: 30px; }
.sidebar-widget { background: var(--white); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); border: 1px solid var(--border); margin-bottom: 24px; }
.sidebar-widget h4 { font-size: 1rem; font-weight: 700; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }

/* ---- FOOTER ---- */
footer { background: #0f172a; color: #cbd5e1; padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; padding-bottom: 48px; }
.footer-brand .logo-text      { color: white; }
.footer-brand .logo-text span { color: #94a3b8; }
.footer-desc { margin-top: 16px; font-size: 14px; line-height: 1.75; color: #94a3b8; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.social-link {
  width: 36px; height: 36px; border-radius: var(--radius); background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center; font-size: 15px; transition: var(--transition);
}
.social-link:hover { background: var(--primary); }
.footer-heading { font-weight: 600; color: white; margin-bottom: 16px; font-size: 15px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: #94a3b8; font-size: 14px; transition: var(--transition); }
.footer-links a:hover { color: white; padding-left: 4px; }
.footer-contact-items { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #94a3b8; }
.footer-contact-item .icon { margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 20px; text-align: center; font-size: 13px; color: #64748b;
}
.footer-bottom a { color: var(--primary); }

/* ---- FLOATING BUTTONS ---- */
.floating-buttons {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  display: flex; flex-direction: column; gap: 12px;
}
.float-btn {
  width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 22px; box-shadow: 0 4px 20px rgba(0,0,0,.25);
  cursor: pointer; transition: var(--transition); border: none; position: relative;
}
.float-btn:hover { transform: scale(1.12); }
.float-btn-wa   { background: #25d366; color: white; }
.float-btn-call { background: var(--primary); color: white; }
.float-tooltip {
  position: absolute; right: 68px; background: #1f2937; color: white;
  padding: 6px 12px; border-radius: 6px; font-size: 12px; font-weight: 500;
  white-space: nowrap; opacity: 0; pointer-events: none; transition: var(--transition);
  font-family: 'Poppins', sans-serif;
}
.float-tooltip::after {
  content: ''; position: absolute; left: 100%; top: 50%; transform: translateY(-50%);
  border: 5px solid transparent; border-left-color: #1f2937;
}
.float-btn:hover .float-tooltip { opacity: 1; }

/* ---- SCROLL TO TOP ---- */
.scroll-top {
  position: fixed; bottom: 24px; left: 24px; width: 42px; height: 42px;
  background: var(--text); color: white; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; font-size: 16px; cursor: pointer;
  opacity: 0; pointer-events: none; transition: var(--transition); border: none; z-index: 999;
}
.scroll-top.visible { opacity: 1; pointer-events: all; }
.scroll-top:hover   { background: var(--primary); transform: translateY(-3px); }

/* ---- ANIMATIONS ---- */
.fade-in { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ---- ADMIN ---- */
.admin-wrap { display: flex; min-height: 100vh; background: #f1f5f9; }
.admin-sidebar {
  width: 240px; background: #0f172a; min-height: 100vh; position: fixed;
  top: 0; left: 0; display: flex; flex-direction: column;
}
.admin-sidebar .a-logo {
  padding: 24px 20px; border-bottom: 1px solid rgba(255,255,255,.08);
  color: white; font-weight: 700; font-size: 15px; line-height: 1.3;
}
.admin-sidebar .a-logo span { display: block; font-size: 12px; color: #94a3b8; font-weight: 400; }
.admin-nav { padding: 16px 12px; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.admin-nav a {
  color: #94a3b8; padding: 10px 14px; border-radius: 6px; font-size: 14px;
  display: flex; align-items: center; gap: 10px; transition: var(--transition);
}
.admin-nav a:hover, .admin-nav a.active { background: rgba(255,255,255,.08); color: white; }
.admin-nav .nav-icon { font-size: 16px; }
.admin-main { margin-left: 240px; padding: 32px; flex: 1; }
.admin-topbar {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px;
}
.admin-topbar h1 { font-size: 1.5rem; font-weight: 700; }
.admin-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; margin-bottom: 28px; }
.admin-stat-card {
  background: white; border-radius: var(--radius-lg); padding: 24px;
  box-shadow: var(--shadow); border-left: 4px solid var(--primary);
}
.admin-stat-card.green  { border-left-color: #10b981; }
.admin-stat-card.orange { border-left-color: #f59e0b; }
.admin-stat-card.red    { border-left-color: #ef4444; }
.admin-stat-card .a-label { font-size: 13px; color: var(--text-light); margin-bottom: 8px; }
.admin-stat-card .a-value { font-size: 2rem; font-weight: 800; color: var(--text); }
.admin-card { background: white; border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); margin-bottom: 24px; }
.admin-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.admin-card-head h3 { font-size: 1.1rem; font-weight: 700; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th {
  text-align: left; padding: 12px 16px; font-size: 12px; font-weight: 600;
  color: var(--text-light); border-bottom: 2px solid var(--border); background: var(--bg);
  text-transform: uppercase; letter-spacing: .5px;
}
.data-table td { padding: 13px 16px; font-size: 14px; border-bottom: 1px solid var(--border); }
.data-table tr:hover td { background: var(--bg); }
.data-table tr:last-child td { border-bottom: none; }
.status-pill { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: 12px; font-weight: 600; }
.pill-new        { background: #dbeafe; color: #1d4ed8; }
.pill-contacted  { background: #d1fae5; color: #065f46; }
.pill-pending    { background: #fef3c7; color: #92400e; }
.pill-confirmed  { background: #d1fae5; color: #065f46; }
.pill-closed     { background: #f3f4f6; color: #6b7280; }

.admin-login-wrap {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1e429f, #1a56db);
}
.admin-login-box {
  background: white; border-radius: var(--radius-lg); padding: 44px 40px;
  box-shadow: 0 25px 50px rgba(0,0,0,.2); width: 100%; max-width: 420px;
}
.admin-login-box h1 { font-size: 1.6rem; font-weight: 700; margin-bottom: 6px; text-align: center; }
.admin-login-box p  { color: var(--text-light); font-size: 14px; text-align: center; margin-bottom: 28px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .contact-grid  { grid-template-columns: 1fr; }
  .about-grid    { grid-template-columns: 1fr; }
  .blog-post-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero h1 { font-size: 2rem; }
  .section { padding: 55px 0; }
  .section-header h2 { font-size: 1.7rem; }
  nav {
    position: fixed; top: 0; left: -100%; width: 280px; height: 100vh;
    background: white; box-shadow: var(--shadow-lg); z-index: 999;
    transition: var(--transition); padding-top: 70px; overflow-y: auto;
  }
  nav.open { left: 0; }
  nav ul   { flex-direction: column; align-items: flex-start; padding: 20px; gap: 4px; }
  nav ul li { width: 100%; }
  nav ul a  { display: block; padding: 12px 16px; border-radius: var(--radius); font-size: 15px; }
  nav ul a.active::after { display: none; }
  .hamburger { display: flex; }
  .header-cta .btn { display: none; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { justify-content: center; }
  .booking-grid  { grid-template-columns: 1fr; }
  .form-row      { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr; gap: 28px; }
  .page-header h1 { font-size: 1.8rem; }
  .stats-grid    { grid-template-columns: repeat(2, 1fr); }
  .offer-banner  { padding: 32px 22px; }
  .offer-banner h2 { font-size: 1.5rem; }
  .service-detail-card { grid-template-columns: 1fr; }
  .admin-wrap    { flex-direction: column; }
  .admin-sidebar { width: 100%; min-height: auto; position: relative; }
  .admin-main    { margin-left: 0; padding: 20px; }
}
@media (max-width: 480px) {
  .hero h1  { font-size: 1.6rem; }
  .floating-buttons { bottom: 16px; right: 16px; }
  .float-btn { width: 50px; height: 50px; font-size: 20px; }
  .scroll-top { bottom: 16px; left: 16px; width: 38px; height: 38px; }
  .admin-stats-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   GOOGLE REVIEWS & CONVERSION BOOST — New Components
   ============================================================ */

/* ---- TRUST STRIP ---- */
.trust-strip {
  background: #1e429f; color: white;
  padding: 11px 0; border-top: 1px solid rgba(255,255,255,.1);
}
.trust-strip-items {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap; font-size: 13px; font-weight: 500;
}
.trust-strip-items .sep { opacity: .35; font-size: 16px; }

/* ---- HERO RATING ROW ---- */
.hero-rating {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 26px; flex-wrap: wrap;
}
.hero-stars { color: #fbbf24; font-size: 22px; letter-spacing: 2px; }
.hero-rating span { font-size: 14px; opacity: .92; }
.hero-rating span strong { color: #fbbf24; }

/* ---- RATING BREAKDOWN ---- */
.rating-breakdown-wrap {
  display: flex; align-items: center; justify-content: center;
  gap: 36px; margin-top: 32px; flex-wrap: wrap;
}
.rating-showcase {
  background: white; border-radius: var(--radius-lg); padding: 28px 36px;
  text-align: center; box-shadow: var(--shadow-lg); min-width: 160px;
}
.rating-big      { font-size: 4.5rem; font-weight: 800; color: var(--primary); line-height: 1; }
.rating-stars-lg { font-size: 2rem; color: #f59e0b; margin: 8px 0; }
.rating-meta     { font-size: 13px; color: var(--text-light); }

.rating-bars { text-align: left; min-width: 220px; }
.rbar-row {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 8px; font-size: 13px;
}
.rbar-label { width: 34px; color: var(--text-light); flex-shrink: 0; }
.rbar-track {
  flex: 1; background: var(--border); border-radius: 4px;
  height: 8px; overflow: hidden;
}
.rbar-fill  { height: 100%; background: #f59e0b; border-radius: 4px; }
.rbar-pct   { width: 32px; text-align: right; color: var(--text-light); flex-shrink: 0; }

/* ---- SLIDER ---- */
.slider-outer  { overflow: hidden; }
.slider-track  {
  display: flex; gap: 24px;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.slider-track .testimonial-card { flex-shrink: 0; }

.slider-nav {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-top: 28px;
}
.slider-btn {
  width: 42px; height: 42px; border-radius: 50%;
  border: 2px solid var(--primary); background: white; color: var(--primary);
  font-size: 18px; cursor: pointer; transition: var(--transition);
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.slider-btn:hover     { background: var(--primary); color: white; }
.slider-btn:disabled  { opacity: .35; cursor: not-allowed; }
.slider-dots  { display: flex; gap: 8px; align-items: center; }
.slider-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--border); border: none; cursor: pointer;
  transition: var(--transition); padding: 0; flex-shrink: 0;
}
.slider-dot.active { background: var(--primary); transform: scale(1.4); }

/* ---- GOOGLE BADGE BUTTON ---- */
.google-badge-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: white; border: 2px solid var(--border); border-radius: var(--radius);
  padding: 11px 20px; font-weight: 600; font-size: 14px; color: var(--text);
  transition: var(--transition); box-shadow: var(--shadow);
  white-space: nowrap;
}
.google-badge-btn:hover {
  border-color: var(--primary); box-shadow: var(--shadow-lg);
  transform: translateY(-2px); color: var(--primary);
}

/* ---- AS SEEN ON ---- */
.as-seen-on {
  text-align: center; padding: 28px 0 0;
  border-top: 1px solid var(--border); margin-top: 40px;
}
.as-seen-on p {
  font-size: 12px; color: var(--text-light); margin-bottom: 14px;
  font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px;
}
.as-seen-logos { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.as-seen-logo {
  padding: 8px 18px; border: 1px solid var(--border); border-radius: 50px;
  font-weight: 700; font-size: 13px; color: var(--text-light);
  background: white; box-shadow: var(--shadow);
}

/* ---- REVIEW HIGHLIGHT & CHIPS ---- */
.review-highlight {
  background: #fef9c3; border-radius: 3px;
  padding: 1px 5px; font-weight: 600; color: #92400e;
}
.review-chip {
  display: inline-block; background: var(--primary-light); color: var(--primary);
  padding: 3px 10px; border-radius: 50px; font-size: 11px; font-weight: 600;
  margin: 4px 4px 0 0;
}

/* ---- SOCIAL PROOF POPUP ---- */
.social-proof-popup {
  position: fixed; bottom: 110px; left: 20px; z-index: 9998;
  background: white; border-radius: var(--radius-lg); padding: 14px 40px 14px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.15); max-width: 290px;
  display: flex; align-items: center; gap: 12px; font-size: 13px;
  transform: translateX(-120%);
  transition: transform .55s cubic-bezier(.34,1.3,.64,1);
  border: 1px solid var(--border);
}
.social-proof-popup.show { transform: translateX(0); }
.popup-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--primary-light);
  color: var(--primary); font-weight: 700; font-size: 15px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.popup-text strong { display: block; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.popup-text span   { color: var(--text-light); font-size: 12px; line-height: 1.4; }
.popup-close {
  position: absolute; top: 6px; right: 8px; background: none; border: none;
  font-size: 14px; color: var(--text-light); cursor: pointer; padding: 2px 4px;
  line-height: 1; transition: var(--transition);
}
.popup-close:hover { color: var(--accent); }

/* ---- RESPONSIVE (new) ---- */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero-image-wrap { order: -1; }
  .hero-slider { height: 300px; border-radius: 16px; }
  .hero-img-available { right: 10px; top: 14px; font-size: 12px; }
  .why-grid-3 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .trust-strip-items { gap: 12px; font-size: 12px; }
  .trust-strip-items .sep { display: none; }
  .rating-breakdown-wrap { flex-direction: column; gap: 20px; }
  .rating-bars { width: 100%; max-width: 340px; }
  .social-proof-popup { max-width: 240px; bottom: 90px; left: 12px; }
  /* Show slider on mobile, smaller height */
  .hero-image-wrap { display: block; }
  .hero-slider { height: 220px; border-radius: 14px; }
  .hero-slider-dots { bottom: 36px; }
  /* Logo smaller on mobile */
  .logo-img { height: 38px; max-width: 140px; }
  /* Why grid: 1 column on mobile */
  .why-grid-3 { grid-template-columns: 1fr; }
  /* Hero trust: tighter wrap */
  .hero-trust { gap: 12px; }
  .trust-item { font-size: 12px; }
  /* Service cards: 1 col on 768 */
  .services-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  /* Stat numbers smaller */
  .stat-item .number { font-size: 2.2rem; }
}
@media (max-width: 480px) {
  .social-proof-popup { display: none; }
  .logo-img { height: 34px; max-width: 120px; }
  /* 1 column service cards on very small screens */
  .services-grid { grid-template-columns: 1fr; }
  .why-grid-3 { grid-template-columns: 1fr; }
  .hero-slider { height: 200px; }
  .hero h1 { font-size: 1.5rem; }
  .hero-btns .btn { font-size: 13px; padding: 10px 16px; }
  .hero-trust { gap: 8px; }
  .trust-item { font-size: 11px; }
  .trust-item .icon { width: 24px; height: 24px; font-size: 12px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .section-header h2 { font-size: 1.5rem; }
}
