        .almajles-banner {
            position: relative;
            height: 700px;
            width: 100%;
            overflow: hidden;
        }

        .almajles-banner-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .almajles-banner::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
            z-index: 2;
        }

        .almajles-banner h1 {
           position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 3;
    font-family: 'kufi-bold', sans-serif !important;
    font-size: 100px !important;
    color: #fff;
    margin-bottom: 64px;
    text-align: center;
line-height: 10rem;
    /* 👇 Prevent multiple lines */
    xwhite-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90vw; /* Or adjust based on your layout */
    min-width: 90vw;
        }
