:root {
  --brand-green: #1a4a38;
  --brand-light-green: #2e8b57;
  --brand-orange: #e67e22;
  --bg-cream: #faf9f6;
}

body {
  background-color: var(--bg-cream);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.text-color-orange {
  color: var(--brand-orange);
}
.text-color-green {
  color: var(--brand-green);
}
.text-color-light-green {
  color: var(--brand-light-green);
}
.image-responsive {
  width: clamp(70px, 8vw, 120px);
}

/* Main header text */
.header-text {
  color: var(--brand-green);
  font-family: "Petit Formal Script", cursive;
  font-size: clamp(16px, 2vw, 24px);
}

/* Sub text */
.header-sub-text {
  font-family: "Petit Formal Script", cursive;
  font-size: clamp(10px, 1.2vw, 14px);
}

/* Button */
.btn-booknow {
  background-color: var(--brand-orange);
  color: #fff;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 50px;
  display: inline-block;
  white-space: nowrap;
}

/* Normal links */
.navbar-nav .nav-link {
  color: #333;
  position: relative;
}

/* Active link base (applies to all devices) */
.navbar-nav .nav-link.active {
  color: var(--brand-orange) !important;
  font-weight: 600;
  position: relative;
}

/* Underline ONLY for desktop */
@media (min-width: 992px) {
  .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: var(--brand-orange);
  }
}

/* Landing page content */
.hero-box {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(26, 74, 56, 0.15);
}

.hero-text-area {
  background: linear-gradient(135deg, var(--brand-green), #113326);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-image-area img {
  width: 100%;
  height: 90vh; /* desktop */
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-image-area img {
    height: 250px; /* smaller height for mobile */
  }
}

/* SEARCH BAR */
.search-bar-wrapper {
  background: #fff;
  border: 2px solid var(--brand-orange);
  max-width: 1000px;
  margin: 10px auto 50px;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Labels */
.search-bar-wrapper .form-label {
  font-size: 0.85rem;
  margin-bottom: 5px;
  color: #334155;
}

/* Inputs */
.search-bar-wrapper .form-control,
.search-bar-wrapper .form-select {
  border-radius: 10px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  font-weight: 600;
}

.search-bar-wrapper .form-control:focus,
.search-bar-wrapper .form-select:focus {
  border-color: var(--brand-green);
  box-shadow: none;
}

/* Input icons */
.search-bar-wrapper .input-group-text {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-right: 0;
}

/* Button */
.btn-brand-orange {
  background: var(--brand-orange);
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  height: 100%;
}

.btn-brand-orange:hover {
  background: #d97706;
}

/* ICON STYLING */
.rounded-custom {
  border-radius: 20px 5px 20px 5px;
  width: 60px;
  height: 60px;
  background: var(--brand-light-green);
}

/* PLANTATION CSS */
/* Icon */
.plantation-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #198754, #20c997);
}

/* Title */
.plantation-title {
  font-size: 1.25rem;
  color: #198754;
}

/* Description */
.plantation-desc {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Badges */
.plantation-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 50px;
  background: #f1f8f4;
  color: #198754;
  border: 1px solid #198754;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.plantation-badge i {
  font-size: 0.9rem;
}

/* Badge hover */
.plantation-badge:hover {
  background: #198754;
  color: #fff;
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .plantation-title {
    font-size: 1.1rem;
  }

  .plantation-desc {
    font-size: 0.9rem;
  }

  .plantation-badge {
    font-size: 0.75rem;
    padding: 5px 10px;
  }

  .plantation-icon {
    width: 36px;
    height: 36px;
  }
}

/* Hover effect for CARD */
.hover-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* Hover Effect */
.hover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 128, 0, 0.2); /* green shadow */
  border-color: var(--brand-orange); /* Bootstrap success color */
}


/*======================================= ROOMS FILTER CSSS=================================================== */

/* SEARCH BAR */
.search-bar {
    background: #fff;
    border-radius: 50px;
    overflow: visible;
    padding: 5px 10px;
}

/* INPUT STYLE */
.search-bar input {
    font-size: 14px;
    font-weight: 500;
}

.search-bar label {
    font-size: 12px;
    color: #777;
    margin-bottom: 2px;
    display: block;
}

/* REMOVE DEFAULT INPUT STYLE */
.search-bar .form-control {
    border: none;
    padding: 0;
}

/* BUTTON */
.search-btn {
    border-radius: 30px;
    height: 50px;
    font-weight: 600;
}

/* DIVIDER */
.border-end {
    border-right: 1px solid #eee !important;
}

/* GUEST DROPDOWN */
.guest-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 260px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    display: none;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* FIX OVERFLOW */
.position-relative {
    overflow: visible !important;
}
