
.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/cartext.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-wrapper-car{
    display: flex;
    justify-content: center;
    margin-top: -20px;
    padding: 0;
}

.field-main-car {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}


.features-section {
    padding: 40px 0;
        margin-left: 240px;
}

.features-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

.feature-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #007bff; /* modern colored checkbox */
}
