.hero-text-event {
    position: absolute;
    top: -24px;
    left: 120px;
    height: 150px;
    width: 525px;

    padding: 18px 28px;
    border-radius: 16px 16px 16px 16px;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); */
    z-index: 2;
    background-image: url('/images/eventtext.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* make it cover the whole box */
}


.hero-line1-event {
    color: #333;
    font-size: 32.5px;
    position: relative;
    top: 16px
}

.hero-line2-event {
    color: #F47419;
    font-size: 43.5px;
    top: 16px;
    position: relative;
}

.search-form-event {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    color: #333;
    padding-left: 20px;
    margin-top: 15px;
}


.from-text {
    font-size: 12px;
    font-weight: 400;
    margin-right: 4px;
    color: #777;
}


.event-card {
    width: 340px;
    min-height: 420px;
    margin-bottom: auto;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.event-card .venue-image {
    height: 250px;
}

.room-types-container-event {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

}


.div-event {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}