@font-face {
  font-family: chillen;
  src: url(../img/source/File/Chillen.ttf);
}

body {
  font-family: 'Poppins', sans-serif !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.carousel-box{
    border: none !important;
}
a{
    text-decoration:none;
}

     #send-otp-btn, #verify-otp-btn {
    color: #ffffff !important;
    background-color: #2a3242 !important; 
    border-color: #2a3242 !important;
}

#send-otp-btn,  #verify-otp-btn:hover,
#send-otp-btn,  #verify-otp-btn:focus,
#send-otp-btn,  #verify-otp-btn:active {
    color: #ffffff !important;
    background-color: #2a3242 !important;
    border-color: #2a3242 !important;
    box-shadow: none !important;
}
   #register-btn {
    color: #ffffff !important;
    background-color: #2a3242 !important; 
    border-color: #2a3242 !important;
}

#register-btn:hover,
#register-btn:focus,
#register-btn:active {
    color: #ffffff !important;
    background-color: #2a3242 !important;
    border-color: #2a3242 !important;
    box-shadow: none !important;
}
/* ============================================
   REUSABLE BUTTON CLASSES & COLOR &BG-CLR
   ============================================ */
.blueclr {
  color: #2E456A !important;
}
.text-gray {
  color: #5F5F5F;
}
.bg-blue {
  background-color: #2E456A !important;
  transition: all 0.4s ease;
}

.btn-common:hover {
  background-color: #1e3248 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
}


