/*
Theme Name: PRDS- WP Theme- Blushing Glam
Theme URI: https://prdigitalsolutions.org/
Author: MePremJagtap / PR Digital Solutions
Author URI: https://prdigitalsolutions.org/
Description: Ultra-premium single-page WordPress theme for Blushing Glam Salon & Academy, a luxury beauty parlour and academy in Andheri West, Mumbai. Features black-and-gold glassmorphism design, centered hero, infinite gallery slider, sticky mobile footer, WhatsApp booking, FAQ accordion, and LocalBusiness schema optimized for Google SEO and GMB.
Version: 1.0.0
Text Domain: parthaos-prds
*/

/* ---------- CSS RESET & BASE ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Poppins", sans-serif;
  background: #050509;
  color: #f6f6f7;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.theme-light {
  background: #f7f7f9;
  color: #111118;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Containers & layout */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ---------- GLASSMORPHISM SYSTEM ---------- */
.glass,
.glass-header,
.contact-location.glass {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: linear-gradient(135deg, rgba(255, 215, 128, 0.08), rgba(10, 10, 14, 0.9));
  border-radius: 22px;
  border: 1px solid rgba(255, 215, 128, 0.35);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}

/* Light mode glass */
body.theme-light .glass,
body.theme-light .glass-header,
body.theme-light .contact-location.glass {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.04), rgba(255, 255, 255, 0.9));
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 36px rgba(15, 15, 30, 0.12);
}

/* Hover lift */
.glass-hover {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.glass-hover:hover,
.glass-hover:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(0,0,0,0.65);
  border-color: rgba(255, 215, 128, 0.6);
}

/* ---------- HEADER ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 0.6rem 0.75rem;
  margin: 0.75rem auto 0;
  max-width: 1160px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.9rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

.logo img {
  height: 40px;
  width: auto;
}

.logo-text {
  display: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

/* Theme toggle */
#themeToggle {
  width: 38px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.5);
  background: radial-gradient(circle at 20% 20%, #ffd780, #ffb347 35%, #111);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2px;
  cursor: pointer;
  position: relative;
}
#themeToggle::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #050509;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}
body.theme-light #themeToggle {
  background: radial-gradient(circle at 20% 20%, #fff, #ffd780 50%, #f0f0f4);
  border-color: rgba(0,0,0,0.3);
}
body.theme-light #themeToggle::after {
  transform: translateX(14px);
  background: #fff;
}

/* Header CTA */
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg,#ffd780,#ffb347);
  color: #111118;
  border: none;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0,0,0,0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.7);
  filter: brightness(1.04);
}

/* NAP block */
.seo-nap {
  max-width: 1160px;
  margin: 0.6rem auto 0;
  padding: 0.5rem 1.1rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255, 215, 128, 0.45);
  opacity: 0.92;
}
.seo-nap a {
  color: #ffd780;
  text-decoration: none;
}
body.theme-light .seo-nap a {
  color: #c7881b;
}

/* ---------- HERO ---------- */
.hero {
  padding: 4.5rem 1.25rem 3.5rem;
  text-align: center;
}
.hero-inner {
  max-width: 720px;
  margin: 0 auto;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
  background: rgba(255, 215, 128, 0.18);
  border: 1px solid rgba(255, 215, 128, 0.65);
}
.hero-title {
  font-size: 2.18rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin: 0 0 0.55rem;
}
.hero-title span.accent {
  background: linear-gradient(135deg,#ffd780,#ffb347,#fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-tagline {
  font-size: 1.02rem;
  opacity: 0.88;
  margin-bottom: 0.8rem;
}
.hero-desc {
  font-size: 0.93rem;
  opacity: 0.82;
  max-width: 520px;
  margin: 0 auto 1.4rem;
}
.hero-cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

/* Hero primary CTA (WhatsApp) */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  background: #25d366;
  color: #050509;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 14px 40px rgba(0,0,0,0.8);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 60px rgba(0,0,0,0.9);
  filter: brightness(1.03);
}

/* Secondary text CTA */
.hero-sub-cta {
  font-size: 0.86rem;
  opacity: 0.78;
}
.hero-sub-cta a {
  color: #ffd780;
  text-decoration: none;
}

/* ---------- SECTION GENERIC ---------- */
.section {
  padding: 2.8rem 1.25rem 2.6rem;
}
.section-heading {
  text-align: center;
  margin-bottom: 1.5rem;
}
.section-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
}
.section-title {
  font-size: 1.4rem;
  margin: 0.4rem 0 0.3rem;
}
.section-desc {
  font-size: 0.92rem;
  opacity: 0.8;
  max-width: 540px;
  margin: 0 auto;
}

/* ---------- FEATURES SLIDER ---------- */
.features-shell {
  max-width: 1160px;
  margin: 0 auto;
}
.feature-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.2rem 0.1rem 0.4rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.feature-card {
  min-width: 240px;
  scroll-snap-align: start;
  padding: 1.1rem 1rem;
}
.feature-label {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.35rem;
}
.feature-title {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.feature-copy {
  font-size: 0.88rem;
  opacity: 0.8;
}

/* ---------- GALLERY MARQUEE ---------- */
.gallery-shell {
  max-width: 1160px;
  margin: 0 auto;
}
.gallery-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: radial-gradient(circle at top,#20202a,#050509);
}
.gallery-track {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.9rem 1.1rem;
  animation: gallery-marquee 26s linear infinite;
}
.gallery-item {
  flex: 0 0 auto;
  width: 220px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.7);
}
.gallery-item img {
  width: 100%;
  height: auto;
}

