@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Outfit:wght@300;400;500;600;700&family=Cinzel:wght@400;700&family=Inter:wght@400;600;700&display=swap');

:root {
  --c1: hsl(150, 100%, 26%);
  /* Espresso (Primary) */
  /* --c2: #c5a059; */
  --c2: hsl(155, 84%, 42%);
  /* Antique Gold (Accent) */
  --c3: #6d4c41;
  /* Muted Cocoa (Body Text) */
  --cg: #062c1a;
  /* Deep Garden Emerald */
  --cg-light: #0a3a2a;
  /* Light Garden Emerald */
  --c4: #ffffff;
  /* Pure White (Card Background) */
  --bg: #05150d;
  /* Soft Champagne (Main Background) */
  --w: #ffffff;
  --black: #000;
  --bc: #d5d5d5;
  --glass: rgba(253, 250, 245, 0.96);
  --shadow-p: 0 15px 35px rgba(78, 52, 46, 0.1);
  --transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Premium Floating Animations */
@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.floating-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.15;
  animation: floatY 6s ease-in-out infinite;
}

.decor-1 {
  top: 10%;
  left: 5%;
  width: 80px;
}

.decor-2 {
  bottom: 15%;
  right: 8%;
  width: 100px;
  animation-duration: 4s;
}

.decor-3 {
  top: 40%;
  right: 5%;
  width: 60px;
  animation-delay: 1s;
}

/* @font-face {
  font-family: "Philosopher Regular";
  src: local("Philosopher Regular"), url("Philosopher-Regular.woff") format("woff");
  } */
.c1 {
  color: var(--c1) !important;
}

.text-c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.c5 {
  color: var(--bg) !important;
}

.bg {
  background-color: var(--bg);
}

.bg-c1 {
  background-color: var(--c1);
}

.bg-w {
  background-color: var(--c1);
}

/* .c5{
  color: var(--c5) !important;
} */
.w {
  color: #fff !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

@font-face {
  font-family: "Playball-reg";
  src: url(../Playball-Regular.ttf);
}

@font-face {
  font-family: "OutfitRegular";
  src: url(../OutfitRegular.ttf);
}

.hf {
  font-family: 'Cinzel', serif !important;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--w);
  text-transform: uppercase;
}

.premium-tag,
.menu-header-badge {
  font-family: "Comic Sans MS", "Comic Sans", cursive, sans-serif !important;
  color: var(--c2) !important;
  background-color: #061c10 !important;
  font-size: 0.85rem !important;
  margin: 0 0 15px 0;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: flex-start;
  text-transform: none !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  padding: 8px 25px !important;
  border-radius: 50px !important;
}

.text-center .premium-tag,
.text-center .menu-header-badge {
  margin: 0 auto 15px auto !important;
}

.premium-tag::before,
.premium-tag::after,
.menu-header-badge::before,
.menu-header-badge::after {
  display: none !important;
}

/* For non-centered tags */
.text-start .premium-tag {
  justify-content: flex-start;
  margin: 0 0 15px 0;
}

.text-start .premium-tag::before {
  display: none;
}

.text-start .premium-tag::after {
  display: none;
}

.script-font {
  font-family: "Playball-reg", cursive !important;
  color: var(--c2) !important;
  font-size: 1.8rem !important;
  text-transform: none !important;
  letter-spacing: 1px !important;
}

.text-silver {
  color: var(--c3) !important;
}

.text-white {
  color: var(--c1) !important;
}

.navbar-toggler {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  outline: none !important;
}

html, body {
  margin: 0% !important;
  padding: 0% !important;
  overflow-x: hidden !important;
  width: 100vw;
  min-height: 100vh;
  background-color: var(--bg);
}

html, body, p, span, a, li, button, input, select, textarea, .sm-js {
  font-family: 'Outfit', sans-serif !important;
  scroll-behavior: smooth !important;
  color: var(--c1);
}

p, .sm-js {
  font-family: 'Outfit', sans-serif !important;
  color: var(--bc);
  font-weight: 400;
  line-height: 1.8;
}

/* Reveal animations handled in :root block */

.text-muted, .small {
  color: #bbbbbb !important;
  /* Forces visibility over Bootstrap defaults */
}

.text-color {
  color: #1d1d1d !important
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Marcellus', serif !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--c1);
  line-height: 1.3;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.1rem;
}

h3 {
  font-size: 1.65rem;
}

h4 {
  font-size: 1.35rem;
}

h5 {
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }
}

.hf {
  font-family: 'Cinzel', serif !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--w);
}

h1 {
  font-size: 3.8rem !important;
}

h2 {
  font-size: 2.8rem !important;
}

h3 {
  font-size: 2rem !important;
}

h4 {
  font-size: 1.6rem !important;
}

h5 {
  font-size: 1.3rem !important;
}

h6 {
  font-size: 1rem !important;
}

/* Benoit Diamond Divider */
.diamond-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  width: 100%;
}

.diamond-divider::before,
.diamond-divider::after {
  content: "";
  height: 1px;
  background: var(--c1);
  flex: 1;
  max-width: 100px;
  opacity: 0.5;
}

.diamond-divider .diamond-icon {
  width: 12px;
  height: 12px;
  background: var(--c1);
  transform: rotate(45deg);
  margin: 0 15px;
  box-shadow: 0 0 10px var(--c1);
}

.script-font {
  font-family: "Playball-reg", cursive !important;
  color: var(--c2) !important;
  /* Elegant Light Green from Logo */
  font-size: 1.6rem !important;
  margin-bottom: 5px;
  display: block;
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}

.text-c1 {
  color: var(--c1) !important;
}

