@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* prevent horizontal scroll only */
}

html, body {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
p{
  font-size: 15px !important;
}
#scroll-container {
  height: 100%;
  overflow-y: auto;
}

.fade-in,
.fade-in-left,
.fade-in-right {
  opacity: 1;
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-in {
  transform: translateY(50px);
}


.fade-in.show,
.fade-in-left.show,
.fade-in-right.show {
  opacity: 1;
  transform: translate(0);
}





  .navbar {
    transition: all 0.3s ease;
    padding: 30px;
  }
  .navbar-nav {
    margin-left: 60px; /* pushes links more right */
  }
  
  .navbar-nav .nav-link {
    padding: 0 0.45rem; /* horizontal spacing */
  }
  .navbar-nav .nav-link {
    font-size: 16px; 
  }
  
  .navbar-brand {
    font-size: 1.8rem;
    line-height: 1.2;
    color: white;
    margin-left: 20px;
  }

  .navbar-brand span {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .navbar-nav .nav-link {
    color: white;
    font-weight: 500;
    margin-right: 1rem;
    transition: 0.3s;
    position: relative;
    font-size: 13px;
  }

  .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00C7A0;
    transition: 0.3s ease;
  }

  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    width: 100%;
  }

  .nav-link.active {
    font-weight: 700;
  }

  .btn-book {
    background-color: #00C7A0 !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 0.4rem 1rem !important;
    white-space: nowrap;
  }

  .navbar.scrolled {
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .navbar.scrolled .nav-link,
  .navbar.scrolled .navbar-brand {
    color: black !important;
  }

  .navbar.scrolled .nav-link::after {
    background-color: #00C7A0;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 1rem;
  }

  .navbar.scrolled .navbar-collapse {
    background-color: white !important;
  }

  .navbar-collapse .nav-link {
    padding: 0.5rem 0;
  }
/* Toggle icon color when navbar is scrolled or menu is open */
.navbar.scrolled .navbar-toggler-icon,
.navbar.menu-open .navbar-toggler-icon {
  filter: invert(1); /* turn it black */
}

/* Background when menu is open */
.navbar.show,
.navbar.scrolled {
  background-color: white !important;
}

.navbar.show .navbar-collapse {
  background-color: white !important;
}

.navbar.show .nav-link,
.navbar.show .navbar-brand {
  color: black !important;
}

  @media (min-width: 992px) {
    .navbar-collapse {
      background-color: transparent !important;
      padding: 0;
    }
  }
  /* @media (min-width: 992px) {
    .navbar-nav .nav-link {
      font-size: 0.9rem;
    }
  } */

  .logo-img {
  height: 60px;
  transition: 0.3s ease;
}



  .hero-overlay {
    background: rgba(0, 0, 0, 0.4); /* to decrease brightness */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 0 1rem;
  }

  

  .hero-buttons .btn {
    margin-right: 15px;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
  }

  .btn-green {
    background-color: transparent !important ;
    color: white !important;
    border: none;
  }

  .btn-green:hover,
  .btn-outline-light:hover {
    background-color: #17BF9E !important;
    color: white;
  }

  @media (max-width: 768px) {
    .hero-section {
      text-align: center;
      justify-content: center;
    }

    .hero-buttons {
      justify-content: center;
      flex-wrap: wrap;
    }

    .hero-buttons .btn {
      margin-bottom: 10px;
    }
  }

   .resort-bar {
      padding: 15px 20px;
      border-bottom: 1px solid #ddd;
      background-color: #fff;
    }
    .resort-name {
      font-weight: 600;
      font-size: 1.2rem;
    }
    .location-icon {
      color: #888;
      margin-right: 5px;
    }
    .temp-section img {
      width: 30px;
      height: auto;
      margin-right: 5px;
    }
    .btn-book {
      background-color: #000;
      color: #fff;
      text-transform: uppercase;
      padding: 6px 20px;
      font-weight: 500;
      border-radius: 6px;
    }
    .btn-book:hover {
      background-color: #333;
    }

    @media (max-width: 768px) {
      .resort-info,
      .temp-book-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .temp-book-wrap {
        align-items: flex-end;
        width: 100%;
      }
    }


     .luxury-section {
      padding: 60px 0;
    }

    .luxury-image {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 5px;
    }

    @media (min-width: 768px) {
      .luxury-text {
        padding-right: 30px;
      }
    }


/* Fix for iOS & Android (they ignore fixed backgrounds) */
@media (max-width: 768px) {
  .bg-image-section {
    background-attachment: scroll !important; /* Fallback */
    background-position: center center !important;
    height: 250px;
  }
}

.amenity-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 10px;
      object-fit: contain;
    }
    .amenity-item {
      text-align: center;
      margin-bottom: 30px;
    }
