/* ================================================
   DISCOVER BOULDERING - PROFESSIONAL THEME
   Light & Soft Color Scheme with Brand Identity
   ================================================ */

:root {
  /* Primary Brand Colors - Soft & Professional */
  --primary-color: #ff6b4a;
  --primary-light: #ff8c6f;
  --primary-dark: #e85438;

  /* Neutral Colors - Light Theme */
  --white: #ffffff;
  --off-white: #fafafa;
  --light-gray: #f5f5f7;
  --gray-100: #f0f0f2;
  --gray-200: #e5e5e8;
  --gray-300: #d1d1d6;
  --gray-400: #b8b8bd;
  --gray-500: #8e8e93;
  --gray-600: #636366;
  --gray-700: #48484a;
  --gray-800: #3a3a3c;
  --dark: #1c1c1e;

  /* Accent Colors */
  --success: #34c759;
  --warning: #FFhow9500;
  --info: #007aff;

  /* Typography */
  --font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --font-display: "Playfair Display", serif;

  /* Spacing */
  --section-padding: 120px;
  --card-radius: 16px;
  --button-radius: 12px;

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.1);
}

/* ================================================
   GLOBAL STYLES
   ================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-700);
  background: var(--white);
  overflow-x: hidden;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--dark);
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-base);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Section Utilities */
.section-padding {
  padding: var(--section-padding) 0;
}

.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-color);
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-description {
  font-size: 18px;
  line-height: 1.7;
  color: var(--gray-600);
  max-width: 600px;
  margin: 0 auto;
}

.section-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray-600);
  margin-bottom: 20px;
}

.bg-light {
  background-color: var(--light-gray) !important;
}

/* ================================================
   MINIMAL PROFESSIONAL NAVBAR - TRANSPARENT START
   ================================================ */

.navbar {
  padding: 20px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  border-bottom: 1px solid transparent;
  z-index: 2000;
}

.navbar .container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.04);
  padding: 16px 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  letter-spacing: -0.5px;
  transition: all 0.3s ease;
}

.navbar.scrolled .navbar-brand {
  color: var(--dark);
}

.navbar-brand:hover {
  color: var(--primary-color);
}

.logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.05);
}

.brand-text {
  font-weight: 700;
}

.navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.navbar.scrolled .navbar-toggler {
  border-color: var(--gray-300);
  background: rgba(0, 0, 0, 0.03);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
  outline: none;
}

.navbar.scrolled .navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(28, 28, 30, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
  align-items: center;
  gap: 8px;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 10px 18px !important;
  border-radius: 8px;
  transition: var(--transition-base);
  position: relative;
}

.navbar.scrolled .nav-link {
  color: var(--gray-700) !important;
}

.nav-link:hover {
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.15);
}

.navbar.scrolled .nav-link:hover {
  color: var(--dark) !important;
  background: var(--gray-100);
}

.nav-link.active {
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.2);
}

.navbar.scrolled .nav-link.active {
  color: var(--primary-color) !important;
  background: rgba(255, 107, 74, 0.1);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: var(--white);
  border-radius: 50%;
}

.navbar.scrolled .nav-link.active::after {
  background: var(--primary-color);
}

/* Language Dropdown Styling */
.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 0.15em;
}

.dropdown-menu {
  background: var(--white);
  backdrop-filter: blur(10px);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 8px;
  min-width: 160px;
  margin-top: 8px;
}

.dropdown-item {
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-700);
  transition: var(--transition-base);
}

.dropdown-item:hover {
  background: var(--gray-100);
  color: var(--primary-color);
}

.dropdown-item:active {
  background: var(--primary-color);
  color: var(--white);
}

.btn-primary-custom {
  background: var(--primary-color);
  color: var(--white) !important;
  padding: 10px 24px;
  border-radius: var(--button-radius);
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 107, 74, 0.25);
}

.btn-primary-custom:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 74, 0.35);
  color: var(--white) !important;
}

.btn-primary-custom:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255, 107, 74, 0.3);
}

