:root{
  --top-bar-color: #ECE8DF;
 --primary-color:#F7F3EA;
 --secondary-color:#DFC5A4;
  --button-background-color:#69473B;
  
}
body{
   font-family: "Bodoni Moda", serif;
   font-family: "Jost", sans-serif;
   overflow-x: hidden;
}
.header {
 background-color: #ffffff;
 box-shadow: 0 2px 10px rgba(0,0,0,0.1);
 position: sticky;
 top: 0;
 width: 100%;
 z-index: 999;
}
.header-inner {
 max-width: 1600px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.container-fluid {
 width: 100%;
 padding: 0 20px;
 margin: 0 auto;
}
.logo a{
 text-decoration: none;
 color: #333;
 font-size: 35px;
}

.navigation {
 flex: 1;
 text-align: center;
}

.nav-links {
 list-style: none;
 display: flex;
 justify-content: center;
 gap: 25px;
 margin-bottom: 0px;
}

.nav-item {
 position: relative;
}

.nav-item a,
.nav-item {
 text-decoration: none;
 color: #333;
 font-weight: 500;
 cursor: pointer;
 padding: 8px 12px;
}

.dropdown-menu {
 position: absolute;
 top: 100%;
 left: 0;
 background: #fff;
 border-radius: 8px;
 box-shadow: 0 8px 20px rgba(0,0,0,0.1);
 display: none;
 flex-direction: column;
 min-width:300px;
 padding: 10px 0;
 transition: all 0.3s ease;
 z-index: 1000;
 transition: box-shadow 0.3s ease;
}

.dropdown-menu li {
 list-style: none;
}

.dropdown-menu li a {
 font-size: 18px;
   display: flex;
  
   padding: 12px 17px;
   color: #333;
   font-weight: 500;
   text-decoration: none;
   transition: all 0.3s ease;
}
.dropdown-icon {
 width: 50px;
 height: 50px;
 object-fit: cover;
 margin-right: 10px;
 border-radius: 50%;
 background-color: #f3f3f3;
 padding: 2px;
}

/* Hover effect inside dropdown */
.dropdown-menu li a:hover {
 background-color: #f7f7f7;
 color: #e91e63; 
 padding-left: 25px; 
}
.nav-item a.active {
 color: #e91e63;
 font-weight: 600;
 border-bottom: 2px solid #e91e63;
}
.nav-item.dropdown::after {
 content: " ▼";
 font-size: 12px;
 margin-left: 5px;
}

.dropdown:hover .dropdown-menu {
 display: flex;
 box-shadow: 0 10px 30px rgba(0,0,0,0.2);
 width:300px;
}


.icons {
 display: flex;
 gap: 20px;
 align-items: center;
}

.icons a {
 color: #333;
 font-size: 20px;
}

.menu-toggle-nav {
 display: none;
 background: none;
 border: none;
 font-size: 24px;
 cursor: pointer;
}

/* Responsive */
@media (max-width: 991px) {
 .navigation {
   position: absolute;
   top: 80px;
   left: 0;
   background: white;
   width: 100%;
   padding: 20px;
   display: none;
   flex-direction: column;
   gap: 20px;
   text-align: center;
 }

 .nav-links {
   flex-direction: column;
   gap: 15px;
 }

 .dropdown-menu {
   position: static;
   box-shadow: none;
   display: none;
 }
 .navigation.active {
  display: flex !important;
}

 .dropdown.open .dropdown-menu {
   display: flex;
 }

 .menu-toggle-nav {
   display: block!important;
 }
 .navigation {
  display: none;
  /* existing styles */
}

.navigation.show-menu {
  display: flex !important;
}
.navigation {
  transition: all 0.3s ease;
  flex-direction: column;
}

}

/* Hero Banner Container */



  .hero-wrapper {
   position: relative;
 }
 
.hero-section {
  position: relative;
}
 .hero-slider-content {
  position: absolute;
  bottom: 200px;

   font-weight: bold;
   font-family: "Bodoni Moda", serif;
   animation: fadeInUp 1s ease-in-out;
   overflow: visible;
   color: #fff;
   left: 50px;
   padding: 90px 150px;
   
 }

 
 .hero-slider-content h1 {
   padding-top: 30px;
   font-size: 60px;
   font-weight: bold;
   position: relative;
   z-index: 2;
 }
 
 .hero-slider-content p {
   font-size: 20px;
   margin-bottom: 20px;
   position: relative;
   z-index: 2;
   color:#000
 }
 


 @media screen and (max-width: 1558px) {
  .hero-slider-content {
  bottom: 40px;
   left: 50px;
   padding: 20px 25px;
 }

  .hero-slider-content h1 {

   font-size: 40px;

 }
 
 .hero-slider-content p {
   font-size: 16px;
 }
 }

 @media screen and (max-width: 991px) {
  .hero-slider-content {

   left: 15%;
  
   padding: 20px 25px;
 }

  .hero-slider-content h1 {

   font-size: 40px;

 }
}

  @media screen and (max-width: 576px) {
  .hero-slider-content {
   bottom: 10px;
   left: 15%;

   padding: 10px;
 }

  .hero-slider-content h1 {
   padding-top: 0;
   font-size: 20px;

 }
 
 .hero-slider-content p {
   font-size: 15px;
 }
 }

 .vector-top-right {
   position: absolute;
   top: -20px;
   right: -20px;
   width: 80px;
   z-index: 1;
 }
 
 .vector-bottom-left {
   position: absolute;
   bottom: -20px;
   left: -20px;
   width: 80px;
   z-index: 1;
 }
 .carousel-control-prev-custom,
.carousel-control-next-custom {
   background-color: #69473B!important; 
   border-radius: 50%!important; 
   width: 45px!important;
   height: 45px!important;
   padding: 0;
}

.carousel-control-prev-custom .carousel-control-prev-icon,
.carousel-control-next-custom .carousel-control-next-icon {
   background-color: #fff;
   width: 100%;
   height: 100%;
   border-radius: 50%;
}

.carousel-control-prev-custom:hover,
.carousel-control-next-custom:hover {
   background-color: #DFC5A4; 
   transition: background-color 0.3s ease;
}

 
 @keyframes fadeInUp {
   0% {
     opacity: 0;
     transform: translateY(40px);
   }
   100% {
     opacity: 1;
     transform: translateY(0) ;
   }
 }
 
.category-icon{
  padding-bottom:30px;
}
  /* return policy */
  .return-policy-wrapper {
   background-color: #fff;
   margin-top: 30px;
 }
 
 .return-policy-container {
   max-width: 1300px;
   width: 100%;
   display: flex;
   justify-content: space-between;
   font-size: 15px;
   font-family: "Jost", sans-serif;
   margin: 0 auto;
 }
 
 .return-policy-container h3 {
   font-size: 20px;
   font-weight: 400;
   margin: 0;
 }
 
 .return-policy-container img {
   width: 30px;
   height: 30px;
 }
 
 .policy-card {
   display: flex;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   
 }
 
 .policy-card:hover {
   transform: translateY(-4px);

 }
 
 .image-scroll {
   width: 30px;
   height: 30px;
   overflow: hidden;
   position: relative;
 }
 
 .image-scroll img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   display: block;
   transition: transform 0.6s ease-in-out;
 }
 
 .image-scroll .front-img {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 2;
 }
 
 .image-scroll .back-img {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1;
 }
 
 
 .policy-card:hover .image-scroll .front-img {
   transform: translateY(-100%);
 }
 
 .policy-card:hover .image-scroll .back-img {
   transform: translateY(-100%);
 }
 
 /* shop by category */
 .shop {
   margin-top: 30px;
 }
 
 .cateory-container {
   display: flex ;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 2rem 0;
     margin: 0 auto;
 }
 
 .banner-wrapper {
   /* width: 280px; */
   width: calc(25% - 10px);
   height: 400px;
   position: relative;
   overflow: hidden;
   color: #fff;
   transition: all 0.3s ease;
   background-color: #f5f5f5;
   margin-bottom: 20px;
 }
 
 .banner-wrapper::before,
 .banner-wrapper::after {
   content: '';
   position: absolute;
   background: var(--button-background-color); 
   transition: transform 0.6s ease;
   z-index: 2;
 }

 .banner-wrapper::before {
   height: 2px;
   width: 100%;
   bottom: 0;
   right: 0;
   transform: translateX(-100%);
 }
 
 .banner-wrapper::after {
   width: 2px;
   height: 100%;
   bottom: 0;
   right: 0;
   transform: translateY(100%);
 }
 
 .banner-wrapper span::before {
   height: 2px;
   width: 100%;
   top: 0;
   left: 0;
   transform: translateX(100%);
 }
 
 .banner-wrapper span::after {
   width: 2px;
   height: 100%;
   top: 0;
   left: 0;
   transform: translateY(-100%);
 }
 
 .banner-wrapper:hover::before,
 .banner-wrapper:hover::after,
 .banner-wrapper:hover span::before,
 .banner-wrapper:hover span::after {
   transform: translate(0, 0);
 }
 
 .banner-image {
   width: 100%;
   height: 100%;
   position: relative;
 }
 
 .banner-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
 }
 

 .banner-gradient {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 35%; 
   background: linear-gradient(to top, #151514, #00000000);
   z-index: 1;
   pointer-events: none;
 }
 
 .banner-content-wrap {
   position: absolute;
   left: 87px;
   top: 66%;
   z-index: 2;
 }
 
 .banner-subtitle {
   font-size: 0.75rem;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 5px;
   letter-spacing: 1px;
   color: #fff;
   font-family: "Jost", sans-serif;
 }
 
 .banner-title {
   font-size: 1.4rem;
   font-weight: bold;
   margin: 5px 5px;
   color: #fff;
   font-family: "Bodoni Moda", serif;
 }
 
 .button.btn-style-link {
   display: inline-block;
   margin-top: 10px;
   padding: 0.4rem 1rem;
   border: 1px solid #8e5632;
   background-color: transparent;
   color: #fff;
   text-decoration: none;
   font-size: 0.9rem;
   transition: 0.3s ease;
 }
 
 .button.btn-style-link:hover {
   background-color: #fff;
   color: #000;
 }
 
 @media (max-width: 1080px) {
   .banner-wrapper {
     width: calc(50% - 10px)!important;
   }
 }

 @media (max-width: 992px) {
   .banner-wrapper {
     width: 48%;
   }
 }
 
 @media (max-width: 576px) {
   .banner-wrapper {
     width: 100%;
   }
 
   .banner-content-wrap {
     left: 15px;
     max-width: 80%;
   }
 }
 

 /* jeweller-category */

 .jewelry-banner-section {
   padding: 60px 0;
 }
 
 .jewelry-banner {
   position: relative;
   overflow: hidden;
  height: 100%;
 }
 
 .jewelry-banner img {
   width: 100%;
   height: 100%;
   object-fit: top;
   transition: transform 0.4s ease;
 }
 
 .jewelry-banner:hover img {
   transform: scale(1.05);
 }
 
 .banner-text {
   position: absolute;
   bottom: 20px;
   left: 20px;
   color: #fff;
   z-index: 1;
   text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
 }
 
 .banner-text h2,
 .banner-text h3,
 .banner-text h4,
 .banner-text h5 {
   margin: 0;
   font-weight: 500;
 }
 
 .banner-text h2 {
   font-size: 24px;
   margin: 8px 0;
 }
 
 .banner-text h3 {
   font-size: 18px;
   margin: 5px 0;
 }
 
 .banner-text h4 {
   font-size: 16px;
   text-transform: uppercase;
   letter-spacing: 1px;
 }
 
 .shop-link {
   display: inline-block;
   margin-top: 8px;
   color: #fff;
   font-size: 15px;
   border-bottom: 1px solid #fff;
   text-decoration: none;
   transition: all 0.3s ease;
 }
 
 .shop-link:hover {
   color: var(--button-background-color);
   border-color: var(--button-background-color);
 }
 
 .category-icons {
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: wrap;
   margin-top: 30px;
   gap: 20px;
 }
 
 .icon-link img {
   width: 40px;
   transition: transform 0.3s ease;
 }
 
 .icon-link:hover img {
   transform: scale(1.2);
 }
  /* card carousal */
/* Product Section Background */


/* Section Header Styling */
.section-header {
 text-align: center;
 margin-bottom: 2rem;
 padding-top: 2rem;
 position: relative;
}

.section-title {
 font-size: 28px;
 font-weight: 600;
 color: #4a2f1b;
 font-family: "Bodoni Moda", serif;
}

.section-subtitle {
 font-size: 16px;
 color: #888;
 max-width: 600px;
 margin: 0 auto;
 line-height: 1.6;
 font-family: "Jost", sans-serif;
}

/* Product Card Styling */





.product {
  padding: 0px 30px;
}
.product-card {
 border-radius: 12px;
 overflow: hidden;
 padding: 1rem;
 text-align: center;
 position: relative;
 transition: transform 0.3s ease;
 height: 100%;
}

.product-card:hover {
 transform: translateY(-5px);
}

.product-image {
 width: 100%;
 height: 300px!important;
 object-fit: contain;
}

.product-title {
 font-size: 16px;
 margin-top: 1rem;
 color: #333;
 font-family: "Jost", sans-serif;
}

.product-price {
 font-weight: bold;
 color: #000;
 margin: 0.5rem 0;
}

.product-old-price {
 text-decoration: line-through;
 color: #999;
 font-size: 14px;
}

.product-stars {
 color: #f5a623;
 font-size: 14px;
 margin-top: 5px;
}


.swiper-wrapper{
 
  height: fit-content!important;
}



/* Hover Icons */
.product-icons {
 position: absolute!important;
 top: 25px!important;
 left: 25px!important;
 display: none;
 flex-direction: column!important;
 gap: 10px;
 z-index: 2;
 padding: 18px;
}

.product-card:hover .product-icons {
 display: flex;
}

.product-icons i {
 background: #fff;
 border-radius: 50%;
 padding: 8px;
 font-size: 14px;
 color: #333;
 cursor: pointer;
 transition: all 0.3s ease;
}

.product-icons i:hover {
 background-color: #ffcc00;
 color: #fff;
}

 /* .swiper-nav {
    position: absolute!important;
    top: 50%!important;
    right: 30px!important;
    z-index: 10;
    transform: translateY(-50%)!important;
  } */
  

/* button style */
.custom-swiper-btn {
  width: 40px!important;
  height: 40px!important;
  background: #fff!important;
  border: 1px solid #ccc!important;
  border-radius: 50%!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.custom-swiper-btn:hover {
  background-color: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

/* promo css */
.promo-section {
  padding-top: 60px;
}

.promo-grid {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.promo-card {
  background-color: #f8f4ef;
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1 1 45%;
  max-width: 600px;
}

.promo-card img {
  max-width: 300px;
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 256px;
}

.shop-btn {
  background: #6a443e;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}


@media (max-width: 768px) {
  .promo-grid {
    flex-direction: column;
    align-items: center;
  }

  .promo-card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    width: 100%;
  }

  .promo-card img {
    max-width: 100%;
    height: fit-content;
  }
}

.product-categories h2 {
 margin-top: 40px;
 margin-bottom: 20px;
}

.product-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.product-wrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 20px;
}

.product-card-custom {
  /* background-color: #f9f9f9;
  border: 1px solid #eee; */
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
  color: #333;
 width:calc(33.333% - 13.33px); 
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.05); */
  transition: transform 0.3s ease;
}

.product-card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
  .product-card-custom {
    width:calc(50% - 20px)!important;
  }
}

@media (max-width: 480px) {
  .product-card-custom {
    width:100%!important;
  }
}

.product-section {
 padding: 60px 20px;
}


 .tab-content {
   display: none;
 }
 .tab-content.active {
   display: block;
 }

 .tab-link {
   cursor: pointer;
   padding: 10px 20px;
   display: inline-block;
   border-bottom: 2px solid transparent;
   font-weight: bold;
   transition: all 0.3s ease;
 }

 .tab-link.active {
   border-bottom: 2px solid #000;
   color: #000;
 }

 .tabs {
   margin-bottom: 20px;
   text-align: center;
 }


.testimonial-section-2 {
 background-color: #e2c7a3;
 overflow-x: hidden;
 position: relative;
}

.sub-heading {
 font-size: 28px;
 font-weight: 600;
 color: #4a2f1b;
 font-family: "Bodoni Moda", serif;
}

.testimonial-para {
 font-size: 1rem;
 color: #444;
}

/* Card Styles */

.testimonial-section {
 background-color: #e2c7a3;
 overflow: hidden;
 padding: 3rem 0;
 height: fit-content!important;
}
.second-swiper{
 height: fit-content!important;
 margin-bottom: 0 !important;
 padding-bottom: 0 !important;
}
.sub-heading {
 font-size: 28px;
 font-weight: 600;
 color: #4a2f1b;
 font-family: "Bodoni Moda", serif;
}

.testimonial-para {
 font-size: 1rem;
 color: #444;
 font-family: "Jost", sans-serif;
 margin-bottom: 10px;
}

.testimonial-heading {
 font-size: 1.125rem; 
 color: #4b2e14;
 font-weight: 600;
 margin-bottom: 15px;
 font-family: "Jost", sans-serif;
}

/* Testimonial card */
/* .testimonial-card-2 {
 background: #fff;
 border-radius: 15px;
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 padding: 30px;
 transition: transform 0.3s ease;
 max-width: 300px;
 margin: auto;
 height: fit-content!important;
margin-top: 0px!important;
margin-bottom: 0px!important;
}

.testimonial-card:hover {
 transform: translateY(-5px);
}

.testimonial-text {
 font-size: 0.95rem;
 color: #555;
 line-height: 1.6;
 font-family: "Jost", sans-serif;
} */


.testimonial-card-2 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
  transition: transform 0.3s;
}

