* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #ce0a20;
  --secondary-color: #7e0f0d;
  --gold-color: #ffe54f;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.announcement_marquee {
  background: #f89e27;
}

.marquee_track ul {
  justify-content: space-between;
}

   

.courgette-regular {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
}

:root {
  --marquee-speed: 15s; /* lower = faster */
  --gap: 3rem;
  --bg: #f89e27;
  --text: #222;
  --accent: #60a5fa;
}

/* Outer Container */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--bg);
  color: var(--text);
  padding: 2px 0;
}

/* Track (scrolling row) */
.marquee__track {
  display: flex;
  gap: var(--gap);
  white-space: nowrap;
  align-items: center;
  will-change: transform;
  animation: marquee-move var(--marquee-speed) linear infinite;
}

/* Item */
.marquee__item {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}

.marquee__item .accent {
  color: var(--accent);
  font-weight: 700;
}

/* Animation */
@keyframes marquee-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



/* top_header_contact */
.top_header_contact_start {
  /* background: var(--primary-color); */
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding: 2px;
}

.top_header_contact {
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  justify-content: space-between;
}

.top_header_text ul li {
  margin-left: 20px;
}

.top_header_text,
.top_header_text a {
  color: var(--secondary-color);
}

.text_left {
  margin-left: 5px;
  justify-content: space-between;
}

.top_header_socail {
  margin-right: 50px;
}

.top_header_socail a {
  color: var(--secondary-color);
  margin-left: 20px;
}
/* secend_menu_bar */

.secend_menu_bar{ 
  width: 280px;
  position: fixed;
  background: #fff;
  top: 0;
  bottom: 0;
  left: -350px;
  z-index: 100;
  padding: 5px;
  overflow: hidden;
  transition: 0.4s;
}
.secend_menu_bar_add{
  left: 0;
}
.secend_menu_icon{
  position: absolute;
  top: 20px;
  right: 20px;
}

 .sidebar {
      width: 100%;
      background: #fff;
      padding: 10px 0;
      position: relative;
    }
    .second_logo{
       object-fit: cover;
      border-radius: 9%;
      border: 2px solid #ffe54f !important;
    }

    .sidebar img {
      display: block;
      margin: 0 auto 15px;
      width: 100px;
      border: 1px;
      
    }
    .sesend_menu_ul li a{
      padding: 18px;
      text-transform: uppercase; 
      transition: color 0.3s ease;
    }

    .sesend_menu_ul li a:hover {
      color: #ff4500; /* hover color (gold example) */
    }

    .sesend_menu_ul li a:active,
    .sesend_menu_ul li a.active {
      color: #ff4500; /* active color (orange-red example) */
    }

    .accordion-button {
      padding: 20px 15px;
      font-size: 16px;
      color: #000;
      background-color: #fff;
      box-shadow: none;
      position: relative;
      text-transform: uppercase;
    }
    .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
 .nav-link:hover {
    color: #000;
}

    .accordion-button::after {
      content: '+';
      font-weight: bold;
      font-size: 18px;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      background-image: none !important;
    }

    .accordion-button:not(.collapsed)::after {
      content: '−'; /* Unicode minus sign */
    }

    .accordion-button:not(.collapsed) {
      background-color: #f8f9fa;
      color: #000;
    }

    .accordion-item {
      border: none;
      border-bottom: 1px solid #eee;
    }

    .nav-link {
      display: block;
      color: #333;
      text-decoration: none;
      border-bottom: 1px solid #eee;
    }
    .link{
      width: 100%;
      padding: 15px;
    }
    .link img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .product_thumb_img{
      width: 100%;
      height: 150px;
      padding: 5px;
    }
    .product_thumb_img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }
    .product_thumb_text {
      display: flex;
      justify-content: center;
    }
    .product_thumb_text h4 a{
      text-transform: uppercase;
      color: var(--primary-color);
      font-size: 14px;
      padding-bottom: 10px;
    }
    .gold h3{
      text-align: center;
      text-transform: uppercase;
      color: var(--primary-color);
      padding: 10px 0;
    }
    .jewellery_mega_product h3{
      text-align: center;
      color: var(--primary-color);
      font-size: 20px;
      padding-bottom: 15px;
    }
    .jewellery_mega_img img{
      width: 100%;
      height: 100%;
      filter: grayscale(100%);
      transition: 0.6s;
    }
    .jewellery_mega_img img:hover{
      filter: grayscale(0);
    }
    .jewellery_mega_product_img{
      width: 120px;
      height: 120px;
    }
    .jewellery_mega_product_name a{
      color: var(--primary-color) !important;
    }
    .jewellery_mega_product_img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      padding: 5px;
      border-radius: 10px;
    }
    
    
/* scroll_top */
.scroll_top {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  z-index: 999;
  right: 15px;
  bottom: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* nav_bar_start */
nav {
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: var(--secondary-color);
  padding: 15px 0;
}

nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wrapper .logo img {
  width: 93px;
  height: 94px;
  object-fit: cover;
  border-radius: 9%;
  border: 2px solid #ffe54f;
  transition: transform 0.3s ease;
}

.logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0px 14px;
  border-radius: 5px;
  text-transform: uppercase;
}

.menu_link a {
  color: #fff;
  transition: color 0.3s ease;
}

.menu_link a:hover {
  color: #ffd700; /* hover color (gold example) */
}

.menu_link a:active,
.menu_link a.active {
  color: #ffd700; /* active color (orange-red example) */
}

.menu_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-links .mobile-item {
  display: none;
}

.search_menu input {
  padding: 8px 12px;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  border: 2px solid #ffff;
  outline: none;
  width: 180px;

}

.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 92px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  opacity: 1;
  visibility: visible;
}

.drop-menu,
.mega-box {
  transition: 0.5s ease-in-out;

}
.mega-box .content{
    overflow: scroll;
  height: 500px;
}
.navbar_icon {
  display: flex;
  gap: 20px;
}

