* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Urbanist", sans-serif;
    background: #1a1a1a;
    color: #fff;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

a {
    text-decoration: none;
}

/* Hero Section */
.hero8 {
    height: 500px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../Images/empty_leg_header.png") center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    margin-top: 80px;
    padding: 0 20px;
}

.hero-content h1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: #ffffff;
}

.hero-content p {
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
}

/*Excellence Section */
.excellence3 {
    padding: 80px 40px;
    background: #181818;
}

.excellence3 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-family: "Tenor Sans", sans-serif;
}

.excellence-content3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.excellence-text3 h2 {
    text-align: start;
}

.excellence-text3 p {
    margin-bottom: 20px;
    color: #bdbdbd;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
}

.tick-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 25px;
}

.tick_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.tick_text {
    color: #bdbdbd;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
}

.excellence-image3 img {
    width: 100%;
    height: auto;
    display: block;
}

/* Available Flights Section */
.available-flights {
    padding: 80px 0;
    background: #181818;
}

.available-flights h2 {
    text-align: center;
    font-family: "Tenor Sans", sans-serif;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 28px;
}

.subtitle {
    text-align: center;
    color: #b0b0b0;
    margin-bottom: 50px;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
}

.flights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Flight Card */
.flight-card {
    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
}

.image-box {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.beige_location {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.route {
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-family: "Urbanist", sans-serif;
}

.tag-text {
    background: #c9a86a;
    color: #000;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 600;
}

.meta {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #bdbdbd;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 12px;
}

.meta .value {
    color: #c9a86a;
    font-family: "Urbanist", sans-serif;
}

.meta.split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.label {
    font-size: 14px;
    color: #9a9a9a;
}

.code {
    font-size: 15px;
    font-weight: 300;
    color: #c9a86a;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 1px;
}

.price-box {
    font-size: 15px;
    color: #aaa;
    margin-bottom: 20px;
    margin-top: 15px;
    font-family: "Urbanist", sans-serif;
    border: 1px solid #c9a86a;
    padding: 12px 8px;
}

.price-box > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.price-box > div:last-child {
    margin-bottom: 0;
}

.price-box .highlight {
    color: #c9a86a;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.book-btn {
    margin-top: auto;
    background: #c9a86a;
    color: #000;
    border: none;
    padding: 14px;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

.book-btn:hover {
    background: #b89658;
}

/*Discuss Section */
.discuss {
    background: #161616;
    padding: 60px 40px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.discuss h3 {
    color: white;
    font-size: 25px;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.discuss p {
    color: white;
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Urbanist", sans-serif;
}

/* View All Button */
.view-all-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 32px;
    font-size: 15px;
    cursor: pointer;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
}

.view-all-button:hover {
    background-color: #c9a86a;
    border: 1px solid #c9a86a;
    color: #000;
}

/* Responsiveness */

/* Desktop (1200px and below) */
@media (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }

    .nav-container {
        padding: 0 30px;
    }

    .nav-left,
    .nav-right {
        gap: 40px;
    }
}

/* Tablet Large (1024px and below) */
@media (max-width: 1024px) {
    .nav-left,
    .nav-right {
        gap: 30px;
    }

    .nav-link {
        font-size: 15px;
    }

    .excellence-content3 {
        gap: 40px;
    }

    .flights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .meta-item {
        gap: 20px;
    }
}

/* Tablet Medium (900px and below) */
@media (max-width: 900px) {
    .menu-toggle {
        display: flex;
    }

    .nav-left,
    .nav-right {
        display: none;
    }

    .nav-container {
        justify-content: space-between;
    }

    .logo {
        order: 2;
    }

    .menu-toggle {
        order: 1;
    }

    .excellence3 {
        padding: 60px 30px;
    }

    .excellence-content3 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .excellence-text3 h2 {
        text-align: center;
    }

    .excellence-text3 p {
        text-align: left;
    }

    .available-flights {
        padding: 60px 30px;
    }

    .flights-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .container,
    .nav-container {
        padding: 0 20px;
    }

    .logo img {
        height: 50px;
        max-width: 220px;
    }

    .hero2 {
        height: 450px;
    }

    .hero-content h1 {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .excellence3 {
        padding: 50px 20px;
    }

    .excellence3 h2,
    .available-flights h2 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .excellence-text3 p {
        font-size: 16px;
        line-height: 1.5;
    }

    .tick_text {
        font-size: 16px;
    }

    .available-flights {
        padding: 50px 20px;
    }

    .subtitle {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .card-body {
        padding: 18px;
    }

    .discuss {
        padding: 50px 20px;
    }

    .discuss h3 {
        font-size: 22px;
    }

    .discuss p {
        font-size: 15px;
    }
}

/* Mobile Large (640px and below) */
@media (max-width: 640px) {
    .hero8 {
        height: 350px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .excellence3 h2,
    .available-flights h2 {
        font-size: 22px;
    }

    .route {
        font-size: 14px;
    }

    .meta {
        font-size: 14px;
    }

    .price-box {
        font-size: 14px;
        padding: 10px 12px;
    }

    .discuss h3 {
        font-size: 20px;
    }
}

/* Mobile Medium (480px and below) */
@media (max-width: 480px) {
    .container,
    .nav-container {
        padding: 0 15px;
    }

    .logo img {
        height: 25px;
    }

    .sidebar-logo img {
        height: 30px;
        max-width: 170px;
    }

    .hero8 {
        height: 350px;
    }

    .hero-content h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .excellence3 {
        padding: 40px 15px;
    }

    .excellence3 h2,
    .available-flights h2 {
        font-size: 20px;
    }

    .excellence-text3 p {
        font-size: 15px;
    }

    .tick_text {
        font-size: 15px;
    }

    .tick_icon {
        width: 18px;
        height: 18px;
    }

    .available-flights {
        padding: 40px 15px;
    }

    .subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    .card-body {
        padding: 15px;
    }

    .route {
        font-size: 13px;
    }

    .meta {
        font-size: 13px;
    }

    .meta-item {
        gap: 15px;
    }

    .label,
    .code {
        font-size: 13px;
    }

    .price-box {
        font-size: 13px;
    }

    .book-btn {
        font-size: 14px;
        padding: 12px;
    }

    .discuss {
        padding: 40px 15px;
    }

    .discuss h3 {
        font-size: 18px;
    }
}

/* ══════════════════════════════════
   EMPTY LEG SHOW PAGE STYLES
   ══════════════════════════════════ */

.el-page {
    font-family: "Montserrat", sans-serif;
    background: #080808;
    color: #fff;
    padding: 10rem 0 2rem;
}

.el-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.5%;
}

.page-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 0.6rem;
}

.page-head h1 {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.discount-badge {
    background: #c8a652;
    color: #000;
    font-weight: 800;
    font-size: 0.92rem;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: center;
}

.page-sub {
    color: #c8a652;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.img-text-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 2.5rem;
}

.img-col img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.text-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.aircraft-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.jet-badge {
    display: inline-block;
    background: rgba(200, 166, 82, 0.12);
    border: 1px solid rgba(200, 166, 82, 0.3);
    color: #c8a652;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.9rem;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.aircraft-desc {
    color: #999;
    font-size: 0.93rem;
    line-height: 1.85;
}

.seats-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #888;
    font-size: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid #1a1a1a;
}

.seats-row svg {
    stroke: #c8a652;
}

.section-card {
    background-color: transparent;
    border: 1px solid #c8a652;
    border-radius: 16px;
    padding: 2rem 2.5rem;
    margin-bottom: 1.5rem;
}

.section {
    background-color: transparent;
    padding: 2rem 0;
}

.sec-title {
    text-align: center;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 25px;
    letter-spacing: 3px;
    font-family: "Tenor Sans", sans-serif;
}

.route-visual {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #1a1a1a;
}

.r-city {
    font-size: 1.5rem;
    font-weight: 800;
}

.r-iata {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.2rem;
}

.r-lbl {
    font-size: 0.65rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.3rem;
}

.r-line {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0 2rem;
}

.r-dur {
    font-size: 0.78rem;
    color: #c8a652;
    font-weight: 600;
    background: rgba(200, 166, 82, 0.1);
    border: 1px solid rgba(200, 166, 82, 0.2);
    border-radius: 10px;
    padding: 0.25rem 0.8rem;
}

.r-dashes {
    width: 100%;
    display: flex;
    align-items: center;
}

.r-dash {
    flex: 1;
    border-top: 2px dashed rgba(200, 166, 82, 0.3);
}

.r-plane {
    color: #c8a652;
    font-size: 1.5rem;
    padding: 0 0.5rem;
}

.meta-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.meta-item {
    padding: 0 2rem;
    border-right: 1px solid #1a1a1a;
}

.meta-item:first-child {
    padding-left: 0;
}

.meta-item:last-child {
    border-right: none;
}

.meta-lbl {
    font-size: 0.68rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.meta-val {
    font-size: 1.05rem;
    font-weight: 700;
}

.meta-val.gold {
    color: #c8a652;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.amenity {
    background: #161616;
    border: 1px solid rgba(200, 166, 82, 0.4);
    border-radius: 12px;
    padding: 1.2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-align: center;
    font-size: 0.8rem;
    color: #bbb;
    transition: border-color 0.2s;
}

.amenity:hover {
    border-color: #c8a652;
}

.a-check {
    width: 32px;
    height: 32px;
    border: 1.5px solid #c8a652;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8a652;
    font-size: 0.9rem;
    font-weight: 700;
}

.addons-section {
    margin-bottom: 1.5rem;
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.addons-grid-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.addons-row-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}

.addons-row-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.addons-row-2-inner {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

.addons-row-2-inner .addon-card {
    width: calc((100% - 1.2rem) / 3);
    max-width: calc((100% - 1.2rem) / 3);
}

.addon-card {
    background: #111;
    border: 1px solid #1e1e1e;
    border-radius: 14px;
    padding: 1.5rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    transition: border-color 0.25s;
}

.addon-card:hover {
    border-color: rgba(200, 166, 82, 0.4);
}

.addon-card.is-added {
    border-color: #c8a652;
    background: rgba(200, 166, 82, 0.04);
}

.addon-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.addon-icon {
    width: 50px;
    height: 50px;
    background: #c8a652;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.addon-add {
    width: 32px;
    height: 32px;
    border: 2px solid #c8a652;
    border-radius: 50%;
    background: transparent;
    color: #c8a652;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    line-height: 1;
}

.addon-add:hover,
.addon-add.added {
    background: #c8a652;
    color: #000;
}

.addon-name {
    font-size: 0.92rem;
    font-weight: 700;
}

.addon-desc {
    color: #666;
    font-size: 0.78rem;
}

.addon-price {
    color: #c8a652;
    font-size: 0.88rem;
    font-weight: 700;
    margin-top: 0.2rem;
}

.pricing-card {
    position: relative;
    background: #c8a652;
    border-radius: 16px;
    padding: 2.5rem 3rem;
    margin-bottom: 1.5rem;
    color: #000;
}

.pricing-left {
    flex: 1;
}

.pricing-title {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.p-orig-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.p-orig-row .lbl {
    font-size: 0.9rem;
    opacity: 0.6;
}

.p-orig-row .val {
    font-size: 1rem;
    text-decoration: line-through;
    opacity: 0.4;
}

.p-sale-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-sale-row .lbl {
    font-size: 0.9rem;
    opacity: 0.65;
}

.p-sale-row .big {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
}

.pricing-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    flex-shrink: 0;
}

.savings-pill {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 12px;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    font-weight: 800;
    white-space: nowrap;
}

.addon-pill {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0.5rem 1.2rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

.avail-card {
    background: #111;
    border: 1px solid #1e1e1e;
    border-radius: 16px;
    padding: 1.8rem 2.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.avail-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.avail-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.avail-desc {
    color: #777;
    font-size: 0.88rem;
    line-height: 1.6;
}

.cta-btn {
    width: 30%;
    background: #c8a652;
    color: #000;
    font-weight: 800;
    font-size: 1rem;
    padding: 1.3rem;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 auto 4rem auto;
    display: block;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(200, 166, 82, 0.4);
}

@media (max-width: 900px) {
    .img-text-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .meta-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }

    .meta-item {
        padding: 0;
        border-right: none;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .addons-row-1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .addons-row-2-inner .addon-card {
        width: 50%;
        max-width: 50%;
    }

    .pricing-card {
        flex-direction: column;
        gap: 1.5rem;
        align-items: stretch;
    }

    .page-head h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 560px) {
    .addons-row-1 {
        grid-template-columns: 1fr;
    }

    .addons-row-2-inner {
        flex-direction: column;
    }

    .addons-row-2-inner .addon-card {
        width: 100%;
        max-width: 100%;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.discuss p {
    font-size: 14px;
}

.view-all-button {
    padding: 12px 28px;
    font-size: 14px;
    width: 100%;
    max-width: 280px;
}

/* Footer styles removed to use global styles.css */

/* Mobile Small (360px and below) */
@media (max-width: 360px) {
    .hero8 {
        height: 320px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content p {
        font-size: 13px;
    }

    .excellence3 h2,
    .available-flights h2 {
        font-size: 18px;
    }

    .excellence-text3 p {
        font-size: 14px;
    }

    .tick_text {
        font-size: 14px;
    }

    .route {
        font-size: 12px;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .tag-text {
        align-self: flex-end;
    }

    .meta-item {
        gap: 10px;
    }

    .sidebar {
        width: 240px;
    }
}

/* ── FEATURED JOURNEYS SECTION STYLES ── */
.empty-leg-box {
    display: flex;
    width: 100%;
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    margin-top: 40px;
    gap: 50px;
    align-items: stretch;
}

.featured-label-col {
    width: 220px;
    flex-shrink: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-label-col h2 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left !important;
}

.featured-label-col p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    line-height: 1.5;
    font-family: "Urbanist", sans-serif;
}

.journeys-grid-home {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* ── HORIZONTAL BUTTON FOR EMPTY LEG ── */
.book-btn-el {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    padding: 12px;
    background: #c9a86a;
    color: #000;
    border: none;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    transition: 0.3s;
    text-transform: uppercase;
}

.book-btn-el:hover {
    background: #b89658;
}

/* HORIZONTAL CARD MODIFIER */
.flight-card.horizontal {
    display: flex;
    flex-direction: row;
    height: 100%;
    background: transparent;
    border: none;
    gap: 25px;
    width: 100%;
}

.flight-card.horizontal .image-box {
    width: 40%;
    border-radius: 4px;
    flex-shrink: 0;
    overflow: hidden;
    background: #222;
}

.flight-card.horizontal .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.flight-card.horizontal .flight-body {
    width: 60%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.flight-card.horizontal .route-header {
    margin-bottom: 12px;
}

.flight-card.horizontal .spec-table {
    margin-bottom: 20px;
}

.spec-row-codes {
    display: flex;
    justify-content: space-between;
}

.code-grp {
    display: flex;
    gap: 15px;
    align-items: center;
}

.flight-card.horizontal .price-box-gold {
    margin-bottom: 20px;
    padding: 12px 15px;
}

/* OUTLINED BUTTON FOR HOME */
.available-routes-outline {
    display: inline-block;
    padding: 12px 35px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;

    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Urbanist", sans-serif;
    transition: 0.3s;
    cursor: pointer;
}

.available-routes-outline:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 1300px) {
    .empty-leg-box {
        flex-direction: column;
        padding: 30px;
    }

    .featured-label-col {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding-right: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    .featured-label-col h2 {
        text-align: center !important;
    }
}

@media (max-width: 900px) {
    .journeys-grid-home {
        grid-template-columns: 1fr;
    }

    .flight-card.horizontal {
        flex-direction: column;
    }

    .flight-card.horizontal .image-box {
        width: 100%;
        height: 220px;
    }

    .flight-card.horizontal .flight-body {
        width: 100%;
        margin-top: 15px;
    }
}
