html {
  scroll-behavior: smooth;
}

body, label, h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: #f1c396 !important;
}

.product-scroll.no-scroll {
  overflow-x: hidden;
}
.product-image-wrapper {
  position: relative;
  overflow: hidden;
}

.product-info{
  padding: 7px;
}

.product-image-wrapper img {
  width: 100%;
  transition: opacity 0.4s ease-in-out;
  display: block;
}

.product-image-wrapper .second-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.product-image-wrapper:hover .second-img {
  opacity: 1;
}

.product-image-wrapper:hover .first-img {
  opacity: 0;
}
.custprodcard {
    width: 322px;
    max-height: 445px;
}

.prodimgcust{
  width: 322px;
  height: 331px;
}

.product-card:hover .first-img {
  opacity: 0;
}

.product-card:hover .second-img {
  opacity: 1;
}

.custtitle{
    font-weight: 700;
    color: #f1c396 !important;
}

.top-banner {
  background-color: #f1c396;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.4rem 0;
  letter-spacing: 0.05em;
  color: #5b4b46;
}
.gradient-text nav li a {
  background: linear-gradient(135deg, #eec094, #b58c67, #eec094);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
}

.logocust2 {
    width: 70%;
}

.gradient-text {
  /* background: linear-gradient(135deg, #eec094, #b58c67, #eec094) !important; */
  background:  #eec094 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important; /* for Firefox */
  color: transparent;
}

.btncust2{
   background: linear-gradient(135deg, #99837d, #4a3a37);
}





.gradient-text-bg {
  display: inline-block; /* required so the gradient can be clipped to the text */
  background: #f1c396;
  -webkit-background-clip: text; /* Chrome/Safari */
  background-clip: text;         /* modern browsers */
  -webkit-text-fill-color: transparent; /* makes the text show the background gradient in WebKit */
  /* Fallback color for older browsers (or Firefox where text-fill isn't supported) */
  color: #b58c67;
}

.logocust{
    width: 100%;
    height: 40px;
}

.shopcust{
  margin-top: 5px !important;
}
.dropcust{
  margin-top: 12px !important;
}

.dropcust2{
    padding: 11px !important;
}

.navbar-custom {
  /* background: linear-gradient(135deg, #8e7b75, #5b4b46); */
   background: linear-gradient(135deg, #99837d, #4a3a37);
   padding-bottom: 0 !important;
  /* background-color: #8e7b75; */
  /* padding: 0.75rem 1rem; */
}

.navbar-brand {
  /* color: #f1c396 !important; */
  color: linear-gradient(135deg, #b3835d, #e8be8e) !important;

  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 1.5rem;
}


/* Navbar links */
.navbar-nav .nav-link,
.navbar-nav .dropdown-toggle {
  color: #f1c396 !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0.5rem;
  position: relative; /* for underline */
}
.dropdown-toggle1 {
  color: #f1c396 !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0rem;
  position: relative; /* for underline */
}

.dropdown-toggle1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #f1c396;
  transition: width 0.3s ease-in-out;
}

/* #f1c396 underline effect */
.navbar-nav .nav-link::after,
.navbar-nav .dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #f1c396;
  transition: width 0.3s ease-in-out;
}

/* Hover + Active (dropdown open) shows #f1c396 underline */
.navbar-nav .nav-link:hover::after,
.navbar-nav .dropdown-toggle:hover::after,
.navbar .dropdown.show > .dropdown-toggle::after {
  width: 100%;
}

/* Remove only Bootstrap’s caret from dropdown (don’t kill underline) */
.navbar .dropdown-toggle::after {
  border: none !important;
  margin: 0 !important;
}



/* Dropdown menu default */
.navbar .dropdown-menu {
  /* background-color: #8e7b75; */
  background: linear-gradient(135deg, #99837d, #4a3a37);
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 180px;
  display: none;               /* hidden by default */
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

/* When Bootstrap or JS toggles .show */
.navbar .dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.navbar .dropdown-menu2 {
  /* background-color: #8e7b75; */
  background: linear-gradient(135deg, #99837d, #4a3a37);
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 180px;
  display: none;               /* hidden by default */
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

/* When Bootstrap or JS toggles .show */
.navbar .dropdown-menu2.show1 {
  display: block;
  opacity: 4;
  transform: translateY(0);
}
/* Desktop hover */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 4;
    transform: translateY(0);
  }
}

.dropcust4{
  margin-left: 0 !important;
}

/* Bootstrap toggles .show → visible */
/* .navbar .dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
} */
/* Position the second-level menu to the right */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%; /* open to the right */
  margin-top: -1px;
}
/* Desktop hover effect */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

    .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 3;
  }
}

.product-card {
    cursor: pointer;
    transition: box-shadow .2s ease;
}

.product-title {
    font-size: 0.9rem;
    font-weight: 500;
    flex: 1;
    margin-right: .5rem;
}
.price {
    font-weight: bold;
    white-space: nowrap;
}
.color-swatches {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.color-swatch {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #ddd;
}


@media (min-width: 200px) and (max-width: 990px) {

.product-card1 {
  width:170px !important;
}

    .product-scroll.no-scroll {
    overflow-x: auto !important;
  }
    .custimg {
        /* height: 230px !important; */
        height: 175px !important;
    }

    .icon-links a {
    margin-left: 1rem !important;
    }

    .navbar-custom {
      padding-bottom: 17px !important;
    }

    .before-after-label {
        font-size: 0.5rem !important;
         left: 33% !important;
    }

}



/* Dropdown items */
.navbar .dropdown-menu .dropdown-item {
  color: #f1c396;
  font-weight: 500;
  padding: 0.5rem 1rem;
  letter-spacing: 0.05em;
}

/* Hover effect for dropdown items */
.navbar .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, #eec094, #b58c67, #eec094) !important;
  color: #5b4b46; /* contrast text when hovered */
}

.color-swatch {
    border: 1px solid transparent; /* default no border */
    border-radius: 50%; /* optional, makes it circular */
    margin-right: 5px; /* spacing between swatches */
    transition: border 0.2s ease; /* smooth hover effect */
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.pdetail{
  font-size: 2rem;
}

.proddetailscust{
  font-size: 1rem;  
}

.color-swatch:hover {
    border: 1px solid black; /* black border on hover */
}


/* Position sub-menus */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  /* optional styling */
  border-radius: 0rem;
}

/* Remove underline + color change on hover for subgroups */
.dropdown-menu .dropdown-item {
  text-decoration: none !important;
  color: inherit; /* keep current text color */
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #f8f9fa; /* light bg, no underline */
  color: inherit;
}

/* On large screens: open nested menus on hover automatically */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.icon-links a {
  color: #f1c396;
  margin-left: 2rem;
  font-size: 1.1rem;
}

.navbar-toggler {
  border: none;
  color: #f1c396;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* Center logo only on mobile */
@media (max-width: 991.98px) {
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1%;
  }

    .navbar .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    opacity: 1;
  }

}



