body {
  font-family: var(--font-family-secondary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


#tagstatus {
  font-family: var(--font-family-secondary);
  position: absolute;
  left: 5px;
  top: -109%;
  background: #fff;
  color: #051E52;
  font-size: 9px;
  padding: 5px 16px;
  font-weight: 500;
  box-shadow: 0 2px 8px #051E52;
  z-index: 2;
  border-radius: 0 0 6px 0;

}



section {
  /* height:100%; */
  /* margin: 1rem auto; */
}

.left-menu button,
.action_title {
  font-family: var(--font-family-secondary);
  margin-left: 5px;
  font-size: 13px;
  color: #fafafa;
}

.icon-box a {
  font-family: var(--font-family-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.headercontainer {
  width: 95%;
  display: flex;
  flex-direction: row;
  align-items: center;
}


.separateicons {
  display: flex;
}

.blockbanner_image {
  height: 500px;
  width: 100%;
  object-fit: contain;
  background: #fff;
}


.card_lists {
  text-align: center;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 44px;
  padding: 20px 0;
}


.card_block {
  /* width:311px; */
  /* background: #ededed;
  text-align: center;
  padding: 30px 30px 25px 30px;
  border-radius:8px; */
  box-shadow: 1px 0px 21px 4px #bebfbf;
  /* width: 311px; */
  background: #ededed;
  text-align: center;
  padding: 30px 30px 25px 30px;
  border-radius: 16px;


}


.card {
  overflow: hidden;
  background-color: #ffff;
  text-align: center;
  transition: transform 0.5s ease;
  /* padding: 10px; */
  /* height:250px; */
}

.card-image img:hover {
  transform: scale(1.08);
}

.card-image {
  width: 100%;
  height: 80px;
  /* smaller image height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.card-image img {
  object-fit: contain;
  transition: transform 0.3s ease;

}

.jewellery_card-image img {
  /* width: 200px;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block; */
  width: 100%;
  /* Make image responsive */
  height: 200px;
  /* Maintain aspect ratio */
  object-fit: cover;
  /* Crop image without distortion */
  transition: transform 0.3s ease;
  display: block;
  border-radius: 8px;
}

.cat_jewellery_card-image img {
  /* width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block; */
  width: 130px;
  /* height: 100%; */
  object-fit: cover;
}

.lft-flex {
  display: flex;
  width: 1750px;
}

.headname {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.amount_card {
  font-weight: bold;
  font-size: 15px;
  font-weight: bold;
  color: #051E52;
  font-family: var(--font-family-secondary);


}


.card-text {
  line-height: 23px;
  text-transform: uppercase;
  width: 200px;
  position: relative;
  /* Changed from static for better control if you want positioning later */
  background: #dfdfdf;
  font-family: var(--font-family-secondary);
  padding: 4px 5px;
  font-weight: 500;
  font-size: 12px;
  transition: visibility 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  right: auto;
  /* Reset right when position relative */
  top: auto;
}




.category-card-text {
  position: absolute;
  text-transform: uppercase;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Optional styling for overlay text */
  background: #dfdfdf;
  padding: 8px 16px;
  color: #051E52;
  width: 139px;
  font-weight: bold;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  font-family: var(--font-family-secondary);
}



.jewellery_card {
  padding: 6px;
  position: relative;
  /* border: 1px solid #ccc; */
  overflow: hidden;
  background-color: #ffff;
  text-align: center;
  transition: transform 0.5s ease;
}

.cat_jewellery_card {
  position: relative;
  /* border: 1px solid #ccc; */
  overflow: hidden;
  background-color: #ffff;
  text-align: center;
  transition: transform 0.5s ease;
}



.jewellery_card_lists {
  text-align: center;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 160px;
}

.cat_jewellery_card_lists {
  /* height:600px; */
  /* text-align: center;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2px; */
  width: 95%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
  /* Responsive columns */
  gap: 16px;
  /* Spacing between cards */
  justify-content: center;
  margin-top: 30px
}

.jewellery_card-image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat_jewellery_card-image {
  /* width: 100%;
  height: 96%; /* smaller image height 
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; */
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Show text on image hover */
.cat_jewellery_card-image:hover .category-card-text {
  opacity: 1;
}

.card-title {
  margin-top: 12px;
  font-family: var(--font-family-secondary);
  padding: 10px 5px;
  font-weight: 500;
  color: #ffff;
  font-size: 13px;
}



.jewellery_card:hover .card-text {
  visibility: visible;
  opacity: 1;
}

.cat_jewellery_card:hover .category-card-text {
  visibility: visible;
  opacity: 1;
}







.iconnamesection {
  width: 21%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

.categoriesseaction {
  width: 51%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}


.nav-links {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  background-color: #dfdfdf;
  padding: 8px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  /* padding: 0 25px; */
  z-index: 100;
}

.fa-solid {
  font-size: 12px;
}


.banner-image1 {
  width: 48%;
  height: 391px;
}


.carosuel {
  /* padding-top: 20px; */
  width: 100%;
  background-color: #f0f2f7;
  height: 470px;
  /* border:1px solid #d8dadd; */
  /* margin-top: 80px; */
  border-radius: 10px;

}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

.headeralignment {
  margin-left: -11%;
}

.review {
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px 0;
  /* box-shadow: 5px 5px 5px rgb(124, 153, 147); */
}

.review__items {}

.review__image {
  border: 1px solid #9c9898;
  padding: 21px;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 15px;
}

.review__image img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 15px;
}

.review__image h1 {
  color: #051E52;
  font-family: var(--font-family-secondary);
  font-size: 14px;
  margin-bottom: 10px;
}

.review__content p {
  color: #051E52;
  font-family: var(--font-family-secondary);
  font-size: 12px;
}

.review__button {
  text-align: center;
  padding: 10px;
}

.review__button button i {
  color: #051E52;
}

.review__button button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  background: #f5f5f5;
  font-weight: bold;
  /* padding: 5px 15px; */
  margin: 0 5px;
  border: none;
  cursor: pointer;
}

.review_content {
  justify-content: space-between;
}





.nav-links a {
  /* padding: 8px 0px; */
  font-size: 14px;
  font-family: var(--font-family-secondary);
  font-weight: 500;
  text-decoration: none;
  color: #051E52;
  position: relative;
  transition: 0.2s;
  text-align: center;
  border-radius: 5px;
}




.dropdown-content,
.dropdown-content1,
.dropdown-content2 {
  position: absolute;
  top: 2.6rem;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 30px 30px 30px 30px;
  z-index: 999;
  width: 100vw;
  /* Make full width for large dropdown */
  display: none;
  grid-template-columns: repeat(4, 1fr) 210px 210px;
  /* 4 columns + 2 image cards */
  gap: 23px;
  /* max-height: 520px; */
  max-height: 80vh;
  /* overflow: visible; */
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.10);
  align-items: flex-start;
}

.dropdown-content,
.dropdown-content1,
.dropdown-content2 {
  display: grid;
}

/* Section Title */
.dropdown-content h4,
.dropdown-content1 h4,
.dropdown-content2 h4 {
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #051E52;
  letter-spacing: 0.3px;
  text-align: left;
}

/* Menu Text Items */
.dropdown-content a,
.dropdown-content1 a,
.dropdown-content2 a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 0 4px 0;
  display: block;
  color: #222244;
  transition: 0.2s ease;
  text-align: left;
}

.dropdown-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Hover Effect */
.dropdown-content a:hover,
.dropdown-content1 a:hover,
.dropdown-content2 a:hover {
  transform: translateX(4px);
  color: #FF4D06;
}

/* Image Cards on Right Side */
.dropdown-content .menu-card,
.dropdown-content1 .menu-card,
.dropdown-content2 .menu-card {
  background: #f5ecff;
  border-radius: 12px;
  text-align: center;
  padding-bottom: 12px;
  overflow: hidden;
  width: 210px;
  min-height: 150px;
  box-shadow: 0 2px 12px #b399ff10;
  margin: 0 auto;
}

.dropdown-content .menu-card img {
  width: 100%;
  max-height: 145px;
  object-fit: cover;
  display: block;
  margin-bottom: 8px;
}

.dropdown-content .menu-card b {
  font-weight: 700;
  font-size: 15px;
  color: #3d2664;
}

.dropdown-content .menu-card span {
  font-size: 13px;
  color: #7e719d;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

.nav-links a:hover {
  cursor: pointer;
  transform: scale(1.09);
  color: #eb9e11;
}

/* Navigation Links Ends */

/* Hero Section */
.hero-section {
  margin-top: 8rem;
  width: 100%;
  /* height:400px; */
  /* margin-top: 40px; */
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-top: 280px;
}

.hero-title h3 {
  font-family: var(--font-family);
  font-size: 48px;
  font-weight: 400;
  color: var(--color-text);
  text-align: right;
  margin: 0;
}

.hero-btn {
  font-family: var(--font-family-secondary);
  background-color: #051E52;
  font-size: 16px;
  font-weight: 300;
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 6px;
  margin-top: 30px;
  transition: 0.2s;
}

.hero-btn:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.scroll-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 210px;
  margin-left: 0px;

}

.scroll-btn {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #8f8f8f;
  border: 0;
  transition: 0.2s;
}

.scroll-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
  background-color: #051E52;
  width: 16px;
  height: 16px;
}

/* Category Section */
.category-title {
  font-family: var(--font-family-secondary);
  /* font-size: 28px; */
  font-weight: 500;
  color: #051E52;
  text-align: center;
  /* margin-top: 80px; */
}

.wrapper {
  display: flex;
  overflow: auto;
  width: 100%;
  justify-content: center;

  &>.slider-image-container {
    display: flex;
    align-items: center;
    gap: 40px;
    /* margin-top: 60px; */
    transition: all 1s ease-in-out;
    overflow: auto;
  }
}

/* 
.slider-image-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(206px, 1fr));
  align-items: center;
  gap: 62px;
  margin-top: 60px;
} */

.slider-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-image {
  text-align: center;
  width: 300px;
  height: auto;
  background-color: #ffff;
  border-radius: 6px;
}

.slider-title {
  font-family: var(--font-family-secondary);
  font-size: 17px;
  font-weight: 500;
  color: #051E52;
  text-align: center;
}

.center-btn {
  margin: 0 auto;
  display: block;
  margin-top: 60px;
}

.carousel-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

.carousel-btn {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #6b6a6a;
  transition: 0.2s;
  border: 0;
}

.carousel-btn:hover {
  background-color: #051E52;
  cursor: pointer;
}

/* Banner Section */
.banner-container {
  /* margin: 55px auto; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.banner-title {
  /* border: 1px solid #eee; */
  /* border-radius: 15px; */
  padding: 2%;
  width: 50%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  background-color: #ededed;
}

.banner-title h3 {
  font-family: var(--font-family-secondary);
  font-size: 30px;
  font-weight: 400;
  color: #051E52;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-title p {
  font-weight: 300;
  font-size: 14px;
  font-family: var(--font-family-secondary);
  color: #051E52;
  margin: 0;
  margin-top: 10px;
  text-align: left;
}

.banner-titles {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}



.banner-titles h3 {
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-titles p {
  font-size: 13px;
  font-weight: 300px;
  font-family: var(--font-family-secondary);
  color: #051E52;
  margin-top: 10px;
}

.banner-image {
  width: 50%;
  height: 500px;
  background-color: whitesmoke
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.banner-images {
  width: 50vw;
  height: 391px;
  background-color: var(--color-surface-light);
}

/* Center Banner */
.center-banner {
  flex-direction: row-reverse;
}

.center-banner .banner-title {
  margin-left: 0;
  align-items: flex-end;
  text-align: right;
}

.center-banner .banner-title p {
  text-align: right;
}

.three-banner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  gap: 30px;
  width: 100%;
}


.left-banner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.left-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 40vw;
  height: 300px;
  border-radius: 6px;
  background-color: #ffff;
  padding-left: 30px;
  padding-bottom: 30px;
}

.left-info h3 {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 400;
  color: var(--color-text);
  margin: 0;
}

.left-info p {
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-weight: 300;
  color: var(--color-divider);
  margin: 0;
  margin-top: 8px;
}

.right-banner {
  width: 50vw;
  height: 625px;
  background-color: #ffff;
  border-radius: 6px;
  position: relative;
}

.right-info {
  /* position: absolute; */
  bottom: 60px;
  padding-left: 30px;
}

.right-info h3 {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 400;
  color: var(--color-text);
  margin: 0;
}

.right-info p {
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-weight: 300;
  color: var(--color-divider);
  margin: 0;
  margin-top: 8px;
}

/* Video Section */
.video-container {
  position: relative;
}

.video-player {

  border-radius: 20px;
  border: 1px solid #000;
  width: 100%;
  background-color: var(--color-surface-light);
  margin-top: 55px;
}

.video-container h3 {
  position: absolute;
  top: 110px;
  left: 80px;
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.video-btn {
  position: absolute;
  width: 46px;
  height: 46px;
  border: 1px solid #1e1e1e;
  border-radius: 50px;
  bottom: 60px;
  right: 80px;
  transition: 0.2s;
}

.video-btn:hover {
  transform: scale(1.09);
}

/* Testimonial Section */
.testimonial-container {
  margin-top: 55px;
  margin-bottom: 300px;
}

.testimonial-content {
  position: relative;
}

.client-image-border {
  background-color: #ffff;
  border-radius: 6px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.10);
  width: 36%;
  height: 605px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}

.client-image-container {
  width: 580px;
  height: 530px;
  border-radius: 6px;
  background-color: var(--color-surface-light);
  flex-shrink: 0;
}

.client-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #ffff;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.10);
  width: 100%;
  padding: 60px;
  margin-top: 50px;
  transform: translateY(calc((605px - 100%)/2));
}



