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 orange;
  -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: #08276B;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  padding:10px;
  width:750px;
  left: -410%;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li{
   /*border:1px solid red;*/
   list-style-type:none ;
   color:#FFf;
   padding:5px 0px;
}
.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: #FFF;
}

.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;
  /*for mobile nav top*/
  top:0px;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #FFF !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: #fff;
}

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




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

.contact-number {
  color: #FFF;
  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: #FFF;
}

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

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

.search-bar .btn {
  border: 1px solid #FAEBD7;
  border-left: none;
  border-radius: 0 30px 30px 0;
  background-color:#FAEBD7;
  color: #000;
  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: #FFF;
  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: #FFF;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}

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

.badge-custom {
  background-color: #FFF;
  color: #000;
  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);*/
  background:#FFF;
  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: #051c4e !important;
  /* arrow ka color (dark brown) */
  /* font-weight: bold; */
}

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

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

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


/* offer slider  */
.offer-marquee {
  background-color:#ffb000;
  background:#FAEBD7;
  /* 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: #08276B;
  /*text-shadow:1px 1px 2px #FFF;*/

}

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

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

.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: #FFFF;
}

.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(../images/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: #EBEBEB;
}


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

/*categories-section  */

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

.categories-sidebar {
  background-color: #08276B;
  min-height: 100%;
}

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

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

.category-link:hover,
.category-link.active {
  background-color: #FAEBD7;
  color: #08276B;
}

.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: #FFF;
  padding: 60px 0;
}

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

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

.choose-card {
  background:#D8DBE6;
  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: #000;
  font-size: 18px;
  margin-bottom: 8px;
}

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

/* blog tips */


.blog-section {
  position: relative;
  background: linear-gradient(rgba(76, 36, 10, 0), rgba(76, 36, 10, 0)),
    url('../images/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: 30px 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: #EBEBEB;
  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: #FFFF !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: #051c4e;
  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: #08276B;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s;
}

.add-review-btn:hover {
  background: #051c4e;
}


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

.review-section .modal-header {
  background: #08276B;
  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: #08276B;
  font-weight: 600;
}

.review-section .form-control,
.review-section .form-select {
  /*border: 1px solid #08276B;*/
  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:#08276B;
  border: none;
}

.review-section .btn-primary:hover {
  background-color: #08276B;
}

.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(../images/product-bg.png);
  background-position: center;
  background-size: cover;
}



.site-navbar .site-navigation .site-menu  {
    padding-left:0px !important;
}




/* 11 10 2025 css by aniket  */

body {
  background-color: #FCF5EF !important;
}


/* Breadcrumb Custom Styles */

/* Breadcrumb Custom Styles */
.breadcrumb-section {
  background-color: #D8DBE6;
  /* Professional light background */
  padding: 15px 0;
  border-radius: 8px;
  /* margin: 15px 0; */
  border-top: 1px solid #4c240a2a;
  box-shadow: 0px 0px 10px #FAE5D5;
  border-radius: 0px !important;

}

.breadcrumb-section .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  flex-wrap: wrap;
}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  /* Modern separator */
  color:#08276B;
  padding: 0 5px;
}

.breadcrumb-section .breadcrumb-item a {
  color: #08276B;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-section .breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-section .breadcrumb-item.active {
  color: #08276B;
  font-weight: bold;
}

/* Responsive font size */
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb {
    font-size: 12px;
  }
}


/* 14 10 2025 css by aniket  */

.gallery-section {
  background: #FCF5EF;
  padding: 30px 0;
}

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

.gallery-section p {
  color: #333;
  font-size: 15px;
}

.gallery-section .card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.gallery-section img {
  /* border-radius: 10px 10px 0px 0px; */
  /* height: 250px; */
  /* object-fit: cover; */
}

.gallery-section h5 {
  color: #4C240A;
  margin-top: 10px;
  font-weight: 600;
}