.bg-white, .bg-light {
  background-color: var(--bg) !important;
}

.section-dark {
  background-color: var(--bg);
  padding: 100px 0;
}

.premium-quote {
  font-family: 'Playfair Display', serif !important;
  font-style: italic;
  font-size: 1.8rem;
  color: var(--c1);
  margin-top: 20px;
  border-left: 3px solid var(--c1);
  padding-left: 20px;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top {
  border-bottom: 1px solid rgba(193, 157, 104, 0.2);
  background-color: var(--bg);
  color: var(--c1);
}

.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: var(--w) !important;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.first-text i {
  font-size: 14px;
  color: var(--c2) !important;
  margin-right: 8px;
}

.frist-rig a i {
  color: var(--w) !important;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.frist-rig a:hover i {
  opacity: 1;
  transform: translateY(-2px);
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;
  filter: brightness(0) invert(1);
}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  background-color: var(--bg) !important;
  color: #FFF !important;
}

.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  position: relative;
  transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--bg) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 25px 0;
  /* Increased for breathing room */
  border-bottom: 1px solid rgba(78, 52, 46, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1030;
  /* Ensure navbar stays above hero section */
}

.logo {
  height: 65px;
  transition: height 0.3s ease;
}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 1000;
  backdrop-filter: blur(10px);
  padding: 10px 0;
  border-bottom: 1px solid rgba(193, 157, 104, 0.2) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  animation: slideNav .4s ease;
}

.newnav .logo {
  height: 55px;
}

@keyframes slideNav {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.nav-item {
  padding: 0px 10px;
}

.nav-link {
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--w) !important;
  position: relative;
  padding: 10px 0 !important;
  transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
  color: var(--c2) !important;
}

.nav-img-ic {
  width: 20px;
  margin-right: 8px;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}

.nav-link:hover .nav-img-ic,
.nav-link.active .nav-img-ic {
  filter: grayscale(0);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 40px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item {
  background-color: transparent !important;
  transition: all .5s;
  font-size: 14px;
  color: var(--c1) !important;
  display: flex !important;
  align-items: center;
  padding: 10px 20px;
}

.dropdown-menu {
  background-color: var(--c4) !important;
  border-radius: 0% !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  border-top: 3px solid var(--c1) !important;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.dropdown-item:hover {
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.btn-search {
  background-color: var(--c2) !important;

}

.nav-gift {
  width: 20px;
}

.btn-log {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.offcanvas {
  background-color: var(--bg) !important;
  border-right: 2px solid var(--c1);
  z-index: 9999 !important;
  /* Critical: Must be above everything */
}

.offcanvas-backdrop {
  z-index: 9998 !important;
}

.logo-nv {
  width: 150px;
}

/* Floating Social Icons */
.mob-s-nav {
  justify-content: center !important;
}


/* Floating Social Icons */
.mob-s-nav {
  justify-content: center !important;
}

.mob-s-nav .ab-lgo-bx {
  width: 43px;
  height: 43px;
  background: var(--c1);
  border: 1px solid var(--c2);
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounceIn 1s ease infinite alternate;
}

.mob-s-nav .ab-lgo-bx img {
  width: 55%;
}

/* Animations */
@keyframes bounceIn {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-5px);
  }
}

@keyframes slideInItem {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.mobile-link.animate-in {
  animation: slideInItem .5s ease forwards;
}

/* ---------------------  */

.bg1 {
  background-color: #354e331a;
}

.hero2 {
  /* min-height: 60vh !important ; */
  position: relative;
  display: flex;
  align-items: center;
}

.hero2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -3;
  background-image: url(../images/imgi_9_bg.webp);
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
}

.ban-side-img-main {
  width: 100%;
  height: 350px;
}

.ban-side-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/* .hero2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -2;
  background-color: rgba(249, 51, 74, 0.533);
  background-image: linear-gradient(127deg, rgba(249, 51, 74, 0.533) 0%, rgba(136, 6, 21, 0.734) 91%);
  background-size: cover;
} */
.curv-img {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -5%;
  left: 0;
  z-index: 1;

}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #f6f6f6 !important;
  /* Change this to the color you want */
}

.carousel-indicators .active {
  background-color: var(--c2) !important;
  /* Change this to the color you want for the active indicator */
}

.fill {
  width: 100%;
  height: 77vh;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  /* Increased opacity for richness */
  filter: brightness(0.4);
  /* Darken for text readability */
}

.hero-img1 {
  object-position: top !important;
}

.ban-main {
  position: relative;
  background-color: var(--bg);
}

.ban-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 800px !important;
}

.border-c1 {
  background-color: var(--c1);
}

.btn-c1 {
  background: var(--c1) !important;
  color: #fff !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid var(--c1) !important;
  border-radius: 50px !important;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 35px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none !important;
  box-shadow: 0 8px 15px rgba(0, 135, 68, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  gap: 10px;
}

.btn-c1::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transition: 0.3s;
}

.btn-c1:hover::after {
  transform: translateX(5px);
}

.btn-c1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
  z-index: -1;
}

.btn-c1:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 25px rgba(197, 160, 89, 0.3);
  background: var(--c2) !important;
  border-color: var(--c2) !important;
  color: var(--bg) !important;
}

.btn-c1:hover::before {
  left: 100%;
}

