* img {
  width: 100%;
}
body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Okra", Helvetica !important;
}

.carousel-item {
  width: 100%;
  position: relative;
  /* height: 150vh !important; */
  /* background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent); */
  /* background-image: url("images/Bikaji-Web-banner-Snacking-Partner.jpg") !important; */
  background-size: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8),
    transparent
  ) !important;
}

.Our_special {
  width: 98%;
  /* padding-top: 70px; */
  /* padding-bottom: 20px; */
  margin: auto;
}

.Our_special img {
  object-fit: cover;
  width: 100%;
  /* height: 100%; */
  height: 350px;
  overflow: hidden;
  border-radius: 8px;
  border-radius: 8px;
}
.cardss {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.cardss:hover {
  top: -30px;
}
.cardss .image {
  text-align: left !important;
  position: relative;
  overflow: hidden;
}

.content p {
  font-style: normal;
  font-weight: 400;
  text-align: left !important;
  line-height: 30px;
  letter-spacing: -0.01em;
}
.content h4 {
  margin: 10px 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 102px;
  overflow: hidden;
}
#IconCantrol5 {
  position: relative !important;
}
#product-slider-5-ow .tns-nav > button {
  display: none;
}
#product-slider-5-ow {
  position: relative;
}
.Categories {
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.bg {
  padding: 50px 0px;
}
.Categories_in {
  width: 10%;
  /* height: 100px !important; */
  /* border-bottom: 0.5px solid gray; */
  text-align: center;
  /* overflow: hidden; */
  justify-content: center;
}
.Categories_in h3 {
  text-align: center;
  font-size: 1rem;
  line-height: 2.1rem;
  letter-spacing: 0.5px;
  color: #000;
  max-width: 100%;
  font-weight: 500;
}
.Categories_image {
  width: 120px;
  height: 120px;
  /* padding: 12px; */
  margin: auto !important;
  border-radius: 50%;
  overflow: hidden;
}
.Categories_in:hover .Categories_image {
  padding: 0px;
  /* transition: 1s; */

  transition: 0.5s all ease-in-out;
}
.Categories_image img {
  width: 100%;
  height: 100%;
  /* height: 300px;   */
  /* object-fit: cover !important; */
}
.effert {
  transition: 1s !important;
  /* transition: transform s; */
  overflow: hidden !important;
}
.effert img {
  width: 100%;
  cursor: pointer;
}
.effert:hover img {
  transform: scale(1.1);
}
.Product_card_main {
  width: 100%;
  /* padding-top: 30px; */
  padding-bottom: 30px;
}
/* #product-slider-5 > .tns-item {
  padding: 0px !important;
} */
.Product_card_in {
  /* width: 97%; */
  /* padding-left: 1.5%; */
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  /* justify-content: space-evenly; */
  /* overflow: hidden !important; */
  text-align: center;
  justify-content: space-b;
  margin: auto !important;
}
.Product_card {
  border-radius: 8px;
  padding: 10px !important;
  opacity: 0.9;
  cursor: pointer;
  background-color: #fff;
  margin-right: 1%;
  /* width: 100% !important; */
  border: 0.5px solid rgba(191, 191, 191, 0.326);
  /* box-shadow: 0 3px 22px rgba(0, 0, 0, .07); */
  /* transition: all 1s ease-in-out; */
}
.Product_card:hover {
  opacity: 2;
  box-shadow: 0 3px 22px rgba(24, 24, 24, 0.144);
  transition: 0.3s;
  transform: scale(1.02);
}
.Product_card:hover .PImage_2 {
  /* transition: all 1s ease-in-out; */
  transition: 0.5s;
  transform: scale(1.1);
}
.product_image {
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
  /* background-color: #e9e9e9; */
  background-color: #f6f6f6;
  /* background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%) !important; */
}
.product_image img {
  width: 100%;
  /* background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%) !important; */
  border-radius: 3px;
  /* height: 270px !important; */
  /* height: 100%; */
}
.accordion__overlay {
  /* position: absolute; */
  inset: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%); */
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.Inquiry {
  position: relative;
  border: none;
  width: 100%;
  /* min-height: 70px; */
  text-align: start;
  padding: 10px 0px 0px 0px;
  line-height: 30px;
}
.Product_Details {
  background-color: white;
}
.Whatapp_btn button {
  background: linear-gradient(
    90deg,
    rgb(18, 198, 101) 0.85%,
    rgb(0, 148, 70) 100%
  );
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  position: fixed;
  bottom: var(--bs-gutter-x, 1.9rem);
  left: auto;
  right: var(--bs-gutter-x, 2rem);
  padding: 1.5rem;
  text-align: center;
  z-index: 99;
  color: #fff !important;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  border: 0px !important;
  justify-content: center;
  border-radius: 15px;
}
.Whatapp_btn button > a {
  color: #fff !important;
}
.Whatapp_btn button > a > i {
  font-size: 40px;
  margin-top: 0px;
  padding-top: 0px;
  color: #fff !important;
}
.Inquiry p {
  font-size: 14px;
  color: #939393;
  line-height: 18px;
  display: block;
}
.Inquiry h3 {
  font-size: 16px;
  color: #232529;
  font-weight: 600;
  display: -webkit-box;
  align-content: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 35px;
  line-height: 18px;
  font-family: "Poppins", serif !important;
}
.image1 {
  display: block;
}
.image2 {
  display: none;
}
.store_image:hover .image1 {
  display: none;
}
.store_image:hover .image2 {
  display: block;
}
.Inquiry h6 {
  text-align: center;
  font-size: 18px !important;
}
.Inquiry > p {
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 4px;
}
.marquee {
  width: 100%;
  /* background-color: rgb(240, 240, 240); */
  overflow: hidden;
  margin-top: 20px;
  /* transform: rotate(2deg); */
}

.marquee div {
  display: flex;
  animation: marquee 10s linear infinite;
}

.marquee span {
  color: #ffffff;
  flex-shrink: 0;
  font-weight: 700;
  text-shadow: -1px 1px 0 #d1535b, 1px 1px 0 #d1535b, 1px -1px 0 #d1535b,
    -1px -1px 0 #d1535b;
  margin-right: 100px;
  /* font-family: "DIN Next", sans-serif; */
  /* background-image: linear-gradient(
    90deg,
    rgba(77, 82, 60, 1),
    rgba(133, 141, 103, 1) 100%
  ); */
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 40px;
}
.marquee span > img {
  width: 50px;
  height: 50px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1922px);
  }
}
.carousel-inner {
  /* height: 800px !important; */
  overflow: hidden;
  background-color: #000;
}
.carousel-item img {
  padding: 30px 0px;
  /* object-fit: cover; */
  width: 92% !important;
  margin: auto;
  height: 50% !important;
}
.Banner_main {
  width: 100%;
}

/* Styles for each custom item */
.custom-item {
  position: relative;
  width: 20%;
  overflow: hidden;
  padding: 0px;
  height: 390px !important;
  align-items: center;
  justify-content: center;
}

/* Styles for images */
.custom-item img {
  height: 100%;
  display: block;
  transition: transform 0.3s ease;
}