.room-carousel .card {
  border: 1px solid #eee;
}

.custom-nav {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  background-color: #086D59;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: 0.3s ease;
}

.custom-nav:hover {
  background-color: #17BF9E;
}

.custom-nav.prev {
  left: -40px;
}

.custom-nav.next {
  right: -40px;
}

@media (max-width: 768px) {
  .custom-nav {
    display: none !important;
  }
}
.room-card {
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.room-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.room-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.room-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.room-title small {
  font-weight: 400;
  font-size: 0.9rem;
  color: #555;
}

.room-description {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 15px;
}

.room-buttons {
  display: flex;
  gap: 10px;
}

.room-btn-outline,
.room-btn-dark {
  padding: 8px 14px;
  font-size: 0.85rem;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.room-btn-outline {
  border: 1px solid #086D59;
  color: #000;
  border-radius: 25px;
  background: transparent;
}

.room-btn-outline:hover {
  background: #086D59;
  color: #fff;
}

.room-btn-dark {
  background: #086D59;
  color: #fff;
  border: none;
  border-radius: 25px;
}

.room-btn-dark:hover {
  background: #17BF9E;
}
.gallery-section img {
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .gallery-section .row {
    flex-direction: column;
  }
}
.testimonial-section {
    background-color: #DAE7E5;
     position: relative; /* Needed for absolute positioning */
  overflow: hidden;
  }
  .tree-decor {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 150px;
  z-index: 0;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 768px) {
  .tree-decor {
    top: -0px;       /* Place it at the top */
    bottom: auto;     /* Remove the bottom setting */
    left: 10%;        /* Center horizontally */
    transform: translateX(-50%);
    width: 80px;     /* Reduce size on mobile */
  }
}
  
  .testimonial-card {
  background-color: transparent;
  border-radius: 16px;
  height: 100%;
}

.testimonial-card img.rounded-circle {
  border: 1px solid #086D59;
}

.testimonial-card .fa-star,
.testimonial-card .fa-star-half-alt {
  font-size: 14px;
}
  .nav-btn {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 2px solid #086D59 !important; /* Bootstrap success green */
    background-color: transparent !important;
    color: #198754 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
  }
  
  .nav-btn:hover {
    background-color: #086D59 !important;
    color: #fff !important;
  }
.go-next-section {
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 40px 20px;
      margin: 40px 0;
      border-radius: 25px;
    }

    .go-next-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    .go-next-btn {
      background-color: #00C7A0;
      color: #fff;
      padding: 10px 25px;
      border: none;
      border-radius: 6px;
      text-transform: uppercase;
      font-weight: 500;
      margin-top: 20px;
      text-decoration: none;
    }

    .go-next-btn:hover {
      background-color: #333;
    }
   .leaf-decor {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 120px;
  z-index: 0;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 768px) {
  .leaf-decor {
    top: -20px;       /* Place it at the top */
    bottom: auto;     /* Remove the bottom setting */
    left: 10%;        /* Center horizontally */
    transform: translateX(-50%);
    width: 100px;     /* Reduce size on mobile */
  }
}
/* .contact-section {
  background-color: #e3f4f4;
} */

.icon-wrapper {
  background-color: #00C7A0;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
}
.form-label {
  font-size: 13px;
}
.form-control {
  border-radius: 25px !important;
  border: 1px solid #00C7A0 !important; /* Default border color */
  font-size: 14px;
}

/* Focused state */
.form-control:focus,
.input-group-text:focus {
  border-color: #17BF9E !important; /* Highlight border color on focus */
  box-shadow: 0 0 0 0.2rem rgba(23, 191, 158, 0.25) !important; /* Optional soft glow */
}

/* Placeholder styling */
::placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}
/* Leaf Decor for Contact Section */
/* Static Leaf Decor Image in Bottom Left */
.leaf-decor-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;  /* Adjust width as needed */
  z-index: 0;
  opacity: 1;
  pointer-events: none; /* Prevent interaction */
}


/* Animate in when visible (optional class trigger) */


/* Responsive Adjustment */
@media (max-width: 768px) {
  .leaf-decor-left {
    display: none;
  }
}


  /* Updated Footer Base */
