/* @import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap"); */
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.bg-gray-100{
  background-color: #fff!important;
}
.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  /* font-family: 'Dancing Script', cursive; */
  font-family: sans-serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #E5C227;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 10px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  /* font-family: 'Dancing Script', cursive; */
  font-family: sans-serif;

}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 18%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #E5C227;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #E5C227;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #E5C227;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #E5C227;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #E5C227;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #E5C227;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #e69c00;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #E5C227;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #E5C227;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  margin: 0;
}

.offer_section .box .detail-box h6 {
  font-family: 'Dancing Script', cursive;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #E5C227;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.offer_section .box .detail-box a:hover {
  background-color: #e69c00;
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

.food_section .filters_menu li.active {
  background-color: #2C6161;
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}

.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #E5C227;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #E5C227;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #e69c00;
}

.about_section {
  background: #2C6161;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #E5C227;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #E5C227;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #E5C227;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #E5C227;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #E5C227;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #E5C227;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #2C6161;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: left;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  /* font-family: 'Dancing Script', cursive; */
  font-family: sans-serif;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #E5C227;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #E5C227;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
.old_logo{
  width:130px;
  height: auto;
}

.category-heading {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  color: #333; /* Adjust as needed */
  margin-bottom: 10px;
}



/* ********************************************************** */
.sale-badge {
  position: absolute;
  top: 10px; /* Adjust spacing from top */
  left: 10px; /* Adjust for top-left placement */
  background-color: #cc0002; /* Bright sale color */
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.img-box {
  position: relative; /* Ensures the badge stays within the image box */
}

.img-box {
  width: 100%;
  height: 350px; /* Set a fixed height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* background: #fff; */
  border-radius: 10px;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures images fill the space while maintaining aspect ratio */
  border-radius: 10px;
}

/* Product Card CSS */

.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 480px;
}

.product-card:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.product-card .img-box {
  position: relative;
  width: 100%;
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
  .product-card {
    width: 100%;
  }

  .product-card .img-box {
    height: 200px; /* Optional: slightly shorter for mobile */
  }
}


.detail-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 10px 0 5px;
}

.detail-box p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.price {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.price del {
  font-size: 14px;
  color: #cc0002;
  margin-right: 5px;
}

.saled_price{
  color: #000;
}

.price > span:first-child {
  /* your styles here */
  /* font-weight: bold; */
  color: #333;
}


.add-to-cart {
  /* background: #ff5722; */
  background: #2C6161;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  display: inline-block;
  margin-top: 10px;
  transition: background 0.3s ease;
}

.add-to-cart:hover {
  background: #E5C227;
  color: #fff;
}

/* Variants Table CSS ********************************************************** */


.variant-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.variant-table th, .variant-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.variant-table th {
  background-color: #f8f8f8;
  font-weight: bold;
}
.variant-qty {
  width: 60px;
  text-align: center;
}


/* ADDONS AND COLD DRINKS COLLAPSOBELS ********************************************* */
.collapsible {
  margin-top: 15px;
  /* border:3px solid #2C6161; */
}
.collapsible-btn {
  width: 100%;
  background: #f8f9fa;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.toggle-icon {
  float: right;
}
.collapsible-content {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
}
.variant-table {
  width: 100%;
  border-collapse: collapse;
}
.variant-table th, .variant-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.variant-table th {
  background: #f1f1f1;
}


/* selecting or removing add ons ************************** */
.addon-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.add-addon-btn {
  /* background-color: #d90429; */
  background-color: #2C6161;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.add-addon-btn:hover {
  background-color: #e69c00;
}

.addon-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  /* background-color: #222; */
  background-color: #2C6161;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
}

.addon-quantity button {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.addon-quantity .remove-addon i {
  color: #ff4757;
  font-size: 18px;
}

.addon-quantity .remove-addon:hover i {
  color: #ff2f45;
}

.hidden {
  display: none;
}


/* adding or removing cold drinks ********************* */
.drink-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.add-drink-btn {
  background-color: #2C6161;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.add-drink-btn:hover {
  background-color: #e69c00;
}

.drink-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #2C6161;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
}

.drink-quantity button {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.drink-quantity .remove-drink i {
  color: #ff4757;
  font-size: 18px;
}

.drink-quantity .remove-drink:hover i {
  color: #ff2f45;
}

.hidden {
  display: none;
}


/* add or remove variant ****************************** */
.variant-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.add-variant-btn {
  /* background-color: #d90429; */
  background-color: #2C6161;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.add-variant-btn:hover {
  background-color: #e69c00;
}

.variant-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  /* background-color: #222; */
  background-color: #2C6161;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
}

