body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* background-color: #fff;
  height: 200vh;
  position: relative; */
}

* {
  margin: 0;
  pad: 0;
  box-sizing: border-box;
  font-family: 'Assistant', sans-serif !important;
}

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

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

/* p {
  color: #b3b3b3;
  font-weight: 300;
} */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

/* .hero {
  height: 100vh;
  width: 100%;
  background: #5d5b6a;
} */

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px;
}

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

.site-navbar .site-navigation .site-menu .active {
  color: #007bff;
  display: inline-block;
  padding: 20px 20px;
}

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

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 20px 20px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu>li.social>a {
  padding-left: 5px;
  padding-right: 5px;
}

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

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

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

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

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

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

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

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

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

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

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

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #eff1f3;
  color: #000;
}

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

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

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #4C240A;
}

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

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

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

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #FCF5EF !important;
}

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

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

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

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

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

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

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

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

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

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

.site-mobile-menu .site-nav-wrap a:hover {
  color: #4C240A;
}

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

.site-mobile-menu .site-nav-wrap li .active {
  color: #4C240A;
}

.site-mobile-menu .site-nav-wrap .social {
  display: inline-block;
}

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

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

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

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

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

.site-mobile-menu .site-nav-wrap>li.social {
  float: none !important;
  width: auto !important;
}

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

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

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

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

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

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

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

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

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

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

.sticky-wrapper .site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #4C240A;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
  color: rgba(255, 255, 255, 0.7) !important;
  color: #121212bf !important;
  font-size: 14px;
}

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

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

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

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
  color: #007bff !important;
}

/* hero section top hide problem solve */
.sticky-wrapper {
  position: sticky;
  top: 0px;
  background-color: #FAE5D5;
}

header {
  padding-top: 5px;
  padding-bottom: 5px;
}




/* Top Bar */
.top-bar {
  background: #FCF5EF;
  color: #000;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
}

.contact-number {
  color: #4C240A;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  white-space: nowrap;
}

.contact-number i {
  font-size: 16px;
  color: #4C240A;
}

.contact-number:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Search bar */
.search-bar .form-control {
  border: 1px solid #4C240A;
  border-right: none;
  border-radius: 30px 0 0 30px;
  padding: 8px 15px;
  /* font-size: 14px; */
}

.search-bar .btn {
  border: 1px solid #4C240A;
  border-left: none;
  border-radius: 0 30px 30px 0;
  background-color: #4C240A;
  color: #FAE5D5;
  font-weight: 500;
}

.search-bar .btn:hover {
  background-color: #D4AF37;
  border-color: #D4AF37;
  color: #000;
}

/* Right side links */
.top-links {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.top-links a.text-link {
  color: #4C240A;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
}

.top-links a.text-link:hover {
  text-decoration: underline;
}

.top-links a.icon-link {
  color: #4C240A;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}

.top-links a.icon-link:hover {
  color: #D4AF37;
}

.badge-custom {
  background-color: #4C240A;
  color: #FAE5D5;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -8px;
}

.form-control:focus {
  box-shadow: none !important;
}



@media(max-width:1199px) {
  .logo-btn-adjust {
    justify-content: space-between;
  }
}



/* Hero Section */
.hero-section {
  background: linear-gradient(to right, #FAE5D5, #FCF5EF);
  color: #4C240A;
  padding: 80px 20px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #4C240A;
  opacity: 0.9;
}

.hero-btn {
  background-color: #4C240A;
  color: #FAE5D5;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background-color: #D4AF37;
  color: #000;
}

/* Swiper slider */
.swiper {
  width: 100%;
  /* max-width: 500px; */
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    padding: 50px 20px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }
}



/* swiper css */
/* Next / Prev arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #4C240A !important;
  /* arrow ka color (dark brown) */
  /* font-weight: bold; */
}

/* Hover effect for arrows */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #D4AF37 !important;
  /* gold hover */
}