.testimonial-card-2:hover {
  transform: translateY(-5px);
}

.testimonial-text-2 {
  font-style: italic;
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-name {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.client-role {
  font-size: 14px;
  color: #888;
}
.swiper-pagination-2 {
  text-align: center;
  margin-top: 20px;
}

.swiper-pagination-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.swiper-pagination-2 .swiper-pagination-bullet-active {
  background-color: #6a443e; /* Your brand color */
}
/* Client name & image */
.client-info {
 display: flex;
 gap: 20px;
 align-items: start;
 margin-top: 15px;
}

.client-info img {
 border: 2px solid #d5a86d;
 border-radius: 50%;
}

.testimonial-info {
 text-align: left;
}

.testimonial-name {
 font-size: 1rem;
 font-weight: 600;
 color: #2c1e12;
}

.testimonial-role {
 font-size: 0.875rem;
 color: #8d6e4f;
}
.client-img{
 width: 50px;
 height: 50px;
 border-radius: 50%;
 object-fit: cover;
}

/* Navigation Buttons */
.testimonial-btn {
 width: 40px;
 height: 40px;
 background-color: #fff;
 border-radius: 50%;
 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
 display: flex;
 align-items: center;
 justify-content: center;
 transition: all 0.3s ease;
 z-index: 2;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 color: #000;
}

.swiper-button-prev.testimonial-btn {
 left: -10px;
}

.swiper-button-next.testimonial-btn {
 right: -10px;
}

.testimonial-btn:hover {
 background-color: #000;
 color: #fff;
}


.testimonial-btn::after {
 font-size: 18px;
 color: inherit;
}

/* Pagination styling */
/* .swiper-pagination {
 position: relative;
 text-align: center;
 margin-top: 20px;
}

.swiper-pagination-bullet {
 background: #a1754e!important;
 opacity: 0.4!important;
 transition: 0.3s ease!important;
 width: 10px!important;
 height: 10px!important;
 margin: 0 5px!important;
}

.swiper-pagination-bullet-active {
 background: #4b2e14!important;
 opacity: 1!important;
 transform: scale(1.2)!important;
}


@media (max-width: 768px) {
 .swiper-button-prev.testimonial-btn,
 .swiper-button-next.testimonial-btn {
   top: auto;
   bottom: -25px;
   transform: none;
 }

 .swiper-button-prev.testimonial-btn {
   left: 40%;
 }

 .swiper-button-next.testimonial-btn {
   right: 40%;
 }
 
} */


/* === Top Black Banner Section === */

.banner-container{
 background-color: #000;
 max-width: 1300px;
 width: 100%;
 margin: 0 auto;
}
.black-banner-content{
 padding: 60px;
}
.hero-section h5 {
 font-size: 0.9rem;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: #ccc;
}
.hero-section h2 {
 font-size: 2rem;
 font-weight: 600;
 margin-bottom: 1.5rem;
 color: #fff;
}
.hero-section .btn-shop {
 background-color: #7a4c14;
 color: white;
 border: none;
 padding: 0.5rem 1.5rem;
 transition: background-color 0.3s ease;
}
.hero-section .btn-shop:hover {
 background-color: #a76625;
}
.hero-img img {
 width: 100%;
 max-width: 500px;
 transition: transform 0.4s ease;
}
.hero-img img:hover {
 transform: scale(1.05);
}


/* Newsletter Styles */
.newsletter-section {
 width: 100%;
 background-image: url('../assests/banner-image.jpg');
 background-size: cover;
 background-position: center;
 padding: 80px 20px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.newsletter-content {
 max-width: 700px;
 text-align: center;
 background-color: rgba(255, 255, 255, 0.85);
 padding: 40px;
 border-radius: 20px;
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.newsletter-content h2 {
 font-size: 25px;
 margin-bottom: 10px;
 color: #333;
}

.newsletter-content p {
 font-size: 18px;
 margin-bottom: 25px;
 color: #555;
 letter-spacing: 1px;
}

.newsletter-form {
 display: flex;
 flex-direction: row;
 justify-content: center;
 flex-wrap: wrap;
 gap: 10px;
}

.newsletter-form input {
 padding: 12px 18px;
 border: 1px solid #ccc;
 border-radius: 30px;
 flex: 1 1 250px;
 min-width: 200px;
 outline: none;
}

.newsletter-form button {
 background-color: var(--secondary-color);
 border: none;
 color: var(--button-background-color);
 padding: 12px 24px;
 border-radius: 30px;
 cursor: pointer;
 font-weight: bold;
 transition: background-color 0.3s ease;
}

.newsletter-form button span {
 margin-left: 8px;
 display: inline-block;
 transform: translateY(1px);
}

.newsletter-form button:hover {
 background-color: #e0556a;
}

/* Responsive */
@media (max-width: 576px) {
 .newsletter-content {
   padding: 30px 20px;
 }

 .newsletter-form input,
 .newsletter-form button {
   width: 100%;
   border-radius: 20px;
 }
 .newsletter-content h2 {
   font-size: 20px!important;
   margin-bottom: 10px;
   color: #333;
 }
 
 .newsletter-content p {
   font-size: 15px!important;
   margin-bottom: 25px;
   color: #555;
   letter-spacing: 1px;
 }
 
}

/* === Footer Section === */
.footer {
 background-color: #d8b68a;
 color: #000;
 padding: 3rem 0;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
}

.footer h6 {
 font-family: "Bodoni Moda", serif;
 font-weight: 600;
 font-size: 20px;
 margin-bottom: 1rem;
}

.footer ul {
 list-style: none;
 padding-left: 0;
 margin: 0;
}

.footer ul li {
 font-family: "Jost", sans-serif;
 font-size: 16px;
 margin-bottom: 20px;
 display: flex;
 align-items: center;
 gap: 8px;
 transition: transform 0.3s ease, color 0.3s ease; 
}
.footer ul li:hover a {
 transform: translateX(10px); 
 color: #ffffff; 
 font-weight: bold;
}
.footer ul li .icon {
  color: #380000 !important;
  font-size: 14px !important;
  margin-right: 0px!important;
  width: 16px !important;
  transition: transform 0.3s ease !important;
  border: none;
  background: none;
  
}

.footer ul li:hover .icon {
 transform: translateX(5px); 
 color: #552403 !important;
}
.footer ul li a {
 text-decoration: none;
 color: #000;
}

.footer .logo {
 margin-bottom: 1rem;
}

.footer p {
 font-size: 0.9rem;
 max-width: 300px;
}
.social-icons{
  display: flex;
  gap: 10px;
  align-items: center;
   justify-content: start;
   padding: 15px 0;
 
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #552403;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;

}

.social-icons a::before {
  content: ''; /* <-- this is required */
  width: 35px;
  height: 35px;
  background-color: #552403;
  position: absolute;
  top: -1;
  left: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s;
  border: 1px solid #552403;
}



.social-icons a:hover::before{
  transform: scale(1);
}


.social-icons a i {
  font-size: 15px;
  text-decoration:none;
  color: #552403;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.social-icons a:hover i{
  color: #fff;
}

@media (max-width: 768px) {
 .footer {
   text-align: center;
 }

 .footer ul li {
   justify-content: center;
   align-items: center;
 }

 .social-icons {
  justify-content: center;
 }
 
}

.mobile-submenu {
 display: none;
}

.mega-menu {
 /* opacity: 0;
 visibility: hidden; */
 z-index: 9999;  
 position: absolute;
   top: 100px;
 left: 0;
 width: 100vw; 
 background-color:var(--button-background-color);
 color: white;
 padding: 1rem;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 transition: all 0.15s linear;
 display: flex;
 justify-content: space-between;

 text-align: left !important;
}
.mega-menu-ul{
 margin-top: 40px;
}

.mega-menu h3 {
 font-family: "Bodoni Moda", serif;
 font-size: 1.1rem;
}

.nav-item:hover .mega-menu {
 opacity: 1;
 visibility: visible;
}


.mega-menu ul {
 list-style-type: none;
 padding: 0;
 margin: 0;

}

.mega-menu li {
 margin: 10px 0;

}

.mega-menu a {
 color: white;
 text-decoration: none;
 padding: 0.5rem 0;
 display: block;
}

.mega-menu a:hover {
 background-color: var(--top-bar-color);
 color: black;
}

.custom-nav {
 background-color: #fff;
 border-bottom: 2px solid #ddd;
}

.custom-nav-list {
 list-style: none;
 margin: 0;
 padding: 0;
 display: flex;
 justify-content: center;
}



.nav-item {
 position: relative;
}

.mega-menu img {
 width: 100%;
 max-height: 200px;
 object-fit: cover;
 margin-bottom: 10px;
}

.mega-menu h3 {
 color: white;
 margin-bottom: 10px;
}

/* sidebar cart css */
.cart-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.4);
 opacity: 0;
 visibility: hidden;
 transition: all 0.3s ease;
 z-index: 999;
}
.cart-sidebar {
 position: fixed;
 top: 0;
 right: -100%;
 width: 350px;
 max-width: 100%;
 height: 100vh;
 background: #fff;
 box-shadow: -2px 0 6px rgba(0,0,0,0.2);
 z-index: 1000;
 transition: right 0.3s ease;
 display: flex;
 flex-direction: column;
 overflow: hidden; 
}
.cart-sidebar.active {
 right: 0;
}

.cart-overlay.active {
 opacity: 1;
 visibility: visible;
}

.cart-header {
 /* margin-top: 120px; */
 padding: 20px;
 background: #51200d;
 color: #fff;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.cart-content {
 flex: 1;
 overflow-y: auto;
 padding: 20px;
}

.cart-item {
 display: flex;
 align-items: center;
 margin-bottom: 15px;
}

.cart-item img {
 width: 60px;
 height: 60px;
 object-fit: cover;
 margin-right: 15px;
}

.item-info h6 {
 margin: 0;
 font-size: 16px;
}

.remove-item {
 margin-left: auto;
 cursor: pointer;
 color: red;
}

.cart-footer {
 padding: 20px;
 border-top: 1px solid #eee;
}

.checkout-btn {
 display: inline-block;
 width: 100%;
 background: #51200d;
 color: white;
 padding: 12px;
 text-align: center;
 border-radius: 4px;
 text-decoration: none;
}

.close-cart {
 background: none;
 border: none;
 font-size: 24px;
 cursor: pointer;
}
.remove-item i {
 color: #ff4d4d;
 font-size: 18px;
 cursor: pointer;
 transition: transform 0.2s;
}

.remove-item i:hover {
 transform: scale(1.2);
}


/* Responsive */
@media (max-width: 576px) {
 .cart-sidebar {
   width: 100%;
 }
}

/* === Responsive=== */
@media screen and (max-width: 1500px) {
 .hero-slide {
height: 650px;
 }
}

@media screen and (max-width: 1400px) {
 
}

@media screen and (max-width: 1300px){

}

@media screen and (max-width: 991px) {
 .hero-content {
  top: 300px;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .return-policy-container h3 {
   font-size: 16px;
 }
 .image-scroll{
   width: 20px !important;
   height: 20px !important;
 }
 
.return-policy-container{
  width: 100%;
}

}
@media (min-width: 991px) {
     .hero-slide {
       height: 550px;
     }
  
 .custom-nav-list {
   flex-direction: row;
   justify-content: center;
 }

 .logo-wrapper {
   position: static;
   transform: none;
   margin-right: auto;
 }

 .custom-navbar {
   padding-left: 2rem;
   padding-right: 2rem;
 }

 .custom-nav {
   display: block !important;
 }

 .custom-toggler {
   display: none;
 }
 .mega-menu {
   flex-direction: column; 
   display: none;
 }
 .mega-menu ul {
   width: 100%;
 }

 .mobile-submenu.show {
   display: block;
 }
 .return-policy-container h3 {
   font-size: 16px;
 }
 .image-scroll{
   width: 20px !important;
   height: 20px !important;
 }

}


@media screen and (max-width: 768px) {

 .hero-content h1 {
   font-size: 25px;
 }
 .hero-content {
   padding: 20px 20px;
   top: 200px;
   left: 20px;
}
 .hero-content p {
   font-size: 16px;
 }
 /* .newsletter-image {
   margin-top: 2rem;
   text-align: center;
   
 } */
 .hero-slide {
   height: 400px!important;
     }

 /* .newsletter-form {
   flex-direction: column;
   align-items: flex-start;
 } */

 .product{
   height: 620px;
   overflow-y: hidden;
 }

 /* .newsletter-form .btn-subscribe {
   margin-left: 0;
   margin-top: 0.5rem;
 } */
 
 .product-image {
   height: 180px;
 }

 .newsletter-content h2 {
   font-size: 20px!important;
   margin-bottom: 10px;
   color: #333;
 }
 
 .newsletter-content p {
   font-size: 15px!important;
   margin-bottom: 25px;
   color: #555;
   letter-spacing: 1px;
 }
 
.promo-grid {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 gap: 20px;
 margin-top: 20px!important;

}
}
 

@media (max-width: 576px) and (min-width: 415px){
 .return-policy-container{
   display: block !important;
 }
}
@media screen and (max-width: 512px) {
 .hero-slide {
   height: 300px;
     }
   .hero-content{
     margin-top: 100px !important;
     height: 130px !important;
   }  
   .hero-content h1 {
     font-size: 18px;
   }
   .hero-content p {
     font-size: 14px;
   }
  
   
}
