/* ═══════════════════════════════════════════
   PANDIT RAM – ASTROLOGER WEBSITE
   style.css – Full Styling
═══════════════════════════════════════════ */

/* ── RESET & ROOT VARIABLES ── */
:root {
  --gold:         #c9a84c;
  --gold-light:   #f0d070;
  --gold-dark:    #8b6914;
  --gold-glow:    rgba(201,168,76,0.35);
  --deep:         #060310;
  --deep2:        #0e0820;
  --deep3:        #180e32;
  --purple:       #2d1b69;
  --purple2:      #4a2c8a;
  --card-bg:      rgba(22,14,48,0.85);
  --border:       rgba(201,168,76,0.2);
  --border-h:     rgba(201,168,76,0.7);
  --text:         #ede4cc;
  --text-dim:     #9e8e6a;
  --white:        #fff8ee;
  --font-display: 'Cinzel Decorative', cursive;
  --font-heading: 'Cinzel', serif;
  --font-body:    'Lora', serif;
  --font-alt:     'Raleway', sans-serif;
  --radius:       12px;
  --transition:   0.35s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  background: var(--deep);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle cx='10' cy='10' r='4' fill='%23c9a84c' fill-opacity='0.8'/%3E%3C/svg%3E") 10 10, auto;
}

img { max-width: 100%; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: var(--font-body); }

/* ── STARS BACKGROUND ── */
.stars-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.stars-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 15%, rgba(45,27,105,0.5) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 85%, rgba(139,105,20,0.25) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, var(--deep2) 0%, var(--deep) 100%);
}