.btn-c2 {
  background: transparent !important;
  color: var(--w) !important;
  transition: var(--transition);
  border: 1px solid var(--w) !important;
  border-radius: 50px !important;
  padding: 12px 35px !important;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.btn-c2:hover {
  background: var(--c1) !important;
  color: #fff !important;
  transform: translateY(-3px);
  border-color: var(--c1) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-c3 {
  background: #fff !important;
  color: var(--c1) !important;
  transition: all 0.4s ease;
  border: 1px solid #fff !important;
  border-radius: 50px !important;
  padding: 12px 35px !important;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.btn-c3:hover {
  background: var(--c1) !important;
  color: #fff !important;
  border-color: var(--c1) !important;
  transform: translateY(-3px);
}


/* ---------- about us -=------------  */

.why-us {
  position: relative;
  height: 400px;
}


.why-us-img1 {

  height: 90%;
  width: 90%;
  object-fit: cover;
  overflow: hidden;
  /* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2 {
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  height: 70%;
  width: 50%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  right: 0%;

}

/* -----------------  */

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-track {
  display: inline-flex;
  min-width: 200%;
  /* ensures both spans fit */
  animation: marquee-left 20s linear infinite;
}

.marquee-reverse .marquee-track {
  animation: marquee-right 20s linear infinite;
}

.marquee-track span {
  display: inline-block;
  padding-right: 2rem;
  /* spacing between repeats */
  font-weight: 600;
  font-size: 25px !important;
  color: var(--c2) !important;
}

/* leftward scroll */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* rightward scroll */
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* -----------  */

.card-img {
  background-size: cover;
  background-position: center;
  height: 430px;
  /* adjust height */
}

.text-lh {
  line-height: 1.5 !important;
}



.nv-btn {
  /* background-color: var(--bg) !important; */
  color: var(--c1) !important;
  /* height: 55px; */
  letter-spacing: 1px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.nv-btn::before {
  content: '';
  background-color: var(--c1) !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.nv-btn::after {
  content: '';
  background-color: var(--c2) !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: all .5s;
  color: var(--c1) !important;
}

.nv-btn:hover::after {
  bottom: 0%;
  transition: all .5s;
}

/* ----------- side bar  ------------ */

.side-op {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i {
  font-size: 40px;
}



@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

::selection {
  color: var(--c1);
  background: var(--c1);
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
/* ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  border-radius: 10px;
} */

/* Handle */
::-webkit-scrollbar-thumb {
  background: #05150d;
  /* border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #05150d;
}

/* -----------------  */

.bg-bg1 {
  background-color: var(--bg) !important;
}

.bg-choose {
  position: relative;
  background-image: url(../images/1523.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1 !important;
}

.bg-choose::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(14, 14, 14, 0.82);
  z-index: -1;
}

.bg-choose1 {
  /* background-color: rgba(63, 63, 63, 0.2); */
  position: relative;
  background-color: var(--bg) !important;
  /* z-index: -2 !important; */
}

.bg-man1 {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-man2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: -1 !important;

}


.count-div {
  position: relative;
  background-color: var(--bg);
}

.count-div::after {
  content: '';
  /* background-image: url(../images/agency-1.jpg); */
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.count-head {
  font-size: 50px;
  color: var(--c1) !important;
  font-weight: bold;
}

.count-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 40px 20px !important;
  min-height: 220px;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 24px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.count-bx:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(197, 160, 89, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.count-bx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--c2), transparent);
  opacity: 0;
  transition: var(--transition);
}

.count-bx:hover::before {
  opacity: 1;
}

.count-icon {
  font-size: 2.5rem;
  color: var(--c2);
  margin-bottom: 20px;
  opacity: 0.8;
  transition: var(--transition);
}

.count-bx:hover .count-icon {
  transform: scale(1.2);
  opacity: 1;
}

.cnt-nm {
  color: var(--w) !important;
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
  font-weight: 800;
  font-family: 'Bodoni Moda', serif !important;
  margin-bottom: 10px;
}

.cnt-p {
  font-family: 'Outfit', sans-serif !important;
  color: #c8c7c7 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: 10px;
}

.about-main1 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* ------------------------ ongoing projects -------------------  */

.ongoing-card {
  position: relative;
  height: 350px !important;
  width: 100%;
  overflow: hidden !important;
  background-color: #000 !important;

}

.ongoing-card img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  opacity: 0.6;
  /* border-radius: 10px; */
}

.ongoing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.ongoing-card:hover::after {
  background-color: rgb(0, 135, 68, 0.3);
}

.bottom-Center1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -25%;
  transition: all .5s ease-in-out;
  z-index: 3;
}


.pac-p {
  font-size: 13px !important;
  text-align: center !important;
}

.ongoing-top {
  padding-top: 80px !important;
  transition: all .5s ease-in-out;
}

.ongoing-card:hover .bottom-Center1 {
  position: absolute;
  bottom: 0%;

}

.ongoing-card:hover .ongoing-top {
  padding-top: 0px !important;
  transition: all 0.5s;
}


/* ---------------- */
.wave-bg {
  background-image: url(../images/by-wave.svg);
  background-size: cover;
  background-position: top;
}

.tp-point-bx {
  width: 100%;
  height: 100%;
  display: flex;
  /* flex: 1fr; */
}

.rnd-tp {
  width: 70px;
  height: 70px;
  /* border-radius: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--c2);
}

.why-in-ioc {
  width: 68%;
}

.why-in-ioc {
  transition: transform 1s ease, filter 1s ease;
}

/* Hover animation + color change */
.tp-point-bx:hover .why-in-ioc {
  transform: rotateY(360deg);
  /* Left to Right spin */

}

.tp-side {
  flex: 1;
}

.tp-s-h {
  font-size: 25px;
}

.gall-div1 {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 10px; */
  overflow: hidden;
}

.gal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gall-over {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  /* border-radius: 10px; */
  transition: all .5s;
}

.full-screen {
  width: 50px;
}

.gall-div1:hover .gall-over {
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}

.last-gal {
  height: 300px;
}


.ser-btn-top-img {
  width: 40px;
}

.serve-pils .active {
  /* background-color: var(--c1) !important; */
  color: var(--c2) !important;
  border: 1px solid var(--c2);
  background-color: transparent !important;
}

.serv-pil-btn {
  min-width: 130px;
  /* height: 70px; */
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--c1) !important;
}

.sw-img {
  display: none;
}

.serve-pils .active .sw-img {
  display: block;
}

.serve-pils .active .sb-img {
  display: none;
}

.small-s-p {
  font-size: 14px;
  text-align: center;
}

.serve-pils .active .small-s-p {
  color: #fff;
}

.bf-p {
  display: flex;
  position: relative;
}

.bf-p::before {
  content: '-';
  color: var(--c1);
  margin-right: .5rem;
  font-weight: bold;
}


/* ---testimonial --- */
.testimonial-main {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}

.testimonial-main::before {
  content: '';
  background-image: url(../images/12924.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0%;
  z-index: -1;
}

/* testimonial card */
.test-item {
  padding: 0px 20px;
  max-width: 750px;
  margin: auto;
}

.test-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--w) !important;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  font-family: 'Outfit', sans-serif !important;
  font-style: italic;
  font-weight: 300;
}

.test-user img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--c2);
  margin-top: 25px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.test-user h5 {
  margin-top: 10px;
  font-weight: 600;
}

.test-user span {
  font-size: 14px;
  color: var(--c2);
}

.bg-top {
  position: absolute;
  top: -5%;
  width: 100%;
}

.bg-bot {
  position: absolute;
  bottom: -5%;
  width: 100%;
}

/* arrows */
.testimonial-main .owl-nav button {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  z-index: 10 !important;
  outline: none !important;
}

.testimonial-main .owl-nav button span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ffffff !important;
}

.testimonial-main .owl-nav button:hover,
.testimonial-main .owl-nav button:focus {
  background: var(--c2) !important;
  border-color: var(--c2) !important;
  color: var(--cg) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.testimonial-main .owl-nav button:hover span,
.testimonial-main .owl-nav button:focus span {
  color: var(--cg) !important;
}

.testimonial-main .owl-nav button:active {
  transform: translateY(-50%) scale(0.9) !important;
  background: var(--c2) !important;
  opacity: 0.8 !important;
}

.testimonial-main .owl-nav .owl-prev {
  left: -20px !important;
}

.testimonial-main .owl-nav .owl-next {
  right: -20px !important;
}

/* FIX OVERLAP COMPLETELY */
.testimonial-slider .owl-stage-outer {
  overflow: hidden !important;
}

.testimonial-slider .owl-stage {
  display: flex !important;
}

.testimonial-slider .owl-item {
  opacity: 0;
  transition: opacity .5s ease;
}

.testimonial-slider .owl-item.active {
  opacity: 1;
}

/* Prevent slide height jump */
.testimonial-main {
  overflow: hidden;
}

/* hide arrows for mobile */
@media(max-width:768px) {
  .testimonial-main .owl-nav button {
    display: none !important;
  }

  .test-text {
    font-size: 16px;
  }
}



/* --- Modern Menu Styles --- */
.menu-sec {
  background-color: var(--cg) !important;
  position: relative;
  overflow: hidden;
}

.menu-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.transparenttextures.com/patterns/leaves.png');
  opacity: 0.05;
  pointer-events: none;
}

.menu-header-badge {
  color: var(--c2) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  display: inline-block;
  padding: 8px 20px;
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.menu-title {
  font-weight: 800;
  color: var(--w) !important;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.menu-title::before,
.menu-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background: var(--c2);
  opacity: 0.3;
}

.menu-title::before {
  right: 100%;
  margin-right: 20px;
}

.menu-title::after {
  left: 100%;
  margin-left: 20px;
}

.menu-tabs-container {
  margin-bottom: 3rem;
}

.menu .nav-pills {
  background: rgba(255, 255, 255, 0.03);
  padding: 8px;
  border-radius: 100px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: inline-flex;
  border: 1px solid rgba(197, 160, 89, 0.15);
  margin-bottom: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  flex-wrap: nowrap;
}

.menu .nav-link {
  border-radius: 100px !important;
  padding: 10px 25px !important;
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 1px;
}

.menu .nav-link.active {
  background: var(--c2) !important;
  color: var(--cg) !important;
  box-shadow: 0 8px 15px rgba(197, 160, 89, 0.3);
}

.menu .nav-link:hover:not(.active) {
  color: var(--w) !important;
  background: rgba(255, 255, 255, 0.05);
}

.menu-item {
  background: var(--w);
  border-radius: 16px;
  padding: 30px;
  border: 1px solid rgba(78, 52, 46, 0.05);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.menu-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--c2);
  transition: all 0.4s ease;
}

.menu-item:hover {
  background: var(--w) !important;
  /* Keep white for classic premium look or go emerald */
  transform: translateY(-10px) scale(1.02);
  border-color: var(--c2);
  box-shadow: 0 25px 50px rgba(78, 52, 46, 0.12);
}

.menu-item:hover::before {
  height: 100%;
}

.menu-item:hover .menu-item-title {
  color: var(--cg) !important;
}

.menu-item:hover .menu-item-divider {
  border-bottom-color: var(--c2);
  width: 40px;
}

.menu-item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.menu-item:hover .menu-item-img {
  transform: scale(1.05);
  border-color: var(--c2);
}

.menu-item-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.menu-item-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #000 !important;
  letter-spacing: 0.5px;
  font-family: 'Outfit', sans-serif !important;
}

.menu-item-price {
  color: var(--c2) !important;
  font-weight: 700;
  font-size: 1.15rem;
  font-family: 'Outfit', sans-serif !important;
}

.menu-item-divider {
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 15px;
  margin-bottom: 6px;
}

.menu-item-desc {
  text-align: start;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-top: 8px;
  color: #2d2c2c !important;
  font-family: 'Outfit', sans-serif !important;
}

.menu-label {
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-left: 15px;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.label-hot {
  background: linear-gradient(135deg, #ff4747, #ff1a1a) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(255, 71, 71, 0.4);
}

.label-hot::before {
  content: '\f06d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.label-new {
  background: linear-gradient(135deg, var(--c2), #b38a41) !important;
  color: var(--cg) !important;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.4);
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.whatsapp-float:hover {
  transform: scale(1.1) rotate(15deg);
  background: linear-gradient(135deg, var(--c2), #b38a41);
  box-shadow: 0 15px 35px rgba(197, 160, 89, 0.4);
  color: var(--cg);
}

/* Mobile refinement for menu */
.mobile-scroll-nav {
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
  margin: 0 -15px 1.5rem;
  /* Allow scroll to hit screen edges */
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-scroll-nav::-webkit-scrollbar {
  display: none;
}

.mobile-scroll-nav {
  overflow-x: auto !important;
  white-space: nowrap !important;
  display: block !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-scroll-nav::-webkit-scrollbar {
  display: none;
}

@media (max-width: 576px) {
  .menu-item {
    padding: 20px;
    flex-direction: row !important;
    text-align: left;
    align-items: center;
  }

  .menu-item-img {
    width: 70px;
    height: 70px;
    margin-bottom: 0px !important;
    margin-right: 15px !important;
  }

  .menu-item-content {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .menu-item-header {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .menu-item-divider {
    display: none;
  }

  .menu-item-price {
    margin-top: 0px;
    font-size: 1.1rem;
  }

  .menu-item-title {
    font-size: 1rem;
  }
}

@media (max-width: 400px) {
  .menu-item {
    flex-direction: column;
    text-align: center;
  }

  .menu-item-img {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .menu-item-header {
    flex-direction: column;
  }
}

.footer {
  background-color: var(--cg) !important;
  color: #fff !important;
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.transparenttextures.com/patterns/black-paper.png');
  opacity: 0.1;
  pointer-events: none;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item h4 {
  font-family: 'Questrial', sans-serif !important;
  color: var(--c2) !important;
  font-size: 0.85rem !important;
  margin-bottom: 35px !important;
  text-transform: uppercase !important;
  letter-spacing: 5px !important;
  font-weight: 700;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

.footer-item h4::after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: var(--c2);
  margin-left: 15px;
  opacity: 0.6;
}

.footer-item p {
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.8;
  font-size: 0.9rem;
}

.footer-item b,
.footer-item strong {
  color: #fff !important;
}

.footer-item a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  transition: var(--transition);
  display: block;
  font-size: 0.95rem;
}

.footer-item a:hover {
  color: var(--c2) !important;
  transform: translateX(8px);
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-spacing {
  padding: 120px 0;
}

.f-logo {
  max-width: 220px;
  margin-bottom: 20px;
}

.footer-icon {
  margin-top: 25px;
}

.footer-icon a {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(5px);
}

.footer-icon a i {
  color: #fff !important;
  font-size: 1rem;
}

.footer-icon a:hover {
  background: var(--c2) !important;
  transform: translateY(-8px);
  border-color: var(--c2) !important;
  box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3);
}

.footer-icon a:hover i {
  color: var(--cg) !important;
}

.social-gallery img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.social-gallery img:hover {
  transform: scale(1.1);
}

.footer-item .fa-check {
  color: var(--c2) !important;
  font-size: 0.7rem;
}

.footer-item .contact-info i {
  color: var(--c2) !important;
  width: 30px;
  font-size: 1rem;
}

/* Copyright section refinement */
.copyright {
  background-color: #03150d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.copyright a {
  font-weight: 600;
  transition: all 0.3s ease;
}

.copyright a:hover {
  text-decoration: underline !important;
  opacity: 0.8;
}

.wow,
.animated {
  animation-duration: 2s !important;
}

/* --------------------------------------make it responsive------------------------ */
@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }
}

@media screen and (max-width:1025px) {

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
    filter: brightness(0) invert(1);
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 80% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
    filter: brightness(0) invert(1);
  }

  .offcanvas-header {
    background-color: var(--bg) !important;
    /* border-bottom: 1px solid var(--c1); */
  }


}

@media screen and (max-width:1200px) {}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    height: 43px;
  }

  .nav-link {
    font-size: 13px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {

  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .navbar-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    outline: none !important;
  }


  .navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
  }

  /* .logo{
      width: 77px;
  } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    /* color: var(--c3) !important; */
    font-size: 15px !important;
    font-weight: normal !important;
  }

  .offcanvas {
    width: 280px !important;
    height: 100vh !important;
    background-color: var(--bg) !important;
    border-right: 1px solid rgba(140, 198, 63, 0.1);
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.5);
    z-index: 9999 !important;
    /* Ensure it's on top of hero section */
  }

  .offcanvas-body {
    background-color: var(--bg);
    overflow-y: auto;
  }

  .mob-li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 135, 68, 0.1);
  }

  .mobile-link {
    display: flex !important;
    align-items: center;
    padding: 16px 15px;
    color: var(--c1) !important;
    font-weight: 500;
    font-size: 0.95rem;
    font-family: 'Outfit', sans-serif !important;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 5px;
  }

  .mobile-link.active {
    background-color: rgba(197, 160, 89, 0.08);
    color: var(--c2) !important;
  }

  .nav-icon-wrap {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(197, 160, 89, 0.05);
    border-radius: 10px;
    margin-right: 15px;
    color: var(--c2);
    font-size: 1.1rem;
    transition: all 0.3s ease;
  }

  .mobile-link:hover .nav-icon-wrap,
  .mobile-link.active .nav-icon-wrap {
    background: var(--c2);
    color: #fff;
    transform: scale(1.05);
  }

  .link-text {
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .mobile-link .nav-img-ic {
    font-size: 1.1rem;
    width: 25px;
    text-align: center;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.3s ease;
  }

  .mobile-link.active .nav-img-ic,
  .mobile-link:hover .nav-img-ic {
    opacity: 1;
    transform: scale(1.1);
    filter: none;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @keyframes slideIn {
    0% {
      transform: translateY(0);
      opacity: 0;
    }

    100% {
      transform: translateY(-8%);
      opacity: 1;
    }
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
    filter: brightness(0) invert(1);
  }

  .offcanvas-header {
    background-color: var(--bg);
    border-bottom: 1px solid rgba(197, 160, 89, 0.1);
    padding: 25px 20px !important;
  }

  .color-c2 {
    color: var(--c2) !important;
  }

  .social-icon-luxury {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 50%;
    color: var(--w) !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  }

  .social-icon-luxury:hover {
    background: var(--c2);
    color: #fff !important;
    transform: translateY(-3px);
    border-color: var(--c2);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.25);
  }

  .btn-close {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;

  }

  .nav-item {
    border-bottom: 1px solid #5555;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover {
    color: var(--c1);
  }

  /* hero section */
  .hero {
    min-height: 60vh;
  }


  .ban-main, .carousel-item {
    background-color: #000 !important;
  }

  .ban-con {
    position: absolute;
    top: 58% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: unset !important;
    width: 95% !important;
    padding: 0 15px;
  }

  .ban-con h1, .ban-con h2 {
    font-size: 1.5rem !important;
    line-height: 1.25;
    margin-bottom: 12px;
    letter-spacing: 1px;
    color: #ffffff !important;
  }

  .ban-con p {
    font-size: 0.9rem !important;
    padding: 0 10px;
    margin-top: 10px;
    color: #ffffff !important;
    opacity: 0.9;
    font-weight: 300;
  }

  .fill {
    width: 100%;
    height: 85vh !important;
    object-fit: cover;
    object-position: center;
    opacity: 0.6 !important;
    filter: brightness(0.5) !important;
  }
}

@media screen and (max-width:720px) {

  .icon-div-nv {
    z-index: 1050 !important;
    background-color: var(--bg);
    border-top: 2px solid rgba(0, 135, 68, 0.2);
    /* position: sticky; */
    bottom: 0;
    margin-top: auto;
    padding: 25px 20px !important;
    /* box-shadow: 0 -10px 30px rgba(0,0,0,0.5); */
  }


  .bg-nav-1 {
    position: absolute;
    width: 100%;
    height: 100%;
  }


  .offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative;
  }

  .curv-img {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -2%;
    left: 0;
    z-index: 1;

  }
}



@media screen and (max-width:660px) {

  .menu {
    width: 40px;
  }

  .logo {
    /* width: 180px; */
    height: 48px;
  }

  .why-us {
    position: relative;
    height: 340px;
  }

  .bg-top {
    position: absolute;
    top: -2%;
    width: 100%;
  }

  .bg-bot {
    position: absolute;
    bottom: -2%;
    width: 100%;
  }

}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:365px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}

/* --- Modern Why Choose Us Styles --- */
.choose-card {
  background: #081d11;
  border-radius: 0px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.choose-card:hover {
  transform: scale(1.03);
  border-color: var(--c2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--c2);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.choose-card:hover::before {
    transform: scaleX(1);
}

.choose-icon-wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  overflow: hidden;
  border: 2px solid transparent;
}

.choose-card:hover .choose-icon-wrap {
  background: transparent;
  border-color: var(--c2);
}

.choose-card:hover .choose-icon-wrap img {
  filter: none;
  transform: scale(1.1);
}

.choose-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.choose-h5 {
  font-family: 'Cinzel', serif !important;
  font-size: 1.6rem !important;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff !important;
}

.choose-p {
  color: #a0aab2 !important;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.abstract-shape-1 {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0, 135, 68, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

/* Drip Effect Animation */
.drip-effect {
  position: relative;
  display: inline-block;
}

.drip-effect::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--c1);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.drip-effect:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Catering Section Styles */
.catering-img-wrap {
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.catering-main-img {
  transition: transform 0.5s ease;
}

.catering-img-wrap:hover .catering-main-img {
  transform: scale(1.05);
}

.catering-badge {
  position: absolute;
  bottom: -30px;
  right: 20px;
  background-color: var(--c1);
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 135, 68, 0.3);
  z-index: 2;
  text-align: center;
}

.cat-icon-bx {
  width: 50px;
  height: 50px;
  background-color: #354e331a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.cat-icon-bx:hover {
  background-color: var(--c1);
}

.cat-icon-bx:hover i {
  color: #fff !important;
}

@media (max-width: 991px) {
  .catering-badge {
    position: relative;
    margin-top: -40px;
    margin-right: 20px;
    width: fit-content;
    margin-left: auto;
    bottom: auto;
    right: auto;
  }
}

/* Modern Breadcrumb & Improved Page Header */
.page-header {
  padding: 160px 0 100px;
  /* Increased top padding for breathing room */
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(197, 160, 89, 0.1);
}

.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
}

.page-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.breadcrumb-wrap a {
  color: var(--w);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.breadcrumb-wrap a:hover {
  color: var(--c2);
  opacity: 1;
}

.breadcrumb-wrap .sep {
  color: var(--c2);
  font-size: 0.6rem;
}

.breadcrumb-wrap .current {
  color: var(--c2);
  font-weight: 800;
}

/* Premium Catering Header Styles */
.catering-header-badge {
  color: var(--c1);
  background: #354e331a;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  border: 1px dashed var(--c1);
  margin-bottom: 15px;
}

.catering-title-wrap {
  position: relative;
  padding-bottom: 15px;
}

.catering-title-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--c1);
  border-radius: 2px;
}

