*{
    margin:0;
    padding:0;
}
 .heading-custom {
  font-family: 'Abhaya Libre', 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 100%; /* or 36px */
  letter-spacing: 0;
}
/* Set Poppins for all body text */
/* ===== Global Font Setup ===== */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333; /* Adjust as per your theme */
  margin: 0;
  padding: 0;
}

/* ===== Headings with Abhaya Libre ===== */
h1, h2, h3, .brand-text, .heading-custom {
  font-family: 'Abhaya Libre', 'Poppins', sans-serif;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 1rem;
}
p{
  font-wight:600;

}
/* ===== Navbar Font Style ===== */
.navbar-nav .nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding: 8px 15px;
  text-align: center;
}

/* ===== Button Font Style ===== */
button, .btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
}

/* ===== Center Text Utility (Optional) ===== */
.text-center {
  text-align: center !important;
}


    .navbar-custom {
      background-color: #ffffff;
    }
  .search-box {
    background-color: #f1d39a;
    border-radius: 30px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px; /* Wider width */
      margin: 0 auto;
  }
  .search-box input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    padding-left: 10px;
  }

    .signup-btn {
      background-color: #da9d34;
      color: white;
      border: none;
    }
    .signup-btn:hover {
      background-color: #c68a2b;
      color:#ffffff;
    }
    .brand-text {
      font-weight: bold;
      color: #c68a2b;
      line-height: 1.1;
    }
    .navbar-nav .nav-link.active {
      color: #c68a2b;
      font-weight: bold;
    }
    .bottom-bar {
      background-color: #E2AD64;
      height: 30px;
    }

    /* hero section */
   
.hero-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bg-image {
  background-image: url('img/banner.jpg'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: brightness(0.6);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: white;
}

.border-box {
  width: 60px;
  height: 60px;
  border: 4px solid white;
  border-right: none;
  border-bottom: none;
}


.border-box {
  width: 60px;
  height: 60px;
  border: 4px solid white;
  border-right: none;
  border-bottom: none;
}
.hero-section {
  height: 70vh; /* Reduced from 100vh to 70vh for desktop view */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
} 
/* end */
 /* section 2 */

.comfort-item img {
  width: 100%;
  max-width: 175px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 4px solid #fff;
}
/* end */

/* card section */
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); /* subtle shadow boost */
}
/* end */
a.btn.view{
  border: 1px solid #E2AD64;

}

/* section4 */
    .why-section {
      background-color: #D99A24; /* gold-brown tone */
      padding: 40px 0;
    }
    .why-title {
      text-align: center;
      font-weight: 600;
      margin-bottom: 30px;
    }
    .why-content ul {
      list-style-type: disc;
      padding-left: 20px;
    }
    .why-content li {
      margin-bottom: 10px;
      color: #000;
    }
    .image-grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-bottom: 10px;
      border-radius: 5px;
    }
    /* end */
/* sectio5 */
 .about-section {
      padding: 50px 0;
    }
    .about-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  .about-text-box {
  background-color: #E2AD6426;
  padding: 100px 50px;
  height: 100%;
  text-align:justify;
}
img.img-fluid.brand-logo{
  width:50%;
}
img.footer_logo{
  width:50%;
}
    /* end */

    /* rooms page */


.hero-section1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* room page end */

/* about page */

.carousel-container {
    position: relative;
  }

  .carousel-item img {
    height: 500px;
    object-fit: cover;
    width: 100%;
  }

  .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
  }

  .custom-arrow.left {
    left: 10px;
  }

  .custom-arrow.right {
    right: 10px;
  }

  

  .thumbs-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
  }

  .thumbs-container img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 10px;
    border: 3px solid white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.2s;
  }

  .thumbs-container img:hover {
    transform: scale(1.05);
  }

  .thumbs-container .thumbs-bg {
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
  }
 
  .custom-list {
    list-style-type: disc;
    padding-left: 1.5rem;
    line-height: 40px;
  }

  .custom-list li::marker {
    font-size: 1.5rem; /* Increase dot size */
    color: #b48a36;    /* Gold-ish color similar to your theme */
  }
/* end */
/* contact form */
.form-control:focus {
  border-color: #8f8c8c !important;
  box-shadow: 0 0 0 0.25rem rgba(238, 238, 238, 0.5) !important;
}

/* Mobile View - Reduce Banner Height */
@media (max-width: 767.98px) {
  .hero-section {
    height: 60vh; /* Reduce height on smaller screens */
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .border-box {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  .about-text-box {
        margin-top: 20px;
        padding: 40px 20px;
        text-align: justify;
      }
  img.img-fluid.brand-logo{
  width:30%;
}
}
@media (max-width: 767px) {
      .hero-section1 {
        height: 300px;
      }

     
    }