@font-face {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/HelveticaNeueThin.otf");
}
@font-face {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/HelveticaNeueThinItalic.otf");
}
@font-face {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/HelveticaNeueUltraLight.otf");
}
@font-face {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/HelveticaNeueUltraLightItalic.otf");
}

@font-face {
  font-family: "Helvetica Neue", sans-serif;

  font-weight: 300;
  src: url("../fonts/HelveticaNeueLight.otf");
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue", sans-serif;

  font-weight: 400;
  font-style: normal;
  src: url("../fonts/HelveticaNeue.ttc");
}
@font-face {
  font-family: "Helvetica Neue", sans-serif;

  font-weight: 400;
  font-style: italic;
  src: url("../fonts/HelveticaNeueItalic.ttf");
}

@font-face {
  font-family: "Helvetica Neue", sans-serif;

  font-weight: 500;
  src: url("../fonts/HelveticaNeue-Medium.otf");
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue", sans-serif;

  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HelveticaNeueBold.otf");
}

@font-face {
  font-family: "Helvetica Neue", sans-serif;

  font-style: normal;
  font-weight: 800;
  src: url("../fonts/HelveticaNeue-ExtraBold.ttf");
}
@font-face {
  font-family: "Helvetica Neue", sans-serif;

  font-style: normal;
  font-weight: 900;
  src: url("../fonts/HelveticaNeueBlack.otf");
}