.testimonial-btn-container {
  display: flex;
  position: absolute;
  right: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  transform: translateY(calc((80px - 100%)/2));
}

.testimonial-btn {
  background-color: #051E52;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  color: #ffff;
  border: 0;
  transition: 0.2s;
}

.testimonial-btn:hover {
  transform: scale(1.2);
  box-sizing: 0 4px 17px rgba (129, 216, 208, 0.10);
  cursor: pointer;
}

.responsive-testimonial-content {
  display: none;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.10);
  width: 100%;
  background-color: #ffff;
}

.cover-border {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.10);
  width: 90vw;
  height: 605px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-surface-light);
}

.cover-image {
  width: 80vw;
  height: 530px;
  border-radius: 6px;
  background-color: #F2F2F0;
  background-color: #ffff;
  flex-shrink: 0;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 60px;
  padding: 8px;
  margin-top: -25px;
  color: #fff;
  /* font-weight: bold; */
  font-size: 30px;
  border-radius: 50%;
  user-select: none;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  text-align: center;
  height: 60px;
}

/* .prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
} */

.prev {
  left: 15px;
}

.next {
  right: 15px;
}

/* .client-review {
  padding: 60px;
} */


/* Responsive */
/* Large screens up to 1960px */
@media only screen and (max-width: 1960px) {
  .nav-links {
    display: inline-flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    gap: 0;
    /* margin: 0 auto; */
    /* padding: 50px 21px; */
    margin-top: 50px;
    width: 100%;
    height: 60px;
  }

  .client-image-container {
    width: 90%;
    height: 95%;
  }
}

