*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
--var-text-black:#22201d;
--var-theme-gold:#dbaf36
}

body{
    font-family: "Inter Tight", sans-serif;
    overflow-x: hidden;
}
.top-offer-bar {
  background-color: var(--var-text-black);
  color: white;
  padding: 8px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--var-theme-gold);
  font-size: 14px;
}

.scrolling-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
}

.offer-item {
  margin: 0 40px;
  display: inline-block;
}

.offer-item strong {
  color: var(--var-theme-gold);
  font-weight: 600;
}



.offer-item:last-child:after {
  display: none;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  .navbar {
            background-color: white !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 0.8rem 1rem;
            top: 38px;
        }
        
        .navbar-brand {
            font-weight: 700;
            color: var(--var-text-black) !important;
        }
        
        .nav-link {
            color: var(--var-text-black) !important;
            font-weight: 500;
            padding: 4px 10px !important;
        
        }
        
        .nav-link.active {
            color: var(--var-theme-gold) !important;
        }
        
        .nav-link:hover {
            color: var(--var-theme-gold) !important;
        }
        
        .action-btn {
            margin-left: 0.7rem;
            padding: 6px 8px !important;
            font-size: 15px;
            border: 1px solid #a9a9a936!important;
            font-weight: 500;
        }
         .action-btn:hover{
            background-color: var(--var-theme-gold);
            transition: 0.3s ease;
            color: #FFF;
                border: 1px solid #d6d6d636!important;
         }
        .bi-gem {
            color: var(--var-theme-gold);
            margin-right: 8px;
        }
        .hero-banner {
  margin-top: 66px;
}

.carousel-item {
  height: 86vh;
  min-height: 400px;
}

.carousel-item {
  position: relative;
  overflow: hidden;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--var-theme-gold) 0%, transparent 100%);
  opacity: 0.2; 
  z-index: 1;
  pointer-events: none;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(0.7);
  position: relative;
  z-index: 0;
}

.carousel-caption {
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  right: auto;
  text-align: left;
  bottom: auto;
  width: 700px;
}


.carousel-caption h2 {
    line-height: 64px;
  font-size: 52px;
  font-weight: 650;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.carousel-caption p {
  font-size: 36px;
 
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

.btn-warning {
  background-color: var(--var-theme-gold);
  border-color: var(--var-theme-gold);
  color: #000;
  font-weight: 500;
}

.btn-warning:hover {
  background-color: #e6b52b;
  border-color: #e6b52b;
}
.shop-now{
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #dcdcdc;
    border-radius: 4px;

}
.shop-now:hover{
background-color: var(--var-theme-gold);
transition: .3s ease;
border-color: var(--var-theme-gold);

}
.carousel-control-next, .carousel-control-prev {
    width: 5%!important;
}
.common-heading{
    font-size: 36px;
    font-weight: 500;
    margin: 20px auto;
    margin-top: 40px;
    font-weight: 700;
}
.footer {
  background-color: var(--var-text-black) !important;
  border-top: 2px solid var(--var-theme-gold);
}

.text-gold {
  color: var(--var-theme-gold);
}

.footer a:hover {
  color: var(--var-theme-gold) !important;
  text-decoration: none;

}
.Category-product-name{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: var(--var-text-black);
}

.collections-box {
    position: relative;
  
  flex: 0 0 150px;
  height: 150px;
  margin: 15px;
  text-align: center;
  border: 2px solid rgba(219, 175, 54, 0.2);
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #F6F6F6;
  overflow: hidden;
}
.collections-box .position-absolute{
    background-color: #fff;
    width: 100%;
    top: 0;
    height: 92px;
    border-radius: 0 0 85px 85px;
}
.collections-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(219, 175, 54, 0.1);
  border-color: var(--var-theme-gold);
  background-color: var(--var-theme-gold);
  color: #fff;
}

.text-gold {
  color: var(--var-theme-gold);
}

.Category-product-name {
  font-size: 1rem;
  margin-top: 16px;
  font-weight: 500;
  color: var(--var-text-black);
}
.collections-box i{
    position: relative;
    z-index: 1;
}.collections-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
}