/* Button - Auto Width */
.btn-common {
  background-color: #2E456A;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}



.add-to-cart-btn {
  background-color: #2E456A;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.view-more-btn button {
  background-color: #ffffff;
  color: #2E456A;
  border: 1.5px solid #2E456A;
  border-radius: 50px;
  padding: 12px 32px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.pointer{
  cursor: pointer !important;
}

/* ........................................... */
/* top collection */
.top-collection,
.new-arrival-heading,
.trading-carousel-title,
.shop-by-style-title,
.gifting-guide-title,
.shop-by-price-title,
.bycatagory,
.trading-carousel-title,
.satisfied-customers-title,
.related-carousel-title {
  font-family: Chillen;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 1%;
  text-align: center;
  margin-bottom: 60px;

}

.text-overlay h2 {
  font-family: 'Chillen';
  font-weight: 400;
  font-size: 88px;
  line-height: 120%;
  letter-spacing: 1%;
  color: #ffffff;
  margin-bottom: 10px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.logo-img {
  max-width: 300px;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.textwelcome {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  line-height: 100%;
  color: #2E456A;
}

.form-label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #545454;
  margin-bottom: 0.5rem;
}

.form-control {
  border: 1px solid #ced4da;
  padding: 0.75rem;
  border-radius: 0.375rem;
}

.form-control:focus {
  border-color: #2E456A;
}

.input-group-text {
  border: 1px solid #ced4da;
  border-right: none;
  font-weight: 500;
  color: #333;
}


.input-group:focus-within .input-group-text {
  border-color: #2E456A;
}

/*.input-group:focus-within .form-control {*/
/*  border-left: none;*/
/*}*/

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  font-weight: 500;
}

.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
}

.bg-jewelry {
  background-image: url('../img/source/jewelry.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  padding-top: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  
  .bg-jewelry {
    height: 40vh;
    background-position: center 20px;
  }
}

@media (min-width: 992px) {
  .bg-jewelry {
    height: 100vh;
    background-position: center 20px;
  }
}

.text-overlay h2 {
  font-size: 4rem;
  font-family: chillen;
  letter-spacing: 2px;
}

.text-overlay p {
  font-size: 1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.form-container {
  padding: 2rem 1rem;
  max-width: 500px;
  width: 100%;
}

.auth-right {
  min-height: 100vh;
  overflow: auto;
}

.container-fluid.vh-100 {
  overflow: hidden;
  margin: 0;
}

@media (min-width: 992px) {

  .auth-left,
  .auth-right {
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (max-width: 767.98px) {
  .form-container p {
    font-size: 13px;
  }

  .container-fluid {
    flex-direction: column;
    height: auto !important;
  }

  .bg-jewelry {
    height: 40vh;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
  }

  .auth-left,
  .auth-right {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  .auth-right {
    min-height: auto;
    height: auto;
    padding: 2rem 1rem;
  }

  .text-overlay {
    padding: 1rem;
  }

  .text-overlay h2 {
    font-size: 1.5rem;
  }

  .text-overlay p {
    font-size: 0.9rem;
  }

  .form-container {
    width: 100% !important;
    padding: 1.5rem 1rem;
  }

  .logo-img {
    max-width: 250px !important;
  }

  .textwelcome {
    font-size: 16px !important;
  }

  .form-label {
    font-size: 0.75rem;
  }

  .form-control {
    padding: 0.5rem;
  }

  body {
    overflow-x: hidden;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {


  .container-fluid.vh-100 {
    overflow-y: auto;
  }

  .logo-img {
    max-width: 250px !important;
  }

}



/* //Header css// */

.gold-rates-bar {
  padding: 0.5rem 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 1000 !important;
}

.gold-rate-content {
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
}

.gold-rate-content span.separator {
  opacity: 0.6;
}

@keyframes scroll {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 767.98px) {
  .gold-rate-content {
    animation: scroll 20s linear infinite;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gold-rate-content {
    animation: scroll 22s linear infinite;
  }
}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 0 !important;
}

.navbar.fixed-top {
  top: 2rem;
  position: fixed;
  z-index: 1030;
}

.search-container {
  position: relative;
  max-width: 400px;
}

.search-input {
  border: 1px solid #e2e8f0;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.search-input:focus {
  border-color: #1a365d;
  /*box-shadow: 0 0 0 0.2rem rgba(26, 54, 93, 0.1);*/
  outline: none;
}

.search-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #718096;
  font-size: 1rem;
  pointer-events: none;
}

.search-form-desktop {
  flex: 1;
  justify-content: center;
  margin: 0 1.5rem;
  max-width: 500px;
}

@media (min-width: 992px) {
  .search-form-desktop {
    margin: 0 2rem;
  }
}
.pts_name{
    color:#1a365d;
}
.nav-link {
  color: #1a365d;
  margin: 0 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-link:hover {
  color: #1a365d !important;
  transform: translateY(-2px);
}

.nav-separator {
  width: 1px;
  height: 30px;
  background-color: #e2e8f0;
  margin: 0 15px;
  padding: 0 !important;
}

.nav-icon-link {
  color: #4A90E2 !important;
  font-size: 20px;
  margin: 0 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.nav-icon-link:hover {
  color: #1a365d !important;
  transform: scale(1.15);
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -2px ;
  background: #2E456A;
  border-radius: 50%;
  font-size: 11px !important;
  padding: 3px 7px;
  min-width: 20px;
  height: 20px;
  justify-content: center;
}

.contact-btn {
  background: linear-gradient(135deg, #1a365d 0%, #2d4a7c 100%);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(26, 54, 93, 0.2);
}

.contact-btn:hover {
  background: linear-gradient(135deg, #2d4a7c 0%, #1a365d 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 54, 93, 0.3);
}

@media (max-width: 991.98px) {

  .search-form-desktop {
    margin: 0;
    max-width: 100%;
  }

  .nav-icon-link {
    font-size: 18px;
  }

  .navbar .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar.fixed-top {
    top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .navbar.fixed-top {
    top: 2rem;
  }
}

.navbar-nav {
  align-items: center;
}

.logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

/* //navbar css// */
.jewelry-header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  position: relative;
  z-index: 10;
}

.jewelry-menu {
  /*justify-content: center;*/
  list-style: none;
  flex-wrap: wrap;
}

.jewelry-link {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #333;
  font-size: 15px;
  transition: color 0.3s;
  font-weight: 700;
}

.jewelry-link img {
  width: 20px;
  height: 20px;
}

.jewelry-link:hover {
  color: #d4a017;
}

.filter-icon {
  display: none;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  position: absolute;
  right: 20px;
  z-index: 1001;
}

.offcanvas-filter {
  width: 85% !important;
  max-width: 400px;
}

.filter-section {
  margin-bottom: 25px;
}

.filter-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-section-title img {
  width: 20px;
  height: 20px;
}

.filter-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-option {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
}

.filter-option:last-child {
  border-bottom: none;
}

.filter-option:hover {
  background-color: #fafafa;
  padding-left: 8px;
}

.filter-option-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.filter-option-text {
  font-size: 15px;
  color: #333;
  flex: 1;
}

.filter-option.active .filter-option-text {
  color: #d4a017;
  font-weight: 600;
}

.filter-actions {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 15px 20px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  gap: 12px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.btn-apply-filter {
  background-color: #d4a017 !important;
  color: #fff !important;
  border: none;
  transition: all 0.3s;
}

.btn-apply-filter:hover {
  background-color: #b89015 !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(212, 160, 23, 0.3);
}

@media (max-width: 992px) {
  .filter-icon {
    display: block;
  }

  .jewelry-header {
    justify-content: flex-start;
  }

  .jewelry-menu {
    
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .offcanvas-filter {
    width: 70% !important;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .offcanvas-filter {
    width: 85% !important;
  }

  .filter-option-text {
    font-size: 14px;
  }
}

/* Carousel */

#jewelryCarousel {
  position: relative;
}

.carousel-item img {
  width: 100%;
  border-radius: 25px;
}

.carousel-inner {
  border-radius: 25px;
  overflow: hidden;
}

/* Custom Polygon Carousel Indicators */
.custom-polygon-indicators {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}

.custom-polygon-indicators .polygon-indicator {
  width: 10px;
  height: 10px;
  text-indent: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  position: relative;
  transition: transform 0.3s ease;
}

.custom-polygon-indicators .polygon-indicator:hover {
  transform: scale(1.1);
}

.custom-polygon-indicators .polygon-indicator img {
  display: block;
  width: 12px;
  height: 12px;
  object-fit: contain;
  transition: opacity 0.3s ease;
  margin: 0;
  padding: 0;
  border: none;
}

.custom-polygon-indicators .polygon-indicator .polygon-active {
  display: none;
  opacity: 0;
}

.custom-polygon-indicators .polygon-indicator .polygon-inactive {
  display: block;
  opacity: 1;
}

.custom-polygon-indicators .polygon-indicator.active .polygon-active {
  display: block;
  opacity: 1;
}

.custom-polygon-indicators .polygon-indicator.active .polygon-inactive {
  display: none;
  opacity: 0;
}

/* Responsive styles for polygon indicators */
@media (min-width: 576px) {
  .custom-polygon-indicators {
    bottom: -20px;
    gap: 10px;
  }

  .custom-polygon-indicators .polygon-indicator img {
    width: 10px;
    height: 10px;
  }

}

@media (min-width: 768px) {
  .custom-polygon-indicators {
    bottom: -30px;
    gap: 12px;
  }

  .custom-polygon-indicators .polygon-indicator img {
    width: 11px;
    height: 11px;
  }
}

@media (min-width: 992px) {
  .custom-polygon-indicators {
    bottom: -30px;
    gap: 15px;
  }

  .custom-polygon-indicators .polygon-indicator img {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .custom-polygon-indicators {
    bottom: -35px;
    gap: 18px;
  }

  .custom-polygon-indicators .polygon-indicator img {
    width: 20px;
    height: 20px;
  }

}

/* Collection hover zoom effect */
.card-img-wrapper {
    height: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.card-img-wrapper img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.card-img-wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper:hover img {
  transform: scale(1.08);
}

.card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
  transition: box-shadow 0.4s ease;
}

/* new arrival */
.new-arrival-section {
  padding: 80px 0;
}


.product-card {
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;

}

.product-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  /*transform: translateY(-4px);*/
  /*transition: all 0.3s ease-in-out;*/
}

.product-image-wrapper {
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}

.product-image {
  position: absolute;
  top: 0;
  left: 0;
  /* height: 100%; */
  width: 100% !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  object-fit: cover !important;
}

.product-card:hover .product-image {
  transform: scale(1.1);
}

.discount-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFD700;
  color: #000000;
  padding: 6px 14px;
  border-radius: 20px 0px 20px 0px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  z-index: 10;
}

.wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.wishlist-icon,
.trading-heart-icon {
  background-color: #ffffff;
  transform: scale(1.1);
}

.wishlist-icon,
.trading-heart-icon {
  color: #DC2626 !important;
  font-size: 17px;
}

.product-card-body {
  padding: 16px;
}

.product-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
  line-height: 1.4;
}

.price-row {
  margin-bottom: 8px;
}

.product-price {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.product-tax-info,
.product-rewards {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #284FD8;
}

.product-rewards {
  color: #2E456A;
  margin-bottom: 7px;
}

.add-to-cart-btn:hover,
.submit-btn:hover {
  background-color: #2E456A;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46, 69, 106, 0.3);
}

.add-to-cart-btn i {
  font-size: 18px;
}

.view-more-btn {
  margin-top: 50px;
}

.view-more-btn button:hover {
  background-color: #2E456A;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46, 69, 106, 0.2);
}

@media (max-width: 1199.98px) {
  .new-arrival-heading {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .new-arrival-section {
    padding: 60px 0;
  }

  .new-arrival-heading {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .product-card-body {
    padding: 14px;
  }
}

@media (max-width: 768px) {
  .new-arrival-section {
    padding: 40px 0;
  }

  .new-arrival-heading {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .product-card-body {
    padding: 12px;
  }

  .product-title {
    font-size: 15px;
  }

  .price-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .product-price {
    font-size: 14px;
  }

  .product-tax-info {
    font-size: 10px;
  }

  .discount-badge {
    font-size: 12px;
    padding: 5px 12px;
  }

  .view-more-btn {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .new-arrival-heading {
    font-size: 32px;
  }
}



.category-section {
  text-align: center;
  padding: 20px 15px;
}


/* --- CARD BASE --- */
.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 340px;
  width: 85%;
  margin: 0 auto;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.category-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.3);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(4, 19, 56, 0.9), transparent);
  z-index: 1;
  transition: opacity 0.5s ease;
}

.category-card.active::after {
  background: none;
}

.category-text {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 1px;
  z-index: 2;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
}

.category-card:hover {
  width: 100%;
  height: 370px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  transform: translateY(-8px);
}

.category-card:hover img {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.category-card:hover::after {
  opacity: 0;
}

.category-card:hover .category-text {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  transform-origin: center;
  color: #000;
  font-size: 1.2rem;
  margin-top: 15px;
  font-weight: 500;
  order: 2;
}

.category-card:hover .category-text::after {
  content: " →";
  margin-left: 5px;
}



@media (max-width: 767px) {
  .category-card {
    height: 280px;
    width: 100%;
  }

  .category-text {
    font-size: 1.1rem;
  }
}



/* -------- Trading Section -------- */
.trading-section {
  background-color: #fff8f3;
  padding: 40px 0;
}

.trading-cards-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .trading-cards-wrapper .trading-owl-carousel {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .trading-cards-wrapper .trading-owl-carousel .owl-stage-outer,
  .trading-cards-wrapper .trading-owl-carousel .owl-stage,
  .trading-cards-wrapper .trading-owl-carousel .owl-item {
    display: contents !important;
  }

  .trading-cards-wrapper .trading-owl-carousel .trading-card {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .trading-cards-wrapper .trading-owl-carousel {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
  }

  .trading-cards-wrapper .trading-owl-carousel .owl-stage-outer,
  .trading-cards-wrapper .trading-owl-carousel .owl-stage,
  .trading-cards-wrapper .trading-owl-carousel .owl-item {
    display: contents !important;
  }

  .trading-cards-wrapper .trading-owl-carousel .trading-card {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .trading-cards-wrapper .trading-owl-carousel {
    display: block;
  }

  .trading-owl-carousel.owl-carousel {
    touch-action: pan-x;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .trading-owl-carousel.owl-carousel .owl-stage {
    cursor: grab;
  }

  .trading-owl-carousel.owl-carousel .owl-stage:active {
    cursor: grabbing;
  }

  .trading-owl-carousel.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }

  .trading-owl-carousel.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #2E456A;
    color: #2E456A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .trading-owl-carousel.owl-carousel .owl-nav button:hover {
    background: #2E456A;
    color: #ffffff;
    transform: scale(1.1);
  }

  .trading-owl-carousel.owl-carousel .owl-nav button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}

.trading-card {
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: none;
  
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);

  will-change: transform, box-shadow;
}

.trading-card:hover {
  transform: translateY(-5px);
}

.trading-card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 20px 20px 0 0;
}

.trading-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.trading-card:hover img {
  transform: scale(1.15);
}

.trading-heart-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  color: red;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.trading-card-body h6 {
  font-family: 'Poppins', sans-serif;
  text-align: start;
  font-size: 14px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trading-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}

.trading-price {
  font-weight: 700;
  font-size: 18px;
  color: #2b2b2b;
}

.trading-tax-info {
  font-size: 12px;
  color: #4d7de6;
}

/* -------- Trending Section -------- */
.trending-section {
  background-color: #fff;
  padding: 60px 0;
}

.trending-card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.trending-card:hover {
  transform: translateY(-5px);
}

.trending-card-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background-color: #f8f9fa;
}

.trending-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.trending-card:hover .trending-card-img img {
  transform: scale(1.05);
}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 5;
}

.trending-card:hover .play-button-overlay {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.trending-card-body {
  position: relative;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 10px 15px;
}

.trending-card-body .btn {
  background-color: #2E456A;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.trending-card-body .btn:hover {
  background-color: #1e3248;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46, 69, 106, 0.3);
}

@media (min-width:767px) and (max-width: 1190px) {
  .text-truncate {
    font-size: 8px !important;
  }

  .text-truncate span {
    font-size: 6px !important;
  }
}

/* -------- Shared Owl Styles -------- */
.owl-nav {
  display: flex !important;
  justify-content: space-around;
  margin-top: 20px;
  position: relative;
}

.owl-nav button {
  background: transparent !important;
  border: 1px solid #4d7de6 !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  color: #4d7de6 !important;
  margin: 0 10px;
  transition: 0.3s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.owl-nav button:hover {
  background-color: #4d7de6 !important;
  color: #fff !important;
  transform: scale(1.1);
}

.owl-dots {
  text-align: center;
  margin-top: -25px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #a8c4f0;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s ease;
}

.owl-dot.active span {
  background: #4d7de6;
  transform: scale(1.2);
}

/* -------- Responsive -------- */
@media (max-width: 576px) {
  .trading-card-img-wrapper {
    height: 200px;
  }

  .owl-nav button {
    width: 35px;
    height: 35px;
  }

  .trending-card-body {
    width: 90%;
    bottom: 25px;
  }

  /*.wishlist-calender {*/
  /*  width: 25px ! important;*/
  /*  margin-bottom: 10px;*/
  /*}*/
}

@media (min-width: 992px) {
  .owl-nav {
    justify-content: center;
  }

  .owl-carousel .owl-dots.disabled {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
  }

  .trading-owl-carousel .owl-nav {
    display: none !important;
  }

  .product-owl-carousel .owl-nav {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .trading-owl-carousel .owl-nav {
    display: none !important;
  }
}

/* -------- Everyday 22kt Banner Section -------- */
.everyday-banner-section {
  padding: 0;
  overflow: hidden;
}

.everyday-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.everyday-banner-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.everyday-banner-overlay {
  z-index: 1;
}


/* -------- Shop by Price Section -------- */
.shop-by-price-section {
  padding: 80px 0;
}


.price-range-card {
  background: #ffffff;
  border: 1px solid #e8d4c0;
  border-radius: 20px;
  padding: 25px 5px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.price-range-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  border-color: #d4a017;
}

.price-range-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #284FD8;
  margin-bottom: 8px;
}

.price-range-value {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #284FD8;
  line-height: 1.2;
}

.price-range-card.gift-collection .price-range-label,
.price-range-card.gift-collection .price-range-value {
  color: #2b2b2b;
  font-weight: 500;
}

/* -------- Shop by Style Section -------- */
.shop-by-style-section {
  padding: 80px 0;
}


.style-card {
  padding: 0 20px 20px 20px;
  background: #ffffff;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.style-card:hover {
  transform: translateY(-5px);
}

.style-image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;

  margin: 0 auto;
  background: #f8f9fa;
}

.style-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.style-card:hover .style-image {
  transform: scale(1.1);
}

.style-label {
  padding: 15px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2b2b2b;
}

/* -------- Gifting Guide Section -------- */
.gifting-guide-section {
  padding: 80px 0;
}



.gifting-guide-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #2E456A;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 500;
}

.gift-card-item {
  padding: 10px;
}

.gift-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.gift-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gift-image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #f8f9fa;
}

.gift-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gift-card:hover .gift-image {
  transform: scale(1.1);
}

.gift-label {
  text-align: center;
  padding: 5px;
  margin: 15px;
  background: #2E456A;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14x;
  font-weight: 500;
  transition: background 0.3s ease;
  border-radius: 10px;
}

.gift-card:hover .gift-label {
  background: #1e3248;
}

/* Shop by Style and Gifting Guide Navigation Arrows */
.shop-by-style-carousel .owl-nav,
.gifting-guide-carousel .owl-nav {
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
  gap: 15px;
}

.shop-by-style-carousel .owl-nav button,
.gifting-guide-carousel .owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #666;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.shop-by-style-carousel .owl-nav button:hover,
.gifting-guide-carousel .owl-nav button:hover {
  background: #ffffff;
  border-color: #333;
  color: #333;
  transform: scale(1.05);
}

.shop-by-style-carousel .owl-nav button.disabled,
.gifting-guide-carousel .owl-nav button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 1199.98px) {

  .shop-by-price-title,
  .shop-by-style-title,
  .gifting-guide-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 991.98px) {

  .shop-by-price-section,
  .shop-by-style-section,
  .gifting-guide-section {
    padding: 60px 0;
  }

  .shop-by-price-title,
  .shop-by-style-title,
  .gifting-guide-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .price-range-card {
    padding: 20px 12px;
    min-height: 110px;
  }

  .price-range-label {
    font-size: 13px;
  }

  .price-range-value {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {

  .shop-by-price-section,
  .shop-by-style-section,
  .gifting-guide-section {
    padding: 50px 0;
  }

  .shop-by-price-title,
  .shop-by-style-title,
  .gifting-guide-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .gifting-guide-subtitle {
    font-size: 0.9rem;
    padding: 0 15px;
  }

  .price-range-card {
    padding: 18px 10px;
    min-height: 100px;
  }

  .price-range-label {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .price-range-value {
    font-size: 15px;
  }

  .style-label,
  .gift-label {
    font-size: 14px;
    padding: 12px 8px;
  }
}

@media (max-width: 575.98px) {

  .shop-by-price-title,
  .shop-by-style-title,
  .gifting-guide-title {
    font-size: 1.6rem;
  }

  .price-range-card {
    padding: 15px 8px;
    min-height: 90px;
  }

  .price-range-label {
    font-size: 11px;
  }

  .price-range-value {
    font-size: 14px;
  }
}



@media (max-width: 767.98px) {

  .top-collection,
  .new-arrival-heading,
  .trading-carousel-title,
  .shop-by-style-title,
  .gifting-guide-title,
  .shop-by-price-title,
  .bycatagory,
  .trading-carousel-title,
  .satisfied-customers-title {
    font-weight: 200;
    font-size: 30px;


  }
}

/* ========== Footer Section ========== */
.footer-section {
  position: relative;
  width: 100%;
  /* min-height: 500px; */
  margin-top: 80px;
  overflow: hidden;
}

.footer-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/source/Union.svg');
  /*background-size: contain;*/
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}

.footer-content {
  position: relative;
  z-index: 2;
  /*padding: 80px 0 40px;*/
  color: #ffffff;
  padding-top: 50px;
}

.footer-brand {
  margin-bottom: 30px;
}

.footer-logo {
  max-width: 200px;
  height: auto;
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
  display: block;
}

.footer-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-description {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 25px;
  opacity: 0.9;
}

.social-media-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
}

.social-icon:hover {
  background-color: #ffffff;
  color: #2E456A;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.social-icon i {
  font-size: 18px;
}

.footer-column {
  margin-bottom: 30px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-link {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.footer-link::before {
  content: '>';
  margin-right: 10px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.footer-link:hover {
  opacity: 1;
  color: #ffffff;
  transform: translateX(5px);
}

.footer-link:hover::before {
  transform: translateX(3px);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  opacity: 0.9;
}

.contact-item i {
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-item a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-item a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-copyright {
  margin-top: 20px;
  padding-top: 30px;
}

.copyright-separator {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.copyright-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0;
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .footer-section {
    min-height: auto;
    margin-top: 60px;
  }

  .footer-bg-image {
    background-size: cover;
    background-position: center top;
  }

  .footer-content {
    padding: 50px 15px 30px;
  }

  .footer-logo {
    max-width: 180px;
  }

  .footer-description {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .footer-link {
    font-size: 13px;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .contact-item {
    font-size: 13px;
    gap: 10px;
    /* flex-wrap: wrap; */
  }

  .contact-item span {
    word-break: break-word;
  }

  .footer-copyright {
    margin-top: 30px;
    padding-top: 20px;
  }

  .copyright-text {
    font-size: 12px;
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {
  .footer-section {
    min-height: auto;
    margin-top: 40px;
  }

  .footer-bg-image {
    background-size: cover;
    background-position: center top;
    min-height: 100%;
  }

  .footer-content {
    padding: 40px 15px 25px;
  }

  .footer-brand {
    margin-bottom: 25px;
  }

  .footer-logo {
    max-width: 160px;
    margin-bottom: 15px;
  }

  .footer-description {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .social-media-icons {
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .social-icon {
    width: 36px;
    height: 36px;
  }

  .social-icon i {
    font-size: 16px;
  }

  .footer-column {
    margin-bottom: 25px;
  }

  .footer-link {
    font-size: 13px;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .contact-item {
    font-size: 13px;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-item i {
    font-size: 16px;
    margin-top: 3px;
  }

  .contact-item span,
  .contact-item a {
    flex: 1;
    min-width: 0;
    word-break: break-word;
  }

  .footer-copyright {
    margin-top: 30px;
    padding-top: 20px;
  }

  .copyright-text {
    font-size: 12px;
    padding: 0 15px;
    line-height: 1.6;
  }
}

@media (max-width: 575.98px) {
  .footer-section {
    margin-top: 30px;
  }

  .footer-bg-image {
    background-size: cover;
    background-position: center top;
  }

  .footer-content {
    padding: 35px 15px 20px;
  }

  .footer-brand {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-logo {
    max-width: 140px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-description {
    font-size: 12px;
    margin-bottom: 18px;
    text-align: center;
  }

  .social-media-icons {
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }

  .social-icon {
    width: 32px;
    height: 32px;
  }

  .social-icon i {
    font-size: 14px;
  }

  .footer-column {
    margin-bottom: 20px;
    text-align: left;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-link {
    font-size: 12px;
    justify-content: flex-start;
  }

  .footer-links li {
    margin-bottom: 8px;
  }

  .footer-contact {
    align-items: flex-start;
    text-align: left;
  }

  .contact-item {
    font-size: 12px;
    gap: 8px;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  .contact-item i {
    font-size: 16px;
    margin-top: 0;
  }

  .contact-item span,
  .contact-item a {
    width: 100%;
    word-break: break-word;
  }

  .footer-copyright {
    margin-top: 25px;
    padding-top: 15px;
  }

  .copyright-separator {
    margin-bottom: 15px;
  }

  .copyright-text {
    font-size: 11px;
    line-height: 1.5;
    padding: 0 10px;
  }
}

/* -------- Our Satisfied Customers Section -------- */


.testimonials-carousel-wrapper {
  position: relative;
  padding: 0 60px;
}

.testimonials-owl-carousel {
  position: relative;
}

.testimonial-card-item {
  padding: 10px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(0.9);
}

.testimonial-card.active,
.testimonials-owl-carousel .owl-item.active.center .testimonial-card {
  opacity: 1 !important;
  transform: scale(1) !important;
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.15) !important;
  border-color: rgba(255, 140, 0, 0.2) !important;
}

.testimonial-image-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.testimonial-card.active .testimonial-image-wrapper {
  transform: scale(1.05);
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.testimonial-content {
  text-align: center;
}

.testimonial-text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 1.6;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.testimonial-card.active .testimonial-text {
  color: #1a1a2e;
  font-weight: 500;
}

.testimonial-rating {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.testimonial-rating i {
  font-size: 18px;
  transition: color 0.3s ease;
}

.testimonial-rating i.bi-star-fill {
  color: #FF8C00;
}

.testimonial-card.active .testimonial-rating i.bi-star-fill {
  color: #FF8C00;
}

.testimonial-rating i.bi-star {
  color: #d0d0d0;
}

.testimonial-card.active .testimonial-rating i.bi-star {
  color: #e0e0e0;
}

.testimonials-owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 120px);
  left: -60px;
  display: flex;
  justify-content: space-between !important;
  pointer-events: none;
  z-index: 10;
  margin: 0;
}

.testimonials-owl-carousel .owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #666;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
  pointer-events: all;
  padding: 0;
  line-height: 1;
}

.testimonials-owl-carousel .owl-nav button:hover {
  background: #ffffff;
  border-color: #333;
  color: #333;
  transform: scale(1.05);
}

.testimonials-owl-carousel .owl-nav button.owl-prev {
  left: 0;
  position: relative;
}

.testimonials-owl-carousel .owl-nav button.owl-next {
  right: 0;
  position: relative;
}

.testimonials-owl-carousel .owl-item {
  transition: all 0.4s ease;
}

.testimonials-owl-carousel .owl-item.active:not(.center) .testimonial-card {
  opacity: 0.5 !important;
  transform: scale(0.9) !important;
}

@media (max-width: 1199.98px) {
  .satisfied-customers-title {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .satisfied-customers-title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .testimonials-carousel-wrapper {
    padding: 0 50px;
  }

  .testimonials-owl-carousel .owl-nav {
    width: calc(100% + 100px);
    left: -50px;
  }
}

@media (max-width: 767.98px) {
  .satisfied-customers-title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .testimonials-carousel-wrapper {
    padding: 0 40px;
  }

  .testimonial-card {
    padding: 25px 20px;
  }

  .testimonial-image-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial-rating i {
    font-size: 16px;
  }

  .testimonials-owl-carousel .owl-nav {
    width: calc(100% + 80px);
    left: -40px;
  }

  .testimonials-owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .satisfied-customers-title {
    font-size: 30px;
  }

  .testimonials-carousel-wrapper {
    padding: 0 35px;
  }

  .testimonials-owl-carousel .owl-nav {
    width: calc(100% + 70px);
    left: -35px;
  }

  .testimonials-owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

/* -------- Product Carousel Section -------- */
.product-carousel-section {
  padding: 60px 0;
  background-color: #ffffff;
  position: relative;
}

.product-owl-carousel {
  position: relative;
}

.product-carousel-item {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.product-carousel-item:hover {
  transform: scale(1.02);
}

.product-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.product-owl-carousel .owl-nav {
  display: none;
}

.product-owl-carousel {
  touch-action: pan-x;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.product-owl-carousel .owl-stage {
  cursor: grab;
}

.product-owl-carousel .owl-stage:active {
  cursor: grabbing;
}

@media (max-width: 991.98px) {
  .product-carousel-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .product-carousel-section {
    padding: 40px 0;
  }

  .product-owl-carousel {
    touch-action: pan-x;
  }
}

@media (max-width: 575.98px) {
  .product-carousel-section {
    padding: 30px 0;
  }

  .product-owl-carousel {
    touch-action: pan-x;
  }

  .product-carousel-item {
    margin-bottom: 10px;
  }
}

/* --------  Category Section Styles -------- */
.category-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.indulge {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #2E456A;

}


.category-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .category-owl-carousel:not(.owl-loaded) {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

/* Mobile Carousel Styles */
@media (max-width: 991px) {
  /*.category-owl-carousel.owl-carousel {*/
  /*  display: block;*/
  /*}*/

  .category-owl-carousel .category-card {
    margin: 0 auto;
  }

  /* Owl Carousel Navigation - Mobile and Tablet */
  .owl-nav {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px;
    position: relative;
  }

  .category-owl-carousel .owl-nav {
    gap: 10px;
  }

  .category-owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1a1a2e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
  }

  .category-owl-carousel .owl-nav button:hover {
    background: #2E4A6B;
    transform: scale(1.1);
  }

  .category-owl-carousel .owl-nav button.owl-prev,
  .category-owl-carousel .owl-nav button.owl-next {
    position: static;
    margin: 0;
  }

  .category-owl-carousel .owl-dots {
    display: none !important;
  }

  .owl-carousel .owl-dots {
    display: none !important;
  }
}

.category-card.gradient-card,
.category-card.white-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 0 1 auto;
  min-width: 180px;
  width: 180px;
  height: 380px;
  display: flex;
  flex-direction: column;
}

.category-card.active {
  width: 300px;
  min-width: 300px;
}

.category-card.gradient-card {
  background: linear-gradient(180deg, #e2e5ea 0%, #b0bbc8 50%, #d1d1dc 100%);
}

.category-card.gradient-card .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

.category-card.gradient-card .category-label {
  position: absolute;
  font-family: chillen;
  color: #ffffff;
  font-size: 30px !important;
  font-weight: 500;
  z-index: 2;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.4s ease;
}

/* Active gradient cards - Horizontal label */
.category-card.gradient-card.active {
  background: #ffffff !important;
  border: 1px solid #e8e8e8;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  font-family: chillen;

}

.category-card.gradient-card.active .card-image {
  position: relative;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  padding: 20px;
  opacity: 1;
}

.category-card.gradient-card.active .category-label {
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%) !important;
  font-weight: 700;
  /* bold */
  color: white;
  /* base color */
  text-shadow:
    -1px -1px 0 #c8cb1d,
    1px -1px 0 #c8cb1d,
    -1px 1px 0 #c8cb1d,
    1px 1px 0 #c8cb1d,
    2px 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 2.3rem;
  font-weight: 500;
}

.category-card.gradient-card.active .category-label::after {
  content: " →";
  font-size: 1.2rem;
}

.category-card.white-card {
  background: linear-gradient(180deg, #e2e5ea 0%, #b0bbc8 50%, #d1d1dc 100%);
}

/*.category-card.white-card .card-image {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  opacity: 0.3;*/
/*  transition: opacity 0.4s ease;*/
/*}*/
.category-card .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*opacity: 0.3;*/
  transition: opacity 0.4s ease;
}

.category-card.white-card .category-label {
  position: absolute;
  color: #ffffff;
  font-size: 3.3rem;
  font-family: chillen;
  font-weight: 500;
  z-index: 2;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.4s ease;
}

/* White card active state */
.category-card.white-card.active {
  background: #ffffff !important;
  border: 1px solid #e8e8e8;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.category-card.white-card.active .category-label {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) !important;
  text-shadow:
    -1px -1px 0 #b5b800,
    1px -1px 0 #c8cb1d,
    -1px 1px 0 #c8cb1d,
    1px 1px 0 #c8cb1d,
    2px 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 24px;
  font-weight: 500;
  font-weight: 500;
  font-family: chillen;
}

.category-card.white-card.active .category-label::after {
  content: " →";
  font-size: 24px;
}



.category-card.active .card-image {
  transition: transform 0.4s ease;
}



@media (max-width: 1200px) {

  .category-card.gradient-card,
  .category-card.white-card {
    min-width: 160px;
    width: 160px;
    height: 350px;
  }

  .category-card.active {
    width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 992px) {
  .category-section .section-header h1 {
    font-size: 2.2rem;
  }

  .category-card.gradient-card,
  .category-card.white-card {
    min-width: 140px;
    width: 140px;
    height: 320px;
  }

  .category-card.active {
    width: 260px;
    min-width: 260px;
  }

  .category-card.gradient-card .category-label,
  .category-card.white-card .category-label {
    font-size: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}

@media (max-width: 768px) {
  .category-section .section-header {
    margin-bottom: 40px;
  }

  .category-section .section-header h1 {
    font-size: 1.8rem;
  }

  .category-section .section-header p {
    font-size: 0.9rem;
  }

  .category-cards-wrapper {
    gap: 15px;
  }

  .category-card.gradient-card,
  .category-card.white-card {
    min-width: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
    height: 280px;
  }

  .category-card.active {
    width: 100%;
    min-width: 100%;
  }

  .category-card.gradient-card .category-label,
  .category-card.white-card .category-label {
    font-size: 1.1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 576px) {
 .category-owl-carousel.owl-carousel {
    display: block;
  }
  .category-card.gradient-card,
  .category-card.white-card {
    min-width: 80%;
    width: 85%;
    height: 200px;
    margin-bottom: 20px !important;
  }
.category-card.gradient-card .category-label,
  .category-card.white-card .category-label {
    font-size: 14px !important;}
  .category-card.active {
    width: 85%;
    min-width: 85%;
  }

  .category-section .section-header h1 {
    font-size: 1.6rem;
  }
}

/* -------- Feature Badges Section -------- */
.feature-badges {
  margin: 1.5rem 0;
}

.feature-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #fdf9ed;
  border: 1px solid #d4b88e;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-badge:hover {
  box-shadow: 0 2px 8px rgba(212, 184, 142, 0.2);
  transform: translateY(-1px);
}

.feature-badge img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.badge-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 1.4;
  flex: 1;
}

/* Responsive styles for feature badges */
@media (max-width: 991.98px) {
  .feature-badges {
    margin: 1.25rem 0;
  }

  .feature-badge {
    padding: 10px 14px;
    gap: 10px;
  }

  .feature-badge img {
    width: 30px;
    height: 30px;
  }

  .badge-text {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .feature-badges {
    margin: 1rem 0;
  }

  .feature-badge {
    padding: 10px 12px;
    gap: 10px;
  }

  .feature-badge img {
    width: 28px;
    height: 28px;
  }

  .badge-text {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .feature-badge {
    padding: 10px 12px;
    gap: 10px;
  }

  .feature-badge img {
    width: 28px;
    height: 28px;
  }

  .badge-text {
    font-size: 12px;
  }
}

/* ============================================
   CHECKOUT PAGE STYLES
   ============================================ */

/* Checkout Detail Section */
.checkout-detail-section {
  padding: 2rem 0;
  min-height: 100vh;
}

/* Breadcrumb */
.checkout-breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 2rem;
}

.checkout-breadcrumb-item a {
  color: #545454;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.checkout-breadcrumb-item.active {
  color: #545454;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.checkout-breadcrumb-item+.checkout-breadcrumb-item::before {
  content: "/";
  color: #545454;
  padding: 0 0.5rem;
  font-size: 0.875rem;
}

.checkout-progress-wrapper {
  margin-bottom: 3rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.checkout-progress-step {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  gap: 0.5rem;
}

.checkout-progress-connector {
  display: none;
}

.checkout-progress-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  flex-shrink: 0;
  background-color: #e0e0e0;
  color: #ffffff;
}

.checkout-progress-number {
  display: block;
}

.checkout-progress-checkmark {
  display: none;
}

.checkout-progress-step.completed .checkout-progress-circle {
  background-color: #28a745;
  color: #ffffff;
}

.checkout-progress-step.completed .checkout-progress-number {
  display: none;
}

.checkout-progress-step.completed .checkout-progress-checkmark {
  display: block;
  font-size: 1.2rem;
  color: #ffffff;
}

.checkout-progress-step.active .checkout-progress-circle {
  background-color: #2E456A;
  color: #ffffff;
}

.checkout-progress-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #999999;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.checkout-progress-step.completed .checkout-progress-label {
  font-weight: 600;
  color: #28a745;
}

.checkout-progress-step.completed .checkout-progress-label::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #28a745;
  border-radius: 2px;
}

.checkout-progress-step.active .checkout-progress-label {
  font-weight: 600;
  color: #545454;
}

.checkout-progress-step.active .checkout-progress-label::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #545454;
  border-radius: 2px;
}

.checkout-progress-step:not(.active):not(.completed) .checkout-progress-circle {
  background-color: #e0e0e0;
  color: #999999;
}

.checkout-progress-step:not(.active):not(.completed) .checkout-progress-label {
  color: #999999;
  font-weight: 400;
}

.checkout-form-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.checkout-form-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #545454;
  margin-bottom: 1.5rem;
}

.checkout-form-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #545454;
  margin-bottom: 0.5rem;
}

.checkout-form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.75rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #545454;
  background-color: #ffffff;
}

.checkout-form-control:focus {
  border-color: #2E456A;
  outline: none;
}

.checkout-form-control::placeholder {
  color: #999999;
}

.contact-info-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.contact-info-field-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E3F2FD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-icon i {
  font-size: 1.25rem;
  color: #2196F3;
}

.contact-info-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact-info-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #545454;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Wrapping row with spacing */
.payment-row {
  margin-top: 10px;
}

.checkout-radio-item:hover {
  border-color: #2E456A;
}

/* Selected state */
.checkout-radio-item input[type="radio"]:checked ~ span img {
  transform: scale(1.05);
}

/* Image Box */
.payment-img-box {
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-img-box img {
    width: 85%;
    height: 100%;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}

/* ------- RESPONSIVE ------- */

/* Small Mobiles */
@media (max-width: 576px) {
  .checkout-radio-item {
    padding: 10px;
  }
  .checkout-detail-section{
      margin-top: 50px !important;
  }
  .payment-img-box {
    width: 50px;
    height: 35px;
  }
}

/* Tablets */
@media (min-width: 577px) and (max-width: 992px) {
  .payment-img-box {
   width: 120px;
        height: 50px;
  }
}

/* Large Screens */
@media (min-width: 1200px) {
  .checkout-radio-item {
    padding: 14px;
  }
}


/* Wallet Section */
.checkout-wallet-section {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.checkout-wallet-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #545454;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.checkout-wallet-balance {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #545454;
  margin-bottom: 0.5rem;
}

.checkout-wallet-note {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 0.5rem;
}

/* Order Summary */
.checkout-order-summary {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  position: sticky;
  top: 2rem;
}

.checkout-order-summary-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #545454;
  margin-bottom: 1.5rem;
}

/* Product Item in Summary */
.checkout-summary-product {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.checkout-summary-product:last-child {
  border-bottom: none;
}

.checkout-summary-product-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  background-color: #f8f9fa;
}

.checkout-summary-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.checkout-summary-product-name {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #545454;
  margin: 0;
}

.checkout-summary-product-price {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #545454;
  text-align: right;
}



/* Coupon Section */
.checkout-coupon-section {
  margin: 1.5rem 0;
}

.checkout-coupon-input-group {
  display: flex;
  gap: 0.5rem;
}

.checkout-coupon-input {
  flex: 1;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.75rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #545454;
}

/* Discount Display */
.checkout-discount-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  margin-top: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.checkout-discount-code {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #545454;
}

.checkout-discount-amount {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #28a745;
  font-weight: 500;
}

.checkout-discount-remove {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #28a745;
  text-decoration: none;
  margin-left: 0.5rem;
  cursor: pointer;
}

.checkout-discount-remove:hover {
  text-decoration: underline;
}

/* Cost Breakdown */
.checkout-cost-breakdown {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}

.checkout-cost-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #545454;
}

.checkout-cost-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: 1px solid #e0e0e0;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #545454;
}

/* Coupon Button */
.btn-checkout-coupon {
  background-color: #2E456A;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-checkout-coupon:hover {
  background-color: #1e3248;
}

/* Quantity Button */
.btn-checkout-quantity {
  width: 80px;
  height: 30px;
  border: 1px solid lightgray;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #545454;
  transition: all 0.3s ease;
  padding: 10px 0px 10px 0px;
  gap: 0.5rem;
}

.btn-checkout-quantity:hover {
  border-color: #2E456A;
  background-color: #f8f9fa;
}


/* ============================================
   CHECKOUT RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 991.98px) {
  .checkout-order-summary {
    position: static;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .checkout-detail-section {
    padding: 1rem 0;
  }

  .checkout-form-card {
    padding: 1.5rem;
  }

  .checkout-progress-wrapper {
    margin-bottom: 2rem;
    gap: 1rem;
  }

  .checkout-progress-step {
    gap: 0.5rem;
  }

  .checkout-progress-circle {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
  }

  .checkout-progress-label {
    font-size: 0.75rem;
  }

  .contact-info-icon {
    width: 40px;
    height: 40px;
  }

  .contact-info-icon i {
    font-size: 1rem;
  }

  .contact-info-field {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .checkout-form-card {
    padding: 1rem;
  }

  .checkout-order-summary {
    padding: 1.5rem;
  }

  .checkout-progress-wrapper {
    gap: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: nowrap !important;
  }

  .checkout-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.5rem;
    position: relative;
  }

  .checkout-progress-connector {
    display: block;
    flex: 1;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0 0.5rem;
    min-width: 20px;
  }

  .checkout-progress-step.completed+.checkout-progress-connector {
    background-color: #545454;
  }

  .checkout-progress-step.completed+.checkout-progress-connector:has(+ .checkout-progress-step.completed) {
    background-color: #28a745;
  }

  .checkout-progress-step.active+.checkout-progress-connector {
    background-color: #e0e0e0;
  }

  .checkout-progress-circle {
    width: 25px;
    height: 25px;
    font-size: 0.875rem;
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    color: #666666;
  }

  .checkout-progress-step.completed .checkout-progress-circle {
    background-color: #28a745;
    border: none;
    color: #ffffff;
  }

  .checkout-progress-step.completed .checkout-progress-number {
    display: none;
  }

  .checkout-progress-step.completed .checkout-progress-checkmark {
    display: block;
    font-size: 1rem;
    color: #ffffff;
  }

  .checkout-progress-step.active .checkout-progress-circle {
    background-color: #2E456A;
    border: none;
    color: #ffffff;
  }

  .checkout-progress-step.active .checkout-progress-number {
    display: block;
  }

  .checkout-progress-step.active .checkout-progress-checkmark {
    display: none;
  }

  .checkout-progress-step:not(.active):not(.completed) .checkout-progress-circle {
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    color: #999999;
  }

  .checkout-progress-label {
    font-size: 10px;
    color: #999999;
    text-align: center;
  }

  .checkout-progress-step.completed .checkout-progress-label {
    color: #28a745;
    font-weight: 400;
  }

  .checkout-progress-step.completed .checkout-progress-label::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #28a745;
    border-radius: 1px;
  }

  .checkout-progress-step.active .checkout-progress-label {
    color: #545454;
    font-weight: 400;
  }

  .checkout-progress-step.active .checkout-progress-label::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #545454;
    border-radius: 1px;
  }

  .checkout-progress-step:not(.active):not(.completed) .checkout-progress-label {
    color: #cccccc;
  }
}


/* confirmorderdetail */
.confirm-order-section {
  padding: 2rem 0;
  min-height: 100vh;
}


/* Form Cards */
.confirm-order-form-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.confirm-order-form-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.5rem;
}

/* Contact Information Specific Styles */
.confirm-order-contact-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.confirm-order-contact-field-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.confirm-order-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E3F2FD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.confirm-order-contact-icon i {
  font-size: 1.25rem;
  color: #2196F3;
}

.confirm-order-contact-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.confirm-order-contact-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.confirm-order-contact-value {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  padding: 0.5rem 0;
  border: none;
  background: transparent;
  transition: all 0.3s ease;
  width: 100%;
}


.confirm-order-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Shipping Address Styles */
.confirm-order-shipping-field {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.confirm-order-shipping-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E3F2FD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.confirm-order-shipping-icon i {
  font-size: 1.25rem;
  color: #2196F3;
}

.confirm-order-shipping-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.confirm-order-shipping-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.confirm-order-shipping-value {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}



.confirm-order-shipping-row .confirm-order-shipping-field {
  flex: 1;
  margin-bottom: 0;
}

/* Payment Method Styles */
.confirm-order-payment-field {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.confirm-order-payment-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E3F2FD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.confirm-order-payment-icon i {
  font-size: 1.25rem;
  color: #2196F3;
}

.confirm-order-payment-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.confirm-order-payment-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.confirm-order-payment-value {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}

.confirm-order-payment-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.75rem;
}

.confirm-order-payment-row .confirm-order-payment-field {
  flex: 1;
  margin-bottom: 0;
}

/* Checkbox */
.confirm-order-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 0.5rem;
}

.confirm-order-checkbox-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #000;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}


/* Order Summary */
.confirm-order-summary {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  position: sticky;
  top: 2rem;
}

.confirm-order-summary-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.5rem;
}

/* Product Item in Summary */
.confirm-order-summary-product {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.confirm-order-summary-product:last-child {
  border-bottom: none;
}

.confirm-order-summary-product-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  background-color: #f8f9fa;
  flex-shrink: 0;
}

.confirm-order-summary-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.confirm-order-summary-product-name {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.confirm-order-summary-product-size {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #999999;
  margin: 0;
}


.confirm-order-summary-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #999999;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0;
  width: fit-content;
  min-width: 100px;
}

.confirm-order-summary-quantity-btn {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #000;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s ease;
  flex: 0 0 auto;
}

.confirm-order-summary-quantity-btn:hover {
  background-color: #f8f9fa;
}

.confirm-order-summary-quantity-value {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #000;
  text-align: center;
  padding: 0.5rem 0.75rem;
  flex: 1;
  min-width: 30px;
}

.confirm-order-summary-product-price {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}

/* Coupon Section */
.confirm-order-coupon-section {
  margin: 1.5rem 0;
}

.confirm-order-coupon-input-group {
  display: flex;
  gap: 0.5rem;
}

.confirm-order-coupon-input {
  flex: 1;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.75rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #000;
}

.confirm-order-coupon-input:focus {
  outline: none;
  border-color: #2E456A;
  box-shadow: 0 0 0 0.2rem rgba(46, 69, 106, 0.1);
}

.confirm-order-coupon-btn {
  background-color: #2E456A;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.confirm-order-coupon-btn:hover {
  background-color: #1e3248;
}

/* Discount Display */
.confirm-order-discount-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  margin-top: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.confirm-order-discount-code {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.confirm-order-discount-icon {
  color: #28a745;
}

.confirm-order-discount-amount {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #28a745;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.confirm-order-discount-remove {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #28a745;
  text-decoration: none;
  cursor: pointer;
}

.confirm-order-discount-remove:hover {
  text-decoration: underline;
}

/* Cost Breakdown */
.confirm-order-cost-breakdown {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}

.confirm-order-cost-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #000;
}

.confirm-order-cost-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: 1px solid #e0e0e0;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.Customization , .rewardmoney{
  border-radius: 10px;
  background-color: #FFF7F3;
  border: 1px solid #DDB6C2 !important;
  
}
.Customization p{
 font-size: 14px;
}
.gold-dimensions{
  background-color: #EFFAFF;}
.gold-dimensions span{
  font-size: 12px;
  color: #545454;
  font-weight: 500;
}
.gold-dimensions img{
  width: 36px;
  height:36px;
  display: block;
  margin-bottom: 5px;
}

/* productview section */
.product-view-section {
  padding: 2rem 0;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 2rem;
}

.breadcrumb-item a {
  color: #2E456A;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #545454;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: #545454;
  padding: 0 0.5rem;
}

/* Product Image Gallery */
.product-image-main {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  background-color: #f8f9fa;
  margin-bottom: 1rem;
  border-radius: 15px;
}

.product-thumbnails {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.thumbnail-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  background-color: #1a4d3a;
}

.thumbnail-img:hover,
.thumbnail-img.active {
  border-color: #2E456A;
  transform: scale(1.05);
}

/* Product Details */
.product-title-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.product-title {
  font-size: 2rem;
  font-weight: 600;
  color: #2E456A;
  margin: 0;
  flex: 1;
}

.product-actions {
  display: flex;
  gap: 0.75rem;
  margin-left: 1rem;
}

.action-icon {
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #545454;
  background-color: #ffffff;
}

.action-icon:hover {
  border-color: #2E456A;
  color: #2E456A;
  background-color: #f8f9fa;
}

.price-section {
  margin-bottom: 1.5rem;
}

.current-price {
  font-size: 2rem;
  font-weight: 600;
  color: #2E456A;
  margin-right: 1rem;
}

.original-price {
  font-size: 1.25rem;
  color: #999;
  text-decoration: line-through;
}

.availability {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #545454;
}

.availability .stock-status {
  color: #28a745;
  font-weight: 600;
}

.ring-size-cart-section {
  margin-bottom: 1.5rem;
}

.ring-size-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #545454;
  text-transform: uppercase;
  white-space: nowrap;
}

.ring-size-select-wrapper {
  position: relative;
  flex: 1;
  min-width: 120px;
}

.ring-size-select {
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 1rem;
  color: #2E456A;
  background-color: #ffffff;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
  cursor: pointer;
  width: 100%;
}

.ring-size-select:focus {
  border-color: #2E456A;
  box-shadow: 0 0 0 0.2rem rgba(46, 69, 106, 0.25);
  outline: none;
}

.ring-cat-filter-btn {
  background-color: lightgray;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring-cat-filter-btn:hover {
  background-color: #a0a0a0;
  color: #000;
}

.ring-cat-filter-btn i {
  font-size: 20px;
}


/* Collapsible Sections */
.product-info-section {
  margin-top: 2rem;
}

.info-section-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 1rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.info-section-header:hover {
  color: #2E456A;
}

.info-section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2E456A;
  margin: 0;
}

.info-section-icon {
  transition: transform 0.3s ease;
  color: #545454;
}

.info-section-header[aria-expanded="true"] .info-section-icon {
  transform: rotate(180deg);
}

.custom-gold-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0;
  font-size: 14px;
}

.custom-gold-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.custom-gold-table .heading_detail{
  color: gray;
}

.info-section-content.show {
  display: block;
}

.sku-text {
  font-size: 12px;
  color: #284FD8;
}

.show-less-link {
  color: #2E456A;
  text-decoration: none;
  font-size: 12px;
  margin-top: 1rem;
  display: inline-block;
}

.show-less-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .confirm-order-discount-amount {
    font-size: 12px;
  }

  .product-title {
    font-size: 1.5rem;
  }

  .product-actions {
    margin-left: 0;
  }

  .current-price {
    font-size: 1.5rem;
  }

  .thumbnail-img {
    width: 60px;
    height: 60px;
  }


  .ring-size-select-wrapper {
    flex: 1;
    min-width: 100px;
  }

  .ring-size-select {

    width: 30%;
  }

  .related-carousel-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .product-view-section {
    padding: 1rem 0;
  }

  .confirm-order-contact-grid {
    display: block;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .confirm-order-payment-row {
    flex-direction: column;
  }

  /* .confirm-order-shipping-content{
  align-items: center  ;
} */
  .product-title {
    font-size: 1.25rem;
  }

  .current-price {
    font-size: 1.25rem;
  }

  .original-price {
    font-size: 1rem;
  }

  .ring-size-label {
    font-size: 0.75rem;
  }

  .ring-size-select {
    padding: 0.625rem 0.875rem;
    font-size: 0.9rem;
    padding-right: 2.25rem;
    width: 50%;
  }

}

@media (min-width: 1024px) and (max-width: 1200px) {
  .ring-size-cart-section .row {
    justify-content: flex-start;
  }

  .ring-size-cart-section .col-lg-4 {
    flex: 0 0 auto;
    width: auto;
  }

  .product-price {
    font-size: 12px !important;
  }

  .product-tax-info,
  .product-rewards {
    font-size: 10px !important;
  }

  .product-title-ring {
    font-size: 14px !important;
  }
}


/* cartdetail section */

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

.cart-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.item-details h6 {
  margin-bottom: 4px;
  font-weight: 600;
  color: #333;
  font-size: 15px;
}

.item-details small {
  color: #777;
  font-size: 14px;
}

.remove-link {
  color: #888;
  font-size: 14px;
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s;
}

.remove-link:hover {
  color: #333;
}

.cart-summary {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  height: fit-content;
}

.cart-summary h5 {
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}

.shipping-option {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.shipping-option input[type="radio"] {
  margin-right: 8px;
  cursor: pointer;
}

.shipping-option label {
  margin: 0;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.summary-row.total {
  font-weight: 700;
  font-size: 18px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.ring-coupon-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

.ring-coupon-section h6 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.ring-coupon-section p {
  color: #777;
  font-size: 14px;
  margin-bottom: 16px;
}

.ring-coupon-input-group {
  display: flex;
  max-width: 400px;
}

.coupon-input-wrapper {
  position: relative;
  flex: 1;
}

.coupon-input-wrapper i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
}

.coupon-input {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}

.coupon-input:focus {
  outline: none;
  border-color: #2E456A;
  box-shadow: 0 0 0 0.2rem rgba(46, 69, 106, 0.1);
}

.apply-btn {
  border-radius: 0 6px 6px 0;
  border: 1px solid #ccc;
  border-left: none;
  background: #f5f5f5;
  color: #333;

  font-weight: 500;
  transition: all 0.3s;
}

.apply-btn:hover {
  background: #e9e9e9;
  color: #000;
}

.table-header {
  border-bottom: 1px solid gray;
  padding-bottom: 12px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .cart-summary {
    margin-top: 30px;
  }

  .ring-coupon-input-group {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .cart-item {
    padding: 15px 0;
  }

  .cart-item img {
    width: 70px;
    height: 70px;
  }

  .item-details h6 {
    font-size: 14px;
  }

  .item-details small {
    font-size: 15px;
  }

  .remove-link {
    font-size: 13px;
  }

  .cart-summary {
    padding: 20px;
  }

  .checkout-progress-wrapper {
    margin-bottom: 2rem;
  }
}

/* complete order section */
.complete-order-section {
  padding: 2rem 0 4rem;
  min-height: 100vh;
}

.complete-order-card {
  background-color: #FFF7F3;
  border-radius: 12px;
  padding: 3rem 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
  max-width: 800px;
}

.complete-order-header {
  text-align: center;
  margin-bottom: 2rem;
}

.complete-order-bag-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.complete-order-bag-img {
  max-width: 200px;
  height: auto;
}

.complete-order-checkmark-box {
  position: absolute;
  width: 30px;
  top: 135px;
  right: -7px;
  display: flex;
  align-items: center;
}



.complete-order-title {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5rem;
}

.complete-order-subtitle {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 0;
}


.complete-order-reward {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
}

.complete-order-gift-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.complete-order-reward-content h3 {
  font-weight: 600;
  color: #000000;
  /* margin-bottom: 0.5rem; */
  font-size: 1.125rem;
}

.complete-order-reward-content p {
  color: #666666;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.complete-order-items {
  margin-bottom: 1.5rem;
}

.complete-order-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.complete-order-item:last-child {
  margin-bottom: 0;
}

.complete-order-item-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.complete-order-item-info {
  flex: 1;
}

.complete-order-item-name {
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
}

.complete-order-item-weight {
  color: #666666;
  font-size: 0.875rem;
}

.complete-order-item-price {
  font-weight: 500;
  color: #000000;
  font-size: 0.9375rem;
}

.complete-order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #E0E0E0;
  margin-top: 1rem;
}

.complete-order-total-label {
  font-weight: 600;
  color: #000000;
  font-size: 1rem;
}

.complete-order-total-price {
  font-weight: 600;
  color: #000000;
  font-size: 1rem;
}


.checkout-progress-step.completed .checkout-progress-circle {
  background-color: #28a745;
  border-color: #28a745;
}

.checkout-progress-step.completed .checkout-progress-number {
  display: none;
}

.checkout-progress-step.completed .checkout-progress-checkmark {
  display: block;
}

@media (max-width: 767.98px) {
  .complete-order-card {
    padding: 2rem 1.5rem;
    margin: 1rem auto;
  }

  .complete-order-bag-img {
    max-width: 150px;
  }

  .complete-order-checkmark-box {
    top: 100px;
  }

  .complete-order-item-name {
    font-size: 12px;
  }

  .complete-order-item-img {
    width: 50px;
    height: 50px;
  }

  .complete-order-item {
    margin-bottom: 1rem !important;
  }
}

/* ringcatogy filter section */



.ring-cat-banner-carousel {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.ring-cat-banner-carousel .carousel-item {
  height: 300px;
  position: relative;
}

.ring-cat-banner-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.ring-cat-filter-header h5 {
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
  .ring-cat-banner-carousel {
    height: 200px;
  }

  .ring-cat-banner-carousel .carousel-item {
    height: 200px;
  }

  .ring-cat-filter-btn {
    min-width: 45px;
    padding: 8px 12px;
  }
}


.ring-cat-filter-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.ring-cat-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ring-cat-filter-header h5 {
  font-weight: 600;
  margin: 0;
}

.ring-cat-refresh-icon {
  cursor: pointer;
  color: #666;
  font-size: 18px;
}

.ring-cat-refresh-icon-mobile {
  cursor: pointer;
  color: #666;
  font-size: 18px;
  margin-left: auto;
}

.ring-cat-filter-section {
  margin-bottom: 0;
  border-bottom: 1px solid #e9ecef;
}

.ring-cat-filter-section:last-child {
  border-bottom: none;
}

.ring-cat-filter-section-header {
  width: 100%;
  background: transparent;
  border: none;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.ring-cat-filter-section-header:hover {
  color: #1b2b45;
}

.ring-cat-filter-section-header h6 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  color: #333;
}

.ring-cat-filter-section-icon {
  font-size: 14px;
  color: #666;
  transition: transform 0.3s ease;
}

.ring-cat-filter-section-header[aria-expanded="true"] .ring-cat-filter-section-icon {
  transform: rotate(180deg);
}

.ring-cat-filter-section-content {
  padding-bottom: 15px;
}

.ring-cat-filter-option {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.ring-cat-filter-option input[type="checkbox"],
.ring-cat-filter-option input[type="radio"] {
  margin-right: 8px;
  cursor: pointer;
}

.ring-cat-filter-option label {
  margin: 0;
  cursor: pointer;
  flex: 1;
}

.ring-cat-show-more-link {
  color: #1b2b45;
  text-decoration: none;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
}

.ring-cat-show-more-link:hover {
  text-decoration: underline;
}


.ring-cat-product-card {
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ring-cat-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.ring-cat-product-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.ring-cat-product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.ring-cat-offer-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffc107;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 10px 0px 20px 0px;
  z-index: 2;
}

.ring-cat-favorite-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}

.ring-cat-favorite-icon:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.ring-cat-favorite-icon i {
  color: #666;
  font-size: 16px;
}

.ring-cat-favorite-icon.active i {
  color: #e74c3c;
}

.ring-cat-card-body {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ring-cat-product-name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.ring-cat-product-price {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.ring-cat-product-tax {
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
}

.ring-cat-product-rewards {
  font-size: 11px;
  color: #1b2b45;
  margin-bottom: 10px;
}

.ring-cat-btn-add {
  background: #1b2b45;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.ring-cat-btn-add:hover {
  background: #142033;
  color: #fff;
}

.ring-cat-btn-add i {
  font-size: 16px;
}

.ring-cat-product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.ring-cat-product-header h5 {
  font-weight: 600;
  margin: 0;
  color: #2E456A !important;
}

.ring-cat-sort-select {
  width: auto;
  min-width: 180px;
}

.ring-cat-filter-btn {
  background-color: lightgray;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring-cat-filter-btn:hover {
  background-color: #a0a0a0;
  color: #000;
}

.ring-cat-filter-btn i {
  font-size: 20px;
}



.ring-cat-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
    transition: transform 0.2s ease !important;

}


.ring-cat-btn-add {
  margin-top: auto;
}

.ring-cat-promo-image {
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}


@media (max-width: 768px) {
  .ring-cat-filter-box {
    margin-bottom: 20px;
  }

  .ring-cat-product-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .ring-cat-product-header h5 {
    margin-bottom: 0;
  }

  .ring-cat-sort-select {
    width: auto;
    flex: 1;
    min-width: 150px;
  }

  .ring-cat-filter-btn {
    min-width: 45px;
    padding: 8px 12px;
  }

  .ring-cat-product-tax {
    font-size: 10px;
  }
}

/*.main_banner_back h1 {*/
/*  min-height: 300px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background-image: url("../img/source/ringcategory/topringbanner.jpg");*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  position: relative;*/
/*  color: #fff;*/
/*  text-transform: uppercase;*/
/*  font-size: 80px;*/
/*  font-weight: 700;*/
/*  letter-spacing: 5px;*/
/*  font-family: "Playfair Display", serif;*/
/*  z-index: 1;*/
/*}*/

.main_banner_back h1 {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 5px;
    font-family: "Playfair Display", serif;
    z-index: 1;
}


.main_banner_back .contact {
  background-image: url("../img/source/contactus/conatactbanner.jpg");

}

.main_banner_back h1::after,
.main_banner_back .contact::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  /* Overlay */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 992px) {

  .main_banner_back h1,
  .main_banner_back .contact {
    min-height: 250px;
    font-size: 60px;
    letter-spacing: 4px;
  }

}

@media (max-width: 576px) {

  .main_banner_back h1,
  .main_banner_back .contact {
    min-height: 150px;
    font-size: 21px;
    letter-spacing: 2px;
    text-align: center;
  }
}


.myorder-page {
  --myorder-secondary: #2e456a;
  --myorder-accent-soft: #edf8fd;
  --myorder-bg-body: #f4f7fe;
  --myorder-bg-card: #ffffff;
  --myorder-surface-muted: #f9fbff;
  --myorder-text-primary: #1f2640;
  --myorder-text-secondary: #6c7275;
  --myorder-text-tertiary: #9aa0c2;
 
}



.myorder-page .myorder-sidebar-card {
  background-color: #EDF8FD;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 60, 0.08);
  padding: 5px;
  padding-top: 10px;
}

.myorder-page .myorder-sidebar-card .nav-link,
.myorder-page .offcanvas-body .nav-link {
  font-size: 14px !important;
  color: #6c7275;
  border-radius: 12px;
  font-weight: 500;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.myorder-page .myorder-sidebar-card .nav-link:hover,
.myorder-page .offcanvas-body .nav-link:hover {
  background-color: #f4f7ff;
  color: #0f1f3c;
}

.myorder-page .myorder-sidebar-card .nav-link.active,
.myorder-page .offcanvas-body .nav-link.active {
  background-color: #2E456A;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(88, 121, 255, 0.4);
}

.myorder-page .myorder-profile-card {
  background: #EDF8FD;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(33, 82, 153, 0.18);
  color: #2E456A;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
}


.myorder-page .myorder-profile-layout {
  position: relative;
  display: grid;
  gap: 28px;
  align-items: start;
}

@media (min-width: 768px) {
  .myorder-page .myorder-profile-layout {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}

.myorder-page .myorder-profile-media {
  width: 128px;
  aspect-ratio: 1 / 1;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myorder-page .myorder-profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myorder-page .myorder-profile-subtitle {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #2E456A;
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 700;
}



.myorder-page .myorder-profile-info {
  display: flex;
  align-items: center;
  gap: 16px;
}


.myorder-page .myorder-profile-info-label {
  font-size: 0.78rem;
  color: var(--myorder-text-tertiary);
}

.myorder-page .myorder-profile-info-value {
  font-weight: 600;
  font-size: 12px;
  color: #2E456A;
}

.myorder-page .myorder-profile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  height: 100%;
}

@media (max-width: 575.98px) {


  .myorder-page .myorder-filter-nav {
    display: inline-flex;
    gap: 4px;
    overflow-x: auto;
  }

  .myorder-page .myorder-filter-nav .nav-link {
    font-size: 0.55rem;
    text-align: center;
    white-space: nowrap;
  }
}

.myorder-page .myorder-orders-card {
  background-color: var(--myorder-bg-card);
  border-radius: 20px;
  padding: 32px;
}

.myorder-page .myorder-filter-nav-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.myorder-page .myorder-filter-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d8def7;
  border-radius: 999px;
  background-color: #ffffff;
  max-width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
}

.myorder-page .myorder-filter-nav::-webkit-scrollbar {
  display: none;
}

.myorder-page .myorder-filter-nav .nav-item {
  flex: 0 0 auto;
  margin: 0;
  scroll-snap-align: center;
}

.myorder-page .myorder-filter-nav .nav-link {
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: var(--myorder-text-secondary);
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.myorder-page .myorder-filter-nav .nav-link.active {
  background-color: #2E456A;
  color: #fff !important;
  border-color: transparent;
}

@media (max-width: 575.98px) {
  .myorder-page .myorder-filter-nav {
    gap: 4px;
  }

  .myorder-page .myorder-filter-nav .nav-link {
    font-size: 0.7rem;
  }
}

.myorder-page .myorder-item-card {
  border: 1px solid #edf0ff;
  border-radius: 18px;
  padding: 20px 22px;
  background-color: var(--myorder-surface-muted);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.myorder-page .myorder-item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(15, 23, 60, 0.1);
}

.myorder-page .myorder-item-card-featured {
  background: #ffffff;
  border: 1px solid rgba(28, 55, 100, 0.12);
  box-shadow: 0 18px 45px rgba(28, 55, 100, 0.08);
}

.myorder-page .myorder-item-card-featured .myorder-item-thumb {
  box-shadow: 0 12px 36px rgba(17, 38, 77, 0.18);
}

.myorder-page .myorder-item-thumb {
  /*width: 188px;*/
  /*height: 88px;*/
  height: 154px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

.myorder-page .myorder-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myorder-page .myorder-status-chip {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
}

.myorder-page .myorder-status-onway {
  background-color: #d8ecff;
  color: #125093;
}

.myorder-page .myorder-status-delivered {
  background-color: #e7fed6;
  color: #2bb20d;
}

.myorder-page .myorder-status-cancelled {
  background-color: #ffe1df;
  color: #ff0000;
}

.myorder-page .myorder-status-returned {
  background-color: #fcf0cf;
  color: #b68a1b;
}

.myorder-page .myorder-status-pending {
  background-color: #c9cfc5 !important;
  color: #5e645a !important;
}

.myorder-page .myorder-order-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: #125093;
  min-width: 86px;
  text-align: right;
}

.myorder-page .myorder-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  color: var(--myorder-text-secondary);
  font-size: 0.8rem;
}

.myorder-page .myorder-order-label {
  font-size: 0.8rem;
  color: var(--myorder-text-secondary);
}

.myorder-page .myorder-order-number {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2E456A;
  text-decoration: none;
}


.myorder-page .myorder-order-badge {
  display: inline-flex;
  align-items: center;
  background: #f7d36a;
  color: #573500;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  margin-left: 10px;
}

.myorder-page .myorder-secondary-text {
  color: #a7adbf;
  font-size: 0.78rem;
}

.myorder-page .myorder-summary-card {
  border: 1px solid #e3e8ff;
  border-radius: 18px;
  padding: 20px 24px;
  background-color: #ffffff;
}

.myorder-page .myorder-detail-modal .modal-dialog {
  max-width: min(90vw, 720px);
}

.myorder-page .myorder-detail-modal .modal-dialog.modal-xl {
  max-width: min(95vw, 1140px);
}

.myorder-page .myorder-detail-modal .modal-content {
  border-radius: 30px;
  border: 1px solid #d7def2;
  box-shadow: 0 25px 70px rgba(15, 23, 60, 0.25);
}

.myorder-page .myorder-detail-modal .modal-header {
  border: none;
  padding: 28px 32px 0;
}

.myorder-page .myorder-detail-card {
  background-color: #EEFAFF;
  border-radius: 20px;
  padding: 20px 24px;
}

.myorder-page .myorder-product-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.myorder-page .myorder-product-thumb {
  width: clamp(64px, 12vw, 140px);
  flex: 0 0 clamp(64px, 12vw, 140px);
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
}

.myorder-page .myorder-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myorder-page .myorder-timeline {
  position: relative;
}

.myorder-page .myorder-timeline-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 18px;
}

.myorder-page .myorder-timeline-step::after {
  content: '';
  position: absolute;
  top: 38px;
  left: 18px;
  width: 2px;
  height: calc(100% - 38px);
  background-color: #d9def5;
}

.myorder-page .myorder-timeline-step:last-child {
  padding-bottom: 0;
}

.myorder-page .myorder-timeline-step:last-child::after {
  display: none;
}

.myorder-page .myorder-timeline-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #eef3ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  flex-shrink: 0;
}

.myorder-page .myorder-timeline-icon img {
  width: 65%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.myorder-page .myorder-timeline-step--completed .myorder-timeline-icon {
  background-color: #125093;
  box-shadow: 0 8px 20px rgba(18, 80, 147, 0.25);
}

.myorder-page .myorder-timeline-step--completed .myorder-timeline-icon img {
  filter: none;
  opacity: 1;
}

.myorder-page .myorder-timeline-step--completed::after {
  background-color: #125093;
}

.myorder-page .myorder-timeline-step.myorder-timeline-muted .myorder-timeline-icon {
  background-color: gray;
  border: 1px solid #d9def5;
}

.myorder-page .myorder-timeline-step.myorder-timeline-muted .myorder-timeline-icon img {
  filter: grayscale(1);
  opacity: 0.7;
}

.myorder-page .myorder-timeline-step.myorder-timeline-muted::after {
  background-color: #e8ecfb;
}

.myorder-page .myorder-timeline-step.myorder-timeline-muted .myorder-timeline-text {
  color: #9aa0c2;
}

.myorder-page .offcanvas-start {
  width: 280px;
}

@media (max-width: 991.98px) {
  .myorder-page .myorder-profile-card {
    padding: 28px;
  }

  .myorder-page .myorder-profile-layout {
    grid-template-columns: 1fr;
  }

  .myorder-page .myorder-profile-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .myorder-page .myorder-orders-card {
    padding: 10px;
  }

  .myorder-page .myorder-desktop-sidebar {
    display: none;
  }
}

@media (max-width: 575.98px) {
 

  .myorder-product-item h6 {
    font-size: 12px;
  }

  .Payment-Summary {
    font-size: 11px !important
  }

  .myorder-page .myorder-item-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px !important;
  }

  .myorder-page .myorder-order-price {
    font-size: 1.1rem;
  }

  .myorder-page .myorder-timeline-step {
    gap: 10px;
  }

  .myorder-page .myorder-timeline-icon {
    width: 32px;
    height: 32px;
    padding: 4px;
  }

  .myorder-page .myorder-timeline-step::after {
    left: 16px;
    top: 34px;
  }
}

.review-modal .modal-content {
  border-radius: 12px;
  text-align: center;
  padding: 1.5rem;

  
}

.review-modal h5 {
  font-weight: 600;
  color: #1e1e1e;
 

}

.review-modal p {
  font-size: 15px;
  color: #555;
}

.stars i {
  font-size: 2rem;
  color: #ffd700;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.stars i:hover {
  transform: scale(1.2);
}

textarea.form-control {
  resize: none;
  height: 120px;
  font-size: 14px;
}

.review-modal .btn-submit {
  background-color: #1f3668;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  width: 100%;
  padding: 10px;
}

.review-modal .btn-submit:hover {
  background-color: #15284d;
}

@media (max-width: 576px) {
  .stars i {
    font-size: 1.7rem;
  }

  .review-modal h5 {
    font-size: 1.2rem;
  }
}

.main {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .main {
    font-size: 1.5rem;
  }

  .editiconres {
    width: 50px !important;
    height: 50px;
    background: #2E456A;
    color: white;
    position: absolute;
    top: 85px;
    left: 55%
  }
}

@media (max-width: 575.98px) {
  .main {
    font-size: 1.35rem;
  }

  .editiconres {
    width: 50px !important;
    height: 50px;
    background: #2E456A;
    color: white;
    position: absolute;
    top: 85px;
    right: 40px;
  }

}

.notify-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

.notify-title {
  font-weight: 600;
  color: #111;
  font-size: 15px;
}

.myorder-secondary-text {
  color: #6c757d;
  font-size: 13px;
}

.notify-icon {
  width: 40px;
  height: 40px;
}

.wallet-summary {
  row-gap: 24px;
}

.wallet-title {
  font-size: clamp(1.25rem, 1.1rem + 0.5vw, 1.5rem);
  font-weight: 600;
  color: #101828;
  margin-bottom: 4px;
}

.wallet-subtitle {
  color: #475467;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.wallet-card {
  --wallet-accent-bg: rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  color: #fff;
  min-height: 100%;
  box-shadow: 0 18px 35px rgba(16, 40, 83, 0.15);
  overflow: hidden;
}

.wallet-card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wallet-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wallet-card-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.wallet-card-label i {
  font-size: 1.4rem;
}

.wallet-card-amount {
  font-size: clamp(1.5rem, 1rem + 1vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.wallet-card-description {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.wallet-card-actions {
  display: flex;
  justify-content: flex-end;
  padding: 14px 18px 18px;
  background: var(--wallet-accent-bg);
  border-radius: 0 0 16px 16px;
}

.wallet-card-actions .wallet-card-btn {
  min-width: 150px;
  text-align: center;
}

.wallet-card-btn {
  border-radius: 999px;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: 1.5px solid transparent;
}

.wallet-card-btn--light {
  background: #fff;
  color: #0a3d91;
}

.wallet-card-btn--light:hover {
  color: #052c6a;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(10, 61, 145, 0.25);
}

.wallet-card-btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.wallet-card-btn--outline:hover {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 18px rgba(8, 20, 60, 0.28);
}

.wallet-card--balance {
  --wallet-accent-bg: rgba(255, 255, 255, 0.18);
  background: linear-gradient(70.79deg, #318dd1 0.39%, #82bae3 98.42%);
}

.wallet-card-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.4);
  outline-offset: 3px;
}

.wallet-history {
  background: #ffffff;
  border-radius: 18px;
  padding: clamp(20px, 4vw, 28px);
  box-shadow: 0 18px 45px rgba(15, 41, 89, 0.07);
}


.wallet-history-select {
  min-width: 190px;
  background-color: #f2f4f7;
}

.wallet-history-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #101828;
  margin: 0;
}

.wallet-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  border-bottom: 1px solid #e4e7ec;
  padding-bottom: 6px;
  margin-bottom: 24px;
}

.wallet-tabs .nav-link {
  color: #667085;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
  transition: color 0.2s ease;
}

.wallet-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  transform: scaleX(0);
  background: linear-gradient(90deg, #1b2a7a, #126bff);
  transition: transform 0.25s ease;
}

.wallet-tabs .nav-link:hover {
  color: #1d2939;
}

.wallet-tabs .nav-link.active {
  color: #101828;
  font-weight: 600;
}

.wallet-tabs .nav-link.active::after {
  transform: scaleX(1);
}

.transaction-table {
  border-radius: 12px;
  overflow-x: auto;
}

.transaction-table table {
  min-width: 640px;
}

.transaction-table table thead {
  background: #fff3e6;
  border-radius: 16px 16px 0 0;
}

.transaction-table table thead th {
  font-size: 0.86rem;
  font-weight: 600;
  color: #475467;
  border-bottom: none;
}

.transaction-table table tbody tr {
  border-bottom: 1px solid #f0f2f6;
}

.transaction-table table tbody tr:last-child {
  border-bottom: none;
}

.transaction-table table tbody td,
.transaction-table table thead th {
  white-space: nowrap;
  padding: 16px 22px !important;
  font-size: 0.92rem;
  color: #1d2939;
}

.transaction-table table tbody td:nth-last-child(1),
.transaction-table table tbody td:nth-last-child(2) {
  font-weight: 600;
}

.text-credit {
  color: #12b76a;
  font-weight: 600;
}

.text-debit {
  color: #f04438;
  font-weight: 600;
}

.transaction-table table tbody td.text-credit {
  color: #12b76a;
}

.transaction-table table tbody td.text-debit {
  color: #f04438;
}

@media screen and (max-width: 768px) {
  .transaction-table {
    overflow-x: scroll;
    display: block;
  }

  .wallet-history {
    border-radius: 16px;
    padding: 20px;
  }

}

@media screen and (max-width: 576px) {
  .wallet-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    scrollbar-width: none;
  }

  .wallet-tabs::-webkit-scrollbar {
    display: none;
  }

  .wallet-tabs .nav-item {
    flex: 0 0 auto;
  }

  .wallet-tabs .nav-link {
    padding-bottom: 4px;
  }

  .wallet-card-description,
  .wallet-card-label {
    font-size: 12px;
  }

  .wallet-card-amount {
    font-size: 14px;
  }
}

.contact-page-container {
  font-family: "Poppins", sans-serif;
  color: #2c2d31;
}



.contact-intro__title {
  font-weight: 700;
  color: #102447;
  text-align: left;
}

.contact-intro__description {
  line-height: 1.7;
  color: #4f5360;
  font-size: 15px;
}

.contact-media {
  --contact-media-height: clamp(50vw, 400px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: var(--contact-media-height);
  max-width: 360px;
  margin: 0 auto;
}

.contact-media__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 220px 220px 0 0;
  border: 8px solid #fff;
  box-shadow: 0 0 0 12px #2E456A;
  background-color: #fff;
  object-fit: cover;
}

.contact-info-card {
  position: relative;
  background: url("../img/source/contactus/contactbg.png") center/cover no-repeat;
  padding: 30px;
  border-radius: 16px;
  color: #eef3ff;
  box-shadow: 0 18px 35px rgba(13, 35, 64, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.contact-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact-info-card>* {
  position: relative;
  z-index: 1;
}

.contact-info-card__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-info-card__text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
}
.contact-info-card__text:hover{
  color: rgba(255, 255, 255, 0.88);  
}
.contact-info-card__icon {
  font-size: 26px;
  margin-right: 12px;
  color: #fff;
}

.contact-info-card .mt-3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-form-card {
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-form-card__title {
  font-size: 24px;
  color: #102447;
  margin-bottom: 0.75rem;
}

.contact-form-card__label {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #3d4351;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contact-form-card__input {
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #d7dce8;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-card__input:focus {
  border-color: #32529d;
  box-shadow: 0 0 0 0.2rem rgba(50, 82, 157, 0.12);
}

.contact-section-subtitle {
  font-size: 15px;
  color: #6d7688;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .contact-intro {
    text-align: center;
  }

}

@media (max-width: 768px) {
  .contact-section-subtitle {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .contact-intro__description {
    font-size: 12px;
    text-align: start;
  }
}

@media (max-width: 576px) {
  .contact-page-container {
    padding-inline: 1.25rem;
  }

  .contact-media__image {
    width: 70%;
    margin-top: 10px;
  }

  .contact-form-card,
  .contact-info-card {
    border-radius: 14px;
    padding: 24px 20px;
  }

  .contact-intro__description {
    font-size: 12px;
  }

  .contact-form-card__label {
    font-size: 13px;
  }

  .contact-info-card__text {
    font-size: 14px;
  }
}

.conversionalsuccess {
  bottom: 0;
  position: absolute;
  top: 23%;
  right: 30%;
  width: 30px;
}

@media (min-width: 577px) {
  .conversionalsuccess {
    right: 39%;
    width: 25px;
  }
}

@media (max-width: 577px) {

  .ConversionRate,
  .ConversionRate span {
    font-size: 12px;
  }
}

@media (min-width: 756px) and (max-width: 1025px) {

  .CalendarTrigger {
    justify-content: center !important;
  }
    .product-price {
    font-size: 12px !important;
  }
}

@media (min-width: 1023px) {
  .ring-size-select {
    width: 70% !important;
  }
 
}
/* //opt input css */
.otp-container {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.otp-input {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #bbb;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
  color: gray;
}

.otp-input:focus {
  border-color: #000;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

@media screen and (max-width: 480px) {
  .otp-input {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .Customization p{
 font-size: 10px;
}
}
.customize-modal {
  border-radius: 20px;
  overflow: hidden;
}

.apply-modal-btn {
  background-color: #1e3248;
  border: none;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 8px;
}

.apply-modal-btn:hover {
  background-color: #16293a;
}
.edit-custmoize img{
  width: 30px !important;
  height: 30px;
}
/* profile-edit-modal */
.edit-account-modal {
  border-radius: 25px;
  overflow: hidden;
}

.edit-profile-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.edit-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(15px);
  background: #1e3248;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-btn {
  background-color: #1e3248;
  border-radius: 10px;
  padding: 10px 0;
  width: 200px;
  border: none;
}

.update-btn:hover {
  background-color: #16293a;
}
.phone-group {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.phone-prefix {
  background: #fff;
  padding: 8px 10px;
  border: 1px solid #ced4da;
  border-right: none;
  font-weight: 600;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  color: #333;
  flex-shrink: 0; 
}

.phone-input-field {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-left: none;
  border-radius: 0 6px 6px 0;
  font-size: 14px;
  outline: none;
  min-width: 0; 
}

.phone-input-field:focus {
  border-color: #1e3248;
  box-shadow: 0 0 5px rgba(30, 50, 72, 0.3);
}

@media (max-width: 400px) {
  .phone-prefix {
    padding: 8px 6px;
    font-size: 13px;
  }

  .phone-input-field {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.mobile-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}

.mobile-scroll table {
  width: 800px; 
}

@media (min-width: 768px) {
  .mobile-scroll table {
    width: 100%;  
  }
}

.form-control{
  padding: .375rem .75rem !important; 
}
.modal-dialog {
  max-height: 90vh;
  display: flex;
  align-items: center;
}

.modal-content {
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden; 
}

.modal-body {
  overflow-y: auto;
  padding-right: 10px; 
}
@media (max-width: 1030px) {
   .RewardMoneyrs{
    font-size: 20px !important;
  }
  .ConverttoMoneybtn{
    font-size: 10px !important;}
  }
  .map-container {
  position: relative;
  width: 100%;
  height: 60vh; 
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



/* Jewelry Dropdown Menu Styles */
.jewelry-link-dropdown {
  position: relative;
}

/*.jewelry-dropdown-menu {*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 300%;*/
/*  transform: translateX(-50%);*/
/*  background-color: #f5f5f5;*/
/*  border-radius: 12px;*/
/*  padding: 20px;*/
/*  min-width: 600px;*/
/*  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: all 0.3s ease;*/
/*  z-index: 1000;*/
/*  margin-top: 10px;*/
/*  max-height: 500px !important;      */
/*  overflow-y: auto;       */
/*  overflow-x: hidden; */
/*}*/
/*.jewelry-dropdown-menu {*/
/*    position: absolute;*/
/*    top: 30px;*/
/*    left: 625px;*/
/*    transform: translateX(-50%);*/
/*    background-color: #fff;*/
/*    border-radius: 12px;*/
/*    padding: 30px;*/
/*    min-width: 100vw;*/
/*    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 0.3s ease;*/
/*    z-index: 1000;*/
/*    margin-top: 10px;*/
/*    max-height: 500px !important;*/
/*    overflow-y: auto;*/
/*    overflow-x: hidden;*/
/*}*/
.jewelry-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.jewelry-dropdown-menu::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}
.jewelry-link-dropdown:hover .jewelry-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dropdown-section {
  margin-bottom: 25px;
}

.dropdown-section:last-child {
  margin-bottom: 0;
}

.dropdown-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #2E456A;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.dropdown-items-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.dropdown-item {
  display: flex;
  border: 1px solid #e9e3e3;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-item:hover {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  transform: translateY(-2px);
  color:#1E3A8A !important;
}

.dropdown-item-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.dropdown-item-text {
  font-size: 13px;
  color: #333;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

/* Filter Dropdown Menu Styles (for mobile/tablet) */
.filter-option-dropdown {
  position: relative;
}

.filter-dropdown-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  right: -15px;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
  margin-top: 5px;
  max-height: 400px;
  overflow-y: auto;
  width: calc(100% + 30px);
}

.filter-dropdown-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1002;
}

.filter-dropdown-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #d4a017;
}

.filter-option-dropdown:hover .filter-dropdown-menu,
.filter-option-dropdown.active .filter-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.filter-dropdown-menu .dropdown-items-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.filter-dropdown-menu .dropdown-item-icon {
  width: 35px;
  height: 35px;
}

.filter-dropdown-menu .dropdown-item-text {
  font-size: 12px;
}

/* Responsive adjustments for dropdown */
@media (min-width: 992px) {
  .filter-dropdown-menu {
    display: none !important;
  }
}

/* Tablet view - small cards like lg */
@media (min-width: 768px) and (max-width: 991.98px) {
    
  .jewelry-dropdown-menu {
    display: none !important;
  }
  
  .filter-option-dropdown:hover .filter-dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
  
  .filter-dropdown-menu {
    position: fixed;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 410px;
    max-height: 60vh;
    border-radius: 12px;
    margin-top: 0;
    padding: 20px;
    z-index: 1050;
    overflow-y: auto;
}
.dropdown-items-grid{
  gap: 0px;
}
  
  .filter-option-dropdown.active .filter-dropdown-menu {
    transform: translate(-50%, -50%);
  }
  
  .filter-dropdown-menu .dropdown-items-grid {
    grid-template-columns: repeat(4, 1fr);
    /* gap: 15px; */
  }
  
  .filter-dropdown-menu .dropdown-item-icon {
    width: 40px;
    height: 40px;
  }
  
  .filter-dropdown-menu .dropdown-item-text {
    font-size: 13px;
  }
  
  .filter-dropdown-close {
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .dropdown-item {
    gap: 0px;}
}

/* Mobile view - fullscreen */
@media (max-width: 767.98px) {
  .jewelry-dropdown-menu {
    display: none !important;
  }
  
  .filter-option-dropdown:hover .filter-dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
  
  .filter-dropdown-menu {
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    margin-top: 0;
    padding: 60px 15px 15px 15px;
    z-index: 1050;
    overflow-y: auto;
  }
  
  .filter-dropdown-menu .dropdown-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .filter-dropdown-close {
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 576px) {
  .filter-dropdown-menu .dropdown-items-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .filter-dropdown-menu .dropdown-item-icon {
    width: 30px;
    height: 30px;
  }
  
  .filter-dropdown-menu .dropdown-item-text {
    font-size: 11px;
  }
}
.form-control:focus{
    box-shadow: none !important;
}


/* New CSS*/
.login-inline::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #1E3A8A; /* dark blue */
    border-radius: 2px;
    transition: width 0.35s ease, box-shadow 0.35s ease;
}

/* Hover animation + glow */
.login-inline:hover::after {
    width: 100%;
    box-shadow: 0 0 6px #1E3A8A, 0 0 10px #1E3A8A;
}

.user-inline .user-text,
.user-inline .user-icon {
    transition: text-shadow .25s ease, filter .25s ease;
}

 .checkout-radio-item {
    border: 2px solid #ccc !important;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
}

/* Hover */
.checkout-radio-item:hover {
    border-color: #1E3A8A;
}

/* Active (selected) */
.checkout-radio-item.active {
    border: 2px solid #1E3A8A !important;
    background: #E8F0FF;
    box-shadow: 0 0 6px rgba(30, 58, 138, 0.4);
}


.login_maindiv {
 /*background: url('{{ asset('UI/source/admin_bg.svg') }}') no-repeat center center;*/
    background-size: cover !important;
    background-attachment: fixed;    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}


.login_card {
    background: rgba(255, 255, 255, 0.85);
    max-width: 420px;
    width: 100%;
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    backdrop-filter: blur(5px);
}

@media (max-width: 576px) {
    .login_card {
        padding: 1.4rem;
    }
}


.login_logo img {
    width: 150px;
    max-width: 100%;
    margin-bottom: 1rem;
}

@media (max-width: 576px) {
    .login_logo img {
        width: 120px;
    }
}


.login_title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

@media (max-width: 576px) {
    .login_title {
        font-size: 28px;
    }
}


.login_form {
    text-align: left;
}



.forgot_wrapper {
    /*background: url('{{ asset('UI/source/admin_bg.svg') }}') no-repeat center center;*/
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.forgot_card {
    background: rgba(255, 255, 255, 0.92);
    padding: 2.5rem;
    width: 100%;
    max-width: 420px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.25);
    backdrop-filter: blur(6px);
}
.offcanvas
 {
    z-index: 10000 !important;}
    .offcanvas-header {
    background: #2c4772;
    color: white;}
@media (max-width: 576px) {
    .forgot_card {
        padding: 1.7rem;
    }
   
.forgot_title {
    font-size: 21px !important;
}
    
}

.forgot_logo {
    width: 90px;
    margin-bottom: 1rem;
}

@media (max-width: 576px) {
    .metal-rate{
        font-size: 16px;
    }
    .forgot_logo {
        width: 70px;
    }
    .trading-price{
        font-size: 12px !important;
    }
    .trading-price-wrapper del {
      font-size: 10px !important;  
    }
}

.forgot_title {
    font-size: 26px;
    font-weight: 700;
    color: #1f2c44;
    margin-bottom: 10px;
}

.forgot_subtitle {
    color: #4a5568;
    font-size: 15px;
    margin-bottom: 1.5rem;
}

.forgot_label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0.3rem;
    display: block;
    text-align: left;
}

.forgot_input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    margin-bottom: 1.3rem;
    transition: 0.3s ease;
}
@media (min-width: 768px) and (max-width:992px) {
    .trading-price{
        font-size: 12px !important;
    }
    .trading-price-wrapper del {
      font-size: 10px !important;  
    }
    .category-card.gradient-card, .category-card.white-card {
        min-width: calc(20% - 7.5px);
        width: calc(20% - 7.5px);
        height: 150px;
    }
.category-cards-wrapper {
    gap: 0 !important;
    
}
.category-card.gradient-card .category-label, .category-card.white-card .category-label {
        font-size: 10px !important;
    
}
.category-card.white-card.active .category-label::after{
  font-size:10px !important;  
    
}
        .category-card.white-card.active .category-label{
text-shadow: 
            -0.5px -0.5px 0 #b5b800,
            0.5px -0.5px 0 #c8cb1d,
            -0.5px 0.5px 0 #c8cb1d,
            0.5px 0.5px 0 #c8cb1d,
            1px 1px 2px rgba(0, 0, 0, 0.6);
    }    
    .category-section {
        padding: 0;}
}


@media (min-width: 993px) and (max-width:1199px){
    .trading-price{
        font-size: 12px !important;
    }
    .trading-price-wrapper del {
      font-size: 10px !important;  
    }
     .category-card {
    min-width: 120px;
    width: 150px;
    height: 250px;
}
.cost-lg{
    font-size: 12px !important;
}
.category-card.active {
    width: 235px !important;
    min-width: 200px !important;
} .category-section {
        padding: 0;}
.category-card.white-card.active .category-label{
  font-size:15px !important;  
}
.category-card.white-card.active .category-label::after{
  font-size:15px !important;  
    
}
.category-card.gradient-card .category-label{
    font-size:15px !important;
}}
.offcanvas{
    z-index: 10000 !important;
}
@media (min-width: 992px) and (max-width:1199px){
.myorder-page .myorder-sidebar-card .nav-link{
    gap:0px;
}
.aiz-side-nav-text {
    font-size: 10px !important;
}    
    
    
}

.responsive-table th,
.responsive-table td {
    white-space: nowrap;
    
}

.responsive-table .badge {
    margin-bottom: 4px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.value-gap{
        gap: 10px !important;
    }
    
    
        .search-input-box>input{
        padding-left: 50px !important ;
    }
    .search-input-box>svg{
        left: 20px !important;
    }
    .sticky-top{
        top: 36px !important;
    }
   
  @media (max-width: 576px) {
      .cart-badge{
    position: absolute;
   /* top: 0px;*/
   /*right: 44%;*/
   top: -11px;
    right: -11px;
    min-width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: #2E456A;
}
.mbl-footer-menu{
     position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    width: 100% !important;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.35);
    z-index: 1050;
}
.footer-nav-allicon{
        padding: 13px;

  width: 100% !important;
   display: flex;
    background: white !important;
    justify-content: space-between !important;
}
.login-inline{
    padding: 0px !important;
}
#mbl-view-space{
    justify-content: space-between;
}
}

  @media (min-width: 576px) and (max-width: 1100px){
      .user-text{
      font-size:10px !important;
          
      }
}
@media (min-width:1080px) and (max-width:1400px){
.front-header-search{  
    width: 50%;
}
}