.catering-watermark {
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(0, 135, 68, 0.03);
  z-index: -1;
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

/* Menu Tabs Redesign based on image */
.menu-tabs-container {
  background: var(--c4);
  padding: 8px;
  border-radius: 100px;
  box-shadow: var(--shadow-p);
  display: inline-flex;
  margin: 0 auto 50px auto !important;
  border: 1px solid rgba(140, 198, 63, 0.1);
  width: max-content !important;
  max-width: 100%;
}

.menu-tabs-container .nav-pills {
  border: none;
  gap: 5px;
}

.menu-tabs-container .nav-pills .nav-item .nav-link {
  background: transparent;
  border-radius: 100px;
  padding: 12px 30px !important;
  color: var(--c3) !important;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  position: relative;
  overflow: visible;
}

.menu-tabs-container .nav-pills .nav-item .nav-link.active {
  background-color: var(--c1) !important;
  color: #ffffff !important;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 135, 68, 0.2);
}

/* Animation for tab content fade */
.tab-pane.fade {
  transition: opacity 0.3s linear;
}

.menu-tabs-container .nav-pills .nav-item .nav-link:hover:not(.active) {
  color: var(--c1);
  background: rgba(0, 135, 68, 0.05);
}

/* Menu Item Styles */
.menu-item {
  background: var(--c4);
  padding: 20px;
  border-radius: 0px;
  box-shadow: var(--shadow-p);
  transition: all 0.3s ease;
  border: 1px solid rgba(140, 198, 63, 0.1) !important;
}

.menu-item:hover {
  background: var(--cg) !important;
  transform: translateY(-8px);
  border-color: var(--c2) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.menu-item:hover .menu-item-title,
.menu-item:hover .menu-item-price,
.menu-item:hover .menu-item-desc {
  color: var(--w) !important;
}

.menu-item:hover .menu-item-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.menu-item:hover .menu-label {
  opacity: 1;
  filter: brightness(1.2);
}

.menu-item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 15px;
  background: var(--c4);
}

.menu-item-header {
  margin-bottom: 8px;
}

.menu-item-title {
  font-size: 1.05rem !important;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--c1);
  font-family: 'Outfit', sans-serif !important;
  letter-spacing: 0.5px;
  display: inline-block;
}

