@font-face {
  font-family: 'PoppinsLight';
  src: url('./../fonts/Poppins-Light.eot');
  src: url('./../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
       url('./../fonts/Poppins-Light.woff2') format('woff2'),
       url('./../fonts/Poppins-Light.woff') format('woff'),
       url('./../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('./../fonts/Poppins-Regular.eot');
  src: url('./../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
       url('./../fonts/Poppins-Regular.woff2') format('woff2'),
       url('./../fonts/Poppins-Regular.woff') format('woff'),
       url('./../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PoppinsRegular';
  src: url('./../fonts/Poppins-Regular.eot');
  src: url('./../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
       url('./../fonts/Poppins-Regular.woff2') format('woff2'),
       url('./../fonts/Poppins-Regular.woff') format('woff'),
       url('./../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PoppinsMedium';
  src: url('./../fonts/Poppins-Medium.eot');
  src: url('./../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
       url('./../fonts/Poppins-Medium.woff2') format('woff2'),
       url('./../fonts/Poppins-Medium.woff') format('woff'),
       url('./../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WorstveldBold';
  src: url('./../fonts/WorstveldBold.eot');
  src: url('./../fonts/WorstveldBold.eot?#iefix') format('embedded-opentype'),
       url('./../fonts/WorstveldBold.woff2') format('woff2'),
       url('./../fonts/WorstveldBold.woff') format('woff'),
       url('./../fonts/WorstveldBold.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --global--color-primary: #D15425; /* new accent */
  --primary-orange: #D15425;
  --primary-orange-hover: rgb(209, 84, 37, 0.9);
  --secondary-orange: #D35326;
  --text-dark: #000;
  --text-gray: #3a3838;
  --background-light: rgba(183, 171, 151, 0.25);
  --white: #fff;
  --black: #000;
  --border-radius-sm: 8px;
  --border-radius-md: 10px;
  --border-radius-lg: 15px;
  --border-radius-xl: 20px;
  --border-radius-xxl: 27px;
  --spacing-xs: 5px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 20px;
  --spacing-xl: 30px;
  --spacing-xxl: 50px;
  --spacing-xxxl: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0px;
}

body{ background-color: var(--white); }
body * { 
  letter-spacing: 0px; 
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}
a:hover{
  color: var(--primary-orange);
}
/* body.home {
  background-image: url('./../images/body-bg-white.png');
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  margin: 0;
  align-items: center;
} */

/* common style */

a{ text-decoration: none; }
.no-pt .container{ padding-top:0px !important; }
.no-pb .container{ padding-bottom:0px !important; }

.cloud:before{
  content: '';
  background-image: url(./../images/cloud-white.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom;
  position: relative;
  width: 100%;
  height: 60px;
  bottom: 59px;
  display: block;
  transform: rotate(0deg);
}
.cloud-yellow:before{
  background-image: url(./../images/cloud-yellow.png);
}
.cloud-grey:before{
  background-image: url(./../images/cloud-grey.png);
}
.cloud-blue:before{
  background-image: url(./../images/cloud-blue.png);
}
.cloud-white:before{
  background-image: url(./../images/cloud-white.png);
}
.cloud-black:before{
  background-image: url(./../images/cloud-black.png);
}
.cloud-dark:before{
  background-image: url(./../images/cloud-dark.png);
}
.cloud-brown:before{
  background-image: url(./../images/cloud-brown.png);
}

.cloud.cloud-2:before{transform: rotate(180deg); bottom:1px; margin-top: -60px; }
.no-cloud:before{ content: none; }
.cloud .container,
.no-cloud .container{ padding-bottom: 75px; }
.cloud .container{ margin-top: -20px; }
.no-cloud .container{ margin-top: 0px; }
.cloud.cloud-2 .container{ padding-top: 70px; }
.cloud .section-flag-img{ margin-top: -60px; }
.container{
  display: flex;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.container .section-wrapper{
  position: relative;
  width:100%;
}
.page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.primary-button{
  align-self: center;
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.primary-button .menu-button{
  border-radius: 15px;
  text-transform: uppercase;
  color: var(--primary-orange);
  padding: 15px 20px;
  font: 400 18px Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  border: 3px solid var(--primary-orange);
  align-self: stretch;
  margin: auto 0;
  background: none;
  cursor: pointer;
}
.primary-button .menu-button:hover{
  background-color: var(--primary-orange);
  color: var(--white);
}

main.site-content section.section-container{
  padding: 0px;
  position: relative;
  /* display: flex;
  flex-wrap: wrap; */
  max-width: 100%;
  width: 100%;
}
main.site-content section.section-container > div{ max-width: 100%; width:100%; position: relative; }
.homepage {
  background-color: var(--white);
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  align-items: start;
  justify-content: center;
}
#loader{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  text-align: center;
  padding: 10px;
  width: 100%;
}
.mt-0{ margin-top: 0px; }
.mt-5{ margin-top: 5px; }
.mt-10{ margin-top: 10px; }
.mt-15{ margin-top: 15px; }
.mt-20{ margin-top: 20px; }
.mt-25{ margin-top: 25px; }
.mt-30{ margin-top: 30px; }
.mt-35{ margin-top: 35px; }
.mt-40{ margin-top: 40px; }
.mt-45{ margin-top: 45px; }
.mt-50{ margin-top: 50px; }

.mb-0{ margin-bottom: 0px; }
.mb-5{ margin-bottom: 5px; }
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }

.pt-0{ padding-top: 0px; }
.pt-5{ padding-top: 5px; }
.pt-10{ padding-top: 10px; }
.pt-15{ padding-top: 15px; }
.pt-20{ padding-top: 20px; }
.pt-25{ padding-top: 25px; }
.pt-30{ padding-top: 30px; }
.pt-35{ padding-top: 35px; }
.pt-40{ padding-top: 40px; }
.pt-45{ padding-top: 45px; }
.pt-50{ padding-top: 50px; }

.pb-0{ padding-bottom: 0px; }
.pb-5{ padding-bottom: 5px; }
.pb-10{ padding-bottom: 10px; }
.pb-15{ padding-bottom: 15px; }
.pb-20{ padding-bottom: 20px; }
.pb-25{ padding-bottom: 25px; }
.pb-30{ padding-bottom: 30px; }
.pb-35{ padding-bottom: 35px; }
.pb-40{ padding-bottom: 40px; }
.pb-45{ padding-bottom: 45px; }
.pb-50{ padding-bottom: 50px; }

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    color: var(--primary-orange);
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    font-size: 30px;
    font-weight: 600;
}

.food-slider-container.swiper .swiper-button-next,
.food-slider-container.swiper .swiper-button-prev{
  background: var(--white);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.food-slider-container.swiper .swiper-button-next:hover,
.food-slider-container.swiper .swiper-button-prev:hover {
    color: var(--white);
    background: var(--primary-orange);
}
.food-slider-container.swiper .swiper-button-next::after,
.food-slider-container.swiper .swiper-button-prev::after {
    font-size: 15px;
}
/*Header Section Style*/
header.main-header{
  background-color: var(--white);
  align-self: center;
  z-index: 0;
  display: flex;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2; /* Ensure it's above all other content */
  background-color: var(--white); /* or any background to prevent transparency issue */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* optional shadow */
}
header.main-header .heder-wrapper {
  gap: 20px;
  color: var(--Color-3, --black);
  text-transform: uppercase;
  justify-content: center;
  flex-direction: row;
  padding: 15px 10px;
  font: 500 18px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}
header.main-header .heder-logo .logo,
header.main-header .heder-logo img {
  max-width:130px;
  width: 130px;
  margin: auto 0;
}
header.main-header .heder-wrapper .mobile-nav-toggle .menu-icon {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

header.main-header .heder-wrapper .mobile-nav-toggle .menu-icon span {
  display: block;
  height: 5px;
  background-color: #d94b1e; /* same as your icon color */
  border-radius: 3px;
}
header.main-header .main-navigation {
  align-self: stretch;
  display: flex;
  gap: 10px;
  min-width: 238px;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin: auto 0 auto auto;
}

header.main-header .main-navigation .nav-item {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  font-size: 14px;
  margin: auto 0;
  padding: 0px 10px;
  height: 100%;
}

header.main-header .main-navigation .nav-item .nav-link {
  align-self: stretch;
  font-size: 18px;
  line-height: 20px;
  margin: auto 0;
  text-decoration: none;
  color: var(--Color-3, --black);
  display: flex;
  align-items: center;
  height: 100%;
} 
header.main-header .main-navigation .nav-item .sub-menu {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    color: var(--black);
    width: max-content;
    min-width: 150px;
    padding: 5px 10px;
    -webkit-box-shadow: 0 4px 15px rgb(255,255,255,0.6);
    box-shadow: 0 4px 15px rgb(255,255,255,0.6);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
header.main-header .main-navigation .nav-item .sub-menu > .nav-item{
  display: flex;
  justify-content: flex-start;
  padding: 12px 5px;
  border-bottom: 1px solid #ccc;
}
header.main-header .main-navigation .nav-item .sub-menu > .nav-item:last-child {
    border-bottom: 0;
    padding-bottom: 7px;
}
header.main-header .main-navigation .nav-item.has-submenu > .nav-link::after{
    content: "\f107";
    display: inline-block;
    position: relative;
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    font-weight: 600;
    top: 0;
    font-size: .9em;
    color: var(--black);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

header.main-header .main-navigation .nav-item.has-submenu:hover > .nav-link::after {
    content: "\f106";
    color: var(--primary-orange);
}
header.main-header .main-navigation .nav-item.has-submenu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

header.main-header .main-navigation > .nav-item.active > .nav-link,
header.main-header .main-navigation > .nav-item:hover > .nav-link,
header.main-header .main-navigation > .nav-item > .sub-menu .nav-item:active > .nav-link,
header.main-header .main-navigation > .nav-item > .sub-menu .nav-item:hover > .nav-link {
  color: var(--primary-orange);
}
header.main-header .main-navigation .phone-section {
  border-left: 1px solid var(--primary-orange);
  align-self: stretch;
  display: flex;
  min-width: 200px;
  padding-left: 20px;
  align-items: center;
  font-size: 14px;
  color: rgba(212, 86, 38, 1);
  font-weight: 600;
  justify-content: end;
  margin: auto 0;
}
header.main-header .main-navigation .phone-section a{ color: rgba(212, 86, 38, 1); text-decoration: none; display: flex; }
header.main-header .main-navigation .phone-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

header.main-header .main-navigation .phone-section .phone-number {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0px;
  margin: auto 0;
  padding: 5px 0px 5px 10px;
}
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .toggle.close-nav-toggle .toggle-text{ font-size: 0px; }
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .mobile-menu .modal-menu li a{ color: var(--black); text-decoration: none; font-size: 16px; padding: 15px; font-weight: 500; }
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .mobile-menu .modal-menu ul li{ border-left-width: 0; padding-left: 15px; }
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg{ height: 10px; width: 10px; }
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .mobile-menu .modal-menu li .sub-menu-toggle *{ fill: var(--black); }
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .mobile-menu .modal-menu li:hover a,
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .mobile-menu .modal-menu li:focus a{ color: rgba(212, 86, 38, 1); text-decoration: none; }
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .mobile-menu .modal-menu li:hover .sub-menu-toggle *,
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .mobile-menu .modal-menu li:focus .sub-menu-toggle *{
  fill: rgba(212, 86, 38, 1);
}
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .menu-top-header{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.menu-modal .menu-modal-inner .menu-wrapper .menu-top .menu-top-header .heder-logo{ max-width: 130px; width: 100%; }
.menu-modal {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.menu-modal.active { display: block; }
.menu-modal .modal-menu{ left: unset; width: 100%; }
.menu-modal .menu-modal-inner {
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: var(--white);
  position: absolute;
  left: -100%;
  top: 0;
  transition: left 0.3s ease-in-out;
}
.menu-modal.active .menu-modal-inner { left: 0; }
body.menu-open { overflow: hidden; }

.page-not-found-section .img-404{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.page-not-found-section .img-404 img{
  max-width: 300px;
  width: 100%;
  text-align: center;
}
/*Hero Banner Section Style*/
.hero-banner {
  align-self: center;
  z-index: 0;
  width: 100%;
  position: relative;
  height: 100%; 
  overflow: hidden;
}
.hero-banner .banner-video-section {
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.hero-banner .banner-video-section .video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary-orange); /* brand color */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  z-index: 2;
}
@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.hero-banner .banner-video-section .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-banner .banner-video-section .banner-image {
  aspect-ratio: 1.96;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

/*Page Title Section Style*/
.page-title-section.archive-header{ padding: 0px;  }
.page-title-section.archive-header .archive-subtitle{
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  font-family: Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1em;
  max-width: 1300px;
  width: 100%;
  margin: 0px;
  max-width: 1300px;
}
.page-title-section.archive-header .section-inner{ max-width: 1300px; width: 100%; }
.page-title-section{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 35px;
  /* flex-grow: 0;
  background-color: var(--white); 
  -webkit-mask-image: url('./../images/page-title-mask-new.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center bottom;
  color: white;
  transition: background-color 0.3s ease;
  padding-bottom: 100px; */
}
.page-title-section:before {
  content: '';
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.page-title-section:after {
  content: '';
  background-image: url(./../images/cloud-white.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 60px;
  z-index: 1;
}
.page-title-section .section-wrapper{ 
  padding: 100px 0px 120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}
.page-title-section .section-wrapper .page-title{
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  font-family: Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 1em;
  letter-spacing: 0px;
  font-weight: normal;
  margin: 0px;
}
.page-title-section .section-wrapper .page-title .color-accent{ color: var(--primary-orange); }
.page-title-section .section-wrapper .page-description{
  display: flex;
  justify-content: center;
  position: relative;
  width: 90%;
}
.page-title-section .section-wrapper .page-description p{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  font-weight: normal;
  margin: 0px;
  color: var(--white);
  text-align: center;
}
/*Section Flag Style*/
.section-flag-img{
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50.6vw + 50%);
  /* position: absolute; */
  position: relative;
  text-align: center;
  padding-bottom:1.5em;
}
.section-flag-img img.flag-img{
  width: 100%;
  height: auto;
  display: block;
}

/*Section Header Style*/
.section-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  /* margin-top: 130px; */
  margin-top: 25px;
  margin-bottom: 50px;
}

.section-header .header-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  gap: 10px;
}

.section-header .section-icon {
  aspect-ratio: 0.76;
  object-fit: contain;
  object-position: center;
  width: 69px;
  align-self: center;
}
.section-header .header-text{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-header .section-title {
  color: var(--primary-orange);
  text-transform: uppercase;
  text-align: center;
  font: 42px Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0px;
}

.section-header .section-subtitle {
  color: #050402;
  text-align: center;
  font: 32px WorstveldBold, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0px;
}

/* Content Section Style*/
.content-section *{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
  text-decoration: none !important;
  color: var(--black);
}
.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5{
    font-family: Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 42px; 
    color: var(--primary-orange);
    text-transform: uppercase;
    text-align: left;
    margin: 25px 0px 15px;
    line-height: 1.2em;
}
.content-section h2{ font-size: 40px; }
.content-section h3{ font-size: 35px; }
.content-section h4{ font-size: 30px; }
.content-section h5{ font-size: 25px; }
/*Button Section Style*/
.button-section{
  position: relative;
}
.button-section .section-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 35px 0px;
}
.button-section .button{
  position: relative;
  display: flex;
  padding: 15px 35px;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  max-width:max-content;
  width: 100%;
  border-radius: 5px;
  background-color: var(--primary-orange);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: var(--white);
  text-align: center;
  font: 400 18px / 25px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  text-decoration: none !important;
}
.button-section .button:hover{
  background-color: var(--primary-orange-hover);
}
/*Category Menu Section Style*/
.menu-categories-section {
  align-self: stretch;
  z-index: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  /* background-repeat: no-repeat;
  background-position: top;
  background-size: cover; */
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  /* margin-top: -118px !important;
  padding-top: 30px !important; 
  padding-bottom: 170px !important;*/
}

.menu-categories-section .menu-grid {
  display: flex;
  margin-top: 50px;
  width: 100%;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.menu-categories-section .menu-grid .menu-items{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
}

.menu-categories-section .menu-grid .menu-items .menu-card {
  position: relative;
  display: flex;
  gap: 28px;
  justify-content: start;
  flex-direction: row;
  /* background-image: url('./../images/menu-bg-color.png'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 169px;
  flex-grow: 0;
  width: 100%;
  background-color: #e05d28; /* base color */
  -webkit-mask-image: url('./../images/menu-bg-color.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  color: white;
  transition: background-color 0.3s ease;
}
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(even) {
  -webkit-mask-image: url('./../images/menu-bg-color-rev.png');
}
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(6n+1):hover { background-color: #85AA3F; }
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(6n+2):hover { background-color: #7E3ACC; }
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(6n+3):hover { background-color: #297ACC; }
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(6n+4):hover { background-color: #D82A89; }
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(6n+5):hover { background-color: #E2BB40; }
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(6n+6):hover { background-color: #33A86A; }
.menu-categories-section .menu-grid .menu-items .menu-card a{
  color:var(--white);
  text-decoration: none;
}

.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(even) .menu-title{
  justify-content: start;
}
.menu-categories-section .menu-grid .menu-items .menu-card-content {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  gap: 30px;
  padding: 0 30px 0 71px;
}

.menu-categories-section .menu-grid .menu-items .menu-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  max-width: 120px;
  width: 100%;
  border-radius: 66px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
  margin-right: 50px;
  border: 3px solid #fff;
}

.menu-categories-section .menu-grid .menu-items .menu-title {
  align-self: stretch;
  width: 290px;
  margin: auto 0;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(even) .menu-card-content {
  flex-direction: row-reverse;
}
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(even) .menu-title {
  justify-content: flex-start;
  text-align: left;
}
.menu-categories-section .menu-grid .menu-items .menu-card:nth-child(even) .menu-image {
  margin-left: 10px;
  margin-right: 0px;
}
.menu-categories-section .menu-grid .menu-items .menu-text {
  color: rgb(255, 255, 255);
  font-family: 'Playfair Display', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

/*Menu Items / Gallery Itmes Style*/
.restaurant-menu-shortcode .filter-buttons,
.gallery-item-shortcode  .filter-buttons{
  margin-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}
.restaurant-menu-shortcode .filter-buttons .filter-btn,
.gallery-item-shortcode .filter-buttons .filter-btn {
  font-family: Playfair Display, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: row;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 65px;
  height: auto;
  flex-grow: 0;
  max-width: 220px;
  width: 100%;
  background-color: #e05d28;
  -webkit-mask-image: url(./../images/menu-bg-color.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  color: white;
  transition: background-color 0.3s ease;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 0px 20px;
}
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+1).active,
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+1):hover,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+1).active,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+1):hover { background-color: #db284e; }
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+2).active,
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+2):hover,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+2).active,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+2):hover { background-color: #85AA3F; }
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+3).active,
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+3):hover,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+3).active,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+3):hover { background-color: #7E3ACC; }
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+4).active,
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+4):hover,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+4).active,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+4):hover { background-color: #297ACC; }
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+5).active,
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+5):hover,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+5).active,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+5):hover { background-color: #D82A89; }
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+6).active,
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+6):hover,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+6).active,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+6):hover { background-color: #E2BB40; }
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+7).active,
.restaurant-menu-shortcode .filter-buttons .filter-btn:nth-child(6n+7):hover,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+7).active,
.gallery-item-shortcode .filter-buttons .filter-btn:nth-child(6n+7):hover { background-color: #33A86A; }

.restaurant-menu-shortcode .menu-items-list #menu-loader,
.our-teams-shortcode .our-teams-list #team-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  text-align: center;
  padding: 10px;
}
.restaurant-menu-shortcode .menu-items-list #load-more-btn,
.our-teams-shortcode .our-teams-list #load-more-team-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
}

.restaurant-menu-shortcode .menu-items-list,
.our-teams-shortcode .our-teams-list{ 
  margin: 35px 0px 0px;
  position: relative;
  padding: 40px 0px;
}
.restaurant-menu-shortcode .menu-items-list::after,
.restaurant-menu-shortcode .menu-items-list::before,
.gallery-item-shortcode .gallery-itmes-container::before{
  content: '';
  background-image: url(./../images/menu-border-line.png);
  background-size: contain;
  background-repeat: repeat-x;
  height: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
}
.restaurant-menu-shortcode .menu-items-list::before,
.gallery-item-shortcode .gallery-itmes-container::before{ top: 0px; }
.restaurant-menu-shortcode .menu-items-list::after{ bottom: 0px; }
.restaurant-menu-shortcode .menu-items-list .menu-items,
.our-teams-shortcode .our-teams-list .our-team-members-data{
  width: 100%;
  color: var(--black);
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.restaurant-menu-shortcode .menu-items-list .menu-items:has(.menu-flipbook) {
  grid-template-columns: repeat(1, 1fr) !important;
}
.restaurant-menu-shortcode .menu-items-list .menu-items.no-data-found,
.our-teams-shortcode .our-teams-list .our-team-members-data.no-data-found{
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
}
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item,
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member {
  border-radius: 15px;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 20px 0;
}
.food-content-section .food-categories .swiper .swiper-slide .food-category .category-info .item-tags,
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item .item-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.food-content-section .food-categories .swiper .swiper-slide .food-category .category-info .item-tags .item-tag,
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item .item-tags .item-tag{
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 3px 10px 1px;
    border: 1px solid var(--black);
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item:hover .item-info .item-tags .item-tag,
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item:hover .item-info .item-title,
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item:hover .item-info .item-description{
  color: var(--white);
}
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item:hover .item-info .item-tags .item-tag,
.food-content-section .food-categories .swiper .swiper-slide:hover .food-category .category-info .item-tags .item-tag{
  border-color: var(--white);
}

.our-teams-shortcode .our-teams-list .our-team-members-data .team-member{ background-color: #F2F1F1; }
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item:hover,
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member:hover{
  background-color:var(--primary-orange);
}
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item .masked-image,
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member .masked-image {
  display: inline-block;
  width: 354px;
  height: 272px;
  -webkit-mask-image: url('./../images/image_mask.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-image: url('./../images/image_mask.png');
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
}
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item .item-image,
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member .our-team-image {
  /* aspect-ratio: 1.3; */
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  /* max-width: 354px; */
}
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item .item-info,
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member .team-member-info {
  display: flex;
  margin-top: 30px;
  width: 100%;
  /*max-width: 252px;*/
  max-width: 350px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item .item-title,
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member .team-member-title {
  text-transform: uppercase;
  font: 700 24px Playfair Display, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0px;
}
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member .team-member-content{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  color: var(--black);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  gap: 3px;
  margin-top: 10px;
}
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member .team-member-content .team-member-position{}
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member .team-member-content .team-member-year{}
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member:hover .team-member-title,
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member:hover .team-member-content{
  color: var(--white);
}
.restaurant-menu-shortcode .menu-items-list .menu-items .menu-item .item-description,
.our-teams-shortcode .our-teams-list .our-team-members-data .team-member .team-member-description {
  align-self: center;
  margin-top: 15px;
  font: 500 14px/16px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}
.restaurant-menu-shortcode #load-more-btn,
.restaurant-menu-shortcode .menu-items-list .view-menu-button .menu-button,
.our-teams-shortcode #load-more-team-btn{
  border-radius: 15px;
  text-transform: uppercase;
  color: var(--primary-orange);
  padding: 15px 20px;
  font: 400 18px Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  border: 3px solid var(--primary-orange);
  align-self: stretch;
  margin: 35px auto;
  background: none;
  cursor: pointer;
}

.restaurant-menu-shortcode .menu-items-list .view-menu-button{
  width: 100%;
  display: flex;
  margin: 15px 0px;
}
.restaurant-menu-shortcode .menu-items-list .view-menu-button .menu-button{
  margin: 0 auto;
}
.restaurant-menu-shortcode #load-more-btn:hover,
.our-teams-shortcode #load-more-team-btn,
.restaurant-menu-shortcode .menu-items-list .view-menu-button .menu-button:hover{
  background-color: var(--primary-orange);
  color: var(--white);
}
.gallery-item-shortcode .gallery-itmes-container{
  position: relative;
  margin: 35px 0px 0px;
  padding: 40px 0px;
}
.gallery-item-shortcode .gallery-itmes-container .masonry-grid {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
/* Masonry uses this to size columns */
.gallery-item-shortcode .gallery-itmes-container .grid-sizer {
  width: 25%; /* 4 columns */
}
.gallery-item-shortcode .gallery-itmes-container .grid-item {
  margin-bottom: 0px;
  background: transparent;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.gallery-item-shortcode .gallery-itmes-container .grid-item {
  width: 25%; 
  float: left;
  padding: 5px; /* half of gutter (gutter is 10px) */
  box-sizing: border-box;
}
.gallery-item-shortcode .gallery-itmes-container .grid-item a{ display: block; }
.gallery-item-shortcode .gallery-itmes-container .gallery-items .grid-item .style-1 { height: 250px; }
.gallery-item-shortcode .gallery-itmes-container .gallery-items .grid-item .style-2 { height: 180px; }
.gallery-item-shortcode .gallery-itmes-container .gallery-items .grid-item .style-3 { height: 120px; }
.gallery-item-shortcode .gallery-itmes-container .gallery-items .grid-item .style-4 { height: 220px; }
.gallery-item-shortcode .gallery-itmes-container .gallery-items .grid-item .style-5 { height: 150px; }
.gallery-item-shortcode .gallery-itmes-container .gallery-items .grid-item img{ width:100%; height:100%; object-fit: cover; }


/*Food Content Menu Section Style*/
.food-content-section {
  align-self: center;
  z-index: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  height: auto;
  flex-grow: 0;
  /* margin-top: -130px;
  margin-bottom: -200px;
  padding: 0px 100px 261px; */
  padding: 0px;
}
.food-content-section.layout-2{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* .food-content-section:before{
    content: '';
    background-image: url(./../images/cloud-white.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -1px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 60px;
    z-index: 1;
} */
.food-content-section .container .section-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* gap: 50px; */
  gap: 0px;
}
.food-content-section .food-categories {
  /* margin-top: 50px; */
  width: 100%;
  color: var(--black);
}
.food-content-section .food-categories .book-image-section {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
}
.food-content-section .food-categories .book-image-section img.book-image{
  max-width: 100%;
  display: block;
  transition: 
    transform 0.6s cubic-bezier(.25,.8,.25,1),
    box-shadow 0.6s ease;
  transform-style: preserve-3d;
  max-width: 350px;
  width: 100%;
}
.food-content-section .food-categories .book-image-section img.book-image:hover {
  transform: rotateY(-18deg) rotateX(6deg) scale(1.05);
}
.food-content-section .food-categories .swiper .swiper-slide{ border-radius: 10px; }
.food-content-section .food-categories .swiper .swiper-slide:hover .food-category{ background-color: var(--primary-orange); }
.food-content-section .food-categories .swiper .swiper-slide .food-category {    
  transform: scale(1);
  z-index: 2;
  border-radius: 15px;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 22px 0px;
  gap: 20px;
  height: 100%;
}
.food-content-section .food-categories .swiper .swiper-slide .food-category .masked-image {
  display: inline-block;
  max-width: 354px;
  width: 100%; /* adjust as needed */
  height: 100%;
  -webkit-mask-image: url('./../images/image_mask.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-image: url('./../images/image_mask.png');
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
}

.food-content-section .food-categories .swiper .swiper-slide .food-category .category-image {
  max-width: 354px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1.3;
}
.food-content-section .food-categories .swiper .swiper-slide .food-category .category-info {
  display: flex;
  width: 100%;
  /* max-width: 260px; */
  max-width: 350px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
}
.food-content-section .food-categories .swiper .swiper-slide:hover .food-category .category-info{ color: var(--white); }
 .food-content-section.layout-2 .container .section-wrapper .section-header{ /* margin-bottom: 300px;*/ } 
.food-content-section.layout-2 .section-header .section-subtitle{
  color: var(--white);
}
.food-content-section.layout-2 .food-categories .swiper .swiper-slide .food-category .masked-image{
  border: 6px solid var(--white);
  mask-image: none !important;
  border-radius: 100%;
  overflow: hidden;
  min-height: auto;
  max-width: 240px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
/* .food-content-section .food-categories .swiper .swiper-wrapper{
  gap: 30px;
} */
.food-content-section .food-categories .swiper .swiper-slide .food-category .category-title {
  text-transform: uppercase;
  font: 700 24px Playfair Display, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0px;
}

.food-content-section .food-categories .swiper .swiper-slide .food-category .category-description {
  align-self: center;
  margin-top: 15px;
  font: 500 14px/16px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}
.food-content-section.layout-2 .food-categories .swiper .swiper-slide .food-category .category-info .item-tags .item-tag, 
.food-content-section.layout-2 .food-categories .swiper .swiper-slide .food-category .category-title,
.food-content-section.layout-2 .food-categories .swiper .swiper-slide .food-category .category-description{ color: var(--white); }
.food-content-section .food-categories .swiper .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.food-content-section.layout-2 .food-categories .swiper .swiper-slide .food-category .category-info .item-tags .item-tag{ border-color: var(--white); }
.food-content-section .food-categories .swiper .swiper-pagination-bullet {
  background: #999;
  opacity: 0.5;
  transition: width 0.3s ease-in-out;
}
.food-content-section .food-categories .swiper .swiper-pagination-bullet-active {
  background-color: var(--primary-orange);
  opacity: 1;
  border-radius: 38px;
  width: 30px;
  transition: width 0.3s ease-in-out;
}
.food-content-section .view-menu-button {
  align-self: center;
  display: flex;
  margin-top: 50px;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.food-content-section .view-menu-button .menu-button{
  border-radius: 15px;
  text-transform: uppercase;
  color: var(--primary-orange);
  padding: 15px 20px;
  font: 400 18px Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  border: 3px solid var(--primary-orange);
  align-self: stretch;
  margin: auto 0;
  background: none;
  cursor: pointer;
}
.food-content-section .view-menu-button .menu-button:hover{
  background-color: var(--primary-orange);
  color: var(--white);
}

.food-row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.food-row:last-child {
  margin-bottom: 0;
}

/* Testimonials Section Style*/
.testimonial-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
}

.testimonial-modal-content {
  background: var(--white);
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  position: relative;
}

.testimonial-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.testimonials-section {
  align-self: center;
  z-index: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  font-family: Poppins, sans-serif;
}

.testimonials-section .testimonial-content {
  position: relative;
  display: flex;
  margin-top: 60px;
  max-width: 600px;
  width: 100%;
  align-items: flex-start;
  gap: 40px 50px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  justify-content: center;

}
.testimonials-section .testimonial-content .swiper-wrapper .swiper-slide{
  display: flex;
  justify-content: center;
}
.testimonials-section .testimonial-content .testimonial-card {
  z-index: 0;
  min-width: 240px;
  padding-top: 40px;
  width: 501px;
  margin: auto 0;
  padding-bottom: 50px;
}
.testimonials-section .testimonial-content .testimonial-card::before,
.testimonials-section .testimonial-content .testimonial-card::after {
  content: '';
  position: absolute;
  background: url('./../images/quote-icon.png') no-repeat center center;
  background-size: contain;
  width: 53px;
  height: 45px;
  opacity: 1;
  z-index: 10;
}
.testimonials-section .testimonial-content .testimonial-card::before {
  top: 22%;
  left: 15%;
}

.testimonials-section .testimonial-content .testimonial-card::after {
  bottom: 27%;
  right: 12%;
  transform: rotate(180deg);
}

.testimonials-section .testimonial-content .testimonial-card .testimonial-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 450px;
  height: 450px;
  width: 100%;
  align-items: stretch;
  padding: 0 50px 50px;
}

.testimonials-section .testimonial-content .testimonial-card .testimonial-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;

  object-position: center;
}
.testimonials-section .testimonial-content .testimonial-card .client-img{
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  max-width: 138px;
  width: 100%;
  align-self: center;
  z-index: 10;
  margin: -40px 0 0 10px;
  border: 8px solid var(--white);
  border-radius: 100%;
  overflow: hidden;
}
.testimonials-section .testimonial-content .testimonial-card .client-img .avatar-placeholder{
  font-family: Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  background: var(--primary-orange); /* fallback color */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  font-weight: normal;
  color: var(--white);
  width: 100%;
  height: 100%;
}
.testimonials-section .testimonial-content .testimonial-card .customer-avatar {
  width: 100%;
  max-width: 100%;
}

.testimonials-section .testimonial-content .testimonial-card .testimonial-text {
  position: relative;
  display: flex;
  margin-bottom: -32px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.testimonials-section .testimonial-content .testimonial-card .customer-info {
  min-height: auto;
  width: 100%;
  padding: 15px 15px 5px;
}

.testimonials-section .testimonial-content .testimonial-card .customer-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.testimonials-section .testimonial-content .testimonial-card .customer-name {
  font: 600 31px/1 Playfair Display, -apple-system, Roboto, Helvetica, sans-serif;
  margin:0px;
}

.testimonials-section .testimonial-content .testimonial-card .customer-title {
  margin-top: 6px;
  font: 400 22px/2 Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  margin-bottom: 0px;
}

.testimonials-section .testimonial-content .testimonial-card .testimonial-quote {
  align-self: center;
  font: 400 17px/31px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  padding: 0px 25px;
}

.testimonials-section .testimonial-content .testimonial-card .testimonial-decoration {
  aspect-ratio: 0.76;
  object-fit: contain;
  object-position: center;
  width: 69px;
  align-self: start;
  position: absolute;
  z-index: 0;
  flex-shrink: 0;
  left: 22%;
  bottom: 10px;
  height: auto;
}

.testimonials-section .testimonial-content .testimonial-card .swiper-pagination {
  align-self: center;
  display: flex;
  margin-top: 60px;
  align-items: center;
  gap: 20px;
  justify-content: start;
}

.testimonials-section .testimonial-content .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--white);
  border-radius: 50%;
  align-self: stretch;
  width: 10px;
  flex-shrink: 0;
  height: 10px;
  opacity: 1;
}

.testimonials-section .testimonial-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 38px;
  background-color: var(--primary-orange);
  width: 30px;
}

.testimonials-section .testimonial-content .testimonial-card .testimonial-rating-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0px;
}
.testimonials-section .testimonial-content .testimonial-card .testimonial-rating-stars {
  font-size: 25px;
  line-height: 1;
  color: #ddd; /* default color (empty star) */
  position: relative;
  display: inline-block;
  letter-spacing: 10px;
}

.testimonials-section .testimonial-content .testimonial-card .testimonial-rating-stars::before {
  content: '★★★★★'; /* 5 stars */
  display: block;
}

.testimonials-section .testimonial-content .testimonial-card .testimonial-rating-stars::after {
  content: '★★★★★';
  position: absolute;
  top: 0;
  left: 0;
  width: var(--after-width, 0%);
  overflow: hidden;
  color: orange;
  white-space: nowrap;
  pointer-events: none;
}

/* Instagram and Contact Section Style*/
.contact-gallery-section {
  position: relative;
  align-self: center;
  z-index: 1;
  display: flex;
  width: 100%;
  font-family: Poppins, sans-serif;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-size: contain;
  background-repeat: repeat;
  background-position: top;
  /* background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-top: -160px; */
  padding-top: 0px;
  margin-top: 0px;
}

.contact-gallery-section .contact-gallery-content {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  gap: 60px;
  /* padding-top: 130px; */
  padding-top: 25px;
  padding-bottom: 35px;
}

.contact-gallery-section .contact-gallery-content .gallery-section {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 60px;
  align-items: stretch;
  width: 100%;
  gap: 20px;
}

.contact-gallery-section .contact-gallery-content .gallery-section .gallery-header {
  align-self: start;
  display: flex;
  align-items: start;
  gap: 20px;
  white-space: nowrap;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  font: 500 57px / 1 Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  flex-direction: column;
}

.contact-gallery-section .contact-gallery-content .gallery-section .instagram-info {
  display: flex;
  align-items: center;
  gap: 9px;
}

.contact-gallery-section .contact-gallery-content .gallery-section .instagram-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 68px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.contact-gallery-section .contact-gallery-content .gallery-section .instagram-handle {
  align-self: stretch;
  font-size: 50px;
  line-height: 55px;
  margin: auto 0;
  background: linear-gradient(90deg, #D03B9A 0%, #F54E51 52.41%, #FFCF52 95.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.contact-gallery-section .contact-gallery-content .gallery-section .gallery-grid {
  width: 100%;
  flex: 1;
  /* border: 30px solid transparent;
  border-image: url('./../images/insta_border.png') 30 round;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 15px;*/
   padding: 5px 0px;
  display: inline-block;
  display: flex;
}

.contact-gallery-section .contact-gallery-content .gallery-section .gallery-row {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: start;
  flex: 1;
  flex-direction: row;
  margin-bottom: 20px;
}

.contact-gallery-section .contact-gallery-content .gallery-section .gallery-row:last-child {
  margin-bottom: 0;
}

.contact-gallery-section .contact-gallery-content .gallery-section .gallery-item {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.contact-gallery-section .contact-gallery-content .gallery-section .gallery-item img{ width: 100%; height: 100%; object-fit: cover; }
.contact-gallery-section .contact-gallery-content .contact-form-section {
  background-color: transparent;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  width: 100%;
}
.contact-gallery-section .contact-gallery-content .contact-form-section .contact-form-container{
  background-color: rgba(227, 217, 215, 1);
  border-radius: 20px;
  padding: 30px;
  width: 100%;
}
.contact-gallery-section .contact-gallery-content .contact-form-section .form-header {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 17px;
  justify-content: center;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .form-icon {
  align-self: stretch;
  display: flex;
  min-height: 22px;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  width: 27px;
  margin: auto 0;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .message-icon {
  aspect-ratio: 1.28;
  object-fit: contain;
  object-position: center;
  width: 30px;
  align-self: stretch;
  margin: auto 0;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .form-title {
  color: var(--primary-orange);
  text-transform: uppercase;
  align-self: stretch;
  width: auto;
  margin: auto 0;
  /* font: 700 24px Playfair Display, -apple-system, Roboto, Helvetica, sans-serif; */
 font: 30px Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .contact-form {
  margin-top: 30px;
  width: 100%;
  color: rgba(81, 78, 78, 1);
  font: 400 16px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .form-group {
  margin-bottom: 15px;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .form-group:last-child {
  margin-bottom: 0;
}

.contact-gallery-section .contact-gallery-content .contact-form-section form.wpcf7-form input[type='text'],
.contact-gallery-section .contact-gallery-content .contact-form-section form.wpcf7-form input[type='email'],
.contact-gallery-section .contact-gallery-content .contact-form-section form.wpcf7-form input[type='password'],
.contact-gallery-section .contact-gallery-content .contact-form-section .form-input {
  border-radius: 8px;
  background-color: var(--white);
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 20px 16px;
  border: none;
  font: inherit;
}

.contact-gallery-section .contact-gallery-content .contact-form-section form.wpcf7-form textarea,
.contact-gallery-section .contact-gallery-content .contact-form-section .form-textarea {
  border-radius: 8px;
  background-color: var(--white);
  display: flex;
  min-height: 150px;
  width: 100%;
  align-items: start;
  gap: 10px;
  overflow: hidden;
  justify-content: start;
  padding: 11px 15px;
  border: none;
  font: inherit;
  resize: vertical;
}

.contact-gallery-section .contact-gallery-content .contact-form-section form.wpcf7-form input[type='submit'],
.contact-gallery-section .contact-gallery-content .contact-form-section .submit-button {
  border-radius: 8px;
  background-color: var(--primary-orange);
  display: flex;
  margin-top: 30px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
  padding: 15px 146px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font: 500 16px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}
.contact-gallery-section .contact-gallery-content .contact-form-section form.wpcf7-form input[type='submit']{
  display: inline-block;
  position: relative;
}
.contact-gallery-section .contact-gallery-content .contact-form-section form.wpcf7-form .submit-button span{ position: relative; }
.contact-gallery-section .contact-gallery-content .contact-form-section form.wpcf7-form input[type='submit']:after,
.contact-gallery-section .contact-gallery-content .contact-form-section form.wpcf7-form .submit-button span:after{
  content: '';
  position: absolute;
  top: 50%;
  right: unset;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("./../images/submit-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  margin-left: 8px;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .button-content {
  display: flex;
  height: 20px;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .button-text {
  color: var(--white);
  text-align: center;
  align-self: stretch;
  margin: auto 0;
  font: 500 16px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .button-icon {
  align-self: stretch;
  display: flex;
  min-height: 16px;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  width: 16px;
  margin: auto 0;
}

.contact-gallery-section .contact-gallery-content .contact-form-section .submit-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}

/*Contact Info and Form Section Style*/
.contact-info-and-form-section{ position:relative; margin: 25px 0px; }
.contact-info-and-form-section .main-content-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  border-radius: var(--border-radius-lg);
  background-color: var(--white);
}
.contact-info-and-form-section .contact-info-section * { letter-spacing: 0px; }
.contact-info-and-form-section .contact-info-section {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  flex: 1;
  border-radius: 25px;
  border: 1px solid var(--secondary-orange);
  height: 100%;
}
.contact-info-and-form-section .contact-info-section .section-title {
  color: var(--text-dark);
  text-transform: uppercase;
  font: 600 22px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  margin:0px;
  letter-spacing: 0px;
}
.contact-info-and-form-section .contact-info-section .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}
.contact-info-and-form-section .contact-info-section .contact-details .contact-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  width: 100%;
}
/* .contact-info-and-form-section .contact-info-section .contact-details .main-heading {
  width: 100%;
  color: var(--text-dark);
  text-align: left  ;
  font: 600 22px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  letter-spacing: 0px;
  margin:0px auto;
} */
.contact-info-and-form-section .contact-info-section .contact-details .description-text {
  width: 100%;
  color: var(--text-dark);
  text-align: left;
  font: 400 16px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
.contact-info-and-form-section .contact-info-section .contact-details .contact-methods {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.contact-info-and-form-section .contact-info-section .contact-details .contact-methods .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.contact-info-and-form-section .contact-info-section .contact-details .contact-methods .contact-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}
.contact-info-and-form-section .contact-info-section .contact-details .contact-methods .contact-text,
.contact-info-and-form-section .contact-info-section .contact-details .contact-methods .contact-text a {
  color: var(--text-dark);
  font: 400 21px/24px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  letter-spacing: 0px;
}
.contact-info-and-form-section .contact-info-section .contact-details .contact-methods .contact-text a:hover{ color: var(--primary-orange); }
.contact-info-and-form-section .contact-info-section .location-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.contact-info-and-form-section .contact-info-section .location-section .location-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 0 var(--spacing-xs);
}
.contact-info-and-form-section .contact-info-section .location-section .location-details .address-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.contact-info-and-form-section .contact-info-section .location-section .location-details .location-icon {
  width: 12px;
  height: 16px;
  margin-top: 4px;
}
.contact-info-and-form-section .contact-info-section .location-section .location-details .address-text {
  color: var(--text-dark);
  flex: 1;
  font: 600 18px/22px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  letter-spacing: 0px;
}
.contact-info-and-form-section .contact-info-section .location-section .location-details .direction-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.contact-info-and-form-section .contact-info-section .location-section .location-details .direction-icon {
  width: 16px;
  height: 18px;
  /* transform: rotate(45deg); */
}
.contact-info-and-form-section .contact-info-section .location-section .location-details .direction-text,
.contact-info-and-form-section .contact-info-section .location-section .location-details .direction-text a {
  color: var(--text-dark);
  text-transform: uppercase;
  font: 400 18px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  letter-spacing: 0px;
}
.contact-info-and-form-section .contact-info-section .location-section .location-details .direction-text a:hover{ color: var(--primary-orange); }
.contact-info-and-form-section .contact-info-section .social-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.contact-info-and-form-section .contact-info-section .social-section .social-icons {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact-info-and-form-section .contact-info-section .social-section .social-icons .social-icon {
  width: 50px;
  height: 50px;
}
.contact-info-and-form-section .contact-form-section {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-sm);
  flex: 1;
  border-radius: 15px;
  border: 1px solid var(--primary-orange);
  background-color: var(--background-light);
}
.contact-info-and-form-section .contact-form-section .form-container {
  display: flex;
  width: 100%;
  padding: var(--spacing-md);
  justify-content: center;
  gap: var(--spacing-sm);
  border-radius: var(--border-radius-md);
  border: 3px solid var(--primary-orange);
  flex-direction: column;
  align-items: stretch;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  border: 4px dashed var(--primary-orange);
  padding: 50px 40px 30px;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
  margin-bottom: 25px;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .form-header .form-logo {
  max-width: 80px;
  width: 100%;
  height: auto;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .form-header .form-title {
  color: var(--text-dark);
  text-transform: uppercase;
  text-align: center;
  font: 600 26px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  margin:0px auto;
  letter-spacing: 0px;
}

.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  width: 100%;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form .wpcf7  { width: 100%; }
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form .wpcf7-form-control-wrap {
  width: 100%;
  height: 50px;
  border-radius: var(--border-radius-md);
  position: relative;
  background-color: var(--white);
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form input[type='text'],
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form input[type='email'],
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form input[type='tel'],
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form textarea {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: var(--border-radius-md);
  padding: 15px 24px;
  font: 400 14px/18px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--text-gray);
  background-color: var(--white);
  outline: none;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form textarea {
  resize: vertical;
  min-height: 95px;
  height:95px
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form input[type='text']::placeholder,
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form input[type='email']::placeholder,
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form input[type='tel']::placeholder,
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form textarea::placeholder { color: var(--text-gray); }
.form-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xl);
  width: 100%;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form .privacy-notice {
  width: 100%;
  color: var(--text-dark);
  text-align: center;
  font: 400 14px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form .privacy-notice .privacy-text { font-size: 16px; }
.contact-info-and-form-section .contact-form-section .form-container .form-content .contact-form .privacy-notice .privacy-link {
  color: var(--secondary-orange);
  text-decoration: underline;
  font-size: 16px;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .submit-button {
  position: relative;
  display: flex;
  padding: 15px 35px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
  width: 100%;
  border-radius: var(--border-radius-sm);
  background-color: var(--primary-orange);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: var(--white);
  text-align: center;
  font: 400 16px/24px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  text-decoration: none !important;
}
.contact-info-and-form-section .contact-form-section .form-container .form-content .submit-button:hover { background-color: var(--secondary-orange); }
.contact-info-and-form-section .contact-form-section .form-container .form-content .submit-button span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: unset;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(./../images/submit-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  margin-left: 8px;
}

/*Seprater Section Style*/
.seprater-section{ display: flex; }
.seprater-section img.divider-image{ margin: 25px 0px; max-width: 100%; width: 100%; object-fit: cover; }

/*Hourse Content Section Style*/
.hours-content-section {
  display: flex;
  position: relative;
  margin: 25px 0px;
}
.hours-content-section .main-content-wrapper{ 
  display: flex;
  height: auto;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 15px;
  border: 1px solid var(--secondary-orange);
  gap: 50px;
}
.hours-content-section .hours-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 500px;
  width: 100%;
}
.hours-content-section .hours-content .hours-title {
  color: var(--text-dark);
  text-transform: uppercase;
  font: 400 42px "Bungee Inline", -apple-system, Roboto, Helvetica, sans-serif;
  margin:0px;
}
.hours-content-section .hours-content .hours-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm);
  max-width:450px;
  width: 100%;
  text-align: center;
}
.hours-content-section .hours-content .hours-list .hours-item {
  display: flex;
  align-items: center;
  color: var(--text-dark);
  width: 100%;
  align-self: stretch;
  font: 400 22px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}
.hours-content-section .hours-content .hours-list .hours-item .day {
  white-space: nowrap;
}
.hours-content-section .hours-content .hours-list .hours-item .dots {
  flex: 1;
  border-bottom: 3px dotted #000;
  margin: 10px 8px 0px;
}
.hours-content-section .hours-content .hours-list .hours-item .time {
  white-space: nowrap;
}
.hours-content-section .special-info-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm);
  height: 100%;
  width: 100%;
}
.hours-content-section .special-info-section .special-info-content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl);
  width: 100%;
}
.hours-content-section .special-info-section .special-info-content .special-info-logo {
  max-width: 80px;
  width: 100%;
  height: auto;
}
.hours-content-section .special-info-section .special-info-content .special-info-text {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hours-content-section .special-info-section .special-info-content .happy-hour-text,
.hours-content-section .special-info-section .special-info-content .walk-in-text {
  position: relative;
  width: 100%;
  color: var(--text-dark);
  height: auto;
  text-align: center;
  font: 600 28px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

/* Other Restarunt Information Section Style*/
.other-restaurant-info-section{ position: relative; margin: 25px 0px; }
.other-restaurant-info-section .main-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-sm);
  width: 100%;
  position: relative;
  background-color: var(--white);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-background {
  width: 100%;
  height: 599px;
  position: relative;
}
.other-restaurant-info-section .main-content-wrapper .background-image {
  width: 100%;
  height: 599px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-overlay {
  display: flex;
  width: 100%;
  height: auto;
  padding: 50px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-top: 5px;
  padding: 0px;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .restaurant-logo {
  width: 210px;
  height: 126px;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .restaurant-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .restaurant-name {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font: 400 40px "Bungee Inline", -apple-system, Roboto, Helvetica, sans-serif;
  margin:0px;
  letter-spacing: 0px;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .restaurant-subtitle {
  width: 100%;
  color: var(--white);
  text-align: center;
  font: 400 36px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  letter-spacing: 0px;
  margin: 0px;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .restaurant-menu-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--spacing-md);
  width: 100%;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .restaurant-menu-items .restaurant-menu-item {
  display: flex;
  padding: var(--spacing-sm);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm);
  flex: 1;
  border-radius: var(--border-radius-md);
  background-color: #fdeba8;
  min-width: 250px;
  width: 100%;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .restaurant-menu-items .restaurant-menu-text,
.other-restaurant-info-section .main-content-wrapper .restaurant-content .restaurant-menu-items .restaurant-menu-text a {
  flex: 1;
  color: #17110f;
  text-align: center;
  font: 600 18px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  letter-spacing: 0px;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .restaurant-menu-items .restaurant-menu-text a:hover{
  color: var(--primary-orange);
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .visit-button {
  display: flex;
  padding: var(--spacing-sm) 25px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  border-radius: var(--border-radius-md);
  background-color: var(--primary-orange);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none !important;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .visit-text,
.other-restaurant-info-section .main-content-wrapper .restaurant-content .visit-text a {
  color: var(--white);
  text-transform: uppercase;
  font: 400 18px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  text-decoration: none !important;
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .visit-button:hover{
  background-color: var(--white);
}
.other-restaurant-info-section .main-content-wrapper .restaurant-content .visit-button:hover a {
  color: var(--primary-orange);
  text-decoration: none !important;
}

/*About Story Section Style*/
.about-story-section {
  position: relative;
  width: 100%;
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
/* .about-story-section .container{ padding: 50px 0px; } */
.about-story-section .main-content-wrapper{
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.about-story-section .main-content-wrapper .about-section-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    gap: 15px;
}
.about-story-section .main-content-wrapper .about-section-header .about-section-img{
  max-width: 70px;
  width: 100%;
}
.about-story-section .main-content-wrapper .about-section-header .about-section-title{
  color: var(--primary-orange);
  text-transform: uppercase;
  margin: 0px;
}
.about-story-section .main-content-wrapper .about-section-header .about-section-title h2{ 
  position: relative;
  text-align: center;
  font: 42px Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0px auto;
  padding-bottom: 15px; 
}
.about-story-section .main-content-wrapper .about-section-header .about-section-title h2:after{
  content: '';
  background-image: url('./../images/heading-border.png');
  background-repeat: repeat;
  height: 7px;
  max-width: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about-story-section .main-content-wrapper .about-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
}
.about-story-section.image-left .about-section-content {
    flex-direction: row;
}
.about-story-section.image-right .about-section-content {
    flex-direction: row-reverse;
}
.about-story-section .main-content-wrapper .about-section-content .about-content-text,
.about-story-section .main-content-wrapper .about-section-content .about-content-text * {
    flex: 1;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size:22px;
    line-height: 1.8em;
    font-weight: 400;    
    color: #000;
}
.about-story-section .main-content-wrapper .about-section-content .about-content-image {
    flex: 1;
    position: relative;
    -webkit-mask-image: url('./../images/about-mask.png'); 
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-image: url('./../images/about-mask.png');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
}
.about-story-section .main-content-wrapper .about-section-content .about-content-image img {
    aspect-ratio: 1.2;
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 100%;
}

/*Content With Bg Image and Title Section Style*/
.content-image-title-section {
  position: relative;
  width: 100%;
}
.content-image-title-section .main-content-wrapper{
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.content-image-title-section .main-content-wrapper .section-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  gap: 15px;
  color: #fff;
}
.content-image-title-section .main-content-wrapper .section-content .section-img{
  max-width: 70px;
  width: 100%;
}
.content-image-title-section .main-content-wrapper .section-content .section-title{
  color: var(--primary-orange);
  text-transform: uppercase;
  margin: 0px;
}
.content-image-title-section .main-content-wrapper .section-content .section-title h2{ 
  position: relative;
  text-align: center;
  font: 42px Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0px auto 35px;
  padding-bottom: 15px; 
}
.content-image-title-section .main-content-wrapper .section-content .section-title h2:after{
  content: '';
  background-image: url('./../images/heading-border.png');
  background-repeat: repeat;
  height: 7px;
  max-width: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.content-image-title-section .main-content-wrapper .section-content .content-text{ max-width: 90%; }
.content-image-title-section .main-content-wrapper .section-content .content-text,
.content-image-title-section .main-content-wrapper .section-content .content-text *{
  flex: 1;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.8em;
  font-weight: 400;    
  color: #fff;
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/*Virtual Tour Section*/
.virtual-tour-section{
  display: flex;
  position: relative;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  margin: 25px 0px;
}
.virtual-tour-section .main-content-wrapper iframe{
  width: 100%;
  height: 100vh;
}

/*Blog Page Styles (Archive Pages) with Sidebar*/
.archive-wrapper .content-area .content-with-sidebar{ gap:50px; }
.archive-wrapper .content-area .content-with-sidebar .sidebar-area{
  max-width: 450px;
  width: 100%;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block{ margin-top: 40px; margin-bottom: 0px;}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block .wp-block-heading{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_search .wp-block-search__input{
  border-radius: 5px;
  padding: 15px 20px;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_categories,
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries,
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_tag_cloud{ margin-top: 30px; }
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_categories > ul,
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries > ul{ 
  margin-top:0px; 
  margin-bottom: 0;
  height: auto;
  overflow: hidden;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_categories .wp-block-categories-list .cat-item a{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--black);
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_categories .wp-block-categories-list .cat-item a:after{
  font-family: "Font Awesome 5 Free";  /* For FA5, change if FA6 */
  font-weight: 900; /* solid style */
  content: "\f105";  /* Unicode for fa-angle-right */
  margin-left: 6px;
  display: inline-block;
  position: absolute;
  right: 0;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_categories .wp-block-categories-list .cat-item > a:hover{
  color: var(--primary-orange);
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries{ overflow: hidden; }
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts{ 
  margin: 0px; 
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts .custom-latest-post{
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  gap: 10px;
} 
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts .custom-latest-post .post-data{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  height: 100%;
  align-items: center;
  align-content: center;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts .custom-latest-post .post-data h4{
  margin: 0px;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts a.wp-block-latest-posts__post-title,
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts .wp-block-latest-posts__post-date,
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_tag_cloud .tag-cloud-link{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--black);
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts a.wp-block-latest-posts__post-title:hover{
  color: var(--primary-orange);
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts li:last-child .wp-block-latest-posts__featured-image{ margin-bottom: 0px; }
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts .wp-block-latest-posts__featured-image{ max-width: 100px; width:100%; height: auto; margin: 0px; }
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts .wp-block-latest-posts__featured-image img{ width: 100%; }
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_recent_entries .wp-block-latest-posts .wp-block-latest-posts__post-date{ color: rgba(0,0,0,0.5) !important; }

.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_tag_cloud{ position: relative; }
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_tag_cloud .wp-block-tag-cloud{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  gap: 20px; /* space between tags */
  text-align: center;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_tag_cloud .tag-cloud-link{
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  margin: 0px;
}
.archive-wrapper .content-area .content-with-sidebar .sidebar-area .widget_block.widget_tag_cloud .tag-cloud-link:hover{
  color: var(--white);
  background: var(--primary-orange);
  border-color: var(--primary-orange);
}

.archive-wrapper .content-area .content-with-sidebar .archive-content{
  max-width: 1150px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .featured-media{ margin-top: 0px; margin-bottom: 35px; }
.archive-wrapper .content-area .content-with-sidebar .archive-content .featured-media .featured-media-inner {
  flex: 1;
  position: relative;
  -webkit-mask-image: url('./../images/about-mask.png'); 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-image: url('./../images/about-mask.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  max-width: 740px;
  width: 100%;
  left: 0px;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .featured-media .featured-media-inner img {
  aspect-ratio: 1.2;
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-width: 100%;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  text-align: left;
  margin: 0;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .entry-categories,
.single-post .site-content .post .entry-header-inner .entry-categories{
  position: relative;
  margin-bottom: 20px;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .entry-categories .entry-categories-inner,
.single-post .site-content .post .entry-header-inner .entry-categories .entry-categories-inner{ 
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .entry-categories .entry-categories-inner a,
.single-post .site-content .post .entry-header-inner .entry-categories .entry-categories-inner a{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--primary-orange);
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  border: 1px solid var(--primary-orange);
  border-radius: 5px;
  text-decoration: none;
  padding: 6px 15px 3px;
  margin: 0px;
  text-align: left;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .entry-categories .entry-categories-inner a:hover,
.single-post .site-content .post .entry-header-inner .entry-categories .entry-categories-inner a:hover{ 
  background-color: var(--primary-orange);
  color: var(--white);
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .entry-title,
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .entry-title a,
.single-post .site-content .post .entry-header-inner .entry-title,
.single-post .site-content .post .entry-header-inner .entry-title a{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--black);
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .entry-title,
.single-post .site-content .post .entry-header-inner .entry-title{
   margin-bottom: 10px;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .entry-title a:hover,
.single-post .site-content .post .entry-header-inner .entry-title a:hover{
  color: var(--primary-orange);
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .post-meta-wrapper,
.single-post .site-content .post .entry-header-inner .post-meta-wrapper{
  max-width: 100%;
  margin: 0px;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .post-meta-wrapper .post-meta,
.archive-wrapper .content-area .content-with-sidebar .archive-content .section-inner .post-meta-wrapper .post-meta,
.single-post .site-content .post .entry-header-inner .post-meta-wrapper .post-meta,
.single-post .site-content .post .section-inner .post-meta-wrapper .post-meta{ 
  justify-content: flex-start; 
  margin: 0;
  gap: 20px;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner .post-meta-wrapper .post-meta .meta-wrapper,
.archive-wrapper .content-area .content-with-sidebar .archive-content .section-inner .post-meta-wrapper .post-meta .meta-wrapper,
.single-post .site-content .post .entry-header-inner .post-meta-wrapper .post-meta .meta-wrapper,
.single-post .site-content .post .section-inner .post-meta-wrapper .post-meta .meta-wrapper{ margin: 0px; }
.archive-wrapper .content-area .content-with-sidebar .archive-content .post-inner{ padding-top: 25px; }
.archive-wrapper .content-area .content-with-sidebar .archive-content .post-inner .entry-content, 
.archive-wrapper .content-area .content-with-sidebar .archive-content .post-inner .entry-content *,
.single-post .site-content .post .post-inner .entry-content,
.single-post .site-content .post .post-inner .entry-content *{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--black);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .post-inner .entry-content a:hover,
.single-post .site-content .post .post-inner .entry-content a:hover{ color: var(--primary-orange); }
.archive-wrapper .content-area .content-with-sidebar .archive-content .post-inner .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.single-post .site-content .post .post-inner .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.archive-wrapper .content-area .content-with-sidebar .archive-content .section-inner,
.archive-wrapper .content-area .content-with-sidebar .archive-content .section-inner .post-meta-wrapper,
.single-post .site-content .post .section-inner,
.single-post .site-content .post .section-inner .post-meta-wrapper{
  max-width: 100%;
  width: 100%;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .section-inner .post-meta-wrapper,
.single-post .site-content .post .section-inner .post-meta-wrapper{ margin-top: 20px; }
.archive-wrapper .content-area .content-with-sidebar .archive-content .entry-header-inner.section-inner .post-meta-wrapper{ margin-top: 5px; }
.archive-wrapper .content-area .content-with-sidebar .archive-content .section-inner .post-meta-wrapper .post-meta .meta-wrapper *{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: var(--text-gray);
  text-decoration: none !important;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .section-inner .post-meta-wrapper .post-meta .meta-wrapper .meta-icon svg{
  width: 15px;
  height: auto;
}
.archive-wrapper .content-area .content-with-sidebar .archive-content .section-inner .post-meta-wrapper .post-meta .meta-wrapper a:hover{
  color: var(--primary-orange);
}
.single-post .site-content .post .entry-header-inner{
  max-width: 1630px;
  width: 100%;
}
.singular .entry-header{ padding: 0px; }
.singular .pagination-single{
  margin-top: 35px;
}
.singular .pagination-single a{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
  color: var(--primary-orange);
}
.custom-share-links{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 15px 0px;
}
.custom-share-links label{ 
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  color: var(--black);
  margin: 0px; 
  margin-right: 10px;  
}
.custom-share-links ul.social-share{
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0px;
}
.custom-share-links ul.social-share li{ margin: 0px; }
.custom-share-links ul.social-share li > a{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
  color: var(--black);
  text-decoration: none;
  text-decoration: none;
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.15s ease-in-out;
}
.custom-share-links ul.social-share li > a:hover{
  transform: scale(1.1);
}
.pagination-wrapper .pagination .nav-links{
  margin: 0px;
  width: 100%;
  gap: 10px;
}
.pagination-wrapper .pagination .nav-links .page-numbers{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: var(--white);
  text-decoration: none;
  background-color: var(--black);
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  font-weight: normal;
  padding: 5px 10px;
}
.pagination-wrapper .pagination .nav-links .page-numbers.next,
.pagination-wrapper .pagination .nav-links .page-numbers.prev{ width: auto; }
.pagination-wrapper .pagination .nav-links .page-numbers:hover,
.pagination-wrapper .pagination .nav-links .page-numbers.current{
  color: var(--white);
  background-color: var(--primary-orange);
}

/*Related Post Style*/
.related-posts .seprater-section{ margin-top: 25px; }
.related-posts .related-posts-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.related-posts .related-posts-list .related-post a.feature-img{ 
  position: relative; 
  display: block;
  overflow: hidden;
  border-radius: 8px; 
}
.related-posts .related-posts-list .related-post a.feature-img img{
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: 300px; 
  object-fit: cover;
  border-radius: 8px; 
  display: block;
}
.related-posts .related-posts-list .related-post a.feature-img:hover img{ transform: scale(1.1); }
.related-posts .related-posts-list .related-post .post-title{
  position: relative;
  margin: 25px 0 15px;
  font-size: unset;
}
.related-posts .related-posts-list .related-post .post-title a{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: var(--black);
  text-decoration: none;  
}
.related-posts .related-posts-list .related-post .post-title a:hover{
  color: var(--primary-orange);
}
.related-posts .related-posts-list .related-post .post-meta{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.related-posts .related-posts-list .related-post .post-meta .author,
.related-posts .related-posts-list .related-post .post-meta .date{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: var(--text-gray);
  text-decoration: none; 
}
.related-posts .related-posts-list .related-post .post-meta span.seprater{
  position: relative;
  width: 1px;
  background: var(--text-gray);
  margin: 0 8px;
}

/*Post Comment Section Style*/
.comments-wrapper .comments-inner,
.comments-wrapper{
  position: relative;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}
.comments-wrapper .seprater-section{ margin-top: 25px; margin-bottom: 25px; }
.comments-wrapper .comments-inner .comment .comment-respond .header-content .section-title #cancel-comment-reply-link{
  color: var(--black);
}
.comments-wrapper .comments-inner .comment .comment-respond .header-content .section-title #cancel-comment-reply-link:hover{
  color: var(--primary-orange);
}
.comments-wrapper .comments-inner .comment .comment-body{ margin-left: 8rem; }
.comments-wrapper .comments-inner .comment .comment-body .comment-author,
.comments-wrapper .comments-inner .comment .comment-body .comment-author *{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: var(--black);
}
.comments-wrapper .comments-inner .comment .comment-body .comment-metadata,
.comments-wrapper .comments-inner .comment .comment-body .comment-metadata *{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-gray);
  text-decoration: none;
}
.comments-wrapper .comments-inner .comment .comment-body .comment-content.entry-content,
.comments-wrapper .comments-inner .comment .comment-body .comment-content.entry-content *{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  text-decoration: none;
  max-width: 100%;
  width: 100%;
}
.comments-wrapper .comments-inner .comment .comment-body .comment-metadata a:hover,
.comments-wrapper .comments-inner .comment .comment-body .comment-content.entry-content a:hover{ color: var(--primary-orange); }

.comments-wrapper .comments-inner .comment .comment-body .comment-footer-meta .comment-reply-link{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background-color: var(--primary-orange);
  color: var(--white);
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
}
.comments-wrapper .comments-inner .comment .comment-body .comment-footer-meta .comment-reply-link:hover{
  background-color: var(--secondary-orange);
}

.comments-wrapper form.section-inner{
  max-width: 100%;
  width: 100%;
  border: 1px solid var(--primary-orange);
  border-radius: 5px;
  padding: 30px;
  position: relative;
  display: block;
}
.comments-wrapper form.section-inner .comment-notes,
.comments-wrapper form.section-inner .logged-in-as{ margin-top: 0px; margin-bottom: 30px; }
.comments-wrapper form.section-inner .comment-notes,
.comments-wrapper form.section-inner .comment-notes *,
.comments-wrapper form.section-inner .comment-notes a,
.comments-wrapper form.section-inner .logged-in-as,
.comments-wrapper form.section-inner .logged-in-as *,
.comments-wrapper form.section-inner .logged-in-as a{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: var(--black);
  text-align: left;
}
.comments-wrapper form.section-inner .comment-notes a:hover,
.comments-wrapper form.section-inner .logged-in-as a:hover{ color: var(--primary-orange); }

.comments-wrapper form.section-inner .comment-form-comment,
.comments-wrapper form.section-inner .comment-form-url,
.comments-wrapper form.section-inner .comment-form-cookies-consent,
.comments-wrapper form.section-inner .form-submit{
  max-width: 100%;
  width: 100%;
}
.comments-wrapper form.section-inner .form-submit{ margin-bottom: 0px; }
.comment-respond p:not(.comment-notes){ max-width: 50%; }
.comments-wrapper form.section-inner label,
.comments-wrapper form.section-inner input[type='text'],
.comments-wrapper form.section-inner input[type='email'],
.comments-wrapper form.section-inner input[type='url'],
.comments-wrapper form.section-inner textarea{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.comments-wrapper form.section-inner input[type="checkbox"]{
  width: 18px;
  height: 18px;
}
.comments-wrapper form.section-inner label{ font-weight: 600; }
.comments-wrapper form.section-inner input[type='submit'],
.comments-wrapper form.section-inner button{
  position: relative;
  display: flex;
  padding: 15px 35px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
  max-width: 300px;
  width: 100%;
  border-radius: var(--border-radius-sm);
  background-color: var(--primary-orange);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: var(--white);
  text-align: center;
  font: 400 16px / 24px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  text-decoration: none !important;
}
/*Triadvisor Review and Form Widget*/
.tripadvisor_widget{ position: relative; }
.tripadvisor_reviews_list,
.tripadvisor_review_form{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.tripadvisor_reviews_list *,
.tripadvisor_review_form *{
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}
.tripadvisor_reviews_list .TA_selfserveprop,
.tripadvisor_review_form .TA_cdswritereviewlg{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.tripadvisor_reviews_list .TA_selfserveprop .widSSP,
.tripadvisor_review_form .TA_cdswritereviewlg .widWRL{
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.tripadvisor_reviews_list #CDSWIDSSP .widSSPData,
.tripadvisor_review_form #CDSWIDWRL .widWRLData.border{ 
  border-radius: 5px; 
  border: 2px solid #34E0A1;
  max-height: max-content;
  padding: 25px;
}
.tripadvisor_reviews_list #CDSWIDSSP .widSSPData .widSSPBranding,
.tripadvisor_review_form #CDSWIDWRL .widWRLBranding{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.tripadvisor_review_form #CDSWIDWRL.cx_brand_refresh1 .widWRLRating{
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  height: auto;
  gap: 0px;
  margin: 20px 0px;
}
.tripadvisor_review_form #CDSWIDWRL.cx_brand_refresh1 .widWRLRatingText{
  font-size: 12px;
}

.tripadvisor_reviews_list #CDSWIDSSP .widSSPData .widSSPAll,
.tripadvisor_review_form #CDSWIDWRL.cx_brand_refresh1 .widWRLRating, 
.tripadvisor_review_form #CDSWIDWRL.cx_brand_refresh1 .widWRLRatingLg, 
.tripadvisor_review_form #CDSWIDWRL.cx_brand_refresh1 .widWRLRatingMd{
  display: flex;
  justify-content: center;
}
.tripadvisor_reviews_list #CDSWIDSSP .widSSPData .widSSPBranding dt{
  height: auto !important;
}
.tripadvisor_reviews_list #CDSWIDSSP .widSSPData.cx_brand_refresh .widSSPBranding dt img,
.tripadvisor_review_form #CDSWIDWRL .widWRLBranding dt img{
  max-width: 250px !important;
  width: 100%;
  height: auto !important;
}
.tripadvisor_review_form #CDSWIDWRL.cx_brand_refresh1 .widWRLReview textarea{
  padding: 10px;
  max-width: 100%;
  width: 100%;
}

/* ---- Sitemap Grid Styling ---- */
.sitemap-container {
  margin-bottom: 50px;
}
.sitemap-content {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.sitemap-content h2 {
  text-transform: uppercase;
  display: inline-block;
  margin: 25px auto 15px;
  color: var(--primary-orange);
  text-align: center;
  font: 35px Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
}
.sitemap-content .sitemap-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sitemap-content  .sitemap-section ul.sitemap-item {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sitemap-content  .sitemap-section ul.sitemap-item li {
  display: flex;
  margin: 0;
}
.sitemap-content  .sitemap-section ul.sitemap-item li a {
  border-radius: 15px;
  text-transform: uppercase;
  color: var(--primary-orange);
  padding: 15px 20px;
  font: 400 18px Bungee Inline, -apple-system, Roboto, Helvetica, sans-serif;
  border: 3px solid var(--primary-orange);
  align-self: stretch;
  margin: auto 0;
  background: none;
  cursor: pointer;
  min-width: 150px;
  width:100%;
}
.sitemap-content  .sitemap-section ul.sitemap-item li a:hover{
  background-color: var(--primary-orange);
  color: var(--white);
}
  
/*Footer Section Style*/
footer.main-footer {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  z-index: 0;
  min-height: auto;
  width: 100%;
  padding-top: 0px;
  margin-top: 0px;
}
footer.main-footer a:hover{ color: var(--primary-orange); }

footer.main-footer .footer-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

footer.main-footer .footer-content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer.main-footer .footer-content .footer-top .container{ gap:20px; }
footer.main-footer .footer-content .footer-top {
  display: flex;
  width: 100%;
  gap: 40px;
  justify-content: center;
  flex-direction: row;
  padding-top:70px;
  padding-bottom: 30px;
  border: 0px;
}
footer.main-footer .footer-content .footer-top a{
  color: var(--white);
  text-decoration: none;
  background-color: transparent;
}
footer.main-footer .footer-content .footer-top a.active,
footer.main-footer .footer-content .footer-top a:hover{
  color: var(--primary-orange);
}
footer.main-footer .footer-content .footer-top .footer-logo-section {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 166px;
  width: 100%;
  margin: 0;
}

footer.main-footer .footer-content .footer-top .footer-logo-section .footer-logo-container {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

footer.main-footer .footer-content .footer-top .footer-info {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  flex-direction: row;
  gap:50px;
}

footer.main-footer .footer-content .footer-top .footer-left {
  min-width: 240px;
  width: 328px;
  margin: 0px;
}

footer.main-footer .footer-content .footer-top .restaurant-info {
  display: flex;
  width: 294px;
  max-width: 100%;
  flex-direction: column;
  align-items: start;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  justify-content: start;
  letter-spacing: 0px;
}

footer.main-footer .footer-content .footer-top .address-section {
  align-self: stretch;
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  justify-content: start;
}

footer.main-footer .footer-content .footer-top .location-icon {
  aspect-ratio: 0.75;
  object-fit: contain;
  object-position: center;
  width: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}

footer.main-footer .footer-content .footer-top .address-text {
  min-width: 240px;
  width: 100%;
}

footer.main-footer .footer-content .footer-top .restaurant-name {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin:0px auto;
  letter-spacing: 0px;
}

footer.main-footer .footer-content .footer-top .address {
  color: rgba(209, 213, 219, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 5px auto;
  letter-spacing: 0px;
}

footer.main-footer .footer-content .footer-top .contact-info {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  margin-top: 20px;
  width: 272px;
  max-width: 100%;
  flex-direction: column;
  align-items: start;
  font-size: 16px;
  color: rgba(209, 213, 219, 1);
  font-weight: 500;
  line-height: 1;
  justify-content: center;
  padding: 0px;
}

footer.main-footer .footer-content .footer-top .phone-info {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: start;
}

footer.main-footer .footer-content .footer-top .contact-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-top .contact-text {
  align-self: stretch;
  width: 175px;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-top .email-info {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: rgba(209, 213, 219, 1);
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
  justify-content: start;
}

footer.main-footer .footer-content .footer-top .hours-section {
  display: flex;
  margin-top: 38px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}
footer.main-footer .footer-content .footer-top .hours-section{
  letter-spacing: 0;
}
footer.main-footer .footer-content .footer-top .hours-title {
  color: var(--white);
  font-family: Poppins, -apple-system, Roboto, Helvetica, ui-sans-serif;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0;
  font-weight: 600;
}
footer.main-footer .footer-content .footer-top .hours-section .hours-title{
  padding-left: 22px;
  margin:0px;
}
footer.main-footer .footer-content .footer-top .hours-item {
  align-self: start;
  display: flex;
  margin-top: 20px;
  align-items: start;
  gap: 12px;
  justify-content: start;
}

footer.main-footer .footer-content .footer-top .hours-icon {
  display: flex;
  min-height: 14px;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  width: 14px;
  margin-top: 2px;
}

footer.main-footer .footer-content .footer-top .time-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 14px;
  align-self: stretch;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-top .hours-text {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: rgba(209, 213, 219, 1);
  font-weight: 500;
  justify-content: center;
  width: 289px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  margin-bottom: 0;
}

footer.main-footer .footer-content .footer-top .hours-main {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}

footer.main-footer .footer-content .footer-top .hours-sub {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 0;
}

footer.main-footer .footer-content .footer-top .footer-right {
  max-width: 197px;
  width: 100%;
}

footer.main-footer .footer-content .footer-top .explore-section {
  display: flex;
  flex-direction: column;
}

footer.main-footer .footer-content .footer-top .explore-header {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}

footer.main-footer .footer-content .footer-top .explore-icon {
  align-self: stretch;
  display: flex;
  min-height: 18px;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  width: 18px;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-top .explore-icon-img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 18px;
  align-self: stretch;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-top .explore-title {
  color: var(--white);
  align-self: stretch;
  width: 171px;
  margin: auto 0;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size:18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
}

footer.main-footer .footer-content .footer-top .footer-links {
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
  margin-left:0px;
  width: 100%;
  color: rgba(209, 213, 219, 1);
  font: 500 16px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  list-style: none;
  padding: 0;
}

footer.main-footer .footer-content .footer-top .footer-link-item {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: start;
  white-space: nowrap;
  margin-top: 0px;
  padding-left: 7px;
}

footer.main-footer .footer-content .footer-top .footer-link-item:first-child {
  margin-top: 0;
}

footer.main-footer .footer-content .footer-top .footer-link {
  z-index: 10;
  color: inherit;
  text-decoration: none;
}

footer.main-footer .footer-content .footer-top .footer-widgets {
  align-self: stretch;
  min-width: 240px;
  max-width: 271px;
  width: 100%;
  margin: 0px;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget {
  border-radius: 10px;
  background-color: var(--white);
  display: flex;
  width: 100%;
  max-width: 271px;
  padding-bottom: 11px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .widget-content {
  display: flex;
  flex-direction: column;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .widget-header {
  border-radius: 10px 10px 0px 0px;
  background-color: rgba(52, 224, 161, 1);
  display: flex;
  min-height: 34px;
  width: 100%;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
  text-align: center;
  justify-content: center;
  font: 600 18px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .widget-title {
  align-self: stretch;
  width: 133px;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .widget-body {
  display: flex;
  margin-top: 7px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 15px;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .rating-text {
  width: 100%;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .rating-description {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  justify-content: center;
  font: 400 14px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .rating-info {
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .excellent {
  font-weight: 600;
  color: rgba(52, 224, 161, 1);
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .traveler-count {
  font-weight: 600;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .rating-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px auto;
}
footer.main-footer .footer-content .footer-top .tripadvisor-widget .rating-stars {
  font-size: 20px;
  line-height: 1;
  color: #ddd; /* default color (empty star) */
  position: relative;
  display: inline-block;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .rating-stars::before {
  content: '★★★★★'; /* 5 stars */
  display: block;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .rating-stars::after {
  content: '★★★★★';
  position: absolute;
  top: 0;
  left: 0;
  width: var(--after-width, 0%);
  overflow: hidden;
  color: orange;
  white-space: nowrap;
  pointer-events: none;
}

footer.main-footer .footer-content .footer-top .tripadvisor-widget .tripadvisor-logo {
  aspect-ratio: 4.69;
  object-fit: contain;
  object-position: center;
  width: 127px;
  align-self: center;
  margin-top: 7px;
  max-width: 100%;
}

footer.main-footer .footer-content .footer-top .social-widget {
  border-radius: 10px;
  background-color: rgba(227, 217, 215, 1);
  display: flex;
  margin-top: 20px;
  width: 100%;
  max-width: 271px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
}

footer.main-footer .footer-content .footer-top .social-widget .social-header {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

footer.main-footer .footer-content .footer-top .social-widget .social-icon {
  align-self: stretch;
  display: flex;
  min-height: 26px;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  width: 22px;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-top .social-widget .social-icon-img {
  aspect-ratio: 0.89;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-top .social-widget .social-title {
  color: rgba(0, 0, 0, 1);
  align-self: stretch;
  margin: auto 0;
  font: 600 20px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

footer.main-footer .footer-content .footer-top .social-widget .social-icons {
  align-self: center;
  display: flex;
  margin-top: 12px;
  align-items: start;
  gap: 9px;
  justify-content: start;
}

footer.main-footer .footer-content .footer-top .social-widget .social-platform {
  aspect-ratio: 1.02;
  object-fit: contain;
  object-position: center;
  width: 50px;
  flex-shrink: 0;
}

footer.main-footer .footer-content .footer-top .social-widget .hashtag-button {
  border-radius: 8px;
  display: flex;
  margin-top: 12px;
  min-height: 38px;
  width: 100%;
  align-items: stretch;
  gap: 8px;
  color: var(--white);
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.9px;
  justify-content: center;
  background-color: rgba(202, 56, 167, 1);
  padding: 15px 16px;
  font: 500 18px/1 Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

footer.main-footer .footer-content .footer-top .social-widget .hashtag {
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

footer.main-footer .footer-content .footer-bottom {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  color: rgba(247, 247, 247, 1);
  justify-content: center;
  padding: 16.5px 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px; 
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  border-top: 1px solid #374151; 
}

footer.main-footer .footer-content .footer-bottom .footer-bottom-content {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer.main-footer .footer-content .footer-bottom .copyright {
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-bottom .copyright-text {
  align-self: stretch;
  margin: auto 0;
}

footer.main-footer .footer-content .footer-bottom .footer-legal {
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: start;
  margin: auto 0;
  padding: 7px 0px;
}

footer.main-footer .footer-content .footer-bottom .legal-link {
  line-height: 1;
  align-self: stretch;
  margin: auto 0;
  color: inherit;
  text-decoration: none;
}
footer.main-footer .footer-content .footer-bottom .legal-link.active,
footer.main-footer .footer-content .footer-bottom .legal-link:hover{
  color: var(--primary-orange);
}
footer.main-footer .footer-content .footer-bottom .separator {
  color: rgba(215, 215, 215, 1);
  align-self: stretch;
  width: 4px;
  margin: auto 0;
  font: 400 16px Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

footer.main-footer .footer-content .footer-bottom .floating-button {
  border-radius: 9999px;
  background-color: var(--primary-orange);
  position: fixed;
  z-index: 1000;
  display: flex;
  min-height: 60px;
  width: 60px;
  align-items: center;
  gap: 10px;
  justify-content: center;
  height: 60px;
  right: 40px;
  bottom: 40px;
  padding: 0 12px;
  border: none;
  cursor: pointer;
}

footer.main-footer .footer-content .footer-bottom .floating-icon {
  aspect-ratio: 0.67;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}

