/*
Theme Name: Yoga Classes Gurugram
Description: Modern, responsive yoga studio site for all ages
*/

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  background: #fff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0 40px 0;
  position: relative;
}
.hero-content {
  flex: 1 1 400px;
  z-index: 2;
}
.hero-heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #2d5c4d;
}
.hero-subheading {
  font-size: 1.3rem;
  margin-bottom: 30px;
  color: #4a4a4a;
}
.hero-image {
  flex: 1 1 350px;
  text-align: right;
}
.hero-image img {
  max-width: 420px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(44, 92, 77, 0.13);
  transition: transform 0.3s;
}
.hero-image img:hover {
  transform: scale(1.03);
}
.btn {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  margin-right: 12px;
  margin-bottom: 10px;
}
.btn-primary {
  background: #2d5c4d;
  color: #fff;
}
.btn-primary:hover {
  background: #1e3c2f;
  transform: translateY(-2px) scale(1.04);
}
.btn-secondary {
  background: #e0eafc;
  color: #2d5c4d;
  border: 1px solid #2d5c4d;
}
.btn-secondary:hover {
  background: #cfdef3;
  color: #1e3c2f;
}

.about-section {
  background: #f7fafc;
  padding: 60px 0;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.about-text {
  flex: 1 1 350px;
}
.about-text h2 {
  font-size: 2.1rem;
  color: #2d5c4d;
  margin-bottom: 18px;
}
.about-text p {
  font-size: 1.1rem;
  color: #444;
}
.about-image {
  flex: 1 1 320px;
  text-align: right;
}
.about-image img {
  max-width: 350px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(44, 92, 77, 0.10);
  transition: transform 0.3s;
}
.about-image img:hover {
  transform: scale(1.04);
}

.services-section {
  padding: 60px 0 40px 0;
  background: #fff;
}
.section-title {
  font-size: 2rem;
  color: #2d5c4d;
  text-align: center;
  margin-bottom: 38px;
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.service-card {
  background: #f7fafc;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(44, 92, 77, 0.06);
  flex: 1 1 270px;
  max-width: 320px;
  padding: 28px 20px 22px 20px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 24px rgba(44, 92, 77, 0.13);
}
.service-card img {
  width: 100%;
  max-width: 120px;
  border-radius: 10px;
  margin-bottom: 18px;
}
.service-card h3 {
  font-size: 1.2rem;
  color: #2d5c4d;
  margin-bottom: 10px;
}
.service-card p {
  color: #444;
  font-size: 1rem;
}

.gallery-section {
  background: #e0eafc;
  padding: 60px 0 40px 0;
}
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}
.gallery-item {
  flex: 1 1 220px;
  max-width: 300px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(44, 92, 77, 0.08);
  transition: transform 0.2s;
}
.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
}
.gallery-item:hover {
  transform: scale(1.04);
}
.gallery-item img:hover {
  transform: scale(1.07);
}

.testimonials-section {
  background: #fff;
  padding: 60px 0 40px 0;
}
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.testimonial-card {
  background: #f7fafc;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(44, 92, 77, 0.06);
  flex: 1 1 260px;
  max-width: 350px;
  padding: 26px 18px 18px 18px;
  font-size: 1.05rem;
  color: #333;
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 24px rgba(44, 92, 77, 0.13);
}
.testimonial-author {
  display: block;
  margin-top: 14px;
  color: #2d5c4d;
  font-weight: 600;
  font-size: 0.98rem;
}

.stats-section {
  background: linear-gradient(90deg, #cfdef3 0%, #e0eafc 100%);
  padding: 38px 0;
}
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.stat-item {
  flex: 1 1 150px;
  max-width: 200px;
  text-align: center;
}
.stat-number {
  font-size: 2.1rem;
  color: #2d5c4d;
  font-weight: 700;
  display: block;
}
.stat-label {
  color: #444;
  font-size: 1.05rem;
}

.cta-section {
  background: #2d5c4d;
  color: #fff;
  padding: 60px 0 50px 0;
  text-align: center;
}
.cta-content h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 28px;
}
.cta-content .btn {
  margin: 0 10px 10px 0;
}
.cta-content .btn-primary {
  background: #fff;
  color: #2d5c4d;
}
.cta-content .btn-primary:hover {
  background: #cfdef3;
  color: #1e3c2f;
}
.cta-content .btn-secondary {
  background: #e0eafc;
  color: #2d5c4d;
  border: 1px solid #fff;
}
.cta-content .btn-secondary:hover {
  background: #cfdef3;
  color: #1e3c2f;
}

@media (max-width: 900px) {
  .hero-section, .about-content, .services-grid, .gallery-grid, .testimonials-grid, .stats-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-image, .about-image {
    text-align: center;
    margin-top: 28px;
  }
}
@media (max-width: 600px) {
  .hero-heading {
    font-size: 2rem;
  }
  .about-text h2, .section-title, .cta-content h2 {
    font-size: 1.3rem;
  }
  .container {
    width: 98%;
    padding: 0 4px;
  }
  .service-card, .testimonial-card, .gallery-item, .stat-item {
    max-width: 100%;
  }
}