.stars {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.s1 {
  background-image:
    radial-gradient(1.5px 1.5px at 8%   5%,  rgba(255,248,220,0.9) 0%, transparent 100%),
    radial-gradient(1px   1px   at 18%  25%, rgba(240,208,112,0.8) 0%, transparent 100%),
    radial-gradient(1px   1px   at 35%  12%, rgba(255,248,220,0.7) 0%, transparent 100%),
    radial-gradient(2px   2px   at 52%  8%,  rgba(201,168,76,0.9)  0%, transparent 100%),
    radial-gradient(1px   1px   at 70%  18%, rgba(255,248,220,0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 85%  6%,  rgba(255,248,220,0.8) 0%, transparent 100%),
    radial-gradient(1px   1px   at 93%  30%, rgba(240,208,112,0.7) 0%, transparent 100%),
    radial-gradient(1px   1px   at 12%  55%, rgba(255,248,220,0.5) 0%, transparent 100%),
    radial-gradient(2px   2px   at 28%  72%, rgba(201,168,76,0.6)  0%, transparent 100%),
    radial-gradient(1px   1px   at 60%  65%, rgba(255,248,220,0.7) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 78%  50%, rgba(255,248,220,0.8) 0%, transparent 100%),
    radial-gradient(1px   1px   at 90%  75%, rgba(240,208,112,0.6) 0%, transparent 100%),
    radial-gradient(1px   1px   at 45%  88%, rgba(255,248,220,0.5) 0%, transparent 100%),
    radial-gradient(2px   2px   at 20%  92%, rgba(201,168,76,0.7)  0%, transparent 100%);
  animation: twinkle1 4s infinite alternate ease-in-out;
}

.s2 {
  background-image:
    radial-gradient(1px   1px   at 5%   40%, rgba(255,248,220,0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 22%  10%, rgba(201,168,76,0.5)  0%, transparent 100%),
    radial-gradient(1px   1px   at 40%  48%, rgba(255,248,220,0.7) 0%, transparent 100%),
    radial-gradient(1px   1px   at 58%  35%, rgba(240,208,112,0.5) 0%, transparent 100%),
    radial-gradient(2px   2px   at 74%  60%, rgba(255,248,220,0.8) 0%, transparent 100%),
    radial-gradient(1px   1px   at 88%  45%, rgba(201,168,76,0.6)  0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 15%  80%, rgba(255,248,220,0.7) 0%, transparent 100%),
    radial-gradient(1px   1px   at 50%  78%, rgba(240,208,112,0.6) 0%, transparent 100%),
    radial-gradient(1px   1px   at 65%  90%, rgba(255,248,220,0.5) 0%, transparent 100%),
    radial-gradient(2px   2px   at 95%  95%, rgba(201,168,76,0.8)  0%, transparent 100%);
  animation: twinkle2 5s infinite alternate ease-in-out;
}

.s3 {
  background-image:
    radial-gradient(1px 1px at 3%   60%, rgba(255,248,220,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 33%  33%, rgba(201,168,76,0.4)  0%, transparent 100%),
    radial-gradient(1px 1px at 55%  55%, rgba(255,248,220,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 80%  25%, rgba(240,208,112,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 10%  85%, rgba(255,248,220,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 68%  15%, rgba(201,168,76,0.3)  0%, transparent 100%);
  animation: twinkle3 6s infinite alternate ease-in-out;
}

@keyframes twinkle1 {
  0%   { opacity: 0.6; }
  100% { opacity: 1; }
}
@keyframes twinkle2 {
  0%   { opacity: 1; }
  100% { opacity: 0.5; }
}
@keyframes twinkle3 {
  0%   { opacity: 0.4; }
  100% { opacity: 0.9; }
}

/* ── UTILITY ── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-tag {
  font-family: var(--font-alt);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 16px;
}

.section-title em {
  font-style: italic;
  color: var(--gold-light);
}

.section-desc {
  color: var(--text-dim);
  max-width: 560px;
  font-size: 0.95rem;
}

.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-header .section-desc {
  margin: 0 auto;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 40px;
  font-family: var(--font-alt);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: inherit;
}

.btn:hover::before { transform: scaleX(1); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  color: var(--deep);
  box-shadow: 0 4px 20px var(--gold-glow);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201,168,76,0.55);
}

.btn-outline {
  border: 1.5px solid var(--gold);
  color: var(--gold-light);
  background: rgba(201,168,76,0.06);
}

.btn-outline:hover {
  background: rgba(201,168,76,0.15);
  border-color: var(--gold-light);
  transform: translateY(-2px);
}

.btn-full { width: 100%; justify-content: center; }

/* ── ANIMATIONS ── */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-animate="slide-left"]  { transform: translateX(-40px); }
[data-animate="slide-right"] { transform: translateX(40px); }
[data-animate="fade-up"]     { transform: translateY(40px); }

[data-animate].visible {
  opacity: 1;
  transform: translate(0);
}

/* ─────────────────────────────────────────
   NAVBAR
───────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  background: transparent;
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}

.navbar.scrolled {
  background: rgba(6,3,16,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 12px 40px;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  font-size: 2rem;
  color: var(--gold);
  filter: drop-shadow(0 0 8px var(--gold));
  line-height: 1;
  animation: moonPulse 3s infinite;
}

@keyframes moonPulse {
  0%, 100% { filter: drop-shadow(0 0 8px var(--gold)); }
  50%       { filter: drop-shadow(0 0 18px var(--gold-light)); }
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-main {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 1px;
}

.brand-sub {
  font-family: var(--font-alt);
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-links {
  display: flex;
  gap: 36px;
}

.nav-link {
  font-family: var(--font-alt);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  position: relative;
  transition: color 0.3s;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-light);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-cta {
  font-family: var(--font-alt);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--deep);
  transition: var(--transition);
}

.nav-cta:hover {
  box-shadow: 0 4px 20px var(--gold-glow);
  transform: translateY(-1px);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--transition);
}

/* ─────────────────────────────────────────
   HERO SLIDER
───────────────────────────────────────── */
.slider {
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(6,3,16,0.92) 0%,
    rgba(22,14,48,0.75) 50%,
    rgba(6,3,16,0.6) 100%
  );
}

.slide-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 0 40px;
  animation: slideIn 0.9s ease forwards;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.slide-label {
  font-family: var(--font-alt);
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  display: block;
}

.slide-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 20px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.6);
}

.slide-title em {
  color: var(--gold-light);
  font-style: italic;
}

.slide-desc {
  font-size: 1rem;
  color: rgba(237,228,204,0.8);
  max-width: 540px;
  margin-bottom: 36px;
  line-height: 1.8;
}

.slide-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Slider Controls */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(201,168,76,0.15);
  border: 1px solid var(--border);
  color: var(--gold-light);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  backdrop-filter: blur(8px);
}

.slider-btn:hover {
  background: rgba(201,168,76,0.35);
  border-color: var(--gold);
}

.prev { left: 24px; }
.next { right: 24px; }

.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(201,168,76,0.35);
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: var(--transition);
}

.dot.active {
  width: 28px;
  border-radius: 4px;
  background: var(--gold);
}

/* ─────────────────────────────────────────
   MARQUEE BAR
───────────────────────────────────────── */
.marquee-bar {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  gap: 48px;
  animation: marquee 28s linear infinite;
}

.marquee-track span {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--deep);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─────────────────────────────────────────
   ABOUT SECTION
───────────────────────────────────────── */
.about-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.section-bg-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 28rem;
  color: rgba(201,168,76,0.03);
  font-family: var(--font-display);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-left { padding-right: 20px; }

.about-text {
  color: var(--text-dim);
  margin-bottom: 20px;
  font-size: 0.97rem;
  line-height: 1.9;
}

.about-text strong {
  color: var(--gold);
  font-weight: 600;
}

.about-stats {
  display: flex;
  gap: 32px;
  margin: 36px 0 40px;
  padding: 28px;
  background: rgba(22,14,48,0.6);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  padding: 0 16px;
  border-right: 1px solid var(--border);
}

.stat:last-child { border-right: none; }

.stat-num {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 0 20px var(--gold-glow);
}

.stat-label {
  font-family: var(--font-alt);
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  text-align: center;
}

/* About Image */
.about-img-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.about-img-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.3);
  animation: ringPulse 4s ease-in-out infinite;
}

