/*---------------------------------------------------------------
    Template Name: Tandoori Treasures - Authentic Indian Cuisine & Flavors
    Description: Tandoori Treasures One Page Website Template
    Author: Lucid Themeslab
    Author URL: https://www.templatemonster.com/store/lucid_themeslab/
    Version: 2.0.0
    -----------------------------------------------------------------
    CSS INDEX
    ==================

    1.   Basic Styles
    2.   Theme Switch Styles
    3.   Header/Hero_Banner Styles
    5.   Features Section Styles
    6.   About Section Styles
    7,   Popular List Items Styles
    8.   Special Combo Offer Section Styles
    9.   Our Expertise Section Styles
    10.  Testimonial Section Styles
    11.  Contact Section Styles
    12.  Gallery Section Styles
    13.  Book Table Section Styles
    14.  Our Recent News Section Styles
    15.  Newsletter Section Styles
    16.  Footer Section Styles
    17.  Back to top Styles
----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ==================
   Basic Styles 
================== */

[data-theme="lightmode"] {
  --body-color: #FFFFFF;
  --primary-color: #DF740A;
  --primary-hover-color: #dd9c33;
  --secondary-color: #11110A;
  --secondary-overlay: 17, 17, 10;
  --alt-color: rgb(255, 249, 242);
  --gray-color: #6B6B6B;
  --light-color: #F4F4F4;
  --dark-color: #000000;
  --white-color: #ffffff;
  --form-color: #2C2C19;
  --card-color: #ffffff;
  --danger-color: #ff5555;
  --warning-color: #FF9F01;

  /* text-colors */
  --nav-text: #FFFFFF;
  --primary-text: #DF740A;
  --heading-text: #000000;
  --para-text: #6B6B6B;
  --white-text: #ffffff;
  --form-text: #92928B;
  --danger-text: #ff5555;

  /* border-colors */
  --primary-border: #DF740A;
  --gray-light-border: #F4F4F4;

  /* font family */
  --primaryfont: "Cormorant Garamond", serif;
  --secondaryfont: "Poppins", sans-serif;
}

[data-theme="darkmode"] {
  --body-color: #14140D;
  --primary-color: #DF740A;
  --primary-hover-color: #dd9c33;
  --secondary-color: #11110A;
  --secondary-overlay: 17, 17, 10;
  --alt-color: #1C1C11;
  --gray-color: #6B6B6B;
  --light-color: #505038;
  --dark-color: #000000;
  --white-color: #ffffff;
  --form-color: #2C2C19;
  --card-color: #343420;
  --danger-color: #ff5555;
  --warning-color: #FF9F01;

  /* text-colors */
  --nav-text: #FFFFFF;
  --primary-text: #DF740A;
  --heading-text: #FFFFFF;
  --para-text: #C5C5C5;
  --white-text: #ffffff;
  --form-text: #92928B;
  --danger-text: #ff5555;

  /* border-colors */
  --primary-border: #DF740A;
  --gray-light-border: #F4F4F4;

  /* font family */
  --primaryfont: "Cormorant Garamond", serif;
  --secondaryfont: "Poppins", sans-serif;
}

/* Themes using CSS variables */

[data-theme="bluetheme"] {
  --body-color: #FFFFFF;
  --primary-color: #daa505;
  --primary-hover-color: #e4bc43;
  --secondary-color: #11110A;
  --secondary-overlay: 17, 17, 10;
  --alt-color: rgb(255, 250, 237);
  --gray-color: #6B6B6B;
  --light-color: #F4F4F4;
  --dark-color: #000000;
  --white-color: #ffffff;
  --form-color: #2C2C19;
  --card-color: #ffffff;
  --danger-color: #ff5555;
  --warning-color: #FF9F01;

  /* text-colors */
  --nav-text: #FFFFFF;
  --primary-text: #daa505;
  --heading-text: #000000;
  --para-text: #6B6B6B;
  --white-text: #ffffff;
  --form-text: #92928B;
  --danger-text: #ff5555;

  /* border-colors */
  --primary-border: #daa505;
  --gray-light-border: #F4F4F4;

  /* font family */
  --primaryfont: "Cormorant Garamond", serif;
  --secondaryfont: "Poppins", sans-serif;
}