/* Pagination bullets */
.swiper-pagination-bullet {
  background: #D4AF37 !important;
  /* normal bullet = gold */
  opacity: 0.6;
  /* halka fade */
}

.swiper-pagination-bullet-active {
  background: #4C240A !important;
  /* active bullet = dark brown */
  opacity: 1;
}


/* offer slider  */
.offer-marquee {
  background-color: #4C240A;
  /* Dark brown */
  padding: 5px 0px 0px 0px;
  /* border-top: 2px solid #D4AF37;
    border-bottom: 2px solid #D4AF37; */
}

.offer-marquee .offer {
  margin: 0 40px;
  font-size: 16px;
  font-weight: 600;
  color: #FAE5D5;

}

.offer-marquee marquee {
  white-space: nowrap;
}

/* ---------------- CATEGORIES ---------------- */
.categories {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCF5EF;
}

.category-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  border-radius: 12px;
}

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

.category-card img {
  max-height: 180px;
  object-fit: contain;
}

.categories .card-body {
  background: #FAE5D5
}

/**************************************
       F   product
**************************************/
.products {
  background-color: #FCF5EF;
}

.product-card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.product-card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  object-fit: contain;
  padding: 10px;
  background: url(../banner/product-bg.png);
  background-position: center;
  background-size: cover;
}

.product-card .price {
  color: #4C240A;
  font-size: 16px;
}

.product-card .text-warning {
  font-size: 14px;
}

.products .text-muted {
  color: #212529bf !important;
  font-weight: 600;
}

.products .text-success {
  font-weight: 600;
}

.products .card-body {
  background: #FAE5D5;
}


.btn-outline-dark:focus {
  box-shadow: none !important;
}

/*categories-section  */

.categories-section {
  background-color: #FCF5EF;
}

.categories-sidebar {
  background-color: #4C240A;
  min-height: 100%;
}

.categories-sidebar h5 {
  border-bottom: 2px solid #FAE5D5;
  padding-bottom: 6px;
  color: #FAE5D5;
}

.category-link {
  display: block;
  padding: 10px 14px;
  margin-bottom: 6px;
  color: #FAE5D5;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.category-link:hover,
.category-link.active {
  background-color: #FAE5D5;
  color: #4C240A;
}

.category-content {
  background-color: #FCF5EF;
  border-radius: 10px;
  padding: 20px;
  display: none;
  /* sab hide by default */
}

.category-content.active {
  display: block;
  /* sirf active wala show hoga */
}

.category-content h3 {
  color: #4C240A;
}


/* ehy choose us */

.why-choose-us {
  background: #FCF5EF;
  padding: 60px 0;
}

.why-choose-us h2 {
  font-weight: bold;
  color: #4C240A;
  font-size: 40px;
}

.why-choose-us p {
  color: #4C240A;
  font-size: 16px;
  line-height: 26px;
}

.choose-card {
  background: #FAE5D5;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.choose-card .icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.choose-card h5 {
  font-weight: 600;
  color: #4C240A;
  font-size: 18px;
  margin-bottom: 8px;
}

.choose-card p {
  font-size: 14px;
  color: #4C240A;
  line-height: 22px;
}

/* blog tips */


.blog-section {
  position: relative;
  background: linear-gradient(rgba(76, 36, 10, 0), rgba(76, 36, 10, 0)),
    url('../banner/banner3.jpg');
  padding: 60px 0;
  color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.blog-section h2 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}

.blog-card {
  background: #FAE5D5;
  color: #4C240A;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.blog-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-card p {
  font-size: 14px;
  line-height: 22px;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #4C240A;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

/* offer section top side */
.offers-section {
  background: #FCF5EF;
  padding: 60px 0;
}

.offers-section h2 {
  font-weight: bold;
  font-size: 32px;
  /* color: #4C240A;
  margin-bottom: 40px; */
}

.offer-card {
  background: #FAE5D5;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.offer-badge {
  position: absolute;
  top: 15px;
  right: -40px;
  background: #4C240A;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 50px;
  transform: rotate(45deg);
}

.offer-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #4C240A;
  margin-bottom: 12px;
}

.offer-card p {
  font-size: 14px;
  line-height: 22px;
  color: #4C240A;
  margin-bottom: 15px;
}

.offer-btn {
  background: #4C240A;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.offer-btn:hover {
  background: #2d1406;
  color: #fff;
}

/* fragrance section */

.fragrance-section {
  /* background: linear-gradient(to right, #FAE5D5, #FCF5EF); */
  background-color: #FCF5EF !important;
  padding: 60px 0;
}

.fragrance-section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  /* color: #4C240A; */
  margin-bottom: 15px;
}