.icon-btn {
  position: relative;
  font-size: 1.4rem;
  color: #f1c396;
  margin-left: 15px;
  text-decoration: none;
}
.icon-btn:hover {
  color: #ccc;
}
.icon-btn .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  font-size: 0.7rem;
  border-radius: 8px;
  padding: 0.25em 0.5em;
}


 .product-slider {
      position: relative;
      overflow: hidden;
    }
    .product-container {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none; /* Firefox */
    }
    .product-container::-webkit-scrollbar {
      display: none; /* Chrome */
    }


.product-card:hover {
  transform: scale(1.00);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  z-index: 2;
}

.product-card img {
  transition: transform 0.4s ease;
}
.product-card:hover img {
  transform: scale(1.00);
}
    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.6);
      color: white;
      border: none;
      font-size: 2rem;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 10;
    }
    .scroll-btn.left {
      left: 10px;
    }
    .scroll-btn.right {
      right: 10px;
    }

    .custimg{
        /* height: 590px; */
        height: 673px;
    }

    @media (max-width: 767px) {
		.carousel-inner .carousel-item > div {
			display: none;
		}
		.carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.carousel-inner .carousel-item.active,
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		.carousel-inner .carousel-item-end.active,
		.carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.carousel-inner .carousel-item-start.active, 
		.carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.carousel-inner .carousel-item-end,
	.carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}

