body {
  font-family: "Kufam", sans-serif !important;
  /* height: 200vh; */
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

.fs-1 {
  font-size: 1.2rem !important;
}

.fs-2 {
  font-size: 1.4rem !important;
}

.fs-3 {
  font-size: 2.5rem !important;
}

.fs-4 {
  font-size: 2rem !important;
}

.fs-5 {
  font-size: .9rem !important
}

.text-red {
  color: #E00B11 !important;
}

.bg-red {
  background-color: #E00B11 !important;
}

.border-grey {
  border-color: grey !important;
}

.text-maroon {
  color: #9A3A3D !important;
}

.bg-light-orange {
  background-color: #FFEEC1 !important;
}

.bg-light-pink {
  background-color: #FFF5E5 !important;
}

.bg-maroon {
  background-color: #9A3A3D !important;
}

.border-maroon {
  border: 1px solid #9A3A3D !important;
}

.bg-yellow {
  background-color: #f7bc23 !important;
}

.text-yellow {
  color: #f7bc23 !important;
}

.bg-brown {
  background-color: #352E35 !important;
}

.bg-cement {
  background-color: #CCCCCC !important;
}

.text-brown {
  color: #352E35 !important;
}

.bg-rose {
  background-color: #FFE5CD !important;
}

.bg-light-rose {
  background-color: #FFF0D9 !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Kufam", sans-serif !important;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



@media (min-width:768px) and (max-width:1024px) {
  .hero-content {
    right: 40px !important;
  }
}

/* @media (min-width:992px) and (max-width:1200px){
  .hero-content{
    right: 40px !important;
  }
} */
@media (min-width: 1025px) {
  .hero-content {
    right: 200px;
  }
}

@media (min-width: 768px) {
  .product-right {
    border: none !important;
  }
}

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  /* color: black; */
  color: #352E35;
  /* color: white; */
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  color: black;
  font-size: 15px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #000;
  /* color: #fff; */
}

.site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
  width: 400px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #352E35 !important;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: white;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.active {
  background-color: #f7bc23 !important;
  color: white !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f7bc23 !important;
  color: white;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 70%;
  top: 45px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f7bc23;
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  /* color: #fff; */
  color: black;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown dt:hover,
.site-navbar .site-navigation .site-menu .has-children .dropdown dd:hover {
  background: #f7bc23;
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown dt {
  padding: 9px 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown dd {
  padding: 7px 7px;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-mobile-menu .dropdown {

  background-color: white !important;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  /* color: #fff; */
  color: #000;
  /* font-size: 1.2rem; */
  font-weight: bold;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #352E35;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
  color: #fff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}

/* Header Starts */
.navbar-top-icons {
  font-size: 1.2rem;
}

/* Header Ends */
/* Hero Starts */
.hero {
  position: relative;
}

.hero-content {
  height: 50vh;
  position: absolute;

}

.hero-content h1 {
  font-size: 2.6rem !important;

}

@media (max-width: 768px) {
  /* .hero-content {
    right: 0px !important;
    padding-right: 15px;
  } */
}

/* Hero Ends */

/* Product Slider Starts */
.product-filter {
  /* margin-bottom: 20px; */
  text-align: center;
}

.filter-link {
  display: inline-block;
  /* background-color: #007bff; */
  color: grey;
  padding: 5px 20px;
  margin: 10px;
  text-decoration: none;
  /* border-radius: 5px; */
  cursor: pointer;
  transition: background-color 0.3s ease, text-decoration 0.3s ease;
}

.filter-link:hover {
  /* background-color: #0056b3; */
  color: black;
}

.filter-link.active {
  color: black;
  border-bottom: 2px solid #352E35;
}

#product-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#product-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#breadcrumb {
  color: grey !important;
}

.owl-carousel .product-item {
  background: #FFF0D9;
  padding: 15px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 0 0 auto;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.owl-carousel .product-item:nth-child(even) {
  background: #FFE5CD;
}

.owl-carousel .product-item img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.owl-carousel .product-item h4 {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.owl-carousel .product-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border: 1px solid #f4b071;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9a3a3dba;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  z-index: 9;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #9A3A3D;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

.product-title {
  font-family: "MonteCarlo", cursive !important;
}

.explore-btn input {
  border: 1px solid;
}

.explore-btn input:hover {
  background-color: #9A3A3D !important;
  color: white !important;
  border-color: #9A3A3D !important;
}

@media (max-width: 600px) {
  .filter-link {
    padding: 8px 15px;
    margin: 5px;
  }

  .owl-carousel .product-item {
    margin: 5px;
  }

  .owl-prev,
  .owl-next {
    padding: 8px 15px;
  }
}

/* Product Slider Ends */
/* Packging Starts */
/* Packging Ends */
/* watch-video */
.watch-video {
  height: 55vh !important;
  margin-block: 50px;
}

.paly-button {
  background-image: url(../images/ice-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 80%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paly-button i {

  background-color: #00000099;
  padding-block: 15px;
  padding-inline: 20px;
  border-radius: 50%;
}


/* watch-video */
/* About Start */
.about-content {
  background-image: url(../images/about-conent-style.png);
  background-size: cover;
  background-repeat: no-repeat;

}

/* About Ends */
/* Let's Grow Starts */
.grow h1 {
  font-size: 2.8rem !important;
}

/* Let's Grow Ends */
/* Journey Starts */
.journey-bg-1 {
  background-color: #463D40 !important;
}

.journey-bg-2 {
  background-color: #F7BC23 !important;
}

.journey-bg-3 {
  background-color: #FFE08F !important;
}

.journey-bg-4 {
  background-color: #FFEEC1 !important;
}

.journey-one {
  width: 300px !important;
  height: 300px;
}

.journey-one h1 {
  font-size: 2.4rem !important;
}

.flex-item {
  flex: 1 1 18%;
  max-width: 18%;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.item {
  background-color: #f8f9fa;
  padding: 20px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  /* Makes the item circular */
  width: 100%;
  /* Ensures it remains circular */
  aspect-ratio: 1;
  /* Maintains a 1:1 aspect ratio */
  box-sizing: border-box;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .flex-item {
    flex: 1 1 30%;
    max-width: 30%;

  }
}

@media (min-width: 992px) {
  .journey-one {
    width: 300px !important;
    height: 200px !important;
  }

  .journey-one h1 {}

}

@media (max-width: 768px) {
  .flex-item {
    flex: 1 1 45%;
    max-width: 45%;
  }

  .product-left .filter-btn {
    padding: 8px !important;
  }
}

@media (max-width: 576px) {
  .flex-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .product-left .filter-btn {
    padding: 8px !important;
  }
}

/* Journey Ends */
/* Clients Starts */
.client-button {
  border: 1px solid grey;
}

.client-button:hover {
  background-color: #463D40 !important;
  color: white !important;
}

/* Clients Ends */
/* Get In Touch */
.get-touch {
  background-image: url(../images/get-in-touch.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh !important;
  background-position: center;
}

/* Get In Touch */
/* Footer Starts */
.footer-mid h2,
.footer-bottom {
  border-bottom: 2px solid #ffffff54 !important;
}

.foot-dot {
  border: 2px solid #E00B11 !important;
}

.bg-opacity {
  background-color: #ffffff1f !important;
}

.foot-bottom-right .foot-call-right i {
  padding-inline: 1.5rem;
  padding-block: 1.2rem;
}

.foot-list {
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding-inline: 10px;
}

.foot-list:hover {
  transform: translateX(10px);
  background-color: #00000014;
}

/* Custom Styles for Floating Labels */
.form-floating-label {
  position: relative;
  margin-bottom: 20px;
}

.form-floating-label input,
.form-floating-label textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-floating-label label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 5px;
  font-size: 16px;
  color: #6c757d;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-floating-label input:focus,
.form-floating-label textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-floating-label input:focus+label,
.form-floating-label input:not(:placeholder-shown)+label,
.form-floating-label textarea:focus+label,
.form-floating-label textarea:not(:placeholder-shown)+label {
  top: -10px;
  left: 8px;
  font-size: 12px;
  color: #007bff;
}

.btn-custom:hover {
  background-color: yellowgreen;
  color: white;
}

/* Footer Ends */
/* About Starts */
.about-nav,
.sticky-wrapper {
  position: relative !important;
}

.is-sticky .site-menu-toggle i {
  color: white !important;
}

.about-hero {
  height: 60vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* About Ends */

/* Product Starts */
.product-card {
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 15px;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.product-card-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.product-card-img-top {
  height: 170px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.product-card:hover .product-card-img-top {
  transform: scale(1.05);
}

.product-card a {
  text-decoration: none;
  color: inherit;
}

.product-card-title {
  text-transform: capitalize;
  font-family: "MonteCarlo", cursive !important;
}

.pack-card {
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.pack-card:hover {
  transform: scale(1.05);
  background-color: #ffcc00;
  /* Example background color on hover */
}

.pack-card:hover .card-inner p {
  background-color: #d9534f;
  /* Example background color change for the text on hover */
}

.pack-card img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.pack-card:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
  /* Slightly brighten the image on hover */
}

/* Product Ends */
/* Our Loactions Starts */
.state-section {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.state-header {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px solid #F7BC23;
}

.location-card {
  background-color: #ffffff;
  border-left: 5px solid #F7BC23;
  border-radius: 5px;
  padding: 20px 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.location-card-title {
  font-size: 24px;
  font-weight: bold;
  color: #9A3A3D;
  margin-bottom: 10px;
}

.location-card-text {
  font-size: 18px;
  color: #6c757d;
}

/* Our Loactions Ends */
/* Products Page Start*/
.filter-btn {
  padding: 20px;
  margin-right: 10px;
  border-bottom: 1px solid #8080805c;
  cursor: pointer;
  color: grey;
}

.filter-btn.active {
  color: black;
  font-size: 1.1rem;
  font-weight: 500;
}


.product-left {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  transition: left 0.3s ease-in-out;

}

.product-left.show {
  left: 0;
}

@media (min-width: 992px) {
  .product-left {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 11;
  }

  .product-right {
    border-left: 1px solid #8080805c !important;
  }

  .filter-icon {
    display: none;
  }

  .close-icon {
    display: none;
  }

}

/* Products Page End*/
/* Products Details Page Start*/
.product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.product-images {
  display: flex;
  gap: 10px;
}

.thumbnail {
  cursor: pointer;
  width: 50px;
  height: auto;
}

.main-image img {
  width: 50%;
  height: auto;
}

.product-info {
  width: 100%;
}

.tabs {
  display: flex;
}

.tab-link {
  padding: 10px;
  cursor: pointer;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
  flex: 1;
  text-align: center;
}

.tab-link.active {
  background-color: #fff;
  border-bottom: 2px solid #E00B11;
}

.tab-content {
  display: none;
  padding: 20px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.tab-content.active {
  display: block;
}

#moreText {
  display: none;
}

#moreBtn {
  margin-top: 10px;
  cursor: pointer;
}

.pro-detail-title {
  font-family: "MonteCarlo", cursive !important;
}

/* Products Details Page End*/
/* Contact Us Starts */
@media (max-width: 576px) {
  .contact-inner h1 {
    font-size: 2rem !important;
  }

}

/* Contact Us Ends */