.gallery-section .card-body {
  background-color: #EBEBEB;
  border-radius: 0px !important;
}
/*charcol*/
 .product-text-c {
            color: #4C240A;
            font-weight: 600 !important;
            font-size: 17px;
        }
        
        h2{
            color:#4C240A;
        }
        
        
      @media(max-width:720px) {
  .footer {
    text-align: center;
  }

  .footer .row {
    text-align: center;
    justify-content: center !important;
  }

}

      @media(min-width:1140px) {
          .site-navbar .site-navigation .site-menu>li>a {
    padding: 15px 7px;}
      }
      
      
      
      
      /*3 11 2025 new by aniket*/
      .l-drop {
          background:#FCF5EF;
      }
      
      .dropdown-item.active, .dropdown-item:active {
         background:#08276B !important;
      }
      
      
      /*RESPONSIVE CSS 2025 5 11 2025 */
      
@media(max-width:720px){
    .btn-dark{
        font-size:12px !important;
                padding: 4px 7px !important;
    }
    .btn-outline-dark{
         font-size:12px !important;
                 padding: 4px 7px !important;
    }
     .card-m{
     font-size: 12px!important;
    } 
    
    /*Home */
    .Featured  .btn-dark{
         font-size:11px !important;
        padding:3px 6px !important;
    }
    .btn-outline-dark{
        font-size:11px !important;
         padding:3px 6px !important;
    }
    .product-info{
        padding:20px;
    }
}
   /*--------------------------
       wishlist-btn2
  --------------------------*/

  .wishlist-btn2 {
    position: absolute;
    top: 10px;
    right: 10px;
     background: #EBEBEB;
    backdrop-filter: blur(6px);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 5;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.wishlist-btn2:hover {
    transform: scale(1.1);
}

.wishlist-btn2 i {
    font-size: 18px;
    color: #08276B;
    transition: 0.3s;
}

.wishlist-btn2.active i {
    font-weight: bold;
    color: #e4002b;
    content: "\f415";
}
.wishlist-btn2 {
    border: none !important;
    outline: none !important;
}
   /*--------------------------
       wishlist-btn2
  --------------------------*/
  
  .btn-outline-primary:not(:disabled):not(.disabled):active{
      background:transparent !important;
      color: #4C240A !important;
      border: 1px solid #4C240A !important;
  }
  
  .btn-outline-primary:focus{
       background:transparent !important;
      color: #4C240A !important;
      border: 1px solid #4C240A !important;
          box-shadow: none !important;
  }


  .rudraksha-section {
            background-color: #FAEBD7;
            border-radius: 12px;
            padding: 40px 30px;
            margin-top: 50px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: 0.3s ease-in-out;
        }

        .rudraksha-section:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        }

        .rudraksha-title {
            color: #072360;
            font-weight: 700;
            font-size: 28px;
            letter-spacing: 0.5px;
        }

        .rudraksha-text {
            color: #072360;
            font-size: 16px;
            line-height: 1.7;
            margin-top: 10px;
            max-width: 600px;
        }

        .rudraksha-btn {
            background-color: #072360;
            color: #FAEBD7;
            padding: 10px 25px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: 0.3s ease;
        }

        .rudraksha-btn:hover {
            background-color: #FAEBD7;
            color: #072360;
            border: 2px solid #072360;
            padding: 10px 30px;
        }
        
        /*yt section*/
        
          /* MAIN SECTION */
        .yt-vidosection {
            background-color: #FAEBD7;
            padding: 0;
        }

        /* LEFT VIDEO BOX */
        .video-box {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }

        .video-box iframe {
            width: 100%;
            height: 100%;
            border: none;
            object-fit: cover;
        }

        .video-title {
            position: absolute;
            bottom: 40px;
            left: 30px;
            font-size: 34px;
            font-weight: 700;
            color: #FAEBD7;
            text-shadow: 0 4px 12px rgba(0,0,0,0.6);
        }

        /* RIGHT SIDE GRID BOXES */
        .yt-box {
            height: 50vh;
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 25px;
            transition: 0.3s ease-in-out;
            color: #08276B;
        }

        .yt-box.light-text {
            color: #FAEBD7;
        }

        .yt-box:hover {
            transform: scale(1.03);
            box-shadow: 0 8px 20px rgba(0,0,0,0.4);
        }

        .yt-box p {
            font-size: 20px;
            font-weight: 600;
            margin: 0;
        }

        .yt-box a {
            margin-top: 5px;
            display: inline-block;
            background-color: #08276B;
            color: #FAEBD7;
            text-decoration: none;
            padding: 6px 14px;
            border-radius: 5px;
            font-size: 14px;
            transition: 0.3s ease;
        }

        .yt-box a:hover {
            background-color: transparent;
            color: #08276B;
            border: 2px solid #08276B;
        }

        @media (max-width: 767px) {
            .video-box {
                height: 50vh;
            }
            .yt-box {
                height: 40vh;
            }
        }
        
        .services-section {
    background-color: #FAEBD7;
}