:root {
  --Light-White: #f5f0e8;
  --Indigo-Night: #272839;
  --Beige: #e9cca9;
  --Saffron-Gold: #d7a048;
  --Vector-Black: #231310;
  --Red: #b23a25;
  --Grey: #8d8d8d;
  --Salt-White: #e5ceae;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}
header {
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: 5;
  max-height: 161px;
}
.whiteHeader {
  /* background-color: var(--Light-White); */
  background-color: #fff;
}

.topHeader {
  background: var(--Vector-Black);
  padding: 12px 0;
}

.topHeaderContent *,
.timeBox h6,
.contactForm label {
  color: var(--Light-White);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  letter-spacing: 1.4px;
}
.contactForm label {
  letter-spacing: 2px;
  color: var(--Grey);
}
.contactForm label span {
  color: var(--Red);
}
.topHeaderContent a.active {
  text-decoration: underline;
}

.dot {
  background-color: var(--Light-White);
  width: 1px;
  border-radius: 50%;
  height: 2px;
}
.bottomHeader {
  border-bottom: 1px solid rgba(245, 240, 232, 0.3);
  padding-bottom: 10px;
}
.topHeaderContent a:hover,
.bottomHeader a:hover,
.bottomHeader a.active,
.footerTop a:hover,
.footerBottom a:hover,
.goldCall span,
.goldCall a {
  color: var(--Saffron-Gold) !important;
}
.goldCall a,
.serachBox a {
  text-decoration: none;
}
.noteRsvp h6 {
  color: var(--Grey);
  text-align: center;
}
.bannerPages {
  padding: 120px 24px 0 24px;
}
.bottomHeader a,
.bannerSmallText span,
.redBtn,
.allBtn {
  color: var(--Light-White);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 116.667%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.redBtn,
.allBtn {
  font-weight: 500;
}
.blackBtn {
  background-color: var(--Vector-Black);
  border: 1px solid var(--Vector-Black);
}

.allBtn:hover,
.redBtn:hover {
  color: var(--Saffron-Gold);
  opacity: 0.6;
  border-color: var(--Saffron-Gold);
  background-color: unset;
}
.goldBtn {
  color: var(--Saffron-Gold);
  border: 1px solid var(--Saffron-Gold);
}
.gap-32 {
  gap: 32px;
}
.bottomHeader a {
  white-space: nowrap;
}
.whiteHeader a {
  color: var(--Indigo-Night);
}
.bottomHeader img.active,
.bottomHeader.whiteHeader img.default {
  display: none;
}
.bottomHeader img.default,
.bottomHeader.whiteHeader img.active {
  display: block;
}
.banner {
  /* height: 1167px; */
  padding: 200px 0;
  position: relative;
}
.homeBanner::before {
  /* background: rgba(26, 20, 16, 0.2); */
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.homeBanner video {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--Saffron-Gold);
}
.bannerData {
  max-width: 900px;
}
.scrollDown {
  padding-top: 70px;
}
.textIndex {
  position: relative;
  z-index: 4;
}
.bannerDetails {
  padding-top: 48px;
}
.homeBanner::after {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 2;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bannerData h1,
.bannerData h1 span,
.lazySection h2 {
  color: var(--Light-White);
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
.bannerData h1 span {
  font-style: italic;
  font-weight: 400;
}
.bannerData h4,
.bannerData p,
.bannerData h1 span,
.bannerBox h6 {
  color: var(--Beige);
}
.bannerBox h6 {
  max-width: 252px;
  font-size: 13px;
}
.bannerData P {
  text-align: center;
}
.bannerImgBox {
  margin-bottom: 8px;
}
.lineDiv {
  display: flex;
  width: 1px;
  height: 40px;
  justify-content: center;
  align-items: flex-start;
  background: rgba(245, 240, 232, 0.3);
}
.btnWhite {
  background: var(--Light-White);
  color: var(--Indigo-Night);
  border: 1px solid var(--Light-White);
}
.btnBlur {
  border: 1px solid var(--Light-White);
}
.sectionPadding {
  padding: 80px 0;
}
.redBtn {
  padding: 12px 24px;
  text-decoration: none;
  background: var(--Red);
  border: 1px solid var(--Red);
}
.allBtn {
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
  text-transform: uppercase;
  align-items: center;
}
.rowGap {
  row-gap: 30px;
}
.fixedTitle h2 {
  color: var(--Indigo-Night);
  margin: 0;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 112.5%;

  letter-spacing: 1.4px;
}
.aboutSection {
  height: 457px;
  border-bottom: 1px solid var(--Vector-Salt-White, #e5ceae);
}
.aboutSection h2 {
  font-size: 36px;
}

.backImages,
footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

h2,
h2 span {
  margin: 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 129.167%;
}

h2 span {
  color: var(--Saffron-Gold);
  font-style: italic;
  line-height: 125%;
}
.beigeSection h2 {
  color: var(--Indigo-Night);
}

h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  line-height: 138.462%;
}
h4 {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 155.556%;
}
h6 {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.bannerBox span,
.bannerBottom span {
  letter-spacing: 0.84px;
  color: var(--Light-White);
}

.bannerBox:not(:nth-child(4n)) {
  border-inline-end: 1px solid rgba(245, 240, 232, 0.3);
}
.bannerBox:last-child {
  border: none;
}
.lazyTitle {
  max-width: 800px;
}
.bannerBottom {
  border-top: 1px solid rgba(245, 240, 232, 0.3);
  background: var(--Vector-Black, #231310);
  backdrop-filter: blur(2px);
  position: absolute;
  bottom: 0;
  z-index: 3;
  padding: 10px 0;

  width: 100%;
}

span,
.accordion-button,
.contactForm ::placeholder,
.contactForm option {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}
.contactForm ::placeholder {
  color: var(--Beige);
  line-height: 171.429%;
}
.contactForm option {
  color: var(--Indigo-Night);
}
p {
  margin: 0;
  color: var(--Vector-Black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
}

.beigeLine {
  background: var(--Saffron-Gold);
  display: flex;
  width: 48px;
  height: 1px;
  justify-content: center;
  align-items: flex-start;
}

.btnBlurBlue {
  border: 1px solid var(--Indigo-Night);
  color: var(--Indigo-Night);
  /* font-weight: 400; */
}
.title span {
  font-size: 68px;
  font-style: normal;
  font-weight: 500;
  line-height: 105.882%;
  letter-spacing: normal;
}
.smallLine {
  display: flex;
  width: 40px;
  height: 1px;
  align-items: flex-start;
  background-color: var(--Saffron-Gold);
}

.title h2 span {
  font-style: italic;
  color: var(--Indigo-Night);
}

.smallTitle h6 {
  letter-spacing: 4px;
  color: var(--Saffron-Gold);
}
.menuText {
  max-width: 437px;
}
.menuText p {
  text-align: center;
}
.menuList {
  position: relative;
}
.textImage {
  height: 500px;
  border-radius: 50%;
  width: 500px;
  position: absolute;
  z-index: 3;
}
.mt-64 {
  margin-top: 64px;
}
.textImage h2 {
  color: var(--Light-White);
}
.textMenuImage {
  max-width: 300px;
  text-align: center;
}
.text {
  width: 560px;
  height: 560px;
  border-radius: 50%;
  padding: 30px;
  position: relative;
  /* border: 1.126px solid #f5f0e8; */
}

.textMsg {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* .text {
  border-radius: 112579.516px;
  padding: 30px;
  position: relative;
  border: 1.126px solid var(--Vector-Light-White, #f5f0e8);
} */

.wordChar {
  position: absolute;
  left: 50%;
  top: 50%;
  animation: orbit 10s linear infinite;
  width: 14px;
  /* margin-left: -7px; */
}

.navbar-toggler:focus {
  box-shadow: unset;
}
.wordChar span {
  display: block;
  position: relative;
  text-align: center;
  color: var(--Vector-Saffron-Gold, #d7a048);
  font-family: "Helvetica Neue";
  font-size: 27.019px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.51px; /* 50% */
  letter-spacing: 0.732px;
  transform: translateX(-50%) translateY(-274px);
}

.text {
  position: relative;
  border-radius: 112579.516px;
  /* border: 1.126px solid var(--Vector-Light-White, #f5f0e8); */
  width: 560px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
/* 
.noDataImage {
  border-radius: 9999px;
  background: rgba(229, 206, 174, 0.3);
  padding: 14px;
} */

.wordImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
  animation: orbit 22s linear infinite;
  width: 24px;
  margin-left: -12px;
}
@keyframes orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.aboutImg {
  height: 655px;
}
.aboutBox {
  border-top: 1px solid var(--Vector-Salt-White, #e5ceae);
}

.aboutBox:nth-child(even) {
  flex-direction: row-reverse;
}

.aboutBoxData {
  max-width: 780px;
}
.aboutBox:nth-child(even) .aboutBoxText {
  transform: translateX(-72px);
  animation: slideFromLeft 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.aboutBoxText {
  max-width: 79%;
  margin: 0 auto;
  opacity: 0;
  transform: translateX(72px);

  animation: slideFromRight 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.lazySection {
  height: 696px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lazySection .smallTitle h6 {
  color: var(--Vector-Light-White, #f5f0e8);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  line-height: 13.5px;
  letter-spacing: 3.6px;
}
.lazySection h6,
.lazySection h2,
.lazyText p {
  color: var(--Light-White);
}
.lazyText {
  max-width: 376px;
}
.lazySection h2 {
  color: var(--Beige);
  font-style: italic;
}

footer {
  background-image: url(../FOOTER-608.jpg);
}

.footerTop {
  padding: 80px 0;
}
.bs-12 {
  --bs-gutter-x: 12px;
}
.bs-gutter-x-56 {
  --bs-gutter-x: 56px;
}
.bs-gutter-x-32 {
  --bs-gutter-x: 32px;
}
.bs-gutter-x-40 {
  --bs-gutter-x: 40px;
}
.bs-gutter-x-48 {
  --bs-gutter-x: 48px;
}
.bs-gutter-x-64 {
  --bs-gutter-x: 64px;
}
.gap-40 {
  row-gap: 40px;
}
.footerTop a {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.footerTop a,
.footerTop span,
.footerBottom a,
.footerBottom h6,
.timeDuration h6,
.timeDuration span {
  color: var(--Beige);
  text-decoration: none;
}
.footerBtn a {
  color: var(--Light-White);
}
.footerBottom a {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
  letter-spacing: 0.96px;
}

.footerTop p {
  font-style: italic;
  color: var(--Light-White);
}

.gap-12 {
  gap: 12px;
}

.footerTitle span {
  color: var(--Light-White);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
}
.gap-20 {
  gap: 20px;
}
.footerList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerBottom {
  border-top: 1px solid rgba(229, 206, 174, 0.3);
  padding: 20px 0;
}
.bigImage {
  height: 640px;
  width: 100%;
  position: relative;
}

.gallaryText {
  padding: 28px 32px;
}
.mt-40 {
  margin-top: 40px;
}
.gallaryText h6 {
  color: var(--Saffron-Gold);
  letter-spacing: 3px;
}

.gallaryText h3 {
  color: var(--Light-White);
}
/* .cookieBar {
  display: none;
} */

.bigImage::after {
  background: linear-gradient(
    0deg,
    rgba(26, 27, 38, 0.7) 0%,
    rgba(26, 27, 38, 0.1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 3;
}

.gallary1 {
  height: 130px;
  opacity: 0.5;
  cursor: pointer;
}

.gallary1.active {
  opacity: 1;
}
.gallarySwiper {
  margin-top: 16px;
}

.swiperBtn svg {
  display: none;
}

.swiperBtn {
  background-color: var(--Light-White);
  border-radius: 50%;
  color: var(--Vector-Black);
}
.swiperBtn.swiper-button-next {
  right: -20px;
}

.swiperBtn.swiper-button-prev {
  left: -20px;
  transform: rotate(180deg);
}

.cultureSection,
.googleNoteSection,
.legacySection {
  background-color: var(--Indigo-Night);
}

.artText {
  max-width: 550px;
  text-align: center;
}
.artText p,
.eventTitle h3 {
  color: var(--Beige);
}

.artImg {
  position: relative;
  height: 440px;
}

.timeBox {
  padding: 6px 12px;
  border: 1px solid rgba(245, 240, 232, 0.3);
  background: rgba(245, 240, 232, 0.15);
  backdrop-filter: blur(2px);
  position: absolute;
  left: 16px;
  top: 15.609px;
}

.EventText {
  padding-top: 24px;
}

.eventSmallText {
  height: 16px;
}

.eventSmallText h6 {
  color: var(--Saffron-Gold);
  letter-spacing: 6px;
}

.eventTitle {
  margin-top: 8px;
  height: 70px;
}

.eventDesc span,
.artTitle h2 {
  color: var(--Light-White);
}
.redTitle h6,
.redTitle p {
  color: var(--Red);
  letter-spacing: 3px;
}

.eventDesc {
  height: 71px;
  margin: 12px 0 16px;
}
.eventDesc span,
.eventTitle h3,
.eventSmallText h6,
.menuCarText p,
.menuCardName h2,
.productName h4,
.productDesc h6,
.noProductTitle h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.eventSmallText h6,
.productName h4 {
  -webkit-line-clamp: 1;
}
.eventTitle h3,
.menuCardName h2,
.productDesc h6,
.noProductTitle h4 {
  -webkit-line-clamp: 2;
}
.eventDesc span,
.menuCarText p {
  -webkit-line-clamp: 3;
}
.menuCarText span {
  color: #7a7570;
  font-weight: 300;
}
.experinceImg {
  height: 744px;
}

.goldTitle h6 {
  color: var(--Saffron-Gold);
  letter-spacing: 3px;
}

.googleTitle h2,
.noteText h3,
.autorData h4 {
  color: var(--Light-White);
}
.autorData h4 {
  font-style: italic;
  font-weight: 400;
}
.noteText {
  background-image: url(../qutation.png);
  background-size: unset;
  padding-bottom: 48px;
  background-position: top;
}
.noteText h3 {
  text-align: center;
  font-weight: 400;
  font-style: italic;
}

.google-pagination {
  position: unset;
  padding-top: 32px;
}
.google-pagination .swiper-pagination-bullet {
  border-radius: 9999px;
  background: var(--Beige);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.google-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: var(--Saffron-Gold);
}

.starRating i,
.autorData h6 {
  color: var(--Saffron-Gold);
}

.autorData span {
  color: var(--Grey);

  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2.7px;
}

.autorData h6 {
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
}

.smallLineRed {
  margin: 32px 0;
  display: flex;
  width: 1px;
  height: 48px;
  justify-content: center;
  align-items: flex-start;
  background: var(--Salt-White);
}

.contactForm input:not(.redBtn),
.timeDropdownBtn,
.contactForm select,
.contactForm textarea {
  border: unset;
  border-bottom: 1px solid var(--Saffron-Gold);
  padding: 4px 0 12px;
  border-radius: 0;
}

.timeDropdownBtn::after {
  content: unset;
}
.timeDropdownMenu {
  padding: 17px;

  background: linear-gradient(
      0deg,
      rgba(245, 240, 232, 0.3) 0%,
      rgba(245, 240, 232, 0.3) 100%
    ),
    #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.rowGap-12 {
  row-gap: 12px;
}
.timeItem {
  border-radius: 6px;
  padding: 10px;
  border: 1px solid var(--Salt-White);
  text-align: center;
  cursor: pointer;
}
.timeItem h6 {
  color: var(--Vector-Black);
  font-weight: 500;
}
.timeItem.active,
.timeItem:hover {
  background-color: var(--Saffron-Gold);
}
.timeItem.active h6,
.timeItem:hover h6 {
  color: #fff;
}
.timeDropdownBtn {
  background-color: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactForm input:focus,
.contactForm select:focus,
.contactForm textarea:focus,
.searchForm input[type="search"] {
  box-shadow: unset;
  border-bottom: 1px solid var(--Saffron-Gold);
}
.contactForm textarea {
  min-height: 89px;
}

.yellowBack {
  padding: 0 48px;
  background-color: var(--Saffron-Gold);
  height: 100%;
}

.yellowBack h2 {
  color: var(--Light-White);
  font-size: 54px;
  line-height: 114.815%;
}

.instLink {
  height: 340px;
  position: relative;
}
.instLink::after {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.logoInsta {
  position: absolute;
  right: 22px;
  top: 16px;
  z-index: 3;
  color: var(--Light-White);
}

.playVedio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background-color: #fff;
  border-radius: 9999px;
  background: var(--Vector-White, #fff);
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #231310;
}
.contactForm select {
  background-image: url(../selectArrow.svg);
}
.bannerSmallText,
.badgeitems,
.lazySection .smallTitle {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.6s ease forwards 0.5s;
}

.bannerData h1,
.lazySection h2,
.lineDiv {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.9s ease forwards 0.9s;
}
.bannerData h2 {
  color: var(--Vector-Light-White, #f5f0e8);
}
.bannerData h4,
.bannerData p {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.9s ease forwards 0.9s;
}
.bannerBtn,
.lazyText,
.bannerPages .beigeLine,
.bannerData a {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.5s ease forwards 1.5s;
}
.bannerPages .beigeLine {
  margin: 20px 0;
}
.bannerBottom,
.lazySection .allBtn {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 3s ease forwards 3s;
}
.entermentList {
  padding-bottom: 16px;
}
table.dataTable tr td,
table.dataTable tr th,
.dtr-control {
  border-inline: unset;
  border-top: unset;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before {
  content: "+";
  background: var(--Saffron-Gold);
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  box-shadow: none;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before {
  content: "−";
  background: var(--Red);
}
.aboutBoxEnterment p {
  margin: 4px 0 15px;
}
.bannerBox {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 2s ease forwards 2s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error {
  color: var(--Red);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
}
footer .error {
  font-size: 12px;
}
.bannerPages {
  /* height: 580px; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: unset; */
}

.aboutText {
  max-width: 520px;
}
.sectionCutter {
  background-image: url(../__before-49.png);
}

.artImage {
  height: 800px;
}
.aboutBoxText h6 {
  letter-spacing: 3px;
  color: #e19d30;
}
.artAdditionalData h6 {
  color: var(--Red);
}
.artList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.artList li {
  padding-inline-start: 20px;
  position: relative;
  text-align: start;
}
.artAdditionalData span,
.artList li,
.helpBox {
  color: var(--Vector-Black);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 171.429%;
}
.helpBox a {
  color: var(--Red);
  letter-spacing: 0.84px;
  line-height: 137.5%;
  text-decoration: none;
  font-weight: 400;
}

.artList li::before {
  top: 50%;
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-image: url(../true.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: var(--Red); */
  display: flex;
  width: 14.594px;
  height: 20px;
  align-items: center;
  flex-shrink: 0;
}
.vipList li::before {
  background: var(--Red);
  background-image: unset;
  display: flex;
  width: 6px;
  height: 6px;
  align-items: flex-start;
  flex-shrink: 0;
}
.artAdditionalData {
  padding-top: 25px;
  width: 100%;
  border-top: 1px solid var(--Salt-White);
}

.beigeSection {
  border-top: 1px solid var(--Salt-White);
  background: rgba(245, 240, 232, 0.3);
}
.beigeText {
  max-width: 512px;
  text-align: center;
}
.submitForm input {
  padding: 13px 25px;
}
.stayInLoop {
  padding-block: 56px 41px;
  border-bottom: 0.5px solid rgba(229, 206, 174, 0.3);
}
.galleryItemInner {
  position: relative;
  border: 1px solid #fff;
}
.galleryItemInner:hover::after {
  content: "";
  background-color: rgba(26, 27, 38, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.submitForm input[type="email"] {
  border: 1px solid var(--Light-White) !important;
  border-inline-end: unset !important;
  background-color: unset !important;
  color: var(--Light-White);
  box-shadow: unset;
}
.submitForm input[type="email"].error-border {
  border: 1px solid var(--Red) !important;
}
.submitBtn {
  border: 1px solid rgba(250, 246, 239, 0.2);
  background: var(--Light-White);
  position: absolute;
  right: 0;
  color: var(--Indigo-Night);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 17px;
  /* height: 100%; */

  top: 0;
  min-width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialLinks a {
  border-radius: 999px;
  background: rgba(245, 240, 232, 0.1);
  padding: 10px;
  height: 34px;
  display: flex;
}
.stayInLoop h3,
.visitBoutique h2,
.termsPrivacyData h3,
.menuCardName h2,
.menuCardPrice h2 {
  color: #faf6ef;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 127.273%;
}
.visitBoutique h2,
.menuCardName h2,
.menuCardPrice h2 {
  color: var(--Indigo-Night);
}
.stayInLoop span {
  color: #7a7570;
}

.boutiqueMenu {
  padding: 24px 12px 12px 12px;
  border-radius: 0 12px 12px 12px;
  background: var(--Vector-Black, #231310);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 427px;
}
.boutiqueMenuImgOverlay .allBtn {
  padding: 10px 24px;
  font-size: 10px;
}
.boutiqueMenu * {
  text-decoration: none;
}
.boutiqueMenu span {
  white-space: normal;
  color: #8d8d8d;
  font-size: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.allCollection {
  padding-top: 13px;
  border-top: 1px solid rgba(229, 206, 174, 0.1);
}
.allCollection a {
  color: var(--Saffron-Gold);
}
.allCollection a:hover {
  opacity: 0.5;
}
.boutiqueMenu h6 {
  color: var(--Light-White);
  text-align: start;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.collectionCircle,
.condtionCircle {
  border-radius: 9999px;
  border: 1px solid rgba(229, 206, 174, 0.1);
  display: flex;
  width: 32px;
  height: 32px;
  padding: 1px;
  justify-content: center;
  align-items: center;
}
.condtionCircle i {
  color: var(--Red);
}
.collectionCircle img {
  max-height: 100%;
}

.mt-32 {
  margin-top: 32px;
}

.filterBar,
.menuListType {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* border-bottom: 1px solid rgba(231, 218, 200, 0.5); */
}
.filterBar {
  overflow-y: hidden;
}
.menuType {
  white-space: nowrap;
}
.menuBoutique {
  border-bottom: 1px solid rgba(231, 218, 200, 0.5);
}
.subMenu {
  border-color: rgba(178, 58, 37, 0.2);
}
.sectionPaddingFixed {
  padding: 200px 0 80px;
}
.filterItem.active:after {
  background-color: var(--Saffron-Gold);
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  z-index: 2;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}
.footerBottom h6 {
  text-align: center;
}
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.errorSection span {
  font-weight: 300;
  text-align: center;
}

input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}
.galleryLightboxLabel h6 {
  color: var(--Saffron-Gold);
  padding-inline-end: 12px;
  border-inline-end: 2px solid rgba(245, 240, 232, 0.3);
}
.filterItem.active {
  border-bottom: 2px solid var(--Saffron-Gold);
}
.filterBarSub .filterItem.active {
  border-bottom: 2px solid var(--Red);
}
.filterBarSub .filterItem.active:after {
  background-color: var(--Red);
}
.filterBarSub .filterItem.active h6 {
  color: var(--Red);
}
.shopImage {
  border-radius: 9999px;
  border: 1px solid var(--Light-White);
  background: rgba(245, 240, 232, 0.3);
  display: flex;
  height: 40px;
  width: 40px;
  padding: 1px;
  justify-content: center;
  align-items: center;
}
.shopImage img {
  max-height: 100%;
}

.filterItem {
  text-decoration: none;
  padding: 16px 32px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
.filterItem h6 {
  font-weight: 500;
  color: var(--Grey);
}

.filterItem.active h6 {
  color: var(--Vector-Black);
}
.catIcon {
  width: 28px;
  height: 28px;
  opacity: 0.55;
  object-fit: contain;
}
.catTitle h2 {
  font-size: 28px;
  font-weight: 300;
  color: var(--Indigo-Night);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 4px;
}
.catTitle span {
  font-size: 10px;
  color: var(--Grey);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.seeMore {
  color: var(--Indigo-Night);

  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.seeMore:hover {
  color: var(--Red);
  border-color: var(--Red);
}
.catDivider {
  border: none;
  border-top: 1px solid rgba(231, 218, 200, 0.6);
  margin: 56px 0 48px;
}

.productCard {
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s;
  border-radius: 0 0 5px 5px;
}
.productCard:hover {
  box-shadow: 0 8px 32px rgba(35, 19, 16, 0.1);
}
.productCard:hover .shopBtn {
  opacity: 1;
}
.shopBtn .redBtn:hover {
  background-color: red !important;
  border: 1px solid red !important;
  color: var(--Light-White) !important;
  opacity: 0.7;
}
.productImgWrap {
  position: relative;
}
.bannerSmallText h6 {
  color: var(--Saffron-Gold);
}
.productImg {
  /* border: 1px solid #f5f0e8; */
  height: 357.5px;
  width: 100%;
  border: 1px solid rgba(229, 206, 174, 0.4);
  background-color: #f5efe6;
  transition: transform 0.3s ease;
}

.productCard:hover .productImg {
  transform: scale(1.05);
}
.productCard a {
  text-decoration: none;
}
.productCard:hover .productInfo {
  padding: 16px 10px;
}
.productImg.backImages span {
  color: #b8a88a;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
}
.noDataImage1 {
  border-radius: 9999px;
  border: 1px solid var(--Vector-Light-White, #f5f0e8);
  background: rgba(245, 240, 232, 0.3);
}
.productImg.backImages p {
  color: #9a8b72;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.846%;
}
.productBadge {
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  background: var(--Red);
  border-radius: 2px;
  padding: 4px 10px;
  z-index: 2;
}
.productBadge span {
  color: var(--Light-White);
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
}
.shopBtn {
  padding: 16px;
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
  opacity: 0;
}
.productBadge.bestSeller {
  background: var(--Indigo-Night);
  left: 12px;
  right: unset;
}
.productInfo {
  padding: 16px 0;

  transition: padding 0.3s ease;
}
.catBlock:not(:first-child) {
  margin-top: 64px;
}
.productOrigin h6 {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--Red);
}
.productAvail {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: var(--Saffron-Gold);
}
.productName h4 {
  text-align: start;
  color: var(--Indigo-Night);
  line-height: 150%;
}
.productDesc h6 {
  color: var(--Grey);
}
.productPrice p {
  color: var(--Indigo-Night);
  font-weight: 700;
}

.visitBoutique {
  background: rgba(245, 240, 232, 0.3);
  padding: 64px 0;
}
.visitBoutique span {
  color: var(--Grey);
}
.borderVisit {
  border-top: 1px solid var(--Salt-White);
  padding-top: 20px;
}
.locationBiutiqe {
  color: var(--Saffron-Gold);
}
.cookieBar {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 20000000;
}
.rowCookie {
  padding: 16px;
  background: var(--Vector-Black);
  border-top: 1px solid rgba(245, 240, 232, 0.1);
}

.cookieBar * {
  font-size: 14px;
  color: var(--Saffron-Gold);
  font-weight: 400;
}
.rowGap-16 {
  row-gap: 16px;
}
.cookieBar a:hover {
  opacity: 0.6;
  color: var(--Saffron-Gold);
}
.cookieBar span {
  font-weight: 700;
}
.securityCircle {
  border-radius: 9999px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: rgba(215, 160, 72, 0.1);
}
.cookieBar p {
  color: var(--Light-White);
}
.bannerPages::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.6) 100%
  ); */
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 3;
}

.btnCustomize {
  border: 1px solid var(--Light-White);
  background-color: unset;
}

.btnCookies {
  text-align: center;
  font-size: 12px;
  padding: 12px 24px;
  color: var(--Light-White);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 1.8px;
  white-space: nowrap;
  text-transform: uppercase;
}
.cookiesText {
  max-width: 400px;
}
.btnAccept {
  background: var(--Saffron-Gold);
  border: 1px solid var(--Saffron-Gold);
}

.bannerPages .bannerSmallText h6 {
  color: var(--Vector-Beige, #e9cca9);
  letter-spacing: 3px;
}

.searchBtn {
  position: absolute;
  right: 12px;
  top: 10px;
}

.firstSerach p {
  color: #9ca3af;
}
.searchForm input[type="search"] {
  border: 1px solid var(--Vector-Salt-White, #e5ceae);
  background: var(--Vector-White, #fff);
  padding: 20px 57px;
  overflow: hidden;
  color: rgba(122, 117, 112, 0.5);
  font-weight: 300;

  /* text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  line-height: 24px; */
}

.searchForm {
  margin-top: 16px;
}

.numberSearch {
  padding-top: 56px;
}
.numberSearch p,
.lastUpdate span {
  font-size: 13px;
  line-height: 150%;
  color: var(--Grey);
}
.numberSearch p span {
  font-weight: 500;
  font-size: 13px;
  color: var(--Indigo-Night);
}
.titlePage {
  padding: 56px 0 32px;
}
.serachBox {
  padding: 24px 0;
}
.serachBox:not(:first-child) {
  border-top: 1px solid rgba(229, 206, 174, 0.6);
}

.searchBoxPrice p {
  color: var(--Indigo-Night);
  font-weight: 700;
}

.searchBoxName h3 {
  font-size: 22px;
  color: var(--Indigo-Night);
  line-height: 127.273%; /*  */
  font-weight: 400;
}

.searchBoxText {
  max-width: 500px;
}

.searchBoxText span {
  color: var(--Grey);
}

.serachBox h6 {
  color: var(--Saffron-Gold);
  letter-spacing: 2px;
  font-size: 9px;
  font-weight: 500;
}

.titlePage span {
  color: var(--Grey);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 150%;
}

.noDataText {
  text-align: center;
  max-width: 400px;
}
.noDataImage {
  border-radius: 9999px;
  background: rgba(229, 206, 174, 0.3);
  display: flex;
  margin-bottom: 12px;
  width: 64px;
  height: 64px;
  padding: 1px;
  justify-content: center;
  align-items: center;
}
.noDataText span {
  font-weight: 300;
  color: var(--Vector-Black, #231310);
}

.serachIcon {
  position: absolute;
  inset: 20px;
}

.defaultData:nth-child(even) {
  border-top: 1px solid var(--Salt-White);
  background: rgba(245, 240, 232, 0.3);
}

.pagesBox {
  justify-content: center;
  padding: 21px;
  height: 100%;
  border: 1px solid var(--Salt-White);
  align-items: center;
  text-decoration: none;
}

.pagesBox:hover {
  opacity: 0.7;
}
.pagesBox h6 {
  font-weight: 500;
  color: var(--Indigo-Night);
  letter-spacing: 2px;
}

.boutiqueDropdown .dropdown-toggle::after {
  content: unset;
}

.termsPrivacyData {
  padding-bottom: 40px;
}
.lastUpdate {
  padding-bottom: 48px;
}

.termsPrivacyData h3 {
  color: var(--Red);
}
.locationTerms {
  border-top: 1px solid var(--Salt-White);
  padding-top: 33px;
}

.locationTerms h6 {
  color: var(--Saffron-Gold);
}

.termsPrivacyData p,
.aboutBoxData p {
  line-height: 150%;
}

.legacySection h2 {
  color: var(--Light-White);
}

.statNumber h2 {
  font-size: 72px;
  color: var(--Saffron-Gold);
  line-height: 100%;
}
.CounterText h4 {
  color: var(--Light-White);
  margin-top: 8px;
}

.counterDesc h6 {
  color: var(--Beige);
  font-size: 13px;
  line-height: 153.846%;
}
/* Chefs */
.chefsSection {
  border-bottom: 1px solid #e5ceae;
  background: rgba(245, 240, 232, 0.3);
}
.chefCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.chefCircleImg {
  width: 100%;
  height: 240px;
  max-width: 240px;
  border-radius: 50%;
}

.chefTitle {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--Saffron-Gold);
}
.chefCard p {
  font-size: 12px;
  color: var(--Grey);
  line-height: 1.7;
  max-width: 220px;
  margin: 0 auto;
}
/* Values */

.valueCard {
  border: 1px solid var(--Vector-Salt-White, #e5ceae);
  background: var(--Vector-White, #fff);
  padding: 33px;
  height: 100%;
}
.valueIcon,
.conatctCircle {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: rgba(245, 240, 232, 0.3);
  color: var(--Red);
}

.valueTitle {
  height: 27px;
}
.valueTitle h4 {
  font-weight: 400;
}
.reserveCtaSection {
  text-align: center;
}
.reserveCtaSection h2 {
  color: var(--Light-White);
  font-size: 52px;
}

.colletcionTitle {
  padding-bottom: 9px;
  border-bottom: 1px solid #e8e0d4;
}
.collectionBox:not(:first-child) {
  margin-top: 64px;
}

.contactBox h6,
.contactBox a,
.productExternalData span {
  color: var(--Vector-Black);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  text-decoration: none;
}
.productExternalData span {
  line-height: 153.846%;
  color: var(--Indigo-Night);
}
.contactBox span {
  color: var(--Indigo-Night);
  font-weight: 500;
}

.openingHoursBox {
  padding: 12px 0 13px;
  border-bottom: 1px solid rgba(229, 206, 174, 0.6);
}
.openingHoursBox:first-child {
  padding-top: 0;
}
.linkSocial {
  border-radius: 999px;
  background: rgba(245, 240, 232, 0.3);
  display: flex;
  width: 31.999px;
  height: 31.999px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.linkSocial:hover {
  opacity: 0.5;
}
.linkSocial i {
  color: var(--Saffron-Gold);
}

.mapSection iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: none;
  filter: grayscale(100%);
}

.accordion-item {
  border: none;
  border-bottom: 1px solid rgba(229, 206, 174, 0.45);
  border-radius: 0 !important;
  background: transparent;
}
.accordion-button {
  background: transparent !important;
  color: var(--Indigo-Night) !important;
  letter-spacing: 0.84px;
  padding: 20px 0;
  box-shadow: none !important;
}
.accordion-button::after {
  content: "+";
  background-image: none !important;
  font-size: 18.75px;
  /* font-weight: 200; */
  color: var(--Indigo-Night);
  width: auto;
  height: auto;
  font-weight: 600;
  transform: none !important;
}
.accordion-button:not(.collapsed)::after {
  content: "−";

  /* color: var(--Red); */
}
.accordion-button:not(.collapsed) {
  color: var(--Indigo-Night) !important;
}
.faqBody {
  padding: 0;
  padding-bottom: 20px;
  max-width: 646px;
}

.faqBody span {
  color: var(--Grey);
  font-weight: 300;
}

.dateImg {
  position: absolute;
  right: 2px;
  bottom: 18px;
}
/* Input */
.appointmentDate {
  cursor: pointer;
}
.form-control:disabled,
.form-control[readonly],
.appointmentDate input {
  cursor: pointer;
  background-color: #fff !important;
}

.numInputWrapper:hover {
  background-color: unset !important;
}
/* .datePiker {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
} */

.flatpickr-monthDropdown-months,
.numInput.cur-year {
  pointer-events: none !important;
  cursor: default !important;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover,
.flatpickr-current-month span.cur-month {
  color: var(--Indigo-Night) !important;
  font-family: "Helvetica Neue";
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 150%;
  letter-spacing: 0.325px !important;
}
.numInputWrapper span {
  display: none !important;
}
/* Calendar Container */
.flatpickr-calendar {
  width: 320px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25) !important;
  padding-bottom: 12px;
}

/* Header */
.flatpickr-months {
  height: 57px;
  padding: 12px 16px 13px 16px;
  border-bottom: 1px solid var(--Vector-Salt-White, #e5ceae);
  align-items: center;
}
.flatpickr-innerContainer {
  padding: 12px;
}

.flatpickr-current-month {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #24283b;
  padding-top: 12px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-weight: 600 !important;
}

/* Navigation */
.flatpickr-prev-month,
.flatpickr-next-month {
  top: 12px !important;
  padding: 8px !important;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
  height: 14px;
  fill: #777;
}

/* Weekdays */
.flatpickr-weekdays {
  margin-top: 10px;
}

.flatpickr-weekday {
  color: #24283b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* Days */
.flatpickr-day {
  border-radius: 0 !important;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  line-height: 19.5px;
  color: var(--Vector-Black) !important;
  border: 1px solid transparent;
}

.flatpickr-day.today,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day:hover {
  color: var(--Red) !important;
  border: 1px solid rgba(178, 58, 36, 0.4) !important;
  align-items: center;
  background-color: #fff !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
  background: var(--Saffron-Gold) !important;
  border-color: var(--Saffron-Gold) !important;
  color: white !important;
}
.flatpickr-day.flatpickr-disabled {
  color: rgba(122, 117, 112, 0.25) !important;
  cursor: not-allowed;
}
.flatpickr-day.flatpickr-disabled:hover {
  border: unset !important;
}
.experinceCircle {
  border-radius: 9999px;
  background: var(--Vector-White, #fff);
  display: flex;
  width: 48px;
  padding: 13px;
  height: 48px;
  justify-content: center;
  margin-bottom: 8px;
  align-items: center;
}
.experienceBox h4 {
  font-weight: 400;
}
.experienceBox span,
.contactUsSection span {
  font-weight: 300;
}
.contactUsSection span:not(.wpcf7-not-valid-tip) {
  color: var(--Vector-Black, #231310);
}
.contactForm label span {
  color: var(--Red) !important;
}
.wpcf7 .wpcf7-submit:disabled {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  pointer-events: none;
  color: #fff;
}
.experinceTitle {
  height: 30px;
}
.helpBox {
  background: rgba(245, 240, 232, 0.3);
  padding: 24px;
}
.helpBoxText {
  max-width: 430px;
}
.experienceSection {
  padding-top: 96px;
  background: rgba(245, 240, 232, 0.3);
}
.experinceText {
  max-width: 700px;
  text-align: center;
}
.experienceBox {
  padding: 33px;
  height: 100%;
  border: 1px solid var(--Vector-Salt-White, #e5ceae);
  background: rgba(245, 240, 232, 0.3);
}
/* ── Breadcrumb ── */
.breadcrumbBar {
  padding: 24px 0;
  margin-top: 161px;
  background: #fff;
}
.chefCard span,
.valueCard span {
  font-weight: 300;
}
.breadcrumbBar nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbBar nav a,
.breadcrumbBar nav span {
  font-size: 11px;
  font-weight: 300;
  color: var(--Grey);
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: capitalize;
  line-height: 1;
}
.breadcrumbBar nav a:hover {
  color: var(--Saffron-Gold);
}
.breadcrumbBar nav .bc-sep {
  color: var(--Grey);
  font-size: 10px;
  opacity: 0.5;
}
.breadcrumbBar nav span.bc-current {
  color: var(--Indigo-Night);
  font-weight: 400;
}

/* ── Product Section ── */
.productDetailSection {
  padding: 40px 0 80px;
  background: #fff;
}

/* ── Gallery ── */
.productGalleryWrap {
  position: sticky;
  top: 180px;
}
.productGalleryMain {
  position: relative;
  overflow: hidden;
  background: var(--Light-White);
  border: 1px solid #f5f0e8;
}
.gallerySlide {
  display: block;
  /* width: 100%; */
  height: 808.484px;
}

/* badges inside gallery */
.galleryBestSeller {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  background: var(--Indigo-Night);
  border-radius: 2px;
  padding: 4px 10px;
  z-index: 4;
}
.galleryExclusive {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  background: var(--Red);
  border-radius: 2px;
  padding: 4px 10px;
  z-index: 4;
}
.productBtn svg path {
  fill: #fff;
}
.productBtn:hover svg path {
  fill: var(--Saffron-Gold);
}
.galleryBestSeller span,
.galleryExclusive span,
.needTitle span {
  color: var(--Light-White);
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.needTitle span {
  color: var(--Red);
  letter-spacing: 2px;
}
.galleryArrow svg {
  display: none;
}
/* gallery nav arrows */
.galleryArrow {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
  z-index: 4;
  border: 1px solid rgba(245, 240, 232, 0.3);
  background: rgba(245, 240, 232, 0.1);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
}
.galleryArrow:hover {
  background: #fff;
}
.galleryArrow i {
  font-size: 13px;
  color: var(--Light-White);
}
.galleryArrow:hover i {
  color: var(--Red);
}
.galleryArrow.prev {
  left: 12px;
}
.galleryArrow.next {
  right: 12px;
}

/* counter */
.galleryCounter {
  position: absolute;
  bottom: 12px;
  left: 16px;
  z-index: 4;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  color: var(--Light-White);
  background: rgba(35, 19, 16, 0.5);
  padding: 3px 8px;
  backdrop-filter: blur(2px);
}

/* thumbnails */
.productThumbsSwiper {
  margin-top: 10px;
}
.productThumbsSwiper .swiper-slide {
  cursor: pointer;
}
.productThumb {
  height: 80px;
  border: 2px solid transparent;
  transition: border-color 0.2s, opacity 0.2s;
  opacity: 0.5;
}
.productThumbsSwiper .swiper-slide-thumb-active .productThumb {
  border-color: var(--Saffron-Gold);
  opacity: 1;
}
.productThumb:hover {
  opacity: 0.9;
}
/* 
.productDetailOrigin {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--Saffron-Gold);
  margin-bottom: 12px;
} */
.productDetailTitle {
  margin-bottom: 8px;
}
.productDetailTitle h2 {
  color: var(--Indigo-Night);

  /* 36 light */
  font-family: "Helvetica Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px; /* 127.778% */
}
.productDetailPrice h3 {
  color: var(--Vector-Indigo-Night, #272839);
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}

.productDetailDesc {
  margin: 8px 0 28px;
  max-width: 500px;
}
.productDetailDesc span {
  color: var(--Grey);
}

.productTag {
  padding: 6px 12px;
  background: var(--Vector-Light-White, #f5f0e8);
  transition: border-color 0.2s;
}
.productTag:hover {
  border-color: var(--Saffron-Gold);
  color: var(--Indigo-Night);
}

/* inquiry btn */
.productInquiryBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--Red);
  border: 1px solid var(--Red);
  color: var(--Light-White);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  margin-bottom: 12px;
}
.productInquiryBtn:hover {
  opacity: 0.8;
  color: var(--Light-White);
}
.productInquiryNote {
  font-size: 11px;
  font-weight: 300;
  color: var(--Grey);
  line-height: 1.7;
  max-width: 400px;
  margin-bottom: 28px;
}

.productExclusiveBlock {
  border-top: 1px solid var(--Salt-White);
  padding-top: 33px;
  width: 100%;
}
.productExclusiveTitle {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--Indigo-Night);
  margin-bottom: 6px;
}
.productExternalData h6 {
  color: var(--Grey);
}
.productExclusiveDesc {
  font-size: 12px;
  font-weight: 300;
  color: var(--Grey);
  line-height: 1.7;
  margin-bottom: 12px;
}
.productExclusiveLocation {
  display: flex;
  align-items: center;
  gap: 6px;
}
.productExclusiveLocation span {
  font-size: 11px;
  font-weight: 300;
  color: var(--Saffron-Gold);
  letter-spacing: 0.5px;
}

/* ── Circle Badge ── */
.circle-badge {
  position: relative;
  width: 500px;
  height: 500px;
  flex-shrink: 0;
}
.menu {
  overflow: hidden;
}

.circle-badge .center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* الحد الدائري */
.circle-badge .circle-border {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  z-index: 1;
  pointer-events: none;
}

/* النصوص الدوارة */
.css-ring-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  animation: circleSpin 20s linear infinite;
}

@keyframes circleSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .circle-badge {
    width: min(698px, 90vw);
    height: min(698px, 90vw);
  }
}

/* .circle-badge {
  position: relative;
  width: 698px;
  height: 698px;
  flex-shrink: 0;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}

.circle-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: spin 20s linear infinite;
}

.ring-text {
  fill: var(--Vector-Saffron-Gold, #d7a048);
  font-family: "Helvetica Neue";
  font-size: 27.019px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.732px;
}

.center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63%;
  height: 63%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
} */
.galleryItemInner:hover .ZOOM,
.galleryItemInner:hover .galleryItemCaption,
.galleryItemInner:hover .galleryItemBadge {
  opacity: 1;
}
.ZOOM {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 9999px;
  border: 1px solid rgba(245, 240, 232, 0.3);
  background: rgba(245, 240, 232, 0.1);
  backdrop-filter: blur(2px);
  padding: 30px;

  z-index: 3;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sameCollectionSection {
  padding: 64px 0 80px;
  border-top: 1px solid rgba(229, 206, 174, 0.5);
}
.sameCollectionTitle {
  font-size: 22px;
  font-weight: 300;
  color: var(--Indigo-Night);
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}

/* .circle-badge {
  position: relative;
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}

.circle-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: spin 20s linear infinite;
}

.ring-text {
  fill: var(--Vector-Saffron-Gold, #d7a048);
  font-family: "Helvetica Neue";
  font-size: 27.019px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.732px;
}

.center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63%;
  height: 63%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */

.mask {
  position: sticky;
  top: 0;
  width: 50px;
  position: -webkit-sticky; /* Safari */
  align-self: flex-start;
  z-index: 4;
}

/* LEFT image */
.mask1 {
  float: left;
  transform: rotate(180deg);
}

/* RIGHT image */
.mask2 {
  float: right;
}

/* ── Inquiry Modal ── */
.modalInquiry .modal-content {
  border-radius: 0;
  border: none;
}
.modalInquiry .modal-header {
  border-bottom: 1px solid rgba(229, 206, 174, 0.5);
  padding: 20px 28px;
}
.modalInquiry .modal-title {
  font-size: 18px;
  font-weight: 300;
  color: var(--Indigo-Night);
  letter-spacing: 0.5px;
}
.modalInquiry .modal-body {
  padding: 28px;
}
.modalInquiry .modal-footer {
  border-top: 1px solid rgba(229, 206, 174, 0.5);
  padding: 16px 28px;
}
.inquiryInput,
.inquiryTextarea {
  border: 1px solid rgba(229, 206, 174, 0.8);
  border-radius: 0;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 300;
  color: var(--Indigo-Night);
  width: 100%;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  font-family: "Helvetica Neue", sans-serif;
}
.inquiryInput:focus,
.inquiryTextarea:focus {
  border-color: var(--Saffron-Gold);
  box-shadow: none;
}
.inquiryTextarea {
  resize: none;
  height: 110px;
}
.inquiryLabel {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  color: var(--Grey);
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.inquiryLabel span {
  color: var(--Red);
}
.modal-backdrop.show {
  opacity: 0.5;
}

/* ═══════════════════════════════════════════
   MENU PAGE
═══════════════════════════════════════════ */

/* ── Banner Swiper ── */
.menuBannerSwiper {
  position: relative;
  /* margin-top: 161px; */
}
.menuBannerSlide {
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menuBannerSwiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(245, 240, 232, 0.5);
  opacity: 1;
  border-radius: 0;
  transition: background 0.2s, width 0.3s;
}
.menuBannerSwiper .swiper-pagination-bullet-active {
  background: var(--Saffron-Gold);
  width: 22px;
}
.menuBannerPagination {
  bottom: 20px !important;
}
.menuBannerPrev,
.menuBannerNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  color: #fff;
  font-size: 13px;
  padding: 0;
}
.menuBannerPrev {
  left: 20px;
}
.menuBannerNext {
  right: 20px;
}
.menuBannerPrev:hover,
.menuBannerNext:hover {
  background: rgba(215, 160, 72, 0.4);
  border-color: var(--Saffron-Gold);
}

/* ── Category Sticky Nav ── */
.menuCatBar {
  background: #fff;
  border-bottom: 1px solid rgba(229, 206, 174, 0.45);
  border-top: 1px solid rgba(229, 206, 174, 0.25);
}
.menuCatNav {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menuCatNav::-webkit-scrollbar {
  display: none;
}
.menuCatLink {
  display: inline-block;
  padding: 15px 22px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--Grey);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.menuCatLink:hover,
.menuCatLink.active {
  color: var(--Indigo-Night);
  border-bottom-color: var(--Saffron-Gold);
}

/* ── Menu Section + Fixed Side Panels ── */
.menuSection {
  position: relative;
  min-height: 100vh;
  background: #fff;
  z-index: 1;
}

/* ── Dietary Filter Bar ── */
.menuDietBar {
  margin-bottom: 10px;
}
.dietFilter {
  background: none;
  border: 1px solid rgba(39, 40, 57, 0.14);
  padding: 6px 14px;
  font-size: 9px;
  letter-spacing: 1.6px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--Grey);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  border-radius: 0;
}
.dietFilter:hover,
.dietFilter.active {
  background: var(--Indigo-Night);
  border-color: var(--Indigo-Night);
  color: var(--Light-White);
}
.dietFilterHash {
  color: var(--Saffron-Gold);
  margin-right: 1px;
}
.menuDietNote {
  font-size: 10px;
  color: var(--Grey);
  letter-spacing: 0.3px;
  line-height: 1.7;
  margin-bottom: 0;
  font-style: italic;
}

/* ── Category Block ── */
.menuCatBlock {
  padding-top: 80px;
}
/* 
.menuCatBlock + .menuCatBlock {
  margin-top: 12px;
  border-top: 1px solid rgba(229, 206, 174, 0.3);
} */

/* ── ─── Title ─── heading ── */
.menuCatHeader {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 6px;
}
.menuCatHeader::before,
.menuCatHeader::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--Salt-White);
}
.menuCatHeader span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--Saffron-Gold);
  white-space: nowrap;
}
.menuCatNote {
  max-width: 400px;
  text-align: center;
}

.menuCatBlockCard .redTitle p {
  font-weight: 500;
  letter-spacing: 5px;
}
.menuCatNote span {
  color: var(--Grey);
}
/* ── Menu Section Title ── */
.menuSectionTitle {
  padding: 52px 0 36px;
}

/* ── Menu Card ── */
/* .menuCatBlockCard .menuCatBlock + .menuCatBlockCard {
  margin-top: 16px;
} */

.menuCard {
  border: 1px solid rgba(229, 206, 174, 0.4);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: box-shadow 0.28s, transform 0.28s;
}

.menuCard:not(.listCard):hover {
  box-shadow: 0 10px 40px rgba(35, 19, 16, 0.11);
  transform: translateY(-3px);
}

.menuCardImg {
  padding: 10px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
  border: 1px solid rgba(229, 206, 174, 0.4);
  background-color: #f5efe6;
}
.listCard {
  border: unset;
}
.listCard .menuCardBody {
  padding: 33px 0;
  border-bottom: 1px solid rgba(229, 206, 174, 0.6);
}
.disapeled {
  pointer-events: none;
}
/* 

.menuCardImg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.3) 100%
  );
  pointer-events: none;
} */

.menuCardTags {
  margin-top: 8px;
}

.menuCardBody {
  padding: 24px;
  border-top: 1px solid rgba(229, 206, 174, 0.28);
}
.productPrice,
.productName {
  height: 30px;
}
.menuCarText {
  height: 120px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menuCarText a {
  font-size: 12px;
  cursor: pointer;
  color: var(--Saffron-Gold);
}

.menuCardName,
.productDesc,
.noProductTitle {
  height: 60px;
}
/* ── Menu Item ── */
.menuItemCol.hidden {
  display: none;
}
.menuItem {
  padding: 18px 0;
  border-bottom: 1px solid rgba(229, 206, 174, 0.22);
}
.menuItemTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
}
.menuItemNameWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.menuItemName {
  font-size: 13px;
  font-weight: 500;
  color: var(--Indigo-Night);
  letter-spacing: 0.2px;
  margin: 0;
  line-height: 1.4;
}
.menuItemTags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.dietTag {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 2px;
  line-height: 1.5;
}
.dietTag--gf {
  background: rgba(215, 160, 72, 0.1);
  color: #b8872c;
  border: 1px solid rgba(215, 160, 72, 0.28);
}
.dietTag--v {
  background: rgba(39, 40, 57, 0.06);
  color: var(--Indigo-Night);
  border: 1px solid rgba(39, 40, 57, 0.14);
}
.dietTag--vg {
  background: rgba(64, 110, 50, 0.09);
  color: #3e7033;
  border: 1px solid rgba(64, 110, 50, 0.22);
}
.menuItemPrice {
  font-size: 15px;
  font-weight: 400;
  color: var(--Indigo-Night);
  letter-spacing: 0.2px;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.4;
}
.menuItemPrice sup {
  font-size: 9px;
  vertical-align: super;
}
.menuItemDesc {
  font-size: 11px;
  font-weight: 300;
  color: var(--Grey);
  line-height: 1.7;
  letter-spacing: 0.1px;
  margin: 0;
}

/* ── Responsive ── */
/* @media (max-width: 1399px) {
  .menuSideFixed {
    display: none;
  }
}
@media (max-width: 768px) {
  .menuBannerSlide {
    height: 480px;
  }
  .menuCatLink {
    padding: 12px 14px;
    font-size: 9px;
    letter-spacing: 1.5px;
  }
} */

/* ── Gallery Filter Bar ── */
.galleryFilterBar {
  /* position: sticky;
  top: 161px;
  z-index: 4; */

  background: #fff;
  border-bottom: 1px solid rgba(229, 206, 174, 0.45);
  border-top: 1px solid rgba(229, 206, 174, 0.2);
}
.galleryFilterNav {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.galleryFilterNav::-webkit-scrollbar {
  display: none;
}
.galleryFilterBtn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 16px 26px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--Grey);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  font-family: "Helvetica Neue", sans-serif;
}
.galleryFilterBtn:hover,
.galleryFilterBtn.active {
  color: var(--Indigo-Night);
  border-bottom-color: var(--Saffron-Gold);
}
.galleryFilterBtn:hover h6,
.galleryFilterBtn.active h6 {
  color: var(--Saffron-Gold);
  font-weight: 700;
}

/* ── Gallery Section ── */
.gallerySection {
  padding: 32px 0 64px;
}
.galleryItem {
  width: 100%;
  height: 280px;
}
/* ── Item inner ── */
.galleryItemInner {
  /* height: 312px; */
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  /* background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  transition: transform 0.55s ease;
}
.galleryItem--featured {
  height: 560px;
}
.galleryItemInner::after {
  content: "";
  inset: 0;

  width: 100%;
  height: 100%;
}

.galleryItem:hover .galleryItemInner::after {
  /* transform: scale(1.03); */
  background: rgba(26, 27, 38, 0.4);
}
/* overlay */
.galleryItemOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.06);
  transition: background 0.35s;
  z-index: 1;
  pointer-events: none;
}
/* .galleryItem:hover .galleryItemOverlay {
  background: rgba(0, 0, 0, 0.22);
} */

/* badge */
.galleryItemBadge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 4;
  /* z-index: 3; */
  /* background: rgba(215, 160, 72, 0.92); */
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  /* 10 light */
  font-family: "Helvetica Neue";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px; /* 150% */
  letter-spacing: 1px;
}
/* caption */
.galleryItemCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  right: 0;
  z-index: 3;
  padding: 48px 20px 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.galleryItemCatLabel {
  font-size: 8px !important;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--Saffron-Gold) !important;
  line-height: 1.4;
}
.galleryItemCaption h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* ── Filter hidden state ── */
.galleryItem.is-hidden {
  display: none;
}

/* ── CTA ── */
.galleryCta {
  padding: 80px 0;
  background: rgba(245, 240, 232, 0.3);
  border-top: 1px solid var(--Salt-White);
}
.galleryCtaDesc {
  font-size: 14px;
  font-weight: 300;
  color: var(--Grey);
  line-height: 1.75;
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
}
.galleryCtaOutlineBtn {
  padding: 16px 32px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: var(--Indigo-Night);
  border: 1px solid var(--Indigo-Night);
  background: none;
  transition: background 0.2s, color 0.2s;
}
.galleryCtaOutlineBtn:hover {
  background: var(--Indigo-Night);
  color: var(--Light-White);
}
.modalGalleryImage {
  height: 300px;
  width: 100%;
}
.gallerySwiper {
  height: 75vh;
}

.modalGalleryImage {
  width: 100%;
  height: 75vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.galleryThumbs {
  height: 90px;
  margin-top: 10px;
}

.galleryThumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}

.galleryThumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}

.slideCounter {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
/* ── Gallery responsive ── */
/* @media (max-width: 991px) {
  .galleryGrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
  }
  .galleryItem--featured {
    grid-column: span 4;
    grid-row: span 1;
  }
  .galleryItem--featured .galleryItemInner {
    height: 320px;
  }
  .galleryItem--sm,
  .galleryItem--third,
  .galleryItem--half {
    grid-column: span 2;
  }
  .galleryItemInner {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .galleryGrid {
    grid-template-columns: 1fr 1fr;
    gap: 3px;
  }
  .galleryItem--featured,
  .galleryItem--sm,
  .galleryItem--third,
  .galleryItem--half {
    grid-column: span 1;
    grid-row: span 1;
  }
  .galleryItem--featured .galleryItemInner,
  .galleryItemInner {
    height: 200px;
  }
  .galleryFilterBtn {
    padding: 12px 16px;
    font-size: 9px;
  }
} */

/* ══════════════════════════════════════════
   GALLERY LIGHTBOX
══════════════════════════════════════════ */
.galleryItem {
  cursor: pointer;
}
.galleryLightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.galleryLightbox.is-open {
  opacity: 1;
  pointer-events: all;
}
.galleryLightboxOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.93);
  cursor: pointer;
}
.galleryLightboxInner {
  position: relative;
  width: 90vw;
  max-width: 1140px;
  z-index: 2;
}
.galleryLightboxSwiper {
  width: 100%;
}
.galleryLightboxSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.galleryLightboxSlide {
  width: 100%;
  height: 82vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.galleryLightboxClose {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10001;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.2s, border-color 0.2s;
  padding: 0;
}
.galleryLightboxClose:hover {
  background: rgba(215, 160, 72, 0.35);
  border-color: var(--Saffron-Gold);
}
.galleryLightboxCounter {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  letter-spacing: 2.5px;
  font-family: "Helvetica Neue", sans-serif;
  white-space: nowrap;
}
.galleryLightboxPrev,
.galleryLightboxNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s, border-color 0.2s;
  padding: 0;
}
.galleryLightboxPrev {
  left: -62px;
}
.galleryLightboxNext {
  right: -62px;
}
.galleryLightboxPrev:hover,
.galleryLightboxNext:hover {
  background: rgba(215, 160, 72, 0.35);
  border-color: var(--Saffron-Gold);
}

/* ── Lightbox Thumbnails Strip ── */
.galleryLightboxThumbsSwiper {
  margin-top: 10px;
  height: 62px;
}
.galleryLightboxThumbsSwiper .swiper-slide {
  cursor: pointer;
  opacity: 0.42;
  transition: opacity 0.2s;
}
.galleryLightboxThumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
  outline: 2px solid var(--Saffron-Gold);
  outline-offset: -2px;
}
.galleryLightboxThumbsSwiper .swiper-slide:hover {
  opacity: 0.8;
}
.galleryLightboxThumb {
  width: 100%;
  height: 62px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

@media (max-width: 1400px) {
  .galleryLightboxPrev {
    left: -52px;
  }
  .galleryLightboxNext {
    right: -52px;
  }
}
@media (max-width: 991px) {
  .galleryLightboxPrev {
    left: 6px;
  }
  .galleryLightboxNext {
    right: 6px;
  }
  .galleryLightboxSlide {
    height: 65vh;
  }
}
@media (max-width: 575px) {
  .galleryLightboxSlide {
    height: 52vh;
  }
  .galleryLightboxPrev,
  .galleryLightboxNext {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}

.galleryLightboxLabel {
  position: fixed;
  top: 20px;
  left: 24px;
  z-index: 10001;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  letter-spacing: 2.5px;
  font-family: "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.galleryLightboxCaptionText {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  min-height: 20px;
}

.galleryLightboxThumbsSwiper .swiper-slide {
  width: 80px !important;
}

.vrRoomBox {
  position: relative;
  height: 921.594px;
}

.vrNumber h2 {
  color: rgba(255, 255, 255, 0.4);
  font-family: Inter;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.titleDiv span,
.vrData h2 {
  color: #fff;
}
.vrData span {
  color: var(--Light-White);
  font-weight: 300;
  line-height: 171.429%; /*  */
}
.titleDiv span {
  color: #fff;

  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
}
.titleDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  min-width: 200px;
  text-align: center;
}

.vrText span {
  font-size: 9px;
  color: var(--Saffron-Gold);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3px;
}

.vrText p {
  color: var(--Light-White);
  font-size: 15px;
  line-height: 150%;
}

.extraContent h6 {
  color: var(--Saffron-Gold);
  letter-spacing: 1px;
  font-size: 10px;
}

.smallCircle {
  border-radius: 9999px;
  display: flex;
  width: 6px;
  height: 6px;
  align-items: flex-start;
  flex-shrink: 0;
  background: var(--Saffron-Gold);
}
.vrRoom {
  z-index: 4;
  position: relative;
}
.menuCardBody.active .menuCardName {
  /* height: unset;  */
  max-width: 200px;
}
.searchSection,
.errorSection {
  min-height: 100vh;
}
.vrRoomBox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(26, 27, 38, 0.05) 0%,
    rgba(26, 27, 38, 0.25) 45%,
    rgba(26, 27, 38, 0.75) 70%,
    rgba(26, 27, 38, 0.9) 100%
  );
}
.vrRoomBox:nth-child(even)::after {
  background: (
    90deg,
    rgba(26, 27, 38, 0.05) 0%,
    rgba(26, 27, 38, 0.25) 45%,
    rgba(26, 27, 38, 0.75) 70%,
    rgba(26, 27, 38, 0.9) 100%
  );
}

.vrRoomBox:nth-child(odd)::after {
  background: linear-gradient(
    270deg,
    rgba(26, 27, 38, 0.05) 0%,
    rgba(26, 27, 38, 0.25) 45%,
    rgba(26, 27, 38, 0.75) 70%,
    rgba(26, 27, 38, 0.9) 100%
  );
}
.vrRoomBoxtitle {
  margin-bottom: 60px;
}
.vrRoomBox:nth-child(odd) .vrRoom {
  flex-direction: row-reverse;
}

.vrRoomBox:nth-child(odd) .vrNumber {
  justify-content: end;
}

.vrRoomBox:nth-child(even) .titleDiv {
  background: var(--Saffron-Gold);
}

.vrRoomBox:nth-child(odd) .titleDiv {
  background: var(--Red);
}
.resetBtn {
  padding: 13px 25px;
  color: var(--Indigo-Night);
  border: 1px solid var(--Vector-Indigo-Night, #272839);
}
.btnMenu {
  background: #1d5f45;
  border: 1px solid #1d5f45;
}
.cancleModal .btnMenu {
  background: var(--Red);
  border-color: var(--Red);
}
.btnMenu:hover {
  opacity: 0.5;
  color: var(--white) !important;
}
.reserveTextModal {
  max-width: 400px;
  text-align: center;
}
/* ── Circular SVG menu (reservation page) ── */

/*
  BACKEND NOTE:
  The inner image is controlled here. To change it, replace the url() below,
  or add an inline style="background-image:url(...)" on the .circleMenuImg element.
*/
.circleMenuImg {
  background-image: url(../IMG-169.jpg);
}

.circleMenuSection {
  border-top: 1px solid var(--Salt-White);
  border-bottom: 1px solid var(--Salt-White);
}

.circleMenuWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 700px;
  max-width: 90vw;
  max-height: 90vw;
}

.circleMenuSvg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.circleMenuText {
  fill: var(--Saffron-Gold);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 4px;
}

/* Inner image circle — sits on top of the SVG ring */
.circleMenuImg {
  position: relative;
  z-index: 1;
  width: 76%;
  height: 76%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  flex-shrink: 0;
}

.circleMenuOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgba(35, 19, 16, 0.32);
}

.circleMenuOverlay h3 {
  color: var(--Light-White);
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
  text-align: center;
  margin: 0;
}

.circleMenuBtn {
  display: inline-block;
  border: 1px solid var(--Light-White);
  color: var(--Light-White);
  padding: 10px 32px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}

.circleMenuBtn:hover {
  background: var(--Light-White);
  color: var(--Vector-Black);
}

@media (max-width: 576px) {
  .circleMenuOverlay h3 {
    font-size: 26px;
  }
  .circleMenuText {
    font-size: 11px;
    letter-spacing: 3px;
  }
}

/* ── Special Areas / VIP Rooms page ── */
.spaceTabNav {
  border-bottom: 1px solid var(--Salt-White);
  background: #fff;
}

.spaceTabList {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.spaceTabList::-webkit-scrollbar {
  display: none;
}

.spaceTab {
  flex-shrink: 0;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 18px 40px;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--Grey);
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s;
  white-space: nowrap;
}

.spaceTab.active,
.spaceTab:hover {
  color: var(--Vector-Black);
  border-bottom-color: var(--Vector-Black);
}

.spacePanel {
  display: none;
}

.spacePanel.active {
  display: block;
}

.spaceSlide {
  height: 700px;
}

.spaceSwiper {
  height: 100%;
  min-height: 500px;
}

.spaceSwiper .swiper-pagination-bullet {
  background: rgba(245, 240, 232, 0.5);
  opacity: 1;
  width: 6px;
  height: 6px;
}

.spaceSwiper .swiper-pagination-bullet-active {
  background: var(--Light-White);
}

.spaceSwiper .swiper-pagination {
  bottom: 20px;
}

.spaceDetails {
  padding-inline-start: 64px;
  /* border-top: 1px solid var(--Salt-White); */
  border-bottom: 1px solid var(--Salt-White);
  height: 100%;
  justify-content: center;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: unset !important;
}

.spaceTitle {
  margin-top: 12px;
}

.capacityLabel,
.featuresLabel {
  color: var(--Vector-Saffron-Gold, #d7a048);
  font-family: "Helvetica Neue";
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* */
  letter-spacing: 2px;
}
.reseveImage {
  margin-bottom: 21px;
}
.reserveTextModal {
  margin-bottom: 13px;
}
.modalBodyData {
  border-radius: 8px;
  border: 1px solid #e5ceae;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 41px;
}
.modalBodyData .modal-body {
  padding: 0 !important;
}
.datePikerData {
  max-height: 300px;
  overflow-y: scroll;
}
.dropItemData {
  padding: 10px 0;
  border-bottom: 1px solid var(--Saffron-Gold);
}
/* .timeDropdownBtn2 {
  padding: 10px 0;
} */
.reserveTextModal h3 {
  font-weight: 400;
}

.spaceBtn {
  align-self: flex-start;
}

/* Compare table */
.compareSection {
  border-top: 1px solid var(--Salt-White);
}

.compareTable {
  border-collapse: collapse;
}
.vipTabsText {
  /* border-top: 1px solid var(--Saffron-Gold); */
  padding: 24px 0 32px;
}
.spaceCapacity {
  margin: 32px 0 25px;
}
.vipTabs {
  background-color: unset;
  border: unset;
}
.vipTabs.active {
  border-bottom: 3px solid var(--Saffron-Gold);
}
.vipTabs.active h6 {
  color: var(--Grey) !important;
}
.compareTable th {
  color: var(--Red);
  font-family: "Helvetica Neue";
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 16px;
  border-bottom: 1px solid var(--Salt-White);
}

.compareTable td {
  max-width: 166px;
  padding: 20px 16px;
  border-bottom: 1px solid var(--Salt-White);
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 300;
  color: var(--Vector-Black);
  line-height: 1.6;
  vertical-align: top;
}

.compareTable td strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  color: var(--Vector-Black);
}

.tableSubLabel {
  display: block;
  font-size: 11px;
  color: var(--Grey);
  letter-spacing: 0.5px;
}

.typeDot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
  flex-shrink: 0;
}

.typeDot.outdoor {
  background: var(--Saffron-Gold);
}

.typeDot.indoor {
  background: var(--Red);
}

@media (max-width: 991px) {
  .spaceDetails {
    padding: 40px 32px;
  }

  .spaceSlide {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .spaceDetails {
    padding: 32px 20px;
  }

  .spaceSlide {
    height: 320px;
  }

  .spaceTab {
    padding: 14px 24px;
  }

  .compareTable th,
  .compareTable td {
    padding: 12px 14px;
    font-size: 12px;
  }
}
.menuType span,
.menuType h6 {
  font-size: 11px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 2px;
  font-weight: 500;
}
.menuType h6 {
  color: #7a7570;
  font-weight: 400;
}

.goldCircle {
  border-radius: 9999px;
  background: #e19d30;
  display: flex;
  width: 6px;
  height: 6px;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}
.contactBox span,
.openingHoursBoxTime span {
  font-weight: 500;
}

a.changeItem {
  display: flex;
  background: #f5f5f0;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--Indigo-Night) !important;
  font-weight: 400;
  line-height: 133.333%;
  flex-shrink: 0;
  text-decoration: none;
}
a.changeItem.active {
  background-color: var(--Saffron-Gold);
  color: #fff !important;
}

.error-border {
  padding: 12px !important;
  border: 1px solid var(--Red) !important;
}

.menuCarText.expand {
  height: auto;
}
.menuCarText.expand p {
  display: block;
  overflow: visible;
}

.table-bordered > :not(caption) > * {
  border-width: 0 !important;
}
.table-responsive {
  overflow-x: hidden;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--Red) !important;
}

header.active {
  top: 30px;
}