/* Mobile Menu Improvements */
@media (max-width: 991px) {
  .navbar-collapse {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    margin-top: 16px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
  }

  .navbar-nav {
    gap: 8px;
  }

  .nav-link {
    color: var(--gray-700) !important;
    padding: 12px 16px !important;
  }

  .nav-link:hover {
    color: var(--primary-color) !important;
    background: var(--gray-100);
  }

  .nav-link.active {
    color: var(--primary-color) !important;
    background: rgba(255, 107, 74, 0.1);
  }

  .nav-link.active::after {
    background: var(--primary-color);
  }

  .btn-primary-custom {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    display: block;
  }

  .dropdown-menu {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 4px;
  }
} /* ================================================
   HERO SECTION WITH VIDEO
   ================================================ */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0.4;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 74, 0.3) 0%,
    rgba(28, 28, 30, 0.8) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 24px;
  border-radius: 50px;
  margin-bottom: 32px;
}

.badge-text {
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero-title .highlight {
  color: var(--primary-color);
  display: block;
}

.hero-description {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.btn-hero-primary,
.btn-hero-secondary {
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: var(--button-radius);
  transition: all 0.3s ease;
  border: 2px solid;
  text-transform: none;
  letter-spacing: 0;
}

.btn-hero-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(13, 110, 253, 0.35);
}

.btn-hero-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(13, 110, 253, 0.45);
  color: var(--white);
}

.btn-hero-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  color: var(--white);
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Scroll Down Indicator */
.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: bounce 2s infinite;
}

.mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  position: relative;
}

.mouse::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  animation: scroll 2s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    top: 8px;
  }
  100% {
    opacity: 0;
    top: 24px;
  }
}

/* ================================================
   ABOUT SECTION
   ================================================ */

.about-section {
  background: var(--white);
}

.about-image-wrapper {
  position: relative;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-image-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.about-image-wrapper:hover img {
  transform: scale(1.05);
}

.about-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--white);
  padding: 16px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-xl);
}

.about-badge i {
  font-size: 24px;
  color: var(--primary-color);
}

.about-badge span {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
}

.section-header {
  margin-bottom: 32px;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-item i {
  color: var(--primary-color);
  font-size: 20px;
}

.feature-item span {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-700);
}

/* ================================================
   PROGRAMS SECTION
   ================================================ */

.programs-section {
  background: var(--light-gray);
}

.program-card {
  background: var(--white);
  padding: 40px 32px;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.program-card:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.program-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-light)
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.program-card:hover .program-icon {
  transform: scale(1.1) rotate(5deg);
}

.program-icon i {
  font-size: 32px;
  color: var(--white);
}

.program-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
  min-height: 56px;
}

.program-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray-600);
  margin-bottom: 24px;
}

.program-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.program-features li {
  padding: 10px 0;
  font-size: 14px;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  gap: 10px;
}

.program-features i {
  color: var(--primary-color);
  font-size: 12px;
}

.btn-program {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition-base);
}

.btn-program:hover {
  color: var(--primary-dark);
  transform: translateX(4px);
}

.btn-program::after {
  content: " →";
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn-program:hover::after {
  transform: translateX(4px);
}

/* ================================================
   INSTRUCTORS SECTION
   ================================================ */

.instructors-section {
  background: var(--white);
}

/* Instructor Card Flip Animation */
.instructor-card-container {
  perspective: 1000px;
  height: 460px;
}

.instructor-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.instructor-card-container.flipped .instructor-card {
  transform: rotateY(180deg);
}

.instructor-card-front,
.instructor-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: var(--white);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.instructor-card-front {
  display: flex;
  flex-direction: column;
}

.instructor-card-back {
  transform: rotateY(180deg);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.instructor-card-container:hover .instructor-card-front {
  box-shadow: var(--shadow-xl);
  border: 2px solid var(--primary-color);
}

.flip-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 16px;
}

.flip-btn:hover {
  background: var(--primary-dark);
  transform: scale(1.1);
}

.flip-btn-back {
  top: 16px;
  right: 16px;
  bottom: auto;
}

.instructor-bio {
  flex: 1;
  overflow-y: auto;
  padding-right: 8px;
  color: var(--gray-700);
  line-height: 1.8;
}

.instructor-bio::-webkit-scrollbar {
  width: 6px;
}

.instructor-bio::-webkit-scrollbar-track {
  background: var(--gray-100);
  border-radius: 3px;
}

.instructor-bio::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}

