section#engine > img {
    display: none;
}
.br_top_chk_ab {
    display: none;
}
.br_top_chk_ab + div,
.main-dtl> .clearfix {
    display: none !important;
}

/* ================== ROOT THEME ================== */
:root {
    --primary: #91269F;
    --secondary: #E65900;
    --bg: #f6f8fb;
    --card: #ffffff;
    --text: #1e293b;
    --muted: #64748b;
}

/* Section background */
.destinations-main-new {
    background: linear-gradient(135deg,#f8f9ff,#eef2ff);
    padding: 60px 0;
}

    /* Main container */
    .destinations-main-new .inner {
        max-width: 1300px;
        margin: auto;
        background: transparent;
    }

/* ================= LEFT MAIN PANEL ================= */
.dest-right {
    background: var(--card);
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
}
.main-dtl .value-1 {
    display: none;
}

/* Title */
.dest-right h2 {
font-size: 25px;
font-weight: 800;
margin-bottom: 25px;
color: var(--text);
}

.dest-right h2 span {
    color: var(--primary);
}

/* ================= Tabs ================= */
.nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
    display: flex;
    gap: 12px;
}

    .nav-tabs > li > a {
        background: #f1f5f9;
        border-radius: 50px;
        padding: 12px 26px;
        color: #334155;
        border: none;
        font-weight: 600;
    }

    .nav-tabs > li.active > a {
        background: linear-gradient(135deg,var(--primary),#b44ac0);
        color: white;
    }

/* ================= Flight Card ================= */
.main-dtl {
    background: linear-gradient(145deg, #ffffff, #f3f4f6);
    border-radius: 18px;
    padding: 25px;
    display: grid;
    grid-template-columns: 120px 1fr 60px 1fr 160px 220px;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}


/* Airline logo */
.value-2 img {
    width: 60px;
}

/* Airports */
.value-3 p, .value-4 p {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}

.value-3 span, .value-4 span {
    color: var(--muted);
    font-size: 14px;
}
.value-7 img {
    width: 19px;
    opacity: 0.7;
}

.value-5 p {
    color: var(--muted);
    margin-bottom: 6px;
}

.value-5 .price {
    font-size: 22px;
    font-weight: 800;
    color: var(--secondary);
}

/* Call Button */
.value-6 a {
    background: linear-gradient(135deg,var(--primary),#b74ac6);
    padding: 5px;
    border-radius: 14px;
    color: white;
    display: block;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(145,38,159,0.35);
}

    .value-6 a:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(145,38,159,0.5);
    }

.value-6 p {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
}

.value-6 span {
    font-size: 18px;
    font-weight: 700;
}

/* ================= RIGHT PANEL ================= */
.inerFix {
    position: sticky;
    top: 30px;
}

/* Change Departure */
.left-dest {
    background: var(--card);
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-bottom: 25px;
}
.left-dest h1 {
    background: linear-gradient(135deg,var(--primary),#b44ac0);
    color: white;
    font-size: 16px;
    padding: 14px 15px;
}
.mains-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mains-1 li {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
}
.mains-1 ul li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mains-1 li:hover,
.mains-1 li.current {
    background: #f3f4f6;
}
.mains-1 span font {
    color: var(--secondary);
    font-weight: 700;
}
.cheap-flight-section .banner {
    background: linear-gradient(135deg,#0f172a,#1e293b);
    color: white;
    border-radius: 18px;
    padding: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.cheap h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.main-aria {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 6px;
}
.rgt-sec p {
    font-size: 19px;
    font-weight: 800;
    color: #facc15;
    margin: 0;
}
.main-aria .lft-sec {
    font-size: 14px;
}
.main-aria .lft-sec {
    font-size: 14px;
}


/* ================= MOBILE ================= */
@media(max-width: 767px) {
    .main-dtl {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 10px;
        gap: 0;
        border-radius: 0;
    }

    .value-6 {
        margin-top: 20px;
    }

    .inerFix {
        position: relative;
    }
}
