
.collectionshero {
  background: url("../Images/Collections_hero.png") no-repeat center center;
  background-size: cover;
  height: 60vh; /* Adjust height */
  position: relative;
  color: white;
  text-align: center;
}

/* Dark transparent overlay for better readability */
.abouthero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 1;
}

.about-heading {
  font-size: 3rem;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

/* Responsive text scaling */
@media (max-width: 992px) { /* Tablets */
  .about-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) { /* Mobiles */
  .abouthero {
    height: 40vh;
  }
  .about-heading {
    font-size: 2rem;
  }
}

@media (max-width: 480px) { /* Small Mobiles */
  .about-heading {
    font-size: 1.5rem;
  }
}

/* Filter bar styles */
.filter-bar a {
  text-decoration: none;
  color: #2c3e50; /* dark blue-gray */
  font-weight: 500;
  font-size: 1rem;
}

.filter-bar a.active {
  color: #d4a046; /* gold */
  font-weight: 600;
}

/* Carousel images */
 .carousel-item img {
        max-width: 60%;   /* Make image smaller (90% of container width) */
        margin: 0 auto;   /* Center horizontally */
        border-radius: 1rem; /* Keep rounded edges */
    }

/* Custom indicators */
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
}

.carousel-indicators .active {
  background-color: #d4a046; /* gold */
}
.collection-section {
  background-color: #fff; /* keep background clean */
}

.collection-subtitle {
  color: #d4a046; /* gold/orange shade */
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.collection-title {
  color: #2c3e50; /* dark navy */
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.collection-text {
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .collection-title {
    font-size: 1.5rem;
  }
  .collection-text {
    font-size: 0.95rem;
  }
}
.collectionsherosmall{
    background: url("../Images/OurCollections_banner.png") no-repeat center center;
  background-size: cover;
  height: 60vh; /* Adjust height */
  position: relative;
  color: white;
  text-align: center;
}