.navbar_icon i {
  font-size: 25px;
  color: #fff;
  position: relative;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.add_count {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f89e27;
  top: -10px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.mega-box {
  position: absolute;
  right: 0;
  width: 92.7%;
  padding: 0 30px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #fff;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  position: relative;
  top: 31px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
product_thumb
.content .row header {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding-left: 20px;
  color: #444;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  transition: 0.1s;
}

.row .mega-links li a:hover {
  padding-left: 30px;
  color: #000;
  transition: 0.5s;
}
.mega_menu_img_left img{
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%);
    transition: 0.6s;
}
.mega_menu_img_left img:hover{
    filter: grayscale(0);
}
.mega_menu_img_right_img{
  width: 100%;
  text-align: center;
  padding: 5px;
}
.mega_menu_img_right_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.mega_menu_img_right_img span{
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 12px;
  padding: 0;
}



.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

.owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}

.owl-prev {
  position: absolute;
  left: 40px;

}

.owl-prev span {
  font-size: 50px;
  color: #fff;
}

.owl-next {
  position: absolute;
  right: 40px;
  font-size: 50px;
}

.owl-next span {
  font-size: 50px;
  color: #fff;
}


nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

.owl-nav button i {
  color: #fff;
  /* Your custom color here */
  font-size: 25px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  ;
}

.ss {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ss::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 100%;
  height: 100%;
  background: linear-gradient(295deg, rgba(77, 63, 63, 0) 0%, rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.05) 60%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: glossy-slide 3s linear infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes glossy-slide {
  0% {
    left: -75%;
  }

  100% {
    left: 100%;
  }
}

/* populer-collection_start */
.populer-collection {
  padding-top: 50px;
  text-align: center;
}

.section_heading h3 {
  text-transform: uppercase;
  text-align: center;
  color: var(--primary-color);
  font-size: 30px;
  display: inline;
}

.heading_class {
  position: relative;
}

.heading_class::before {
  content: '';
  position: absolute;
  height: 35px;
  top: 35px;
  left: 18px;
  right: 18px;
  background-size: 100% 100%;
  background-image: url(../img/heading-bottom.png);
}


.populer_item {
  width: 100%;          /* full width of parent */
  max-width: 200px;     /* optional max size */
  aspect-ratio: 1 / 1;  /* keeps it square */
  border-radius: 12px;  /* rounded corners */
  overflow: hidden;     /* ensure image fits inside border radius */
  flex: 0 0 auto;       /* for horizontal scroll containers */
}

.populer_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* cover the box without stretching */
  display: block;       /* remove bottom space from inline images */
}


.populer_item_content p {
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pop_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* wedding_collection_start */

.wedding_collection_start {
  padding-top: 40px;
  text-align: center;
}

.wedding_collection_banner h3 {
  text-transform: uppercase;
  text-align: center;
}

.wedding_collection_banner img {
  width: 100%;
}

.wedding_shop {
  text-align: center;
}

.wedding_shop h3 {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 30px;
}

.wedding_shop p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.wedding_slider_content {
  padding: 10px 10px 0;
  border: 1px solid var(--primary-color);
  transition: 0.7s;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

.wedding_slider_content .item img {
  object-fit: cover;
  border-radius: 5px;
  border-radius: 12px;
}

.wedding_slider_content:hover {
  box-shadow: 1px 0px 9px 0px #ff00008a;
}

.wedding_slider_content p {
  text-align: center;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px;
  /* border: 1px solid var(--primary-color); */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_banner {
  width: 100%;
}

.primary-btn {
  border: none;
  padding: 10px 50px;
  margin: 15px;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary-color);
  font-weight: 600;
  transition: .3s;
}

.primary-btn:hover {
  color: #fff;
  background-color: var(--secondary-color);
}

.video_banner iframe {
  width: 100%;
}

/* .our_best_sell_content */
.our_best_sell_start {
  text-align: center;
}

.our_best_sell_content {
  overflow: hidden;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
  transition: .5s;
}

.our_best_sell_content:hover {
  box-shadow: 0 4px 19px rgba(33, 33, 33, .15);
  border: 1px solid rgba(33, 33, 33, .15);
}

/* .our_best_sell_header h3 {
  text-align: center;
  padding: 40px 0;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 30px;
} */

.our_best_sell_content_img {
  width: 100%;
  height: 220px;
  position: relative;
}

.our_best_sell_content_img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.our_best_sell_content_text {
  text-align: center;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.our_best_sell_content_text h3 {
  font-size: 13px;
  padding: 10px 0;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our_best_sell_content_text a {
  color: #000;
  padding: 15px 30px;
}

/* .our_best_sell_content_text button{
  border: none;
  padding: 10px 50px;
  margin: 15px;
  text-transform: uppercase;
  color: #fff;
  background:var(--primary-color);
  font-weight: 600;
}
.our_best_sell_content_text button:hover{
  color: #000;
} */

.best_sell_set {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}

.best_sell_set .btn {
  display: inline-block;
  font-weight: 400;
  border: 0;
  background-color: #ffffff;
  position: relative;
  font-size: 18px;
  padding: 0;
  margin: 3px;
  line-height: 36px;
  width: 100%;
  height: 38px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our_best_sell_content:hover .best_sell_set {
  bottom: 10px;
  opacity: 1;
}
    /* <!-- our_video_section_start  */
   /* .new_video .container2 {
      margin: 0 auto;
      width: 350px;
      height: 560px;
      position: relative;
      perspective: 1000px;
    }

   .new_video .carousel2 {
      height: 100%;
      width: 100%;
      position: absolute;
      transform-style: preserve-3d;
      transition: transform 1s ease-in-out;
      will-change: transform;
    }

     .new_video .carousel2 div {
      transform-style: preserve-3d;
    }

    .new_video .item2 {
      display: block;
      position: absolute;
      background: #000;
      width: 250px;
      height: 400px;
      border-radius: 10px;
      margin-top: 50px;
      overflow: hidden;
      transition: transform 1s ease-in-out;
    }

     .new_video .item2 video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      display: block;
    }

    .a {
      transform: rotateY(0deg) translateZ(250px) rotateY(0deg);
    }

    .b {
      transform: rotateY(60deg) translateZ(250px) rotateY(-60deg);
    }

    .c {
      transform: rotateY(120deg) translateZ(250px) rotateY(-120deg);
    }

    .d {
      transform: rotateY(180deg) translateZ(250px) rotateY(-180deg);
    }

    .e {
      transform: rotateY(240deg) translateZ(250px) rotateY(-240deg);
    }

    .f {
      transform: rotateY(300deg) translateZ(250px) rotateY(-300deg);
    }

    .new_video .next,
    .new_video .prev {
      color: #fff;
      position: absolute;
      top: 150px;
      padding: 1em 2em;
      cursor: pointer;
      background: var(--primary-color);
      border-radius: 15px; */
      /* border-top: 1px solid #FFF;
      z-index: 10;
    }


 .new_video .next:active,
    .new_video  .prev:active {
      box-shadow: 0 1px 0 #999;
    }

   .new_video .next {
      right: 5em;
    }

   .new_video .prev {
      left: 5em;
    }

    .new_video {
      position: relative;
    } */


    .new_video {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.container2 {
  position: relative;
  width: 300px;
  height: 250px;
  perspective: 1000px;
}

.carousel2 {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;
}

.carousel2 > div {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.item2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.left_right_arrow {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.left_right_arrow .next,
.left_right_arrow .prev {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.left_right_arrow .next:hover,
.left_right_arrow .prev:hover {
  background: #d4af37;
  color: #000;
}

/* ✅ 3D position fix for 6 items (no spacing problem) */
.carousel2 .a { transform: rotateY(0deg) translateZ(400px); }
.carousel2 .b { transform: rotateY(60deg) translateZ(400px); }
.carousel2 .c { transform: rotateY(120deg) translateZ(400px); }
.carousel2 .d { transform: rotateY(180deg) translateZ(400px); }
.carousel2 .e { transform: rotateY(240deg) translateZ(400px); }
.carousel2 .f { transform: rotateY(300deg) translateZ(400px); }

    
    /* <!-- our_video_section_end--> */




/* footer_start */

footer {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 60px 20px;
  /* background-image: url('../img/background.png'); */
  /* border-top:1px solid var(--primary-color); */
  background-size: cover;
  overflow: hidden;
}

footer h5 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin: 20px 0;
  color: var(--primary-color);
  color: #fff;
}

footer a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

footer a:hover {
  padding-left: 5px;
  color: #fff;
}

.footer-logo img {
  width: 93px;
  height: 94px;
  border-radius: 9px;
  border: 2px solid var(--gold-color);
  margin-bottom: 15px;
}

.footer_menu li {
  padding: 4px 0;
}

.social-icons a {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.social-icons a:hover {
  color: #fff;
}

.company-name {
  color: var(--secondary-color);
}

.footer-bottom {
  border-top: 1px solid #ccc;
  text-align: center;
  margin-top: 40px;
  padding-top: 15px;
  font-size: 0.9rem;
  color: #555;
}

.copyright-section {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid var(--primary-color);
}

iframe {
  border: none;
  border-radius: 8px;
}

.footer_bottom_link a {
  color: var(--primary-color);
}
 /* end_footer */
  .category-menu {
    background-color: #fff;
      border-bottom: 1px solid #e2d5b9;
      padding: 10px 0;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .category-menu .menu-item {
      display: inline-block;
      text-align: center;
      margin: 0 18px;
      color: #5a4631;
      text-decoration: none;
      font-size: 0.85rem;
      transition: all 0.3s ease;
    }

    .category-menu .menu-item i {
      display: block;
      font-size: 1.6rem;
      color: var(--primary-color);
      margin-bottom: 5px;
      transition: transform 0.3s ease, color 0.3s ease;
    }

    .category-menu .menu-item:hover i {
      transform: scale(1.2);
      color: var(--primary-color);
    }

    .category-menu .menu-item:hover {
      color: #000;
    }

    @media (max-width: 992px) {
      .category-menu {
        overflow-x: auto;
        white-space: nowrap;
      }
      .category-menu .menu-item {
        display: inline-block;
        margin: 0 12px;
      }
    }

    /* Optional scrollbar styling */
    .category-menu::-webkit-scrollbar {
      height: 6px;
    }
    .category-menu::-webkit-scrollbar-thumb {
      background: #c48f28;
      border-radius: 10px;
    }
/* product_details_start */

.product-slider {
  width: 100%;
}

.gallery-top,
.gallery-thumbs {
  width: 100%;
  border-radius: 5px;
}

.gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.gallery-thumbs {
  margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
  height: 80px;
  opacity: 0.5;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #ff3720;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff3720;
}

/* Right column */
.product-details h1 {
  font-size: 2rem;
}

.product-details h2 {
  font-size: 1.2rem;
}

.product-details p {
  margin-top: 1rem;
}

.product-details .price {
  font-size: 1.8rem;
  color: #ff3720;
  margin: 1rem 0;
}

.price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2b2b2b;
}

.buy-btn {
  background-color: #e14b4b;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 40px;
  /* width: 100%; */
}

.buy-btn:hover {
  background-color: #c53e3e;
  color: #fff
}

.wish-btn {
  border: 1px solid #e14b4b;
  color: #aaa;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 15px;
  /* width: 100%; */
}

.wish-active {
    border: 2px solid red !important;
}
.wish-active span {
    color: red !important;
}

/* .wish-btn:hover {
  background-color: #c53e3e;
  color: #fff
} */

.add-cart {
  border: 1px solid #e1b96b;
  background-color: #fffbe9;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 40px;
}

.tab-btn {
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
}

.tab-btn.active {
  background-color: #e14b4b;
  color: #fff;
}

.delivery-check {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 42px;
  text-align: center;
}

.delivery-check-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 42px;
  font-weight: 500;
}

.tabs-container {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  margin: 20px auto;
}
.tabs-container h6{
  color: var(--primary-color);
  font-size: 20px;
  text-transform: capitalize;
  padding: 10px;
}

.shadow-sm {
  box-shadow: none !important;
}

.tabs_back {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 25px; 
}
.tabs_back ul{
  width: 100%;
   display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-btn {
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.tab-btn.active {
  background-color: #e14b4b !important;
  color: #fff !important;
  border-radius: 20px;
}

.tab-btn:not(.active) {
  background-color: #fff;
  color: #2b2b2b;
  border-radius: 7.5px;
}

.tab-content {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.accordion-button:not(.collapsed) {
  background-color: #fff5f5;
  color: #e14b4b;
  box-shadow: none;
}

.accordion-button {
  font-weight: 500;
  border: none;
}

.accordion-item {
  position: relative;
  overflow: hidden;
  border: none;
  /* border-bottom: 1px solid #ccc; */
}

.accordion-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 13px;
  width: 94%;
  z-index: 99;
  border-bottom: 1px solid #ccc;
}

.accordion-button {
  padding: 20px 15px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  box-shadow: none;
  position: relative;
  text-transform: uppercase;
}

.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.nav-link:hover {
  color: #000;
}

.accordion-button::after {
  content: '+';
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: '−';
  /* Unicode minus sign */
}

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #000;
}


/* product_details end */


.card-shadow {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.price {
  font-size: 1.75rem;
  color: var(--primary-color);
  font-weight: 700;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  margin-left: .6rem;
}

.badge-metal {
  background: linear-gradient(135deg, #fbe7b2, #f8d47f);
  color: #5a3b00;
  font-weight: 600;
}

.rating {
  color: #f6b024;
}

.qty-input {
  width: 110px;
}

.form-select:focus {
  border-color: #444;
  outline: 0;
  box-shadow: none;
}

.product_img {
  overflow: hidden;
}

/* about_start */

/* Hero Section */
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.about-hero-content {
  position: relative;
  z-index: 2;
}

.about-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.about-hero p {
  font-size: 1.2rem;
  margin-top: 10px;
}

/* Story Section with Angled Background */
.about-story {
  position: relative;
  padding: 80px 0 120px;
  background: #fffaf2;
}

.about-story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fef9f0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
}

.about-story img {
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.about-story h2 {
  color: var(--primary-color);
  font-weight: 700;
}

/* Values Section */
.about-values {
  background: #fef9f0;
  padding: 80px 0;
}

.about-value-card {
  background: #fff;
  border-left: 5px solid var(--primary-color);
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.about_header {
  color: var(--primary-color);
}

.about-value-card i {
  font-size: 2.5rem;
  color: #c7a34b;
  margin-bottom: 15px;
}

.about-value-card::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgba(199, 163, 75, 0.05);
  top: -10%;
  left: -10%;
  transform: rotate(-15deg);
  z-index: 0;
}

.about-value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Luxury Materials Section */
.about-luxury {
  padding: 80px 0;
}

.about-luxury-card {
  height: 160px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
}

.about-luxury-card i {
  font-size: 2.5rem;
  color: #c7a34b;
  margin-bottom: 15px;
}

.about-luxury-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* contact_start */
.contact-header {
  background: #f8f4f0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 0;
}

.contact-header .container {
  position: inherit;
  z-index: 11;
}

.contact-header h1 {
  font-weight: 700;
  color: #fff;
}

.contact-header p {
  color: #fff;
}

.contact-info i {
  font-size: 20px;
  color: #b3865f;
  margin-right: 10px;
}

.contact-form .btn {
  background-color: var(--primary-color);
  border: none;
}

.contact-form .btn:hover {
  background-color: #a0744e;
}

.contact-info h3 {
  color: var(--primary-color);
}

.contact-form h3 {
  color: var(--primary-color);
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #444;
  outline: 0;
  box-shadow: none;
}

.contact_location iframe {
  width: 100%;
}

/* Footer */
.about-footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

/* Animations */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

[data-animate].active {
  opacity: 1;
  transform: translateY(0);
}

.our_story {
  font-style: italic;
}

/* * video_slider */ */

.heading_class {
  font-family: 'Roboto Slab', serif;
}

.heading_bottom_img {
  width: 100%;
  text-align: center;
}

.heading_with_design {
  width: 200px;
  margin: auto;
}

.tending_item {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #ce0a20;
  padding: 2px 12px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
}

.reels_slider .item {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 5px;
}

.reels_slider video,
.reels_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* Bottom heading area */
.item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  padding: 15px;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
}

/* View button (hidden by default) */
.view-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #e60000;
  color: #fff;
  border: none;
  padding: 8px 25px;
  border-radius: 4px;
  font-weight: 600;
  display: none;
  transition: all 0.3s ease;
}

.item:hover .item-content {
  opacity: 0;
  visibility: hidden;
}

.item:hover .view-btn {
  display: block;
}

/* Navigation buttons */
.reels_slider .owl-nav button {
  position: absolute;
  top: 45%;
  background: #e60000 !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  font-size: 20px !important;
  transition: 0.3s;
}

.reels_slider {
  position: relative;
}

.reels_slider .owl-nav button:hover {
  color: #e60000 !important;
  border: 1px solid #e60000 !important;
}

.reels_slider .owl-nav {
  top: 45%;
  position: absolute;
  transform: translateY(50%);
}

.reels_slider .owl-nav .owl-prev {
    left: -25px;
  }

  .reels_slider .owl-nav .owl-next {
    right: -25px;
  }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}




.filter-bar {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.filter-bar .dropdown-toggle {
  color: #000;
  font-weight: 600;
}

.product-card {
  border: 1px solid #eee;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
  background-color: #fff;
  overflow: hidden;
}

.product-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.discount-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
}

.wishlist-icon {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #e20045;
  font-size: 20px;
  cursor: pointer;
}

.product-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  padding: 15px;
  margin-top: 40px;
}

.product-info {
  padding: 10px 15px 15px;
  text-align: left;
}

.product-name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.product-name a{
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.price {
  color: #e20045;
  font-weight: 600;
  font-size: 18px;
}

.old-price {
  color: #888;
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 5px;
}

.cart-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 20px;
  color: #e20045;
  cursor: pointer;
}

.sort-filter {
  font-weight: 600;
}
.visitor_count h3{
  padding-top: 50px;
  color: var(--gold-color);
  font-family: 'Courier New', Courier, monospace;
  font-size: 20px;
  text-transform: uppercase;
}
.visitor_count span{
  color: #fff;
}

 /* pulin_sarder_advantage_start */
  /* .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px;
    } */

    /* --- Header Section --- */
    .sencofiveyear_advantages_main_header__MLLTe {
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
      border-radius: 12px;
      margin-bottom: 50px;
    }

    .sencofiveyear_advantages_main_header__MLLTe img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* --- Title --- */
    .brand-title {
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      color: #d33030;
      margin-bottom: 15px;
      text-transform: uppercase;
    }

    .brand-subtitle {
      text-align: center;
      color: #666;
      font-size: 1rem;
      margin-bottom: 40px;
    }

    /* --- Cards --- */
    .sencofiveyear_card_adv_pad__H2ioM {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 15px;
      height: 230px;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .sencofiveyear_card_adv_pad__H2ioM:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.15);
      background-color: #fff8f8;
    }

    /* --- Icon --- */
    .sencofiveyear_icon_adv__B4ALt img {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    /* --- Card Title --- */
    .sencofiveyear_h4__fIgJB {
      font-size: 18px;
      font-weight: 700;
      color: var(--primary-color);
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    /* --- Description --- */
    .sencofiveyear_card_adv_pad__H2ioM p {
      color: #666;
      font-size: 15px;
      margin-top: 10px;
    }
  /* <!-- pulin_sarder_advantage_end --> */

     /* benefits_start_start */
      section.benefits {
      background-color: #fdf7f5;
      padding: 60px 0;
    }

    .benefits h2 {
      font-weight: 600;
      font-size: 28px;
      text-align: center;
      margin-bottom: 40px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: var(--primary-color);
  
    }

    .benefit-item {
      text-align: center;
      flex: 1 1 150px;
      margin: 15px;
      max-width: 160px;
    }

    .benefit-icon svg {
      width: 50px;
      height: 50px;
      stroke: #d43b3b;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
      margin-bottom: 10px;
      transition: all 0.3s ease;
    }

    .benefit-item:hover svg {
      transform: scale(1.1);
      stroke: #b71c1c;
    }

    .benefit-item p {
      font-size: 14px;
      color: #555;
      line-height: 1.3;
      margin: 0;
    }
    /* <!--benefits_start_end  --> */

    /* savings_scheme_start */
     .section-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .scheme-title {
      color: var(--primary-color);
      font-weight: 700;
      font-size: 2rem;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
    }

    .scheme-title::after {
      content: "";
      display: block;
      width: 80px;
      height: 3px;
      background: linear-gradient(90deg, #ce0a20, #7a030d);
      margin: 8px auto 0;
      border-radius: 3px;
    }

    .section-header p {
      color: #777;
      margin-top: 10px;
    }

    /* --- Card Styles --- */
    .scheme-card {
      background: rgba(255, 255, 255, 0.92);
      border-radius: 18px;
      border: 2px solid var(--primary-color);
      box-shadow: 0 8px 20px rgba(206, 10, 32, 0.15);
      transition: all 0.4s ease;
      overflow: hidden;
      backdrop-filter: blur(6px);
    }

    .scheme-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(206, 10, 32, 0.35);
    }

    .scheme-header {
      background: linear-gradient(135deg, #ffe5e8, #ffccd2);
      color: #70000a;
      padding: 15px;
      text-align: center;
      font-weight: 700;
      font-size: 1.2rem;
      border-bottom: 1px solid #f3aab2;
      text-transform: uppercase;
    }

    .scheme-body {
      padding:  15px;
    }

    .scheme-body ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .scheme-body li {
      margin-bottom: 12px;
      font-size: 14px;
      color: #444;
      font-weight: 500;
    }

    .scheme-body li i {
      color: var(--primary-color);
      margin-right: 10px;
    }

    .scheme-footer {
      border-top: 1px solid #f3aab2;
      background: #fff5f6;
      padding: 18px 25px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom-left-radius: 18px;
      border-bottom-right-radius: 18px;
    }

    .price-tag {
      font-weight: 700;
      color: var(--primary-color);
      font-size: 18px;
    }

    .price-tag span {
      font-size: 13px;
      color: #888;
    }

    .btn-apply {
      background: linear-gradient(135deg, #ce0a20, #7a030d);
      color: #fff;
      border: none;
      border-radius: 30px;
      padding: 8px 20px;
      font-weight: 600;
      text-transform: uppercase;
      transition: all 0.3s ease;
      font-size: 15px;
    }

    .btn-apply:hover {
      background: linear-gradient(135deg, #e21831, #ce0a20);
      transform: scale(1.05);
      color: #fff;
    }
    .section-header.row.col-lg-4{
      width: 25%;
    }
    /* savings_scheme_end */

    /* our_exclisive€_start */
    .service-card {
      background: #fff;
      border: none;
      border-radius: 16px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      padding: 25px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
    }
    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }
    .service-icon {
      font-size: 2.5rem;
      background: linear-gradient(135deg, #b8860b, var(--primary-color));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 10px;
    }
    .service-card h6 {
      font-weight: 600;
      color: var(--primary-color);
    }
    .trending_products {
      text-align: center !important;
    }
    .our_exclusive_service_start .heading_class, .heading_class{
      color: var(--primary-color);
      display: inline-block;
    }
    .heading_class::before {
    content: '';
    position: absolute;
    height: 35px;
    top: 35px;
    left: 18px;
    right: 18px;
    background-size: 100% 100%;
    background-image: url(../img/heading-bottom.png);
}
    .service-card p {
      color: #777;
      font-size: 0.9rem;
      margin-bottom: 0;
    }
    /* our_exclisive€_end */








@media(max-width: 1199px) {
  .our_best_sell_content_text button {
    padding: 5px 30px;
    font-size: 16px;
  }
  
.nav-links li {
  font-size: 12px;
  padding: 0px 10px;
}   
.tabs_back {
  width: 100%;
}
.tab-btn {
  border-radius: 50px;
  padding: 10px 7px;
  font-weight: 500;
}

}

@media(max-width: 991px) {
.wrapper .btn {
    display: block;
  }
    .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #731515;
    display: block;
    padding: 50px 10px;
    line-height: 60px;
    overflow-y: auto;
    transition: all 0.3s ease;
  }
   /* Target the sidebar scroll area */
.secend_menu_bar {
  max-height: 100vh; /* Ensure it can scroll if content is too tall */
  overflow-y: auto;
}

/* Webkit browsers (Chrome, Edge, Safari) */
.secend_menu_bar::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.secend_menu_bar::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background */
  border-radius: 4px;
}

/* Firefox */
.secend_menu_bar {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #f1f1f1; /* thumb color | track color */
}

  .navbar_icon {
    display: none;
  }
.at{
  display: none;
}
.top_header_contact{
justify-content: center;
}
  .btn-apply {
    padding: 8px 18px;
    font-size: 10px;
}
.price-tag{
  font-size: 13px;
}
}

@media(max-width: 970px) {
 

  .top_header_contact {
    justify-content: center;

  }

  .nav-links li a {
    color: #fff;
  }

  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #731515;
    display: block;
    padding: 50px 10px;
    line-height: 60px;
    overflow-y: auto;
    transition: all 0.3s ease;
  }



  #menu-btn:checked~.nav-links {
    left: 0%;
    display: none;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: block;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li a {
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  #showDrop:checked~.drop-menu,
  #showMega1:checked~.mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .desktop-item1 {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item1 {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;

  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }



  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }


  .owl-next {
    right: 10px;
  }

  .owl-prev {
    left: 10px;
  }

  .fotter_manu_text {
    padding-top: 10px;
  }


}

@media(max-width: 776px) {
    .product-image img {
    height: 200px;
  }
      .our_best_sell_content_text button {
        padding: 5px 25px;
    }
    /* benefit-item */
      .benefit-item {
        max-width: 45%;
      }
     
}
@media (max-width: 576px) {
  .reels_slider .owl-nav .owl-prev {
    left: 2px;
    margin: 0 !important;
  }

  .reels_slider .owl-nav .owl-next {
    right: 2px;
    margin: 0 !important;

  }
  /* pulin_sarder_ad */
    .sencofiveyear_h4__fIgJB {
        font-size: 16px;
      }

      .sencofiveyear_icon_adv__B4ALt img {
        width: 45px;
        height: 45px;
      }

      .sencofiveyear_card_adv_pad__H2ioM {
        padding: 20px;
      }
        .btn-apply {
    padding: 13px 18px;
    font-size: 15px;
}
   .price-tag{
  font-size: 20px;
}
.tabs-container{
  padding: 5px;
}
.shadow-sm{
  padding: 0;
}

}

/* small screens: stack items but keep them scrolling */
@media (max-width: 520px) {
  :root {
    --gap: 1.5rem;
    --marquee-speed: 5s;
  }

  .marquee__item {
    padding: 8px 12px;
    font-size: 14px;
  }

  .populer_item {
    width: 150px;
    height: 150px;
  }

  .populer-collection {
    padding-top: 20px;
  }

  .populer-collection h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .owl-theme .owl-nav {
    top: 38%;
  }

  .owl-nav button i {
    font-size: 20px;
  }

  .wrapper .logo img {
    width: 70px;
    height: 70px;
  }

  .wedding_collection_banner h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .wedding_shop h3 {
    font-size: 18px;
  }

  .wedding_shop p {
    font-size: 12px;
  }

  .wedding_slider_content p {
    font-size: 14px;
  }

  .best_sell_set .btn {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .product_name {
    font-size: 23px;
  }

  .price {
    font-size: 25px;
  }

  .contact-header {
    padding: 40px 20px;
  }
  .tab-btn:not(.active) {
    font-size: 14px;
}
}
  @media (max-width: 480px) {
      .benefit-item {
        max-width: 100%;
      }
      .new_video .item2 {
      width: 150px;
      height: 300px;
    }
    .tab-btn.active{
      font-size: 14px;
    }
}

@media (max-width: 455px) {
  .our_best_sell_content_text h3 {
    font-size: 13px;
  }

  .our_best_sell_content_text button {
    padding: 5px 20px;
    font-size: 13px;
  }

  .our_best_sell_content_img {
    height: 150px;
  }

  .best_sell_set .btn {
    width: 30px;
    height: 30px;
  }

  .our_best_sell_content:hover .best_sell_set {
    bottom: -5px;
    opacity: 1;
  }

  .product_name {
    font-size: 18px;
  }

  .price {
    font-size: 20px;
  }

  .text_about {
    font-size: 15px;
  }
   .our_best_sell_content_text button {
    padding: 5px 15px;
    font-size: 10px;
  }
    .wrapper .logo img {
    width: 65px;
    height: 65px;
  }
  .add-cart{
    font-size: 14px;
  }
    .tab-btn:not(.active) {
    font-size: 11px;
}
  .tab-btn.active{
    font-size: 12px;
  }

}

@media (max-width: 370px) {
  .our_best_sell_content_text button {
    padding: 5px 10px;
    font-size: 10px;
  }

  .our_best_sell_content_img {
    height: 130px;
  }

  .product_name {
    font-size: 14px;
  }

  .price {
    font-size: 18px;
  }

  .text_about {
    font-size: 14px;
  }

  .list-unstyled li {
    font-size: 15px;
  }

  .add_to {
    font-size: 10px;
    padding: 5px;
  }
  .heading_class{
    font-size: 17px !important;
  }
  .wedding_shop h3{
    font-size: 17px;
  }
    .btn-apply {
    padding: 11px 16px;
    font-size: 13px;
}
   .price-tag{
  font-size: 16px;
}
 .add-cart{
    font-size: 12px;
    padding: 5px;
  }
}


/* --------------------- */
 .slider-area { width: 100%; }

  .slider-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    perspective: 1200px;
    padding: 30px 0;
    transition: filter .3s ease;
  }

  .blurred {
    filter: blur(8px) brightness(0.5);
    pointer-events: none;
    user-select: none;
  }

  .slider {
    position: relative;
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
  }

  .slide {
    position: absolute;
    border-radius: 14px;
    overflow: hidden;
    background:#fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
    transition: transform .6s cubic-bezier(.2,.9,.2,1), opacity .5s ease;
    cursor: pointer;
  }

  .slide video {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    background:#000;
    pointer-events:none;
  }

 /* Fullscreen icon base */
.fullscreen-icon {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  color: #fff;
  background: rgba(0,0,0,0.45);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;         /* prevent clicks when hidden */
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.18s ease, background 0.18s ease;
  z-index: 9;
}

/* Mobile default: show on first slide */
@media (max-width: 767px) {
  .slide:nth-child(1) .fullscreen-icon { opacity: 1; pointer-events: auto; }
  .fullscreen-icon { width: 36px; height: 36px; font-size: 20px; }
}

/* Tablet (>=768 and <= 992): show on 2nd slide */
@media (min-width: 768px) and (max-width: 992px) {
  .slide:nth-child(2) .fullscreen-icon { opacity: 1; pointer-events: auto; }
  .fullscreen-icon { width: 38px; height: 38px; font-size: 22px; }
}

/* Desktop (>=993px): show on 3rd slide */
@media (min-width: 993px) {
  .slide:nth-child(3) .fullscreen-icon { opacity: 1; pointer-events: auto; }
  .fullscreen-icon { width: 40px; height: 40px; font-size: 24px; }
}

/* Hover tweak for devices that support hover */
@media (hover: hover) {
  .slide .fullscreen-icon:hover {
    background: rgba(0,0,0,0.6);
    transform: scale(1.08);
  }
}

/* -- keep the rest of your CSS for .slide transforms, nav-btns, modal etc unchanged -- */


  @media (min-width: 993px) {
    .slide { width: 25%; height: 450px; }
    .slide:nth-child(1) { transform: translateX(-100%) scale(.80) rotateY(30deg); opacity:.38; z-index:1; }
    .slide:nth-child(2) { transform: translateX(-50%)  scale(.92) rotateY(15deg); opacity:.78; z-index:2; }
    .slide:nth-child(3) { transform: translateX(0%)    scale(1.00) rotateY(0deg);  opacity:1;  z-index:4; }
    .slide:nth-child(4) { transform: translateX(50%)   scale(.92) rotateY(-15deg); opacity:.78; z-index:2; }
    .slide:nth-child(5) { transform: translateX(100%)  scale(.80) rotateY(-30deg); opacity:.38; z-index:1; }
    .slide:nth-child(n+6) { opacity:0; transform: translateX(250%); pointer-events:none; z-index:0; }
  }

  @media (max-width: 992px) and (min-width: 601px) {
    .slider-wrapper { max-width:100%; perspective:none; }
    .slide { width: 35%; height:320px; left: 50%; transform: translateX(-50%); }
    .slide:nth-child(1) { transform: translateX(calc(-50% - 60%)) scale(.88) rotateY(18deg); opacity:.6; z-index:1; }
    .slide:nth-child(2) { transform: translateX(-50%) scale(1) rotateY(0deg); opacity:1; z-index:3; }
    .slide:nth-child(3) { transform: translateX(calc(-50% + 60%)) scale(.88) rotateY(-18deg); opacity:.6; z-index:1; }
    .slide:nth-child(n+4) { opacity:0; transform: translateX(-50% + 200%); pointer-events:none; z-index:0; }
    .fullscreen-icon { width: 38px; height: 38px; font-size: 22px; }
  }

  @media (max-width: 600px) {
    .slider-wrapper { max-width:100%; perspective:none; padding:20px 0; }
    .slide { width: 90%; height: 300px; left: 50%; transform: translateX(-50%); }
    .slide:nth-child(1) { transform: translateX(-50%) scale(1) rotateY(0deg); opacity:1; z-index:3; }
    .slide:nth-child(n+2) { opacity:0; transform: translateX(-50% + 200%); pointer-events:none; z-index:0; }
    .fullscreen-icon { width: 36px; height: 36px; font-size: 20px; }
  }

  .nav-btn {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width:46px;
    height:46px;
    border-radius:50%;
    border:0;
    background:#fff;
    color:#ce0a20;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
    font-size:22px;
    cursor:pointer;
    z-index:60;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all .18s ease;
  }
  .nav-btn:hover { background:#ce0a20; color:#fff; transform: translateY(-50%) scale(1.04); }
  .nav-prev { left: 6px; }
  .nav-next { right: 6px; }
  @media (min-width: 993px) {
    .nav-prev { left: calc(50% - 620px); }
    .nav-next { right: calc(50% - 620px); }
    @media (max-width:1200px) { .nav-prev{ left:10px; } .nav-next{ right:10px; } }
  }

  /* Lightbox modal */
  .modal-video {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
  }
  .modal-video video {
    width: 25%;
    max-width: 25%;
    border-radius: 12px;
    height: 90vh;
    object-fit: cover;
  }
  .modal-video .close-btn {
    position: absolute;
    top: 20px; right: 25px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
  }

  .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    font-size: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor: pointer;
    z-index: 99999;
    transition: all 0.2s ease;
  }

  .lightbox-nav:hover {
    background: rgba(255,255,255,0.3);
  }

  .lightbox-prev { left: 5%; }
  .lightbox-next { right: 5%; }

  @media (max-width:768px){
    .modal-video video { width: 90%; max-width: 90%; height: auto; }
    .lightbox-prev, .lightbox-next { font-size: 30px; width:45px; height:45px; }
  }


  /* appoinment-start */
.appointment {
  background-color: var(--dark-bg);
  color: #fff;
  /* position: relative; */
  overflow: hidden;
  padding: 100px 0;
}

.layer {
  background-image: url(../img/daimond1.jpg);
  background-size: cover;
  position: relative;
}

.layer::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
}

.appointment .container {
  position: relative;
  z-index: 2;
}

.appointment_img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.appointment_content {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 15px;
  border-left: 5px solid var(--primary-color);
  color: #fff;
  position: relative;
  margin-left: -80px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.appointment_content h3 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.appointment_content p {
  font-size: 16px;
  color: #000;
}

.appointment_content .buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}

.appointment_content .book {
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  transition: 0.3s;
  border: 2px solid var(--primary-color);
}

.appointment_content .book:hover {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.appointment_content .view {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 30px;
  padding: 10px 22px;
  font-weight: 600;
  transition: 0.3s;
}

.appointment_content .view:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .appointment_content {
    margin-left: 0;
    margin-top: 20px;
  }

  .appointment_img img {
    height: 350px;
  }
}

@media (max-width: 500px) {
  .appointment_content .buttons {
    display: flex;
    flex-direction: column;
  }

  .appointment_content h3 {
    font-size: 23px;
  }
}

@media (max-width: 370px) {
  .appointment_content h3 {
    font-size: 22px;
  }

  .appointment_content {
    padding: 20px;
  }
}

/* appoinment-end */


/* appointment_book_start */
.appointment-form {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
  max-width: 950px;
  margin: 80px auto;
  backdrop-filter: blur(5px);
  position: inherit;
  z-index: 11;

}

.appointment_book {
  padding: 1px 0;
  position: relative;
}

.appointment_remove {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(90deg, #c44a4a, #8b0606);
}

.appointment_remove a {
  color: #fff;
}

.appointment_remove:hover {
  background: linear-gradient(90deg, #f27f6b, #b8500b);
  transform: translateY(-2px);
  color: #000;

}

.appointment_form_heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.appointment-form h3 {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: var(--primary-color);
  margin-bottom: 35px;
  display: inline-block;
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 6px rgba(146, 54, 54, 0.4);
}

.btn-gold {
  background: linear-gradient(90deg, #c44a4a, #8b0606);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background: linear-gradient(90deg, #f27f6b, #b8500b);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline-dark {
  border-radius: 10px;
  font-weight: 500;
}

.book-apo-box {
  width: 100%;
  max-width: 1100px;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  margin: 50px auto 50px auto;
  padding: 50px;
  position: relative;
}

/* appointment_book_end */

/* appointment_view_start */
.view_appointment {
  background-size: cover;
  padding: 80px 0;
}

.book-apo-box {
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  margin: 0px auto 0px auto;
  border-radius: 10px;
  padding: 50px;
  position: relative;
  z-index: 11;
}

.my-close-btn {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(90deg, #c44a4a, #8b0606);
}

.my-close-btn a {
  color: #fff;
}

.my-close-btn:hover {
  background: linear-gradient(90deg, #f27f6b, #b8500b);
  transform: translateY(-2px);
  color: #fff;
}

.back {
  background: linear-gradient(90deg, #c44a4a, #8b0606);
  color: #fff;
}

.back:hover {
  background: linear-gradient(90deg, #f27f6b, #b8500b);
  transform: translateY(-2px);
  color: #fff;
}

/* appointment_view_end */

/* view_savings-start */
.view_savings {
  padding: 20px;
}

.view_savings {
  padding: 70px 0;
}

.view_savings .container {
  position: inherit;
  z-index: 11;
}

.view_savings_content {
  width: 100%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  margin: 20px auto 50px auto;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  z-index: 11;
  transition: 0.3s;
}

.view_savings_content:hover {
      transform: translateY(-3px);
}

.view_savings h4 {
  color: var(--primary-color);
}

.account-list {
  padding: 15px;
  background-color: #ffdbdb69;
  border-radius: 10px;
  color: #646161;
  font-size: 15px;
  font-weight: 600;
}

/* view_savings-end */

/* account-details-start */

.card-box {
  backdrop-filter: blur(12px);
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-3px);
}

.card-box h3,
.card-box h6 {
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
}

.info-title {
  color: var(--primary-color);
  font-weight: 500;
  margin-right: 5px;
}

.info-value {
  color: #333;
}

/* Headings */
.ad-head {
  font-size: 1.1rem;
  border-left: 4px solid #ce0a20;
  border-right: 4px solid #ce0a20;
  padding: 0 8px;
  margin-bottom: 15px;
  color: #8ce0ff;
}

/* EMI Table */
.emi-table th {
  background: rgba(255, 255, 255, 0.08);
  color: #ce0a20;
  font-weight: 500;
}

.emi-table td {
  color: #333;
  border-color: rgba(255, 255, 255, 0.08);
}

/* Next EMI Box */
.emi-next-box {
  background: linear-gradient(145deg, #132430, #1b3646);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.emi-next-box h6 {
  color: #9ec5d3;
}

.emi-next-box h5 span {
  color: #fffbe9;
  font-weight: 600;
}

/* Button */
.btn.back {
  background: linear-gradient(90deg, #7e0f0d, #ce0a20);
  color: #fffbe9;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  transition: all 0.3s ease;
}

.btn.back:hover {
  background: linear-gradient(90deg, #7e0f0d, #ce0a20);
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .card-box {
    padding: 20px;
  }

  .emi-next-box {
    margin-top: 20px;
  }
}

/* .account-details-end */



@media(max-width: 1399px) {
  .user_hover_box {
    right: 0px !important;
  }

  .user_click_box {
    top: 45px !important;
    right: 0px !important;
  }
}

@media(max-width: 1199px) {
  .our_best_sell_content_text button {
    padding: 5px 30px;
    font-size: 16px;
  }

  .nav-links li {
    font-size: 12px;
    padding: 0px 10px;
  }

  .tabs_back {
    width: 100%;
  }

  .tab-btn {
    border-radius: 50px;
    padding: 10px 7px;
    font-weight: 500;
  }

  .user_hover_box {
    right: 0px !important;
  }

  .user_click_box {
    top: 45px !important;
    right: 0px !important;
  }

}

@media(max-width: 991px) {
  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #731515;
    display: block;
    padding: 50px 10px;
    line-height: 60px;
    overflow-y: auto;
    transition: all 0.3s ease;
  }

  /* Target the sidebar scroll area */
  .secend_menu_bar {
    max-height: 100vh;
    /* Ensure it can scroll if content is too tall */
    overflow-y: auto;
  }

  /* Webkit browsers (Chrome, Edge, Safari) */
  .secend_menu_bar::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
  }

  .secend_menu_bar::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track background */
    border-radius: 4px;
  }

  /* Firefox */
  .secend_menu_bar {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #f1f1f1;
    /* thumb color | track color */
  }

  .at {
    display: none;
  }

  .top_header_contact {
    justify-content: center;
  }

  .btn-apply {
    padding: 8px 18px;
    font-size: 10px;
  }

  .price-tag {
    font-size: 13px;
  }

  .user_hover_box {
    right: -30px;
  }

  .user_click_box {
    right: -40px !important;
  }
}

@media(max-width: 970px) {


  .top_header_contact {
    justify-content: center;

  }

  .nav-links li a {
    color: #fff;
  }

  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #731515;
    display: block;
    padding: 50px 10px;
    line-height: 60px;
    overflow-y: auto;
    transition: all 0.3s ease;
  }



  #menu-btn:checked~.nav-links {
    left: 0%;
    display: none;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: block;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li a {
    display: block;
    font-size: 20px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  #showDrop:checked~.drop-menu,
  #showMega1:checked~.mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .desktop-item1 {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item1 {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;

  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }



  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }


  .owl-next {
    right: 10px;
  }

  .owl-prev {
    left: 10px;
  }

  .fotter_manu_text {
    padding-top: 10px;
  }





}

@media(max-width: 776px) {
  .product-image img {
    height: 200px;
  }

  .our_best_sell_content_text button {
    padding: 5px 25px;
  }

  /* benefit-item */
  .benefit-item {
    max-width: 45%;
  }

  .appointment_us {
    width: 90%;
    margin-top: -60px;
    padding: 25px;
  }

  .appointment_us h3 {
    font-size: 22px;
  }

}

@media (max-width: 576px) {
  .reels_slider .owl-nav .owl-prev {
    left: 2px;
    margin: 0 !important;
  }

  .reels_slider .owl-nav .owl-next {
    right: 2px;
    margin: 0 !important;

  }

  /* pulin_sarder_ad */
  .sencofiveyear_h4__fIgJB {
    font-size: 16px;
  }

  .sencofiveyear_icon_adv__B4ALt img {
    width: 45px;
    height: 45px;
  }

  .sencofiveyear_card_adv_pad__H2ioM {
    padding: 20px;
  }

  .btn-apply {
    padding: 13px 18px;
    font-size: 15px;
  }

  .price-tag {
    font-size: 20px;
  }

  .tabs-container {
    padding: 5px;
  }

  .shadow-sm {
    padding: 0;
  }
}

/* small screens: stack items but keep them scrolling */
@media (max-width: 520px) {
  :root {
    --gap: 1.5rem;
    --marquee-speed: 5s;
  }

  .marquee__item {
    padding: 8px 12px;
    font-size: 14px;
  }

  .populer_item {
    width: 150px;
    height: 150px;
  }

  .populer-collection {
    padding-top: 20px;
  }

  .populer-collection h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .owl-theme .owl-nav {
    top: 38%;
  }

  .owl-nav button i {
    font-size: 20px;
  }

  .wrapper .logo img {
    width: 70px;
    height: 70px;
  }

  .wedding_collection_banner h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .wedding_shop h3 {
    font-size: 18px;
  }

  .wedding_shop p {
    font-size: 12px;
  }

  .wedding_slider_content p {
    font-size: 14px;
  }

  .best_sell_set .btn {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .product_name {
    font-size: 23px;
  }

  .price {
    font-size: 25px;
  }

  .contact-header {
    padding: 40px 20px;
  }

  .tab-btn:not(.active) {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .benefit-item {
    max-width: 100%;
  }

  .new_video .item2 {
    width: 150px;
    height: 300px;
  }

  .tab-btn.active {
    font-size: 14px;
  }
}

@media (max-width: 455px) {
  .our_best_sell_content_text h3 {
    font-size: 13px;
  }

  .our_best_sell_content_text button {
    padding: 5px 20px;
    font-size: 13px;
  }

  .our_best_sell_content_img {
    height: 150px;
  }

  .best_sell_set .btn {
    width: 30px;
    height: 30px;
  }

  .our_best_sell_content:hover .best_sell_set {
    bottom: -5px;
    opacity: 1;
  }

  .product_name {
    font-size: 18px;
  }

  .price {
    font-size: 20px;
  }

  .text_about {
    font-size: 15px;
  }

  .our_best_sell_content_text button {
    padding: 5px 15px;
    font-size: 10px;
  }

  .wrapper .logo img {
    width: 65px;
    height: 65px;
  }

  .add-cart {
    font-size: 14px;
  }

  .tab-btn:not(.active) {
    font-size: 11px;
  }

  .tab-btn.active {
    font-size: 12px;
  }

}

@media (max-width: 370px) {
  .our_best_sell_content_text button {
    padding: 5px 10px;
    font-size: 10px;
  }

  .our_best_sell_content_img {
    height: 130px;
  }

  .product_name {
    font-size: 14px;
  }

  .price {
    font-size: 18px;
  }

  .text_about {
    font-size: 14px;
  }

  .list-unstyled li {
    font-size: 15px;
  }

  .add_to {
    font-size: 10px;
    padding: 5px;
  }

  .heading_class {
    font-size: 17px !important;
  }

  .wedding_shop h3 {
    font-size: 17px;
  }

  .btn-apply {
    padding: 11px 16px;
    font-size: 13px;
  }

  .price-tag {
    font-size: 16px;
  }

  .add-cart {
    font-size: 12px;
    padding: 5px;
  }

  .appointment_us h3 {
    font-size: 19px;
  }

  .appointment_us p {
    font-size: 15px;
  }
}


/* new css */
/* new css */

/*========== user_hover ==========*/

.user_hover {
  position: relative;
  cursor: pointer;
}

.user_hover_box {
  position: absolute;
  right: -50px;
  top: 35px;
  width: 280px;
  padding: 20px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.fa_user:hover .user_hover_box {
  opacity: 1;
  top: 48px;
  visibility: visible;
}

.user_hover_box button {
  border: none;
}

.button_1 a {
  color: #fff;
}

.user_hover_box .button_1 {
  width: 100%;
  padding: 12px 30px;
  background-color: #ce0a20;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  transition: 0.3s;
}

.user_hover_box .button_1:hover {
  background-color: red;
}

.user_click_box {
  position: absolute;
  width: 180px;
  right: -80px;
  top: 48px;
  padding: 20px;
  background-color: #fff;
  display: none;
  /* transition: 0.3s; */
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.user_click_box ul li i {
  color: #ce0a20;
  font-size: 14px;
  margin-right: 15px;
}

.user_click_box ul li {
  margin-bottom: 5px;
  transition: 0.3s;
}

.user_click_box ul li:hover {
  padding-left: 5px;
  color: #ce0a20;
}

.user_click_box ul a {
  color: #000;
}

.btn-login {
  padding: 10px 25px;
  font-weight: 500;
}

.modal-content {
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  position: relative;
}

.modal-body {
  padding: 0;
}

/* Close (remove) icon - circular, positioned top-right */
.modal-remove-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  z-index: 1051;
  /* above modal content */
  cursor: pointer;
}

.modal-remove-btn:hover {
  transform: scale(1.03);
}

.modal-remove-btn .x {
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: 600;
}

.login-left {
  background: url('../img/photo-1600721391689-2564bb8055de.avif') center/cover no-repeat;
  color: #fff;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
}

.login-left h2 {
  font-weight: 600;
  margin-top: 15px;
  font-size: 28px;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.login-right {
  padding: 40px 35px;
  background: #fff;
}

.login-right h4 {
  font-weight: 600;
  font-size: 30px;
  color: #ce0a20;
}

.login-right p {
  font-size: 14px;
  color: #666;
}

.form-control {
  border-radius: 8px;
  padding: 12px;
}

.btn-primary {
  background-color: #ce0a20;
  border: none;
  font-weight: 500;
  padding: 12px;
  border-radius: 8px;
}

.btn-primary:hover {
  background-color: red;
}

.google-btn {
  border: 1px solid #d9dbe9;
  background: #fff;
  color: #6e7191;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  transition: 0.3s;
}

.google-btn:hover {
  background: #f8f8f8;
}

.modal-footer {
  border-top: none;
  background: #fff;
  text-align: center;
  justify-content: center;
  padding-bottom: 20px;
}

.modal-footer a {
  color: #ce0a20;
  text-decoration: none;
  font-weight: 500;
}

.continue_btn {
  transition: 0.3s;
  background-color: #ce0a20;
}

.line {
  width: 40%;
  height: 1px;
  background-color: #ce0a20;
}

.strike {
  position: relative;
}

.strike span {
  position: inherit;
  z-index: 9999999;
  background-color: #fff;
  padding: 3px;
}

.strike::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d9dbe9;
  top: 50%;
  left: 0;
  z-index: 1;
}

.signup-right {
  background: #fff;
  padding: 20px 35px;
}

.signup-right h4 {
  color: #ce0a20;
}

.signup-right input {
  border-radius: 8px;
  padding: 12px;
}

.signup-right .input-group-text {
  background: #fff;
  border-right: 0;
}

.signup-right .form-control.border-start-0 {
  border-left: 0;
}

.signup-right .form-check-input:checked {
  background-color: #ce0a20;
  border-color: #ce0a20;
}

.whatsapp-icon {
  color: #25d366;
  font-size: 18px;
  vertical-align: middle;
}

.form-check {
  display: flex;
}

.modal-footer a:hover {
  text-decoration: underline;
}

.form-control:focus {
  background-color: #fff;
  border-color: #ce0a20;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(206, 10, 32, .25);
}

.form-check-input:focus {
  background-color: #fff;
  border-color: #ce0a20;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(206, 10, 32, .25);
}

.input-group span {
  border-right: 1px solid #dee2e6;
  color: #555;
}

.button_de {
  padding: 5px 10px;
  color: #ce0a20;
  text-decoration: none;
  font-weight: 500;
  background: transparent;
}

.button_de:hover {
  background: none;
  color: #ce0a20;
}

.button_de:focus {
  border: none;
  background: none;
  color: #ce0a20;
  box-shadow: none;
}

.btn-primary:active:focus {
  box-shadow: none;
}


@media (max-width: 767px) {
  .login-left {
    display: none;
  }

  .modal-remove-btn {
    top: 10px;
    right: 10px;
  }
}


/* ============ wishlist-css =============== */
/* ============ wishlist-css =============== */

.wishlist-container {
  background: #fffaf6;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: 40px auto;
  max-width: 1200px;
}

.wishlist-item {
  border-top: 1px solid #f2b56b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wishlist-item:first-child {
  border-top: none;
}

.product-img {
  width: 120px;
  height: auto;
  border-radius: 5px;
}

.product-title {
  font-weight: 400;
  font-size: 1.2rem;
}

.product-info p {
  margin: 2px 0;
  color: #333;
}

.product-details {
  color: #555;
  font-size: 0.95rem;
}

.price {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}

.details-link {
  color: #ce0a20;
  text-decoration: none;
  font-weight: 500;
}

.details-link:hover {
  text-decoration: underline;
}

.icon-btn {
  border: none;
  background: none;
  font-size: 1.3rem;
  cursor: pointer;
  transition: 0.2s;
}

.icon-btn.add {
  color: #28a745;
}

.icon-btn.remove {
  color: #dc3545;
}

.icon-btn:hover {
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .wishlist-item {
    text-align: center;
  }

  .product-img {
    margin-bottom: 15px;
  }
}

/* ============ cart-css =============== */
/* ============ cart-css =============== */

.cart-container {
  background: #fffaf6;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: 40px auto;
  max-width: 1200px;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.cart-header h3 {
  font-weight: 600;
}

.cart-header .total {
  font-weight: 600;
  font-size: 1.1rem;
}

.cart-item {
  border-top: 1px solid #f2b56b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item:first-of-type {
  border-top: none;
}

.product-img {
  width: 120px;
  height: auto;
  border-radius: 5px;
}

.product-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.product-info p {
  margin: 2px 0;
  color: #333;
}

.product-details p {
  margin: 2px 0;
  color: #444;
  font-size: 0.95rem;
}

.price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
}

.details-link {
  color: #ce0a20;
  text-decoration: none;
  font-weight: 500;
}

.details-link:hover {
  text-decoration: underline;
}

.icon-btn {
  border: none;
  background: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: #dc3545;
  transition: 0.2s;
}

.icon-btn:hover {
  transform: scale(1.2);
}

.bottom-total {
  border-top: 1px solid #f2b56b;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.place-btn {
  background-color: #f2b56b;
  color: #000;
  font-weight: 500;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  transition: 0.3s;
}

.place-btn:hover {
  background-color: #e0a84f;
  color: #000;
}

@media (max-width: 768px) {
  .cart-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .cart-item {
    text-align: center;
  }

  .product-img {
    margin-bottom: 15px;
  }

  .bottom-total {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

/*=========== profile-start=========== */
.sidebar2 .nav-link {
  color: #fff;
  padding: 12px 20px;
  font-weight: 500;
  transition: 0.3s;
  text-align: left;
  margin-bottom: 5px;
}

.sidebar2 .nav-link.active,
.sidebar2 .nav-link:hover {
  background-color: var(--secondary-color);
  border-radius: 4px;
}

.card-custom {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: none;
}

.info-label {
  font-weight: 600;
  color: #333;
}

.profile .container {
  position: inherit;
  z-index: 11;
}

.profile .nav {
  background: transparent;
  position: inherit;
}

.profile .tab-content {
  border-top: 0;
  margin-top: -1px;
  padding-top: 0;
}

.profile .tab-content h3 {
  color: #fff;
}

.profile .tab-content h4 {
  color: var(--secondary-color);
}

@media (max-width: 767px) {
  .sidebar2 {
    min-height: auto;
  }
}

/*=========== profile-end=========== */

/*=========== checkout-start=========== */

.cheakout_section h2 {
  color: var(--secondary-color);
}

.page-title {
  text-align: center;
  font-weight: 600;
  color: #5c3d2e;
  margin-bottom: 30px;
}

.card-custom {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.section-title {
  font-weight: 600;
  color: #5c3d2e;
  margin-bottom: 15px;
  border-bottom: 2px solid #e5c9b6;
  padding-bottom: 6px;
}

.order-summary img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eee;
}

.total-box {
  background-color: #fff7ef;
  border-radius: 10px;
  padding: 15px;
  font-weight: 600;
  color: #5c3d2e;
}

.btn-gold {
  background-color: #d4a373;
  color: white;
  border: none;
  transition: 0.3s;
}

.btn-gold:hover {
  background-color: #b88656;
  color: white;
}

label {
  font-weight: 500;
  color: #4b3621;
}

/*=========== checkout-end=========== */

/*========== user_hover ==========*/

.user_hover {
  position: relative;
  cursor: pointer;
}

.user_hover_box {
  position: absolute;
  right: -50px;
  top: 35px;
  width: 280px;
  padding: 20px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.fa_user:hover .user_hover_box {
  opacity: 1;
  top: 48px;
  visibility: visible;
}

.user_hover_box button {
  border: none;
}

.button_1 a {
  color: #fff;
}

.user_hover_box .button_1 {
  width: 100%;
  padding: 12px 30px;
  background-color: #ce0a20;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  transition: 0.3s;
}

.user_hover_box .button_1:hover {
  background-color: red;
}

.user_click_box {
  position: absolute;
  width: 180px;
  right: -80px;
  top: 48px;
  padding: 20px;
  background-color: #fff;
  display: none;
  /* transition: 0.3s; */
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.user_click_box ul li i {
  color: #ce0a20;
  font-size: 14px;
  margin-right: 10px;
}

.user_click_box ul li {
  margin-bottom: 5px;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user_click_box ul li:hover {
  padding-left: 5px;
  color: #ce0a20;
}

.user_click_box ul a {
  color: #000;
}

.btn-login {
  padding: 10px 25px;
  font-weight: 500;
}

.modal-content {
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  position: relative;
}

.modal-body {
  padding: 0;
}

/* Close (remove) icon - circular, positioned top-right */
.modal-remove-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  z-index: 1051;
  /* above modal content */
  cursor: pointer;
}

.modal-remove-btn:hover {
  transform: scale(1.03);
}

.modal-remove-btn .x {
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: 600;
}

.login-left {
  background: url('/static/web/img/photo-1600721391689-2564bb8055de.avif') center/cover no-repeat;
  color: #fff;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
}

.login-left h2 {
  font-weight: 600;
  margin-top: 15px;
  font-size: 28px;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.login-right {
  padding: 40px 35px;
  background: #fff;
}

.login-right h4 {
  font-weight: 600;
  font-size: 30px;
  color: #ce0a20;
}

.login-right p {
  font-size: 14px;
  color: #666;
}

.form-control {
  border-radius: 8px;
  padding: 12px;
}

.btn-primary {
  background-color: #ce0a20;
  border: none;
  font-weight: 500;
  padding: 12px;
  border-radius: 8px;
}

.btn-primary:hover {
  background-color: red;
}

.google-btn {
  border: 1px solid #d9dbe9;
  background: #fff;
  color: #6e7191;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  transition: 0.3s;
}

.google-btn:hover {
  background: #f8f8f8;
}

.modal-footer {
  border-top: none;
  background: #fff;
  text-align: center;
  justify-content: center;
  padding-bottom: 20px;
}

.modal-footer a {
  color: #ce0a20;
  text-decoration: none;
  font-weight: 500;
}

.continue_btn {
  transition: 0.3s;
  background-color: #ce0a20;
}

.line {
  width: 40%;
  height: 1px;
  background-color: #ce0a20;
}

.strike {
  position: relative;
}

.strike span {
  position: inherit;
  z-index: 9999999;
  background-color: #fff;
  padding: 3px;
}

.strike::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d9dbe9;
  top: 50%;
  left: 0;
  z-index: 1;
}

.signup-right {
  background: #fff;
  padding: 20px 35px;
}

.signup-right h4 {
  color: #ce0a20;
}

.signup-right input {
  border-radius: 8px;
  padding: 12px;
}

.signup-right .input-group-text {
  background: #fff;
  border-right: 0;
}

.signup-right .form-control.border-start-0 {
  border-left: 0;
}

.signup-right .form-check-input:checked {
  background-color: #ce0a20;
  border-color: #ce0a20;
}

.whatsapp-icon {
  color: #25d366;
  font-size: 18px;
  vertical-align: middle;
}

.form-check {
  display: flex;
}

.modal-footer a:hover {
  text-decoration: underline;
}

.form-control:focus {
  background-color: #fff;
  border-color: #ce0a20;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(206, 10, 32, .25);
}

.form-check-input:focus {
  background-color: #fff;
  border-color: #ce0a20;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(206, 10, 32, .25);
}

.input-group span {
  border-right: 1px solid #dee2e6;
  color: #555;
}

.button_de {
  padding: 5px 10px;
  color: #ce0a20;
  text-decoration: none;
  font-weight: 500;
  background: transparent;
}

.button_de:hover {
  background: none;
  color: #ce0a20;
}

.button_de:focus {
  border: none;
  background: none;
  color: #ce0a20;
  box-shadow: none;
}

.btn-primary:active:focus {
  box-shadow: none;
}


@media (max-width: 767px) {
  .login-left {
    display: none;
  }

  .modal-remove-btn {
    top: 10px;
    right: 10px;
  }
}

/* -------------------- */
/* base wrapper/icon */
.tooltip-wrapper { display:inline-block; position:relative; }

/* tooltip is removed from document flow by using fixed */
.tooltip-box {
  position: fixed;            /* ESCAPES overflow and stacking contexts */
  top: 0;
  left: 0;
  min-width: 260px;
  max-width: 340px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff;
  color: #222;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 30px rgba(13, 38, 76, 0.12);
  font-size: 13.5px;
  line-height: 1.45;
  z-index: 999999;           /* large so it stays on top */
  pointer-events: none;      /* prevents flicker while positioning */
  opacity: 0;
  transform-origin: center top;
  transition: opacity .18s ease, transform .18s ease;
  will-change: transform, opacity;
}

/* the visible state applied by JS */
.tooltip-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(6px) scale(1);
}

/* content spacing */
.tooltip-box .tooltip-content p { margin: 0 0 8px 0; }
.tooltip-box .tooltip-content p:last-child { margin-bottom: 0; }

/* arrow - created as a rotated square for crisp shadow */
.tooltip-arrow {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  border-left: 1px solid rgba(0,0,0,0.06);
  border-top: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 6px 18px rgba(13,38,76,0.06);
  z-index: 1;
  pointer-events: none;
}

/* Hide tooltip initially for accessibility; JS will toggle aria-hidden */
.tooltip-box[aria-hidden="true"] { visibility: hidden; }

/* Icon focus style for keyboard accessibility */
.tooltip-icon:focus {
  outline: 2px solid rgba(255, 0, 0, 0.12);
  outline-offset: 2px;
  border-radius: 50%;
}


/* Main layout */

.jewellery_tabs_wrap {
  padding-left: 15px;
}
.jewellery_type .mega-box { padding: 15px; }
.jewellery_type .content { display: flex; gap: 25px; }

/* Left image */
.jewellery_type .jewellery_mega_img img {
  width: 200px;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

/* Tabs */
.jewellery_type .tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.jewellery_type .tab-btn {
  padding: 8px 18px;
  border: none;
  background: #f3f3f3;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.jewellery_type .tab-btn.active {
  background: #d3d3d3;
  font-weight: bold;
}

/* Panels */
.jewellery_type .tab-panel { display: none; }
.jewellery_type .tab-panel.active { display: block; }

/* Scroller */
.jewellery_type .scroller {
  display: flex;
  gap: 18px;
  /* overflow-x: auto; */
  padding-bottom: 8px;
}

.jewellery_type .scroller::-webkit-scrollbar {
  height: 6px;
}
.jewellery_type .scroller::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 20px;
}

/* Product card perfect size */
.jewellery_type .item {
  width: 120px;
  flex: 0 0 auto;
  text-align: center;
}

.jewellery_type .item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.jewellery_type .item span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

.jewellery_type {
  justify-content: start !important;
  padding-left: 12px;
  overflow-x: auto;
}



/* Container for stacked floating buttons */
  .floating-container {
    position: fixed;
    right: 15px;
    bottom: 75px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
    pointer-events: none; /* allow only buttons themselves to receive pointer events */
  }

  /* Base styles for each button */
  .floating-btn {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    text-decoration: none;
    color: white;
    font-size: 18px;
    position: relative;
    transform-origin: center;
    transition: transform .18s cubic-bezier(.2,.9,.3,1), box-shadow .18s;
    will-change: transform;
    overflow: visible;
  }

  /* Colors */
  .floating-btn.whatsapp { background: #25D366; }
  .floating-btn.phone    { background: #0B84FF; }

  /* Pulse ring */
  .floating-btn::after {
    content: "";
    position: absolute;
    left: 50%; top: 50%;
    width: 56px; height: 56px;
    transform: translate(-50%,-50%) scale(1);
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.08);
    pointer-events: none;
    animation: none;
  }
  /* Start pulsing for whatsapp + phone, but subtle */
  .floating-btn.pulse::after {
    animation: pulse-ring 2.4s infinite;
  }

  @keyframes pulse-ring {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.18); transform: translate(-50%,-50%) scale(1); opacity: 1; }
    70% { box-shadow: 0 0 0 18px rgba(0,0,0,0.02); transform: translate(-50%,-50%) scale(1.02); opacity: 0.45; }
    100% { box-shadow: 0 0 0 24px rgba(0,0,0,0.00); transform: translate(-50%,-50%) scale(1.04); opacity: 0; }
  }

  /* Hover / focus effects */
  .floating-btn:hover,
  .floating-btn:focus {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,0.22);
  }

  /* Small label displayed on hover for larger screens */
  .floating-label {
    pointer-events: none;
    position: absolute;
    right: 70px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(6px);
    transition: opacity .16s, transform .16s;
  }
  .floating-btn:hover .floating-label,
  .floating-btn:focus .floating-label {
    opacity: 1;
    transform: translateX(0);
  }

  /* Icon size */
  .floating-icon { width: 22px; height: 22px; display: block; }

  /* Tooltip arrow */
  .floating-label::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px; height: 10px;
    background: rgba(0,0,0,0.8);
    border-radius: 2px;
  }

  /* Responsive adjustments for very small screens */
  @media (max-width:420px) {
    .floating-container { right: 12px; bottom: 18px; gap: 10px; }
    .floating-btn { width: 50px; height: 50px; }
    .floating-btn::after { width: 50px; height: 50px; }
    .floating-label { display: none; } /* hide labels on tiny screens */
  }


  /* mobile menu */

  .mobile-user-icon-box {
    position: relative;
    display: inline-block;
    margin-left: 12px;
}

.mobile-user-icon-box i {
    font-size: 26px;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
}

/* dropdown */
.mobile-user-dropdown {
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    border-radius: 8px;
    width: 230px;
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    display: none;
    z-index: 999999;
}

.mobile-user-dropdown a {
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    color: #333;
}

.mobile-user-dropdown a i {
    width: 20px;
}

.mobile-user-dropdown .logout {
    color: red !important;
}

.user-info {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
