 :root{
        --accent:#c49b63; /* warm gold like Miranda */
        --dark:#0b1320;
        --muted:#6c757d;
      }
a{text-decoration: none;}
      body{font-family: 'Archivo', sans-serif;color:var(--dark);}
      .navbar {padding:0rem 1.25rem}
      .booking-card{backdrop-filter: blur(6px);background:rgba(255,255,255,0.85);border-radius:12px;padding:1rem}
      .room-card img{height:180px;object-fit:cover;border-radius:8px}
      .amenity{font-size:0.9rem}
      .accent{color:var(--accent)}
      .btn-accent{background:var(--accent);border:none;color:#fff}
      footer{background:#0b1320;color:#dfe7eb;padding:3rem 0}
      .testimonial{background:#fff;border-radius:8px;padding:1rem}
      @media (max-width: 767px){.hero h1{font-size:2rem}.hero{height:56vh}}
		
		  #thin-escape .feature-box {
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  #thin-escape .feature-count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #212529;
    color: #fff;
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .letter-spacing-1 {
    letter-spacing: 1px;
  }
		/* Hero Slide Styles */
/* Full slide background */
.hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* LEFT aligned content */
.slide-content-left {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  color: #fff;
}

.slide-content-left .tagline {
  font-size: 16px;
  letter-spacing: 3px;
  opacity: 0.9;
  margin-bottom: 10px;
}

.slide-content-left h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.slide-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 30px;
  border: 1px solid #fff;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.slide-btn:hover {
  background: #fff;
  color: #000;
}

/* Remove Bootstrap default icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none !important;
}
/* SOCIAL ICONS LEFT */
.slider-left-icons {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.slider-left-icons a {
  color: white;
  opacity: 0.8;
  font-size: 15px;
}

.rotate-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  margin-top: 20px;
  opacity: 0.9;
}

/* Dots */
.custom-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.6) !important;
}

.custom-indicators .active {
  background-color: #fff !important;
}

/* Arrows bottom right */
.custom-arrow {
  bottom: 40px;
  top: auto;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-arrow i {
  font-size: 20px;
  color: #fff;
}

.carousel-control-prev.custom-arrow {
  left: auto;
  right: 100px;
}

.carousel-control-next.custom-arrow {
  right: 40px;
}


/* Make sure carousel items take full height */
.carousel-item {
  height: 90vh; /* same as hero-slide height */
}

/* Next/prev icons color (optional) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* make them light if background is dark */
}

.carousel-item {
  transition: opacity 1s ease-in-out;
}
		.feature-box .icon {
  background-color: #d4af37; /* Gold */
  color: white!important;
  border-radius: 50%;
  padding: 16px; /* Increased padding for more space */
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
			margin-right: 20px; /* Adds space between icon and text */}

.feature-box {
  background: transparent !important;
}
			
 .testimonial {
  font-size: 1.1rem;
  line-height: 1.6;
}
.carousel-item {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  color: #d4af37;
  font-size: 2rem;
}

.testimonial-item {
    padding-bottom: 100px;
}

#testimonialCarousel .carousel-item {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
  min-height: auto !important;
}
/*.carousel-indicators{
	    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    padding: 0 17px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    position: relative;
}*/
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s 
ease;
}
footer {
  background: #0b1320;
  color: #ffffff;
}

footer h5,
footer h6,
footer p,
footer a,
footer .text-muted,
footer .small {
  color: #ffffff !important;
}

footer a:hover {
  color: #d4af37;
}

footer i.fa-map-marker-alt,
footer i.fa-phone-alt {
  color: #d4af37;
}

/* Gold color for social media icons */
footer .fab {
  color: #d4af37;
  transition: color 0.3s ease;
}

footer .fab:hover {
  color: #ffffff;
}

/* Gold-themed buttons */
.btn-accent {
  background-color: #d4af37;
  color: #fff;
  border: none;
}
.btn-accent:hover {
  background-color: #b9962f;
  color: #fff;
}

/* Gold-themed outline buttons */
.btn-outline-accent {
  border: 1px solid #d4af37;
  color: #d4af37;
  background-color: transparent;
}
.btn-outline-accent:hover {
  background-color: #d4af37;
  color: #fff;
}

a.btn-link {
  color: #d4af37;
  font-weight: 600;
  text-decoration: none;
}

a.btn-link:hover {
  color: #b9962f;
  text-decoration: none;
}

/* Hover and Active style for nav links */
.navbar-nav .nav-link {
    color: var(--dark) !important; /* Ensure default color is dark */
    padding: 8px 25px!important; /* Adjust padding for capsule shape */
    margin: 0 5px; /* Add some margin between links */
    transition: all 0.3s ease;
    border-radius: 50px; /* Capsule shape */
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: #d4af37; /* Background color for hover/active */
    color: #fff !important; /* Text color change to white */
	padding: 8px 25px;
}

/* Ensure the currently active link (if Bootstrap is handling it) also looks correct */
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:active {
    background-color: #d4af37;
    color: #fff !important;
	padding: 8px 25px;
}

/* Fix for mobile view where nav items might stack */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        margin: 5px 0;
        padding: 10px 25px; /* Slightly more padding for touch targets */
    }
}

/* --- New CSS for Hamburger Menu Style --- */
.navbar-toggler {
    background-color: #d4af37; /* Gold background */
    border: none !important; /* Remove border */
    box-shadow: none !important; /* Remove shadow */
    padding: 0.25rem 0.75rem; /* Default padding is fine, but ensure consistency */
    border-radius: 0.25rem;
}

/* Change the default Bootstrap icon color to white */
.navbar-toggler-icon {
    /* Use a standard white hamburger icon */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Ensure background color remains on hover/focus (optional, but good practice) */
.navbar-toggler:focus {
    box-shadow: none !important;
    outline: 0;
}

        .icon-gold {
            color: #c49b63!important; /* CHANGED: Updated icon color to the main accent variable */
            font-size: 1.8rem;
        }
        .about-feature-card {
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .about-feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        }
        .attraction-icon {
            font-size: 1.5rem;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            background-color: rgba(196, 155, 99, 0); /* CHANGED: Updated background color for attraction icons to use the new accent (c49b63) with opacity */
        }

.tariff-card {
            border: 1px solid #eee;
            border-radius: 12px;
            overflow: hidden;
            background-color: #fff;
            transition: box-shadow 0.3s;
            height: 100%; /* Important for equal height in row */
        }
        .tariff-card:hover {
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        }
        .tariff-card-img {
            height: 250px;
            object-fit: cover;
            width: 100%;
        }
        .tariff-price {
            font-size: 2rem;
            font-weight: 700;
            color: #d4af37; /* Using the hover/active color for prominence */
        }
        .facilities-list i {
            color: #c49b63; /* Accent color for facility icons */
            margin-right: 10px;
            font-size: 1.2rem;
        }

.text-accent-gold {
    color: #c49b63 !important;
}

.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
}

.whatsapp-float i {
  margin-top: 24px!important;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.3em!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}