
    
    
    /* Apply Futura everywhere in this page */
.craftsmanship-section,
.craftsmanship-section h1,
.craftsmanship-section h2,
.craftsmanship-section h3,
.craftsmanship-section h4,
.craftsmanship-section p,
.collection-banner,
.collection-banner h1,
.collection-banner p,
.breadcrumb,
.product-name,
.product-price,
.craft-btn {
    font-family: 'Futura-Light', sans-serif !important;
}
    
    
    /* Main Section Styling */
.craftsmanship-section {
  padding: 30px 0 50px 0; /* और कम किया गया padding */
  font-family: 'Poppins', sans-serif;
}

.collection-banner .banner-text p {
    text-align: justify;
    line-height: 1.4; /* थोड़ा कम किया गया */
}

.craftsmanship-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header - और कम किया गया */
.craftsmanship-header {
  text-align: center;
  margin-bottom: 25px; /* 40px से घटाकर 25px किया */
}

.craftsmanship-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px; /* 36px से घटाया */
  font-weight: 500;
  color: #111;
  margin-bottom: 8px; /* 10px से घटाया */
}

.craftsmanship-header .subtitle {
  font-size: 15px; /* 16px से घटाया */
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Main Content Layout - और कम किया गया */
.craftsmanship-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; /* 40px से घटाकर 30px किया */
  margin-bottom: 30px; /* 40px से घटाकर 30px किया */
}

/* Process Steps - और कम किया गया */
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 15px; /* 20px से घटाकर 15px किया */
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 15px; /* 18px से घटाकर 15px किया */
  padding: 15px; /* 18px से घटाकर 15px किया */
  background: #fff;
  border-radius: 8px;
  border-left: 3px solid transparent; /* 4px से घटाकर 3px किया */
  transition: all 0.3s ease;
  cursor: pointer;
}

.process-step.active {
  border-left-color: #d4a762;
  background: rgba(212, 167, 98, 0.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); /* shadow कम किया */
}

.step-icon {
  flex-shrink: 0;
  width: 32px; /* 36px से घटाकर 32px किया */
  height: 32px; /* 36px से घटाकर 32px किया */
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: all 0.3s ease;
}

.step-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px; /* 18px से घटाकर 17px किया */
  font-weight: 500;
  margin-bottom: 4px; /* 6px से घटाकर 4px किया */
  color: #111;
}

.step-content p {
  font-size: 12px; /* 13px से घटाकर 12px किया */
  line-height: 1.4;
  color: #666;
  margin: 0;
}

/* Craftsmanship Details - और कम किया गया */
.craftsmanship-details {
  display: flex;
  flex-direction: column;
  gap: 20px; /* 25px से घटाकर 20px किया */
}

.main-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 280px; /* 320px से घटाकर 280px किया */
}

/* Artisan Info - और कम किया गया */
.artisan-info {
  background: #fff;
  padding: 18px; /* 22px से घटाकर 18px किया */
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); /* shadow कम किया */
}

.artisan-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px; /* 20px से घटाकर 18px किया */
  font-weight: 500;
  margin-bottom: 3px; /* 4px से घटाकर 3px किया */
  color: #111;
}

.experience {
  font-size: 12px; /* 13px से घटाकर 12px किया */
  color: #d4a762;
  font-weight: 500;
  margin-bottom: 12px; /* 16px से घटाकर 12px किया */
}

.artisan-quote {
  position: relative;
  padding-left: 25px; /* 28px से घटाकर 25px किया */
  margin-bottom: 15px; /* 20px से घटाकर 15px किया */
}

.artisan-quote p {
  font-style: italic;
  font-size: 13px; /* 14px से घटाकर 13px किया */
  line-height: 1.4;
  color: #555;
  margin: 0;
}

/* Key Features - और कम किया गया */
.key-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px; /* 12px से घटाकर 8px किया */
  margin-top: 12px; /* 16px से घटाकर 12px किया */
}

.feature {
  display: flex;
  align-items: center;
  gap: 6px; /* 8px से घटाकर 6px किया */
  padding: 8px; /* 10px से घटाकर 8px किया */
  background: #f9f9f9;
  border-radius: 5px;
}

