/* ================================
   SECTION OFFER
================================ */
.section-offer {
    position: relative;
    overflow: hidden;
    margin: 30px ;
    border-radius: 21px;
    /* max-width: 96%; */
    background-image: url("../myimages/offers-hero-bg-2.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:0px;
}
section{
	    padding-block: 6.125rem 5rem;
}
.section-offer .section-wrapper {
    height: 100%;
}

.section-offer .section__main {
    position: relative;
    height: 100%;
    min-height: 680px;
}

.section-offer .section__main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 0;
}

.section-offer .section-info {
    position: relative;
    z-index: 1;
    height: 100%;
}

.section-offer .section-content {
    padding: 10rem 6.5rem 9rem;
}

/* ================================
   FROM - TO
================================ */
.content-route {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.content-route .content-card p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.content-route .content-card h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    line-height: 1.25;
}

/* ================================
   FLIGHT LINE
================================ */
.route-flight {
    position: relative;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 14px;
}

.route-flight .flight-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1.5px dashed #c9a46a;
    transform: translateY(-50%);
}

.route-flight .flight-icon {
    position: relative;
    z-index: 2;
    color: #c9a46a;
    font-size: 16px;
    padding: 0 10px;
    background: transparent;
}

/* ================================
   DESCRIPTION
================================ */
.offer-description {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin: 0 0 28px;
    text-transform: uppercase;
}

/* ================================
   FARE OPTIONS
================================ */
.fare-options {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 18px;
}

.fare-item {
    width: 148px;
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}

.fare-item:hover {
    background: rgba(255, 255, 255, 0.18);
}

.fare-item.active {
    background: #b58a4c;
    border-color: #b58a4c;
    box-shadow: 0 4px 18px rgba(181, 138, 76, 0.35);
}

.fare-radio {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
}

.fare-item.active .fare-radio {
    background: #fff;
    color: #b58a4c;
    border-color: #fff;
}

.fare-info {
    display: flex;
    flex-direction: column;
}

.fare-info strong {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

.fare-info small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

/* ================================
   OLD PRICE
================================ */
.old-price {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
}

.old-price del {
    color: rgb(255 255 255);
    margin: 0 6px;
}

.old-price span {
    color: #000000;
    font-weight: 600;
    background: #fff;
    padding: 2px 4px;
    border-radius: 20px;
}

/* ================================
   TOTAL PRICE
================================ */
.offer-total {
    text-align: center;
    margin: 62px 0 26px;
}

.offer-total strong {
    display: inline-block;
    color: #d4a85a;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
}

.offer-total span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    font-weight: 500;
    margin-left: 6px;
    vertical-align: super;
}

/* ================================
   EXPIRY
================================ */
.expiry-wrapper {
    margin-bottom: 29px;
}

.expiry-line {
    position: relative;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.expiry-line span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #b58a4c, #d4a85a);
    border-radius: 10px;
}

.expiry-wrapper p {
    text-align: center;
    color: rgb(255 255 255);
    font-size: 13px;
    margin: 0;
}

.expiry-wrapper p b {
    color: #b58a4c;
    font-weight: 600;
}

/* ================================
   BENEFITS
================================ */
.offer-benefits {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgb(255 255 255);
    border: 1px solid rgba(181, 138, 76, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a85a;
    font-size: 15px;
    flex-shrink: 0;
}

.benefit-item strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.benefit-item span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 1199px) {
    .section-offer .section-content {
        padding: 4rem 3rem;
    }
    .offer-total strong {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .section-offer .section-content {
        padding: 3rem 2.2rem;
    }
    .content-route .content-card h2 {
        font-size: 22px;
    }
    .fare-item {
        width: 135px;
    }
    .offer-total strong {
        font-size: 38px;
    }
    .section-offer {

    margin: 0;
    border-radius: 0;

}
}

@media (max-width: 767px) {
    .section-offer .section-content {
        padding: 8rem 1rem;
    }
    .fare-options {
        gap: 7px;
    }
    .fare-item {
        width: calc(35% - 6px);
    }
    .offer-benefits {
        flex-direction: row;
        gap: 16px;
    }
      .section-offer {

    margin: 0;
    border-radius: 0;

}
}