.ring1 {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.ring2 {
  width: 125%;
  height: 125%;
  top: -12.5%;
  left: -12.5%;
  animation-delay: 2s;
  border-color: rgba(201,168,76,0.12);
}

@keyframes ringPulse {
  0%,100% { transform: scale(1); opacity: 0.8; }
  50%      { transform: scale(1.02); opacity: 0.4; }
}

.about-img {
  width: 100%;
  border-radius: 16px;
  border: 2px solid rgba(201,168,76,0.3);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.6),
    0 0 40px rgba(201,168,76,0.1);
  position: relative;
  z-index: 1;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.about-badge {
  position: absolute;
  bottom: 24px;
  right: -20px;
  z-index: 2;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--deep);
  padding: 14px 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-alt);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 24px rgba(201,168,76,0.4);
}

.about-badge i { font-size: 1.2rem; }

/* ─────────────────────────────────────────
   SERVICES SECTION
───────────────────────────────────────── */
.services-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(14,8,32,0.8) 100%);
  position: relative;
}

.services-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cpath d='M50 5 L95 27.5 L95 72.5 L50 95 L5 72.5 L5 27.5 Z' fill='none' stroke='rgba(201,168,76,0.04)' stroke-width='1'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
  opacity: 0.5;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px 32px;
  overflow: hidden;
  transition: var(--transition);
  backdrop-filter: blur(12px);
  animation-delay: var(--delay, 0s);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.service-card:hover {
  border-color: rgba(201,168,76,0.5);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 30px var(--gold-glow);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: var(--gold);
  transition: var(--transition);
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, rgba(201,168,76,0.3), rgba(201,168,76,0.1));
  border-color: var(--gold);
  box-shadow: 0 0 20px var(--gold-glow);
}