.feature span {
  font-size: 11px; /* 12px से घटाकर 11px किया */
  font-weight: 500;
  color: #333;
}

/* Process Timeline - और कम किया गया */
.process-timeline {
  margin-top: 30px; /* 40px से घटाकर 30px किया */
}

.timeline-track {
  position: relative;
  height: 3px; /* 4px से घटाकर 3px किया */
  background: #eee;
  border-radius: 2px;
  margin: 0 35px; /* 40px से घटाकर 35px किया */
}

.timeline-marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 65px; /* 70px से घटाकर 65px किया */
}

.marker-number {
  width: 24px; /* 26px से घटाकर 24px किया */
  height: 24px; /* 26px से घटाकर 24px किया */
  background: #fff;
  border: 2px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px; /* 13px से घटाकर 12px किया */
  color: #999;
  transition: all 0.3s ease;
  margin-bottom: 5px; /* 6px से घटाकर 5px किया */
}

.marker-label {
  font-size: 10px; /* 11px से घटाकर 10px किया */
  color: #999;
  text-align: center;
}

/* Responsive Design - और ऑप्टिमाइज़ किया गया */
@media (max-width: 992px) {
  .craftsmanship-section {
    padding: 25px 0 40px 0;
  }
  
  .craftsmanship-content {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 25px;
  }
  
  .key-features {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .main-image {
    height: 250px;
  }
  
  .craftsmanship-header {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .craftsmanship-section {
    padding: 20px 0 35px 0;
  }
  
  .craftsmanship-header h2 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  
  .process-step {
    padding: 14px;
    gap: 14px;
  }
  
  .timeline-track {
    margin: 0 20px;
  }
  
  .timeline-marker {
    width: 50px;
  }
  
  .marker-label {
    font-size: 9px;
  }
  
  .process-timeline {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .craftsmanship-section {
    padding: 15px 0 30px 0;
  }
  
  .key-features {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  
  .timeline-track {
    margin: 0 12px;
  }
  
  .timeline-marker {
    width: 42px;
  }
  
  .marker-number {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  
  .artisan-quote {
    padding-left: 20px;
    margin-bottom: 12px;
  }
  
  .artisan-quote p {
    font-size: 12px;
  }
  
  .craftsmanship-header {
    margin-bottom: 20px;
  }
  
  .craftsmanship-header h2 {
    font-size: 22px;
  }
}
    
    
    
    
        .product-image-container {
            flex: 1;            
            width: 100%;
            overflow: hidden;
        }

        /* Essential product grid styles */
        .products-grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 1.5rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .products-grid-container.grid-loaded {
            opacity: 1;
        }

        .product-card {
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid #f0f0f0;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            border-color: #ddd;
        }

        .product-card img {
            width: 100%;
            height: 100%;         
            object-fit: cover;
            display: block;
            background: #f8f8f8;
            transition: transform 0.5s ease;
        }

        .product-card:hover img {
            transform: scale(1.05);
        }

        .product-info {
            padding: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
            gap: 10px;
            margin-top: auto;
        }

        .product-name {
            font-size: 0.9rem;
            font-weight: 500;
            color: #333;
            line-height: 1.3;
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin: 0;
            padding-right: 8px;
            max-width: 70%;
        }

        .product-price {
            font-size: 0.95rem;
            color: #b0382c;
            font-weight: 700;
            white-space: nowrap;
            margin: 0;
            flex-shrink: 0;
        }

        /* Responsive Grid */
        @media (min-width: 1400px) {
            .products-grid-container {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (min-width: 1200px) and (max-width: 1399px) {
            .products-grid-container {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            .products-grid-container {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .products-grid-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 767px) {
            .products-grid-container {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }

            .product-info {
                padding: 12px;
            }

            .product-name {
                font-size: 0.85rem;
                -webkit-line-clamp: 1;
                max-width: 65%;
            }

            .product-price {
                font-size: 0.85rem;
            }
        }

        @media (max-width: 576px) {
            .products-grid-container {
                grid-template-columns: 1fr;
                gap: 0.75rem;
            }

            .product-info {
                padding: 10px;
            }
        }

        /* No products message */
        .no-products {
            grid-column: 1 / -1;
            text-align: center;
            padding: 3rem 1rem;
            color: #666;
        }

        .craft-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 24px; /* padding थोड़ा कम किया */
            margin-top: 15px; /* 20px से घटाकर 15px किया */
            background-color: #2f2f2f;
            color: #ffffff;
            text-decoration: none;
            font-size: 14px; /* 15px से घटाकर 14px किया */
            letter-spacing: 0.5px;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); /* shadow कम किया */
        }

        .craft-btn .btn-arrow {
            font-size: 16px; /* 18px से घटाकर 16px किया */
            transition: transform 0.3s ease;
        }

        .craft-btn:hover {
            background-color: #000000;
            transform: translateY(-2px);
        }

        .craft-btn:hover .btn-arrow {
            transform: translateX(5px);
        }
        
        
        
        

    
    
    /* ══ SECTION 1 ══ */
#s1 {
  display: grid;
  grid-template-columns: 48% 52%;
  background: #fff;
}

.s1-left { position: relative; overflow: hidden; }
.s1-left img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 55% top; display: block;
  filter: sepia(22%) contrast(1.1) brightness(0.92) saturate(1.1);
}

.s1-left::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 55%, #fff 100%);
}

.s1-right {
  display: flex; flex-direction: column; justify-content: flex-start;
  background: #fff;
}

.s1-title {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  color: #1a0e05;
  line-height: 1.1;
}

.s1-rule {
  width: 100%; height: 1px;
  background: linear-gradient(to right, rgba(135,100,45,0.4), rgba(135,100,45,0.05));
}

.s1-sub {
  color: #555;
  letter-spacing: 0.01em;
}

.artisan-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600; color: #1a0e05;
}

.artisan-meta { color: #666; line-height: 1.9; }

.artisan-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; color: #444;
}

.btn-row { display: flex; gap: 8px; } /* gap कम किया */

.btn-watch {
  background: #7a5c10; color: #fff; border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; letter-spacing: 0.05em;
  cursor: pointer; border-radius: 2px; transition: background 0.2s, transform 0.15s;
}

.btn-watch:hover { background: #5c4008; transform: translateY(-1px); }

.btn-craft {
  background: transparent; color: #7a5c10;
  border: 1.5px solid #7a5c10;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; letter-spacing: 0.05em; cursor: pointer;
  border-radius: 2px; transition: all 0.2s;
}

.btn-craft:hover { background: #7a5c10; color: #fff; transform: translateY(-1px); }

/* artisan cards heading */
.artisans-hdg {
  display: flex; align-items: center; gap: 10px; /* gap कम किया */
}

.artisans-hdg::before, .artisans-hdg::after {
  content: ''; flex: 1; height: 1px; background: rgba(135,100,45,0.4);
}

.artisans-hdg span {
  font-family: 'IM Fell English', serif; font-style: italic;
  color: #1a0e05; white-space: nowrap;
}

.artisans-row { display: grid; grid-template-columns: repeat(3,1fr); }

.a-card {
  position: relative; overflow: hidden; border-radius: 3px;
  aspect-ratio: 1/1.22; cursor: pointer;
  border: 1px solid rgba(155,120,65,0.35);
}

.a-card img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  display: block; filter: sepia(18%) contrast(1.08) brightness(0.94) saturate(1.1);
  transition: transform 0.35s, filter 0.35s;
}

.a-card:hover img { transform: scale(1.04); filter: sepia(5%) contrast(1.1) brightness(1.02); }

.a-card-ov {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(22,12,4,0.82) 0%, transparent 100%);
  color: #fff;
}

.a-card-ov b { display: block; font-family: 'Cormorant Garamond', serif; font-weight: 600; }
.a-card-ov small { opacity: 0.78; }

/* ══ SECTION 2 ══ */
#s2 {
  background: #fff;
}

.s2-header { text-align: center; }

.s2-title {
  font-family: 'IM Fell English', serif; font-style: italic;
  color: #1a0e05; line-height: 1.06;
}

.s2-sub {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500; color: #2c1a0e;
}

.s2-desc {
  color: #555;
  margin: 0 auto; line-height: 1.76;
}

/* tracker */
.tracker {
  display: flex; align-items: flex-start; justify-content: center;
  margin: 0 auto;
}

.t-node { display: flex; flex-direction: column; align-items: center; cursor: pointer; }

.t-circle {
  border-radius: 50%;
  border: 1.5px solid #9e8035; background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600; color: #7a5c10; transition: all 0.26s;
}

.t-node.active .t-circle {
  background: #7a5c10; border-color: #7a5c10; color: #fff;
  box-shadow: 0 0 0 4px rgba(122,92,16,0.15); /* shadow कम किया */
}

.t-lbl { color: #8a6a38; font-weight: 400; white-space: nowrap; }
.t-node.active .t-lbl { font-weight: 700; color: #5c3d0a; }
.t-line { flex: 1; height: 1px; background: #9e8035; }
.t-line.passed { background: #7a5c10; }

/* step body */
.step-body { display: grid; grid-template-columns: 48% 52%; }

.step-photo { position: relative; overflow: hidden; }
.step-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: sepia(20%) contrast(1.08) brightness(0.91);
  transition: opacity 0.32s;
}

.step-lbl-ov {
  position: absolute; color: #fff;
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.65);
}

.step-panel {
  background: #fff;
}

.sp-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  color: #1a0e05;
}

.sp-desc { color: #555; line-height: 1.75; }

.sub-grid { display: grid; grid-template-columns: repeat(3,1fr); }

.sub-th {
  position: relative; overflow: hidden; border-radius: 3px;
  aspect-ratio: 1/1.05; cursor: pointer;
  border: 1px solid rgba(155,120,65,0.28);
  transition: transform 0.22s, box-shadow 0.22s;
}

.sub-th:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(22,12,4,0.22); } /* shadow कम किया */

.sub-th img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: sepia(18%) contrast(1.05) brightness(0.91);
  transition: filter 0.25s;
}

.sub-th:hover img { filter: sepia(6%) contrast(1.1) brightness(1.0); }

.sub-th-lbl {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(18,10,3,0.78) 0%, transparent 100%);
  color: #fff; font-weight: 700;
  letter-spacing: 0.02em; line-height: 1.35;
}

@media (max-width: 820px) {
  #s1 { grid-template-columns: 1fr; }
  .s1-left { height: 45vw; min-height: 200px; } /* height कम किया */
  .s1-right { padding: 20px; } /* padding कम किया */
  .s1-title { font-size: 1.7rem; } /* font-size कम किया */
  .step-body { grid-template-columns: 1fr; }
  .step-photo { height: 45vw; min-height: 200px; } /* height कम किया */
  .step-panel { padding: 20px; } /* padding कम किया */
}




















    
       /* Bootstrap Carousel Customization */
#stepCarousel {
    margin-top: 15px;
}