/* Tablet devices up to 1200px */
@media only screen and (max-width: 1200px) {
  .container {
    width: 98%;
    max-width: 100vw;
  }

  .card_lists,
  .jewellery_card_lists,
  .cat_jewellery_card_lists {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
  }

  .banner-images,
  .banner-image {
    width: 100%;
    margin: 0 auto;
    height: 350px;
  }

  .hero-section {
    margin-top: 120px;
    /* padding-bottom: 20px; */
    /* display: flex; */
    align-items: center;
    flex-direction: column;
    /* justify-content: flex-end; */
    /* height: 200px; */
  }

  .hero-title {
    gap: 40px;
  }

  .hero-title h3,
  .slider-title,
  .category-title {
    font-size: 16px;
  }

  .hero-title h3 {
    font-size: 20px;
  }

  .hero-btn {
    margin: 0 auto;
    margin-top: 40px;
  }

  .scroll-btn-container {
    display: none;
  }

  .wrapper .slider-image-container {
    gap: 10px;
    margin-top: 20px;
  }

  .category-title {
    font-size: 18px;
    margin-top: 0;
  }

  .center-btn {
    margin-top: 40px;
  }

  .center-banner .banner-title {
    margin-right: 8px;
    /* margin-top: 150px; */
  }

  .slider-title,
  .banner-title h3,
  h3,
  .left-info h3,
  .right-info h3,
  .video-container h3,
  .client-review h3 {
    font-size: 16px;
  }

  .banner-title p,
  .left-info p,
  .right-info p,
  .client-details p {
    font-size: 14px;
  }

  .category-container {
    margin: 17px 0 60px 0;
  }

.banner-container {
  margin-top: 16px;
}

  .left-banner {
    flex-direction: column;
  }

  .right-banner {
    height: 400px;
  }

  .cover-border {
    height: 800px;
  }

  .video-player {
    margin-top: 16px;
  }

  .cover-image {
    height: 750px;
  }

  .client-review {
    padding: 40px;
  }

  .testimonial-container {
    margin-bottom: 0;
  }

  .client-details h3 {
    margin-top: 30px;
  }

  .testimonial-btn-container {
    justify-content: flex-start;
    transform: translateY(calc((-60px - 100%) / 2));
    padding-left: 40px;
  }

  .left-info {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
  }

  .left-banner {
    flex-direction: row;
  }

  .right-banner {
    width: 100%;
  }

  .video-container {
    margin-top: 60px;
  }

  .video-player {
    margin-top: 80px;
  }

  .video-container h3 {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .client-details h3 {
    margin-top: 60px;
  }

  .client-review {
    padding: 30px 60px;
  }

  .testimonial-btn-container {
    padding-right: 60px;
    transform: translateY(calc((-110px - 100%) / 2));
  }

  .aboutus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
  }

  .image-container {
    margin-top: 41px;
    width: 33.33%;
    flex: 1;
    order: 1;
  }

  .image-container img {
    width: 87%;
    height: 38.5rem;
    border-radius: 8px;
    margin-left: 33px;
  }

  .banner-image img {
    width: 100%;
    height: 440px;
  }

  .content-container {
    width: 66.66%;
    order: 2;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    font-family: var(--font-family-secondary);
    font-weight: 300;
    line-height: 30px;
  }
}