[data-theme="greentheme"] {
  --body-color: #FFFFFF;
  --primary-color: #DD4B4B;
  --primary-hover-color: #e26464;
  --secondary-color: #11110A;
  --secondary-overlay: 17, 17, 10;
  --alt-color: rgb(255, 248, 248);
  --gray-color: #6B6B6B;
  --light-color: #F4F4F4;
  --dark-color: #000000;
  --white-color: #ffffff;
  --form-color: #2C2C19;
  --card-color: #ffffff;
  --danger-color: #ff5555;
  --warning-color: #DD4B4B;

  /* text-colors */
  --nav-text: #FFFFFF;
  --primary-text: #DD4B4B;
  --heading-text: #000000;
  --para-text: #6B6B6B;
  --white-text: #ffffff;
  --form-text: #92928B;
  --danger-text: #ff5555;

  /* border-colors */
  --primary-border: #DD4B4B;
  --gray-light-border: #F4F4F4;

  /* font family */
  --primaryfont: "Cormorant Garamond", serif;
  --secondaryfont: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
  font-family: var(--primaryfont) !important;
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

body {
  overflow-x: hidden !important;
}

.fs-0 {
  font-size: 0px;
}

/* Background-Color*/

.body-color {
  background-color: var(--body-color) !important;
}

.primary-color {
  background-color: var(--primary-color) !important;
}

.primary-hover-color {
  background-color: var(--primary-hover-color) !important;
}

.secondary-color {
  background-color: var(--secondary-color) !important;
}

.secondary-overlay {
  background-color: var(--secondary-overlay) !important;
}

.alt-color {
  background-color: var(--alt-color) !important;
}

.gray-color {
  background-color: var(--gray-color) !important;
}

.light-color {
  background-color: var(--light-color) !important;
}

.dark-color {
  background-color: var(--dark-color) !important;
}

.white-color {
  background-color: var(--white-color) !important;
}

.form-color {
  background-color: var(--form-color) !important;
}

.card-color {
  background-color: var(--card-color) !important;
}

.danger-color {
  background-color: var(--danger-color) !important;
}

.warning-color {
  background-color: var(--warning-color) !important;
}

/* Text-Color*/

.nav-text {
  color: var(--nav-text) !important;
}

.primary-text {
  color: var(--primary-text) !important;
}

.heading-text {
  color: var(--heading-text) !important;
}

.para-text {
  color: var(--para-text) !important;
}

.white-text {
  color: var(--white-text) !important;
}

.form-text {
  color: var(--form-text) !important;
}

.danger-text {
  color: var(--danger-text) !important;
}

.warning-text {
  color: var(--warning-color);
}

/* border-Color*/

.primary-border {
  border: 1px solid var(--primary-border) !important;
}

.gray-light-border {
  border: 1px solid var(--gray-light-border) !important;
}

/* Font Style*/

.primary-font {
  font-family: var(--primaryfont) !important;
}

.secondary-font {
  font-family: var(--secondaryfont) !important;
}

/* Button Style */

.primary-btn {
  background-color: var(--primary-color) !important;
  color: var(--white-text) !important;
  padding: 10px 20px;
  border: 1px solid var(--primary-color) !important;
  font-size: 18px;
}

.primary-btn:hover {
  color: var(--white-text) !important;
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

.error {
  color: var(--danger-text) !important;
  font-weight: 500;
  padding: 8px;
  font-family: var(--secondaryfont);
}

::placeholder,
.form-select {
  color: var(--heading-text) !important;
}

.form-control:focus,
.form-select:focus {
  color: var(--heading-text) !important;
  border-color: var(--primary-border);
  outline: 0;
  box-shadow: none;
}

.form-control {
  background-color: var(--form-color);
  outline: 0;
  box-shadow: none;
  border-color: var(--form-color);
}

.owl-prev,
.owl-next {
  display: none !important;
}

.form-select,
.form-control {
  background-color: var(--light-color) !important;
  border: none;
  padding: 10px;
}

.btn-close {
  background: unset;
}

/* .swiper-pagination-bullets{
  max-width: 120px !important;
  display: flex;
  justify-content: center;
  overflow: unset !important;
} */
.swiper-pagination-bullet {
  transition: 0.9s ease !important;
  background-color: var(--body-color) !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 15px !important;
  margin: 0 5px !important;
  transform: unset !important;
}

.swiper-pagination-bullet-active-main {
  background-color: var(--primary-color) !important;
  width: 20px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active-next {
  transform: unset !important;
}

/*================================================
  Theme Switch Styles
=================================================*/

/* Button style */
.switchbtn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 226px;
  right: 0;
  z-index: 3;
  border-radius: 5px 0 0 5px !important;
  padding: 15px !important;
  width: 52px;
  height: 40px;
  cursor: pointer;
  background: var(--btn-bg, #333);
  color: var(--btn-color, #fff);
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Container for color samples */
.color-samples {
  position: fixed;
  top: 270px;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),url('../../assets/background_img/banner_img.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.color-sample {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

/* Different theme colors for samples */
.color-light {
  background: #DF740A;
}

.color-dark {
  background: #11110A;
}

.color-yellow {
  background: #daa505;
}

.color-red {
  background: #DD4B4B;
}

.color-sample {
  border: 2px solid transparent;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
  position: relative;
  cursor: pointer;
}

/* Icon default hidden */
.theme-icon {
  position: absolute;
  /* top: 4px;
  right: 4px; */
  font-size: 15px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  transition: opacity 0.3s ease;
}

/* Show icon on hover or active */
.color-sample.active {
 outline: 2px solid var(--primary-color);     
 outline-offset: 1px;
}

.color-sample.theme-icon,
.color-sample.active .theme-icon {
  opacity: 1;
}

.color-sample {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

/* Different theme colors for samples */
.color-light {
  background: #DF740A;
}

.color-dark {
  background: #11110A;
}

.color-yellow {
  background: #daa505;
}

.color-red {
  background: #DD4B4B;
}

/*================================================
  Header/Hero_Banner Styles
=================================================*/

header {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

.nav-link:hover,
.nav-link.active,
.nav-link:focus {
  color: var(--primary-text) !important;
  box-shadow: none;

}

.nav-link:hover {
  transition: 0.3s ease-in-out;
}

.top-bar {
  border-bottom: 1px solid #f4f4f42e;
}

#hero-slider .slide-content {
  min-height: 750px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px;
  position: relative;
  transition: background-image 1s ease-in-out;
}

/* ✅ Medium devices (tablets) */
@media (max-width: 992px) {
  #hero-slider .slide-content {
    min-height: 600px;
    padding: 40px 15px;
  }

  #hero-slider .container h2 {
    font-size: 2rem;
  }

  #hero-slider .container p {
    font-size: 1rem;
  }
}

/* ✅ Small devices (phones) */
@media (max-width: 576px) {
  #hero-slider .slide-content {
    min-height: 450px;
    padding: 30px 10px;
  }

  #hero-slider .container h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  #hero-slider .container p {
    font-size: 0.95rem;
  }

  #hero-slider .container a.btn {
    padding: 8px 18px;
    font-size: 0.9rem;
  }
}

/* Overlay effect */
#hero-slider .slide-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Text container */
#hero-slider .container {
  z-index: 2;
  position: relative;
}