.instructor-bio::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

.instructor-bio p {
  margin-bottom: 12px;
  font-size: 14px;
}

.instructor-bio h5 {
  color: var(--primary-color);
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.instructor-card-front:hover {
  box-shadow: var(--shadow-xl);
  border: 2px solid var(--primary-color);
}

.instructor-image {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: var(--gray-200);
}

.instructor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.instructor-card:hover .instructor-image img {
  transform: scale(1.1);
}

.instructor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.instructor-card:hover .instructor-overlay {
  opacity: 1;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-links a {
  width: 48px;
  height: 48px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: var(--dark);
  color: var(--white);
  transform: scale(1.1);
}

.instructor-info {
  padding: 24px 24px 56px; /* Alt kısımda buton için ek boşluk */
  text-align: center;
}

.instructor-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}

.instructor-role {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.instructor-desc {
  font-size: 14px;
  color: var(--gray-600);
  margin: 0;
}

/* ================================================
   PRICING SECTION
   ================================================ */

.pricing-section {
  background: var(--light-gray);
}

.pricing-card {
  background: var(--white);
  padding: 40px 32px;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
  position: relative;
}

.pricing-card:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--gray-300);
}

.pricing-card.featured {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-light)
  );
  transform: scale(1.05);
  border-color: var(--primary-color);
}

.pricing-card.featured:hover {
  transform: scale(1.05);
}

.popular-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: var(--dark);
  color: var(--white);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plan-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gray-600);
  margin-bottom: 16px;
}

.pricing-card.featured .plan-name {
  color: rgba(255, 255, 255, 0.9);
}

.plan-price {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.currency {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-top: 8px;
}

.pricing-card.featured .currency {
  color: var(--white);
}

.amount {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: var(--dark);
  margin: 0 4px;
}

.pricing-card.featured .amount {
  color: var(--white);
}

.period {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-600);
  align-self: flex-end;
  margin-bottom: 12px;
}

.pricing-card.featured .period {
  color: rgba(255, 255, 255, 0.9);
}

.plan-desc {
  font-size: 15px;
  color: var(--gray-600);
  margin-bottom: 32px;
}

.pricing-card.featured .plan-desc {
  color: rgba(255, 255, 255, 0.9);
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.plan-features li {
  padding: 12px 0;
  font-size: 15px;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--gray-200);
}

.pricing-card.featured .plan-features li {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.plan-features li:last-child {
  border-bottom: none;
}

.plan-features li.disabled {
  opacity: 0.4;
}

.plan-features i {
  font-size: 14px;
}

.plan-features .fa-check {
  color: var(--primary-color);
}

.pricing-card.featured .plan-features .fa-check {
  color: var(--white);
}

.plan-features .fa-times {
  color: var(--gray-400);
}

.btn-plan,
.btn-plan-featured {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: var(--button-radius);
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: var(--transition-base);
  border: 2px solid;
}

.btn-plan {
  background: var(--white);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-plan:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

.btn-plan-featured {
  background: var(--white);
  border-color: var(--white);
  color: var(--primary-color);
}

.btn-plan-featured:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
  transform: translateY(-2px);
}

/* ================================================
   EVENTS SECTION
   ================================================ */

.events-section {
  background: var(--white);
}

.event-card {
  background: var(--white);
  padding: 32px;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  display: flex;
  gap: 24px;
  height: 100%;
  border: 2px solid transparent;
}

.event-card:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.event-date {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-light)
  );
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.event-date .day {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.event-date .month {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.event-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.event-content p {
  font-size: 15px;
  color: var(--gray-600);
  margin-bottom: 16px;
}

.event-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.event-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--gray-600);
}

.event-meta i {
  color: var(--primary-color);
  font-size: 14px;
}

/* ================================================
   GALLERY SECTION
   ================================================ */

.gallery-section {
  background: var(--light-gray);
}

.gallery-item {
  position: relative;
  border-radius: var(--card-radius);
  overflow: hidden;
  height: 280px;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  cursor: pointer;
}