.service-inner h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.service-inner p {
  font-size: 0.87rem;
  color: var(--text-dim);
  line-height: 1.7;
}

.service-tag {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--font-alt);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  padding: 4px 12px;
  border-radius: 20px;
}

.service-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 60%);
  pointer-events: none;
}

/* ─────────────────────────────────────────
   LOCATIONS SECTION
───────────────────────────────────────── */
.locations-section {
  padding: 90px 0;
  background: linear-gradient(180deg, rgba(14,8,32,0.8) 0%, rgba(6,3,16,0.9) 100%);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.location-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  transition: var(--transition);
  backdrop-filter: blur(12px);
}

.location-card:hover {
  border-color: var(--border-h);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3), 0 0 20px var(--gold-glow);
}

.loc-icon {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 18px;
  display: block;
  filter: drop-shadow(0 0 8px var(--gold-glow));
}

.location-card h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 12px;
}

.location-card p {
  color: var(--text-dim);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 14px;
}

.loc-time {
  display: inline-block;
  font-family: var(--font-alt);
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,0.08);
  border: 1px solid var(--border);
  padding: 5px 14px;
  border-radius: 20px;
}

/* ─────────────────────────────────────────
   TESTIMONIALS SECTION
───────────────────────────────────────── */
.testimonials-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '✦';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 22rem;
  color: rgba(201,168,76,0.025);
  pointer-events: none;
  line-height: 1;
}

.testi-slider-wrap {
  position: relative;
  overflow: hidden;
}

.testi-slider {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.testi-card {
  min-width: calc(33.333% - 16px);
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
  flex-shrink: 0;
  transition: var(--transition);
  backdrop-filter: blur(12px);
  position: relative;
}

.testi-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 28px;
  font-family: var(--font-display);
  font-size: 5rem;
  color: rgba(201,168,76,0.12);
  line-height: 1;
  pointer-events: none;
}

.testi-card:hover {
  border-color: rgba(201,168,76,0.45);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.testi-stars {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.testi-quote {
  font-size: 0.93rem;
  color: var(--text);
  line-height: 1.85;
  font-style: italic;
  margin-bottom: 24px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testi-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  object-fit: cover;
}

.testi-author strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  color: var(--white);
}

.testi-author span {
  font-family: var(--font-alt);
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 1px;
}

.testi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
}

.testi-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(201,168,76,0.1);
  border: 1px solid var(--border);
  color: var(--gold-light);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.testi-btn:hover {
  background: rgba(201,168,76,0.3);
  border-color: var(--gold);
}

.testi-dots {
  display: flex;
  gap: 8px;
}

.testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(201,168,76,0.25);
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: var(--transition);
}

.testi-dot.active {
  background: var(--gold);
  width: 24px;
  border-radius: 4px;
}

/* ─────────────────────────────────────────
   CONTACT SECTION
───────────────────────────────────────── */
.contact-section {
  padding: 100px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(22,14,48,0.5) 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 32px;
}

.contact-item i {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(201,168,76,0.1);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--gold);
  flex-shrink: 0;
}

.contact-item div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-item strong {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: 0.9rem;
}

.contact-item span {
  color: var(--text-dim);
  font-size: 0.9rem;
}

.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.contact-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(201,168,76,0.08);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.95rem;
  transition: var(--transition);
}

.contact-social a:hover {
  background: rgba(201,168,76,0.25);
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px var(--gold-glow);
}