/* Slide-specific background images */
.slide-1 {
  background-image: url('../../assets/background_img/banner_img.webp');
}

.slide-2 {
  background-image: url('../../assets/background_img/cta_bg_img.webp');
}

.slide-3 {
  background-image: url('../../assets/background_img/footer_bg_img.webp');
}

/* Responsive Text */
@media (max-width: 768px) {
  #hero-slider .container h2 {
    font-size: 2rem;
  }

  #hero-slider .container p {
    font-size: 1rem;
  }
}

.banner-box {
  max-width: 850px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}

.banner-box h2 {
  font-size: 3.2rem;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.banner-box p {
  color: #f8f9fa;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-box {
    padding: 40px 20px;
  }

  .banner-box h2 {
    font-size: 2.2rem;
  }

  .banner-box p {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .banner-box {
    padding: 30px 15px;
  }

  .banner-box h2 {
    font-size: 1.7rem;
  }

  .banner-box p {
    font-size: 1rem;
  }
}

.splide__arrow svg {
  fill: var(--white-color);
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow {
  background: var(--primary-color);
}

.splide__pagination__page.is-active {
  background: var(--primary-color);
  height: 8px;
  width: 18px;
  border-radius: 25px;
}

.splide__pagination__page {
  background: var(--white-color);
  height: 12px;
  width: 12px;
  opacity: 1;

}

.splide__pagination {
  bottom: 3.5em;
}

/*================================================
  About Section Styles
=================================================*/
.img-box {
  position: relative;
  padding-right: 2rem;
}

.main-img {
  width: 100%;
  border-radius: 12px;
      border: 6px solid #fff;
}

.overlay-img {
  position: absolute;
  bottom: -20px;
  left: -30px;
  width: 60%;
  border: 6px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.about-content h2 span {
  font-style: italic;
}

@media (max-width: 767.98px) {
  .overlay-img {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 1rem;
    width: 100%;
  }

  .img-box {
    padding-right: 0;
  }
}

/*================================================
  Popular List Items Styles
=================================================*/

.popular-menu {
  background-color: #111;
  padding: 60px 0;
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.6), rgba(var(--secondary-overlay), 0.9)),
    url(../../assets/background_img/popular_bg_img.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.popular-item-warp .item-content {
  padding: 120px 12px 12px;
  border: 1px dashed var(--primary-border);
  border-radius: 25px 0;
  margin-top: -105px;
  background: var(--secondary-color)
}

.item-img {
  position: relative !important;
  max-width: 360px;
  align-items: center;
  margin: auto;
}

.item-img img {
  border: 1px dashed var(--primary-border);
  width: 100%;
}

.price-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  background-color: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  transition: 0.3s ease-in;
  color: var(--primary-color) !important;
}

/*================================================
  Special Combo Offer Section Styles
=================================================*/

.combo-offer {
  background-color: #111;
  padding: 60px 0;
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.9), rgba(var(--secondary-overlay), 0.9)),
    url(../../assets/background_img/special_combo_offer_bg_img.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.offer-item {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.offer-number {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: var(--primary-color);
}

.offer-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
}

/*================================================
  Our Expertise Section Styles
=================================================*/

.chef-img {
  position: relative;
}

.social-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.chef-img:hover .social-overlay {
  opacity: 1;
}

.social-overlay a {
  font-size: 1.2rem;
  transition: color 0.3s;
}

.chef-info h5 {
  font-weight: 600;
}

.social-overlay a {
  width: 40px;
  height: 40px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color) !important;
  font-size: 16px;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.social-overlay a:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

.chef-box:hover {
  background-color: var(--primary-color);
  color: #fff !important;
  transition: all 0.3s ease-in;
}

.chef-box:hover .chef-info h4,
.chef-box:hover .chef-info p {
  color: #fff !important;
}

/*================================================
  Testimonial Section Styles
=================================================*/

.testimonial-card {
  border: 1px dashed var(--primary-border);
  height: 100%;
}

/*================================================
  Contact Section Styles
=================================================*/

.contact_bg {
  background-color: #111;
  padding: 60px 0;
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.6), rgba(var(--secondary-overlay), 0.9)),
    url(../../assets/background_img/form_bg_img.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}

/*================================================
  Gallery Section Styles
=================================================*/
.icon-overlay {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.price {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  transition: 0.3s ease-in;
  color: var(--gray-color) !important;
}

.img-overlay {
  position: relative;
  overflow: hidden;
}

.img-overlay img {
  height: auto;
  transition: transform 0.3s ease;
}

.img-overlay:hover img {
  transform: scale(1.1);
}

.img-overlay .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--secondary-overlay), 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.img-overlay:hover .overlay {
  opacity: 1;
}

.img-overlay .overlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*================================================
  Our Recent News Section Styles
=================================================*/
.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.date-badge {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: var(--primary-color);
  padding: 6px 20px;
}

.price {
  min-width: 45px;
  min-height: 45px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  transition: 0.3s ease-in;
  color: var(--gray-color) !important;
}

@media (max-width: 767.98px) {
  .card img {
    height: 180px;
  }
}

/*================================================
  Newsletter Section Styles
=================================================*/

.newsletter_bg {
  background-color: #111;
  padding: 60px 0;
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.6), rgba(var(--secondary-overlay), 0.9)),
    url(../../assets/background_img/newsletter_bg_img.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}

