/* /Views/Home/Index.cshtml.rz.scp.css */

    /* Khung chứa ảnh Slider */
    .carousel-img-container[b-n0xku9sree] {
        position: relative;
        height: 500px; /* Độ cao của slide */
        overflow: hidden;
    }

    .carousel-img-container img[b-n0xku9sree] {
        object-fit: cover; /* Giúp ảnh không bị méo */
        height: 100%;
        filter: brightness(0.7); /* Làm ảnh tối đi một chút để chữ nổi lên */
    }

    /* Lớp phủ Gradient (Quan trọng nhất để nhìn chuyên nghiệp) */
    .carousel-caption-overlay[b-n0xku9sree] {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(to top, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 0.4) 40%, rgba(18, 18, 18, 0) 100%);
        display: flex;
        align-items: center; /* Căn giữa nội dung theo chiều dọc */
        padding-bottom: 50px;
    }

    /* Nút bấm màu cam Motchill */
    .btn-orange[b-n0xku9sree] {
        background-color: #ff9800;
        color: #fff;
        border: none;
        font-weight: bold;
        transition: 0.3s;
    }

    .btn-orange:hover[b-n0xku9sree] {
        background-color: #e68a00;
        color: #fff;
        transform: scale(1.05);
    }

    /* Tùy chỉnh nút điều hướng */
    .carousel-control-prev[b-n0xku9sree], .carousel-control-next[b-n0xku9sree] {
        width: 5%;
    }

    /* Mobile: Giảm độ cao slide trên điện thoại */
    @media (max-width: 768px) {
        .carousel-img-container[b-n0xku9sree] { height: 300px; }
        .carousel-caption-overlay h1[b-n0xku9sree] { font-size: 1.5rem; }
    }
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
