/*---------------------------------------------------------------
    Template Name: Tandoori Treasures - Authentic Indian Cuisine & Flavors
    Description: Tandoori Treasures One Page Website Template
    Author: Lucid Solutions
    Author URL: https://www.templatemonster.com/store/lucid_solutions/
    Version: 1.0.0
    -----------------------------------------------------------------
    CSS INDEX
    ==================

    1.   Basic Styles
    2.   Theme Switch Styles
    3.   Header/Hero_Banner Styles
    4.   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: #b9770c;
  --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: #b9770c;
  --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;
}

* {
  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(--form-text) !important;
}

.form-control:focus,
.form-select:focus {
  color: var(--form-text) !important;
  border-color: var(--primary-border);
  outline: 0;
  box-shadow: none;
}

.form-control {
  color: var(--form-text) !important;
  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
=================================================*/

.switchbtn{
  position: fixed;
  top: 200px;
  z-index: 99;
  border-radius: 0 5px 5px 0 !important;
  padding: 15px !important;
  width: 60px;
  height: 60px;
}

/*================================================
  Header/Hero_Banner Styles
=================================================*/

.nav-link:hover,
.nav-link.active,
.nav-link:focus {
  color: var(--primary-text) !important;
  box-shadow: none;
  
}
@media(min-width:1600px){
  .navbar-nav{
    gap: 50px !important;
  }
}

.nav-link:hover{
transition: 0.3s ease-in-out;
}

.hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  align-items: center;
}

.home-slides .owl-item {
  width: 100%;
}

.item-bg_1 {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.8), rgba(var(--secondary-overlay), 0.8)),
    url(../../assets/background_img/banner_img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.item-bg_2 {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.8), rgba(var(--secondary-overlay), 0.8)),
    url(../../assets/background_img/cta_bg_img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.item-bg_3 {
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.8), rgba(var(--secondary-overlay), 0.8)),
    url(../../assets/background_img/footer_bg_img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.main-slides-item {
  min-height: 900px;
  display: flex;
  align-items: center;
  padding: 150px 0;
}

@media(max-width:992px) {
  .main-slides-content h1 {
    font-size: 50px;
  }
}

@media(max-width:500px) {
  .main-slides-item {
    min-height: 600px;
    max-height: 600px;
  }

  .main-slides-content h1 {
    font-size: 35px;
  }

  .main-slides-content p {
    font-size: 16px !important;
  }
}

.main-slides-content p {
  max-width: 800px;
}

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.top-bar{
  border-bottom: 1px solid #f4f4f42e;
}
@media(max-width:767px) {
  .header-main {
    background-color: var(--secondary-color);
  }
  .main-slides-item{
    min-height: 650px;
    padding-top: 250px;
  }
}

/*================================================
  Features Section Styles
=================================================*/

.product-wrap .product-img {
  z-index: 9;
}

.product-wrap .product-content {
  max-width: 270px;
  width: 100%;
  padding: 8px 5px 8px 27px;
  z-index: 4;
  border: 1px dashed var(--primary-border);
  margin-left: -20px;
  box-shadow: rgb(191, 148, 68, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 768px) {
  .experience-box {
    text-align: center;
  }

  .years {
    font-size: 2rem;
  }
}

.section-title .left-vec {
  margin-right: 5px;
}

.section-title .right-vec {
  margin-left: 5px;
}

/*================================================
  About Section Styles
=================================================*/
.icon-box img {
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 10px;
  width: 80px;
  height: 80px;
}
.abt-img-outer{
  position: relative;
  min-height:300px;
  width: 600px;
  margin: auto;
  max-width: 100%;
}
.abt-img-box {
  -webkit-mask-image: url(../../assetspolygon.png);
  mask-image: url(../../assets/polygon.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  width: 140px !important;
  height: 140px !important;
  position: absolute;
  transition: 600ms ease;
}
.abt-img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
    /* For small Screens */
    .top{
      top:0px;
      left:calc(50% - 75px);
    }
    .right{
      top:75px;
      left:unset;
      right: calc(50% - 145px);
    }
    .bottom{
      top: unset;
      bottom: 0;
      left:calc(50% - 70px);
    }
    .left{
      top:80px;
      left:calc(50% - 150px);
    }
    @media(min-width:768px){
      .abt-img-outer{
        min-height:450px;
        margin-bottom: 30px;
      }
      .abt-img-box {
        width: 200px !important;
        height: 200px !important;
      }
      .top{
        top:0px;
        left:calc(50% - 100px);
      }
      .right{
        top:130px;
        left: calc(100% - 260px);
      }
      .bottom{
        top: calc(100% - 200px);
        left:calc(50% - 95px);
      }
      .left{
        top:140px;
        left:calc(50% - 230px);
      }
      .top.active{
        transform: scale(1.3);
      }
    }
    /* For Medium Screens */
  @media(min-width:1200px){
    .abt-img-outer{
      min-height:430px;
      width: unset;
      margin: unset;
    }
    
    .top{
      top:0px;
      left:calc(50% - 100px);
    }
    .right{
      top:130px;
      left: calc(100% - 250px);
    }
    .bottom{
      top: calc(100% - 190px);
      left:calc(50% - 100px);
    }
    .left{
      top:130px;
      left:calc(50% - 220px);
    }
  }


  /* For Large Screens */
  @media(min-width:1400px){
    .abt-img-outer{
      min-height:570px;
      width: unset;
      margin: unset;
    }
    .abt-img-box {
      width: 250px !important;
      height: 250px !important;
    }
    .top{
      top:0px;
      left:calc(50% - 125px);
    }
    .right{
      top:180px;
      left:calc(100% - 290px);
    }
    .bottom{
      top: calc(100% - 240px);
      left:calc(50% - 125px);
    }
    .left{
      top:180px;
      left:40px;
    }
  }


  

/*================================================
  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: 124px 20px 14px;
  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: 30px;
  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
=================================================*/

.social-links {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid var(--para-text);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: var(--para-text) !important;
  margin-right: 15px;
  transition: 0.3s ease-in;
}

.social-links:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
  border: 1px solid var(--primary-border);
  transition: 0.3s ease-in;
}

.chef-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 60px;

}
.chef-info{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 60px;
}
.chef-card:hover {
  transform: translateY(-10px);
}

.chef-image img {
  border-radius: 15px 15px 0 0;
  object-fit: cover;
}

.vedio_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/popular_bg_img.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}



.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  margin-top: 40px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/*================================================
  Testimonial Section Styles
=================================================*/

.testimonial-card {
  border: 1px dashed var(--primary-border);
  min-height: 360px;
  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%);
}

/*================================================
  Book Table Section Styles
=================================================*/

.booking-section {
  background-color: #111;
  padding: 60px 0;
  background: linear-gradient(0deg, rgba(var(--secondary-overlay), 0.4), rgba(var(--secondary-overlay), 0.4)),
    url(../../assets/background_img/cta_bg_img.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
}

.input-group-text{
  background-color: var(--light-color) !important;
  color: var(--heading-text);

}
#booktable label.error{
  position: absolute;
    top: 80%;
    font-size: 14px;
    font-weight: 800;
}

/*================================================
  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%;
  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;
  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;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;

}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }
}
input[type="date"] {
  position: relative;
  /* padding: 10px; */
  background-color: var(--light-color) !important;
}

/* input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  width:10px;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--input-group-text);
} */
.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;
  /* padding: 10px; */
  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;
}
