.customer-gallery-container {
    /* padding: 20px; */
}

/* Brand Section */
.brand-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    justify-items: center;
    text-align: center;
    padding: 20px;
}

.brand-item {
    border: 1px solid #ddd;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s;
}

.brand-item img {
    width: 100%;
    /* Ensure it fills the width of the parent container */
    height: 250px;
    /* Set a fixed height for all brand images */
    border-radius: 5px;
    object-fit: cover;
    margin-top: 10px;
    /* Make sure the image covers the area without stretching */
}


.brand-item p {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: bold;
}

.brand-item:hover {
    transform: translateY(-10px);
}

/* Customer Gallery Section */
.customer-gallery {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* text-align: center; */
    background: rgba(240, 240, 243, 1);

}

.customer-gallery h2 {
    font-size: 2rem;
    /* margin-bottom: 20px; */
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.gallery-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    /* margin-bottom: 40px; */
}

.gallery-item img {
    width: 40%;
    max-width: 300px;
    height: 250px;
    margin: 10px;
    border-radius: 8px;
    object-fit: cover;
}

.gallery-item p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.customer-gallery-header {
    padding-top: 2%;
    padding-bottom: 2%;
}

.brand-section {
    padding-left: 5%;
    padding-right: 5%;
}

.brand-item {
    background: rgba(240, 240, 243, 1);
}

.item-name {
    padding-top: 3%;
    font-family: Quicksand;
    font-size: 32px;
    font-weight: 700;
    color: rgba(1, 87, 162, 1);
}

.customer-divi {
    padding-top: 2%;
    padding-bottom: 2%;
}

.samosa {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 5%;
    font-family: Quicksand;
    font-size: 24px;
    font-weight: 700;

}

.samosa-imgs {
    width: 100%;
}

.gallery-item {
    padding-left: 5%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .brand-section {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-item img {
        max-width: 100%;
    }

    .item-name {
        font-size: 18px;
    }

    .samosa {
        padding-top: 3%;
    }

    .customer-gallery h2 {
        padding-top: 5%;
    }

    .customer-gallery-header {
        padding-top: 0% !important;
    }

    .customer-gallery h2 {
        padding-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .brand-section {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        max-width: 100%;
    }
}

.customer-gallery-header {
    font-size: 32px;
    color: var(--text-001, #1D242B);
    text-align: center;
    padding-top: 8%;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.customer-gallery-container {
    /* padding-top: 8%; */
}

.brand-section,
.customer-gallery,
.gallery-item {
    font-family: Quicksand;
}

.customer-gallery p {
    font-size: 20px;
    font-weight: 500;
}


@media(max-width:768px) {
    .customer-gallery-container {
        padding-top: 15%;
    }

    .customer-gallery-header {
        font-size: 18px;
    }

    .brand-item p {
        font-size: 18px;
        font-weight: unset;
    }

    .customer-gallery h2 {
        font-size: 18px;
    }

    .customer-gallery p {
        font-size: 18px;
        font-weight: unset;
    }

    .gallery-item {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media(max-width:600px) {
    .customer-gallery-container {
        padding-top: 20%;
    }
}

@media(max-width:425px) {
    .gallery-item img {
        width: 80%;
    }

    .gallery-item {
        display: flex;
        justify-content: center;
    }

    .customer-gallery-container {
        padding-top: 25%;
    }

    .samosa {
        text-align: center;
    }

}

@media(max-width:320px) {
    .customer-gallery-container {
        padding-top: 30%;
    }

    .gallery-item img {
        width: 90%;
    }
}