.fragrance-section p {
  text-align: center;
  color: #4C240A;
  font-size: 16px;
  margin-bottom: 40px;
}

.carousel-item .card {
  border: none;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.carousel-item .card:hover {
  transform: translateY(-5px);
}

.carousel-item img {
  border-radius: 15px 15px 0 0;
  /* height: 250px;
            object-fit: cover; */
  width: 100%;
}

.card-body {
  text-align: center;
  padding: 15px;
  background: #FAE5D5;
  border-radius: 0 0 15px 15px;
}

.card-body h5 {
  font-size: 18px;
  font-weight: 600;
  color: #4C240A;
}


/* fragrance slider button color  */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(18%) sepia(58%) saturate(5246%) hue-rotate(7deg) brightness(42%) contrast(85%);
}




.review-section {
  padding: 60px 0;
  background: linear-gradient(to right, #FAE5D5, #FCF5EF);
  background: #FCF5EF !important;
}

.review-section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #4C240A;
  margin-bottom: 40px;
}

.review-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}

.review-card h5 {
  font-size: 18px;
  font-weight: bold;
  color: #4C240A;
  margin-bottom: 5px;
}

.review-card .stars {
  color: #FFD700;
  font-size: 16px;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

/* Swiper Pagination Bullets */
.swiper-pagination-bullet {
  background: #4C240A;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #FAE5D5;
}

/* Add Review Button */
.add-review-btn {
  display: block;
  margin: 40px auto 0 auto;
  background: #4C240A;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s;
}

.add-review-btn:hover {
  background: #2d1406;
}


/* Scoped Modal Styles only for Review Section */
.review-section .modal-content {
  background: #FCF5EF;
  /* Light background */
  border-radius: 12px;
  border: 2px solid #4C240A;
}

.review-section .modal-header {
  background: #4C240A;
  color: #fff;
  border-bottom: none;
  border-radius: 9px 9px 0 0;
}

.review-section .modal-title {
  font-weight: bold;
}

.review-section .btn-close {
  filter: invert(1);
  /* White close button */
}

.review-section .modal-body label {
  color: #4C240A;
  font-weight: 600;
}

.review-section .form-control,
.review-section .form-select {
  border: 1px solid #4C240A;
  background-color: #FCF5EF;
}

.review-section .form-control:focus,
.review-section .form-select:focus {
  border-color: #4C240A;
  box-shadow: 0 0 5px rgba(76, 36, 10, 0.5);
}

.review-section .btn-primary {
  background-color: #4C240A;
  border: none;
}

.review-section .btn-primary:hover {
  background-color: #2d1406;
}

.review-section .swiper {
  box-shadow: none !important;
}


/* about  */
.about-section {
  /* background: linear-gradient(to right, #FAE5D5, #FCF5EF); */
  background-color: #FCF5EF;
  padding: 70px 0;
}

.about-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #4C240A;
  margin-bottom: 20px;
}

.about-section p {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-section h5 {
  color: #4C240A;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-section .about-video iframe {
  width: 100%;
  height: 315px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

/* Read More Button */
.about-section .read-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 20px;
  background: #4C240A;
  /* Heading color */
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.about-section .read-more-btn:hover {
  background: #2d1406;
  /* Darker shade */
  color: #fff;
}





/* product BG IMG */
.product-img-bg {
  background: url(../banner/product-bg.png);
  background-position: center;
  background-size: cover;
}