/* Modern Cabs Page Styles - Additional Button Overrides */

/* Shared button motion */
.cardsec1,
.booknewbuton,
.button12 {
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

/* Details Button - Light gray background */
.cardsec1 {
    background: #f5f5f5 !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
    min-width: 110px;
    height: 36px;
    border-radius: 999px;
}

.cardsec1:hover {
    background: #e0e0e0 !important;
    color: #111827 !important;
    border-color: #d1d5db !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

/* Book Now Button - Red background */
.booknewbuton,
.button12 {
    background: #e74c3c !important;
    color: #fff !important;
    border: 1px solid #e74c3c !important;
    box-shadow: 0 3px 9px rgba(231, 76, 60, 0.35);
    border-radius: 999px;
}

.mc-feature:hover,
.button12:hover {
    background: #c0392b !important;
    border-color: #c0392b !important;
    box-shadow: 0 10px 22px rgba(185, 28, 28, 0.45);
    /* transform: translateY(-1px); */
}

/* Lightbox/Modal Styles Override */
.lightbox {
    z-index: 2147483647 !important;
    position: fixed;
}