/* ===== MOBILE-ONLY OVERHAUL — Does NOT affect desktop ===== */

/* ---------- 768px and below ---------- */
@media (max-width: 768px) {

  /* --- Global --- */
  html, body { width: 100%; margin: 0; padding: 0; overflow-x: hidden; background: var(--c-white); }
  body { font-size: 14px; }
  .container { width: 100% !important; max-width: 100% !important; padding: 0 16px; margin: 0 auto; }
  .sec { padding: 60px 0; }
  .sec-bg { padding: 60px 0; }
  .sec-header { margin-bottom: 36px; }
  .sec-header h2 { font-size: 28px; }
  .sec-header p { font-size: 13px; margin-top: 10px; }
  .sec-label { font-size: 9px; letter-spacing: 3px; margin-bottom: 8px; }
  .watermark { font-size: 48px !important; letter-spacing: 4px; }
  .btn { padding: 12px 24px; font-size: 9px; letter-spacing: 2px; width: 100%; justify-content: center; }

  /* --- Topbar --- */
  .topbar { padding: 8px 0; }
  .topbar-left { display: none; }
  .topbar-right { width: 100%; justify-content: center; gap: 12px; }
  .topbar-right .social { gap: 14px; }
  .topbar-right .social a { font-size: 15px; }
  .topbar-right .wa-btn { padding: 5px 16px; font-size: 9px; border-radius: 2px; }

  /* --- Navbar --- */
  nav.main-nav { padding: 0; }
  nav.main-nav .container { padding: 0 16px; }
  .nav-logo img { height: 50px; width: auto; }
  .nav-logo .logo-text { display: block; font-size: 11px; letter-spacing: 1px; color: var(--c-black); white-space: nowrap; }
  .nav-logo { gap: 10px; }
  .hamburger { display: flex; padding: 10px; flex-direction: column; gap: 5px; transition: all 0.3s ease; }
  .hamburger span { width: 26px; height: 2px; background: var(--c-black); transition: all 0.3s ease; transform-origin: center; }
  .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-menu { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: var(--c-white); flex-direction: column; padding: 80px 24px 24px; box-shadow: -10px 0 40px rgba(0,0,0,.1); transition: all .35s var(--ease); align-items: flex-start; gap: 0; z-index: 1001; overflow-y: auto; }
  .nav-menu.open { right: 0; }
  .nav-menu li { width: 100%; border-bottom: 1px solid var(--c-bg); }
  .nav-menu li a { padding: 14px 0; font-size: 12px; letter-spacing: 1.5px; }
  .nav-menu li ul { position: static; box-shadow: none; opacity: 1; visibility: visible; transform: none; border: none; display: none; padding-left: 16px; min-width: auto; border-top: none; }
  .nav-menu li:hover > ul, .nav-menu li.active > ul { display: block; }
  .nav-menu li ul li a { padding: 10px 0; font-size: 11px; }

  /* --- Fullscreen Hero (Homepage) --- */
  .fullscreen-hero { height: 100vh; height: 100svh; width: 100%; overflow: hidden; }
  .fullscreen-hero .slide-item { height: 100vh; height: 100svh; width: 100%; background-position: 70% center; background-size: cover; background-repeat: no-repeat; }
  .fullscreen-hero .hero-overlay { background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.65) 100%); }
  .fullscreen-hero .hero-text { padding: 0 16px; }
  .fullscreen-hero .hero-text .container { max-width: 100%; padding: 0 8px; }
  .fullscreen-hero .hero-text h1 { font-size: 36px; line-height: 1.15; margin-bottom: 14px; }
  .fullscreen-hero .hero-text p { font-size: 14px; line-height: 1.7; max-width: 100%; margin-bottom: 28px; }
  .fullscreen-hero .hero-label { font-size: 9px; letter-spacing: 3px; margin-bottom: 10px; }
  .fullscreen-hero .btn-fill { width: auto; padding: 14px 32px; }

  /* --- Home About Section --- */
  section#about { padding: 50px 0 !important; }
  section#about .row { flex-direction: column; }
  section#about .col-md-6 { width: 100%; padding: 0 !important; }
  section#about .col-md-6 > div[style*="padding-right"] { padding-right: 0 !important; margin-bottom: 30px !important; }
  section#about .col-md-6 > div[style*="padding-left"] { padding-left: 0 !important; }
  section#about img[style*="width: 85%"] { width: 100% !important; height: 350px !important; }
  section#about img[style*="width: 55%"] { width: 50% !important; height: 200px !important; bottom: -30px !important; border-width: 6px !important; }
  section#about div[style*="font-size: 140px"] { font-size: 80px !important; top: -15px !important; left: -10px !important; }
  section#about h2[style*="font-size: 46px"] { font-size: 28px !important; margin-bottom: 16px !important; }
  section#about p[style*="font-size: 16px"] { font-size: 14px !important; line-height: 1.7 !important; margin-bottom: 14px !important; }
  section#about div[style*="display: flex; gap: 30px"] { flex-direction: column; gap: 20px !important; }
  section#about .btn-fill { width: 100%; text-align: center; justify-content: center; }

  /* --- Stats Row --- */
  .stats-row { display: grid !important; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
  .stat-item { padding: 28px 16px; text-align: center; border-bottom: 1px solid rgba(255,255,255,.05); }
  .stat-item .stat-num, .stat-num { font-size: 32px; }
  .stat-item .stat-label { font-size: 9px; letter-spacing: 2px; }

  /* --- Services Grid --- */
  .srv-grid { grid-template-columns: 1fr !important; gap: 20px; }
  .srv-card { border: 1px solid var(--c-border); }
  .srv-card-img { aspect-ratio: 16/10; }
  .srv-card-body { padding: 20px 16px; }
  .srv-card-body h3 { font-size: 20px; margin-bottom: 8px; }
  .srv-card-body p { font-size: 12px; line-height: 1.75; }

  /* --- Services Full Grid --- */
  .services-full { grid-template-columns: 1fr !important; gap: 0; }
  .sf-item { aspect-ratio: 4/3; }
  .sf-item-overlay { padding: 20px; }
  .sf-item-overlay h3 { font-size: 20px; }

  /* --- Why Choose Section --- */
  .why-grid { grid-template-columns: 1fr !important; min-height: auto; }
  .why-content { padding: 40px 20px !important; order: 2; }
  .why-content h2 { font-size: 26px; }
  .why-content ul { margin: 18px 0 20px; }
  .why-content ul li { padding: 10px 0; font-size: 13px; }
  .why-img { order: 1; height: 280px; }
  .why-img img { height: 280px; object-fit: cover; }
  .why-services { gap: 6px; margin-top: 16px; }
  .why-services span { padding: 6px 12px; font-size: 10px; }

  /* --- Banner / CTA --- */
  .banner { padding: 60px 0; }
  .banner-content { text-align: center !important; max-width: 100% !important; padding: 0 8px; }
  .banner-content h2 { font-size: 24px !important; margin-bottom: 12px !important; }
  .banner-content p { font-size: 13px !important; line-height: 1.7 !important; margin-bottom: 24px !important; }

  /* --- Testimonials --- */
  .testi-card { padding: 24px 8px; max-width: 100%; }
  .testi-card blockquote { font-size: 18px; line-height: 1.7; margin-bottom: 16px; }
  .testi-card .stars { font-size: 13px; margin-bottom: 12px; }

  /* --- Appointment / Form --- */
  .form-split { grid-template-columns: 1fr !important; min-height: auto; }
  .form-img { height: 250px; order: 1; }
  .form-img img { height: 250px; object-fit: cover; }
  .form-wrap { padding: 36px 20px !important; order: 2; }
  .form-wrap h2 { font-size: 26px; margin-bottom: 6px; }
  .form-wrap > p { margin-bottom: 24px; font-size: 13px; }
  .ed-form .form-row { grid-template-columns: 1fr !important; gap: 0; }
  .ed-form input, .ed-form select, .ed-form textarea { padding: 12px 0; font-size: 13px; }
  .ed-form textarea { min-height: 80px; }
  .ed-form .privacy { font-size: 10px; margin: 10px 0 20px; }

  /* --- About Split (aboutus.html) --- */
  .about-split { grid-template-columns: 1fr !important; min-height: auto; }
  .about-content { padding: 36px 20px !important; }
  .about-content h2 { font-size: 26px; }
  .about-content p { font-size: 13px; }
  .about-img { height: 280px; }
  .about-img img { height: 280px; }

  /* --- Page Hero (inner pages) --- */
  .page-hero { padding: 80px 0 !important; }
  .page-hero h1 { font-size: 30px !important; }
  .page-hero .breadcrumb-nav { font-size: 10px; margin-top: 8px; }

  /* --- Contact Cards --- */
  .contact-cards { grid-template-columns: 1fr !important; gap: 16px; margin-bottom: 36px; }
  .cc-item { padding: 30px 20px; }
  .cc-item h4 { font-size: 15px; }
  .cc-item p { font-size: 12px; }

  /* --- About page row sections --- */
  .sec .row { flex-direction: column; }
  .sec .col-md-5, .sec .col-md-6, .sec .col-md-7 { width: 100%; padding-left: 0 !important; padding-right: 0 !important; }
  .sec .col-md-5.order-md-2 { order: 0; }

  /* --- Team Grid --- */
  .team-grid { grid-template-columns: 1fr 1fr !important; gap: 16px; }
  .team-card-img { aspect-ratio: 3/4; margin-bottom: 12px; }
  .team-card h4 { font-size: 17px; }
  .team-card span { font-size: 10px; }

  /* --- Gallery --- */
  .gallery-grid { grid-template-columns: 1fr 1fr !important; gap: 3px; }
  .gallery-grid .gi.wide { grid-column: span 1; }
  .gallery-grid .gi.tall { grid-row: span 1; }

  /* --- FAQ --- */
  .faq-grid { grid-template-columns: 1fr !important; }

  /* --- Map --- */
  .map-frame { height: 280px; }

  /* --- Footer --- */
  .footer { padding: 50px 0 0; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 36px; text-align: center; }
  .footer-grid .footer-col img { margin-left: auto; margin-right: auto; }
  .footer-col { text-align: center; }
  .footer-col ul { text-align: center; }
  .footer-social { justify-content: center; }
  .footer h4 { margin-bottom: 18px; font-size: 12px; }
  .footer p { font-size: 13px; }
  .hours-list li { justify-content: center; gap: 12px; }
  .footer-col.contact-info p { justify-content: center !important; text-align: center; }
  .footer-col.contact-info p span { text-align: center; }
  .footer-bottom { flex-direction: column; gap: 8px; margin-top: 40px; padding: 20px 0; text-align: center; }
  .footer-bottom p { text-align: center; font-size: 11px; }

  /* --- Instagram Grid --- */
  .insta-grid { grid-template-columns: 1fr 1fr !important; gap: 4px; }

  /* --- WhatsApp Float override --- */
  .whatsapp-float { width: 52px; height: 52px; bottom: 20px; right: 16px; font-size: 26px; box-shadow: 0 4px 14px rgba(0,0,0,.25); }

  /* --- Back to top --- */
  #totop { bottom: 80px; right: 16px; }
}

/* ---------- 480px and below (very small phones) ---------- */
@media (max-width: 480px) {
  .fullscreen-hero .hero-text h1 { font-size: 30px; }
  .fullscreen-hero .hero-text p { font-size: 13px; }
  .stat-item .stat-num, .stat-num { font-size: 28px; }
  .srv-card-body h3 { font-size: 18px; }
  .team-grid { grid-template-columns: 1fr !important; gap: 24px; }
  .why-content h2 { font-size: 24px; }
  .testi-card blockquote { font-size: 16px; }
  .footer h4 { font-size: 11px; letter-spacing: 1.5px; }
  section#about h2[style*="font-size: 46px"] { font-size: 24px !important; }
  section#about img[style*="width: 85%"] { height: 280px !important; }
  section#about img[style*="width: 55%"] { height: 160px !important; }
}
