.carousel-inner{
    background-image: linear-gradient(#2b1d1e99, #212529bd), url(../images/ban-5.jpg);
    background-size: cover;
    height: 80vh;
}
.carousel-item{
    top: 40%
}
.carousel-caption h1, .carousel-caption h2{
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
   
}
.hero-banner,
.hero-section,
#placement {
    background: linear-gradient(90deg, #111957 60%, #f9b233 100%);
}
.hero-banner {
    min-height: 350px;
}
.hero-section {
    min-height: 400px;
}
@media (max-width: 767.98px) {
    .hero-banner,
    .hero-section {
        min-height: 220px;
        padding: 40px 0;
    }
}
/* ====== RESPONSIVE CAROUSEL ====== */
.carousel-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
}

.carousel-caption {
    bottom: 20%;
    left: 10%;
    right: 10%;
    padding: 1rem 2rem;
    background: rgba(17, 25, 87, 0.4); /* subtle overlay for readability */
    border-radius: 12px;
    width: 70% !important;
}

@media (max-width: 991.98px) {
    .carousel-inner {
        height: 70vh;
        min-height: 200px;
    }
    .carousel-caption h1, .carousel-caption h2, .carousel-caption h3 {
        font-size: 2.2rem;
    }
    .carousel-item p {
    font-size: 16px;
    max-width: 100%;
}
}

@media (max-width: 767.98px) {
    .carousel-inner {
        height: 50vh;
        min-height: 120px;
    }
    .carousel-caption {
        bottom: 10%;
        padding: 0.5rem 1rem;
        width: 70% !important;
    }
     .carousel-caption h1, .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.3rem;
    }
    .carousel-item p {
    font-size: 16px;
    max-width: 100%;
}
}
.product__block-title{
    color: #c52539;
}
.footer-social-icon {
    color: #fff;
    transition: color 0.2s;
}
.footer-social-icon:hover {
    color: #0d6efd;
}
    .footer-social-link:hover {
                                    background: #007bff !important;
                                    color: #fff !important;
                                    text-decoration: none;
                                }
                                .footer-social-link.text-danger:hover {
                                    background: #e4405f !important;
                                }
                                .contactus{
                                    background-color: #e0e0e0;
                                }
                                .contactus h2 {
                                    color: #c52539;
                                }