/* Horizontally scrollable container with always visible scrollbar */
.product-scroll {
  display: flex;
  overflow-x: scroll; /* always show scrollbar */
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 1rem;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #f1c396 #f0f0f0; /* thumb & track */
}


.product-scroll::-webkit-scrollbar-button {
  display: none; /* Chrome, Safari, Edge */
}

.product-scroll {
  display: flex;
  overflow-x: scroll; /* always show scrollbar */
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 1rem;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #f1c396 #f0f0f0; /* thumb & track */
}

/* Chrome/Safari scrollbar */
.product-scroll::-webkit-scrollbar {
  height: 8px; /* scrollbar height */
}
.product-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px; /* rounded track */
}
.product-scroll::-webkit-scrollbar-thumb {
  background: #f1c396;
  border-radius: 10px; /* rounded thumb */
  border: 2px solid #f0f0f0; /* adds space around thumb */
}



.price {
  color: #b88a5a; /* goldish tone for luxury */
  font-weight: bold;
  margin-left: 8px;
}

.product-card {
  flex: 0 0 auto;
  /* width: 310px; */
  width: 290px;
  margin-right: 1rem;
  border: 1px solid #eee;
  /* border-radius: 8px; */
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card-img, .card-img-top {
    border-radius: 0;
}

.product-card:hover .card img {
    position: relative;
    transform: scale(1.00);
}

.card img{
    transition: transform 0.5s ease;
}

.product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}



.color-options {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #ccc;
  object-fit: cover;
  cursor: pointer;
}


.color-swatch.more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}


/* make dragging look better */
.product-scroll.dragging {
  cursor: grabbing;
}


.card {
    border-radius: 0;
}

    .before-after-card {
      /* border-radius: 12px; */
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
        position: relative;
  text-align: center;
    }
    .before-after-card:hover {
      transform: translateY(-5px);
    }
    .before-after-label {
      position: absolute;
      bottom: 3px;
      left: 42%;
      background: rgba(0,0,0,0.7);
      color: #fff;
      padding: 5px 12px;
      border-radius: 6px;
      font-size: 0.85rem;
      font-weight: 600;

        display: block;       /* make it block above image */

    }


    .custimg1{
        height: auto;
    }


    .reel {
  width: 240px;
  height: 420px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto; /* Important for scroll */
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.reel video,
.reel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Scrollable container */
.reels-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding: 1rem 0;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: #f1c396 #f0f0f0;
}

.reels-scroll::-webkit-scrollbar {
  height: 6px;
}
.reels-scroll::-webkit-scrollbar-thumb {
  background: #f1c396;
  border-radius: 10px;
}

.reels-scroll.dragging {
  cursor: grabbing;
}

/* Arrows */
/* .carousel-control-prev,
.carousel-control-next {
  width: 5%;
} */

.btn-cart {
  /* background: linear-gradient(135deg, #eab676, #7a6252);  */
  background-color: #8e7b75;
   color:#f1c396;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

.btn-cart:hover {
  background-color: #7a6252;
  /* transform: translateY(-3px) ; */
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  color: #f1c396;
}


.btn-contactus {
  /* background: linear-gradient(135deg, #eab676, #7a6252);  */
  background-color: #8e7b75;
   color:#f1c396;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

.btn-contactus:hover {
  background-color: #f1c396;
  /* transform: translateY(-3px) ; */
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  color:#7a6252;
}

/* .btn-cart:active {
  transform: scale(0.95);
} */


.custbgf{
      background: linear-gradient(135deg, #99837d, #4a3a37);
    /* background-color: #8e7b75; */
}

 .social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 26px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin: 0 5px;
  }

  .instagram {
    color: #f1c396;
    border: 2px solid #f1c396;
  }

  .instagram:hover {
    background: #f1c396;
    color: #fff;
    transform: scale(1.1);
  }

  .custfdesc{
    color: #f1c396 !important;
  }

  .poweredby{
    color: #f1c396;
    list-style: none;
  }

  .custc{
     border-color: #f1c396 !important;
  }

  /* Floating WhatsApp icon */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #eec094, #b58c67, #eec094); /* updated gradient */
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}


/* Fullscreen overlay menu */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.95);
  overflow-x: hidden;
  transition: 0.4s;
}

