/* ===== ROOTS SECTION ===== */
body {
  background: #e6d6bf;
}
.roots-section {
  margin-top: 5%;
}

/* LEFT CARD */
.roots-card {

  padding: 50px;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Green Accent Border */
/* .roots-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 6px;
  background: #1e6b4a;
  border-radius: 10px;
} */

/* Label */
.section-label {
  font-size: 12px;
  letter-spacing: 3px;
  color: #1e6b4a;
  font-weight: 600;
}

/* Title */
.roots-title {
  font-family: serif;
  font-size: 42px;
  margin: 20px 0;
  font-weight: 600;
  line-height: 1.2;
}

/* Text */
.roots-text {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* IMAGE STYLING */
.image-wrapper {
  position: relative;
  display: inline-block;
}

.main-image {
  border-radius: 25px;
  border: 3px solid #000;
  position: relative;
  width: 80%;
  z-index: 2;
}

/* Decorative shape */
.image-shape {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 50%;
  height: 60%;
  background: #f2f2f2;
  border-radius: 25px;
  border: 2px solid #1e6b4a;
  z-index: 1;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {
  .roots-section {
  margin-top: 13%;
}
  .roots-title {
    font-size: 32px;
  }

  .roots-card {
    padding: 35px;
  }

  .image-shape {
    display: none;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .roots-title {
    font-size: 26px;
  }

  .roots-card {
    padding: 25px;
  }
}

/* ===== SECTION BACKGROUND ===== */
.vision-section {
  background: #e6d6bf;
}

/* White Rounded Wrapper */
.vision-wrapper {
  background: #f5f5f5;
  padding: 80px 40px;
  border-radius: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* Title */
.vision-title {
  font-family: serif;
  font-size: 40px;
  font-weight: 600;
}

/* Individual Item */
.vision-item h4 {
  font-family: serif;
  letter-spacing: 3px;
  margin-top: 20px;
  font-size: 20px;
}

.vision-item p {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
  line-height: 1.7;
}

/* Icon Box */
.icon-box {
  width: 70px;
  height: 70px;
  background: #000;
  color: #fff;
  margin: 0 auto;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 0 #0f5c45;
  transition: 0.3s ease;
}

/* Hover Effect */
.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 0 #0f5c45;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .vision-wrapper {
    padding: 60px 30px;
  }

  .vision-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .vision-wrapper {
    padding: 40px 20px;
  }

  .vision-title {
    font-size: 26px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}

/* ===== SECTION BACKGROUND ===== */

/* White Rounded Wrapper */
.vision-wrapper {
  background: #f5f5f5;
  padding: 60px 40px;
  border-radius: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* Title */
.vision-title {
  font-family: serif;
  font-size: 40px;
  font-weight: 600;
}

/* Individual Item */
.vision-item h4 {
  font-family: serif;
  letter-spacing: 3px;
  margin-top: 20px;
  font-size: 20px;
}

.vision-item p {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
  line-height: 1.7;
}

/* Icon Box */
.icon-box {
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  margin: 0 auto;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 0 #0f5c45;
  transition: 0.3s ease;
}

/* Hover Effect */
.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 0 #0f5c45;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .vision-wrapper {
    padding: 60px 30px;
  }

  .vision-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .vision-wrapper {
    padding: 40px 20px;
  }

  .vision-title {
    font-size: 26px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}

.gallery-section {
  background: #e6d6bf;
}

/* Subtitle */
.gallery-subtitle {
  letter-spacing: 4px;
  font-size: 13px;
  color: #0f5c45;
  font-weight: 600;
}

/* Title */
.gallery-title {
  font-family: serif;
  font-size: 38px;
  font-weight: 600;
}

/* Card */
.gallery-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

.gallery-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.6s ease;
}

/* Hover Effect */
.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card:hover {
  transform: translateY(-8px);
}

/* Responsive */
@media (max-width: 992px) {
  .gallery-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .gallery-title {
    font-size: 24px;
  }

  .gallery-card img {
    height: 250px;
  }
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: #0b0f0e;
  min-height: 80vh;
  padding: 100px 0;
  color: #fff;
}

/* Title */
.cta-title {
  font-family: serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-highlight {
  font-style: italic;
  color: #17b890;
}

/* Description */
.cta-description {
  max-width: 600px;
  margin: 0 auto;
  color: #aaa;
  font-size: 16px;
  line-height: 1.8;
}

/* Button */
.cta-btn {
  display: inline-block;
  background: #e8e8e8;
  color: #000;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #17b890;
  color: #fff;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {
  .cta-title {
    font-size: 48px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .cta-title {
    font-size: 32px;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-btn {
    padding: 15px 30px;
  }
}