.gallery-item:hover {
  box-shadow: var(--shadow-xl);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.9),
    rgba(77, 148, 255, 0.9)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 40px;
  color: var(--white);
}

.gallery-overlay p {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ================================================
   SHOP SECTION
   ================================================ */

.shop-section {
  background: var(--white);
}

/* Shop Cards for Products */
.shop-card {
  background: var(--white);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
}

.shop-card:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.shop-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: var(--gray-100);
}

.shop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.shop-card:hover .shop-image img {
  transform: scale(1.08);
}

.shop-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary-color);
  color: var(--white);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.shop-badge.new {
  background: var(--success);
}

.shop-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.shop-content h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.shop-desc {
  font-size: 14px;
  color: var(--gray-600);
  margin-bottom: 16px;
  flex: 1;
}

.shop-price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.shop-price .price {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-color);
}

.shop-price .old-price {
  font-size: 16px;
  color: var(--gray-400);
  text-decoration: line-through;
}

/* Rental Cards */
.rental-card {
  background: var(--light-gray);
  padding: 32px 28px;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
  position: relative;
}

.rental-card:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
  background: var(--white);
}

.rental-card.featured {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-light)
  );
  color: var(--white);
}

.rental-card.featured h5,
.rental-card.featured .rental-desc,
.rental-card.featured .rental-features li {
  color: var(--white);
}

.rental-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--dark);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.rental-icon {
  width: 64px;
  height: 64px;
  background: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.rental-card.featured .rental-icon {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.rental-icon i {
  font-size: 28px;
  color: var(--primary-color);
}

.rental-card.featured .rental-icon i {
  color: var(--white);
}

.rental-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.rental-desc {
  font-size: 14px;
  color: var(--gray-600);
  margin-bottom: 20px;
}

.rental-price {
  margin-bottom: 20px;
}

.rental-price .price {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary-color);
}

.rental-card.featured .rental-price .price {
  color: var(--white);
}

.rental-price .period {
  font-size: 16px;
  color: var(--gray-600);
  font-weight: 500;
}

.rental-card.featured .rental-price .period {
  color: rgba(255, 255, 255, 0.9);
}

.rental-price .save {
  display: block;
  font-size: 13px;
  color: var(--success);
  font-weight: 600;
  margin-top: 4px;
}

.rental-card.featured .rental-price .save {
  color: var(--white);
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 12px;
  display: inline-block;
}

.rental-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rental-features li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  gap: 10px;
}

.rental-features i {
  color: var(--primary-color);
  font-size: 12px;
}

.rental-card.featured .rental-features i {
  color: var(--white);
}

/* ================================================
   CONTACT SECTION
   ================================================ */

.contact-section {
  background: var(--white);
}

.contact-info-card {
  background: var(--light-gray);
  padding: 40px;
  border-radius: var(--card-radius);
  height: 100%;
}

.contact-item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-icon {
  width: 56px;
  height: 56px;
  background: var(--primary-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 24px;
  color: var(--white);
}

.contact-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}

.contact-item p {
  font-size: 15px;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.6;
}

.contact-form {
  background: var(--light-gray);
  padding: 40px;
  border-radius: var(--card-radius);
}

.contact-form .form-control {
  background: var(--white);
  border: 2px solid var(--gray-200);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 15px;
  color: var(--dark);
  transition: var(--transition-base);
}

.contact-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
  background: var(--white);
  outline: none;
}

.contact-form .form-control::placeholder {
  color: var(--gray-500);
}

/* ================================================
   FOOTER
   ================================================ */

.footer {
  background: var(--dark);
  color: var(--white);
  padding: 80px 0 32px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
}

.footer-brand h4 {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  margin: 0;
}

.footer-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray-400);
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  transition: var(--transition-base);
}

.footer-social a:hover {
  background: var(--primary-color);
  transform: translateY(-3px);
}

.footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 15px;
  color: var(--gray-400);
  transition: var(--transition-base);
}

.footer-links a:hover {
  color: var(--primary-color);
  padding-left: 8px;
}

.newsletter-form .input-group {
  margin-top: 16px;
}

.newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px 0 0 10px;
  padding: 12px 18px;
  color: var(--white);
}

