:root{
  --orange:#E8821E;
  --orange-soft:#FCEFE0;
  --dark:#1f1f1f;
  --olive:#2f3a23;
  --cream:#FBF8F3;
  --cream2:#F6EFE6;
  --muted:#6f6f6f;
  --peach1:#F2E3D1;
  --peach2:#E7D2BB;
}
*{box-sizing:border-box}
body{font-family:'Poppins',sans-serif;color:var(--dark);background:#fff;overflow-x:hidden}
h1,h2,h3,.serif{font-family:'Playfair Display',serif}
a{text-decoration:none}
.eyebrow{color: #8f1506;font-weight:600;letter-spacing:3px;text-transform:uppercase}
.text-orange{color: #911408 !important;}
.section{padding:36px 0}
.muted{color:var(--muted)}

/* ---------- Buttons ---------- */
.btn-orange{background:var(--orange);color:#fff;border:none;border-radius:30px;padding:13px 26px;font-weight:600;letter-spacing:.6px;font-size:13px;display:inline-flex;align-items:center;gap:6px;transition:.3s}
.btn-orange:hover{background:#cf7014;color:#fff;transform:translateY(-2px)}
.btn-outline-orange{background:transparent;color: #8b1104;border: 1.5px solid #8f1506;border-radius:30px;padding:11px 24px;font-weight:600;letter-spacing:.6px;font-size:13px;display:inline-flex;align-items:center;gap:6px;transition:.3s}
.btn-outline-orange:hover{background: #8f1607;color:#fff}
.btn-olive{background: #8f1505;color:#fff;border:none;border-radius:30px;padding:13px 26px;font-weight:600;letter-spacing:.6px;font-size:13px;display:inline-flex;align-items:center;gap:6px;transition:.3s}
.btn-olive:hover{background:#222b18;color:#fff;transform:translateY(-2px)}
.ic-circle{display:inline-flex;width:22px;height:22px;border-radius:50%;border:1px solid currentColor;align-items:center;justify-content:center;font-size:12px}

/* ---------- Navbar ---------- */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    padding: 6px 0;
    transition: all 0.3s ease;
/*
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);*/
}


.navbar.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 8px 0;
}
.brand{display:flex;align-items:center;gap:10px}
.brand .logo-img{height: 66px;}
.brand .b-name{font-family:'Playfair Display',serif;font-weight:700;font-size:18px;line-height:1;color:var(--dark)}
.brand .b-sub{font-size:7.5px;letter-spacing:1px;color:#999;text-transform:uppercase; display: block;}
.navbar .nav-link{color:#333;font-weight:600;font-size:12px;letter-spacing:1px;margin:0 10px; transition: .3s;}
.navbar .nav-link:hover{color: #b62715;}
.navbar .nav-link.active{position: relative;}
.navbar .nav-link.active::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background: #af1f0d00;}
.btn-book{background:var(--orange); color:#fff; border-radius:30px; padding:10px 24px; font-weight:600; font-size:12px; transition:.3s;}
.btn-book:hover{background:var(--dark); color:#fff;}



/* ---------- Hero Section ---------- */
.hero{position:relative; width:100%; height:100vh; min-height:700px; background:var(--cream); overflow:visible;}
.hero .carousel, .hero .carousel-inner, .hero .carousel-item{height:100%;}
.hero-bg{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0;}
.hero-overlay{position:absolute;inset:0;z-index:1}
.hero-overlay::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(105deg, rgb(255 255 255 / 94%) 0%, rgb(226 226 226 / 73%) 40%, rgb(233 233 233 / 0%) 70%, rgb(226 226 226 / 0%) 100%);
}
.hero-content{position:relative; z-index:2; height:100%; display:flex; align-items:center;}
.hero-title{font-weight:700; font-size:clamp(38px, 5vw, 62px); line-height:1.1; color:var(--dark); margin-bottom: 25px;}
.hero-title span{color: #90190a;}
.hero p.lead{color:#666; max-width:450px; font-size:16px; margin-bottom:40px;}
.btn-reserve{background: #90190a;color:#fff;border-radius:30px;padding:15px 35px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:.3s;}
.btn-reserve:hover{transform:translateY(-3px); box-shadow:0 10px 20px rgba(232, 130, 30, 0.3); color:#fff;}
.hero .carousel-control-prev, .hero .carousel-control-next{
    width: 60px; height: 60px; background: #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); opacity: 0; transition: .3s; z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); color: var(--dark);
}
.hero:hover .carousel-control-prev, .hero:hover .carousel-control-next{ opacity: 1; }
.hero .carousel-control-prev{ left: 30px; }
.hero .carousel-control-next{ right: 30px; }

/* ---------- Floating Features Bar ---------- */
.features-bar {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  background: #fff;
  border-radius: 20px;
  z-index: 20;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  padding: 25px 20px;
}
.features-bar .row { margin: 0; }
.features-bar .row > [class*="col-"] { padding: 0; }
.f-item {
  display: flex; align-items: center; gap: 15px;
  border-right: 1px solid #eee; padding: 5px 20px; height: 100%;
}
.features-bar .col-3:last-child .f-item { border-right: none; }
.f-icon {
  width: 50px; height: 50px; background: #fb8d8033; color: #8f1708;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.f-text h6 { margin: 0 0 3px; font-weight: 700; font-size: 14px; color: var(--dark); }
.f-text p { margin: 0; font-size: 12px; color: #888; }

/* ============================================
   ROOMS SECTION Ã¢â‚¬â€ NEW DECORATIVE PATTERN
   ============================================ */
.rooms{
  position:relative;
  padding-top: 130px;
  overflow: hidden;
}

/* Dot grid pattern on the right side */
.dots{position:absolute;right:15px;top:30px;width:90px;height:150px;background-image:radial-gradient(#d8cfc2 1.6px,transparent 1.6px);background-size:14px 14px;opacity:.7}

/* NEW: Decorative pattern below text on the left */
.rooms-pattern-left {
  position: relative;
  margin-top: 30px;
  padding-top: 25px;
}
/* Decorative divider line */
.rooms-pattern-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), transparent);
}
/* Diamond pattern grid */
.rooms-diamond-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
  width: 120px;
  opacity: 0.5;
}
.rooms-diamond-grid .diamond {
  width: 10px;
  height: 10px;
  background: var(--orange);
  transform: rotate(45deg);
  border-radius: 2px;
  opacity: 0.35;
  transition: opacity .3s;
}
.rooms-diamond-grid .diamond:nth-child(odd) {
  opacity: 0.2;
  background: #c17a4a;
}
.rooms-diamond-grid .diamond:nth-child(3n) {
  opacity: 0.5;
  background: var(--orange);
}
.rooms-diamond-grid .diamond:nth-child(7) {
  opacity: 0.6;
  background: #af1f0d;
}
.rooms-diamond-grid .diamond:nth-child(11) {
  opacity: 0.55;
  background: #c17a4a;
}

/* Decorative corner frame */
.rooms-corner-deco {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 80px;
  height: 80px;
  border-left: 2px solid rgba(232, 130, 30, 0.15);
  border-bottom: 2px solid rgba(232, 130, 30, 0.15);
  border-radius: 0 0 0 12px;
}

/* Subtle cross-hatch pattern */
.rooms-hatch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 100px;
  opacity: 0.04;
  background-image: 
    linear-gradient(45deg, var(--orange) 25%, transparent 25%),
    linear-gradient(-45deg, var(--orange) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--orange) 75%),
    linear-gradient(-45deg, transparent 75%, var(--orange) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

/* Floating decorative circles */
.rooms-float-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgb(232 130 30 / 25%);
    pointer-events: none;
}
.rooms-float-circle.c1 {
  width: 120px; height: 120px;
  left: -40px; bottom: 30px;
}
.rooms-float-circle.c2 {
  width: 60px; height: 60px;
  left: 50px; bottom: -10px;
  border-color: rgba(47, 58, 35, 0.06);
}
.rooms-float-circle.c3 {
    width: 30px;
    height: 30px;
    left: 100px;
    bottom: 60px;
    background: rgb(232 130 30 / 8%);
    border: none;
}

/* Stats mini bar */
.rooms-stats {
  display: flex;
  gap: 25px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0ece4;
}
.rooms-stat-item {
  text-align: center;
}
.rooms-stat-item .stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}
.rooms-stat-item .stat-num span {
  font-size: 16px;
}
.rooms-stat-item .stat-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  margin-top: 4px;
}

.rooms .main-img{width:100%;height:300px;object-fit:cover;border-radius:16px}
.rooms .sub-img{width:100%;height:130px;object-fit:cover;border-radius:14px}
.section-title{font-weight:600;font-size:clamp(28px,3.4vw,40px);line-height:1.15}

/* ============================================
   FACILITIES SECTION Ã¢â‚¬â€ NEW DECORATIVE BG
   ============================================ */
#ame {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

/* Large subtle geometric pattern background */
#ame::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: radial-gradient(circle at 15% 20%, rgb(232 130 30 / 0%) 0%, transparent 50%), radial-gradient(circle at 85% 80%, rgba(47, 58, 35, 0.04) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(232, 130, 30, 0.02) 0%, transparent 60%);*/
    pointer-events: none;
    z-index: 0;
}

/* Decorative large diamond pattern */
#ame::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border: 2px solid rgba(232, 130, 30, 0.06);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Floating decorative elements for facilities */
.facilities-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.facilities-deco.deco-ring {
    width: 180px;
    height: 180px;
    border: 3px solid rgb(232 130 30 / 84%);
    border-radius: 50%;
    top: 10%;
    left: -60px;
}
.facilities-deco.deco-ring::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(232, 130, 30, 0.05);
  border-radius: 50%;
}
.facilities-deco.deco-dots {
    bottom: 15%;
    right: 5%;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, rgba(232, 130, 30, 0.12) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
}

.facilities-deco.deco-line {
    top: 40%;
    left: 3%;
    width: 1px;
    height: 120px;
    background: linear-gradient(to bottom, transparent, rgb(232 130 30 / 40%), transparent);
}

.facilities-deco.deco-square {
    bottom: 16%;
    left: 8%;
    width: 50px;
    height: 50px;
    border: 1.5px solid rgb(242 227 208);
    transform: rotate(45deg);
    border-radius: 4px;
}
.facilities-deco.deco-square::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgb(247 218 203);
    border-radius: 2px;
}

/* Subtle grid overlay */
.facilities-grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgb(232 130 30 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(232 130 30 / 7%) 1px, #ffefdc6b 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
    margin-bottom: 76px;
}

/* Section content above decorative bg */
#ame > .container {
  position: relative;
  z-index: 1;
}

/* ---------- Culinary ---------- */
.culinary{
  background: var(--cream2);
  position: relative;
  overflow: hidden;
  padding: 0px;
}
.culinary .leaf{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  opacity: .5;
  pointer-events: none;
  z-index: 1;
}
.culinary .food-img{
  width: 100%;
  height: 410px;
  object-fit: cover;
  display: block;
  -webkit-mask-image: linear-gradient(to right, #000 55%, transparent 100%);
          mask-image: linear-gradient(to right, #000 55%, transparent 100%);
}
.culinary-content{
  padding: 40px 40px 40px 40px;
  position: relative;
  z-index: 2;
  max-width: 600px;
}
@media (max-width: 991px){
  .culinary .food-img{
    height: 320px;
    -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
    margin-bottom: 20px;
  }
  .culinary-content{
    padding: 20px 20px 40px;
  }
  .culinary .leaf{ display: none; }
}

/* ---------- Experiences ---------- */
.exp-card{border:none;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.06);height: 94%;position:relative;z-index:1}
.exp-card img{width:100%;height:150px;object-fit:cover}
.exp-card .body{background:#fff;padding: 15px 13px 30px;position:relative}
.exp-ico{width:42px;height:42px;border-radius:12px;background:var(--orange-soft);color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:18px;margin-top:-44px;position:relative;border:3px solid #fff}
.exp-card h6{font-weight:600;margin: 0px 0 1px;}
.exp-card p{font-size:12.5px;color:var(--muted);margin:0;/* max-width:227px; */}
.card-arrow{position:absolute;right:18px;bottom:22px;width:34px;height:34px;border-radius:50%;border:1px solid #e6e0d6;color:#444;display:flex;align-items:center;justify-content:center}

/* ---------- Testimonials ---------- */
.testi-wrap {
  background: linear-gradient(110deg, var(--peach1) 0%, #ECD9C4 55%, var(--peach2) 100%);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.testi-left { padding: 20px 40px; }
.quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  line-height: 1;
  color: #3a3a3a;
  display: block;
  margin-bottom: -12px;
}
.testi-text {
  font-size: 14px;
  color: #333;
  max-width: 480px;
  line-height: 1.5;
  margin-bottom: 6px !important;
}
.testi-author {
  font-weight: 500;
  font-size: 13px;
  color: #4a4a4a;
  margin-bottom: 0;
}
.testi-img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  max-height: 215px;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 40%);
          mask-image: linear-gradient(to right, transparent 0%, #000 40%);
}
.testi-wrap .carousel-indicators {
  position: static;
  justify-content: flex-start;
  margin: 10px 0 0;
  gap: 6px;
}
.testi-wrap .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid rgba(0,0,0,0.45);
  margin: 0;
  opacity: 1;
}
.testi-wrap .carousel-indicators .active {
  width: 18px;
  border-radius: 4px;
  background: rgba(0,0,0,0.7);
  border-color: transparent;
}
@media (max-width: 991px) {
  .testi-left { padding: 24px 22px; }
  .testi-img {
    min-height: 180px;
    max-height: 220px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 30%);
            mask-image: linear-gradient(to bottom, transparent 0%, #000 30%);
    border-radius: 0;
  }
}

/* ---------- Gallery ---------- */
.gallery-head{text-align:center}
.gallery-viewport{overflow:hidden;position:relative}
.gallery-track{display:flex;gap:18px;width:max-content;will-change:transform}
.gallery-track img{width:200px;height:120px;object-fit:cover;border-radius:12px;flex:0 0 auto}
.gallery-nav{width:42px;height:42px;border-radius:50%;border:1px solid #e3ddd2;background:#fff;color:#333;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.gallery-nav:hover{background:var(--orange);color:#fff;border-color:var(--orange)}

/* ---------- Footer ---------- */
footer {
  background: #fff;
  border-top: 1px solid #f0ece4;
  position: relative;
}
.footer-main {
  padding: 50px 0 33px;
  position: relative;
  background-color: #fbf8f3;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(232, 130, 30, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(47, 58, 35, 0.05) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E8821E' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
}
.footer-main > .container { position: relative; z-index: 1; }
footer h6 {
  font-weight: 600; letter-spacing: 1px; font-size: 13px;
  text-transform: uppercase; margin-bottom: 18px; color: var(--dark);
  position: relative; padding-bottom: 10px;
}
footer h6::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 30px; height: 2px; background: #af1d0a; border-radius: 2px;
}
footer a, footer p { color: var(--muted); font-size: 13px; }
footer a:hover { color: var(--orange); }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 3px; }
footer ul li a { transition: all .3s ease; display: inline-block; }
footer ul li a:hover { transform: translateX(4px); }
.social a {
  width: 34px; height: 34px; border-radius: 50%; background: #8f1505;
  display: inline-flex; align-items: center; justify-content: center;
  color: #ffffff; margin-right: 6px; transition: all .3s ease;
}
.social a:hover { background: var(--orange); color: #fff; transform: translateY(-3px); }
.contact-line { display: flex; gap: 10px; margin-bottom: 6px; align-items: flex-start; }
.contact-line i { color: #c11d09; margin-top: 3px; }
.footer-bottom {
  background: var(--dark); padding: 13px 0 11px; position: relative; overflow: hidden;
}
.footer-bottom::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange) 0%, #cf7014 50%, var(--orange) 100%);
}
.footer-bottom p { color: #b5b5b5; font-size: 12px; margin-bottom: 0; letter-spacing: .3px; }
.footer-bottom strong { color: #d74e3d; font-weight: 600; }
.footer-bottom a { color: #d4d4d4; font-weight: 600; transition: .3s; }
.footer-bottom a:hover { color: var(--orange); }
@media (max-width: 767px) {
  .footer-main { padding: 40px 0 30px; }
  .footer-bottom { padding: 15px 0; }
}

/* scroll top */
.to-top{position:fixed;right:22px;bottom:22px;width:42px;height:42px;border-radius:50%;background:#1c1c1c;color:#fff;border:none;display:flex;align-items:center;justify-content:center;z-index:1040;opacity:0;transition:.3s}
.to-top.show{opacity:1}

/* ---------- Responsive ---------- */
@media(max-width:991px){
  .hero{min-height:520px;height: 25vh;}
  .hero-title{font-size:clamp(28px,5vw,42px)}
  .hero-content{align-items:flex-start;padding-top:110px}
  .hero .carousel-control-prev{left:10px}
  .hero .carousel-control-next{right:10px}
  .feature-divider{display:none}
  .feature{margin-bottom:18px}
  .culinary .food-img{border-radius:24px;height:300px;margin-bottom:30px}
  .testi-left{padding:40px 28px}
  .testi-img{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 30%);mask-image:linear-gradient(to bottom,transparent 0%,#000 30%);min-height:220px;border-radius:0}
  .section{padding: 48px 0 0px;}
  .rooms-pattern-left { margin-top: 20px; }
  .rooms-stats { gap: 15px; }
}
@media(max-width:575px){
  .gallery-track img{width:160px;height:100px}
  .testi-left{padding:30px 20px}
  .testi-text{font-size:14px}
  .hero .carousel-indicators{bottom:80px}
}
@media (max-width: 991px) {
  .hero-content{ align-items: flex-start; padding-top: 150px; text-align: center;}
  .hero p.lead{ margin-left: auto; margin-right: auto;}
  .features-bar{ display: none; }
  .rooms{ padding-top: 60px; }
}
.foo{font-size: 13px;color: var(--muted);}

/* ---------- Animations ---------- */
@keyframes floatSlow {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}
@keyframes floatSlow2 {
  0%, 100% { transform: translateY(0) rotate(45deg); }
  50% { transform: translateY(-8px) rotate(47deg); }
}
@keyframes pulseRing {
  0%, 100% { transform: scale(1); opacity: 0.07; }
  50% { transform: scale(1.05); opacity: 0.12; }
}
.facilities-deco.deco-ring { animation: pulseRing 6s ease-in-out infinite; }
.facilities-deco.deco-square { animation: floatSlow2 8s ease-in-out infinite; }
.facilities-deco.deco-dots { animation: floatSlow 7s ease-in-out infinite; }

/* Rooms diamond hover effect */
.rooms:hover .rooms-diamond-grid .diamond {
  opacity: 0.5;
}
.rooms:hover .rooms-diamond-grid .diamond:nth-child(odd) {
  opacity: 0.35;
}






 
 /* ==========================================
     INNER BANNER WITH CENTER BREADCRUMB
     ========================================== */
  .inner-banner {
    position:relative;
    height: 380px;
    min-height: 300px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    overflow:hidden;
    margin-top: 70px; /* Space for fixed navbar */
  }
  .inner-banner-bg {
    position:absolute; inset:0; width:100%; height:100%;
    object-fit:cover; z-index:0;
  }
  .inner-banner-overlay {
    position:absolute;
    inset:0;
    /* background: linear-gradient(135deg, rgb(31 31 31 / 0%) 0%, rgba(31, 31, 31, 0.5) 50%, rgba(232, 130, 30, 0.3) 100%); */
    z-index:1;
    background: #0000006b;
  }
  .banner-content { position:relative; z-index:2; padding: 20px; }
  
  .banner-title { 
    font-size: clamp(32px, 4vw, 52px); 
    font-weight:700; color:#fff; 
    margin-bottom:12px; letter-spacing:-0.5px; 
  }
  .banner-subtitle { color: rgba(255,255,255,0.8); font-size:15px; letter-spacing:2px; text-transform:uppercase; }

  /* Custom Center-aligned Breadcrumb */
  .custom-breadcrumb { display:flex; justify-content:center; gap:8px; align-items:center; margin-top:25px; flex-wrap:wrap;}
  .custom-breadcrumb li, .custom-breadcrumb a {
    color: rgba(255,255,255,0.7); font-size:13px; font-weight:500; text-decoration:none; transition:.3s;
  }
  .custom-breadcrumb a:hover{ color:#fff; }
  .custom-breadcrumb .active { color: var(--orange); font-weight:600; pointer-events:none; }
  .custom-breadcrumb .separator { color: rgba(255,255,255,0.35); font-size:10px; }


  /* ==========================================
     GALLERY FILTER SECTION
     ========================================== */
  .gallery-section { padding: 60px 0 80px; background: #fff; }
  .filter-wrap{ display:flex; justify-content:center; margin-bottom:45px; }
  
  /* Styled Dropdown */
  .dropdown-custom {
    position:relative;
    width: min(320px, 85vw);
  }
  .drop-btn {
    width:100%; height:48px; border-radius:999px;
    border: 1px solid #e0d9ce; background:#fff; color: var(--dark);
    font-size:14px; font-weight:500; padding:0 24px;
    display:flex; align-items:center; justify-content:space-between;
    box-shadow:0 4px 15px rgba(0,0,0,0.04);
    transition:all 0.3s ease;
  }
  .drop-btn:hover, .drop-btn.active { border-color:var(--orange); box-shadow:0 6px 20px rgba(232,130,30,0.15);}
  .drop-menu {
    position:absolute; top:110%; left:0; right:0;
    background:#fff; border-radius:16px; box-shadow:0 10px 40px rgba(0,0,0,0.12);
    opacity:0; visibility:hidden; transform:translateY(-10px); transition:all 0.2s ease;
    z-index:100; overflow:hidden; border:1px solid #f0ece4; padding:8px 0;
  }
  .drop-menu.show { opacity:1; visibility:visible; transform:translateY(0); }
  .drop-item {
    padding:12px 22px; font-size:14px; cursor:pointer; transition:0.2s; border-bottom:1px solid #fafafa; display:flex; align-items:center; justify-content:space-between; color:var(--muted);
  }
  .drop-item:last-child{border:none;}
  .drop-item:hover{ background:var(--cream); color:var(--orange); padding-left:26px;}
  .drop-item.selected{ color:var(--orange); font-weight:600; background:#FFF5EB;}

  /* Grid */
  .gallery-grid { display:flex; flex-wrap:wrap; gap:24px; justify-content:center; }
  .g-item {
    position:relative; width: calc(33.33% - 16px); 
    overflow:hidden; border-radius:14px; cursor:pointer;
    aspect-ratio: 4/3; box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition:transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  @media(max-width:991px){ .g-item{ width: calc(50% - 12px);} }
  @media(max-width:576px){ .g-item{ width: 100%;} }
  
  .g-img { width:100%; height:100%; object-fit:cover; transition:transform 0.6s ease; }
  .g-item:hover .g-img{ transform: scale(1.08); }
  .g-item:hover{ transform: translateY(-5px); box-shadow: 0 18px 35px rgba(0,0,0,0.12); z-index:2;}
  
  /* Badge inside card */
  .g-badge {
    position:absolute; bottom:15px; left:15px;
    background:rgba(255,255,255,0.95); backdrop-filter:blur(5px);
    color:var(--dark); padding:6px 14px; border-radius:999px;
    font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1px;
    display:flex; align-items:center; gap:6px; opacity:0; transform:translateY(10px); transition:all 0.3s ease;
  }
  .g-item:hover .g-badge { opacity:1; transform:translateY(0); }
  .g-badge i{ color:var(--orange); font-size:12px;}


  /* ==========================================
     CUSTOM LIGHTBOX
     ========================================== */
  .lb-overlay {
    position:fixed; inset:0; background:rgba(15,15,15,0.95);
    z-index:9999; display:none; align-items:center; justify-content:center;
    opacity:0; transition:opacity 0.3s ease; backdrop-filter: blur(10px);
  }
  .lb-overlay.active{ display:flex; opacity:1; }
  
  .lb-close {
    position:absolute; top:30px; right:30px; width:44px; height:44px;
    border-radius:50%; background:rgba(255,255,255,0.1); color:#fff; border:none;
    font-size:22px; display:flex; align-items:center; justify-content:center;
    transition:0.3s; cursor:pointer; z-index:10;
  }
  .lb-close:hover{ background:var(--orange); transform: rotate(90deg); }
  
  .lb-nav {
    position:absolute; top:50%; width:50px; height:50px; border-radius:50%;
    background:rgba(255,255,255,0.08); color:#fff; border:1px solid rgba(255,255,255,0.2);
    display:flex; align-items:center; justify-content:center; font-size:20px;
    transition:0.3s; cursor:pointer; transform:translateY(-50%); backdrop-filter:blur(4px);
  }
  .lb-nav:hover{ background:var(--orange); border-color:var(--orange); }
  .lb-prev{ left: 20px; }
  .lb-next{ right: 20px; }
  
  .lb-container {
    max-width:90vw; max-height:85vh; position:relative;
    animation: lbZoomIn 0.3s ease forwards;
  }
  @keyframes lbZoomIn { from{opacity:0; transform:scale(0.95)} to{opacity:1; transform:scale(1)} }
  
  .lb-img {
    max-width:100vw; max-height:80vh; object-fit:contain; border-radius:8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  }
  
  .lb-caption {
    text-align:center; color:rgba(255,255,255,0.7); margin-top:20px; font-size:14px;
  }
 

.navbar-toggler:focus{
 text-decoration: none;
 box-shadow:none;
  }







@media(max-width:576px){
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    padding: 6px 0;
    transition: all 0.3s ease;
    background: #ffffff;
}
}






 /* ================= ROOMS SECTION ================= */
    .rooms-section{
      position:relative;
      overflow:hidden;
      background:#fff;
    }

    .rooms-section::before{
      content:"";
      position:absolute;
      width:240px;
      height:240px;
      top:75px;
      left:-100px;
      border:1px solid rgba(232,130,30,.13);
      border-radius:50%;
      box-shadow:
        0 0 0 28px rgba(232,130,30,.035),
        0 0 0 56px rgba(232,130,30,.025);
    }

    .rooms-section::after{
      content:"";
      position:absolute;
      right:35px;
      bottom:55px;
      width:130px;
      height:130px;
      background-image:radial-gradient(rgba(143,21,6,.20) 1.5px, transparent 1.5px);
      background-size:15px 15px;
      opacity:.5;
    }

    .rooms-intro,
    .rooms-grid{
      position:relative;
      z-index:1;
    }

    .rooms-intro{
      max-width:660px;
      margin:0 auto 48px;
      text-align:center;
    }

    .room-card{
      height:100%;
      background:#fff;
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 12px 30px rgba(0,0,0,.07);
      transition:.35s ease;
      border:1px solid #f1ece5;
    }

    .room-card:hover{
      transform:translateY(-8px);
      box-shadow:0 22px 40px rgba(0,0,0,.12);
    }

    .room-image{
      height:250px;
      position:relative;
      overflow:hidden;
    }

    .room-image img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:.5s ease;
    }

    .room-card:hover .room-image img{
      transform:scale(1.08);
    }

    .room-tag{
      position:absolute;
      top:16px;
      left:16px;
      z-index:2;
      background:rgba(255,255,255,.94);
      color:var(--wine);
      padding:6px 13px;
      border-radius:30px;
      text-transform:uppercase;
      font-size:10px;
      font-weight:700;
      letter-spacing:1px;
    }

    .room-price{
      position:absolute;
      bottom:0;
      right:0;
      z-index:2;
      padding:11px 17px;
      color:#fff;
      background:var(--wine);
      border-radius:18px 0 0 0;
      font-size:13px;
      font-weight:600;
    }

    .room-price small{
      font-size:10px;
      font-weight:400;
      opacity:.8;
    }

    .room-content{
          padding: 7px 15px 1px;
    }

    .room-content h3{
      font-size:25px;
      font-weight:700;
      margin-bottom:10px;
    }

    .room-content p{
      font-size:13px;
      color:var(--muted);
      line-height:1.7;
      margin-bottom:17px;
    }

    .room-features{
      list-style:none;
      padding:15px 0;
      margin:0 0 20px;
      border-top:1px solid #f0ece5;
      border-bottom:1px solid #f0ece5;
      display:flex;
      flex-wrap:wrap;
      gap:12px 16px;
    }

    .room-features li{
      font-size:12px;
      color:#565656;
      display:flex;
      align-items:center;
      gap:5px;
    }

    .room-features i{
      color:var(--wine);
      font-size:14px;
    }

    .room-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }

    /* ================= AMENITIES STRIP ================= */
    .amenities-strip{
      background:var(--cream);
      position:relative;
      overflow:hidden;
    }

    .amenities-strip::before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(143,21,6,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(143,21,6,.035) 1px, transparent 1px);
      background-size:55px 55px;
    }

    .amenities-strip .container{
      position:relative;
      z-index:1;
    }

    .amenity-item{
      text-align:center;
      padding:15px;
    }

    .amenity-icon{
      width:58px;
      height:58px;
      margin:0 auto 13px;
      border-radius:50%;
      background:#fff;
      color:var(--wine);
      box-shadow:0 8px 20px rgba(0,0,0,.06);
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:23px;
    }

    .amenity-item h6{
      font-family:'Poppins',sans-serif;
      font-size:13px;
      font-weight:700;
      margin-bottom:5px;
    }

    .amenity-item p{
      font-size:11px;
      color:var(--muted);
      margin:0;
    }

    /* ================= CTA ================= */
    .room-cta{
      background:linear-gradient(120deg, #2f3a23, #1e2717);
      position:relative;
      overflow:hidden;
      color:#fff;
    }

    .room-cta::before{
      content:"";
      position:absolute;
      width:350px;
      height:350px;
      border:1px solid rgba(255,255,255,.13);
      border-radius:50%;
      left:-130px;
      bottom:-190px;
      box-shadow:0 0 0 45px rgba(255,255,255,.035);
    }

    .room-cta::after{
      content:"";
      position:absolute;
      width:180px;
      height:180px;
      border:1px solid rgba(232,130,30,.32);
      border-radius:50%;
      right:7%;
      top:-90px;
    }

    .room-cta .container{
      position:relative;
      z-index:1;
    }

    .room-cta h2{
      font-size:clamp(28px,3.5vw,42px);
      font-weight:700;
    }

    .room-cta p{
      color:rgba(255,255,255,.75);
      font-size:14px;
      margin:12px 0 0;
    }

    .btn-orange{
      background:var(--orange);
      color:#fff;
      border-radius:30px;
      padding:13px 25px;
      font-size:12px;
      font-weight:700;
      letter-spacing:.8px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      transition:.3s;
    }

    .btn-orange:hover{
      background:#c56c14;
      color:#fff;
      transform:translateY(-2px);
    }




/* =========================
   ABOUT CONTENT
========================= */
.section-padding{padding: 80px 0;}
.section-padding1{padding: 41px 0;}
.eyebrow{color: var(--red); font-weight:600; letter-spacing:3px; text-transform:uppercase; font-size:13px; display: block; margin-bottom: 10px;}

.about-img-stack{position: relative; padding: 20px;}
.about-img-main{width: 90%; border-radius: 15px; position: relative; z-index: 2; box-shadow: 0 20px 40px rgba(0,0,0,0.1);}
.about-img-sub{width: 60%; border-radius: 15px; position: absolute; bottom: -10%; right: 0; z-index: 3; border: 8px solid #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1);}

.experience-badge{
    position: absolute; top: 10%; left: 0; background: var(--red); color: #fff; 
    padding: 20px; border-radius: 10px; z-index: 4; text-align: center;
}
.experience-badge h4{font-size: 32px; font-weight: 700; margin: 0;}
.experience-badge p{font-size: 11px; text-transform: uppercase; margin: 0; letter-spacing: 1px;}

/* =========================
   VALUES SECTION
========================= */
.values-section{background: var(--cream); position: relative; overflow: hidden;}
.values-grid-bg {
  position: absolute; inset: 0;
  background-image: radial-gradient(var(--red) 0.5px, transparent 0.5px);
  background-size: 30px 30px; opacity: 0.05;
}

.value-card{
    background: #fff; padding: 40px; border-radius: 15px; height: 100%;
    transition: 0.3s; border-bottom: 3px solid transparent;
}
.value-card:hover{transform: translateY(-10px); border-color: var(--red);}
.value-icon{
    width: 60px; height: 60px; background: rgba(143, 21, 6, 0.05);
    color: var(--red); border-radius: 50%; display: flex; align-items: center;
    justify-content: center; font-size: 24px; margin-bottom: 20px;
}

/* =========================
   QUOTE SECTION
========================= */
.quote-box{
    max-width: 800px; margin: 0 auto; text-align: center;
    padding: 60px; border: 1px solid #eee; border-radius: 20px;
}
.quote-icon{font-size: 40px; color: #ddd; margin-bottom: 20px;}
.quote-text{font-size: 20px; font-style: italic; color: #444; font-family: 'Playfair Display', serif;}

@media(max-width:991px){
    .about-img-stack{margin-bottom: 60px;}
    .section-padding{padding: 60px 0;}
}





/* =========================
   INFO CARDS
========================= */
.contact-info-section{position:relative;overflow:hidden}
.contact-info-bg{
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 10% 30%, rgb(232 130 30 / 7%) 0%, #00000000 40%), radial-gradient(circle at 90% 70%, rgba(47, 58, 35, .04) 0%, transparent 40%);
  pointer-events:none;
}
.contact-grid-bg{
  position:absolute;
  inset:0;
  background-image: linear-gradient(rgb(143 21 6 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(143 21 6 / 4%) 1px, transparent 1px);
  background-size:50px 50px;
  pointer-events:none;
}
.info-card{
  background:#fff;
  border-radius:16px;
  padding:35px 30px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  border: 3px solid #9420162b;
  height:100%;
  transition:.3s;
  position:relative;
  overflow:hidden;
}
.info-card::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:var(--red);
  transform:scaleX(0);
  transition:.3s;
}
.info-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(0,0,0,.08);
}
.info-card:hover::before{
  transform:scaleX(1);
}
.info-icon{
  width:70px;height:70px;
  background:rgba(143,21,6,.06);
  color:var(--red);
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:20px;
}
.info-card h5{font-weight:700;margin-bottom:8px}
.info-card p{color:var(--muted);font-size:14px;margin-bottom:0}
.info-card a{color:var(--red);font-weight:600;transition:.3s}
.info-card a:hover{color:var(--orange)}

/* =========================
   FORM SECTION
========================= */
.form-section{background: #fef9f0;position:relative;overflow:hidden}
.form-section::before{
  content:"";
  position:absolute;
  right:-80px;top:-80px;
  width:250px;height:250px;
  border:1.5px solid rgba(143,21,6,.06);
  border-radius:50%;
}
.form-section::after{
  content:"";
  position:absolute;
  left:-40px;bottom:-40px;
  width:150px;height:150px;
  background-image:radial-gradient(rgba(232,130,30,.15) 1.2px, transparent 1.2px);
  background-size:14px 14px;
  opacity:.5;
}
.form-card{
  background:#fff;
  border-radius:20px;
  padding: 26px 24px;
  box-shadow: 0 15px 40px rgb(0 0 0 / 9%);
  border:1px solid #f1ece4;
}
.form-floating-custom{
  position:relative;
  margin-bottom: 0px;
}
.form-floating-custom label{
  position:absolute;
  top:14px;left:18px;
  font-size:13px;
  color:#aaa;
  pointer-events:none;
  transition:.2s;
  background:#fff;
  padding:0 6px;
}
.form-floating-custom input:focus ~ label,
.form-floating-custom input:not(:placeholder-shown) ~ label,
.form-floating-custom textarea:focus ~ label,
.form-floating-custom textarea:not(:placeholder-shown) ~ label{
  top:-8px;
  font-size:11px;
  color:var(--red);
  font-weight:600;
}
.form-control-custom{
  width:100%;
  border:1.5px solid #e6e0d6;
  border-radius:12px;
  padding:16px 18px;
  font-size:14px;
  background:#fff;
  color:var(--dark);
  transition:.3s;
}
.form-control-custom:focus{
  outline:none;
  border-color:var(--red);
  box-shadow:0 0 0 .2rem rgba(143,21,6,.08);
}
textarea.form-control-custom{
  min-height:130px;
  resize:vertical;
}

.btn-send{
  background: #901405;
  color:#fff;
  border:none;
  border-radius:30px;
  padding:14px 40px;
  font-weight:700;
  font-size:14px;
  letter-spacing:.5px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:.3s;
}
.btn-send:hover{
  background:var(--orange);
  color:#fff;
  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(232,130,30,.3);
}

/* =========================
   MAP SECTION
========================= */
.map-section{position:relative}
.map-wrapper{
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
  border:4px solid #fff;
}
.map-wrapper iframe{
  width:100%;
  height:450px;
  border:none;
}
.map-info-overlay{
  position:absolute;
  top:40px;right:40px;
  background:#fff;
  border-radius:16px;
  padding:25px 30px;
  box-shadow:0 15px 40px rgba(0,0,0,.1);
  z-index:10;
  max-width:300px;
}
.map-info-overlay h5{
  font-weight:700;
  margin-bottom:12px;
  font-size:16px;
}
.map-info-item{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}
.map-info-item i{
  width:36px;height:36px;
  background:rgba(143,21,6,.08);
  color:var(--red);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  flex-shrink:0;
}
.map-info-item span{
  font-size:13px;
  color:var(--muted);
}

/* =========================
   FLOATING SHAPES
========================= */
.float-shape{
  position:absolute;
  pointer-events:none;
  z-index:0;
}
.float-shape.s1{
  width:100px;height:100px;
  border:1.5px solid rgba(232,130,30,.08);
  border-radius:50%;
  top:20%;left:3%;
}
.float-shape.s2{
  width:60px;height:60px;
  border:1px solid rgba(47,58,35,.06);
  transform:rotate(45deg);
  border-radius:4px;
  bottom:15%;right:5%;
}
.float-shape.s3{
  width:40px;height:40px;
  background:rgba(232,130,30,.04);
  border-radius:50%;
  top:60%;left:8%;
}

@keyframes floatSlow{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}
.float-shape.s1{animation:floatSlow 6s ease-in-out infinite}
.float-shape.s2{animation:floatSlow 8s ease-in-out infinite}
.float-shape.s3{animation:floatSlow 7s ease-in-out infinite}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:991px){
  .inner-banner{min-height:300px}
  .section-padding{padding:60px 0}
  .form-card{padding:35px 25px}
  .map-info-overlay{
    position:relative;
    top:0;right:0;
    max-width:100%;
    margin-bottom:20px;
    border-radius:16px;
  }
  .map-wrapper iframe{height:350px}
}
@media(max-width:575px){
  .inner-banner{min-height:260px}
  .form-card{padding:30px 20px}
  .info-card{padding:25px 20px}
}