/* Small tablet and large mobile up to 900px */
@media only screen and (max-width: 900px) {
  .container {
    width: 100%;
    padding: 0 2vw;
  }

  .navbardiv {
    display: none;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
    margin: 0 auto;
    gap: 10px;
  }

  .nav-links a {
    padding: 10px 28px;
    font-size: 11px;
  }

  .home-menu-dropdown ul li a {
    font-family: var(--font-family-secondary);
    color: #051E52;
    font-size: 16px;
  }

  .categoriesseaction a {
    text-align: center;
  }

  .categoriesseaction {
    flex-direction: column;
  }

  .headeralignment {
    margin-left: 0;
  }

  .banner-container {
    flex-direction: column-reverse;
    gap: 16px;
    margin-top: 20px;
  }

  .banner-titles,
  .banner-title {
    width: 95vw;
    height: auto;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 6px;
  }

  .banner-image,
  .banner-images {
    width: 100%;
    height: 440px;
    /* background-color: var(--color-surface-light); */
  }

  /* .banner-image  img { 
    object-fit: cover;
    margin-top: -75px;
} */
  .aboutusimg {
    width: 44%;
    height: 24.5rem;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
  }

  .three-banner-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    margin-top: 55px;
  }

  .left-info {
    width: 80vw;
    height: 400px;
  }

  .right-banner {
    width: 80vw;
  }

  .testimonial-btn-container {
    padding-right: 110px;
    transform: translateY(calc((23px - 100%) / 2));
  }

  .testimonial-content {
    display: none;
  }

  .responsive-testimonial-content {
    display: flex;
    background-color: #fff;
  }

  .client-info {
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 420px;
    padding-right: 50px;
  }

  .banner-title {
    height: auto;
    margin-top: 25px;
    width: 80vw;
    /* margin-bottom: 60px; */
    margin-left: 0;
    text-align: center;
    align-items: center;
    border-radius: 6px;
  }

  .banner-title h3,
  .center-banner .banner-title p {
    text-align: left;
  }

  .center-banner .banner-title {
    /* margin-bottom: 60px; */
    margin-left: 0;
    align-items: center;
  }

  .client-details h3 {
    margin-top: 60px;
  }

  .client-review {
    padding: 30px 60px;
  }

  .carosuel {
    /* padding-top: 20px; */
    width: 100%;
    background-color: #f0f2f7;
    height: 400px;
    /* border:1px solid #d8dadd; */
    /* margin-top: 20px;   */

  }

  .banner-image img {
    object-fit: cover;
    /* margin-top: -40px; */
  }


  .videogallery-carousel::-webkit-scrollbar {
    height: 6px;
  }

  .videogallery-carousel::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px;
  }




}

