.parallax-hero {
           
            min-height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            position: relative;
        }

        .parallax-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.45);
        }

        .parallax-hero .hero-content {
            position: relative;
            z-index: 2;
        }

        .highlight-box {
            background: #fffbe7;
            border-left: 5px solid #ffc107;
            padding: 1.5rem;
            border-radius: 0.5rem;
            margin-bottom: 2rem;
        }

        .gallery-img {
            transition: transform 0.3s;
            cursor: pointer;
        }

        .gallery-img:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        }

        .mySwiper-new {
            height: 470px;
        }


        .hero-black{
            position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.45);
        z-index: 2;
        pointer-events: none;
        }