.service-box {
    background: #ffffff;
    padding: 25px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #08276B20;
    transition: 0.3s ease;
    height: 100%;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    border-color: #08276B;
}

.service-box img {
    width: 60px;
    margin-bottom: 15px;
}

.service-box h6 {
    color: #08276B;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}

.service-box p {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}

h2{
    color:#08276B !important;
}
body{
    background:#FFF !important;
}

.btn-dark{
    background:#08276B !important;
    border-radius: 5px !important;
    border:1px solid #08276B!important;
}
.btn-outline-dark{
    /*background:#FAEBD7;*/
      border-radius: 5px !important;
      color:#08276B !important;
}
.btn-outline-dark:hover{
    background:#FAEBD7 !important;
    border-color:#FAEBD7!important;
}

.yt-vidosection{
    overflow:hidden;
}

.related-products .btn-dark{
      border-radius: 5px !important;
}
.related-products  .btn-outline-dark{
       border-radius: 5px !important;
}
.related-products .btn-outline-dark:hover{
    background:#FAEBD7 !important;
    border-color:#FAEBD7!important;
    color:#08276B !important;
}







/*new product view section*/
/* Section Background */
.de {
    background: #FFF !important;
    padding: 40px 0 !important;
}

/* Tabs Container */
.product__details__tab {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Tab Navigation Styling */
.nav-tabs {
    border-bottom: none !important;
    justify-content: center !important;
    gap: 20px;
}

.nav-tabs .nav-link {
    background: #ffffff !important;
    color: #08276B !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    padding: 10px 28px !important;
    border: 2px solid #08276B !important;
    transition: all 0.3s ease-in-out;
}

/* On Hover */
.nav-tabs .nav-link:hover {
    background: #08276B !important;
    color: #fff !important;
}

/* Active State */
.nav-tabs .nav-link.active {
    background: #08276B !important;
    color: #fff !important;
    border-color: #08276B !important;
    box-shadow: 0 3px 10px rgba(8, 39, 107, 0.3);
}

/* Tab Content Box */
.tab-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 25px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Headings */
.tab-content h3 {
    color: #08276B !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.5px;
}

/* Paragraph Text */
.tab-content p {
    color: #333;
    line-height: 1.7;
    font-size: 15.5px;
    margin-bottom: 15px;
}

/* Highlighted Sanskrit/Slokas */
.tab-content h6 strong {
    color: #08276B !important;
    font-size: 16px;
    line-height: 1.8;
}

/* Reviews Section Text */
#tabs-3 p {
    background: #FAEBD7;
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 12px;
    text-align: left !important;
    border-left: 4px solid #08276B;
    font-size: 15.8px;
}

/* Benefits Bullet Style */
#tabs-2 p strong {
    color: #08276B;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nav-tabs {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .nav-tabs .nav-link {
        width: 100%;
        text-align: center;
    }

    .tab-content {
        padding: 20px;
    }

    #tabs-3 p {
        font-size: 14px;
    }
}

        .icon-menu{
    color:#08276B;
}