/* Mobile devices up to 600px */
@media only screen and (max-width: 600px) {
  .container {
    width: 98vw;
    padding: 0 4vw;
  }

  .card_lists,
  .jewellery_card_lists,
  .cat_jewellery_card_lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 10px 0;
  }

  .cat_jewellery_card-image,
  .jewellery_card-image {
    /* height: 170px; */
  }

  .jewellery_card-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
  }

  .card-text {
    width: 200px;
    /* make width fluid */
    font-size: 11px;
    /* reduce font size */
    padding: 6px 10px;
    /* adjust padding */
    line-height: 22px;
    /* tighter line height */
    opacity: 1;
    /* visible by default if needed */
  }

  .aboutus {
    flex-direction: column;
    padding: 8px;
  }

  .image-container,
  .content-container {
    width: 100%;
    margin: 0;
    padding: 5px;
  }

  .image-container img {
    width: 80%;
    height: 120px;
    margin: 0 auto;
  }

  .banner-container {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .banner-title,
  .banner-image {
    width: 100%;
    height: auto;
  }

  .banner-image {
    height: auto;
  }

  .banner-images {
    height: 180px;
    width: 98vw;
  }

  .category-card-text {
    font-size: 10px;
    width: 120px;
    padding: 4px 2px;
  }

  .testimonial-container,
  .client-info {
    margin-bottom: 0;
    padding: 8px;
  }

  .blockbanner_image {
    height: auto;
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    margin-top: 0;
  }

  .banner-image img {
    object-fit: contain;
    margin-top: 0;
  }
}

