/* ============================================
   AuraWander Beauty – Richer MVP Styles
   ============================================ */

   :root {
    --primary-gold:    #d4af37;
    --primary-gold-dark:#b8972e;
    --pastel-pink:     #f5e6e8;
    --pastel-teal:     #a8dadc;
    --light-bg:        #fdfaff;
    --text-dark:       #2d2d2d;
    --text-muted:      #5c5c5c;
    --glow:            rgba(212, 175, 55, 0.15);
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-dark);
    background-color: var(--light-bg);
    line-height: 1.7;
  }
  
  /* Navbar */
  .navbar {
    background-color: white !important;
    transition: background-color 0.3s ease;
  }
  
  .navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  }
  
  .navbar-brand img {
    transition: transform 0.3s ease;
  }
  
  .navbar-brand:hover img {
    transform: scale(1.08);
  }
  
  .nav-link {
    font-weight: 500;
    color: var(--text-dark) !important;
    transition: color 0.25s ease;
  }
  
  .nav-link:hover,
  .nav-link.active {
    color: var(--primary-gold) !important;
  }
  
  /* Hero */
  .hero {
    background: linear-gradient(135deg, var(--pastel-pink) 0%, var(--pastel-teal) 100%);
    position: relative;
    overflow: hidden;
    padding: 9rem 0 7rem;
    color: var(--text-dark);
  }
  
  .hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 30% 70%, var(--glow) 0%, transparent 60%);
    pointer-events: none;
  }
  
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 4.2rem;
    color: var(--primary-gold);
    margin-bottom: 1.2rem;
    text-shadow: 0 2px 12px rgba(212,175,55,0.18);
  }
  
  .hero .lead {
    font-size: 1.35rem;
    max-width: 720px;
    margin: 0 auto 2.5rem;
  }
  
  /* Cards */
  .card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    background: white;
  }
  
  .card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  }
  
  .card-title {
    font-family: 'Playfair Display', serif;
    color: var(--primary-gold);
  }
  
  /* Buttons */
  .btn-primary {
    background: var(--primary-gold);
    border: none;
    padding: 0.75rem 1.8rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  
  .btn-primary:hover {
    background: var(--primary-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212,175,55,0.3);
  }
  
  /* Sections */
  section {
    padding: 6rem 0;
  }
  
  section h2 {
    font-family: 'Playfair Display', serif;
    color: var(--primary-gold);
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    display: inline-block;
  }
  
  section h2::after {
    content: '';
    position: absolute;
    bottom: -12px; left: 50%; transform: translateX(-50%);
    width: 80px; height: 3px;
    background: var(--primary-gold);
    border-radius: 3px;
  }
  
  /* Footer */
  footer {
    background: linear-gradient(to top, #f8f5fa, white);
    padding: 3rem 0 1.5rem;
    border-top: 1px solid rgba(212,175,55,0.12);
  }
  
  footer a {
    color: var(--text-muted);
    transition: color 0.25s;
  }
  
  footer a:hover {
    color: var(--primary-gold);
  }
  
  /* Mobile adjustments */
  @media (max-width: 768px) {
    .hero h1 { font-size: 3.2rem; }
    .hero { padding: 7rem 0 5rem; }
    section { padding: 4rem 0; }
  }

  /* Logo improvements */
.navbar-brand img,
footer img {
  max-height: 60px;              /* adjust as needed */
  width: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast; /* sharper edges */
}

/* Social icons styling */
.social-icons a {
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: var(--primary-gold-dark) !important;
}

/* Gradient footer */
.bg-gradient {
  background: linear-gradient(180deg, #fdfaff 0%, #f5e6e8 100%);
}

/* Gold hover on buttons */
.btn-outline-primary {
  border-color: var(--primary-gold);
  color: var(--primary-gold);
}

.btn-outline-primary:hover {
  background-color: var(--primary-gold);
  color: white;
}

/* Optional: subtle glow/hover effect on logo */
.navbar-brand img:hover {
  filter: brightness(1.1) drop-shadow(0 0 8px rgba(212, 175, 55, 0.4));
  transition: all 0.3s ease;
}

.social-gold {
  color: var(--primary-gold) !important;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.5));
  transition: all 0.4s ease;
}

.social-gold:hover {
  color: white !important;
  background: var(--primary-gold);
  border-radius: 50%;
  padding: 4px;
  transform: scale(1.15);
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.7));
}

.coming-soon .card {
  background: #f8f9fa;
}
.badge {
  font-size: 0.8rem;
  vertical-align: middle;
}

#one-on-one-price-range {
  font-size: 1.8rem;
  margin: 0.5rem 0;
}

/* Booking option cards – consistent gold theme */
.booking .card {
  border: 2px solid var(--primary-gold) !important;
  border-radius: 16px !important;
  overflow: hidden;
  transition: all 0.35s ease;
}

.booking .card:hover {
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.18) !important;
  transform: translateY(-8px);
}

.booking .card-header {
  background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-gold-dark) 100%) !important;
  color: white !important;
  border-bottom: none !important;
}

/* Buttons inside booking cards */
.booking .btn-primary {
  background-color: var(--primary-gold) !important;
  border-color: var(--primary-gold) !important;
  border-radius: 50px !important;
}

.booking .btn-primary:hover {
  background-color: var(--primary-gold-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3) !important;
}

.booking .btn-outline-primary {
  border-color: var(--primary-gold) !important;
  color: var(--primary-gold) !important;
  border-radius: 50px !important;
}

.booking .btn-outline-primary:hover {
  background-color: var(--primary-gold) !important;
  color: white !important;
  transform: translateY(-2px);
}

/* Contact Us button & form styling */
.btn-outline-primary {
  border-color: var(--primary-gold);
  color: var(--primary-gold);
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: var(--primary-gold);
  color: white;
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}

/* Form fields */
form input,
form select,
form textarea {
  border: 1px solid #d4af37;
  border-radius: 50px; /* pill shape for inputs */
  padding: 0.75rem 1.25rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

form input:focus,
form select:focus,
form textarea:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
  outline: none;
}

form .form-label {
  color: var(--text-dark);
  font-weight: 500;
}

/* Collapsible section background */
#contactFormCollapse {
  background: linear-gradient(to bottom, rgba(245, 230, 232, 0.4), rgba(168, 218, 220, 0.2));
  border-radius: 16px;
  margin: 0 1rem;
}

/* Hero Carousel – No overlap, balanced height */
.hero-carousel {
  position: relative;
  min-height: 500px;           /* Minimum height for mobile */
  background: linear-gradient(to bottom, var(--pastel-pink), var(--pastel-teal)); /* fallback color */
}

.carousel-inner, .carousel-item, .carousel-item img {
  height: 60vh;                /* Reduced from full height */
  min-height: 500px;
}

.carousel-item img {
  object-fit: cover;
  width: 700%;
  height: 100%;
  filter: brightness(0.92);    /* Slight dim for readability */
}

/* Make sure footer stays below */
footer {
  margin-top: 1rem;            /* Extra push if needed */
  background: white !important; /* Force white to avoid gradient overlap */
}

/* Responsive adjustments */
@media (min-width: 992px) {
  .carousel-item, .carousel-item img {
    height: 70vh;
  }
}

@media (max-width: 768px) {
  .hero-carousel {
    min-height: 400px;
  }
  .carousel-item, .carousel-item img {
    height: 50vh;
  }
}