﻿@font-face {
    font-family: 'opensans-bold_0';
    src: url('../fonts/opensans-bold_0.woff') format('woff2'), url('../fonts/opensans-regular_0.woff') format('woff'), url('../fonts/opensans-semibold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@media only screen and (min-width: 769px) {
    .mgcolour {
        position: relative;
        z-index: 2;
    }
}

@media only screen and (min-width: 769px) {
    .bg-checkout {
        position: relative;
        background: linear-gradient(to bottom, #e5f0fd 0%, #e5f0fd 100%);
        padding-top: 50px;
        min-height: 100vh;
        overflow: hidden;
    }

        .bg-checkout::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 157px;
            background: linear-gradient(80deg, rgba(20, 19, 95, 1) 12%, rgba(35, 33, 142, 1) 90%);
            z-index: 1;
        }
}

@media (max-width: 768px) {
    .bg-checkout {
        background-color: #e5f0fd;
    }
}
.layout-pb-sm {
    padding-bottom: 30px;
}
.layout-pt-sm {
    padding-top: 30px;
}
.flightpagecontent {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    margin-top: -18px;
}
section {
    display: block;
    margin: 0;
    padding: 0;
}
.maincenter {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.bg-white {
    background-color: var(--color-white) !important;
}
.flight-bar {
    border-radius: 4px;
    border: 1px solid #dad6d6;
}
.banner-container {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    margin: 0;
}
.flightsdetail-en {
    width: 100%;
    float: left;
    padding-left: 2%;
    font-size: 18px;
    color: black;
    height: 50px;
    line-height: 50px;
    background: white;
    border-radius: 4px;
}
.flightsdetail-ar {
    width: 100%;
    float: left;
    padding-right: 2%;
    font-size: 18px;
    color: black;
    height: 50px;
    line-height: 50px;
    background: white;
    border-radius: 4px;
}
@media only screen and (min-width: 291px) and (max-width: 991px) {
    .flightsdetail {
    margin-top:12px !important;
    }
}

@media only screen and (min-width: 291px) and (max-width: 768px) {
    .mgcolour {
        margin: -20px;
    }
}



.fw-700 {
    font-weight: 700;
}

    .conditioncode {
        width: 100%;
        float: left;
        border: 1px solid #dad6d6;
        margin-bottom: 0px;
        padding: 1% 2% 1% 2%;
        border-radius: 4px;
        margin-top: 12px;
        background-color: white;
    }

    .coupon-card {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 10px;
       /* margin: 20px 0;*/
        margin-right: auto;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 0;
        line-height: 1.45;
        font-weight: 600;
    }

    ul, li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    a:hover {
        text-decoration: none;
    }

.couponcode {
    list-style-type: disc;
    padding-left: 0;
    font-weight: normal;
    margin-left: 20px;
}

    .couponcode li {
        position: relative;
        padding-top: 10px;
        list-style: disc;
    }

            /*.couponcode li::before {
                content: counter(list-counter) ". ";
                position: absolute;
                left: 0;
                font-weight: normal;
            }*/

            .couponcode li ul {
                list-style-type: circle; /* nested list bullets */
                padding-left: 20px;
                margin-top: 5px;
            }

    .breadcrumb {
        justify-content: center;
        font-size: 16px;
        padding-top: 10px;
    }

    .coupon-validity {
        border-radius: 5px;
    }

    .coupon-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        padding-top: 20px;
    }

    .coupon-label {
        font-size: 16px;
        color: #666;
        font-weight: bold;
    }

    .coupon-container {
        display: flex;
        align-items: center;
        border: 2px dashed #ff7e08;
        padding: 2px 15px;
        border-radius: 10px;
        min-width: 280px;
        justify-content: space-between;
    }

    .coupon-code {
        font-size: 18px;
        font-weight: normal;
        color: #333;
    }

    .copy-icon {
        background: #ff7e08;
        border: none;
        border-radius: 5px;
        padding: 12px 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .copy-icon img {
            width: 18px;
            height: 18px;
        }

    .validity {
        text-align: center;
        padding-bottom: 20px;
    }

    .offer-title {
        font-size: 18px;
        margin-top: 20px;
    }

    .offer-date {
        font-size: 16px;
        margin-top: 5px;
    }

    .tooltip-text {
        position: absolute;
        bottom: 120%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #222;
        color: #fff;
        padding: 5px 8px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 1;
    }

    .copy-icon:hover .tooltip-text {
        opacity: 1;
    }

