/* ==================================================
   WinBeautyPageant.com - Luxury Beauty Pageant LMS Theme
   Premium feminine elegance theme for Academy LMS
   Color Palette:
   - Luxury Gold: #D4AF37
   - Blush Pink: #F8C8DC
   - Nude Beige: #F5E6DA
   - Soft White: #FFFFFF
   - Deep Black: #0F0F0F
================================================== */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Poppins:wght@300;400;500;600;700&family=Cinzel:wght@400;600;700&display=swap');

/* ==================================================
   CSS VARIABLE OVERRIDES — replaces purple #754FFE
   with gold #C9A84C across entire LMS frontend
================================================== */
:root {
  --color-4:   #C9A84C !important;
  --color-7:   #0D0D0D !important;
  --color-12:  rgba(201,168,76,0.22) !important;
  --color-15:  rgba(201,168,76,0.35) !important;
  --color-17:  #C9A84C !important;
}

/* ==================================================
   LMS GLOBAL GOLD THEME OVERRIDES
   Replaces default blue/purple LMS colors with
   WinBeautyPageant gold & dark luxury palette
================================================== */

/* Primary buttons */
.btn-primary,
.lms1-btn-purple,
.btn-purple,
button[type="submit"].btn,
.enroll-btn,
.lms-enroll-btn {
  background: linear-gradient(135deg, #C9A84C 0%, #8A6A1F 100%) !important;
  border-color: #C9A84C !important;
  color: #0D0D0D !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}
.btn-primary:hover,
.lms1-btn-purple:hover,
.btn-purple:hover {
  background: linear-gradient(135deg, #E8D48B 0%, #C9A84C 100%) !important;
  border-color: #E8D48B !important;
  box-shadow: 0 8px 25px rgba(201,168,76,0.35) !important;
  transform: translateY(-2px);
}

/* Outline/secondary buttons */
.btn-outline-primary,
.btn-outline-purple {
  border-color: #C9A84C !important;
  color: #C9A84C !important;
}
.btn-outline-primary:hover,
.btn-outline-purple:hover {
  background: #C9A84C !important;
  color: #0D0D0D !important;
}

/* Links & active states */
a { color: #C9A84C; }
a:hover { color: #8A6A1F; }

/* Navbar / header */
.navbar-brand span,
.lms-logo-text { color: #C9A84C !important; }
.nav-link.active,
.nav-link:hover { color: #C9A84C !important; }

/* Sidebar active items (student dashboard) */
.sidebar-menu .active a,
.sidebar-menu li a:hover,
.lms-sidebar .active { 
  color: #C9A84C !important;
  border-left: 3px solid #C9A84C !important;
}

/* Progress bars */
.progress-bar,
.lms-progress-bar {
  background: linear-gradient(90deg, #C9A84C, #E8D48B) !important;
}

/* Course cards */
.lms-course-card:hover,
.course-card:hover {
  box-shadow: 0 15px 40px rgba(201,168,76,0.2) !important;
  transform: translateY(-5px) !important;
}
.course-price,
.lms-price {
  color: #C9A84C !important;
  font-weight: 700 !important;
}

/* Stars / ratings */
.fa-star, .fas.fa-star,
.lms-rating i { color: #C9A84C !important; }

/* Badges */
.badge-primary,
.badge.bg-primary { background: #C9A84C !important; color: #0D0D0D !important; }

/* Sign up / login form accents */
.sing-up-right h3 span,
.sign-up h3 span { color: #C9A84C !important; }
.sing-up-right .btn-primary,
.log-in .btn-primary {
  background: linear-gradient(135deg, #C9A84C 0%, #8A6A1F 100%) !important;
  border: none !important;
  color: #fff !important;
  width: 100% !important;
  padding: 14px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  border-radius: 4px !important;
}

/* Footer copyright */
.ft2-copyright-info a { color: #C9A84C !important; }
.ft2-copyright-nav-link:hover { color: #C9A84C !important; }

/* Certificate download button */
.certificate-download,
a[href*="certificate"],
a[href*="download_certificate"] {
  background: linear-gradient(135deg, #C9A84C 0%, #8A6A1F 100%) !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 24px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
}

/* Legal page content styling */
.privacy-policy h2,
.privacy-policy h4,
section h2,
section h4 {
  font-family: 'Cinzel', serif;
  color: #0D0D0D;
}
.privacy-policy h4 { color: #C9A84C; margin-top: 25px; }
.privacy-policy ul li::marker { color: #C9A84C; }

/* Breadcrumb */
.lms-breadcrumb .active,
.breadcrumb-item.active { color: #C9A84C !important; }

/* ==================================================
   HARDCODED PURPLE #754FFE OVERRIDES
   Targets every element using the old purple color
================================================== */

/* --- Breadcrumb banner: replace blue image with dark gold gradient --- */
.bread-crumb {
  background-image: none !important;
  background: linear-gradient(135deg, #0D0D0D 0%, #1a1208 50%, #0D0D0D 100%) !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 50px 0 !important;
}
.bread-crumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.bread-crumb h1,
.bread-crumb .breadcrumb-item,
.bread-crumb .breadcrumb-item a,
.bread-crumb .breadcrumb-item.active,
.bread-crumb a,
.bread-crumb span,
.bread-crumb .brd-home {
  color: #fff !important;
}
.bread-crumb a:hover { color: #C9A84C !important; }
.bread-crumb .fa-chevron-right { color: rgba(255,255,255,0.4) !important; }
.book-img { display: none !important; }

/* --- Blog page hero: replace purple radial with dark gold --- */
.image-placeholder-2 {
  background: linear-gradient(135deg, #0D0D0D 0%, #1a0a00 40%, rgba(201,168,76,0.25) 100%) !important;
}

/* --- Pagination active --- */
.pagenation .active,
.page-item.active .page-link {
  background-color: #C9A84C !important;
  border-color: #C9A84C !important;
  box-shadow: 0 7px 18px -8px rgba(201,168,76,0.6) !important;
  color: #0D0D0D !important;
}
.page-link:hover,
.page-item a:hover {
  background-color: #C9A84C !important;
  border-color: #C9A84C !important;
  color: #0D0D0D !important;
}

/* --- Profile menu active --- */
.btn-profile-menu:hover,
.btn-profile-menu.active {
  background-color: #C9A84C !important;
  color: #0D0D0D !important;
}

/* --- List/Grid view toggle active --- */
.list-btn:hover,
.list-btn.active {
  background-color: #C9A84C !important;
  border-color: #C9A84C !important;
  color: #0D0D0D !important;
}

/* --- All hardcoded #754FFE buttons --- */
.ctBtn,
.ctBtn:hover { background-color: #C9A84C !important; color: #0D0D0D !important; }

.btn-fill { border-color: #C9A84C !important; }
.btn-fill:hover { background: #C9A84C !important; color: #0D0D0D !important; }

.follow-btn { border-color: #C9A84C !important; color: #C9A84C !important; }
.follow-btn:hover { background-color: #C9A84C !important; color: #0D0D0D !important; }

/* --- Dropdown menu hover --- */
.menu_pro_tgl_bg ul li:hover a,
.menu_pro_tgl_bg ul li:hover i,
.menu_pro_tgl_bg ul li:hover { color: #C9A84C !important; }
.menu_pro_tgl_bg ul li:hover:after { background-color: #C9A84C !important; }

/* --- Cart/wish popover price --- */
.menu_pro_wish-flex .spandiv span { color: #C9A84C !important; }
.menu_pro_wish-f-b .prcd a {
  color: #C9A84C !important;
  border-color: #C9A84C !important;
}

/* --- Checkout/Cart button --- */
.menu_pro_btn .btn { background-color: #C9A84C !important; color: #0D0D0D !important; }

/* --- Course rating badge --- */
.grid-view-body .courses-card .courses-text .review-icon span {
  background-color: #C9A84C !important;
  color: #0D0D0D !important;
}

/* --- Sign in box enrol/cart button --- */
.sign-in-box .sign-up-btn {
  background-color: #C9A84C !important;
  border-color: #C9A84C !important;
  color: #0D0D0D !important;
}

/* --- Course page tab icons --- */
.course-left-side .nav-link.active svg *,
.course-left-side .nav-link:hover svg * { fill: #C9A84C !important; }

/* --- Course right section button active --- */
.course-right-section .button a:hover,
.course-right-section .button a.active {
  background-color: #C9A84C !important;
  color: #0D0D0D !important;
}

/* --- Social button --- */
.social-btn { color: #C9A84C !important; }
.social-btn:hover,
.social-btn:focus { background-color: #C9A84C !important; color: #0D0D0D !important; }

/* --- Step-down curriculum dots --- */
ul.step-down li:after { background-color: #C9A84C !important; }
ul.step-down li::before { background-color: rgba(201,168,76,0.35) !important; }

/* --- Notify icon background --- */
.notify-icon { background-color: rgba(201,168,76,0.15) !important; }
.notify-icon i { color: #C9A84C !important; }

/* --- Blog search focus --- */
.blog-search-input.form-control:focus { border-color: #C9A84C !important; }

/* --- Focus rings / outlines --- */
input:focus, select:focus, textarea:focus {
  outline-color: rgba(201,168,76,0.4) !important;
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15) !important;
  border-color: rgba(201,168,76,0.5) !important;
}

/* --- Enrol icon color on course page --- */
.sub-header .icon-left i,
.menubar li .header-dropdown { color: #C9A84C !important; }

/* --- lms1-btn-purple active/hover (style.css override) --- */
.lms1-btn-purple:active,
.lms1-btn-purple:hover { background: #8A6A1F !important; color: #fff !important; }

/* --- Purple gradient text --- */
.lms1-text-purple-gradient {
  background: linear-gradient(135deg, #C9A84C, #E8D48B) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

/* ==================================================
   MOBILE RESPONSIVE — Header, Top Bar, Inner Pages
================================================== */

/* Top bar: prevent overflow on small screens */
@media (max-width: 767px) {
  /* Top bar collapse to single column */
  .wb-topbar-flex,
  [style*="display: flex"][style*="align-items: center"][style*="gap: 4"] {
    flex-wrap: wrap !important;
    gap: 6px !important;
    justify-content: center !important;
  }

  /* Top bar font & padding */
  [style*="fas fa-phone-alt"],
  [style*="fas fa-envelope"] { font-size: 11px !important; }

  /* Navbar logo shrink */
  .wb-navbar .navbar-brand img,
  nav img[alt="WinBeautyPageant"] {
    height: 60px !important;
  }

  /* Breadcrumb banner */
  .bread-crumb { padding: 32px 0 !important; }
  .bread-crumb h1 { font-size: 1.8rem !important; }

  /* Blog hero */
  .image-placeholder-2 + .container,
  .container-lg.position-relative.py-5 { padding: 40px 16px !important; }
  .display-4 { font-size: 1.8rem !important; }

  /* Course grid: single column on small screens */
  .grid-view-body .row { --bs-gutter-x: 12px; }

  /* Course filter sidebar full width */
  .course-all-category { margin-bottom: 20px; }

  /* Pagination compact */
  .pagenation-items { padding-bottom: 40px; }
  .page-link, .page-item a { padding: 5px 10px; font-size: 14px; margin-right: 5px; }

  /* Blog page title */
  .blogs h1 { font-size: 1.6rem; }

  /* Profile/dashboard inner pages */
  .student-profile-info { margin: 20px 0; }
  .btn-profile-menu { font-size: 13px; padding: 9px 14px; }

  /* Course detail page */
  .course-heading-info .info-tag { font-size: 14px; }
  .course-card { margin-top: 30px !important; }

  /* Footer inner pages */
  footer .container { padding: 0 16px; }
}

/* Very small screens — 480px */
@media (max-width: 480px) {
  /* Top bar: hide email on tiny screens, keep phone */
  .wb-topbar-email { display: none !important; }

  /* Logo */
  nav img[alt="WinBeautyPageant"],
  .wb-navbar .navbar-brand img {
    height: 52px !important;
  }

  /* Breadcrumb */
  .bread-crumb h1 { font-size: 1.5rem !important; }
  .bread-crumb { padding: 24px 0 !important; }

  /* Course cards */
  .courses-card .courses-card-body .courses-text { padding: 12px; }
  .courses-card .courses-card-body .courses-text h5 { font-size: 15px; }

  /* Display headings */
  .display-4 { font-size: 1.5rem !important; }

  /* list-btn row wrap */
  .list-card-control { flex-wrap: wrap !important; gap: 8px !important; }
  .select-box .nice-select { font-size: 13px; }

  /* Profile menu stacking */
  .col-lg-3.col-md-4 { margin-bottom: 16px; }

  /* Signin / Signup forms */
  .sign-in-box { padding: 24px 20px !important; }
}

/* Navbar collapse is handled by custom JS in header_winbeauty.php */

/* ==================================================
   CSS VARIABLES
================================================== */
:root {
  /* Luxury Color Palette */
  --wb-gold: #D4AF37;
  --wb-gold-light: #E8D5A3;
  --wb-gold-dark: #B8941F;
  --wb-pink: #F8C8DC;
  --wb-pink-light: #FDE8F0;
  --wb-pink-dark: #E8A0C0;
  --wb-beige: #F5E6DA;
  --wb-beige-light: #FAF0EB;
  --wb-beige-dark: #E5D0C0;
  --wb-white: #FFFFFF;
  --wb-black: #0F0F0F;
  --wb-black-soft: #1A1A1A;
  --wb-gray: #6B6B6B;
  --wb-gray-light: #F8F8F8;
  
  /* Typography */
  --wb-font-heading: 'Playfair Display', serif;
  --wb-font-body: 'Poppins', sans-serif;
  
  /* Spacing */
  --wb-section-padding: 100px;
  --wb-card-radius: 20px;
  --wb-btn-radius: 50px;
  
  /* Shadows */
  --wb-shadow-soft: 0 10px 40px rgba(212, 175, 55, 0.1);
  --wb-shadow-medium: 0 20px 60px rgba(0, 0, 0, 0.1);
  --wb-shadow-luxury: 0 25px 80px rgba(212, 175, 55, 0.15);
  --wb-shadow-glow: 0 0 40px rgba(212, 175, 55, 0.3);
  
  /* Transitions */
  --wb-transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --wb-transition-luxury: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==================================================
   GLOBAL RESETS & BASE STYLES
================================================== */
body {
  font-family: var(--wb-font-body);
  background-color: var(--wb-white);
  color: var(--wb-black);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.title, .section-title, .page-title {
  font-family: var(--wb-font-heading);
  font-weight: 600;
  color: var(--wb-black);
}

p, span, a, li, div {
  font-family: var(--wb-font-body);
}

/* ==================================================
   LUXURY BUTTONS
================================================== */
.wb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  font-family: var(--wb-font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: var(--wb-btn-radius);
  transition: var(--wb-transition-smooth);
  cursor: pointer;
  border: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.wb-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.wb-btn:hover::before {
  left: 100%;
}

/* Gold Primary Button */
.wb-btn-gold {
  background: linear-gradient(135deg, var(--wb-gold) 0%, var(--wb-gold-dark) 100%);
  color: var(--wb-white);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.wb-btn-gold:hover {
  background: linear-gradient(135deg, var(--wb-gold-light) 0%, var(--wb-gold) 100%);
  color: var(--wb-white);
  transform: translateY(-3px);
  box-shadow: var(--wb-shadow-glow);
}

/* Pink Secondary Button */
.wb-btn-pink {
  background: linear-gradient(135deg, var(--wb-pink) 0%, var(--wb-pink-dark) 100%);
  color: var(--wb-black);
  box-shadow: 0 8px 25px rgba(248, 200, 220, 0.4);
}

.wb-btn-pink:hover {
  background: linear-gradient(135deg, var(--wb-pink-light) 0%, var(--wb-pink) 100%);
  color: var(--wb-black);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(248, 200, 220, 0.5);
}

/* Outline Gold Button */
.wb-btn-outline-gold {
  background: transparent;
  border: 2px solid var(--wb-gold);
  color: var(--wb-gold);
}

.wb-btn-outline-gold:hover {
  background: var(--wb-gold);
  color: var(--wb-white);
  transform: translateY(-3px);
}

/* ==================================================
   HERO SECTION
================================================== */
.wb-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--wb-beige-light) 0%, var(--wb-pink-light) 50%, var(--wb-white) 100%);
}

.wb-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 20% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(248, 200, 220, 0.2) 0%, transparent 50%);
  pointer-events: none;
}

.wb-hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}

.wb-hero-subtitle {
  font-family: var(--wb-font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--wb-gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.wb-hero-subtitle::before,
.wb-hero-subtitle::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--wb-gold);
}

.wb-hero-title {
  font-family: var(--wb-font-heading);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--wb-black);
  margin-bottom: 25px;
}

.wb-hero-title span {
  color: var(--wb-gold);
  font-style: italic;
}

.wb-hero-description {
  font-size: 18px;
  line-height: 1.8;
  color: var(--wb-gray);
  margin-bottom: 40px;
  max-width: 500px;
}

.wb-hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.wb-hero-image-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wb-hero-main-image {
  position: relative;
  z-index: 2;
  border-radius: 300px 300px 20px 20px;
  overflow: hidden;
  box-shadow: var(--wb-shadow-luxury);
  max-width: 450px;
}

.wb-hero-main-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.wb-hero-shape {
  position: absolute;
  z-index: 1;
}

.wb-hero-shape-1 {
  top: -50px;
  right: -30px;
  width: 200px;
  height: 200px;
  border: 2px solid var(--wb-gold);
  border-radius: 50%;
  opacity: 0.3;
  animation: float 6s ease-in-out infinite;
}

.wb-hero-shape-2 {
  bottom: 50px;
  left: -40px;
  width: 150px;
  height: 150px;
  background: var(--wb-pink);
  border-radius: 50%;
  opacity: 0.4;
  animation: float 8s ease-in-out infinite reverse;
}

/* Hero Stats */
.wb-hero-stats {
  display: flex;
  gap: 50px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.wb-stat-item {
  text-align: center;
}

.wb-stat-number {
  font-family: var(--wb-font-heading);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--wb-gold);
  line-height: 1;
}

.wb-stat-label {
  font-size: 13px;
  color: var(--wb-gray);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}

/* ==================================================
   SECTION STYLES
================================================== */
.wb-section {
  padding: var(--wb-section-padding) 0;
  position: relative;
}

.wb-section-beige {
  background: var(--wb-beige-light);
}

.wb-section-pink {
  background: linear-gradient(180deg, var(--wb-pink-light) 0%, var(--wb-white) 100%);
}

.wb-section-dark {
  background: var(--wb-black);
  color: var(--wb-white);
}

.wb-section-dark h1,
.wb-section-dark h2,
.wb-section-dark h3,
.wb-section-dark h4,
.wb-section-dark h5,
.wb-section-dark h6 {
  color: var(--wb-white);
}

.wb-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.wb-section-tag {
  font-family: var(--wb-font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--wb-gold);
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.wb-section-tag::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: var(--wb-gold);
  margin: 10px auto 0;
}

.wb-section-title {
  font-family: var(--wb-font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.wb-section-subtitle {
  font-size: 16px;
  line-height: 1.8;
  color: var(--wb-gray);
}

/* ==================================================
   GLASSMORPHISM CARDS
================================================== */
.wb-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--wb-card-radius);
  padding: 35px;
  transition: var(--wb-transition-smooth);
  position: relative;
  overflow: hidden;
}

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

.wb-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--wb-shadow-luxury);
  background: rgba(255, 255, 255, 0.9);
}

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

.wb-card-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--wb-gold-light) 0%, var(--wb-gold) 100%);
  margin-bottom: 25px;
  font-size: 28px;
  color: var(--wb-white);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.wb-card-title {
  font-family: var(--wb-font-heading);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--wb-black);
}

.wb-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--wb-gray);
  margin-bottom: 20px;
}

.wb-card-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--wb-gold);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--wb-transition-smooth);
}

.wb-card-link:hover {
  color: var(--wb-gold-dark);
  gap: 12px;
}

/* ==================================================
   PROGRAM CARDS
================================================== */
.wb-program-card {
  background: var(--wb-white);
  border-radius: var(--wb-card-radius);
  overflow: hidden;
  box-shadow: var(--wb-shadow-soft);
  transition: var(--wb-transition-smooth);
  position: relative;
}

.wb-program-card:hover {
  transform: translateY(-15px);
  box-shadow: var(--wb-shadow-luxury);
}

.wb-program-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.wb-program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.wb-program-card:hover .wb-program-image img {
  transform: scale(1.1);
}

.wb-program-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, var(--wb-gold) 0%, var(--wb-gold-dark) 100%);
  color: var(--wb-white);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wb-program-content {
  padding: 30px;
}

.wb-program-title {
  font-family: var(--wb-font-heading);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--wb-black);
}

.wb-program-description {
  font-size: 15px;
  line-height: 1.7;
  color: var(--wb-gray);
  margin-bottom: 20px;
}

.wb-program-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--wb-beige);
}

.wb-program-price {
  font-family: var(--wb-font-heading);
  font-size: 24px;
  font-weight: 600;
  color: var(--wb-gold);
}

.wb-program-price span {
  font-size: 14px;
  color: var(--wb-gray);
  text-decoration: line-through;
  margin-left: 8px;
}

/* ==================================================
   TESTIMONIALS
================================================== */
.wb-testimonial-card {
  background: var(--wb-white);
  border-radius: var(--wb-card-radius);
  padding: 40px;
  box-shadow: var(--wb-shadow-soft);
  position: relative;
  text-align: center;
}

.wb-testimonial-card::before {
  content: '"';
  font-family: var(--wb-font-heading);
  font-size: 120px;
  color: var(--wb-gold);
  opacity: 0.2;
  position: absolute;
  top: -20px;
  left: 30px;
  line-height: 1;
}

.wb-testimonial-text {
  font-size: 18px;
  line-height: 1.8;
  color: var(--wb-gray);
  margin-bottom: 30px;
  font-style: italic;
}

.wb-testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.wb-testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--wb-gold);
}

.wb-testimonial-info h5 {
  font-family: var(--wb-font-heading);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--wb-black);
}

.wb-testimonial-info span {
  font-size: 13px;
  color: var(--wb-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ==================================================
   COACH CARDS
================================================== */
.wb-coach-card {
  background: var(--wb-white);
  border-radius: var(--wb-card-radius);
  overflow: hidden;
  box-shadow: var(--wb-shadow-soft);
  transition: var(--wb-transition-smooth);
  text-align: center;
}

.wb-coach-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--wb-shadow-luxury);
}

.wb-coach-image {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.wb-coach-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.wb-coach-card:hover .wb-coach-image img {
  transform: scale(1.05);
}

.wb-coach-social {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  transition: bottom 0.4s ease;
}

.wb-coach-card:hover .wb-coach-social {
  bottom: 0;
}

.wb-coach-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wb-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wb-gold);
  text-decoration: none;
  transition: var(--wb-transition-smooth);
}

.wb-coach-social a:hover {
  background: var(--wb-gold);
  color: var(--wb-white);
}

.wb-coach-content {
  padding: 30px;
}

.wb-coach-name {
  font-family: var(--wb-font-heading);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--wb-black);
}

.wb-coach-role {
  font-size: 14px;
  color: var(--wb-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ==================================================
   LUXURY NAVBAR
================================================== */
.wb-navbar {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: var(--wb-transition-smooth);
}

.wb-navbar.scrolled {
  box-shadow: var(--wb-shadow-soft);
  padding: 10px 0;
}

.wb-navbar-brand {
  font-family: var(--wb-font-heading);
  font-size: 28px;
  font-weight: 600;
  color: var(--wb-black);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wb-navbar-brand span {
  color: var(--wb-gold);
}

.wb-nav-link {
  font-family: var(--wb-font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--wb-black);
  text-decoration: none;
  padding: 10px 20px;
  position: relative;
  transition: var(--wb-transition-smooth);
}

.wb-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--wb-gold);
  transition: var(--wb-transition-smooth);
  transform: translateX(-50%);
}

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

.wb-nav-link:hover::after,
.wb-nav-link.active::after {
  width: 30px;
}

/* ==================================================
   LUXURY FOOTER
================================================== */
.wb-footer {
  background: var(--wb-black);
  color: var(--wb-white);
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.wb-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wb-gold), var(--wb-pink), var(--wb-gold));
}

.wb-footer-brand {
  font-family: var(--wb-font-heading);
  font-size: 32px;
  font-weight: 600;
  color: var(--wb-white);
  text-decoration: none;
  margin-bottom: 25px;
  display: inline-block;
}

.wb-footer-brand span {
  color: var(--wb-gold);
}

.wb-footer-text {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

.wb-footer-title {
  font-family: var(--wb-font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--wb-white);
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.wb-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--wb-gold);
}

.wb-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wb-footer-links li {
  margin-bottom: 12px;
}

.wb-footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 15px;
  transition: var(--wb-transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wb-footer-links a:hover {
  color: var(--wb-gold);
  padding-left: 5px;
}

.wb-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding: 30px 0;
  text-align: center;
}

.wb-footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
}

/* ==================================================
   GALLERY SECTION
================================================== */
.wb-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wb-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 1;
}

.wb-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.wb-gallery-item:hover img {
  transform: scale(1.1);
}

.wb-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(212, 175, 55, 0.9), transparent);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.wb-gallery-item:hover .wb-gallery-overlay {
  opacity: 1;
}

.wb-gallery-title {
  font-family: var(--wb-font-heading);
  font-size: 18px;
  color: var(--wb-white);
  text-align: center;
}

/* ==================================================
   FAQ ACCORDION
================================================== */
.wb-accordion-item {
  background: var(--wb-white);
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: var(--wb-shadow-soft);
  border: none;
}

.wb-accordion-header {
  padding: 25px 30px;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--wb-font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--wb-black);
  transition: var(--wb-transition-smooth);
}

.wb-accordion-header:hover {
  background: var(--wb-beige-light);
}

.wb-accordion-header i {
  color: var(--wb-gold);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.wb-accordion-item.active .wb-accordion-header i {
  transform: rotate(180deg);
}

.wb-accordion-body {
  padding: 0 30px 25px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--wb-gray);
  display: none;
}

.wb-accordion-item.active .wb-accordion-body {
  display: block;
}

/* ==================================================
   ANIMATIONS
================================================== */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

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

.wb-animate-fadeInUp {
  animation: fadeInUp 0.8s ease forwards;
}

.wb-delay-1 { animation-delay: 0.1s; }
.wb-delay-2 { animation-delay: 0.2s; }
.wb-delay-3 { animation-delay: 0.3s; }
.wb-delay-4 { animation-delay: 0.4s; }

/* ==================================================
   RESPONSIVE DESIGN
================================================== */
@media (max-width: 1199px) {
  .wb-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .wb-hero-stats {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  :root {
    --wb-section-padding: 70px;
  }
  
  .wb-hero {
    min-height: auto;
    padding: 100px 0;
  }
  
  .wb-hero-content {
    text-align: center;
    padding: 60px 0;
  }
  
  .wb-hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  
  .wb-hero-buttons {
    justify-content: center;
  }
  
  .wb-hero-stats {
    justify-content: center;
  }
  
  .wb-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .wb-hero-title {
    font-size: 2rem;
  }
  
  .wb-hero-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .wb-card {
    padding: 25px;
  }
  
  .wb-gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .wb-btn {
    padding: 14px 28px;
    font-size: 13px;
  }
}

/* ==================================================
   SCROLLBAR STYLING
================================================== */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--wb-beige-light);
}

::-webkit-scrollbar-thumb {
  background: var(--wb-gold);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--wb-gold-dark);
}