.collections-box:hover .Category-product-name,
.collections-box:hover i{
    color: #fff;
}
.collections-box:hover  .position-absolute{
    background-color: var(--var-theme-gold);
}

.festive-offers {
  background-color: #f9f3e6;
}

.festive-content {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.dhanteras-img{
    width: 105%;
    cursor: pointer;
}
.dhanteras-img:hover{
    transform: scale(1.02);
    transition: 0.3s ease;
}
/* Testimonials */
.testimonial-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.testimonial-card img{
    object-fit: cover;
    border: 3px solid #adadad7b;
}
.testimonial-card:hover {
  transform: translateY(-5px);
}

/* Wedding Special */
.wedding-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(219, 175, 54, 0.2);
  cursor: pointer;
}

.wedding-card:hover {
  transform: translateY(-5px);
  border-color: var(--var-theme-gold);
}

/* Jyotish Section */
.jyotish-content {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


/* Piercing Section */
.piercing-section {
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('./src/img/piercing-bg.jpg');
  background-size: cover;
  background-position: center;
}

.taglines {
  font-size: 1.1rem;
  color: #ddd;
}

/* About Section */
.about-section {
  background-color: #f9f9f9;
}

.store-info {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.btn-bottom a{
    border: 1px solid #bcbbbb49;
}
.btn-bottom a:hover{
    background-color: var(--var-theme-gold);
    color: #fff;
}

.luxury-products {
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}

.luxury-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('./src/img/gold-pattern.png') center/cover;
  opacity: 0.03;
  pointer-events: none;
}

.nav-tabs {
  border-bottom: 2px solid rgba(219, 175, 54, 0.2);
}

.nav-tabs .nav-link {
  color: var(--var-text-black);
  font-weight: 500;
  border: none;
  padding: 12px 20px;
  position: relative;
}

.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--var-theme-gold);
  transition: width 0.3s ease;
}

.nav-tabs .nav-link:hover::after,
.nav-tabs .nav-link.active::after {
  width: 100%;
}

.nav-tabs .nav-link.active {
  color: var(--var-theme-gold);
  background-color: transparent;
}

.product-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(219, 175, 54, 0.15);
}

.product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--var-theme-gold);
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.product-badge.bg-danger {
  background-color: #dc3545 !important;
}

.product-img-container {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img {
  transform: scale(1.05);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
  opacity: 1;
}

.quick-view {
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.product-card:hover .quick-view {
  transform: translateY(0);
}

.product-body {
  padding: 20px;
}

.product-title {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--var-text-black);
}

.product-price {
  margin-bottom: 10px;
}

.btn-gold {
  background-color: var(--var-theme-gold);
  color: white;
  border-color: var(--var-theme-gold);
}

.btn-gold:hover {
  background-color: #e6b52b;
  border-color: #e6b52b;
  color: white;
}

.btn-outline-gold {
  border: 2px solid var(--var-theme-gold);
  color: var(--var-theme-gold);
  font-weight: 600;
}

.btn-outline-gold:hover {
  background-color: var(--var-theme-gold);
  color: white;
}

/* Modal Styles */
.modal-content {
  border-radius: 15px;
  overflow: hidden;
  border: none;
}

.product-gallery img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.product-gallery img:hover {
  transform: scale(1.03);
}

.img-thumbnail {
  cursor: pointer;
  border-radius: 8px !important;
  transition: all 0.3s ease;
}

.img-thumbnail:hover {
  border-color: var(--var-theme-gold) !important;
  transform: scale(1.05);
}
.pierce-img{
    height: 500px;
    width: 100%;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  .product-img-container {
    height: 180px;
  }
  
  .product-body {
    padding: 15px;
  }
  
  .nav-tabs .nav-link {
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .festive-content, .jyotish-content {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .wedding-card, .testimonial-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .collections-box {
    width: 120px;
    height: 120px;
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .carousel-item {
    height: 50vh;
  }
  
  .carousel-caption {
    right: 10%;
    bottom: 20%;
  }
  
  .carousel-caption h2 {
    font-size: 1.8rem;
  }
  
  .carousel-caption p {
    font-size: 1rem;
  }
}