:root{
    --main-color : #f97316;
}

body {
  font-family: "Arial", sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px 0;
  background-color: #1e1e1e68;
}

.navbar-brand {
  font-size: 2rem;
  font-weight: 700;
  color: var(--main-color);
}

.nav-link {
  color: white;
  margin: 0 15px;
  font-weight: 500;
}

.hero-section {
  background-image: url("img/bg.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 27px;
  width: 60%;
  margin: 0px 30px;
  background-color: #1e1e1e68;
  border-radius: 1%;
}

.btn-primary-cta {
  background-color: var(--main-color);
  color: rgb(5, 5, 5);
  border: none;
  padding: 10px 25px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s;
}

.btn-primary-cta:hover {
  background-color: var(--main-color);
  transform: translateY(-2px);
}

.hero-title {
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-description {
  font-size: 1rem;
  margin-bottom: 40px;
  max-width: 600px;
  line-height: 1.6;
}

.brand-highlight {
  color: #f97316; 
  font-weight: bold;
}

.features-section {
  position: absolute;
  bottom: 5px;
  right:70px;
  width: 100%;
  z-index: 2;
  margin-bottom: 40px;
}

.feature-card {
  color: #fff;
  height: 100%;
  background-color: #1e1e1e68;
  border-radius: 5%;
  text-align: center;
  padding: 50px;
}

.feature-card i {
  font-size: 24px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  margin: 0;
}

.intro-section {
  position: relative;
  padding: 40px 20px;
}

.intro-title {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 600;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
}

.membership-section {
  background-color:#f3f4f6;
  padding: 60px 20px;
}

.section-title {
  color: var(--main-color);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.section-subtitle {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto 50px;
}

.membership-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}

.membership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.featured-card {
  position: relative;
}



.card-header {
  margin-bottom: 30px;
}

.plan-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.plan-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.access-hours {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.hours-info {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.hours-label {
  color: #333;
  font-weight: 600;
  margin-right: 10px;
}

.hours-time {
  color: var(--main-color);
  font-weight: 600;
}

.hours-duration {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  color: #333;
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

.features-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 15px;
}

.card-footer {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.price-section {
  text-align: center;
}

.price-label {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
}

.price-amount {
  color: var(--main-color);
  font-size: 28px;
  font-weight: 700;
}

.price-period {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.gallery-section {
  background-color: #fff;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 3rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}


.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}


.about-section {
  background-color: #f8f9fa;
}

.about-image {
    position: relative;
    box-shadow: 20px 22px 1px var(--main-color);
    border-radius: 10px;
}


.about-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.about-item {
  padding-left: 20px;
  margin-bottom: 1.5rem;
}

.about-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  position: relative;
}

.about-text {
  color: #666;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.reviews-section {
  padding: 50px 0;
  text-align: center;
}

.reviews-section h2 {
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 30px;
}

.review-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  transition: 0.3s;
}


.review-card h5 {
  font-weight: bold;
}

.stars {
  color: #fed638;
  margin-bottom: 10px;
}

footer {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #eee;
}

footer h4 {
  color: var(--main-color);
  font-weight: bold;
}

.social-links a {
  color: #000;
  margin: 0 10px;
  font-size: 18px;
  transition: 0.3s;
}

.social-links a:hover {
  color: var(--main-color);
}

/* Responsive Design */
@media (max-width: 768px) {
  .intro-title {
    font-size: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .membership-card {
    padding: 25px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .navbar-nav {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
  }

  .section-main-title {
    font-size: 2rem;
  }

  .about-image {
    margin-bottom: 2rem;
  }

  .about-image::before {
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
  }

  .about-image img {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .intro-title {
    font-size: 18px;
  }

  .section-title {
    font-size: 24px;
  }

  .membership-card {
    padding: 20px;
  }

  .price-amount {
    font-size: 24px;
  }

  .section-main-title {
    font-size: 1.8rem;
  }

  .gallery-item img {
    height: 200px;
  }

  .about-image img {
    height: 250px;
  }
}