/* Custom styles for Charlys Brothers */

/* Header */
header {
    background-color: #f8f9fa !important; /* Light background to avoid issues with black logo */
}

/* Footer */
footer {
    background-color: #343a40 !important;
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .carousel-caption {
        font-size: 0.8rem;
    }
    .card-title {
        font-size: 1rem;
    }
}

/* Product cards */
.card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Hero carousel */
.carousel-item img {
    height: 400px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 300px;
    }
}