.variant-quantity button {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.variant-quantity .remove-variant i {
  color: #ff4757;
  font-size: 18px;
}

.variant-quantity .remove-variant:hover i {
  color: #ff2f45;
}

.hidden {
  display: none;
}

/* quantity field css in item detail page */
.quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.quantity-btn {
  background-color: #2C6161;
  color: white;
  border: none;
  padding: 8px 15px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.quantity-btn:hover {
  background-color: #E5C227;
}

#quantity {
  width: 50px;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.total-price {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}

/* item name and desc in product detail page */
.item-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.item-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
}


/* Cart Link */
.cart-count {
  background-color: #ff0000; /* Red background */
  color: #ffffff; /* White text */
  border-radius: 50%; /* Circular shape */
  padding: 2px 6px; /* Padding for the badge */
  font-size: 12px; /* Font size */
  position: absolute; /* Position it on top of the cart icon */
  top: -10px;
  right: -10px;
}

.cart_link {
  position: relative; /* Ensure the badge is positioned relative to the cart icon */
  display: inline-block;
}

/* Checkout form */
#checkout_form input.form-control, #checkout_form select.form-control,  #checkout_form textarea.form-control{
  border: 1px solid #6b7280!important;
  color: #000000;
  border-radius: 0px!important;
}


#checkout_form .nice-select{
  border: 1px solid #6b7280!important;
  border-radius: 0px!important;
}

/* Container for delivery options */
.delivery-options {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
  margin-top: 10px;
}

/* Styling for label buttons */
.delivery-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 80px;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: bold;
  background: #fff;
}

/* Image styling */
.delivery-label img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

/* Default inactive button */
.delivery-label {
  color: #333;
  border-color: #ccc;
}

/* Active (selected) button */
.btn-check:checked + .delivery-label {
  background: #dc3545;
  color: white;
  border-color: #dc3545;
}

/* Active button image */
.btn-check:checked + .delivery-label img {
  filter: brightness(0) invert(1);
}

/* payment method css in thank you page */
.payment-method-container {
	font-family: Arial, sans-serif;
	margin: 20px;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
}

.payment-method-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.payment-details {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	color: #555;
}

.payment-details p {
	margin: 5px 0;
}

.payment-details strong {
	color: #000;
}

.payment-method-title, .payment-details {
	transition: all 0.3s ease;
}

.payment-method-container:hover .payment-method-title {
	color: #28a745;
}

.payment-method-container:hover .payment-details {
	border-color: #28a745;
}

/* Pament Verification Page: */

.payment-verification .main-content {
  display: flex;
  justify-content: center;
}

#PaymentVerificationForm {
  width: 50%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#PaymentVerificationForm .form-group {
  display: flex;
  flex-direction: column; /* Ensures label stays above input fields */
  align-items: flex-start; /* Aligns everything to the left */
  margin-bottom: 15px;
}

#PaymentVerificationForm label {
  font-weight: 600;
  margin-bottom: 5px; /* Adds space between label and input */
}

#PaymentVerificationForm input,
#PaymentVerificationForm select, #PaymentVerificationForm .form-control{
  width: 100%;
  height: 50px;
  border: 1px solid black;
  border-radius: 2px;
  font-size: 14px;
  padding-left: 20px;
  color: black;
}

#PaymentVerificationForm button {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

/* Loader */
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 100; /* Set a higher z-index value for the element above the modal */
}

#loading-image {
  position: absolute;
  /* top: 100px;
  left: 240px; */
  z-index: 100;
  float: center;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  z-index: 100;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 9999; /* Set a higher z-index value for the loading overlay */
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; /* Set an even higher z-index value for the loading image */
}

/* Upload Image Style in the forms ******************************* */
.image-upload-container {
  border: 2px dashed black;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  transition: 0.3s;
  position: relative;
  width: 100%;
  border-color: black!important;
}

.image-upload-container:hover {
  border-color: #ff4081;
  background: #fef3f8;
}

.image-upload-container img {
  max-width: 100px;
  display: block;
  margin: 10px auto;
}

.image-upload-container p {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

.image-upload-container input {
  display: none;
}

.upload-icon {
  font-size: 24px;
  color: #2C6161;
  margin-bottom: 5px;
}

.upload-text {
  color: #2C6161;
  font-weight: bold;
}
/* Upload Image Style ends - in the forms ******************************* */
/* Main form container styling */
.site-header__title{
  font-size: 30px;
  font-weight: 600;
}
.tracking-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}


