body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: #2563eb;
}

.brand-name {
  margin-left: 10px;
  color: #2563eb;
}

.nav-link {
  font-weight: 500;
  color: #4b5563;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #2563eb;
}

.hero-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 30px;
}

.btn-primary {
  background-color: #2563eb;
  border-color: #2563eb;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-outline-primary {
  color: #2563eb;
  border-color: #2563eb;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-outline-primary:hover {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.service-card {
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

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

.service-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.stat-card {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.quality-badge {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.footer {
  background-color: #1f2937;
}

.footer a {
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #60a5fa;
}

.page-header {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.approach-card,
.value-item,
.benefit-item {
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.testimonial-card {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: #4b5563;
}

.testimonial-author {
  font-weight: 600;
  color: #1f2937;
  margin-top: 15px;
}

.rating {
  color: #fbbf24;
  font-size: 1.2rem;
}

.stat-box {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #2563eb;
}

.story-content {
  padding: 20px;
}

.feature-card {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.category-card {
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.category-card:hover {
  transform: translateY(-3px);
}

.topic-item {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.guidelines-box {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.workshop-card {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.workshop-date {
  display: inline-block;
  padding: 8px 16px;
  background: #2563eb;
  color: #fff;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.type-card {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.type-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.testimonial-box {
  padding: 25px;
  background: #f9fafb;
  border-radius: 12px;
  border-left: 4px solid #2563eb;
}

.author {
  font-weight: 600;
  color: #1f2937;
  margin-top: 10px;
}

.sports-service-card,
.sport-type-card,
.timing-card {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.hydration-tips {
  padding: 25px;
  background: #f0f9ff;
  border-radius: 12px;
  border-left: 4px solid #2563eb;
}

.story-box {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-form {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-info-box {
  padding: 30px;
  background: #f9fafb;
  border-radius: 12px;
  margin-bottom: 20px;
}

.contact-item {
  margin-bottom: 25px;
}

.contact-item h4 {
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item h5 {
  color: #1f2937;
  font-weight: 600;
}

.map-placeholder {
  padding: 100px 20px;
  background: #e5e7eb;
  border-radius: 12px;
  text-align: center;
}

.thank-you-box {
  padding: 60px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.success-icon {
  width: 80px;
  height: 80px;
  background: #10b981;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin: 0 auto 30px;
}

.step-card {
  padding: 25px;
  background: #f9fafb;
  border-radius: 12px;
  text-align: center;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 15px;
}

.resource-card {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.policy-section {
  margin-bottom: 40px;
}

.policy-section h2 {
  color: #1e40af;
  font-weight: 700;
  margin-bottom: 20px;
}

.policy-section h3 {
  color: #2563eb;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}

.policy-section ul {
  margin-left: 20px;
}

.policy-section li {
  margin-bottom: 10px;
}

.pricing-card {
  padding: 40px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  position: relative;
}

.pricing-card.featured {
  border: 3px solid #2563eb;
  transform: scale(1.05);
}

.badge-popular {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

.price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2563eb;
  margin: 20px 0;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.pricing-card li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
}

.pricing-card li:last-child {
  border-bottom: none;
}

.coaching-card {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .pricing-card.featured {
    transform: scale(1);
  }
}