.menu-item-divider {
  flex-grow: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 15px;
  align-self: center;
  opacity: 0.5;
}

.menu-item-price {
  font-weight: 800;
  color: var(--c2) !important;
  font-size: 1rem !important;
  margin-bottom: 0;
  font-family: 'Outfit', sans-serif !important;
  flex-shrink: 0;
}

.menu-item-desc {
  font-size: 0.8rem;
  line-height: 1.5;
  font-family: 'Outfit', sans-serif !important;
}

.menu-label {
  font-size: 0.65rem;
  padding: 2px 10px;
  border-radius: 50px;
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.label-hot {
  background: #ff4747 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.label-new {
  background: var(--c2) !important;
  color: var(--cg) !important;
  opacity: 1 !important;
}

/* Mobile layout improvements */
@media (max-width: 768px) {
  .menu-tabs-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 15px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    background: var(--c4) !important;
    border-radius: 50px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .menu-tabs-container::-webkit-scrollbar {
    display: none;
  }

  .menu-tabs-container .nav-pills {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 15px;
    border: none;
  }

  .menu-tabs-container .nav-pills .nav-item {
    padding: 0;
  }

  .menu-tabs-container .nav-pills .nav-item .nav-link {
    padding: 10px 22px !important;
    font-size: 0.9rem;
    border-radius: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Aggressive mobile font scaling */
  /* Fixed mobile font scaling to prevent "collapsed" look */
  h1, .display-1 {
    font-size: 2.2rem !important;
  }

  h2, .display-2 {
    font-size: 2rem !important;
  }

  h3, .display-3 {
    font-size: 1.8rem !important;
  }

  h4, .display-4 {
    font-size: 1.6rem !important;
  }

  h5, .display-5 {
    font-size: 1.5rem !important;
  }

  p, .sm-js {
    font-size: 1rem !important;
    line-height: 1.6;
  }

  .text-muted, .small {
    color: #b0b0bb !important;
    font-size: 0.9rem !important;
  }

  .ban-con {
    min-width: 100% !important;
    padding: 0 15px !important;
    text-align: center;
  }

  .menu-title {
    font-size: 1.8rem !important;
    line-height: 1.3;
    max-width: 100%;
    margin: 0 auto 30px !important;
  }

  .chef-img-wrapper {
    height: 320px !important;
  }

  .fill {
    height: 75vh !important;
  }

  .menu {
    overflow-x: hidden;
  }

  /* Extra padding for readability */
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Remove distracting borders and lines */
  .section-divider-top, .section-divider-bottom, .floating-decor {
    display: none !important;
  }

  .menu-item {
    padding: 18px !important;
    border-radius: 12px !important;
    background: #fff !important;
    margin-bottom: 20px;
    border: 1px solid rgba(78, 52, 46, 0.08) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    text-align: left !important;
    transform: none !important;
  }

  .menu-item:hover {
    background: #fff !important;
    transform: none !important;
    border-color: rgba(78, 52, 46, 0.1) !important;
  }

  .menu-item-img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 12px !important;
    margin-right: 18px !important;
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }

  .menu-item-content {
    padding-left: 0 !important;
    flex: 1;
  }

  .menu-item-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 5px;
  }

  .menu-item-title {
    font-size: 1.1rem !important;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 !important;
  }

  .menu-item-price {
    font-size: 1.05rem !important;
    color: var(--c2) !important;
    font-weight: 800;
    margin: 0 !important;
  }

  .menu-item-desc {
    font-size: 0.82rem !important;
    line-height: 1.4;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .menu-label {
    font-size: 0.6rem !important;
    margin-left: 0 !important;
    margin-bottom: 2px;
    padding: 2px 8px !important;
    display: inline-block;
  }
}

/* Luxury Chef Signature Highlights */
.signature-highlights {
  padding: 20px 0;
}

.chef-card-luxury {
  background: var(--c4);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(197, 160, 89, 0.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  height: 100%;
}

.chef-card-luxury:hover {
  transform: translateY(-10px);
  border-color: var(--c2);
  box-shadow: 0 25px 60px rgba(78, 52, 46, 0.15);
}

.chef-card-luxury .chef-img-wrapper {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.chef-card-luxury .chef-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.chef-card-luxury:hover .chef-img-wrapper img {
  transform: scale(1.1);
}

.chef-badge-premium {
  position: absolute;
  top: 25px;
  left: 25px;
  background: rgba(197, 160, 89, 0.95);
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 5;
  backdrop-filter: blur(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.chef-overlay-luxury {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.2) 70%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  color: #fff;
  transition: var(--transition);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.premium-tag-small {
  color: #d7d7d7;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
  display: block;
}

.chef-overlay-luxury h4 {
  font-family: 'Cinzel', serif !important;
  font-size: 1.6rem;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.chef-divider-gold {
  width: 50px;
  height: 2px;
  background: var(--c2);
  margin-bottom: 15px;
  transition: width 0.6s ease;
}

.chef-card-luxury:hover .chef-divider-gold {
  width: 100px;
}

.chef-overlay-luxury p {
  font-family: 'Outfit', sans-serif !important;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
}

/* Location & Hours Section */
.location-section {
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.map-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  height: 400px;
  margin-bottom: 20px;
  border: 4px solid #ffffff;
  transition: var(--transition);
}

.map-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--c2);
}

.map-card iframe {
  width: 100%;
  height: 100%;
}

.hours-card {
  background: var(--w);
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(197, 160, 89, 0.2);
}

.hour-row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--c1);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.hour-row span:last-child {
  color: var(--c2);
  font-weight: 700;
}

.hour-row:last-child {
  border-bottom: none;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.status-open {
  background: rgba(0, 135, 68, 0.1);
  color: #008744 !important;
  border: 1px solid rgba(0, 135, 68, 0.2);
}

/* Section Dividers */
.section-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.section-divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

/* Visual Polish */
/* .premium-tag removed as it is styled at the top */

/* Scroll Down Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
  text-align: center;
  animation: bounceSlow 2s infinite;
}

.scroll-indicator i {
  font-size: 1.5rem;
  display: block;
}

@keyframes bounceSlow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }

  40% {
    transform: translateY(-10px) translateX(-50%);
  }

  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .chef-img-wrapper {
    height: 400px;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #FFF;
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Premium Booking Section Styles */
.bg-choose1 {
  background-color: var(--bg) !important;
  /* Back to light/cream but clean */
  position: relative;
  color: var(--c1);
  z-index: 1;
  padding: 80px 0;
}

.bg-choose1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.transparenttextures.com/patterns/leaves.png');
  opacity: 0.03;
  z-index: -1;
  pointer-events: none;
}

.booking-info-sidebar {
  padding-right: 30px;
  color: var(--c1);
}

.booking-info-sidebar h4 {
  color: var(--w) !important;
  font-family: 'Bodoni Moda', serif !important;
  font-weight: 700;
}

.booking-info-card {
  display: flex;
  background: var(--w);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--c3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.booking-info-card:hover {
  transform: translateX(10px);
  border-color: var(--c2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.highlighted-card {
  background: rgba(197, 160, 89, 0.05) !important;
  border-left: 4px solid var(--c2) !important;
}

.booking-icon {
  width: 55px;
  height: 55px;
  background-color: var(--c2);
  color: var(--cg) !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-right: 20px;
  box-shadow: 0 10px 20px rgba(197, 160, 89, 0.2);
}

.booking-icon i {
  color: var(--w) !important;
}

.booking-info-content h5 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: #000 !important;
}

.booking-info-content h5.booking-heading {
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: var(--w) !important;
}

.booking-form-card {
  background: var(--w);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-control-premium,
.form-select-premium {
  width: 100%;
  padding: 14px 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  color: #333;
}

.form-control-premium:focus,
.form-select-premium:focus {
  outline: none;
  background-color: var(--w);
  border-color: var(--c1);
  box-shadow: 0 10px 20px rgba(78, 52, 46, 0.08);
}

.form-header-premium h3 {
  color: var(--c1) !important;
  font-weight: 800;
  font-family: 'Bodoni Moda', serif !important;
}

.form-label-premium {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  color: #000 !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.6;
}

.tiny {
  font-size: 0.75rem;
}

@media (max-width: 991px) {
  .booking-info-sidebar {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .booking-form-card {
    padding: 25px;
  }
}

/* About */
.purpose-title {
    color: var(--black) !important;
}