/* ================================================
   RAMESH EXPORTS — Design System v2
   Brand: Green #5ab048 | Dark #1a1a1a
   ================================================ */
:root {
  --green:      #5ab048;
  --green-dk:   #3d7d31;
  --green-lt:   #e8f5e4;
  --green-mid:  #7dc46e;
  --dark:       #1a1a1a;
  --dark2:      #333333;
  --dark3:      #555555;
  --sand:       #e8ede6;
  --mist:       #f4f8f3;
  --white:      #ffffff;
  --serif:      'Playfair Display', Georgia, serif;
  --sans:       'Inter', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--dark); background: var(--white); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ===== TOPBAR ===== */
.topbar { background: var(--dark); color: rgba(255,255,255,0.85); text-align: center; padding: 0.4rem 1rem; font-size: 12.5px; }
.topbar a { color: var(--green-mid); }
.topbar .tp-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; gap: 0.25rem; }
.tp-contact { display: flex; gap: 1.5rem; align-items: center; }
.tp-contact a { color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 0.3rem; font-size: 12.5px; }
.tp-contact a:hover { color: var(--green-mid); }
.tp-socials { display: flex; gap: 0.5rem; }
.tp-socials a { width: 24px; height: 24px; border-radius: 4px; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); display: flex; align-items: center; justify-content: center; font-size: 11px; transition: all 0.15s; }
.tp-socials a:hover { background: var(--green); color: #fff; }

/* ===== NAVBAR ===== */
.main-nav { background: #fff; border-bottom: 2px solid var(--green); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; height: 70px; gap: 1rem; }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 0.1rem; margin-left: auto; list-style: none; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: flex; align-items: center; gap: 0.25rem;
  padding: 0 0.9rem; height: 70px;
  font-size: 13.5px; font-weight: 500; color: var(--dark2);
  border-bottom: 3px solid transparent;
  transition: all 0.15s; white-space: nowrap;
}
.nav-links > li > a:hover,
.nav-links > li > a.active { color: var(--green-dk); border-bottom-color: var(--green); }
.nav-cta { background: var(--green) !important; color: #fff !important; border-radius: 6px !important; height: auto !important; padding: 0.5rem 1.25rem !important; margin-left: 0.5rem; border-bottom: none !important; }
.nav-cta:hover { background: var(--green-dk) !important; border-bottom-color: transparent !important; }

/* Nav no longer uses dropdowns */
.nav-toggle { display: none; background: none; border: 1px solid var(--sand); border-radius: 6px; padding: 0.35rem 0.5rem; cursor: pointer; color: var(--dark); margin-left: auto; }

/* ===== HERO / SLIDER ===== */
.hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
}
.hero-bg-img {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1558769132-cb1aea458c5e?w=1600&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.25;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(26,26,26,0.92) 45%, rgba(90,176,72,0.15) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(90,176,72,0.15); border: 1px solid rgba(90,176,72,0.35); color: var(--green-mid); border-radius: 20px; padding: 0.3rem 0.9rem; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1.25rem; }
.hero h1 { font-family: var(--serif); font-size: clamp(2rem,4vw,3.2rem); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 1.25rem; letter-spacing: -0.3px; }
.hero h1 em { font-style: normal; color: var(--green-mid); }
.hero-desc { font-size: 15px; line-height: 1.8; color: rgba(255,255,255,0.72); max-width: 480px; margin-bottom: 1.75rem; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--green); color: #fff; padding: 0.72rem 1.5rem; border-radius: 7px; font-size: 14px; font-weight: 600; border: 2px solid var(--green); transition: all 0.2s; }
.btn-primary:hover { background: var(--green-dk); border-color: var(--green-dk); color: #fff; }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; border: 1.5px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.85); padding: 0.72rem 1.5rem; border-radius: 7px; font-size: 14px; font-weight: 500; transition: all 0.2s; background: transparent; }
.btn-ghost:hover { border-color: #fff; color: #fff; }
.btn-outline { display: inline-flex; align-items: center; gap: 0.5rem; border: 1.5px solid var(--dark); color: var(--dark); padding: 0.65rem 1.4rem; border-radius: 7px; font-size: 14px; font-weight: 600; transition: all 0.2s; background: transparent; }
.btn-outline:hover { background: var(--dark); color: #fff; }
.btn-green-outline { display: inline-flex; align-items: center; gap: 0.5rem; border: 1.5px solid var(--green); color: var(--green); padding: 0.65rem 1.4rem; border-radius: 7px; font-size: 14px; font-weight: 600; transition: all 0.2s; background: transparent; }
.btn-green-outline:hover { background: var(--green); color: #fff; }
.btn-submit { width: 100%; background: var(--green); color: #fff; border: none; padding: 0.8rem; border-radius: 7px; font-family: var(--sans); font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.btn-submit:hover { background: var(--green-dk); }

/* Hero badges (right column) */
.hero-badges { display: flex; flex-direction: column; gap: 0.75rem; }
.hero-badge { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 1rem 1.25rem; display: flex; align-items: center; gap: 0.9rem; transition: border-color 0.2s; }
.hero-badge:hover { border-color: rgba(90,176,72,0.4); }
.badge-icon { width: 38px; height: 38px; border-radius: 8px; background: rgba(90,176,72,0.18); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.badge-label { font-size: 13px; font-weight: 600; color: #fff; }
.badge-sub { font-size: 11.5px; color: rgba(255,255,255,0.5); }

/* ===== STATS STRIP ===== */
.stats-strip { background: var(--green); }
.stats-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.stat-cell { padding: 1.75rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); }
.stat-cell:last-child { border-right: none; }
.stat-big { font-family: var(--serif); font-size: 2.4rem; font-weight: 700; color: #fff; line-height: 1; }
.stat-big span { color: rgba(255,255,255,0.7); }
.stat-lbl { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.8); margin-top: 0.35rem; text-transform: uppercase; letter-spacing: 0.8px; }

/* ===== SECTIONS ===== */
.section { padding: 80px 0; }
.section-sm { padding: 50px 0; }
.section-light { background: var(--mist); }
.section-dark { background: var(--dark); color: #fff; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.eyebrow { display: inline-block; font-size: 11.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--green); margin-bottom: 0.5rem; }
.section-h { font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 600; color: var(--dark); line-height: 1.25; letter-spacing: -0.3px; }
.section-h.white { color: #fff; }
.section-p { color: var(--dark3); font-size: 15px; line-height: 1.8; margin-top: 0.75rem; }

/* ===== ABOUT ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-wrap { position: relative; }
.about-img { border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.exp-badge { position: absolute; bottom: -20px; right: -20px; background: var(--green); border-radius: 12px; padding: 1.25rem 1.5rem; box-shadow: 0 8px 24px rgba(90,176,72,0.4); }
.exp-num { font-family: var(--serif); font-size: 2.5rem; font-weight: 700; color: #fff; line-height: 1; }
.exp-lbl { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.85); margin-top: 2px; }
.feats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin: 1.5rem 0; }
.feat { display: flex; align-items: center; gap: 0.5rem; font-size: 14px; color: var(--dark3); }
.feat-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--green-lt); display: flex; align-items: center; justify-content: center; font-size: 10px; color: var(--green-dk); flex-shrink: 0; font-weight: 700; }

/* ===== PRODUCT CATEGORY CARDS ===== */
.cat-hdr { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.cat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; }
.cat-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--sand); transition: all 0.25s; display: block; }
.cat-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); border-color: var(--green); }
.cat-img { height: 190px; overflow: hidden; background: var(--mist); }
.cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.cat-card:hover .cat-img img { transform: scale(1.05); }
.cat-body { padding: 1rem 1.1rem; }
.cat-name { font-weight: 600; font-size: 14.5px; color: var(--dark); margin-bottom: 0.3rem; }
.cat-desc { font-size: 12.5px; color: var(--dark3); line-height: 1.55; }
.cat-foot { padding: 0.7rem 1.1rem; border-top: 1px solid var(--mist); display: flex; align-items: center; justify-content: space-between; }
.cat-foot span { font-size: 12.5px; font-weight: 600; color: var(--green); }
.cat-foot i { color: var(--green); }

/* ===== PHOTO GALLERY ===== */
.photo-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px,1fr)); gap: 10px; }
.photo-item { aspect-ratio: 1; border-radius: 8px; overflow: hidden; background: var(--sand); }
.photo-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.photo-item:hover img { transform: scale(1.04); }

/* ===== WHY US ===== */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.why-card { padding: 1.75rem; border-radius: 12px; border: 1px solid var(--sand); background: #fff; transition: all 0.2s; }
.why-card:hover { border-color: var(--green); box-shadow: 0 4px 20px rgba(90,176,72,0.1); }
.why-icon { width: 46px; height: 46px; border-radius: 10px; background: var(--green-lt); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 1rem; }
.why-title { font-weight: 600; font-size: 15px; color: var(--dark); margin-bottom: 0.35rem; }
.why-desc { font-size: 13.5px; color: var(--dark3); line-height: 1.65; }

/* ===== TESTIMONIALS ===== */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.testi-card { background: #fff; border-radius: 12px; padding: 1.75rem; border: 1px solid var(--sand); position: relative; }
.testi-q { position: absolute; top: 1rem; right: 1.5rem; font-family: var(--serif); font-size: 4rem; color: var(--green-lt); line-height: 1; }
.stars { color: var(--green); font-size: 13px; margin-bottom: 0.9rem; }
.testi-txt { font-size: 13.5px; line-height: 1.7; color: var(--dark3); margin-bottom: 1.1rem; }
.testi-name { font-weight: 600; font-size: 14px; color: var(--dark); }
.testi-role { font-size: 12px; color: var(--green); font-weight: 500; }

/* ===== CTA BANNER ===== */
.cta-banner { background: var(--dark); color: #fff; text-align: center; padding: 5rem 2rem; }
.cta-banner h2 { font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: #fff; margin-bottom: 1rem; }
.cta-banner p { font-size: 15px; color: rgba(255,255,255,0.65); max-width: 480px; margin: 0 auto 2rem; }
.cta-acts { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-info-box { background: var(--mist); border-radius: 14px; padding: 2.5rem; border: 1px solid var(--sand); }
.c-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--sand); }
.c-item:last-child { border-bottom: none; }
.c-ico { width: 40px; height: 40px; background: var(--green); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; color: #fff; }
.c-lbl { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; color: var(--green); margin-bottom: 3px; }
.c-val { font-size: 14px; color: var(--dark); font-weight: 500; }
.contact-form-box input, .contact-form-box textarea, .contact-form-box select {
  width: 100%; padding: 0.7rem 1rem;
  border: 1.5px solid var(--sand); border-radius: 7px;
  font-family: var(--sans); font-size: 14px; color: var(--dark);
  background: #fff; transition: border-color 0.2s; outline: none;
}
.contact-form-box input:focus, .contact-form-box textarea:focus { border-color: var(--green); }
.contact-form-box textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-g { margin-bottom: 1rem; }
.form-success { display: none; margin-top: 0.75rem; padding: 0.75rem; background: var(--green-lt); color: var(--green-dk); border-radius: 7px; font-size: 13.5px; font-weight: 500; text-align: center; }

/* ===== PAGE BANNER ===== */
.page-banner { background: linear-gradient(135deg, var(--dark) 0%, #2a2a2a 100%); padding: 3rem 2rem; border-bottom: 3px solid var(--green); }
.page-banner h1 { font-family: var(--serif); color: #fff; font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 600; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.6rem; font-size: 13px; }
.breadcrumb a { color: rgba(255,255,255,0.6); transition: color 0.15s; }
.breadcrumb a:hover { color: var(--green-mid); }
.breadcrumb .sep { color: rgba(255,255,255,0.3); }
.breadcrumb .cur { color: rgba(255,255,255,0.5); }

/* ===== SUB-NAV ===== */
.sub-nav { background: #fff; border-bottom: 1px solid var(--sand); position: sticky; top: 70px; z-index: 90; overflow-x: auto; }
.sub-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; }
.sub-nav a { display: block; padding: 0.85rem 1rem; font-size: 13.5px; font-weight: 500; color: var(--dark3); border-bottom: 2px solid transparent; transition: all 0.15s; white-space: nowrap; }
.sub-nav a:hover { color: var(--dark); }
.sub-nav a.active { color: var(--green-dk); border-bottom-color: var(--green); }

/* ===== FOOTER ===== */
.footer { background: var(--dark); }
.footer-top { padding: 3.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-logo img { height: 36px; width: auto; filter: brightness(0) invert(1); margin-bottom: 0.75rem; }
.footer-desc { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,0.5); max-width: 260px; }
.footer-socials { display: flex; gap: 0.5rem; margin-top: 1.25rem; }
.footer-socials a { width: 32px; height: 32px; background: rgba(255,255,255,0.08); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 13px; color: rgba(255,255,255,0.5); transition: all 0.15s; }
.footer-socials a:hover { background: var(--green); color: #fff; }
.footer-head { font-size: 11.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 1rem; }
.footer-nav { list-style: none; display: flex; flex-direction: column; gap: 0.45rem; }
.footer-nav a { font-size: 13.5px; color: rgba(255,255,255,0.5); transition: color 0.15s; }
.footer-nav a:hover { color: var(--green-mid); }
.footer-bottom { padding: 1.25rem 0; display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; color: rgba(255,255,255,0.35); }

/* ===== WHATSAPP ===== */
.wa-btn { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; width: 54px; height: 54px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); font-size: 26px; color: #fff; transition: transform 0.2s; }
.wa-btn:hover { transform: scale(1.1); color: #fff; }

/* ===== ADMIN ===== */
.adm-body { background: #f0f2f5; font-family: var(--sans); }
.adm-sidebar { position: fixed; left: 0; top: 0; bottom: 0; width: 240px; background: var(--dark); z-index: 1000; overflow-y: auto; }
.adm-sidebar-brand { padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.adm-sidebar-brand img { height: 34px; filter: brightness(0) invert(1); }
.adm-nav { padding: 0.5rem 0; }
.adm-section-lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.25); padding: 0.75rem 1.25rem 0.2rem; margin-top: 0.5rem; }
.adm-link { display: flex; align-items: center; gap: 0.75rem; padding: 0.65rem 1.25rem; color: rgba(255,255,255,0.65); font-size: 13.5px; font-weight: 500; text-decoration: none; border-left: 3px solid transparent; transition: all 0.15s; }
.adm-link:hover, .adm-link.active { color: #fff; background: rgba(255,255,255,0.06); border-left-color: var(--green); }
.adm-link i { font-size: 14px; width: 18px; }
.adm-badge { background: #ef4444; color: #fff; font-size: 11px; border-radius: 10px; padding: 1px 6px; margin-left: auto; }
.adm-topbar { position: fixed; left: 240px; right: 0; top: 0; height: 56px; background: #fff; border-bottom: 1px solid #e5e7eb; z-index: 999; display: flex; align-items: center; padding: 0 1.5rem; gap: 1rem; }
.adm-content { margin-left: 240px; padding-top: 56px; min-height: 100vh; }
.adm-inner { padding: 1.75rem; }
.adm-card { background: #fff; border-radius: 10px; border: 1px solid #e5e7eb; }
.adm-card-head { padding: 0.9rem 1.25rem; border-bottom: 1px solid #e5e7eb; font-weight: 600; font-size: 14px; color: var(--dark); display: flex; align-items: center; justify-content: space-between; }
.adm-table th { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.5px; color: #6b7280; font-weight: 600; border-bottom: 2px solid #e5e7eb !important; }
.adm-table td { font-size: 13.5px; vertical-align: middle; }
.stat-box { background: #fff; border-radius: 10px; border: 1px solid #e5e7eb; padding: 1.25rem; display: flex; align-items: center; gap: 1rem; text-decoration: none; transition: all 0.2s; }
.stat-box:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.stat-ico { width: 46px; height: 46px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 19px; color: #fff; flex-shrink: 0; }
.stat-n { font-family: var(--serif); font-size: 1.8rem; font-weight: 700; color: var(--dark); line-height: 1; }
.stat-l { font-size: 12px; color: #6b7280; margin-top: 1px; }
.photo-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.photo-item-adm { width: 90px; height: 90px; border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; position: relative; flex-shrink: 0; }
.photo-item-adm img { width: 100%; height: 100%; object-fit: cover; }
.del-photo { position: absolute; top: 3px; right: 3px; width: 20px; height: 20px; background: rgba(220,38,38,0.88); color: #fff; border: none; border-radius: 4px; font-size: 13px; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; }
.drop-zone { border: 2px dashed #d1d5db; border-radius: 10px; padding: 2.5rem; text-align: center; cursor: pointer; transition: all 0.2s; background: #fafafa; }
.drop-zone:hover, .drop-zone.over { border-color: var(--green); background: var(--green-lt); }
.adm-toast { position: fixed; top: 1rem; right: 1rem; z-index: 9999; background: #fff; border-left: 4px solid var(--green); border-radius: 8px; padding: 0.85rem 1.25rem; box-shadow: 0 4px 20px rgba(0,0,0,0.12); font-size: 13.5px; font-weight: 500; opacity: 0; transform: translateX(20px); transition: all 0.25s; }
.adm-toast.show { opacity: 1; transform: translateX(0); }
.adm-toast.err { border-left-color: #ef4444; }
.btn-xs { padding: 0.22rem 0.5rem; font-size: 0.75rem; border-radius: 5px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-badges { flex-direction: row; flex-wrap: wrap; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .adm-sidebar { width: 0; overflow: hidden; }
  .adm-sidebar.open { width: 240px; overflow: auto; box-shadow: 4px 0 20px rgba(0,0,0,0.2); position: fixed; }
  .adm-topbar, .adm-content { left: 0; margin-left: 0; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid, .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-cell { padding: 1.25rem; }
  .photo-gallery { grid-template-columns: repeat(auto-fill, minmax(150px,1fr)); }
}

/* ===== CERTIFICATES SECTION ===== */
.certs-section {
  background: #fff;
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
}
.certs-header {
  text-align: center;
  margin-bottom: 3rem;
}
.certs-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--green);
  margin-bottom: 0.6rem;
}
.certs-header .eyebrow::before,
.certs-header .eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--green);
  opacity: 0.5;
}
.certs-header .section-h {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--dark);
}
.certs-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  align-items: center;
  justify-items: center;
}
.cert-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  width: 100%;
  max-width: 160px;
  transition: transform 0.2s;
}
.cert-item:hover {
  transform: scale(1.06);
}
.cert-item img {
  max-height: 80px;
  max-width: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.2s;
  margin: 0 auto;
}
.cert-item:hover img {
  filter: grayscale(0%);
}
@media (max-width: 900px) {
  .certs-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .certs-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ===== CERTIFICATES SECTION ===== */
.certs-section {
  background: #fff;
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
}
.certs-header {
  text-align: center;
  margin-bottom: 3rem;
}
.certs-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--green);
  margin-bottom: 0.6rem;
}
.certs-header .eyebrow::before,
.certs-header .eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--green);
  opacity: 0.5;
}
.certs-header .section-h {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--dark);
}
.certs-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  align-items: center;
  justify-items: center;
}
.cert-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  width: 100%;
  max-width: 160px;
  transition: transform 0.2s;
}
.cert-item:hover {
  transform: scale(1.06);
}
.cert-item img {
  max-height: 80px;
  max-width: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.2s;
  margin: 0 auto;
}
.cert-item:hover img {
  filter: grayscale(0%);
}
@media (max-width: 900px) {
  .certs-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .certs-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== GOOGLE REVIEWS SECTION ===== */
.gr-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

/* Google rating badge (top right) */
.gr-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 0.85rem 1.25rem;
  text-decoration: none;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.gr-badge:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.gr-badge-g { width: 28px; height: 28px; order: -1; }
.gr-badge-glogo { height: 18px; width: auto; }
.gr-badge-stars { display: flex; gap: 2px; color: #FBBC05; font-size: 14px; }
.gr-badge-meta { display: flex; flex-direction: column; }
.gr-badge-score { font-size: 18px; font-weight: 700; color: var(--dark); line-height: 1; }
.gr-badge-count { font-size: 11.5px; color: var(--dark3); }

/* Grid — 3 cols desktop, 2 tablet, 1 mobile */
.gr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

/* Individual review card */
.gr-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.gr-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

/* Top row: avatar + name + G logo */
.gr-card-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.gr-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  font-family: 'Google Sans', var(--sans);
}
.gr-meta { flex: 1; min-width: 0; }
.gr-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gr-ago { font-size: 12px; color: #80868b; margin-top: 1px; }
.gr-g-logo { width: 18px; height: 18px; flex-shrink: 0; margin-left: auto; }

/* Stars row */
.gr-stars { display: flex; gap: 2px; color: #FBBC05; font-size: 13px; }

/* Review text */
.gr-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: #3c4043;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Footer — "View all on Google" */
.gr-footer {
  text-align: center;
  margin-top: 2.5rem;
}
.gr-view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1.5px solid #dadce0;
  color: #3c4043;
  border-radius: 8px;
  padding: 0.65rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.gr-view-all:hover {
  background: #f8f9fa;
  border-color: #4285F4;
  color: #4285F4;
  box-shadow: 0 2px 8px rgba(66,133,244,0.15);
}

@media (max-width: 900px) { .gr-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .gr-grid { grid-template-columns: 1fr; }
  .gr-header { flex-direction: column; align-items: flex-start; }
  .gr-badge { width: 100%; }
}

/* ===== GOOGLE REVIEWS — SLIDER LAYOUT ===== */

/* Section heading */
.gr-section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.gr-section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.gr-section-head .eyebrow::before,
.gr-section-head .eyebrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--green);
}

/* Main layout: left panel + right slider */
.gr-layout {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* ── LEFT PANEL ── */
.gr-panel {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.gr-panel-logo img {
  height: 42px;
  width: auto;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  padding: 4px;
  background: #fff;
}
.gr-panel-biz {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin-top: 0.25rem;
}
.gr-panel-score {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.gr-panel-num {
  font-size: 20px;
  font-weight: 700;
  color: #f59e0b;
  line-height: 1;
}
.gr-panel-stars {
  display: flex;
  gap: 2px;
  color: #f59e0b;
  font-size: 14px;
}
.gr-panel-count {
  font-size: 12.5px;
  color: #5f6368;
  line-height: 1.3;
}
.gr-panel-powered {
  font-size: 12px;
  color: #5f6368;
  display: flex;
  align-items: center;
  gap: 3px;
}
/* "review us on G" button — blue pill exactly like screenshot */
.gr-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #4285F4;
  color: #fff;
  border-radius: 20px;
  padding: 0.4rem 0.9rem;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0.35rem;
  transition: background 0.2s;
  white-space: nowrap;
}
.gr-review-btn:hover { background: #3367d6; color: #fff; }

/* ── RIGHT SLIDER ── */
.gr-slider-wrap {
  flex: 1;
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* Arrow buttons */
.gr-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #dadce0;
  background: #fff;
  color: #5f6368;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.15s;
}
.gr-arrow:hover { border-color: #4285F4; color: #4285F4; box-shadow: 0 3px 12px rgba(66,133,244,0.2); }
.gr-prev { left: -18px; }
.gr-next { right: -18px; }

/* Viewport clips overflow */
.gr-viewport {
  overflow: hidden;
  margin: 0 20px;
}
/* Track slides horizontally */
.gr-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

/* Individual review card */
.gr-card {
  flex: 0 0 calc((100% - 40px) / 3);
  background: #f1f3f4;
  border-radius: 12px;
  padding: 1.4rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-height: 180px;
  border: none;
  transition: background 0.2s;
}
.gr-card:hover { background: #e8eaed; }

/* Top row: avatar + name + time + G */
.gr-card-top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.gr-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
  text-transform: capitalize;
}
.gr-meta { flex: 1; min-width: 0; }
.gr-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #202124;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gr-ago { font-size: 11.5px; color: #80868b; margin-top: 1px; }
.gr-g-logo { width: 18px; height: 18px; flex-shrink: 0; }

/* Stars */
.gr-stars { display: flex; gap: 2px; color: #f59e0b; font-size: 13px; }

/* Review text */
.gr-text {
  font-size: 13px;
  line-height: 1.6;
  color: #3c4043;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Dots */
.gr-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 0.25rem;
}
.gr-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dadce0;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
.gr-dot.active {
  background: #f59e0b;
  width: 22px;
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 960px) {
  .gr-layout { flex-direction: column; }
  .gr-panel { width: 100%; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
  .gr-panel-biz { width: 100%; text-align: center; }
  .gr-card { flex: 0 0 calc((100% - 20px) / 2); }
}
@media (max-width: 600px) {
  .gr-card { flex: 0 0 100%; }
  .gr-prev { left: -12px; }
  .gr-next { right: -12px; }
}

/* ===== CATEGORY PAGE ===== */
.cat-img-placeholder {
  width: 100%; height: 100%;
  background: var(--mist);
  display: flex; align-items: center; justify-content: center;
  color: #ccc; font-size: 2.5rem;
}

.empty-state {
  text-align: center;
  padding: 5rem 1rem;
  color: var(--dark3);
}
.empty-icon {
  font-size: 4rem;
  color: #d1d5db;
  margin-bottom: 1rem;
}
.empty-state h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.empty-state p {
  font-size: 15px;
  color: var(--dark3);
  max-width: 400px;
  margin: 0 auto;
}

/* ===== PHOTO ZOOM + LIGHTBOX ===== */

/* Zoom icon on hover */
.photo-item { position: relative; cursor: zoom-in; }
.photo-zoom-icon {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.6rem;
  opacity: 0;
  transition: all 0.22s;
  border-radius: 8px;
}
.photo-item:hover .photo-zoom-icon {
  opacity: 1;
  background: rgba(0,0,0,0.32);
}
.photo-item:hover img { transform: scale(1.06); }

/* Lightbox overlay */
#lightbox {
  display: none;
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,0.92);
  align-items: center; justify-content: center;
  padding: 1.5rem;
}
#lightbox.active { display: flex; }

/* Image container */
#lbImgWrap {
  position: relative;
  max-width: 90vw;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
#lbImg {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.6);
  display: block;
  animation: lbFadeIn 0.2s ease;
}
@keyframes lbFadeIn { from { opacity:0; transform:scale(0.96); } to { opacity:1; transform:scale(1); } }

#lbCaption {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  text-align: center;
  font-family: var(--sans);
}

/* Close / nav buttons */
#lbClose {
  position: fixed; top: 1.25rem; right: 1.5rem;
  background: rgba(255,255,255,0.12);
  border: none; color: #fff;
  width: 44px; height: 44px; border-radius: 50%;
  font-size: 1.6rem; line-height: 1;
  cursor: pointer; z-index: 10000;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s;
}
#lbClose:hover { background: rgba(255,255,255,0.25); }

#lbPrev, #lbNext {
  position: fixed; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: none; color: #fff;
  width: 48px; height: 48px; border-radius: 50%;
  font-size: 2rem; line-height: 1;
  cursor: pointer; z-index: 10000;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s;
}
#lbPrev { left: 1rem; }
#lbNext { right: 1rem; }
#lbPrev:hover, #lbNext:hover { background: rgba(255,255,255,0.25); }

@media (max-width: 600px) {
  #lbPrev { left: 0.4rem; }
  #lbNext { right: 0.4rem; }
  #lbImg  { max-height: 75vh; }
}

/* ===== ADMIN PHOTO ROWS (title + keywords) ===== */
.existing-photo-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.ep-thumb {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}
.ep-thumb img { width:100%; height:100%; object-fit:cover; }
.ep-del {
  position: absolute; top: 3px; right: 3px;
  width: 22px; height: 22px;
  background: rgba(220,38,38,0.85); color: #fff;
  border: none; border-radius: 4px; font-size: 11px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.ep-del:hover { background: #dc2626; }
.ep-meta { flex: 1; min-width: 0; }
.ep-save-btn { flex-shrink: 0; align-self: flex-end; white-space: nowrap; }

/* Slider manager extra */
.drag-handle { user-select: none; }

/* ===== HERO SLIDER ===== */
/* ===== HERO SLIDER ===== */
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  /* Remove any padding/margin that could cause gaps */
  margin: 0; padding: 0;
}
.hs-track { position: relative; margin: 0; padding: 0; }

/* Each slide */
.hs-slide {
  display: none;
  position: relative;
  min-height: 580px;
  overflow: hidden;
  width: 100%;
}
.hs-slide.active { display: block; }

/* ── Image slide background ── */
.hs-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hs-bg-default {
  background-image: url('https://images.unsplash.com/photo-1558769132-cb1aea458c5e?w=1600&q=80');
  opacity: .3;
}

/* ── Dark overlay for image slides ── */
.hs-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(26,26,26,.88) 40%, rgba(90,176,72,.1) 100%);
}

/* ── YouTube full-width wrapper ── */
.hs-yt-wrap {
  position: relative;
  width: 100%;
  /* 16:9 aspect ratio — makes slide height proportional to width */
  padding-top: 56.25%;
  background: #000;
  overflow: hidden;
}

/* YouTube iframe — covers entire wrapper */
.hs-yt-frame {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  /* Slightly larger than container to hide black bars */
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  border: none;
  pointer-events: none;
}

/* Thin gradient overlay on YouTube slide (no heavy dark) */
.hs-yt-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, transparent 50%);
  pointer-events: none;
}

/* Caption bar at bottom of YouTube slide */
.hs-yt-caption {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
}
.hs-yt-title {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
  margin: 0;
}

/* ── Image slide content ── */
.hs-content {
  position: relative;
  z-index: 2;
  padding: 5rem 0;
}
.hs-content-inner { max-width: 580px; }
.hs-content h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700; color: #fff;
  line-height: 1.15; margin-bottom: 1rem;
}
.hs-content h1 em { font-style: normal; color: var(--green-mid); }

/* ── Arrow buttons ── */
.hs-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.15); border: 1.5px solid rgba(255,255,255,.3);
  color: #fff; font-size: 26px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s; line-height: 1;
}
.hs-arrow:hover { background: var(--green); border-color: var(--green); }
.hs-prev { left: 1.25rem; }
.hs-next { right: 1.25rem; }

/* ── Dot indicators ── */
.hs-dots {
  position: absolute; bottom: 1.25rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 10;
}
.hs-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,.45); border: none; cursor: pointer;
  transition: all .25s; padding: 0;
}
.hs-dot.active { background: var(--green); width: 28px; border-radius: 5px; }

/* ── Slide animation ── */
.hs-slide.active { animation: hsFade .5s ease; }
@keyframes hsFade { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 640px) {
  .hs-slide { min-height: 300px; }
  .hs-content { padding: 3rem 0; }
  .hs-yt-caption { bottom: 2rem; width: 90%; }
}

/* ===== DOWNLOAD CATALOGUE BUTTON (navbar) ===== */
.nav-catalogue-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
  background: var(--green) !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 0.4rem 1rem !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  height: auto !important;
  border-bottom: none !important;
  margin-left: 0.25rem;
  transition: background 0.2s !important;
  white-space: nowrap;
}
.nav-catalogue-btn:hover {
  background: var(--green-dk) !important;
  color: #fff !important;
  border-bottom: none !important;
}
