body {
    background: #f8f9fa;
}

.header-blue {
    background-color: #121358 !important;
}

.header-red {
    background-color: #232f72 !important;
}

.footer-dark {
    background-color: #111827;
}

.product-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
}

.img-card {
    height: 250px;
    object-fit: cover;
    width: 100%;
    background: #fff;
}



.hero{
    text-align:center;
    margin-top:100px;
}

.hero p{
    font-family:Cambria;
    font-size:20px;
    color: #760031;
}

.btn-shop{
    background:#232f72;
    color:white;
    padding:10px 20px;
    text-decoration:none;
    border-radius:5px;
    font-size:15px;
}

.btn-shop:hover{
    background:#760031;
    color:white;
}