        .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 bottom,
    rgba(0,0,0,0.35) 0%,
    rgba(0,0,0,0.55) 45%,
    rgba(0,0,0,0.55) 70%,
    rgba(0,0,0,0.25) 100%
  );
  z-index:2;
  pointer-events:none;
}
/*old
        .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;
  text-shadow: 0 0px 2px rgba(0,0,0,0.85);

  backdrop-filter: blur(2px);
        }
body.page-node-970 .almajles-banner h1 {
           position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 3;
    font-family: 'Lora', 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;
    font-weight: bolder !important;
        }


.almajles-banner h2
 {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 3;
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 24px !important;
    color: #fff;
    margin-bottom: -18px;
    text-align: center;
    line-height: 10rem;
    xwhite-space: nowrap;
    /* text-overflow: ellipsis; */
    max-width: 90vw;
    min-width: 90vw;
    font-weight: 100;
}