/* PRODUCT DETAILS AND ADD TO CARD BUTTONS STARTS*/
.btn-outline {
	color: #000!important;
	background-color: #ffffff!important;
	border-color: #000!important;
	font-weight: 600!important;
	letter-spacing: 0.05em!important;
	font-size: 13px;
  }
  
  .btn-outline {
	color: #000!important;
	background-color: #ffffff!important;
	border-color: #000!important;
	font-weight: 500!important;
	border-radius: 0!important;
  }
  
  .btn-outline:hover,
  .btn-outline:active,
  .btn-outline:focus,
  .btn-outline.active {
	border-color: #000!important;
	background: #000!important;
	color: #ffffff!important;
	border-color: #ffffff!important;
	
  }
  .btn-outline a{
	color: #000!important;
	background-color: #ffffff!important;
	border-color: #000!important;
	font-weight: 500!important;
	border-radius: 0!important;


  }

  .btn-outline a:hover,
  .btn-outline a:active,
  .btn-outline a:focus,
  .btn-outline a:active {
	background: #000!important;
	color: #ffffff!important;
	border-color: #ffffff!important;
	
  }


  /* Sticky Icons */
.sticky-icons {
  position: fixed;
  right: 10px; /* Distance from the right edge of the viewport */
  top: 50%; /* Vertically centered */
  transform: translateY(-50%); /* Adjust for centering */
  display: flex;
  flex-direction: column;
  gap: 15px; /* Increased space between icons */
  z-index: 9999; /* Ensures it stays above all other elements */
}

.sticky-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* Larger icon size */
  height: 60px;
  background-color: #E5C227; /* Black background */
  color: #fff; /* White icon color */
  border-radius: 50%; /* Make the icon container circular */
  text-decoration: none; /* Remove underline */
  font-size: 30px; /* Increase icon size */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for better visibility */
}

.sticky-icons a:hover {
  background-color: #333; /* Slightly lighter black on hover */
  color: #fff; /* Keep icon color white on hover */
}

