* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f8fbf7;
  color: #1f2937;
  line-height: 1.7;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section {
  padding: 85px 0;
}

.soft-bg {
  background: #f0f8ef;
}

.section-tag,
.tag {
  color: #4c8b5f;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

h1, h2, h3, h4 {
  line-height: 1.2;
  color: #1b2d22;
}

h1 {
  font-size: 3.2rem;
  font-weight: 800;
}

h1 span {
  color: #4c8b5f;
}

h2 {
  font-size: 2.4rem;
  margin-bottom: 18px;
}

p, li {
  color: #4b5563;
}

.hero {
  background: linear-gradient(135deg, #dfeecf, #eef7e7, #f8fbf7);
  padding: 90px 0 70px;
}

.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.subtext {
  margin-top: 20px;
  font-size: 1.05rem;
  max-width: 650px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.badge {
  background: rgba(255,255,255,0.85);
  border: 1px solid #d4e6d2;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
}

.hero-image-wrap {
  display: flex;
  justify-content: center;
}

.hero-photo-bg {
  width: 100%;
  max-width: 460px;
  background: radial-gradient(circle at top, #eaf6dc, #d7ecc5);
  border-radius: 36px;
  padding: 20px 20px 0;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.hero-photo {
  width: 100%;
  display: block;
  border-radius: 26px;
  object-fit: cover;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn.primary {
  background: #4c8b5f;
  color: white;
}

.btn.primary:hover {
  background: #3f7550;
}

.btn.secondary {
  background: white;
  color: #4c8b5f;
  border: 1px solid #cfe2cf;
}

.btn.secondary:hover {
  background: #f3f7f3;
}

.btn.full {
  width: 100%;
  margin-top: 6px;
}

.trust {
  padding: 28px 0 10px;
}

.trust-grid,
.philosophy-grid,
.condition-grid,
.benefit-grid,
.blog-grid {
  display: grid;
  gap: 22px;
}

.trust-grid {
  grid-template-columns: repeat(3, 1fr);
}

.trust-box,
.philosophy-card,
.condition-item,
.benefit-card,
.quote-box,
.service-card,
.booking-card,
.why-box,
.blog-card,
.contact-box,
.approach-card {
  background: white;
  border: 1px solid #dbe8db;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.trust-box {
  padding: 22px;
  text-align: center;
  font-weight: 600;
}

.section-text {
  max-width: 850px;
  font-size: 1.03rem;
  margin-bottom: 16px;
}

.philosophy-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 35px;
}

.philosophy-card,
.condition-item,
.benefit-card {
  padding: 22px;
  font-weight: 600;
}

.quote-box {
  padding: 28px;
  margin: 28px 0;
  background: linear-gradient(135deg, #ffffff, #f5fbf2);
}

.quote-box h3 {
  margin: 10px 0 18px;
  color: #4c8b5f;
}

.condition-grid,
.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.service-card {
  padding: 28px;
}

.service-card ul {
  margin-top: 14px;
  padding-left: 18px;
}

.icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.approach-grid,
.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.approach-card {
  padding: 30px;
}

.approach-card.bad {
  border-left: 6px solid #f1a7a7;
}

.approach-card.good {
  border-left: 6px solid #88c08f;
}

.why-box {
  margin-top: 28px;
  padding: 28px;
}

.why-box ul {
  margin-top: 14px;
  padding-left: 20px;
}

.booking-card {
  padding: 30px;
}

form {
  display: grid;
  gap: 16px;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dbe8db;
  border-radius: 14px;
  outline: none;
  font-size: 0.95rem;
  background: #fcfffc;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2f4f38;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #4c8b5f;
}

.blog-grid {
  grid-template-columns: 1.3fr 1fr 1fr;
  margin-top: 34px;
}

.blog-card {
  padding: 30px;
}

.blog-card.featured {
  background: linear-gradient(135deg, #ffffff, #eef8e9);
}

.blog-label {
  display: inline-block;
  background: #dcefd7;
  color: #4c8b5f;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 14px;
}

.contact-box {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.contact-details p {
  margin-bottom: 12px;
  font-weight: 500;
}

.contact-details a,
.contact-cta {
  color: #4c8b5f;
  text-decoration: none;
  font-weight: 700;
}

.footer {
  background: #243429;
  color: white;
  padding: 28px 0;
  margin-top: 30px;
}

.footer p,
.footer h3 {
  color: white;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: white;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 1000;
}

@media (max-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .condition-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .hero-content,
  .approach-grid,
  .booking-grid,
  .contact-box,
  .footer-content,
  .trust-grid,
  .philosophy-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .contact-box,
  .footer-content {
    text-align: center;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-image-wrap {
    order: -1;
  }
}

@media (max-width: 700px) {
  .service-grid,
  .condition-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 65px 0;
  }

  .hero {
    padding: 70px 0 50px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
  }
}
.gallery-section {
  background: #f8fbf7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 320px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
  border: 1px solid #dbe8db;
  background: white;
}

.gallery-card.large {
  min-height: 420px;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-card:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 35, 22, 0.75), rgba(20, 35, 22, 0.15));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.gallery-overlay h3 {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.gallery-overlay p {
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
  max-width: 90%;
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card.large {
    min-height: 300px;
  }
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 35px;
}

.testimonial-card {
  padding: 28px;
  border-radius: 24px;
  background: white;
  border: 1px solid #dbe8db;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.testimonial-card p {
  font-size: 1rem;
  margin-bottom: 14px;
  color: #374151;
}

.testimonial-card h4 {
  color: #4c8b5f;
  font-weight: 600;
}

@media (max-width: 992px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
