:root {
  --primary-green: #526A60;
  --dark-green: #3F544C;
  --light-green: #7FA59A;
  --cream: #F3EFEA;
  --gold: #C9A24D;
  --text-dark: #2E2E2E;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0; /* 🔥 VERY IMPORTANT */

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img {
  pointer-events: none;
  -webkit-user-drag: none;
}

/* =========================
   TOP HEADER BAR
========================= */
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 3000;
  background: var(--primary-green);
  display: flex;
  align-items: center;
}

.top-header a,span {
  color: var(--cream);
  text-decoration: none;
}

.top-header .top-info {
    color: #fff;
}

.top-header i {
    margin-right: 4px;
    color: #d4af37; /* gold touch */
}

.social-icon i {
    color: #fff;
    margin-left: 12px;
    font-size: 15px;
    transition: 0.3s;
}

.social-icon i:hover {
    color: #d4af37;
}

/* =========================
   FIXED NAVBAR (OVER SLIDER)
========================= */
.custom-navbar {
  position: fixed;
  top: 40px; /* top-header ke niche */
  left: 0;
  width: 100%;
  z-index: 2500;
  background: transparent;
  padding: 15px 0;
  transition: all 0.35s ease;
}

/* Scroll hone par */
.custom-navbar.scrolled {
  background: var(--dark-green);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Navbar links */
.navbar .nav-link {
  color: var(--cream) !important;
  font-weight: 500;
  padding: 8px 14px;
}

.navbar .nav-link:hover {
  color: var(--gold) !important;
}

/* Enquiry Button */
.btn-enquiry {
  background: var(--gold);
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 22px;
  border: none;
}

.btn-enquiry:hover {
  background: #b8913f;
}

/* =========================
   SLIDER (BASE LAYER)
========================= */
#mainSlider {
  position: relative;
  z-index: 1;
}

/* Top dark overlay for readability */
#mainSlider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0)
  );
  z-index: 2;
  pointer-events: none;
}

/* Top dark overlay */
.slider-top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;   /* dark area height */
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0)
    );
    z-index: 1;
    pointer-events: none;
}

/* Slider images */
.carousel-inner,
.carousel-item,
.carousel-item img {
  height: 100vh;
}

.carousel-item img {
  object-fit: cover;
}

