.hi-container-7b47b459 {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 8px; /* Optional default border radius */
}

.hi-image-7b47b459 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transform-origin: center center;
    /* transition is controlled via Elementor settings */
}

.hi-content-7b47b459 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    /* transition is controlled via Elementor settings */
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hi-container-7b47b459:hover .hi-content-7b47b459 {
    opacity: 1;
    transform: translateY(0);
}

.hi-heading-7b47b459 {
    margin: 0 0 10px 0;
    color: #ffffff;
}

.hi-subheading-7b47b459 {
    margin: 0;
    color: #eeeeee;
}