.overlay-content {
  list-style: none;
  padding: 80px 20px;
  text-align: center;
}

.overlay-content li {
  margin: 20px 0;
}

.overlay-content a {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.overlay-content a:hover {
  color: #f39c12;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
/* Mobile slide-in panel */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 0;                 /* fallback */
  max-width: 420px;
  z-index: 2050;
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(.2,.9,.2,1), width 320ms;
  background: linear-gradient(135deg, #99837d, #4a3a37);
  /* color: #f3d0b0; */
  box-shadow: -20px 0 40px rgba(0,0,0,0.45);
  overflow-y: auto;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

/* Show the panel */
.mobile-menu.open {
  transform: translateX(0);
  width: 85%;
  max-width: 420px;
}

/* hide on desktop */
@media (min-width: 992px) {
  .mobile-menu { display: none !important; }
  #menuToggle { display: none !important; }
}

/* inner padding and spacing */
.mobile-menu-inner {
  padding: 22px;
  padding-top: 36px;
  min-height: 100vh;
}

/* close button */
.mobile-menu-close {
  position: absolute;
  top: 10px;
  left: 14px;
  font-size: 34px;
  line-height: 1;
  background: none;
  border: none;
  color: #99837d;
  cursor: pointer;
}

/* menu list */
.mobile-menu-list {
  list-style: none;
  padding: 34px 8px;
  margin: 0;
}

.mobile-menu-list li {
  margin-bottom: 14px;
}

.mobile-link,
.has-sub .submenu-toggle {
  font-size: 20px;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}

/* Ensure gradient applies */
.mobile-link.gradient-text,
.submenu-toggle.gradient-text,
.submenu a.gradient-text {
  display: inline-block; /* required for background-clip */
}


/* submenu toggle */
.has-sub .submenu-toggle{
  width:100%;
  text-align: left;
  padding: 0;
  background: none;
  border: none;
  font-size: 20px;
  /* color: #f7e0c7; */
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

/* caret rotates when open */
.has-sub.open .submenu-caret {
  transform: rotate(90deg);
  transition: transform 220ms;
}

/* submenu - animated height */
.submenu {
  overflow: hidden;
  max-height: 0; /* collapsed by default */
  transition: max-height 300ms ease;
  padding-left: 12px;
}
.has-sub.open .submenu {
  max-height: 1000px; /* large enough to reveal all items */
}
.group-title {
  font-weight: 600;
  display: block;
  margin-top: 8px;
}
.submenu li {
  margin: 0;
  padding: 6px 0;
  font-size: 18px;
  list-style: none;
}
.sub-submenu{
  padding-left: 1rem !important;
}
/* small visual touches */
.mobile-menu a:hover,
.submenu a:hover,
.submenu-toggle:hover {
  opacity: 0.9;
  text-decoration: none;
}


.color-swatches {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.swatch {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swatch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swatch.active {
  border: 2px solid #000; /* black border like your screenshot */
}


.cartcust{
  min-height: 247px;
}


/* .colorscust1{
  width: 60px;
  height: 60px;
} */

.colorscust1 {
    cursor: pointer;
    border: 2px solid transparent;
    /* border-radius: 8px; */
    transition: all 0.3s ease;
      width: 60px;
  height: 60px;
}

.colorscust1:hover {
    transform: scale(1.05);
    border-color: #f1c396; /* or your brand color */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}