.bookings-section {
    position: relative;
    width: 100%;
    min-height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../../assets/partnerbackground.webp") no-repeat center center;
}



.bookings-title {
    font-family: 'Courier Prime', monospace;
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 6px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.bookings-text {
    font-family: 'Courier Prime', monospace;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .bookings-title {
        font-size: 1.8rem;
        letter-spacing: 3px;
    }
    
    .bookings-text {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .bookings-section {
        min-height: 350px;
    }
}
@media (max-width: 576px) {
    .bookings-title {
        font-size: 30px !important;
        line-height: 1.2;
        letter-spacing: 0 !important;
    }
    .find-title {
        font-size: 30px !important;
        line-height: 1.2;
        letter-spacing: 0 !important;
    }
}