#newsletter .error:not(.form-control) {
  position: absolute;
  top: 100%;
}

/*================================================
  Footer Section Styles
=================================================*/

.footer-section {
  background-color: #111;
  padding: 60px 0;
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.9), rgba(var(--secondary-overlay), 0.9)),
    url(../../assets/background_img/footer_bg_img.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.footer-social-links {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-color: var(--card-color);
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 15px;
  justify-content: center;
  transition: 0.3s ease-in;
  color: var(--gray-color) !important;
}

.footer-social-links:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
  transition: 0.3s ease-in;
}

.booking-section input,
.booking-section select {
  padding: 10px;
}

/*==================
  Back to top Styles
================== */

#backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backtotop:hover {
  cursor: pointer;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}

input[type="date"] {
  position: relative;
  background-color: var(--light-color) !important;
}

.dateouter {
  position: relative;
}

.dateouter:after {
  font-family: 'FontAwesome';
  content: '\f073';
  width: 10px;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--form-text) !important;
}

input[type="time"] {
  position: relative;
  background-color: var(--light-color) !important;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="time"]:before {
  display: block;
  font-family: 'FontAwesome';
  content: '\f017';
  width: 10px;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--form-text);
}

.form-select {
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  backdrop-filter: invert;
}

select {
  color: transparent;
  background: none !important;
  z-index: 1;
}

.section-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: var(--primary-color);
}

.icon-left,
.icon-right {
  font-size: 16px;
  color: var(--primary-color);
}

.booking-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 950px;
}

.input-group {
  flex: 1 1 200px;
  min-width: 200px;
}

/* Target logo size on small (mobile) devices */
@media (max-width: 991px) {
  .theme-logo {
    width: 120px;
    height: auto;
  }
}

/* Preloader container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
  transition: opacity 0.5s ease;
}

/* Preloader content */
.preloader-content {
  text-align: center;
  color: var(--primary-color);
}

/* Icon styles */
.food-icon {
  margin-bottom: 15px;
  color: var(--primary-color);
  animation: bounce 1.5s infinite;
}

/* Loading text */
.loading-text {
  font-size: 1.25rem;
  font-weight: 600;
}

/* Bounce animation for the icon */
@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* Optional: fade out effect */
#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.theme-logo {
  /* max-width: 100%; */
  height: auto;
}

/* Make sure images keep aspect ratio and no layout shift */
.img-overlay img {
  display: block;
  max-width: 100%;
  height: auto;
}
.alertmsg{
  z-index: 9999;
}