/* Overlay styles */
.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #212529c6; */
  background: linear-gradient(-180deg, #212529c6, transparent);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.custom-overlayy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2125298f;
  background: linear-gradient(-180deg, #000000af, transparent) !important;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.custom-overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2125298f;
  background: linear-gradient(0deg, #000000ba, transparent) !important;
  opacity: 1;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  transition: opacity 0.3s ease;
}
.cardss:hover .custom-overlayy {
  background: linear-gradient(-180deg, #000000, transparent) !important;
  transition: 0.8s;
}
.custom-overlayb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #2125299a;
  background: linear-gradient(-180deg, #000000dd, transparent); */
  opacity: 1;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  transition: opacity 0.3s ease;
}
.custom-overlayb h1 {
  /* position: absolute; */
  top: 0;
  left: 0;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 75vh;
  float: right !important;
  /* margin-right: 135vh; */
  color: #fff;
}

/* Content inside overlay */
.custom-overlay .custom-content {
  text-align: center;
}

/* Button style */
.custom-btn {
  display: inline-block;
  /* padding: 10px 20px; */
  /* background-color: #fff; */
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 5px;
  /* border: 1px solid #fff; */
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 500;
  font-size: 20px;
}
.custom-btn i {
  font-size: 80px;
}

/* Button hover effect */
.custom-btn:hover .custom-overlay {
  color: #0080a3 !important;
  background-color: #fff !important;
  /* border: 1px solid white; */
  border-radius: 5px;
}

/* Show overlay on hover */
.custom-item:hover .custom-overlay {
  opacity: 1;
}

/* Scale effect on hover */
.custom-item:hover img {
  transform: scale(1.1);
}

/* Footer */
footer {
  color: #f3efe8 !important ;
}
.address {
  color: #f3efe8 !important ;
  float: left !important;
  font-size: 16px;
  margin-top: 25px;
}
.main_footer {
  margin-top: 50px;
  position: relative;
  /* background-color: #494c4d; */
  background-color: #212529;
  color: white;
}
.main_footer img {
  width: 10%;
  position: absolute;
  top: -74px;
  left: 44%;
  /* right: 45%; */
}
.Second_footer {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: auto;
}
.Quick_Link {
  text-align: start;
  /* width: 88%; */
  padding-bottom: 10px;
  border-bottom: 1.5px solid white;
}
.Quick_Links {
  display: flex;
  justify-content: space-between !important;
}
.Quick_Links h6 > a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 30px;
  color: #f3efe8 !important;
}
.qu:hover a {
  text-decoration: dashed !important;
  border-bottom: 1.5px solid white;
}
.accordion-item {
  background-color: transparent;
}
.accordion-button {
  background-color: #212529 !important;
  color: #f3efe8;
  padding: 10px 0px;
  border-bottom: 1.5px solid #f3efe8;
}
.accordion-button:not(.collapsed) {
  color: #f3efe8;
}
.accordion-body {
  background-color: #212529 !important;
  color: #f3efe8;
  padding: 0;
}
.accordion-body ul {
  background-color: #212529 !important;
  padding: 0;
  color: #f3efe8;
}
.accordion-body ul > li {
  list-style: none;
  line-height: 35px;
}
.accordion-body ul > li > a {
  text-decoration: none;
  background-color: #212529 !important;
  color: #f3efe8;
}
.accordion-body ul > li > a:hover {
  text-decoration: none;
  border-bottom: 1.5px solid #f3efe8;
  background-color: #212529 !important;
  color: #f3efe8;
}
.fotter_Right .accordion {
  margin-top: 30px;
}
.fotter_Right {
  /* margin-top: 30px; */
  margin-top: 70px;
}
.copy_rights {
  text-align: center;
  padding: 10px 0px;
  color: #f3efe8;
  background-color: #000;
}
.fotter_left { 
  /* margin-top: 100px; */
  margin-top: 70px;
}
.fotter_left p {
  text-align: justify !important;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #f3efe8;
}
.contact_us {
  line-height: 30px;
  color: #f3efe8;
  font-size: 18px !important;
  font-weight: 100 !;
  margin-top: 30px;
}
.contact_us h6 {
  color: #f3efe8;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.social_media {
  width: 35%;
  float: left !important;
  display: flex;
  justify-content: space-between;
}
.social_media i {
  color: #f3efe8;
  padding: 10px;
  font-size: 20px;
  margin-top: 30px;
}
.social_media i:hover {
  color: #212529;
  background-color: #f3efe8;
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
}
.Store {
  background-color: #f4f3f9;
  padding: 30px;
}
.Store > .row {
  width: 90%;
  margin: auto;
  text-align: center;
}
.store_image img {
  width: 100%;
}
.Store_dtails > h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}
.Store_dtails > h4 {
  font-size: 20px;
  font-weight: 500;
}
.main_shop {
  background-color: #212529;
}
.sweet_shop {
  text-align: center;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.shop_video {
  width: 19%;
  height: 20% !important;
}
.shop_video video {
  border-radius: 8px;
  object-fit: cover;
  height: 75% !important;
  width: 100%;
  object-fit: cover !important;
  /* height: 100% !important; */
}

.slider {
  width: 98%;
  margin: auto;
  /* padding: 30px 0px !important; */
}
.slider input {
  display: none;
}
/* .testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 300px;
  perspective: 1000px;
  overflow: hidden;
}
.testimonials .item {
  width: 450px;
  padding: 30px;
  border-radius: 5px;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  color: #212529;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.4s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  user-select: none;
  cursor: pointer;
}
.testimonials .item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 13px solid #d9d9d9;
}
.testimonials .item p {
  color: #212529;
}
.testimonials .item h2 {
  font-size: 14px;
}
.dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dots label {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #000000;
  margin: 7px;
  transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"] {
  transform: scale(2);
  background-color: #000000;
}
#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"] {
  transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"],
#t-4:checked ~ .testimonials label[for="t-1"],
#t-5:checked ~ .testimonials label[for="t-2"] {
  transform: translate3d(600px, 0, -180px) rotateY(-25deg);
  z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"],
#t-5:checked ~ .testimonials label[for="t-1"] {
  transform: translate3d(300px, 0, -90px) rotateY(-15deg);
  z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-1:checked ~ .testimonials label[for="t-5"] {
  transform: translate3d(-300px, 0, -90px) rotateY(15deg);
  z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-5"],
#t-1:checked ~ .testimonials label[for="t-4"] {
  transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}
#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"] {
  z-index: 4;
} */
.control {
  list-style: none;
}
.control li {
  position: absolute;
  right: -0.9rem;
  top: 15rem;
  z-index: 9;
  /* background: #832729; */
  box-shadow: 0px 1px 12px rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  border: none;
  width: 35px;
  height: 35px;
  /* color: rgb(255, 255, 255); */
  background-color: rgba(0, 0, 0, 0.838);
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
.control li i {
  margin-top: 1px;
  font-size: 15px;
}
.control li:hover {
  box-shadow: 0px 1px 12px rgb(0 0 0 / 40%);
}
.control li.prev {
  left: 0px;
}
.control li.next {
  right: 0px;
}
.controll {
  list-style: none;
  pointer-events: none;
  /* pointer-events: auto; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
}
/* Wrapper must be relative so absolute arrows position inside it */
.product-slider-wrapper {
  position: relative;
}
/* Section-level relative so arrows stay inside the slider row */
.product-category-slider {
  position: relative;
}
.controll li {
  position: absolute;
  right: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  box-shadow: 0px 1px 12px rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  border: none;
  width: 30px;
  height: 30px;
  background-color: #72c7f9f4;
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.controll li i {
  /* margin-top: 7px; */
  font-size: 15px;
}
.controll li:hover {
  box-shadow: 0px 1px 12px rgb(0 0 0 / 40%);
}
.controll li.prev {
  left: 0px;
}
.controll li.next {
  right: 0px;
}
.tns-nav {
  display: none;
}
.heading h1 {
  font-weight: 600;
  color: #353535;
  font-size: 2.6rem;
  line-height: 40px;
  text-align: center;
  margin: 0px 10px !important;
}
.heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px 30px 0px !important;
  font-family: "Playfair Display", serif;
  margin: auto;
}
.Our_special_main h1 {
  padding: 15px 0px 20px 0px;
}
.categories_page {
  width: 98%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.inner_categories {
  /* width: 8%; */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner_categories a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_categories img {
  width: 70px;
  display: block;
  margin: 0 auto;
  /* height: 100px;*/
}
.inner_categories h4 {
  padding-top: 10px;
  font-size: 15px;
  text-align: center;
  width: 100%;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap");
:root {
  --bg: hsl(0 0% 8%);
  --white: hsl(0 0% 98%);
  --accent: hsl(0 0% 15%);
  --secondary: hsl(0 0% 25%);
}

/* body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  font-family: "Nunito Sans", sans-serif;
}

* {
  margin: 0;
} */

li {
  list-style: none;
}

.accordionn {
  display: flex;
  width: 100%;
  height: 50vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.accordionn__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.accordionn__title {
  display: flex;
  font-size: 25px;
  font-weight: 400;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: absolute;
  bottom: 0.5em;
  right: 0.1em;
  writing-mode: vertical-rl;
  color: var(--white);
  /* font-size: clamp(1em, 3vw - 0.5em, 3em); */
  letter-spacing: 0.1em;
  text-transform: Uppercase;
}
.accordionn__title::after {
  content: "+";
  margin-top: 0.3em;
}
.accordionn__description {
  position: absolute;
  width: 60%;
  left: 1em;
  bottom: 1em;
  color: var(--white);
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.3s ease-out;
  transition-property: opacity, transform;
}
.accordionn__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

.accordionn__item {
  position: relative;
  flex-grow: 1;
  width: 100px;
  height: 100%;
  background: var(--bg);
  transition: flex-grow 300ms ease;
  overflow: hidden;
}

.accordionn__item:hover {
  cursor: pointer;
  flex-grow: 2;
}
.accordionn__item:hover .accordionn__overlay {
  opacity: 0.5;
}
.accordionn__item:hover .accordionn__title::after {
  content: none;
}
.accordionn__item:hover .accordionn__description {
  transform: translateY(0);
  opacity: 1;
}
.accordionn__item:hover .accordionn__image {
  transform: scale(1.1);
}
.gallery {
  justify-content: space-around;
  width: 98%;
  margin: auto;
}
.gallery_img {
  margin-top: 13px;
  width: 19% !important;
  border-radius: 5px;
  background-color: #e9e9e9;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  padding: 0px;
}
.gallery_img img {
  width: 100%;
  transition: 0.1s;
  overflow: hidden;
}

.gallery_img img:hover {
  opacity: 0.8;
}
.custom-overlayg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #2125298f;
  background: linear-gradient(-30deg, #00000030, transparent); */
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.custom-overlaya {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  /* background-color: #2125298f; */
  color: #f4f3f9;
  font-size: 55px;
  /* background: linear-gradient(-30deg, #0000009e, transparent); */
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  font-weight: 400;
}
.contact_filter {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.Avout {
  /* margin-top: 15vh; */
  font-size: 85px;
  font-weight: 400;
}
.gallery_img:hover .custom-overlayg {
  transition: 0.1s !important;
  cursor: pointer;
  background: linear-gradient(-30deg, #00000000, transparent);
}
.About_content {
  width: 85%;
  padding: 50px;
  margin: auto;
  /* color: #f3efe8; */
  text-align: start !important;
}
.About_content p {
  width: 100%;
  font-weight: 400;
  line-height: 2.3rem;
}
.About_content i {
  padding: 13px 10px;
}
.main_about {
  padding: 0px 30px;
  width: 92%;
  margin: auto;
  /* display: flex !important; */
}
.mar {
  margin-top: 70px;
}
.About_image img {
  width: 100%;
  object-fit: cover;
  /* border-radius: 10px; */
}
.About_image {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
}
.About_image img {
  /* height: 450px; */
  overflow: hidden;
}
.imagee-1 img {
  width: 70%;
  position: absolute;
  top: -10%;
  left: 28%;
}
.imagee-2 img {
  width: 50%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 5%;
}
.About_Detail p {
  margin-bottom: 15px;
  font-weight: 400 !important;
  font-size: 17px !important;
  text-align: start !important;
  line-height: 1.8rem;
  word-spacing: 5px;
  letter-spacing: 0px;
}
.About_Detail h2 {
  margin-bottom: 20px;
  font-weight: 400 !important;
  font-size: 25px !important;
  text-align: start !important;
  line-height: 2rem;
}
.About_Detail i {
  padding: 7px 5px;
}
.colorr {
  background-color: #f4f3f9;
  color: #212529 !important;
}
.colorr h1 {
  background-color: #212529;
  color: #f3efe8 !important;
}
.Shop_view {
  width: 90%;
  margin: auto;
}
.Shop {
  margin: auto;
  width: 50%;
  padding: 10px 50px;
  border-radius: 15px;
}
.Shop_image {
  border-radius: 15px;
  overflow: hidden;
}
.Shop_details h1 {
  text-align: center;
  margin: 15px;
  font-size: 28px;
  font-weight: 700;
}
.Shop_details h5 {
  text-align: center;
  font-size: 18px;
}
.Shop_details h5 > i {
  text-align: center;
  font-size: 18px;
  padding: 10px;
}
.our_story {
  margin-bottom: 3rem;
}
.contact_banner {
  background-image: url("images/bg-header3.jpg");
}
.contact_banner h1 {
  font-size: 80px;
  padding: 150px 50px;
  background-position: right bottom;
}
.Contact_left {
  width: 60%;
  padding-top: 80px;
}
.Contact_Right {
  width: 40%;
}
.Contac_form {
  width: 75%;
  margin: auto !important;
  border-radius: 5px;
  padding: 10px;
  background-color: #00000008;
  /* background-color: #fff; */
  /* margin: auto; */
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
  /* height: 500px; */
}
.inputt input,
textarea {
  width: 100%;
  margin: 10px 0px;
  border-radius: 8px;
  padding: 10px 5px !important;
  background-color: #ffffff;
  border: 0.5px solid #c7c7c769;
}

.Contact {
  background-color: #f4f3f9;
}
.Contact_detail {
  width: 80%;
  margin: auto;
  padding: 30px 0px;
  border-bottom: 0.5px solid #323232;
}
.Contact_detail h5 {
  font-weight: 400;
  /* padding-bottom: 30px; */
}
.Contact_detail i {
  color: #007dc5;
}
.map {
  width: 100%;
  /* height: 400px; */
  margin: auto;
  overflow: hidden;
}
.map iframe {
  height: 400px;
  padding-bottom: 10px;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.Contact_button button {
  padding: 10px 40px;
  border: 0px;
  border-radius: 8px;
  background-color: #007dc5;
  color: #f4f3f9;
}
.About_New img {
  width: 100%;
}
.leftImage img {
  /* height: 700px; */
  object-fit: cover;
}
.leftImage {
  height: 700px;
}
.rightimage img {
  width: 100%;
  /* height: 310px !important; */
  object-fit: cover;
}
.rightimage {
  width: 100%;
  height: 310px !important;
}
.About_New {
  width: 90%;
  margin: auto;
}

.navbar {
  width: 100%;
}

#navbar {
  background-color: #000000 !important;
  /* background-color: #1f2223 !important; */
  color: #9e9fa3 !important;
  /* color: #9e9fa3 !important; */
  position: fixed;
  display: flex;
  justify-content: space-between !important;
  top: 0;
  /* height: 80px; */
  line-height: 63px;
  width: 100%;
  z-index: 10;
}
#navbar:hover {
  background-color: #1f2223 !important;
}
#menu {
  padding-left: 0px;
  justify-content: space-between;
}
.nav-wrapper {
  /* margin: auto; */
  /* text-align: center; */
  display: flex;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 768px) {
  .nav-wrapper {
    width: 90%;
  }
}
@media (max-width: 638px) {
  .nav-wrapper {
    width: 100%;
  }
}

.logo {
  width: 8%;
  float: left;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 28px;
  font-size: 1.5em;
  /* height: 60px; */
  letter-spacing: 1px;
}
@media (max-width: 768px) {
}
.logo img {
  width: 100%;
}
#navbar ul {
  display: inline-block;
  /* float: right; */
  list-style: none;
  margin-right: 14px;
  margin-top: -2px;
  text-align: right;
  padding-top: 8px;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}
@media (max-width: 640px) {
  #navbar ul {
    display: none;
  }
}
@media (orientation: landscape) {
  #navbar ul {
    /* width: 100%; */
    display: inline-block;
  }
}

#navbar li {
  display: inline-block;
}

#navbar li a {
  /* width: 30%; */
  /* border-bottom: 1px solid white; */
  color: #fff;
  /* color: #9e9fa3; */
  display: block;
  cursor: pointer;
  font-size: 16px;
  padding-top: 20px;
  height: 65px;
  text-align: left;
  letter-spacing: 1px;
  margin: 0 12px;
  padding: 0 4px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

/* Animated Bottom Line */
#navbar li a:before,
#navbar li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  background: rgb(13, 26, 38);
}

/* #navbar li a:before {
  left: 0;
  transition: 0.5s;
} */

/* #navbar li a:after {
  background: rgb(13, 26, 38);
  right: 0;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
} */

/* #navbar li a:hover:before {
  background: rgb(13, 26, 38);
  width: 100%;
  transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
} */

/* #navbar li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
} */

/*======================================================
                    Mobile Menu Menu Icon
  ======================================================*/
@media (max-width: 640px) {
  .menuIcon {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 15px;
    top: 20px;
    height: 23px;
    width: 27px;
    z-index: 12;
  }

  /* Icon Bars */
  .icon-bars {
    background: rgb(13, 26, 38);
    position: absolute;
    left: 1px;
    top: 45%;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .icon-bars::before {
    background: rgb(13, 26, 38);
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    width: 20px;
    /*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  .icon-bars::after {
    margin-top: 0px;
    background: rgb(13, 26, 38);
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 20px;
    /*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  /* Bars Shadows */
  .icon-bars.overlay {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 20px;
    animation: middleBar 3s infinite 0.5s;
    -webkit-animation: middleBar 3s infinite 0.5s;
  }
  @keyframes middleBar {
    0% {
      width: 0px;
    }
    50% {
      width: 20px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes middleBar {
    0% {
      width: 0px;
    }
    50% {
      width: 20px;
    }
    100% {
      width: 0px;
    }
  }

  .icon-bars.overlay::before {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 10px;
    animation: topBar 3s infinite 0.2s;
    -webkit-animation: topBar 3s infinite 0s;
  }
  @keyframes topBar {
    0% {
      width: 0px;
    }
    50% {
      width: 10px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes topBar {
    0% {
      width: 0px;
    }
    50% {
      width: 10px;
    }
    100% {
      width: 0px;
    }
  }

  .icon-bars.overlay::after {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 15px;
    animation: bottomBar 3s infinite 1s;
    -webkit-animation: bottomBar 3s infinite 1s;
  }
  @keyframes bottomBar {
    0% {
      width: 0px;
    }
    50% {
      width: 15px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes bottomBar {
    0% {
      width: 0px;
    }
    50% {
      width: 15px;
    }
    100% {
      width: 0px;
    }
  }

  /* Toggle Menu Icon */
  .menuIcon.toggle .icon-bars {
    top: 5px;
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars::before {
    top: 0;
    transition-delay: 0.1s;
    opacity: 0;
  }

  .menuIcon.toggle .icon-bars::after {
    top: 10px;
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}

/*======================================================
                   Responsive Mobile Menu 
  ======================================================*/
.overlay-menu {
  background: lightblue;
  color: rgb(13, 26, 38);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  transform: translateX(-100%);
  width: 100vw;
  height: 100vh;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.overlay-menu ul,
.overlay-menu li {
  display: block;
  position: relative;
}

.overlay-menu li a {
  display: block;
  font-size: 1.8em;
  letter-spacing: 4px;
  /*   opacity: 0; */
  padding: 10px 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /*   -webkit-transition: 0.2s opacity 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out; */
}

/* .overlay-menu li a:hover,
.overlay-menu li a:active {
  color: rgb(28, 121, 184);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
} */

.hover_nav {
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 70px;
  height: 45vh;
  background-color: #1f2223 !important;
  color: #9e9fa3 !important;
  /* height: 50vh; */
}
.hover_nav a {
  text-decoration: none;
  color: #9e9fa3;
}
.hov_row {
  padding-top: 3vh;
  width: 95%;
  margin: auto;
}
.fn1 {
  width: 100%;
}
.left_Inner_nav {
  width: 20%;
  padding-bottom: 60px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border-bottom: 0.7px solid #9e9fa37f;
}

.left_Inner_nav p {
  margin-bottom: 0px;
}
.left_Inner_nav:hover {
  padding: 12px 0px;
  font-weight: 400;
  border-bottom: 0.7px solid #ffffff !important;
  background-color: #323637;
  color: #fff !important;
}

.fn1 li {
  /* margin: 10px 0px; */
  /* padding: 12px 0px; */
  font-size: 17px;
  font-weight: 400;
  /* border-bottom: 0.7px solid #9e9fa37f; */
  /* background-color: #323637; */
}
/* .fn1 li:hover {
  margin: 10px 0px;
  padding: 12px 0px;
  font-weight: 400;
  border-bottom: 0.7px solid #ffffff;
  background-color: #323637;
  color: #fff !important;
  a{
    color: #fff;
    border: 0px !important;
  }
} */
.inner_row {
  width: 50%;
  position: absolute;
  top: 0%;
  left: 30%;
  margin: auto;
}
.inner_ul_hover li {
  /* margin: 10px 0px; */
  padding: 0px 0px;
  width: 100%;
  font-size: 16px;
  height: 0px !important;
  font-weight: 400;
  /* border-bottom: 0.7px solid #9e9fa37f; */
  /* background-color: #323637; */
}
.inner_ul_hover li > a {
  height: -10px !important;
}
.inner_ul_hover li > a:hover {
  border-bottom: 1px solid white !important;
}
.hover_nav {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  display: none;
}
.nav_Mobile_Name_hover > ul > li {
  border-bottom: 0.5px solid #494c4d;
  padding: 16px 0px 11px;
  font-size: 16px;
  color: #fff !important;
}
ul li:hover .hover_nav {
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  display: block !important;
}
.First_view {
  display: flex;
}
.inner_row {
  display: none;
}
.First_view2:hover .First_view > .col-4 {
  visibility: hidden !important;
  display: none !important;
}
.sweetsss:hover .inner_row {
  display: flex !important;
}
.cat_main {
  width: 90%;
  margin: auto;
}
.cat_Inner {
  width: 32%;
  /* width: 48%; */
  cursor: pointer;
  padding: 16px 0px 16px 0px;
  border-bottom: 1px solid #dfdee3;
}
.cat {
  display: flex;
  justify-content: space-between !important;
}
.cat_Inner i {
  display: none;
}
.cat_Inner a {
  color: #000;
}
.cat_Inner:hover i {
  display: block;
}
.cat_Inner:hover {
  border-bottom: 2px solid #000000;
}
/* .cat_image {
  overflow: hidden;
} */
.cat_image img {
  width: 40px;
  height: 40px;
  /* width: 100%; */
  /* border-radius: 50%; */
}
.cat_details h6,
i {
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}
.About_banner {
  height: 500px;
  background-color: #000;
  /* background-image: url("images/shop-1.1.jpg"); */
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.About_banner {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.About_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav_hover_effect:hover {
  border-bottom: 2px solid white;
}
img {
  /* margin-left: 2px; */
  max-width: 100%;
  height: auto;
}
section {
  padding: 60px 0;
  /* min-height: 100vh;*/
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 400;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  /* font-family: "Font Awesome 5 Free"; */
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  background: #2469bc;
  border-radius: 6.25rem;
  font-size: 1.125rem;
  color: #fff !important;
  letter-spacing: 0.03125rem;
  height: 3.5rem;
  padding-bottom: 8px !important;
  max-height: 56px;
  line-height: 160%;
  padding: 9pt 2pc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 10px;
  display: inline-block;
}

.btn-style-one:hover {
  background-color: #215da6;
  color: #ffffff;
}
.about-section {
  position: relative;
  padding: 10px 0 70px;
}

.about-section .sec-title {
  margin-bottom: 45px;
}
.mw {
  width: 44% !important;
}

.about-section .content-column {
  position: relative;
  /* margin-bottom: 50px; */
  padding: 10px;
  border-radius: 5px;
  /* background-color: #f4f3f9; */
}

.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  text-align: justify;
  font-weight: 400;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 60px;
  /* padding-bottom: 125px; */
}

.about-section .image-column .inner-column:before {
  position: absolute;
  left: -75px;
  top: 5px;
  height: 520px;
  width: 520px;
  background-size: 100% auto;
  background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #212529;
  color: #fff;
}
.lightbox-image2 {
  width: 20%;
}
.con_main {
  width: 95%;
  margin: auto;
  overflow: hidden;
  justify-content: space-between;
}
.cont_card {
  display: flex;
  width: 22%;
  padding: 15px 7px 15px 10px;
  margin: 20px 10px;
  flex-direction: column;
  border-radius: 24px;
  outline-color: #ccd4d6;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 300ms ease;
}
.cont_card:hover {
  background-color: #e9eced;
  outline-color: #e9eced;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}
.contact-icon-wrap {
  display: flex;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  color: #323c3e;
}
.margin-bottom-24 {
  /* margin-bottom: 15px; */
}
.margin-bottom-24 i {
  color: #2469bc;
  font-size: 35px;
  margin: 5px 10px 10px 10px;
  /* margin-bottom: 24px; */
}
.text-weight-semibold {
  font-weight: 600;
}
.paragraph-large {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}
.contact-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.contact-wrapper {
  display: flex;
  margin-left: auto;
  align-items: center;
  grid-column-gap: 8px;
}
.button-secondary {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: #212529;
  /* font-family: Generalsans, sans-serif; */
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.button-secondary:hover {
  border-radius: 24px;
  outline-color: #ccd4d6;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 300ms ease;
  background-color: #ccd4d6;
  color: #212529;
}
.caption-regular {
  margin-bottom: 0px;
  /* font-family: Generalsans, sans-serif; */
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.Contact_form_main {
  width: 95%;
  margin: auto;
}
.contact-form {
  display: flex;
  padding: 32px 20px 32px 32px;
  flex-direction: column;
  grid-row-gap: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd4d6;
  border-radius: 24px;
}
/* .grid-contact-form {
  grid-column-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
} */
.form-field-wrapper {
  margin-bottom: 24px;
  /* font-family: Generalsans, sans-serif; */
  color: #323c3e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.field-label {
  color: #788d91;
  font-weight: 400;
  letter-spacing: -0px;
}
.text-field {
  width: 95%;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd4d6;
  border-radius: 8px;
  background-color: transparent;
  transition: all 300ms ease;
}
.form-field-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
}
.textarea {
  width: 97.5%;
  min-height: 138px;
  margin-bottom: 0px;
  padding: 9px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd4d6;
  border-radius: 8px;
  background-color: transparent;
}
.button-primary button {
  display: flex;
  width: 20%;
  min-height: 48px;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #212529;
  /* font-family: Generalsans, sans-serif; */
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  border: 0px;
}
.button-primary > button:hover {
  border: 0px;
  /* border-radius: 24px; */
  outline-color: #ccd4d6;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 300ms ease;
  background-color: #ccd4d6;
  color: #212529;
}
.contact-item {
  display: flex;
  align-items: flex-start !important;
}
.contact-icon-wrapper {
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: #e9eced;
}
.icon-medium {
  color: #2469bc;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}
.contact-detail {
  margin-bottom: 24px;
}
.text-weight-semibold {
  font-weight: 600;
}
.paragraph-large {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}
.contact-text-underline {
  /* font-family: Generalsans, sans-serif; */
  color: #49575a;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
}
.button-small {
  display: flex;
  width: 30%;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: transparent;
  outline-color: #212529;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 300ms ease;
  /* font-family: Generalsans, sans-serif; */
  color: #fff;
  background-color: #212529;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.button-small:hover {
  background-color: #ccd4d6;
  outline-color: #1c2122;
  color: #212529;
}
.offcanvas {
  width: 100% !important;
  /* margin-top: 10vh ; */
  border: 0px !important;
}
.offcanvas-header {
  color: #fff;
  background-color: #212529;
}
.offcanvas-body {
  color: #fff;

  background-color: #212529;
}
.nav_Mobile_Name {
  font-size: 1.2rem;
  color: #fff !important;
  line-height: 40px;
  padding: 0.75rem 0rem;
  width: 100%;
  font-weight: 400;
  border-bottom: 0.5px solid #494c4d;
  text-align: left;
  position: relative;
}
.Cat_hover_image img {
  width: 55%;
  padding: 10px;
  background-color: #72c7f952;
  border-radius: 40%;
}
.nav_Mobile_Name_hover {
  background-color: #333737 !important;
}

.nav_Mobile_Name_hover > ul > li > a {
  color: #fff !important;
}
.Cat_heading {
  /* padding-top: 5% !important; */
}
.top_Slider_icon {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 11;
  pointer-events: auto; /* important */
  cursor: pointer;
}
.top_Slider_icon i {
  padding-top: 0;
  pointer-events: none;
}
.top_Slider_icon.prev {
  left: 10px;
}
.top_Slider_icon.next {
  right: 10px;
}
.new_arrival_ {
  width: 100%;
  height: 460px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.new_arrival_ p {
  /* font-size: 15px !important; */
  position: absolute;
  top: 10%;
  left: 5%;
  text-align: left !important;
  float: left;
}
.new_arrival_ h4 {
  position: absolute;
  top: 2%;
  left: 5%;
}
.icon_size {
  /* background-color: #000;
margin-top: 10px;
height: 40px !important;
margin-left: 5px;
border-radius: 30px;
border: 0.3px solid #788d91; */
}
.icon_size input {
  /* background-color: #000;
height: 20px;
margin-left: 5px;
border-radius: 30px;
border: 0px; */
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --first-color: #2e2e41;
  --second-color: #2469bc;
  --third-color: #434354;
  --text-color: #fff;
  --box-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
  --text-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
}

.container {
  position: relative;
  transition: 0.5s ease;
  width: 100%;
}

.tab__bar {
  position: relative;
  margin: 10px 10px 30px 10px;
}
.tab__bar .tab__navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.tab__bar .tab__menu {
  color: var(--text-color);
  list-style: none;
  max-width: 800px;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: auto;
}
.tab__bar .tab__menu.dragging {
  scroll-behavior: unset;
  cursor: -webkit-grab;
  cursor: grab;
}
.tab__bar .tab__menu.dragging .tab-btn {
  pointer-events: none;
}
.tab__bar .tab__menu::-webkit-scrollbar {
  display: none;
}
.tab__bar .tab__menu .tab__btn {
  display: inline-block;
  color: var(--text-color);
  font-size: 1em;
  font-weight: 400;
  margin: 0 2px;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.3s ease;
}
.tab__bar .tab__menu .tab__btn:hover {
  background-color: var(--first-color);
}
.tab__bar .tab__menu .tab__btn.active {
  background-color: var(--second-color);
}
.tab__bar .left__btn,
.tab__bar .right__btn {
  position: absolute;
  color: var(--text-color);
  font-size: 1.8em;
  cursor: pointer;
}
.tab__bar .left__btn svg,
.tab__bar .right__btn svg {
  width: 20px;
  height: 20px;
}
.tab__bar .left__btn svg path,
.tab__bar .right__btn svg path {
  fill: #fff;
}
.tab__bar .left__btn {
  display: none;
  left: -5px;
  background: linear-gradient(to left, transparent, var(--first-color) 60%);
  padding: 10px 30px 10px 0;
}
.tab__bar .right__btn {
  right: -5px;
  background: linear-gradient(to right, transparent, var(--first-color) 60%);
  padding: 10px 0 10px 30px;
}

.tab__content {
  position: relative;
}
.tab__content .tab {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  display: none;
  -webkit-animation: fadein 0.8s;
  animation: fadein 0.8s;
}
.tab__content .tab.active {
  display: flex;
}
.tab__content .tab .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .tab__content .tab .row {
    flex-direction: column;
  }
}
.tab__content .left-column {
  width: 50%;
  /* max-width: 500px; */
}

.tab__content .right-column {
  width: 45%;
  /* max-width: 500px; */
}
@media (max-width: 767px) {
  .tab__content .left-column,
  .tab__content .right-column {
    width: 100%;
    max-width: 700px;
  }
}
.tab__content .left-column {
  display: flex;
  align-items: center;
}
.tab__content .left-column .img-card {
  width: 100%;
  /* height: 450px; */
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow);
}
.tab__content .left-column .img-card img {
  width: 100%;
  object-fit: cover;
}
.tab__content .info .city {
  margin-bottom: 15px;
  font-size: 32px;
}
.tab__content .info .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .tab__content .info .description {
    text-align: justify;
  }
}
.tab__content .info .city,
.tab__content .info .description {
  color: var(--text-color);
}
@media (max-width: 767px) {
  .tab__content .info .city,
  .tab__content .info .description {
    text-align: center;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.service_card {
  width: 18%;
  background-size: 100%;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  position: relative;
  margin-top: 20px;
  border-radius: 12px;
}
.Service_detail {
  position: absolute;
  top: 85%;
  left: 7%;
}
.service_card_main {
  display: flex;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: space-evenly;
}
.vision_main {
  width: 95%;
  /* padding:50px 0px ; */
  margin: auto;
  justify-content: space-between;
}
.vision_left img {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}
.right_image_vision {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 12px !important;
}
.right_image_vision img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
}
.Vision_heading {
  margin-top: 30px;
  font-weight: 400;
  text-align: center;
}
.Vision_detail {
  text-align: start !important;
}
.mission_main {
  width: 90%;
  margin: auto;
}
.mission_image {
  width: 35%;
  margin: auto;
}
.mission_image img {
  width: 100%;
}
.mission_detail {
  text-align: center;
}
.mission_card {
  width: 31%;
  padding: 20px 0px;
  border-radius: 12px;
  border: 0.5px solid rgba(128, 128, 128, 0.536) !important;
}
.Founder_main {
  width: 90%;
  margin: auto;
}
.Founder_left {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}
.Founder_left img {
  border-radius: 15px;
  overflow: hidden;
}
.Founder_right {
  text-align: left !important;
  width: 50%;
}
.Founder_right p {
  text-align: justify !important;
  letter-spacing: 1px;
  line-height: 25px;
}

.manual_top_m {
  margin-top: 0px !important;
}

.vision_part {
  width: 100%;
  display: flex;
}
.vision_part img {
  width: 100%;
}
.Vision_left_part {
  width: 50%;
  height: 500px;
}
.Vision_right_part {
  width: 50%;
  height: 500px;
  display: flex;
}
.Left_vision_img {
  width: 60%;
  height: 100% !important;
}
.Left_vision_img img {
  width: 100%;
  height: 100% !important;
}
.Right_vision_img {
  width: 40%;
  height: 500px;
  overflow: hidden;
}
.iner_top_img {
  width: 100%;
  height: 250px;
}
.iner_bottom_img {
  height: 250px;
  width: 100%;
}
.iner_top_img img {
  width: 100%;
  height: auto;
}
.iner_bottom_img img {
  height: auto;
  width: 100%;
}
.vision_card_main {
  width: 95%;
  margin: auto;
  justify-content: space-between;
}
.vision_card {
  border: 0.5px solid rgba(128, 128, 128, 0.537);
  padding: 20px;
  width: 32%;
  border-radius: 15px;
}
.vision_card_image {
  border-radius: 15px;
  height: 200px;
  overflow: hidden;
}
.vision_card_image img {
  width: 100%;
  object-fit: cover;
}
.searchInputWrapper {
  position: relative;
}

.searchInput {
  width: 20rem;
  height: 2rem;
  padding: 0 1rem;
  /* border: 0.3px solid #788d91;  */
  background-color: #424242;
  border-radius: 2rem;
  border: none;
  transition: transform 0.1s ease-in-out;
}

::placeholder {
  color: #a1a1a1;
}

/* hide the placeholder text on focus */
:focus::placeholder {
  text-indent: -999px;
}

.searchInput:focus {
  outline: none;
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
}

.vision_main {
  margin-bottom: 30px;
}
.searchInputIcon {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  color: #a1a1a1;
  transition: all 0.1s ease-in-out;
}

.container:focus-within > .searchInputWrapper > .searchInputIcon {
  right: 0.2rem;
}
.shop_adderess {
  width: 90%;
  padding-bottom: 80px;
  margin: auto;
  justify-content: center;
}
.shop_Card {
  width: 40%;
  position: relative;
}
.shop_card_image img {
  border-radius: 8px;
  overflow: hidden !important;
}
.shop_card_details {
  width: 80%;
  position: absolute;
  top: 85%;
  left: 10%;
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  text-align: center;
}
.shop_card_details h5 {
  padding-top: 5px;
  font-weight: 400;
  font-size: 25px;
}
.shop_card_details p {
  font-size: 13px;
}
.term_condition {
  width: 90%;
  margin: auto;
  padding-bottom: 50px;
}
.term_condition h3 {
  text-align: justify;
  line-height: 25px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 400 !important;
  word-spacing: 2px;
}
.term_condition h6 {
  text-align: justify;
  line-height: 25px;
  font-size: 14px;
  font-weight: 300 !important;
  word-spacing: 2px;
}
.term_heading {
  padding-top: 80px !important;
}

.manual_p {
  padding-top: 50px;
}

#loader {
  margin-top: -50px !important;
  position: fixed;
  width: 100%;
  height: 120%;
  background-color: white;
  z-index: 99999 !important;
}
.loader {
  position: absolute;
  left: 44%;
  top: 30%;
  z-index: 99999 !important;
  width: 8vw;
  max-height: 100vh;
  transform-origin: 50% 50%;
  overflow: visible;
}
.loader .ci1 {
  fill: #2469bc;
  animation: toBig 3s infinite -1.5s;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.loader .ciw {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: breath 3s infinite;
}
.loader .ci2 {
  fill: #2569bd;
  animation: toBig2 3s infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.points {
  animation: rot 3s infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes toBig {
  0% {
    transform: scale(1) translateX(0px);
  }
  30% {
    transform: scale(1) translateX(0px);
  }
  50% {
    transform: scale(10) translateX(-4.5px);
  }
  80% {
    transform: scale(10) translateX(-4.5px);
  }
  100% {
    transform: scale(1) translateX(0px);
  }
}
@keyframes toBig2 {
  0% {
    transform: scale(1) translateX(0px);
  }
  30% {
    transform: scale(1) translateX(0px);
  }
  50% {
    transform: scale(10) translateX(4.5px);
  }
  80% {
    transform: scale(10) translateX(4.5px);
  }
  100% {
    transform: scale(1) translateX(0px);
  }
}
@keyframes breath {
  15% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  65% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzc.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
    format("truetype");
}
/* html {
  height: 100%;
  color: #FFF;
}
body {
  --higru: #1A2A3A;
  font-family: Roboto, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background: var(--higru);
} */
/* *,
*:before,
*:after {
  position: relative;
  box-sizing: border-box;
} */
.dwf,
.share {
  position: fixed;
  bottom: 4px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 3px;
  border-radius: 3px;
}
.dwf .btn,
.share .btn {
  color: #fff;
  text-decoration: none;
}
.dwf a,
.share a {
  color: #fff;
  text-decoration: none;
}
.share {
  right: auto;
  left: 10px;
  border-radius: 50%;
  padding: 5px;
}
.share .twitter {
  width: 20px;
  fill: #fff;
  stroke: none;
  overflow: visible;
}
.description {
  text-align: justify;
  letter-spacing: 0.4px;
}
.owner {
  height: 60vh;
  overflow: hidden;
}
.owner img {
  /* height: 80% !important; */
  object-fit: cover;
}
.Caterers_home {
  width: 90%;
  margin: auto;
}
.cat_card {
  text-align: center;
  display: flex;
  padding: 0px;
  justify-content: center; /* Center content horizontally */
  align-items: center;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cat_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat_card h5 {
  font-size: 17px;
}
.cat_card h2 {
  font-size: 30px;
}
.cat_card p {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 10%;
  line-height: 17px;
}
.cat_card button {
  font-size: 15px;
  border: 0px;
  padding: 7px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #212529;
  color: #fff;
  text-decoration: none;
}
.card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%;
  /* max-width: 90%; */
  margin: auto;
}
.card__bx {
  --bg-clr: #ffffff;
  --txt-clr: #000000;
  --btn-txt-clr: #333333;
  --transition: all 0.5s;

  font-family: "Poppins", sans-serif;
  height: 330px;
  width: 300px;
  overflow: hidden;
  border-radius: 20px;
  border-top-left-radius: 70px;
  position: relative;
  overflow: hidden;
  background: var(--clr);
  transition: var(--transition);
}
.card__1 {
  --clr: #2469bc;
}
.card__2 {
  --clr: #2469bc;
}
.card__3 {
  --clr: #2469bc;
}
.card__bx .card__data {
  position: absolute;
  inset: 7px;
  border-radius: 10px;
  background: var(--bg-clr);
}
.card__bx .card__data .card__icon {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 50%;
  height: 100px;
  width: 100px;
  background: var(--clr);
}
.card__bx .card__data .card__icon::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 30px;
  border-top-left-radius: 30px;
  background: transparent;
  box-shadow: -5px -5px 0 5px var(--clr);
}
.card__bx .card__data .card__icon::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  height: 30px;
  width: 30px;
  border-top-left-radius: 30px;
  background: transparent;
  box-shadow: -5px -5px 0 5px var(--clr);
}
.card__bx .card__data .card__icon .card__icon-bx {
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  background: var(--bg-clr);
  color: var(--clr);
}
.card__bx:hover .card__data .card__icon .card__icon-bx {
  background: var(--clr);
  color: #fff;
  transition: var(--transition);
}
.card__bx .card__data .card__content {
  position: absolute;
  top: 100px;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* gap: 15px; */
  color: var(--txt-clr);
}
.card__bx .card__data .card__content h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card__bx .card__data .card__content p {
  font-size: 14px;
  font-weight: 300 !important;
  opacity: 0.75;
}
.card__bx .card__data .card__content a {
  display: inline-flex;
  align-self: center;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid var(--clr);
  color: var(--btn-txt-clr);
  background: var(--clr);
  transition: var(--transition);
}
.card__bx .card__data .card__content a:hover {
  background: transparent;
  color: var(--clr);
}
.card__icon-bx i {
  font-size: 40px;
}
.qra {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px !important;
}
.qra img {
  width: 30%;
}
.rounded-circle img {
  width: 200%;
}
.round_icon {
  height: 60px;
  width: 60px;
  padding: 15px;
  margin-right: 10px;
  background-color: #9b5de5;
}
.round_icon img {
  width: 100%;
}
.steps p {
  font-size: 13px;
  line-height: 17px;
}
.frenchise {
  width: 80%;
  margin: auto;
  text-align: center;
}
.f_image {
  width: 100%;
}
.f_image img {
  width: 100%;
  border-radius: 15px;
}
.f_degine h2 {
  margin-top: 20px;
}
.f_degine p {
  padding: 0px 20%;
}
.promo-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin: auto;
  padding-top: 0px !important;
  /* max-width: 1200px; */
  padding-bottom: 0px !important;
  padding: 40px;
  /* background-color: #fdfcf8; */
  border-radius: 20px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.text-section {
  margin: auto;
  max-width: 50%;
  /* margin-right: 0; */
}

.text-section h1 {
  font-size: 4rem;
  color: #4a4237;
  margin-bottom: 20px;
  margin-top: 35 px;
  font-weight: 600;
  line-height: 65px;
  animation: fadeIn 1.5s ease-in-out;
}

.text-section .highlight {
  color: #d1b186;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-section p {
  font-size: 1.2rem;
  color: #7f7464;
  margin-bottom: 20px;
  animation: fadeIn 2s ease-in-out;
}

.explore-button {
  font-size: 1rem;
  width: 150px;
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #212529;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  animation: fadeIn 2.5s ease-in-out;
  text-align: center;
  margin: auto;
}
.explore-button a {
  font-weight: 500;
  text-decoration: none;
}

.explore-button:hover {
  background-color: #212529;
}
.explore-button:hover a {
  color: #fdfcf8;
  font-weight: 500;
}

.image-section {
  position: relative;
  max-width: 45%;
  margin: auto;
  text-align: center;
  animation: fadeIn 1.5s ease-in-out;
}

.image-section img {
  /* max-width: 100%; */
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
  .promo-container {
    flex-direction: column;
    text-align: center;
  }

  .text-section {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .image-section {
    max-width: 100%;
  }

  .text-section h1 {
    font-size: 2.2rem;
  }

  .text-section p {
    font-size: 1rem;
  }

  .explore-button {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}
.Events_row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.Events_card {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  padding: 10px;
}
.Event_image {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin: auto;
}
.Event_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.Event_dtl h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0px;
}
.Event_dtl p {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.event_btn {
  color: #000 !important;
  background-color: #f5f5f5;
}

.active_btn {
  color: #f5f5f5 !important;
  background-color: #212529 !important;
}

.header {
  background: url("images/shop-1.1.jpg") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px !important;
  max-width: 1000px;
  margin: auto;
  /* border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; */
  border-radius: 7px;
  position: relative;
  animation: fadeIn 1s ease-in-out;
  /* overflow: hidden; */
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3); */
  height: 25vh;
  /* background: linear-gradient(#00000069, transparent) !important; */
}

.header img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 50px;
  border: 5px solid #fff;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.main_user {
  position: absolute;
  display: flex;
  top: 67%;
  left: 2%;
  align-items: flex-end;
  padding: 0px 20px;
  color: #000;
}
.Profile_detail {
  text-align: start;
  padding-left: 20px;
}
.header h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.header h3 {
  font-size: 1.2rem;
  font-weight: 400;
  /* color: #fff; */
}

/* Social Icons */
.social-icons {
  margin-top: 10px;
}

.social-icons a {
  /* color: #f8f9fc; */
  font-size: 1.4rem;
  margin: 0 2px;
  transition: transform 0.3s, color 0.3s;
}

.social-icons a:hover {
  transform: scale(1.2);
  /* color: #ffeb3b; */
}

/* About, Contact, Services, and Appointment Sections */
.Osection {
  /* background-color: #ffffff; */
  /* padding: 20px 0px; */
  margin: 0px auto;
  margin-bottom: 15px;
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgb(17 17 26 / 16%) 0px 0px 8px; */
  animation: slideUp 1s ease-in-out;
}

.Osection h2 {
  margin-bottom: 15px;
  text-align: center;
}

.Osection p {
  line-height: 1.2;
  text-align: center;
}

/* Contact Details */
.contact-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 7px;
}

.contact-details .item {
  display: flex;
  padding: 7px 10px;
  border-radius: 7px;
  border: 1px solid #ccd4d6;
  align-items: center;
  gap: 15px;
  width: 48%;
}

/* Background for icons only */
.contact-details i {
  font-size: 1.6rem;
  color: #fff;
  background-color: #2469bc;
  padding: 12px;
  border-radius: 10px;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgb(17 17 26 / 16%) 0px 0px 8px;
  transition: background-color 0.3s;
}

.contact-details i:hover {
  /* background-color: #bbdefb; */
}

/* Services */
.service-box-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-box h3 {
  font-size: 22px;
  font-weight: 500;
}
.service-box p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.services .service-box {
  display: inline-block;
  background-color: #f7f7f7;
  border: 1px solid #ccd4d6;
  width: 48%;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  transition: transform 0.3s;
}

.services .service-box:hover {
  transform: scale(1.05);
  /* background-color: #bbdefb; */
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .contact-details .item {
    width: 100%;
  }

  /* .header {
    padding: 30px 15px;
  } */
}

.porfile_main {
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.074); */
  width: 55%;
  margin: auto;
  padding: 10px;
  background-color: #ffffff;
  font-family: "Poppins", serif;
}
.social-icons a > i {
  font-size: 25px;
  padding-top: 0;
  padding: 5px;
  border-radius: 7px;
  border: 2px solid #2469bc;
  color: #2469bc;
}
.social-icons a:hover > i {
  background-color: #2469bc;
  color: #ffffff;
}

.visit-website-container {
  text-align: center;
  margin-top: 20px;
}

.visit-website-button {
  display: inline-block;
  background-color: #fff;
  color: #2469bc;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 10px;
  margin-top: 7px;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
  transition: all 0.3s ease;
}

.visit-website-button:hover {
  background-color: #d35400; /* Darker orange for hover effect */
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.visit-website-button:active {
  transform: translateY(1px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.OContact {
  margin-top: 23%;
}

.image-gallery {
  width: 100%;
  /* max-width: 100%; */
  margin: 0 auto;
  padding: 10px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.image-gallery .image-box {
  position: relative;
  background-color: #d7d7d8;
  overflow: hidden;
  border-radius: 7px;
}

.image-gallery .image-box:nth-child(7n + 1) {
  grid-column: span 3;
  grid-row: span 2;
}

.image-gallery .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.image-gallery .image-box:hover img {
  transform: scale(1.1);
}

.image-gallery .image-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fafafaf2;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.image-gallery .image-box:hover .overlay {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 1;
}

.image-gallery .image-box .details {
  text-align: center;
}

.image-gallery .image-box .details .title {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box .details .category {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  position: relative;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box:hover .details .title {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box:hover .details .category {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box .details .title a,
.image-gallery .image-box .details .category a {
  color: #2469bc;
  text-decoration: none;
}

/* Let's make it responsive */
@media (max-width: 768px) {
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }

  .image-gallery .image-box:nth-child(7n + 1) {
    grid-column: unset;
    grid-row: unset;
  }
}

.instagram-feed {
  max-width: 1200px;
  margin: 20px auto;
  padding: 10px 0px;
  text-align: center;
}

.instagram-feed h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.feed-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.feed-item {
  background: white;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  width: 100%;
  overflow: hidden;
}

.feed-item img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
}

.profile-header {
  display: flex;
  align-items: center;
  padding: 10px;
}

.profile-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: contain;
}

.profile-header .profile-info {
  text-align: left;
}

.profile-header .profile-info h4 {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.profile-header .profile-info p {
  margin: 0;
  font-size: 14px;
  color: #999;
}

.post-content {
  padding: 10px;
  text-align: left;
}

.post-content p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}

.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.actions i {
  font-size: 20px;
  color: #999;
  cursor: pointer;
}

.actions i:hover {
  color: #007bff;
}

.comment-box {
  padding: 10px;
  border-top: 1px solid #eee;
}
.comment-box button {
  background-color: #0095f6;
  border-radius: 3px;
  color: #fff;
  width: 100%;
  flex-shrink: 0;
  font-weight: 600;
  margin-left: 10px;
  padding: 5px 12px;
  border: 0px;
  margin: 0;
  text-decoration: none;
  transition: 0.4s;
}
.comment-box button:hover {
  background-color: #0067ab;
}
.comment-box input::placeholder {
  color: #aaa;
}
.button-container {
  display: flex;
  gap: 20px;
  margin-top: 7px;
}
.btn {
  display: inline-block;
  padding: 7px 13px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border: 2px solid #eee;
  position: relative;
  background: #214775;
  overflow: hidden;
  border-radius: 7px;
  animation: zoom 4s infinite ease-in-out;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@keyframes zoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #2469bc;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.btn:hover::before {
  left: 0;
}
.btn:hover {
  color: #ffffff;
}
.btn span {
  position: relative;
  z-index: 2;
}
/* .PImage_1 {
  display: block;
}
.PImage_2 {
  display: none;
}
.Product_card:hover .PImage_1 {
  display: none;
}
.Product_card:hover .PImage_2 {
  display: block;
} */
.product_image {
  position: relative;
  aspect-ratio: 1/1;
}
.product_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.Product_card .PImage_1 {
  opacity: 1;
}
.Product_card .PImage_2 {
  opacity: 0;
}
.Product_card:hover .PImage_1 {
  opacity: 0;
}
.Product_card:hover .PImage_2 {
  opacity: 1;
}

.Main_weight {
  display: flex;
  flex-wrap: wrap;
  text-align: end;
}
.WeightActive {
  background-color: #c41e3a !important;
  color: #fbfbfb !important;
}
.Weight_btn {
  width: auto;
  color: #c41e3a;
  display: block;
  height: 30px;
  min-width: 75px;
  line-height: 26px;
  text-align: center;
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #c41e3a;
  border-image: initial;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  padding: 1px 5px;
}
.pro_price {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", serif;
  color: #232529;
}
.Weight_ {
  font-size: 15px;
  font-weight: 400;
}
.pro-shelf-note {
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  text-transform: capitalize;
  margin: 5px 0;
}

.filter-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.571);
  display: flex;
  justify-content: start;
  align-items: center;
  color: #f3efe8;
  z-index: 1000;
  display: none; /* Hidden by default */
}

.filter-content {
  background-color: #fff;
  background-color: #212529;
  border-radius: 8px;
  width: 90%;
  margin-left: 20px;
  width: 27%;
  height: 90vh;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-header h2 {
  font-size: 20px;
  margin: 0;
}

.close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.filter-section {
  margin-top: 10px;
  overflow: auto;
  height: 85%;
}

.filter-section h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.filter-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-section ul li {
  /* margin-bottom: 10px; */
  display: flex;
  align-items: center;
}

.filter-section ul li input {
  margin-right: 10px;
}

.apply-button {
  display: block;
  width: 100%;
  padding: 10px;
  position: sticky;
  bottom: 7%;
  margin-top: 20px;
  background-color: #f3efe8;
  color: #222;
  /* background-color: #2569bd;
  color: #fbfbfb; */
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.Filter_check[type="checkbox"] {
  position: relative;
  border: 2px solid #f3efe8;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
}

.Filter_check[type="checkbox"]:hover {
  opacity: 1;
}

.Filter_check[type="checkbox"]:checked {
  background-color: #f3efe8;
  opacity: 1;
}

.Filter_check[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #212529;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.Filter_openMAin {
  width: 94%;
  margin: 7px auto;
}
.Filter_openbtn {
  align-items: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.Filter_openbtn img {
  width: 30px;
}
.Filter_openbtn h6 {
  display: flex;
  margin-bottom: 0;
  margin-left: 7px;
}
.Apply_product {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.Apply_productbtn {
  border-radius: 7px;
  flex-shrink: 0;
  align-items: baseline;
  display: flex;
  background: transparent;
  color: #333;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  padding: 6px 10px;
  align-items: center;
}
.Apply_productbtn i {
  margin-left: 5px;
  padding-top: 0;
  color: #333;
}

.ProductDetailscontainer {
  width: 85%;
  margin: 0 auto;
  margin-top: 7%;
  margin-bottom: 2%;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 40px;
  overflow: visible;
}

/* Left Side - Images */
.product-images {
  width: 50%;
}

.main-image-container {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  cursor: crosshair;
  border-radius: 15px;
}

.main-image {
  width: 100%;
  /* height: 63vh; */
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  pointer-events: none; /* let mouse events pass to container */
}

.zoom-lens {
  position: absolute;
  border: 2px solid #8B0000;
  background: rgba(255, 255, 255, 0.25);
  width: 120px;
  height: 120px;
  display: none;
  pointer-events: none;
  border-radius: 4px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.zoom-result {
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  width: 380px;
  height: 380px;
  background-repeat: no-repeat;
  display: none;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  z-index: 100;
  background-color: #fff;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  object-fit: cover;
}

.thumbnail:hover {
  border-color: #666;
}

/* Right Side - Details */
.product-details {
  width: 50%;
  padding: 20px;
}

.product-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #323232;
  font-family: "Playfair Display", serif;
}

.product-price {
  font-size: 35px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 7px;
  margin-top: 7px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 27%;
  border-radius: 7px;
  background-color: #f4f4f4;
  overflow: hidden;
  /* margin-bottom: 10px; */
  /* border: 1px solid #ddd; */
  /* background: #f6f6f6; */
}
.Qty {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.PBquantity-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
  font-size: 20px;
  background-color: #f4f4f4;
}

.PBquantity-input {
  border: 0;
  margin-bottom: 0;
  width: 60px;
  height: 40px;
  text-align: center;
  background-color: #f4f4f4;
  font-size: 20px;
}

.add-to-cart {
  width: 70%;
  padding: 10px;
  background-color: #c41e3a;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.add-to-cart:hover {
  background-color: #45a049;
}

.weight-section {
  /* padding: 0px 0px 20px 0px; */
  max-width: 600px;
  margin: 0 auto;
}

.weight-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 600;
  font-family: "Poppins", serif !important;
}

.weight-options {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.weight-option {
  padding: 8px 20px;
  border: 1.5px solid #ddd;
  border-radius: 7px;
  cursor: pointer;
  background: transparent;
  color: #666;
  font-size: 16px;
  transition: all 0.3s ease;
  min-width: 100px;
  text-align: center;
}

.weight-option:hover {
  border-color: #666;
  color: #333;
}

.weight-option.active {
  background: #c41e3a;
  color: white;
  border: 1px solid #c41e3a;
}

/* Responsive Styles */
@media (max-width: 480px) {
  .weight-section {
    padding: 15px;
  }

  .weight-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .weight-options {
    gap: 10px;
  }

  .weight-option {
    padding: 6px 16px;
    font-size: 14px;
    min-width: 90px;
  }
}

/* Optional: Add touch-friendly size for mobile */
@media (hover: none) {
  .weight-option {
    padding: 10px 20px;
  }
}

.culinary-section {
  width: 97%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

.title-wrapper {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.flower-icon {
  color: #c5a572;
  font-size: 24px;
}

.main-title {
  color: #1b365d;
  font-size: 36px;
  font-weight: 700;
  margin: 0 10px;
}

.subtitle {
  color: #333;
  font-size: 20px;
  margin-bottom: 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  /* margin-top: 40px; */
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  background-color: #c41e3a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-wrapper img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.feature-title {
  color: #1b365d;
  font-size: 24px;
  margin-bottom: 7px;
  font-family: "Poppins", serif !important;
  font-weight: bold;
}

.feature-description {
  font-family: "Poppins", serif !important;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  max-width: 250px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }

  .subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .icon-wrapper img {
    width: 30px;
    height: 30px;
  }

  .feature-description {
    max-width: 300px;
  }
}

.logo-section {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */

  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 97%;
  margin: auto;
  /* padding: 20px; */
}

.logo-card {
  width: 100%;
  background-color: #eee;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 150px;
  transition: transform 0.3s;
}

.logo-card:hover {
  transform: scale(1.05);
}

/* Logo images */
.logo-card img {
  max-width: 100%;
  /* mix-blend-mode: luminosity; */
  max-height: 100%;
  object-fit: contain;
  transition: 1s;
}
.logo-card:hover img {
  transition: 1s;
  mix-blend-mode: normal;
}
.Product_banner {
  width: 97%;
  margin: 30px auto;
  border-radius: 12px;
  overflow: hidden;
}
.Product_banner img {
  aspect-ratio: 6/2;
  object-fit: cover;
}

.Benefit-title {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Poppins", serif !important;
}
.PBenefit-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.PBenefit-item {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 15px;
}

.PBicon-wrapper {
  min-width: 40px;
  height: 40px;
  background-color: #c41e3a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PBicon-wrapper img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.PBenefit-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

/* Hover effect */
.PBenefit-item:hover .PBicon-wrapper {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.PBenefit-item:hover .PBenefit-text {
  color: #c41e3a;
  transition: color 0.3s ease;
}

/* Responsive styles */
@media (max-width: 480px) {
  .PBenefit-section {
    padding: 20px 15px;
  }

  .PBenefit-list {
    gap: 15px;
  }

  .PBenefit-item {
    gap: 12px;
  }

  .PBicon-wrapper {
    min-width: 35px;
    height: 35px;
  }

  .PBicon-wrapper img {
    width: 18px;
    height: 18px;
  }

  .PBenefit-text {
    font-size: 14px;
  }
}

/* Cart page */
.Main_cart {
  background-color: #f5f7fa;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", serif !important;
}
.cart-container {
  max-width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 32%;
  gap: 20px;
  /* padding-bottom: 5%; */
}

.cart-main {
  background: white;
  border-radius: 12px;
  padding: 24px;
}

.cart-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cart-subtitle {
  color: #666;
  margin-bottom: 0px;
}

.product-table {
  width: 100%;
}

.product-row {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.product-row-head {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 0;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

.product-info {
  display: flex;
  gap: 16px;
}
.product-info-head {
  display: flex;
  gap: 16px;
}

.Cproduct-image {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background-color: #f6f6f6;
  object-fit: cover;
  border: 1px solid #eee;
}

.Cproduct-details {
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
}

/* .product-category {
  color: #666;
  font-size: 14px;
} */

.product-name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 7px;
}

.product-meta {
  color: #666;
  font-size: 14px;
}
.product-meta p {
  margin-bottom: 0;
}

.price {
  font-weight: 500;
  text-align: center;
}
.price-head {
  color: #212529;
}

.quantity-controls {
  display: flex;
  background-color: #f2f2f2;
  border-radius: 4px;
  align-items: center;
  margin: auto;
  gap: 12px;
  padding: 4px 0px;
}
.quantity-controls-head {
  text-align: center;
  color: #212529;
}

.quantity-btn {
  width: 28px;
  height: 28px;
  align-items: center;
  border: 0px solid #ddd;
  border-radius: 4px;
  /* background: white; */
  cursor: pointer;
}

.total-price {
  color: #212529;
  font-weight: 500;
  text-align: center;
}

/* Shipping Calculator */
.shipping-calculator {
  background: white;
  border-radius: 12px;
  padding: 24px;
}

.form-group {
  margin-bottom: 16px;
}
.calculator-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.shipping-calculator select,
input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f5f7fa;
  margin-bottom: 12px;
}

.Cart_btn {
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
}

.btn-black {
  background: #000;
  color: white;
}

.cart-total {
  background: #f1f1f1;
  border-radius: 12px;
  padding: 15px 20px;
  margin-top: 0px;
}
.CartDelete {
  background-color: #c41e3a;
  color: #fbfbfb;
  border-radius: 5px;
  padding: 5px 7px;
}
.CartDeletetop {
  margin-top: 10px !important;
}
.CartDelete i {
  font-size: 14px;
  margin-left: 3px;
}
.total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.total-final {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media (max-width: 768px) {
  .cart-container {
    grid-template-columns: 1fr;
  }
  .product-row {
    /* grid-template-columns: 1fr; */
    gap: 16px;
  }

  .product-info {
    /* flex-direction: column; */
  }
}

@media (max-width: 480px) {
  .cart-title {
    font-size: 20px;
  }

  .cart-main,
  .shipping-calculator {
    padding: 16px;
  }
}

.Cart_center {
  text-align: center;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", serif !important;
}

.popup-content {
  background: #f6f6f6;
  width: 100%;
  max-width: 40%;
  border-radius: 12px;
  overflow: hidden;
  max-height: 90vh;
  overflow-y: auto;
  margin: 20px;
}

.popup-header {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
}

.back-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.Cartlogo {
  width: 20%;
  margin: 0 auto;
  margin-left: 42%;
  /* margin-right: auto; */
}

.order-summary {
  padding: 16px;
}

.footer {
  padding: 16px;
}

.SAveContineu {
  width: 20% !important;
  width: 100%;
  background: #212529;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.pay-btn {
  width: 100%;
  background: #212529;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  /* margin-bottom: 16px; */
}
.delivery {
  margin: 15px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #eee;
  background-color: #fff;
}

.delivery-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  margin-bottom: 16px;
}

.delivery-icon {
  width: 20px;
  height: 20px;
}

.add-address {
  padding: 15px;
  width: 100%;
  /* margin: 15px; */
  border-radius: 12px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #16a34a;
  margin-bottom: 16px;
  cursor: pointer;
  background: none;
  font-size: 14px;
}

.add-address-icon {
  color: #16a34a;
}

.address-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 16px;
  position: relative;
}

.address-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 8px;
}

.home-tag {
  display: inline-block;
  background: #f3f4f6;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #212529;
  margin-bottom: 8px;
}

.address-text {
  color: #212529;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.contact-info {
  color: #6b7280;
  font-size: 14px;
  display: flex;
  gap: 8px;
}

.more-options {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #6b7280;
}

.form-container {
  /* max-width: 400px; */
  margin: 15px;
  margin-bottom: 0;
  background: white;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 8px;
}
.form-container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-group {
  width: 48%;
  margin-bottom: 10px;
}

.form-label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.form-label .required {
  color: #ef4444;
  margin-left: 2px;
}

.input-group {
  position: relative;
}

.phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}

.country-flag {
  padding: 8px 12px;
  border-right: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #f9fafb;
  cursor: pointer;
}

.country-flag img {
  width: 24px;
  height: 16px;
}

.down-arrow {
  width: 12px;
  height: 12px;
  color: #9ca3af;
}

.form-group input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 0;
  outline: none;
}

.phone-input input {
  border: none;
  flex: 1;
}

.valid-check {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #22c55e;
  display: flex;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
}

.checkbox-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #e5e7eb;
}

.checkbox-group label {
  font-size: 14px;
  color: #4b5563;
}

.address-type {
  display: flex;
  gap: 12px;
  /* margin-top: 16px; */
}

.address-btn {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #4b5563;
  cursor: pointer;
}

.address-btn.active {
  background: #f3f4f6;
  border-color: #9ca3af;
}

.city-state {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 480px) {
  .form-container {
    padding: 16px;
  }
  .Cartform-container {
    padding: 16px;
    height: 69vh;
    overflow: auto;
  }

  .city-state {
    grid-template-columns: 1fr;
  }
}

/* Profile Page ============================================================================================*/
.Main_profile {
  background-color: #f5f5f5;
  font-family: "Poppins", serif !important;
}
.profilecontainer {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
}

/* Sidebar Styles */
.sidebar {
  width: 20%;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  height: fit-content;        /* auto height — no fixed 25vh */
  align-self: flex-start;     /* don't stretch to match content area */
}

.sidebar-item {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  margin-bottom: 6px;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.18s, color 0.18s;
  cursor: pointer;
  white-space: nowrap;
}

.sidebar-item:hover {
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
}

.sidebar-item.active {
  background-color: #ffe8e0;
  color: #ff5722;
}

/* Logout — visually separated with a top divider */
.sidebar-item.logout-item {
  margin-top: 8px;
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
  background-color: #c41e3a;
  color: #fff;
  border-radius: 8px;
}
.sidebar-item.logout-item:hover {
  background-color: #a01830;
  color: #fff;
}

/* Order Cards Grid */
.orders-grid {
  width: 75%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.Profile_edit {
  width: 75%;
  margin: auto;
}
.Delivery_address_pro {
  width: 75%;
  margin: auto;
}
.Delivery_address_pro .add-address {
  width: auto !important;
}
.radio_input {
  display: flex;
  align-items: center;
}
.radio_input input {
  width: auto;
  margin-right: 5px !important;
  margin-bottom: 8px;
}
.order-card {
  width: 100%;
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.order-items {
  /* margin: 15px 0; */
}

.order-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #eee;
  gap: 15px;
}

.item-image {
  width: 60px;
  height: 60px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 10px;
  object-fit: cover;
}

.item-details {
  flex: 1;
}

.item-name {
  font-weight: 600;
  margin-bottom: 4px;
}

.item-description {
  color: #666;
  font-size: 0.9em;
}

.order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.item-total {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.order-total {
  font-weight: bold;
}

.action-buttons {
  display: flex;
  gap: 10px;
}

.Profilebtn {
  padding: 8px 15px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.Profilebtn-success {
  background-color: #4caf50;
  color: white;
}

.Profilebtn-reject {
  background-color: #f44336;
  border: 1px solid #eee;
  font-weight: 400;
  background-color: #f2f2f2;
  color: #333;
}

.status-badge {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9em;
}

.status-completed {
  background-color: #e8f5e9;
  color: #4caf50;
}

.status-rejected {
  background-color: #ffebee;
  color: #f44336;
}
.order-header {
  margin-bottom: 7px;
}
.order-header h3 {
  font-size: 18px;
  margin-bottom: 0;
}
/* Responsive Design */
@media (max-width: 768px) {
  /* .sidebar {
    display: none;
  } */

  .orders-grid,
  .order-header {
    margin-left: 0;
  }

  .order-tabs {
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .orders-grid {
    grid-template-columns: 1fr;
  }

  .order-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .item-image {
    width: 30%;
    height: auto;
  }
}

.OrderHistory-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", serif !important;
}

.OrderHistory-content {
  background: #f6f6f6;
  width: 100%;
  max-width: 40%;
  border-radius: 12px;
  overflow: hidden;
  max-height: 95vh;
  overflow-y: hidden;
  margin: 20px;
}

.OrderHistory-header {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
}
.OrderHistoryBody {
  overflow: auto;
  height: 80vh;
  background-color: white;
  border-radius: 10px;
  margin: 15px !important;
  padding: 15px !important;
}
.OrderHistoryBody .order-header {
  display: flex;
  justify-content: center;
}
.Display_dek {
  display: none;
}
.manualWidth {
  width: 32% !important;
}
.manumargin {
  margin: 0;
}

.review-container {
  width: 95%;
  margin: 0 auto;
  /* padding: 20px; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  /* background-color: #f8f9fa; */
  justify-content: space-between;
}

.review-card {
  background: white;
  border-radius: 15px;
  padding: 15px;
  width: 19%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.profile-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4285f4;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer-info {
  flex-grow: 1;
}

.reviewer-name {
  font-weight: bold;
  margin-bottom: 2px;
}

.review-date {
  color: #666;
  font-size: 0.9em;
}

.platform-icon {
  width: 20px;
  height: 20px;
}

.stars {
  color: #fbbc05;
  margin: 10px 0;
}

.review-text {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  align-content: center;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.see-more {
  color: #4285f4;
  text-decoration: none;
  font-weight: 500;
}

.summary-card {
  background: #f0e6ff;
  border-radius: 15px;
  padding: 20px;
  min-width: 300px;
}

.summary-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.summary-text {
  margin-bottom: 15px;
}

.profile-stack {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.profile-stack img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: -10px;
}

.profile-count {
  background: #333;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.review-count {
  color: #666;
  font-size: 0.9em;
}

.alsopartener {
  width: 95%;
  margin: auto;
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}
.alsopartener img {
  /* height: 50px; */
  aspect-ratio: 5/2;
  object-fit: contain;
  /* width: 22%; */
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px;
}

.nav-icon-wrapper {
  position: relative;
  cursor: pointer;
}

.nav-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-icon svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

.nav-notification-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ef4444;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* Search Popup Styles */
.search-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  animation: fadeIn 0.3s ease-in-out;
}

.search-container {
  position: relative;
  max-width: 800px;
  margin: 80px auto 0;
  padding: 20px;
}

.search-box {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background-color: #444;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  align-content: center;
}
.search-box input {
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background-color: #444;
  color: #fff;
  margin-bottom: 0;
}

.search-box input:focus {
  outline: none;
  border: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
}

.close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
}

.search-suggestions {
  background-color: #444;
  color: #fff;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}

.suggestion-item {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item:hover {
  background-color: #333;
  color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.show {
  display: block;
}

.container-story {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.card-story {
  display: flex;
  background: #fff;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  overflow: hidden;
  max-width: 90%;
  margin: auto;
  width: 100%;
}

.card-story img {
  width: 50%;
  aspect-ratio: 5/3;
  object-fit: cover;
}

.content-story {
  padding: 20px;
  width: 50%;
}

.content-story h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.content-story p {
  color: #555;
  margin-bottom: 15px;
}

.content-story .quote-story {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .card-story {
    flex-direction: column;
  }

  .card-story img {
    width: 100%;
  }

  .content-story {
    width: 100%;
  }
}

.container-story .text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  text-align: justify;
  font-weight: 400;
}
/*============================================================= Login page css ============================================================= */
.Main_login {
  margin: 13vh 0px 10vh;
}
.Login-container {
  position: relative;
  width: 60%;
  height: 550px;
  margin: auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.Login-container h1 {
  font-size: 36px;
  margin: -10px 0;
}

.Login-container p {
  font-size: 14.5px;
  margin: 15px 0;
}

.Login-form-box form {
  width: 100%;
}
.Login-form-box form h1 {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
  font-family: "Poppins", serif !important;
}
.Otp_input {
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.Otp_input input {
  text-align: center;
  padding: 15px 0px !important;
  font-size: 17px;
}
.Login_otp h1 {
  margin-bottom: 5px !important;
}
.Login_otp p {
  margin-top: 0px !important;
}
.Login-form-box {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  color: #333;
  text-align: center;
  padding: 40px;
  z-index: 1;
  transition: 0.6s ease-in-out 1.2s, visibility 0s 1s;
}

.Login-container.active .Login-form-box {
  right: 50%;
}

.Login-form-box.register {
  visibility: hidden;
}
.Login-container.active .Login-form-box.register {
  visibility: visible;
}

.Login-input-box {
  position: relative;
  margin-bottom: 10px;
}

.Login-input-box input {
  width: 100%;
  padding: 13px 50px 13px 20px;
  background: #eee;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.Login-input-box input::placeholder {
  color: #888;
  font-weight: 400;
}

.Login-input-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.forgot-link {
  margin: -15px 0 15px;
}
.forgot-link a {
  font-size: 14.5px;
  color: #333;
}

.Login-btn {
  width: 100%;
  background: #212529;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 12px 0px;
}
.Continue_shopping {
  width: 100%;
  /* height: 48px; */
  background: #212529;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  padding: 12px 0px;
  font-weight: 600;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.Login-btn a {
  color: #fff;
}
.toggle-box {
  position: absolute;
  width: 100%;
  height: 100%;
}

.toggle-box::before {
  content: "";
  position: absolute;
  left: -250%;
  width: 300%;
  height: 100%;
  background: #212529;
  /* border: 2px solid red; */
  border-radius: 150px;
  overflow: hidden;
  z-index: 2;
  transition: 1.8s ease-in-out;
  background-image: url("../images/About.png");
  /* background-repeat:repeat-x; */
  background-size: 100% auto;
}

.Login-container.active .toggle-box::before {
  left: 50%;
}

.toggle-panel {
  position: absolute;
  width: 50%;
  height: 100%;
  /* background: seagreen; */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.6s ease-in-out;
}
.toggle-panel h1 {
  font-size: 35px;
  font-weight: 600;
  font-family: "Poppins", serif !important;
}
.toggle-panel.toggle-left {
  left: 0;
  transition-delay: 1.2s;
}
.Login-container.active .toggle-panel.toggle-left {
  left: -50%;
  transition-delay: 0.6s;
}

.toggle-panel.toggle-right {
  right: -50%;
  transition-delay: 0.6s;
}
.Login-container.active .toggle-panel.toggle-right {
  right: 0;
  transition-delay: 1.2s;
}

.toggle-panel p {
  margin-bottom: 20px;
}

.toggle-panel .Login-btn {
  width: 160px;
  /* height: 46px; */
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
}

@media screen and (max-width: 650px) {
  .Login-container {
    height: 420px;
  }
  .Login-form-box form h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .Login-form-box {
    bottom: 0;
    width: 100%;
    height: 68%;
    padding: 10px 20px;
  }

  .Login-container.active .Login-form-box {
    right: 0;
    bottom: 30%;
  }

  .toggle-box::before {
    left: 0;
    top: -265%;
    width: 100%;
    height: 300%;
    border-radius: 20vw;
  }

  .Login-container.active .toggle-box::before {
    left: 0;
    top: 70%;
  }

  .Login-container.active .toggle-panel.toggle-left {
    left: 0;
    top: -40%;
  }

  .toggle-panel {
    width: 100%;
    height: 32%;
  }
  .toggle-panel.toggle-left {
    top: 0;
  }
  .toggle-panel.toggle-right {
    right: 0;
    bottom: -40%;
  }

  .Login-container.active .toggle-panel.toggle-right {
    bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  .Login-form-box {
    padding: 20px;
  }

  .toggle-panel h1 {
    font-size: 30px;
  }
}

.containerThanks {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.116);
  text-align: center;
  max-width: 500px;
  width: 90%;
  margin: 10% auto 5%;
  position: relative;
  animation: slideDownThanks 1s ease-out;
  z-index: 1;
  font-family: "Poppins", serif !important;
}

.thank-you-textThanks {
  font-size: 3rem;
  font-weight: bold;
  /* background: linear-gradient(45deg, #FF6B6B, #4ECDC4); */
  background: linear-gradient(45deg, #2469bc, #2469bc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -0.5rem;
  animation: colorChangeThanks 3s infinite;

  font-family: "Playfair Display", serif !important;
}

@keyframes colorChangeThanks {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

@keyframes slideDownThanks {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.checkmarkThanks {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* background: #4CAF50; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0px;
  animation: scaleInThanks 0.5s ease-out;
}

@keyframes scaleInThanks {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* .checkmarkThanks::after {
  content: '';
  width: 30px;
  height: 60px;
  border: solid white;
  border-width: 0 8px 8px 0;
  transform: rotate(45deg) translate(-5px, -5px);
} */

.success-messageThanks {
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.order-detailsThanks {
  background: #eaeaea8e;
  padding: 1.5rem;
  border-radius: 10px;
  /* margin-top: 2rem; */
  text-align: left;
}

.detail-itemThanks {
  margin: 10px 0;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.detail-itemThanks:last-child {
  border-bottom: none;
}

.confettiThanks {
  position: fixed;
  width: 8px;
  height: 8px;
  top: -20px;
  z-index: 0;
}

@keyframes confettiFallThanks {
  0% {
    transform: translateY(0) rotateZ(0);
  }
  100% {
    transform: translateY(105vh) rotateZ(360deg);
  }
}

@media (max-width: 480px) {
  .containerThanks {
    padding: 1rem;
  }

  .thank-you-textThanks {
    font-size: 2.5rem;
  }

  .checkmarkThanks {
    width: 60px;
    height: 60px;
  }

  .detail-itemThanks {
    flex-direction: column;
    gap: 0px;
  }
}

.payment-section {
  background: white;
  border-radius: 8px;
  padding: 16px;
  border-radius: 12px;
  margin: 15px;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.payment-option {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-option:hover {
  border-color: #ff4444;
  background: #fff9f9;
}

.payment-option.selected {
  border-color: #ff4444;
  background: #fff9f9;
}

.radio-input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 15px;
  accent-color: #ff4444;
}

.payment-details {
  flex: 1;
}

.payment-title {
  font-weight: 500;
  color: #333;
  margin-bottom: 0px;
}

.payment-description {
  font-size: 14px;
  color: #666;
}

.payment-logo {
  display: flex;
  gap: 8px;
  margin-top: 3px;
  margin-bottom: 5px;
}

.payment-logo img {
  height: 30px;
  width: auto;
  border-radius: 5px;
  object-fit: contain;
}

@media (max-width: 480px) {
  .payment-section {
    padding: 15px;
  }

  .section-header {
    font-size: 16px;
  }

  .payment-option {
    padding: 12px;
  }
}
/* ==================================================================================================================================== */
.Inner_main_productList {
  width: 97%;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Left_Filter {
  width: 24%;
}
.Right_Product {
  /* width: 75%; */
  width: 100%;
}
.filter-sidebar {
  /* width: 320px; */
  background: #fff;
  border: 1px solid #bfbfbf53;
  padding: 0px 15px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  font-family: "Poppins", serif !important;
}

.filter-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  /* background: linear-gradient(90deg, #ff6b6b, #4ecdc4); */
}

.filter-section {
  margin-bottom: 8px;
  position: relative;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 16px;
  background: #f5f5f5;
  border-radius: 16px;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}

.section-header:hover {
  background: #f1f1f1;
  /* transform: translateX(5px); */
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  color: #2d3436;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff6b6b;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.section-header.active .section-title::before {
  background: #4ecdc4;
}

.arrow {
  width: 24px;
  height: 24px;
  position: relative;
  transition: transform 0.3s ease;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  background: #2d3436;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.arrow::before {
  width: 2px;
  height: 12px;
  top: 6px;
  left: 11px;
  opacity: 1;
}

.arrow::after {
  width: 12px;
  height: 2px;
  top: 11px;
  left: 6px;
}

.section-header.active .arrow::before {
  opacity: 0;
}

.section-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.section-content.active {
  max-height: 500px;
}

/* Category Items */
.category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.3s ease;
  /* margin-bottom: 8px; */
}

.category-item:hover {
  background: #f5f5f5;
  transform: translateX(5px);
}

.category-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.category-image {
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.category-item:hover .category-image {
  background: #ff6b6b;
  transform: scale(1.1);
}

.count {
  font-size: 14px;
  color: #95a5a6;
  background: #f8f9ff;
  padding: 4px 10px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.category-item:hover .count {
  background: #ff6b6b;
  color: white;
}

/* Price Range Slider */
.price-range {
  padding: 0 16px;
  margin-top: 10px;
}

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #f0f2ff;
  border-radius: 3px;
  outline: none;
  margin: 10px 0;
  padding: 1px;
  border: 0;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #ff6b6b, #ff8787);
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.range-values {
  display: flex;
  justify-content: space-between;
  color: #2d3436;
  font-size: 14px;
  font-weight: 500;
}

/* Checkbox Styling */
.checkbox-wrapper {
  padding: 0 16px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkbox-item:hover {
  transform: translateX(5px);
}

.custom-checkbox {
  width: 22px;
  height: 22px;
  border: 2px solid #dfe6e9;
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease;
}

.checkbox-item input {
  display: none;
}

.checkbox-item input:checked + .custom-checkbox {
  background: linear-gradient(135deg, #ff6b6b, #ff8787);
  border-color: transparent;
}

.custom-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E")
    center/contain no-repeat;
  transition: all 0.2s ease;
}

.checkbox-item input:checked + .custom-checkbox::after {
  transform: translate(-50%, -50%) scale(1);
}

.checkbox-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  color: #2d3436;
  font-size: 14px;
}

/* Selected Filters */
.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 7px auto;
  padding: 0 16px;
}

.filter-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #ff6b6b, #ff8787);
  color: white;
  border-radius: 20px;
  font-size: 14px;
  animation: fadeIn 0.3s ease;
}

.remove-tag {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.remove-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .filter-sidebar {
    width: 100%;
  }
}

.New-cart-container {
  display: flex;
  align-items: center;
  background-color: #c41e3a;
  color: white;
  border-radius: 8px;
  overflow: hidden;
  transition: width 0.3s ease;
  width: 90%;
  cursor: pointer;
  margin: auto;
}

.New-cart-container.counter {
  margin: auto;
  width: 100%;
}

.New-cart-left {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: auto;
}

.New-cart-left i {
  font-size: 18px;
  margin-right: 5px;
  padding-top: 0;
}

.New-cart-left span {
  font-size: 16px;
  white-space: nowrap;
}

.New-cart-right {
  display: none;
  align-items: center;
  justify-content: space-around;
  background-color: #f4f4f4;
  color: #c41e3a;
  padding: 2px 4px;
  border-left: 1px solid #ccc;
  width: 42%;
  border-radius: 5px;
  margin: 5px;
  /* margin-left: auto; */
}

.New-cart-container.counter .New-cart-right {
  display: flex;
}

.New-cart-right button {
  background-color: transparent;
  border: 0px solid #c41e3a;
  color: #c41e3a;
  border-radius: 4px;
  font-size: 24px;
  padding: 2px 6px;
  cursor: pointer;
}

.New-cart-right button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.New-cart-right span {
  font-size: 16px;
  margin: 0 5px;
}

.Brochure-button {
  display: inline-flex;
  align-items: center;
  position: fixed;
  bottom: var(--bs-gutter-x, 1.9rem);
  left: auto;
  right: var(--bs-gutter-x, 6%);
  z-index: 999;
  width: 12%;
  background: linear-gradient(45deg, #ff3838, #e01f27);
  color: white;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 56, 56, 0.3);
  animation: brochure 3s ease-in-out infinite;
}

/* ADD THIS BELOW: */
@media (max-width: 768px) {
  .Brochure-button {
    width: auto;
    right: 4.5rem;
    bottom: 1.9rem;
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 10px;
  }
  .Brochure-button img {
    width: 18px;
    margin-right: 5px;
  }
}

@media (max-width: 480px) {
      .Brochure-button {
        bottom: var(--bs-gutter-x, 5.9rem);
        left: auto;
        right: var(--bs-gutter-x, 8%);
        width: 32%;
        color: white;
        padding: 12px 9px;
        border-radius: 12px;
        font-size: 14px;
    }
  .Brochure-button img {
    width: 16px;
    margin-right: 4px;
  }
}
@keyframes brochure {
  0%,
  100% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(1.1); /* Zoomed in */
  }
}

.Brochure-button img{
width:17%;
margin-right: 7px;
}
.Brochure-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 56, 56, 0.4);
  background: linear-gradient(45deg, #ff4747, #e60000);
}

.Brochure-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  fill: currentColor;
}

.Brochure-message-text {
  font-weight: 500;
}
