a {
  color: #fff;
  text-decoration: none;
}

a:hover, .nav-link:hover {
  color: #f9b500;
}

.hero-section {
  position: relative;

  overflow: hidden;
}

.container {
  z-index: 2;
}

.text-green {
  color: #006d2a !important;
  /* text-shadow: 1px 1px 2px rgba(36, 72, 47, 0.1); */
}

.bg-green {
  background: #004b1d;
}

.bg-gradient-green {
  background: linear-gradient(125deg, #127f33 0%, #064c1a 100%);
}

.section-headline {
  text-transform: uppercase;
  font-size: 14px;
}

.section-headline img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.btn-primary {
  background-color: #006d2a;
  color: #fff;
  border-color: #006d2a;
  border-radius: 50px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #004b1d;
  border-color: #004b1d;
  color: #fff;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 109, 42, 0.5);
  background-color: #004b1d;
}

.section-basic {
  padding: 5em 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-basic {
    padding: 2.5em 0;
  }
}

.left-grass {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 450px;
  height: 350px;
  z-index: 1;
}

.ornamenKiri {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 450px;
  height: 350px;
  z-index: 1;
}
.ornamenGrass {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 120%;
  z-index: 1;
}
@media (max-width: 768px) {
  .left-grass, .ornamenKiri {
    width: 150px;
    height: 100px;
  }
}

.badge-circle {
  background: #006d2a;
  color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.section-orchard {
  background: #0f6b2a;
}

.highlight {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, #ffc107, #ffeb3b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: #006d2a;
}

/* .info-card {
  background: linear-gradient(180deg, #ffeb3b 0%, #fff 100%);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  color: #004b1d;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

*/ .feature-item p {
  margin-top: 0.5rem;
  width: 100%;
  display: block;
}

.feature-icon {
  width: 75px;
  height: 75px;
  padding: 8px;
  text-align: center;
  margin: auto;
  font-size: 2rem;
  color: #fff;
  border: 2px solid #ffc107;
  border-radius: 50px;
}

.gallery-img {
  border-radius: 1rem;
  overflow: hidden;
  max-height: 500px;
}

.gallery-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.tag {
  background: rgba(0, 80, 20, 0.8);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.desainKawasan {
  text-align: center;
}

.desainKawasan img {
  border-radius: 24px;
}

.desainKawasan span {
  position: absolute;
  bottom: -15px;
  left: 15%;
  right: 15%;
  background: linear-gradient(90deg, rgb(25, 85, 29), rgb(24, 104, 28), rgb(25, 85, 29));
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.gallery-img-2 {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gallery-img-2 img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.kawasan-berkembang {
  overflow: hidden;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin: auto;
}

.kawasan-berkembang img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .desainKawasan span {
    font-size: 1rem;
    left: 0;
    right: 0;
  }
  .gallery-img-2 img {
    height: 150px;
  }
  .gallery-img {
    border-radius: 16px;
    overflow: hidden;
    max-height: 220px;
  }
}

.pattern-bg {
  background-image: url('/assets/images/patternBg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.info-card {
  background: #fff;
  border-radius: 24px;
  padding: 15px;
  overflow: hidden;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); */
  text-align: left;
}

.info-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-bottom: 0;
  border-radius: 12px;
  margin-bottom: 12px;
}

.info-card h4 {
  font-weight: 700 !important;
  color: #0f6b2a;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.info-card p {
  color: #1e4620;
  margin: 0;
}

@media (max-width: 768px) {
  .info-card {
    padding: 10px;
    border-radius: 14px;
    margin-bottom: 16px;
  }
  .info-card img {
    height: 120px;
  }
}

footer {
  background: linear-gradient(135deg, #0f6b2a 0%, #066020 100%);
  color: #fff;
  padding-top: 3rem;
}

.footer-logo img {
  width: 180px;
}

.footer-text {
  font-size: 0.95rem;
}

.map-box {
  background: #fff;
  color: #000;
  border-radius: 1rem;
  text-align: center;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
}

@media (max-width: 576px) {
  .map-box iframe {
    height: 300px;
  }
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 2rem;
  padding: 1rem 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-bottom img {
  width: auto;
  height: 32px;
}

.slider-container {
      position: relative;
      width: 380px;
      margin: auto;
      height: 700px;
      border-radius: 1rem;
      overflow: hidden;
    }

    .slider-wrapper {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%;
      height: 100%;
    }

    .slider-wrapper img {
      width: 100%;
      height: 233px;
      object-fit: cover;
      opacity: 1;
      transition: opacity 0.6s ease-in-out;
    }

    .fade-out {
      opacity: 0;
    }

    .slider-btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.95);
      border: none;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
      color: #0f6627;
      box-shadow: 0 2px 10px rgba(0,0,0,0.2);
      cursor: pointer;
      z-index: 5;
    }

    .slider-btn:hover {
      background: #0f6627;
      color: #fff;
      transition: 0.3s;
    }

    .btn-up { top: 10px; }
    .btn-down { bottom: 10px; }

    @media (max-width: 576px) {
      .slider-container {
        width: 100%;
        height: 500px;
      }

      .slider-wrapper img {
        height: 165px;
      }
    }

    /* URBAN SLIDER */
    .urban-slider {
      margin: auto;
      position: relative;
      width: 380px;
      height: 480px;
      border-radius: 100px 0 100px 0;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .urban-slider .carousel-item {
      width: 380px;
      height: 480px;
    }

    .urban-slider img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      
    }

    /* Overlay Text */
    .urban-caption {
      position: absolute;
      bottom: 30px;
      left: 30px;
      color: white;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    .urban-caption h3 {
      font-weight: 700;
      font-size: 1.8rem;
    }

    .urban-caption p {
      font-size: 1rem;
      margin-top: -5px;
    }

    /* Custom Arrow Buttons */
    .carousel-control-prev,
    .carousel-control-next {
      width: 40px;
      height: 40px;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      transition: all 0.3s ease;
    }

    .carousel-control-next {
      right: 20px;
    }

    .carousel-control-prev {
      left: 20px;
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      background-color: #007bff;
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 576px) {
      .urban-slider {
        width: 90%;
        height: 350px;
        border-radius: 60px 0 60px 0;
      }
      .urban-slider .carousel-item {
        width: 100%;
        height: 350px;
      }

      .urban-caption h3 {
        font-size: 1.3rem;
      }
    }