/* Form */
.contact-form {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
  backdrop-filter: blur(12px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.form-group label {
  font-family: var(--font-alt);
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 13px 16px;
  color: var(--text);
  font-size: 0.92rem;
  outline: none;
  transition: var(--transition);
  -webkit-appearance: none;
}

.form-group select {
  cursor: pointer;
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: rgba(201,168,76,0.05);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(158,142,106,0.55);
}

.form-success {
  display: none;
  text-align: center;
  margin-top: 16px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: var(--gold);
  padding: 12px;
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 8px;
  background: rgba(201,168,76,0.05);
  letter-spacing: 1px;
}

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.footer {
  position: relative;
  background: var(--deep2);
  border-top: 1px solid var(--border);
  overflow: hidden;
}

.footer-top { padding: 80px 0 60px; }

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 48px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-about {
  color: var(--text-dim);
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(201,168,76,0.08);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.85rem;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--deep);
  border-color: var(--gold);
  transform: translateY(-3px);
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 12px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1.5px;
  background: var(--gold);
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: var(--text-dim);
  font-size: 0.87rem;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-col ul li a::before {
  content: '✦';
  font-size: 0.5rem;
  color: var(--gold-dark);
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: var(--gold-light);
}

.footer-col ul li a:hover::before {
  color: var(--gold);
}

/* Panchang Box */
.panchang-box {
  background: rgba(201,168,76,0.05);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
}

.panchang-date {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  color: var(--gold);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.panchang-box p {
  color: var(--text-dim);
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.panchang-box p strong {
  color: var(--text);
  font-family: var(--font-alt);
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  font-family: var(--font-alt);
  font-size: 0.76rem;
  color: var(--text-dim);
  letter-spacing: 0.5px;
}

.footer-links-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-links-row a {
  color: var(--text-dim);
  font-family: var(--font-alt);
  font-size: 0.76rem;
  transition: color 0.3s;
}

.footer-links-row a:hover { color: var(--gold); }

.footer-links-row span {
  color: var(--border-h);
}

/* Footer OM Symbol */
.footer-om {
  position: absolute;
  bottom: -20px;
  right: 40px;
  font-size: 8rem;
  color: rgba(201,168,76,0.04);
  font-family: var(--font-display);
  pointer-events: none;
  line-height: 1;
  user-select: none;
}

/* ── BACK TO TOP ── */
.back-top {
  position: fixed;
  bottom: 32px;
  right: 28px;
  z-index: 999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--deep);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px var(--gold-glow);
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
  pointer-events: none;
}

.back-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.back-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(201,168,76,0.5);
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; gap: 40px; }
  .about-grid    { gap: 50px; }
}

@media (max-width: 768px) {
  .navbar        { padding: 14px 20px; }
  .nav-links     { display: none; flex-direction: column; gap: 20px; position: fixed;
                   top: 0; right: 0; width: 260px; height: 100vh;
                   background: rgba(6,3,16,0.97); backdrop-filter: blur(20px);
                   padding: 80px 32px 32px; border-left: 1px solid var(--border);
                   transform: translateX(100%); transition: transform 0.4s ease; z-index: 1001; }
  .nav-links.open{ display: flex; transform: translateX(0); }
  .nav-link      { font-size: 0.9rem; }
  .hamburger     { display: flex; z-index: 1002; }
  .nav-cta       { display: none; }

  .about-grid    { grid-template-columns: 1fr; gap: 48px; }
  .about-right   { order: -1; }
  .about-badge   { right: 16px; }
  .about-stats   { gap: 16px; padding: 20px; }

  .services-grid      { grid-template-columns: 1fr; }
  .locations-grid     { grid-template-columns: 1fr; gap: 20px; }
  .testi-card         { min-width: 85%; }
  .contact-grid       { grid-template-columns: 1fr; gap: 40px; }
  .form-row           { grid-template-columns: 1fr; }
  .footer-grid        { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .slide-content { padding: 0 20px; }
  .slide-title   { font-size: 1.9rem; }
}

@media (max-width: 480px) {
  .slide-btns    { flex-direction: column; gap: 12px; }
  .section-title { font-size: 1.5rem; }
  .about-stats   { flex-direction: column; gap: 20px; }
  .stat          { border-right: none; border-bottom: 1px solid var(--border); padding: 0 0 16px; }
  .stat:last-child{ border-bottom: none; padding-bottom: 0; }
}