/* Pause on hover */
.gallery-marquee:hover .gallery-track {
  animation-play-state: paused;
}

@keyframes gallery-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- SERVICES / PROGRAMS ---------- */
.services-grid {
  display: grid;
  gap: 1.1rem;
  max-width: 1160px;
  margin: 0 auto;
}
.service-card {
  padding: 1.3rem 1.2rem 1.2rem;
}
.service-title {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}
.service-tag {
  font-size: 0.78rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.7rem;
}
.service-desc {
  font-size: 0.9rem;
  opacity: 0.82;
  margin-bottom: 0.6rem;
}
.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem;
  font-size: 0.88rem;
}
.service-features li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}
.service-features li::before {
  content: "•";
  position: absolute;
  left: 0.1rem;
  top: 0;
  color: #ffd780;
}
.service-cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 128, 0.8);
  background: transparent;
  color: #ffd780;
  text-decoration: none;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.service-cta:hover {
  background: rgba(255, 215, 128, 0.12);
}

/* ---------- FAQ ACCORDION ---------- */
.faq-shell {
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
body.theme-light .faq-item {
  border-color: rgba(0,0,0,0.08);
}
.faq-question {
  width: 100%;
  padding: 0.85rem 0.2rem;
  text-align: left;
  background: none;
  border: none;
  color: inherit;
  font-size: 0.96rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-icon {
  font-size: 1.1rem;
  opacity: 0.7;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
  font-size: 0.9rem;
  opacity: 0.82;
  padding-right: 1.4rem;
}
.faq-item.is-open .faq-answer {
  max-height: 200px;
  padding-bottom: 0.7rem;
}

/* ---------- CONTACT & LOCATION ---------- */
.contact-location {
  max-width: 1160px;
  margin: 0 auto 4.5rem;
  padding: 1.4rem 1.4rem 1.6rem;
  display: grid;
  gap: 1.1rem;
}
.contact-form h2 {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.contact-form form {
  display: grid;
  gap: 0.65rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.6rem 0.7rem;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(5,5,10,0.9);
  color: #f6f6f7;
  font-size: 0.9rem;
}
body.theme-light .contact-form input,
body.theme-light .contact-form textarea {
  background: rgba(255,255,255,0.92);
  color: #111118;
  border-color: rgba(0,0,0,0.08);
}
.contact-form button {
  border-radius: 999px;
  border: none;
  padding: 0.7rem 1rem;
  background: #25d366;
  color: #050509;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}
.map iframe {
  border: 0;
  border-radius: 18px;
  width: 100%;
  min-height: 260px;
}

/* ---------- FOOTER ---------- */
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 1.2rem 1.25rem 4.2rem;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
}
.author-credit a {
  color: #ffd780;
  text-decoration: none;
}

/* ---------- STICKY MOBILE FOOTER ---------- */
.mobile-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.45rem 0.55rem 0.55rem;
  background: linear-gradient(to top, rgba(0,0,0,0.96), rgba(0,0,0,0.72));
  border-top: 1px solid rgba(255,255,255,0.16);
}
body.theme-light .mobile-sticky-footer {
  background: linear-gradient(to top, rgba(255,255,255,0.96), rgba(255,255,255,0.86));
  border-color: rgba(0,0,0,0.1);
}
.mobile-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.7rem;
  color: #ffd780;
  text-decoration: none;
}
.mobile-icon span.icon-glyph {
  font-size: 1.1rem;
}

/* ---------- EXPIRY POPUP ---------- */
.expiry-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 9999;
}
.expiry-overlay-inner {
  max-width: 420px;
  margin: 0 1.25rem;
  padding: 1.6rem 1.4rem 1.4rem;
  border-radius: 22px;
  background: radial-gradient(circle at top, #1b1b24, #050509);
  border: 1px solid rgba(255,215,128,0.65);
  text-align: center;
}
.expiry-overlay h2 {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.expiry-overlay p {
  font-size: 0.9rem;
  opacity: 0.9;
}
.expiry-overlay a {
  color: #ffd780;
  font-weight: 600;
}
.expiry-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* ---------- UTIL ---------- */
.mobile-only { display: flex; }
.desktop-only { display: none; }

@media (min-width: 640px) {
  .hero-title { font-size: 2.6rem; }
  .hero-cta-row { flex-direction: row; }
}

@media (min-width: 768px) {
  .logo-text { display: inline-block; }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .contact-location {
    grid-template-columns: minmax(0,1.1fr) minmax(0,1.2fr);
  }
  .mobile-only { display: none; }
  .desktop-only { display: inline; }
}

@media (min-width: 1024px) {
  .hero { padding-top: 5rem; padding-bottom: 3.8rem; }
  .section { padding-top: 3.1rem; padding-bottom: 3rem; }
}
