﻿h2, h3 {
    font-family: "Heebo", sans-serif;
    font-weight: 800;
    color: #B62E27;
}

.reer-para {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666565;
    margin-bottom: 1rem;
    
}

.product-list li {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666565;
}

    .product-list li i {
        color: #B62E27; 
    }


    .gallery-img {
        transition: transform 0.3s ease, box-shadow 0.4s ease;
        cursor: pointer;
        border-radius:15px;
    }

        .gallery-img:hover {
            transform: scale(1.04);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
/* Remove left-right padding for gallery columns on small devices */
@media (max-width: 576px) {
    .sticky-gallery .row > .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left:0;
    }

    .sticky-gallery img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}
.sticky-gallery {
    position: sticky;
    top: 90px; 
    z-index: 100; 
}

