:root {
    --titanium-gradient: linear-gradient(145deg, #ffffff, #e6e9ef);
    --metal-border: #d1d5db;
    --brand-red: #ff0101;
    --chrome-text: linear-gradient(180deg, #111 0%, #666 50%, #111 100%);
}

.inner {
    width: 100%;
    max-width: 1176px;
    margin: auto;
}

/* Specific Width Requests */
.destinations-main-new .col-md-9 {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 20px;
}

.destinations-main-new .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

/* ================= MAIN METALLIC FLIGHT ROW ================= */
.main-dtl {
    background: var(--titanium-gradient);
    border: 1px solid var(--metal-border);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05), inset 0 1px 0 #fff;
    position: relative;
}

/* Airline Logo */
.value-2 {
    width: 100px;
}

    .value-2 img {
        max-width: 80px;
        filter: contrast(1.1);
    }

/* Route Styling */
.value-3, .value-4 {
    text-align: center;
    flex: 1;
}

    .value-3 p, .value-4 p {
        font-size: 24px;
        font-weight: 600;
        margin: 0;
        background: var(--chrome-text);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .value-3 span, .value-4 span {
        font-size: 11px;
        color: #777;
        text-transform: uppercase;
        font-weight: 700;
    }

.value-7 {
    padding: 0 15px;
    opacity: 0.4;
}

/* Price Styling */
.value-5 {
    padding: 0 25px;
    text-align: right;
    border-right: 1px solid #eee;
    min-width: 140px;
}

    .value-5 p {
        font-size: 10px;
        text-transform: uppercase;
        color: #999;
        margin: 0;
        font-weight: 800;
    }

    .value-5 .price {
        font-size: 22px;
        font-weight: 600;
        color: #000;
    }

/* Call To Action */
.value-6 {
    padding-left: 25px;
}

.cl_now {
    text-decoration: none;
    display: block;
}

    .cl_now p {
        font-size: 10px;
        color: #666;
        font-weight: 700;
        margin-bottom: 4px;
        text-align: right;
    }

    .cl_now span {
        background: linear-gradient(180deg, var(--brand-red), #b11226);
        color: #fff;
        padding: 10px 15px;
        border-radius: 6px;
        font-weight: 800;
        font-size: 14px;
        display: inline-block;
        box-shadow: 0 4px 10px rgba(177, 18, 38, 0.2);
    }

/* Bottom Feature Bar */
.br_top_chk_ab {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seat-main {
    display: none;
}
/* Clear clutter */
.easy-seat-1, .easy-seat-2, .easy-seat-4 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}
.easy-seat-6 a.chek_ablty_small {
    color: #fff;
}
div#divEconomyClass {
    padding-top: 20px;
}
.change-airline-main ul.nav.nav-tabs {
    margin-top: 8px;
    margin-bottom: -9px;
    border: 0;
}
    .change-airline-main ul.nav.nav-tabs a {
        font-size: 16px;
        color: #f20408;
        font-weight: bold;
    }
    .easy-seat-1 img, .easy-seat-2 img, .easy-seat-4 img {
        height: 12px;
        filter: brightness(0);
        opacity: 0.7;
    }

.chek_ablty_small {
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

/* ================= SIDEBAR TITANIUM DESIGN ================= */
.inerFix {
    border: 1px solid var(--metal-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.cheap h1 {
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}

.mains-1 ul {
    list-style: none;
    padding: 0;
}

.mains-1 li {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    transition: 0.2s;
}

    .mains-1 li.current {
        background: #fff1f1;
        border-left: 4px solid var(--brand-red);
    }

    .mains-1 li a {
        text-decoration: none;
        color: #000;
        display: flex;
        justify-content: space-between;
        font-weight: 700;
    }

    .mains-1 li span {
        color: var(--brand-red);
    }

/* Cheapest Price Highlight */
.cheap-flight-section {
    margin-top: 20px;
    background: #000;
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.cheap-flight-section h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 14px;
}
.upsSection {
    padding: 35px 0;
    width: 100%;
    background: #f6faff;
    margin-bottom: 40px;
}

.rgt-sec p {
    font-size: 25px;
    font-weight: 600;
    color: var(--brand-red);
    margin: 5px 0;
}
.value-1.scol1.datelist {
    display: none;
}
.destinations-main-new {
    padding-bottom: 40px;
}
section#engine > img {
    display: none;
}
.dest-right h2 span {
    color: #dc3545;
}
/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .destinations-main-new .col-md-9,
    .destinations-main-new .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
}
/* ================= MOBILE OPTIMIZATION ================= */
@media (max-width: 767px) {

    /* Container padding */
    .inner {
        padding: 0 8px 0 0;
    }

    /* Stack columns */
    .destinations-main-new .col-md-9,
    .destinations-main-new .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    /* Flight card stacking */
    .main-dtl {
        align-items: flex-start;
        padding: 16px;
    }

    /* Airline logo center */
    .value-2 {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    /* Route layout */
    .value-3,
    .value-4 {
        flex: unset;
        width: 40%;
    }

    .value-7 {
        width: 20%;
        text-align: center;
        padding: 0;
    }

    .value-3 p,
    .value-4 p {
        font-size: 22px;
    }
   

    /* Price block */
    .value-5 {
        width: 100%;
        text-align: center;
        border-right: none;
        padding: 14px 0 8px;
        margin-top: 10px;
    }
    .cl_now p {
        font-size: 12px;
        text-align: center;
    }

        .value-5 .price {
            font-size: 26px;
        }

    /* CTA full width */
    .value-6 {
        width: 100%;
        padding-left: 0;
        margin-top: 12px;
    }

    .cl_now {
        width: 100%;
    }

        .cl_now span {
            display: block;
            width: 100%;
            text-align: center;
        }

    /* Remove feature bar spacing */
    .br_top_chk_ab {
        display: none;
    }

    /* Sidebar spacing */
    .inerFix {
        margin-top: 24px;
    }

    /* Departure list tap targets */
    .mains-1 li {
        padding: 14px 16px;
        font-size: 14px;
    }

    /* Cheapest card */
    .cheap-flight-section {
        padding: 18px;
    }

    .rgt-sec p {
        font-size: 28px;
    }

    /* Tabs scroll fix */
    .nav-tabs {
        overflow-x: auto;
        white-space: nowrap;
    }

        .nav-tabs > li {
            float: none;
            display: inline-block;
        }
}

/* ================= EXTRA SMALL DEVICES ================= */
@media (max-width: 420px) {

    .dest-right h2 {
        font-size: 22px;
    }

    .value-3 p,
    .value-4 p {
        font-size: 20px;
    }

    .value-5 .price {
        font-size: 24px;
    }

    .cl_now span {
        font-size: 13px;
    }
    .upsSection {
        padding: 0;
     }

}
