/* ---------- Base ---------- */
:root {
    --accent: #e74c3c;
    --muted: #9aa0a6;
    --card: #ffffff
}

html,
body {
    height: 100%
}

body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #222;
    background: #fff
}

a {
    text-decoration: none;
}

/* ---------- Navbar ---------- */
.topbar {
    background: #1f2326
}

.navbar-brand img {
    height: 84px
}

.nav-link {
    color: #f1f1f1 !important;
    font-weight: 500
}

.nav-link.active {
    color: red !important;
    font-weight: 600;
}

.navbar {
    padding: 0.6rem 0;
}

/* ---------- Hero / Carousel ---------- */
.hero-carousel .carousel-item {
    height: 520px;
    position: relative;
    overflow: hidden
}

.hero-carousel .bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(.45);
}

.hero-carousel .hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.hero-carousel .hero-content h1 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: .2px
}

.hero-carousel .hero-content p {
    font-size: 16px;
    opacity: .95
}

/* small screens */
@media (max-width:767.98px) {
    .hero-carousel .carousel-item {
        height: 320px
    }
    
    .hero-carousel .hero-content h1 {
        font-size: 22px
    }
}

/* ---------- Brand strip ---------- */
.brand-strip {
    padding: 24px 0;
}

.brand-strip img {
    max-height: 34px;
    opacity: .95
}

/* ---------- Categories circles ---------- */
.category-circle {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fbfbfb;
    box-shadow: 0 8px 18px rgba(16, 24, 32, 0.06);
    margin: 0 auto;
    display: block
}

@media (max-width:767.98px) {
    .category-circle {
        width: 200px;
        height: 200px;
        border-width: 6px
    }
}

/* ---------- Gallery ---------- */
.product-card img {
    height: 180px;
    object-fit: cover
}

@media (max-width:767.98px) {
    .product-card img {
        height: 120px
    }
}

/* ---------- Why choose / features ---------- */
.feature-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(16, 24, 32, 0.06);
    min-height: 160px
}

/* ---------- Testimonials ---------- */
.testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 26px;
    box-shadow: 0 10px 24px rgba(16, 24, 32, 0.05);
}

/* ---------- Footer ---------- */
.site-footer {
    background: #121316;
    color: #c7c9cc;
    padding: 38px 0
}

.footer-brands img {
    height: 28px;
    margin-right: 18px;
    opacity: .9
}

/* small helpers */
.muted-sm {
    color: var(--muted);
    font-size: 13px
}

.section-title {
    font-weight: 700;
    margin-bottom: 18px
}


.footer-link {
    color: #333 !important;
    text-decoration: none;
}

.footer-link:hover,
.footer-link.active {
    color: #d62b2b;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    border-radius: 6px;
    color: #000;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: #d62b2b;
    color: #fff;
}





.brand-logo {
    max-height: 60px;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.brand-logo:hover {
    filter: none;
    transform: scale(1.05);
}




 #why-choose-us {
    background-color: #f9f9f9;
}

.feature-card {
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.icon-circle {
    width: 70px;
    height: 70px;
    background: #f3f3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*About Us */
/* --- About Banner --- */
.about-banner-section {
  position: relative;
  background-image: url('/bansal-plylam/assets/images/sample.jpg');
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
.about-banner-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.about-banner-section .breadcrumb-text {
  letter-spacing: 1px;
  font-size: 14px;
  opacity: 0.9;
}

/* --- About Image --- */
.about-img-wrapper img {
  width: 100%;
  border-radius: 10px;
}

/* --- Vision & Mission Boxes --- */
.vision-box i, .mission-box i {
  color: #dc3545;
}

.breadcrumb-text a {
  color: #fff;
  transition: color 0.3s ease;
}

.breadcrumb-text a:hover {
  color: #dc3545;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
  .about-banner-section {
    min-height: 220px;
  }
  .about-banner-section h1 {
    font-size: 1.8rem;
  }
}




/*Contact Us*/

.contact-section {
  padding: 80px 0;
}

.contact-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.contact-section p {
  color: #555;
}

.contact-info {
  background: #fff;
}

.contact-info h5 {
  font-weight: 600;
  margin-top: 5px;
}

.contact-info .icon {
  color: #d32f2f;
  font-size: 1.5rem;
  margin-right: 10px;
}

iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 50px 0;
  }
  .contact-section h2 {
    font-size: 1.8rem;
  }
}