/* BAJRANGI Fitness - Refined Modern Theme */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(135deg, #fff5f0 0%, #ffe8e0 50%, #fff0e6 100%);
  color: #22223b;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: linear-gradient(90deg, #fff 60%, #ffe8e0 100%);
  border-bottom: 3px solid #ff6b35;
  z-index: 1000;
  padding: 1.1rem 0;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08), 0 1.5px 0 #ff6b35;
  transition: background 0.3s, box-shadow 0.3s;
}

.logo {
  font-size: 2.1rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ff6b35, #ed64a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 2px;
}

.logo span {
  font-weight: 800;
  letter-spacing: 2px;
}

.nav-links {
  display: flex;
  gap: 2.2rem;
  align-items: center;
}

.nav-links a {
  color: #22223b;
  text-decoration: none;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 25px;
  transition: all 0.3s;
  position: relative;
  border: 2px solid transparent;
  font-size: 1.08rem;
  letter-spacing: 0.5px;
}

.nav-links a.active,
.nav-links a:hover {
  color: #fff;
  background: linear-gradient(90deg, #ff6b35, #ed64a6);
  border-color: #ff6b35;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.18);
  transform: translateY(-2px) scale(1.04);
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

.mobile-menu-btn span {
  width: 25px;
  height: 3px;
  background: #ff6b35;
  border-radius: 2px;
  transition: all 0.3s;
}

.section {
  padding: 110px 0 70px;
  position: relative;
}

.section:not(:first-child) {
  border-top: 1px solid #ffe0d2;
  background: linear-gradient(135deg, #fff 80%, #ffe8e0 100%);
}

.section h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1.1rem;
  background: linear-gradient(45deg, #ff6b35, #ed64a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  letter-spacing: 1px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.18rem;
  color: #ed64a6;
  margin-bottom: 2.7rem;
  font-weight: 500;
}

.home-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.5rem;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 350px;
  min-width: 270px;
}

.hero-text h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  line-height: 1.15;
}

.hero-text .highlight {
  color: #ff6b35;
  background: linear-gradient(90deg, #ff6b35, #ed64a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.18rem;
  color: #444;
  margin-bottom: 2.2rem;
  font-weight: 500;
}

.hero-image-wrap {
  flex: 1 1 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  width: 420px;
  max-width: 100%;
  border-radius: 1.7rem;
  box-shadow: 0 12px 40px rgba(255, 107, 53, 0.13);
  border: 4px solid #fff0e6;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}

.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.13rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  background: #ff6b35;
  color: #fff;
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.09);
  letter-spacing: 0.5px;
}

.btn-primary {
  background: linear-gradient(90deg, #ff6b35, #ed64a6);
  box-shadow: 0 4px 18px rgba(255, 107, 53, 0.13);
}

.btn-secondary {
  background: #ed64a6;
  box-shadow: 0 4px 18px rgba(237, 100, 166, 0.13);
}

.btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px) scale(1.04);
}

.cards {
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 0 6px 32px rgba(255, 107, 53, 0.10);
  padding: 2.2rem 1.5rem 1.5rem;
  flex: 1 1 220px;
  max-width: 270px;
  text-align: center;
  transition: transform 0.22s, box-shadow 0.22s;
  border: 1.5px solid #ffe0d2;
  position: relative;
}

.card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 1rem;
  margin-bottom: 1.1rem;
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.08);
}

.card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 16px 48px rgba(255, 107, 53, 0.18);
  border-color: #ff6b35;
}

.price {
  color: #ff6b35;
  font-weight: 700;
  margin-top: 1.1rem;
  font-size: 1.1rem;
}

.trainers-cards .card {
  min-height: 210px;
}

.trainer-card .specialty {
  color: #ed64a6;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.membership-cards {
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.membership-card {
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 0 6px 32px rgba(255, 107, 53, 0.10);
  padding: 2.2rem 1.5rem 1.5rem;
  flex: 1 1 250px;
  max-width: 300px;
  text-align: center;
  position: relative;
  border: 1.5px solid #ffe0d2;
  transition: transform 0.22s, box-shadow 0.22s;
}

.membership-card.featured {
  border: 2.5px solid #ff6b35;
  box-shadow: 0 16px 48px rgba(255, 107, 53, 0.18);
}

.badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ff6b35, #ed64a6);
  color: #fff;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.12);
  letter-spacing: 1px;
}

.facilities-grid {
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.facility-item {
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 0 6px 32px rgba(255, 107, 53, 0.10);
  padding: 2.2rem 1.5rem 1.5rem;
  flex: 1 1 200px;
  max-width: 220px;
  text-align: center;
  border: 1.5px solid #ffe0d2;
}

.facility-icon {
  font-size: 2.5rem;
  margin-bottom: 0.7rem;
}

.reviews {
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
  justify-content: center;
}

blockquote {
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 0 6px 32px rgba(255, 107, 53, 0.10);
  padding: 1.5rem 1.2rem;
  max-width: 320px;
  font-style: italic;
  margin: 0;
  border: 1.5px solid #ffe0d2;
}

.stars {
  color: #ff6b35;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.contact-content {
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contact-info {
  flex: 1 1 250px;
}

.contact-image img {
  width: 300px;
  max-width: 100%;
  border-radius: 1.3rem;
  box-shadow: 0 6px 32px rgba(255, 107, 53, 0.10);
  border: 1.5px solid #ffe0d2;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  color: #ed64a6;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.2s;
}

.social-link:hover {
  color: #ff6b35;
}

footer {
  background: #fff;
  border-top: 2px solid #ff6b35;
  padding: 2.2rem 0 1.2rem;
  margin-top: 2rem;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-section {
  flex: 1 1 200px;
  margin-bottom: 1rem;
}

.footer-section h4 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  color: #ff6b35;
}

.footer-section a {
  color: #ed64a6;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}

.footer-section a:hover {
  color: #ff6b35;
}

.footer-bottom {
  text-align: center;
  color: #aaa;
  font-size: 0.97rem;
  margin-top: 1rem;
}

.home-section {
  margin-top: 100px;
}

html {
  scroll-padding-top: 100px;
}

/* Remove anchor-offset margin/padding, keep only scroll-margin-top */
.anchor-offset {
  scroll-margin-top: 100px;
}

@media (max-width: 1000px) {
  .home-content, .cards, .membership-cards, .facilities-grid, .reviews, .contact-content, .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .navbar .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .nav-links {
    gap: 1.1rem;
  }
}

@media (max-width: 700px) {
  .navbar {
    padding: 0.7rem 0.5rem;
  }
  .logo {
    font-size: 1.3rem;
  }
  .section {
    padding: 60px 0 30px;
  }
  .hero-image, .contact-image img {
    width: 100%;
    min-width: 0;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.1);
    z-index: 2000;
  }
  .nav-links.active {
    display: flex;
    z-index: 3000;
    background: #fff;
    border-bottom: 2px solid #ff6b35;
  }
  .mobile-menu-btn {
    display: flex;
    z-index: 4000;
  }
  .home-section {
    margin-top: 70px;
  }
  html {
    scroll-padding-top: 70px;
  }
  .anchor-offset {
    scroll-margin-top: 70px;
  }
}