/* =========================
   SLIDER CAPTION (ABOVE OVERLAY)
========================= */
/*.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%); 
  background: rgba(63, 84, 76, 0.75);
  padding: 30px;
  border-radius: 18px;
  z-index: 5;
  text-align: center;
}*/
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;

  padding: 42px 55px;
  text-align: center;
  color: #F3EFEA;

  /* MAIN BODY – soft green like logo */
  background: linear-gradient(
    to bottom,
    rgba(82, 106, 96, 0.65),
    rgba(63, 84, 76, 0.65)
  );

  border-radius: 50px 50px 30px 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.carousel-caption::before {
  content: "❀";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 54px;
  color: #C9A24D; /* logo gold */
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
/*.carousel-caption::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 160px;
  height: 18px;
  transform: translateX(-50%);
  border-bottom: 2px solid rgba(201,162,77,0.8);
  border-radius: 0 0 100px 100px;
}*/


.carousel-caption h2 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.carousel-caption p {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E6E0D8;
}

/* TEXT KE NICHE 94 STYLE CURL */
.carousel-caption .brand-curl {
  position: relative;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* LEFT CURL */
.carousel-caption .brand-curl::before {
  content: "";
  width: 70px;
  height: 18px;
  border-bottom: 2px solid #C9A24D;
  border-left: 2px solid #C9A24D;
  border-radius: 0 0 0 40px;
  margin-right: 14px;
  margin-bottom: 14px;
}

/* RIGHT CURL */
.carousel-caption .brand-curl::after {
  content: "";
  width: 70px;
  height: 18px;
  border-bottom: 2px solid #C9A24D;
  border-right: 2px solid #C9A24D;
  border-radius: 0 0 40px 0;
  margin-left: 14px;
   margin-bottom: 14px;
}

/* CENTER DOT (94 STYLE FEEL) */
.carousel-caption .brand-curl span {
  width: 10px;
  height: 10px;
  background: #C9A24D;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 576px) {
  .carousel-caption {
    width: 90%;
    padding: 28px 22px;
    border-radius: 50px;
  }

  .carousel-caption::before {
    font-size: 28px;
    top: -28px;
  }

  .carousel-caption .brand-curl::before,
  .carousel-caption .brand-curl::after {
    width: 50px;
  }
}



/* =========================
   MOBILE FIX
========================= */
@media (max-width: 991px) {
  .custom-navbar {
    top: 0;
    background: rgba(0,0,0,0.85);
    padding: 10px 0;
  }

  .top-header {
    display: none;
  }

  #mainSlider::before {
    height: 220px;
  }
}






/* Section background */
.section-light {
  background: var(--cream);
}

.section-green {
  background: var(--primary-green);
  color: var(--cream);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  z-index: 999;
}

.whatsapp-float img {
  width: 32px;
}

.whatsapp-float i {
  font-size: 28px;
  color: #fff;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

/*about us page css*/
.about-banner {
  height: 300px;
  background: linear-gradient(rgba(63,84,76,0.8), rgba(63,84,76,0.8)),
              url('../img/about-banner.jpg') center/cover no-repeat;
}
.about-banner h1{
  margin-top: 130px;
}

.service-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.service-box:hover {
  transform: translateY(-8px);
}

.service-icon {
  font-size: 40px;
  color: var(--gold);
}

.why-box {
  background: var(--primary-green);
  color: var(--cream);
  border-radius: 12px;
}


/* Service cards text fix 
.why-box{
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(201,161,74,0.8), transparent 40%),
    radial-gradient(circle at bottom right, rgba(201,161,74,0.8), transparent 40%),
    #fff;
  border-radius:10px;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
  transition:0.3s;
}

.why-box:hover{
  transform:translateY(-5px);
}
*/

.section-green .service-box {
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
}

.section-green .service-box:hover {
  transform: translateY(-8px);
}


.section-green .service-box h5 {
  color: #2E2E2E;
  font-weight: 600;
}

.section-green .service-box p {
  color: #555;
  font-size: 14px;
}

/* icons already gold – keep them */
.section-green .service-icon {
  color: var(--gold);
  font-size: 40px;
}


/*call us section css*/
.reservation-section {
  background: linear-gradient(rgba(63,84,76,0.9), rgba(63,84,76,0.9)),
              url('../img/banner-contactus4.jpg') center/cover no-repeat;
  color: var(--cream);
  margin-top: 40px;
  margin-bottom: 40px;
}

.reservation-section h2 {
  letter-spacing: 1px;
}

.reservation-section p {
  opacity: 0.9;
}


.section-green {
  /*background: var(--primary-green);*/
   background: linear-gradient(rgba(63,84,76,0.8), rgba(63,84,76,0.8)),
              url('../img/restaurant.jpg') center/cover no-repeat;
  color: var(--cream);
}

/*GALLERY CSS*/
.gallery img {
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}


/*ROOM SECTION CSS*/
.room-category-section {
  background: var(--cream);
}

.room-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.room-card:hover {
  transform: translateY(-8px);
}

.room-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.room-card h5 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #2E2E2E;
}

.room-card p {
  color: #555;
  font-size: 14px;
  margin-bottom: 0;
}


/*HOME GALLERY SECTION*/
.home-gallery-section {
  background: VAR(--cream);
}

.gallery-img {
  border-radius: 16px;
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}


/* Footer */
.footer-section {
  background: var(--dark-green);
}

.footer-title {
  color: var(--gold);
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: var(--cream);
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: var(--gold);
  padding-left: 5px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: var(--cream);
  transition: 0.3s;
}

.social-icons a:hover {
  background: var(--gold);
  color: #000;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
  color: var(--cream);
}
.developer-link {
  color: var(--gold);
  text-decoration: none;
  font-weight: 500;
}

.developer-link:hover {
  color: var(--cream);
  text-decoration: underline;
}
