:root {
  --dark-bg: #0a0a0a;
  --darker-card: #111111;
  --gold: #cb8599;
  --gold-light: #cb8599;
  --red-cinematic: #b32d2d;
  --luxury-gray: #1e1e1e;
  --text-light: #f5f5f5;
  --text-muted-light: #b0b0b0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
  background-color: var(--dark-bg);
  color: var(--text-light);
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
.golden-text {
  font-family: "Playfair Display", serif;
}
.golden {
  color: var(--gold);
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, #cb8599 100%);
  color: #0a0a0a;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(201, 160, 61, 0.3);
}
.btn-gold:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #dbb450 0%, #cb8599 100%);
  color: #000;
  box-shadow: 0 10px 25px rgba(201, 160, 61, 0.5);
}
.btn-outline-gold {
  border: 2px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 40px;
  transition: 0.3s;
}
.btn-outline-gold:hover {
  background: var(--gold);
  color: #0a0a0a;
  transform: scale(1.02);
}
/* Top Bar */
.top-bar {
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 160, 61, 0.3);
  font-size: 0.85rem;
  padding: 8px 0 15px;
  z-index: 1030;
  position: relative;
}
.top-bar a {
  color: #ddd;
  text-decoration: none;
  margin-right: 18px;
  transition: 0.2s;
}
.top-bar a:hover {
  color: var(--gold);
}
.social-icons a {
  margin-right: 12px;
  font-size: 1rem;
}
.limited-seats {
  background: var(--red-cinematic);
  padding: 4px 12px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

/* ===== PREMIUM HEADER / NAVBAR ===== */
.navbar {
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(12px);
  padding: 12px 0;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(201, 160, 61, 0.2);
}
.navbar.scrolled {
  padding: 8px 0;
  background: rgb(255 255 255 / 98%);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}
.navbar-brand {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #fff 30%, var(--gold) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.navbar-brand span {
  font-size: 0.9rem;
  font-weight: 400;
  display: block;
  color: var(--gold);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  letter-spacing: 2px;
}
.nav-link {
  color: #bf7d90 !important;
  font-weight: 500;
  margin: 0 8px;
  transition: 0.3s;
  position: relative;
}
.nav-link:hover,
.nav-link.active {
  color: var(--gold) !important;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--gold);
  transition: 0.3s;
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}
.navbar-toggler {
  border-color: var(--gold);
  background: #000000f2;
}
.navbar-toggler-icon {
  filter: invert(1);
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: #0a0a0a;
    padding: 20px;
    border-radius: 20px;
    margin-top: 15px;
    border: 1px solid rgba(201, 160, 61, 0.3);
  }
  .nav-link {
    padding: 10px 0;
  }
  .navbar-brand {
    font-size: 1.4rem;
  }
}
@media (max-width: 991) {
  .top-bar {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(201, 160, 61, 0.3);
    font-size: 0.85rem;
    padding: 8px 0 1;
    z-index: 1030;
    position: relative;
  }
}
@media (max-width: 768) {
  .top-bar {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(201, 160, 61, 0.3);
    font-size: 0.85rem;
    padding: 1px 0 1;
    z-index: 1030;
    position: relative;
  }
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)),
    url("https://images.pexels.com/photos/3062545/pexels-photo-3062545.jpeg?auto=compress&cs=tinysrgb&w=1600")
      no-repeat center center/cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
}
.trust-badge {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  border-left: 3px solid var(--gold);
  padding: 8px 15px;
  margin-right: 15px;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 500;
}
.enquiry-form {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  border: 1px solid rgba(201, 160, 61, 0.4);
  padding: 30px;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
}
.enquiry-form input,
.enquiry-form textarea,
.enquiry-form select {
  background: #a9a8a8f7;
  border: 1px solid #333;
  color: white;
  border-radius: 12px;
  padding: 12px 15px;
}
.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(201, 160, 61, 0.3);
  background: #e1dcdc;
}
.form-control:focus {
  color: #111111;
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/* Sticky Buttons */
.sticky-cta {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 1090;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sticky-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: var(--gold);
  color: #000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  text-decoration: none;
}
.sticky-btn:hover {
  transform: scale(1.08);
  background: #fff;
  color: #b8860b;
}
.btn-wa {
  background: #25d366;
  color: white;
}
.btn-call {
  background: #0a0a0a;
  color: var(--gold);
  border: 1px solid var(--gold);
}
/* Sections */
section {
  overflow: hidden;
}
.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.section-title:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  height: 3px;
  background: var(--gold);
}
.course-card,
.reason-card {
  background: var(--darker-card);
  border-radius: 20px;
  padding: 30px 20px;
  transition: all 0.4s ease;
  border: 1px solid #2a2a2a;
  height: 100%;
}
.course-card:hover {
  transform: translateY(-12px);
  border-color: var(--gold);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.5);
}
.reason-card i {
  font-size: 2.8rem;
  color: var(--gold);
}
.process-step {
  background: linear-gradient(145deg, #151515, #0c0c0c);
  border-radius: 50px;
  padding: 18px;
  text-align: center;
  border-bottom: 3px solid var(--gold);
}
.testimonial-card {
  background: #111;
  border-radius: 30px;
  padding: 28px;
  margin: 15px;
  border: 1px solid #2c2c2c;
}
.lightbox-gallery img {
  transition:
    transform 0.4s,
    filter 0.3s;
  border-radius: 16px;
  cursor: pointer;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.lightbox-gallery img:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}
footer {
  background: #050505;
  border-top: 1px solid var(--gold);
}
.faq-item .accordion-button {
  background: #111;
  color: #eee;
  font-weight: 600;
}
.faq-item .accordion-button:not(.collapsed) {
  background: var(--gold);
  color: #000;
}
.accordion-body {
  background: #1a1a1a;
  color: #ccc;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 120px 0 60px;
    text-align: center;
  }
  .section-title {
    font-size: 2rem;
  }
  .sticky-cta {
    right: 12px;
    bottom: 15px;
    gap: 8px;
  }
  .sticky-btn {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
