﻿.room-suits-card .room-img::after {
    content: unset
}
/* CSS for hover effect on .content-bottom */
.room-suits-card .room-content .content-bottom {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 10px;
}

    .room-suits-card .room-content .content-bottom:hover {
        transform: scale(1.02); /* Slightly enlarges the element */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Adds shadow for depth */
        border: 2px solid #007bff; /* Optional: Adds border to define the selection */
        z-index: 10; /* Ensures the element stays on top when hovered */
        animation: bounce 0.3s ease-in-out;
        background: linear-gradient(125deg, rgba(99, 171, 69, 0.1) 0%, rgba(251, 176, 59, 0.1) 100%);
    }

.option:hover {
    transform: scale(1.02); /* Slightly enlarges the element */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Adds shadow for depth */
    border: 2px solid #007bff; /* Optional: Adds border to define the selection */
    z-index: 10; /* Ensures the element stays on top when hovered */
    animation: bounce 0.3s ease-in-out;
    background: linear-gradient(125deg, rgba(99, 171, 69, 0.1) 0%, rgba(251, 176, 59, 0.1) 100%);
}

.highlight {
    background-color: #fffa90;
    transition: background-color 0.8s ease;
}

.table.total-table2 {
    width: 100% !important;
}


#btn-submit-step1 {
    background-color: var(--primary-color1);
}

.flight-leg-header td {
    background: #f8fafc !important;
    border-top: 2px solid #d1d5db !important;
    font-weight: 700;
    padding: 10px 12px !important;
}

.leg-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 800;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: .6px;
}

.leg-badge-outbound {
    background: #e0f2fe;
    color: #075985;
}

.leg-badge-return {
    background: #ffedd5;
    color: #9a3412;
}

.flight-leg-outbound td {
    border-left: 4px solid #0284c7 !important;
}

.flight-leg-return td {
    border-left: 4px solid #f97316 !important;
}

.flight-subheader td {
    background: #f0f8ff !important;
    font-weight: 600;
}

.flight-segment-radio {
    transform: scale(1.2);
}

.btn-voo.disabled {
    opacity: .65;
    cursor: not-allowed;
}
.flight-leg-mobile {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.flight-leg-mobile-header {
    background: #f8fafc;
    padding: 10px 12px;
    font-weight: 800;
}

.flight-leg-mobile-outbound {
    border-left: 4px solid #0284c7;
}

.flight-leg-mobile-return {
    border-left: 4px solid #f97316;
}

.leg-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 800;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: .6px;
}

.leg-badge-outbound {
    background: #e0f2fe;
    color: #075985;
}

.leg-badge-return {
    background: #ffedd5;
    color: #9a3412;
}

.flight-itinerary-card.selectable {
    display: block;
    cursor: pointer;
    border-top: 1px solid #e5e7eb;
    margin: 0;
    padding: 10px 12px;
}

    .flight-itinerary-card.selectable:has(input:checked) {
        background: #f0f8ff;
    }

.flight-segment-radio-mobile {
    transform: scale(1.2);
}

.btn-voo-mobile.disabled {
    opacity: .65;
    cursor: not-allowed;
}
.leg-step-header td {
    background: #fff7ed !important;
    border-top: 2px solid #f97316 !important;
    font-weight: 800;
    padding: 10px 12px !important;
}

.step-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ffedd5;
    color: #9a3412;
    font-size: 12px;
    letter-spacing: .4px;
    margin-right: 10px;
}

.step-route {
    font-weight: 800;
}

.step-hint {
    color: #6b7280;
    font-weight: 700;
}

.connection-separator td {
    background: #fff !important;
    padding: 8px 12px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.conn-icon {
    display: inline-block;
    width: 28px;
    text-align: center;
    font-weight: 900;
    color: #f97316;
}

.conn-text {
    color: #6b7280;
    font-weight: 700;
}