/* Very small mobile up to 500px */
@media only screen and (max-width: 500px) {

  /* 
    #wishlist-remove { 
    visibility: hidden;
    width: auto;
    max-width: 500px;
    height: auto;
    padding: 0px 8px;
    margin: 0 auto;
    background-color: #051e52;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: fixed;
    z-index: 1;
    left: 33%;
    transform: translateX(-50%);
    bottom: 80%;
    font-size: 15px;
    white-space: nowrap;
    font-family: var(--font-family-secondary);
     } */

  .container {
    padding: 0 1vw;
  }

  .card_lists,
  .jewellery_card_lists,
  .cat_jewellery_card_lists {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .category-card-text,
  .card-text {
    font-size: 9px;
    width: 150px;
    padding: 2px;
    margin-left: 26px;
    margin-top: -24px;
  }

  .banner-images,
  .banner-image {
    height: 200px;
  }

  .image-container img,
  .aboutusimg {
    width: 90%;
    height: 90px;
  }

  .center-banner .banner-title {
    margin-left: 5px;
  }

  .navbardiv {
    display: none;
  }

  .card_lists {
    text-align: center;
    width: 100%;
    display: grid;
  }

  .jewellery_card_lists {
    text-align: center;
    width: 100%;
    display: grid;
    /* margin-left: -10px; */
  }

  .jewellery_card-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
  }

  .banner-image img {
    object-fit: cover;
    margin-top: -40px;
  }

  .carosuel {
    /* padding-top: 20px; */
    width: 100%;
    background-color: #f0f2f7;
    height: 200px;
    /* border:1px solid #d8dadd; */
    /* margin-top: 20px; */

  }

  .prev {
    left: 15px;
    top: 100px;
  }

  .next {
    right: 15px;
    top: 100px;
  }
}