#stepCarousel .carousel-indicators {
    position: static;
    margin: 10px 0 5px;
}

#stepCarousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
    margin: 0 4px;
}

#stepCarousel .carousel-indicators button.active {
    background-color: #7a5c10;
    transform: scale(1.2);
}

#stepCarousel .carousel-control-prev,
#stepCarousel .carousel-control-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #7a5c10;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

#stepCarousel .carousel-control-prev {
    left: -15px;
}

#stepCarousel .carousel-control-next {
    right: -15px;
}

#stepCarousel .carousel-control-prev:hover,
#stepCarousel .carousel-control-next:hover {
    opacity: 1;
    background: #5c3d0a;
}

/* Main image fixed size */
.step-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 354px; /* 674x354 ka ratio maintain */
    border-radius: 8px;
}

.step-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: sepia(20%) contrast(1.08) brightness(0.91);
    transition: opacity 0.32s;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .step-photo {
        height: 280px;
    }
    
    #stepCarousel .carousel-control-prev {
        left: -5px;
    }
    
    #stepCarousel .carousel-control-next {
        right: -5px;
    }
}

@media (max-width: 576px) {
    .step-photo {
        height: 220px;
    }
} 
    
    
    
    
    
    
    
    























    

        .collection-banner {
            background: #ffffff;
        }

        .collection-video {
            width: 100%;
            height: 380px; /* 420px से घटाकर 380px किया */
            overflow: hidden;
            margin-bottom: 30px; /* 40px से घटाकर 30px किया */
        }

        .collection-video video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .two-part-section {
            width: 100%;
            display: flex;
        }

        .two-part-section .part {
            width: 50%;
            height: 350px; /* 400px से घटाकर 350px किया */
            overflow: hidden;
        }

        .two-part-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Buy now hover effect */
        .buy-now-box {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }

        .buy-now-box::after {
            content: "BUY NOW";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            font-size: 36px; /* 42px से घटाकर 36px किया */
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: 0.3s ease;
            letter-spacing: 2px;
        }

        .buy-now-box:hover::after {
            opacity: 1;
        }

        .detail-now-box {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }

        .detail-now-box::after {
            content: "Meet Our Artisan";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            font-size: 36px; /* 42px से घटाकर 36px किया */
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: 0.3s ease;
            letter-spacing: 2px;
            text-align: center;
            line-height: 1.2;
        }

        .detail-now-box:hover::after {
            opacity: 1;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .two-part-section {
                flex-direction: column;
                height: auto;
            }

            .two-part-section .part {
                width: 100%;
                height: 250px; /* 300px से घटाकर 250px किया */
            }
            
            .collection-video {
                height: 250px; /* मोबाइल के लिए height कम की */
            }
        }

        /* Banner Styles */
        .collection-banner {
            background: #ffffff;
        }

        .breadcrumb {
            font-size: 0.8rem; /* 0.85rem से घटाकर 0.8rem किया */
            letter-spacing: 0.5px;
            margin-bottom: 1rem !important; /* 1.5rem से घटाकर 1rem किया */
        }

        .read-more {
            font-size: 0.85rem; /* 0.9rem से घटाकर 0.85rem किया */
            color: #b0382c;
            border-bottom: 1px solid #b0382c;
            padding-bottom: 2px;
            transition: all 0.3s ease;
        }

        .read-more:hover {
            color: #8a2c24;
            border-bottom-color: #8a2c24;
        }

        .banner-image img {
            max-height: 450px; /* 500px से घटाकर 450px किया */
            object-fit: cover;
            width: 100%;
        }

        /* Product Section */
        .product-section {
            background: #ffffff;
            position: relative;
        }

        /* Responsive Adjustments */
        @media (max-width: 1400px) {
            .banner-image img {
                max-height: 400px; /* 450px से घटाकर 400px किया */
            }
        }

        @media (max-width: 1200px) {
            .collection-banner {
                padding: 2rem 0 !important; /* 3rem से घटाकर 2rem किया */
            }

            .product-section {
                padding: 2rem 0 !important; /* 3rem से घटाकर 2rem किया */
            }
        }

        @media (max-width: 992px) {
            .banner-text h1 {
                font-size: 1.8rem; /* 2rem से घटाकर 1.8rem किया */
            }
        }

        @media (max-width: 768px) {
            .collection-banner {
                padding: 1.5rem 0 !important; /* 2rem से घटाकर 1.5rem किया */
            }

            .banner-text h1 {
                font-size: 1.5rem; /* 1.75rem से घटाकर 1.5rem किया */
            }

            .banner-text p {
                font-size: 0.85rem; /* 0.9rem से घटाकर 0.85rem किया */
            }

            .product-section {
                padding: 1.5rem 0 !important; /* 2rem से घटाकर 1.5rem किया */
            }
        }

        @media (max-width: 576px) {
            .collection-banner {
                padding: 1rem 0 !important; /* 1.5rem से घटाकर 1rem किया */
            }

            .banner-text h1 {
                font-size: 1.3rem; /* 1.5rem से घटाकर 1.3rem किया */
            }

            .product-section {
                padding: 1rem 0 !important; /* 1.5rem से घटाकर 1rem किया */
            }
        }

        
        
        
        
 