.footer-section {
  background-color: #e3f4f4;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 500px;
  padding: 60px 0 40px 0;
  position: relative;
  overflow: hidden;
}

/* Remove dark overlay if it existed previously */
.footer-section::after {
  display: none;
}

/* Link Styling */
.footer-section a {
  color: #000 !important;
  text-decoration: none !important;
}

/* Footer Logo */
.footer-logo {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}

.footer-sub {
  font-weight: 300;
  font-size: 18px;
  color: #000;
}
.footer-center-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 0 !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.footer-center-image,
.footer-side-image {
  width: 400px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  pointer-events: none;
}
/* Removes flex gap and aligns tightly */
.grass-row {
  gap: 0 !important; /* Remove flex spacing */
}

/* Remove any default spacing or rendering gaps between images */
.grass-row img {
  display: block;          /* Removes inline whitespace */
  margin: 0 !important;     /* Remove default spacing */
  padding: 0 !important;
  line-height: 0;
}

/* Optional: slight overlap to visually blend the edges */
.grass-row img + img {
  margin-left: -25px !important; /* Adjust for visual continuity */
}

.footer-center-image-wrapper img {
  display: block;
  margin: 0;
  padding: 0;
}

.footer-section.animate-leaf .footer-center-image,
.footer-section.animate-leaf .footer-side-image {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 576px) {
  .footer-center-image,
  .footer-side-image {
    width: 270px;
  }
}


/* Footer Bottom */
.footer-bottom {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-top: auto;
}

/* Leaf Image Wrapper */
.footer-leaf-wrapper {
  position: relative;
  width: 100%;
  text-align: right;
  margin-top: 30px;
}

/* Leaf Image Animation */
.footer-leaf-left {
  position: absolute;
  bottom: 10px;
  left: -150px;
  width: 200px;
  opacity: 0;
  transition: left 1s ease, opacity 1s ease;
  z-index: 0;
  pointer-events: none;
}

.footer-section.animate-leaf .footer-leaf-left {
  left: 10px;
  opacity: 1;
}

/* Already existing right-side image */
.footer-leaf-right {
  position: absolute;
  bottom: 20px;
  right: -150px;
  width: 260px;
  opacity: 0;
  transition: right 1s ease, opacity 1s ease;
  z-index: 0;
  pointer-events: none;
}

.footer-section.animate-leaf .footer-leaf-right {
  right: 10px;
  opacity: 1;
}


.footer-section.animate-leaf .footer-leaf {
  right: 10px;
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-logo {
    font-size: 22px;
    margin-top: 0;
  }

  .footer-leaf {
    width: 200px;
    right: -100px;
    bottom: 10px;
  }

  .footer-section.animate-leaf .footer-leaf {
    right: 0;
  }

  .footer-bottom .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-bottom .container div:last-child {
    text-align: center !important;
  }
}
/* Mobile View: Move to top */
@media (max-width: 576px) {
  .footer-leaf-left {
    position: relative;
    bottom: auto;
    left: auto;
    top: 0;
    margin: 0 auto 30px auto;
    display: block;
    opacity: 1 !important;
    width: 160px;
    transform: none !important;
  }

  .footer-section.animate-leaf .footer-leaf-left {
    left: -120px;
    opacity: 1;
    top: -85px;
  }
}

.btn-green {
    background-color: #007f4f !important;
    color: white !important;
    border: none !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 25px !important;
  }

  .btn-green:hover {
    background-color: #006c42 !important;
  }

  .nav-btn {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    padding: 0;
    background-color: white;
    color: #007f4f;
    border: 1px solid #007f4f;
    transition: all 0.3s ease;
  }
  
  .nav-btn:hover {
    background-color: #007f4f;
    color: white;
  }
  

  .package-card {
    border-radius: 28px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  
  .package-card img {
    height: 300px; /* increase if needed */
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .package-card img {
      height: 100%; /* increase if needed */
    }
  }

  

.package-card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  
}
.leaf-decors {
    position: absolute;
    left: -90px;
    bottom: -100px;
    width: 250px;
    z-index: 0;
    opacity: 0.4;
    pointer-events: none;
}
@media (max-width: 768px) {
  .leaf-decors {
    display: none; /* or reduce size */
  }
}
.footer-logo-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
}

.footer-trust-logo {
  max-height: 55px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.footer-trust-logo:hover {
  transform: scale(1.05);
}

@media (max-width: 576px) {
  .footer-logo-trust {
    flex-direction: column;
    gap: 10px;
  }
}