@media (max-width: 1024px) {

  .dropdown-content,
  .dropdown-content1,
  .dropdown-content2 {
    width: 97vw;
    max-height: none;
    grid-template-columns: repeat(2, 1fr) 180px;
    /* 2 text columns + 1 image card */
    gap: 16px;
    padding: 18px;
    font-size: 15px;
  }

  .dropdown-content .menu-card,
  .dropdown-content1 .menu-card,
  .dropdown-content2 .menu-card {
    width: 180px;
    min-height: 130px;
  }

  .dropdown-content .menu-card img,
  .dropdown-content1 .menu-card img,
  .dropdown-content2 .menu-card img {
    max-height: 90px;
  }
}

@media (max-width: 700px) {

  .dropdown-content,
  .dropdown-content1,
  .dropdown-content2 {
    display: flex !important;
    flex-direction: column;
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
    padding: 10px 4px 16px 4px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    gap: 12px;
    overflow-x: auto;
  }

  .dropdown-content>div,
  .dropdown-content1>div,
  .dropdown-content2>div {
    width: 100%;
    margin-bottom: 7px;
  }

  .dropdown-content .menu-card,
  .dropdown-content1 .menu-card,
  .dropdown-content2 .menu-card {
    width: 98vw;
    min-width: 0;
    max-width: 98vw;
    margin: 14px auto 0 auto;
    border-radius: 12px;
    min-height: 110px;
  }

  .dropdown-content .menu-card img,
  .dropdown-content1 .menu-card img,
  .dropdown-content2 .menu-card img {
    max-height: 72px;
  }

  .dropdown-content h4,
  .dropdown-content1 h4,
  .dropdown-content2 h4 {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .dropdown-content a,
  .dropdown-content1 a,
  .dropdown-content2 a {
    font-size: 14px;
    padding: 3px 0 3px 0;
  }

}

/* Video Gallery Fixes */
/* Video Gallery Fixes */
.videogallery-carousel {
  width: 100%;
  display: block;
  overflow-x: hidden;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.videogallery-carousel .carousel-track {
  display: inline-flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  width: max-content;
  will-change: transform;
}

.video-player-gallery {
  width: 300px;
  height: 500px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #000;
  flex: 0 0 auto;
  scroll-snap-align: center;
}

/* Hide scrollbar for a cleaner look */
.videogallery-carousel::-webkit-scrollbar {
  display: none;
}

.videogallery-carousel {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Video Gallery Auto Scroll (slow) */
.videogallery-carousel .carousel-track {
  animation: gallery-scroll 120s linear infinite;
}

.videogallery-carousel:hover .carousel-track {
  animation-play-state: paused;
}

@keyframes gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