.newsletter-form .form-control::placeholder {
  color: var(--gray-500);
}

.newsletter-form .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary-color);
  outline: none;
  color: var(--white);
}

.btn-newsletter {
  background: var(--primary-color);
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 12px 24px;
  color: var(--white);
  transition: var(--transition-base);
}

.btn-newsletter:hover {
  background: var(--primary-dark);
}

.footer-divider {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 48px 0 24px;
}

.footer-copyright {
  font-size: 14px;
  color: var(--gray-500);
  margin: 0;
}

/* ================================================
   BACK TO TOP BUTTON
   ================================================ */

.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(13, 110, 253, 0.4);
  z-index: 1000;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--primary-dark);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(13, 110, 253, 0.5);
}
/* ================================================
   BACK TO OLD BUTTON
   ================================================ */

.back-to-old {
    position: fixed;
    bottom: 32px;
    left: 32px;
    width: 48px;
    height: 48px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(13, 110, 253, 0.4);
    z-index: 1000;
}


    .back-to-old:hover {
        background: var(--primary-dark);
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(13, 110, 253, 0.5);
    }
/* ================================================
   CUSTOM SCROLLBAR
   ================================================ */

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--gray-100);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 6px;
  border: 3px solid var(--gray-100);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

/* ================================================
   RESPONSIVE DESIGN
   ================================================ */

@media (max-width: 991px) {
  :root {
    --section-padding: 80px;
  }

  .navbar-collapse {
    background: var(--white);
    padding: 24px;
    border-radius: 12px;
    margin-top: 16px;
    box-shadow: var(--shadow-lg);
  }

  .navbar.scrolled .navbar-collapse {
    background: var(--white);
  }

  .nav-link {
    color: var(--gray-700) !important;
    padding: 12px 16px !important;
  }

  .btn-primary-custom {
    width: 100%;
    margin-top: 16px;
  }

  .hero-stats {
    gap: 40px;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .event-card {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  :root {
    --section-padding: 60px;
  }
  .flip-btn {
    width: 28px;
    height: 28px;
    font-size: 14px;
    bottom: 10px;
    right: 10px;
  }
  .instructor-info {
    padding: 20px 20px 50px;
  }

  .section-title {
    font-size: 32px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-stats {
    gap: 32px;
  }

  .stat-number {
    font-size: 36px;
  }

  .gallery-item {
    height: 240px;
  }
}

@media (max-width: 575px) {
  .hero-buttons {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
  }

  .amount {
    font-size: 48px;
  }
}

/* ================================================
   VIDEO MODAL
   ================================================ */
.video-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  animation: slideUp 0.4s ease;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.video-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  color: var(--white);
  font-size: 42px;
  font-weight: 300;
  cursor: pointer;
  transition: var(--transition-fast);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.gallery-item.video-item {
  cursor: default;
}

.gallery-item.video-item .gallery-overlay {
  cursor: pointer;
}

.gallery-item.video-item:hover .fa-play-circle {
  transform: scale(1.2);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ================================================
   PARTNERS CAROUSEL SECTION
   ================================================ */
.partners-section {
  overflow: hidden;
  position: relative;
}

.partners-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

.partners-track {
  display: flex;
  gap: 60px;
  animation: scrollPartners 30s linear infinite;
  width: fit-content;
}

.partners-track:hover {
  animation-play-state: paused;
}

.partner-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-base);
  min-width: 200px;
  height: 100px;
}

.partner-item:hover {
  transform: scale(1.1);
}

.partner-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(0%);
  opacity: 1;
  transition: var(--transition-base);
}

.partner-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes scrollPartners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .partners-track {
    gap: 40px;
  }

  .partner-item {
    min-width: 160px;
    height: 80px;
    padding: 15px 20px;
  }

  .partner-item img {
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .video-modal-close {
    top: -45px;
    font-size: 36px;
    width: 45px;
    height: 45px;
  }

  .partners-track {
    gap: 30px;
    animation: scrollPartners 20s linear infinite;
  }

  .partner-item {
    min-width: 140px;
    height: 70px;
    padding: 12px 16px;
  }

  .partner-item img {
    max-height: 40px;
  }
}