/* Offers Blade CSS */
/* General Styles */
.discount-card {
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discount-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.discount-card__image {
  flex: 1;
  overflow: hidden;
}

.discount-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.discount-card__image:hover img {
  transform: scale(1.1);
}

.discount-card__content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.discount-card__header {
  margin-bottom: 20px;
}

.discount-badge {
  display: inline-block;
  background: #2C6161;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.discount-card__title {
  font-size: 24px;
  margin: 0;
  color: #333;
}

.discount-card__subtitle {
  font-size: 18px;
  color: #555;
  margin: 10px 0;
}

.discount-card__subtitle span {
  color: #cc0002;
  font-weight: bold;
}

.discount-card__countdown {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}

.discount-button {
  display: inline-block;
  background: #E5C227;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.discount-button:hover {
  background: #e69c00;
}


/* contact us */
.contact {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.contact__content {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact__address h5,
.contact__form h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.contact__address ul {
  list-style: none;
  padding: 0;
}

.contact__address ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact__address ul li .icon {
  width: 40px;
  height: 40px;
  background: #ff4757;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.contact__address ul li .icon i {
  color: #fff;
  font-size: 18px;
}

.contact__address ul li .info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.contact__address ul li .info p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.contact__form .form-group {
  margin-bottom: 20px;
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
}

.contact__form input:focus,
.contact__form textarea:focus {
  border-color: #ff4757;
  outline: none;
}

.contact__form textarea {
  resize: none;
}

.site-btn {
  background: #ff4757;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.site-btn:hover {
  background: #ff6b81;
}

.contact__map iframe {
  width: 100%;
  height: 780px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/*---------------------
  Discount Modal
-----------------------*/

.discount__pic img {
	min-width: 100%;
	height: 100%;
}

.discount__text {
	/* background: #f4f4f4; */
	height: 390px;
	padding: 75px 90px 50px;
	text-align: center;
}

.discount__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.discount__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.discount__text__title {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.discount__text__title:after {
	position: absolute;
	left: 50%;
	top: -38px;
	height: 183px;
	width: 183px;
	background: #ffffff;
	content: "";
	border-radius: 50%;
	z-index: -1;
	margin-left: -91.5px;
}

.discount__text__title span {
	font-size: 12px;
	color: #111111;
	font-weight: 500;
	text-transform: uppercase;
}

.discount__text__title h2 {
	font-size: 60px;
	color: #ca1515;
	font-family: sans-serif;
	line-height: 46px;
	margin-bottom: 10px;
}

.discount__text__title h5 {
	color: #ca1515;
	font-weight: 700;
}

.discount__text__title h5 span {
	font-size: 14px;
	color: #111111;
	margin-right: 4px;
}

.discount__countdown {
	text-align: center;
	margin-bottom: 10px;
}

.countdown__item {
	margin-bottom: 15px;
	float: left;
	width: 25%;
}

.countdown__item:last-child {
	margin-right: 0;
}

.countdown__item span {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	display: inline-block;
}

.countdown__item p {
	color: #111111;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
}

/* Item Review CSS In Item detail page */
.product__details__tab {
	padding-top: 80px;
	margin-bottom: 65px;
}

.product__details__tab .nav {
	border-bottom: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}

.product__details__tab .nav::before {
	position: absolute;
	left: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.product__details__tab .nav::after {
	position: absolute;
	right: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.product__details__tab .nav-item {
	margin-right: 46px;
}

.product__details__tab .nav-item:last-child {
	margin-right: 0;
}

.product__details__tab .nav-item .nav-link {
	font-size: 18px;
	color: #666666;
	font-weight: 600;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}

.product__details__tab .nav-item .nav-link.active {
	color: #111111;
}

.tab-content .tab-pane h6 {
	color: #666666;
	font-weight: 600;
	margin-bottom: 24px;
}

.tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}

.related__title h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

#reviewForm .form-control, #reviewForm .label{
	border-color: #111111!important;
	border-radius: 0px!important;
	color: #111111;
  width: 100%;
}

.header_section{
  background-color: #2C6161!important;
}

.header__logo {
	/* padding: 26px 0; */
	padding: 10px 0;
	/* width: 100px!important; */
	width:120px!important;
	height: auto!important;
}

@media only screen and (max-width: 600px) {
	.header__logo {
		width:120px!important;
		height: auto!important;
	}
  }

  .service-box {
    transition: all 0.3s ease-in-out;
}
.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.icon-lg {
  font-size: 3rem;
}



/* checkout modals */
.modal-content {
  color: #333;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.modal-title {
  font-weight: bold;
  color: #007b5e;
}

.highlight-box {
  background-color: #f9f9f9;
  border-left: 4px solid #007b5e;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.highlight-title {
  color: #007b5e;
  font-weight: bold;
  margin-bottom: 8px;
}

.modal-body p,
.modal-body li {
  font-size: 15px;
  line-height: 1.6;
}

.modal-body ul {
  padding-left: 18px;
}

.btn-dark {
  background-color: #007b5e;
  border: none;
}

.btn-dark:hover {
  background-color: #005f4b;
}

.category-section {
  scroll-margin-top: 100px; /* Adjust based on your header height */
  transition: all 0.3s ease;
}

/* .category-section.highlight {
  background-color: rgba(255, 255, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 200, 0, 0.3);
} */

.filters_menu a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
}

.filters_menu a:hover {
  color: #ffbe33; /* Your theme color */
}



/* Style of the new menu section */
@media only screen and (max-width: 600px) {
  #PaymentVerificationForm {
    width: 100%!important;
  }
  .payment-verification .main-content{
    display:block!important;

  }

  .sticky-icons {
    flex-direction: row;
    bottom: 10px;
    top: auto;
    right: 50%;
    transform: translateX(50%);
    left: auto;
    gap: 10px;
}

.sticky-icons a {
    width: 50px;
    height: 50px;
    font-size: 24px;
}
}


/* Style */

ul.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

ul.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

ul.scrollmenu a:hover {
  background-color: #777;
}

/* style */
.price > span:first-child {
background-color: #e69c00 !important;
color: #fff;
padding: 3px 4px;
margin-right: 3px;
border: 1px sollid #e69c00!important;
border-radius: 10px;
}



/* filter menu */
.categories-scroll-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100vw; /* Ensure it doesn't exceed viewport */
  overflow: hidden; /* Hide overflow from parent */
}

.categories-scroll-container {
  width: calc(100% - 80px); /* Account for button space */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
  padding: 10px 0;
}

.categories-scroll-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome/Safari */
}

.filters_menu {
  display: inline-flex; /* Critical - keeps items in single line */
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap; /* Prevent wrapping */
  min-width: max-content; /* Ensure container expands to content */
}

.filters_menu li {
  display: inline-block;
  margin-right: 12px;
  flex-shrink: 0; /* Prevent items from shrinking */
}

.filters_menu li:last-child {
  margin-right: 0;
}

/* .filters_menu li a {
  display: block;
  padding: 8px 16px;
  background: #f3f3f3;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}

.filters_menu li a:hover {
  background: #ff6b6b;
  color: white;
}
*/

.scroll-button {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  color: #333;
  font-size: 18px;
}

.scroll-button:hover {
  background: #f8f8f8;
  border-color: #d0d0d0;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  color: #e69c00;
}

.scroll-button:active {
  transform: scale(0.95);
}

.scroll-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  box-shadow: none;
  background: white;
  color: #999;
}

/* Optional: Add arrow icons using pseudo-elements */
.scroll-button.left::before {
  content: "←";
}

.scroll-button.right::before {
  content: "→";
}