@charset "utf-8";

.CurrncyCD_Rs:before, .CurrncyCD_RS:before {
    content: "\20B9";
    font-style: normal;
}

.CurrncyCD_AED:before {
    content: "AED";
    font-style: normal;
}

.CurrncyCD_USD:before {
    content: "\0024";
    font-style: normal;
}

.CurrncyCD_SGD:before {
    content: "S$";
    font-style: normal;
}

.CurrncyCD_THB:before {
    content: "\0E3F";
    font-style: normal;
}

.CurrncyCD_GBP:before {
    content: "\00A3";
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    font-family: poppins, sans-serif;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
}

.bradsrm {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #333;
    margin: 10px 0;
}

    .bradsrm a {
        font-size: 15px;
        color: #333;
        font-weight: 500;
        text-decoration: none;
    }

        .bradsrm a.accls {
            color: #2093EF;
            font-weight: 400;
        }

.textbgl {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
    padding: 20px 0;
    background: #F3F9FD;
}

.dvdlst {
    display: flex;
}

.lsting {
    margin-left: auto;
    width: 77%;
    max-width: 77%;
}

.flt-container {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
}
/*--top-sort--*/
._fhavlble {
    font-size: 18px;
    display: flex;
    font-weight: 600;
    margin-top: 10px;
}

._flybxtfltr {
    border: 1px solid #C7D0D6;
    padding: 6px 15px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.bstixo {
    background: url(https://flight.easemytrip.com/content/img/bestiox.svg);
    width: 20px;
    height: 19px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.chpstixo {
    background: url(https://flight.easemytrip.com/content/img/chepestiox.svg);
    width: 15px;
    height: 19px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.faststixo {
    background: url(https://flight.easemytrip.com/content/img/fastestiox.svg);
    width: 23px;
    height: 19px;
    background-size: 100%;
    background-repeat: no-repeat;
}

._fntbb {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

._fntsm {
    font-size: 11px;
    font-weight: 500;
    color: #5D5F61;
}

._fntsm2 {
    font-size: 11px;
    font-weight: 500;
    color: #5D5F61;
    display: none;
}

._fntbbv {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

._fntsmv {
    font-size: 9.5px;
    font-weight: 500;
    color: #5D5F61;
}

._flybxtfltr:hover {
    border-color: #2093EF;
    background: #EFFAFF;
}

.actvquickflt {
    border-color: #2093EF;
    background: #EFFAFF;
}

    .actvquickflt ._fntsm {
        font-weight: 500;
        color: #2093EF;
    }

    .actvquickflt .ixoico {
        filter: invert(46%) sepia(58%) saturate(899%) hue-rotate(169deg) brightness(99%) contrast(96%);
    }

.actvothr .othfltixo {
    filter: invert(46%) sepia(58%) saturate(899%) hue-rotate(169deg) brightness(99%) contrast(96%);
}

.actvothr {
    border-bottom: 2px solid #2093EF;
}

.othdropflt {
    margin-left: auto;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.othfltixo {
    background: url(https://flight.easemytrip.com/content/img/othrfltixo.svg);
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-right: 5px;
}

._othdrpswn .drpactvflt, ._othdrpswn li:hover {
    color: #2093EF;
}

._regflx {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

._othdrpswn li {
    cursor: pointer;
    list-style: none;
    padding: 0;
    margin: 0;
}

._othdrpswn {
    position: absolute;
    right: 0;
    display: none;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    z-index: 99;
    background: #fff;
    width: 150px;
    top: 30px;
    transition: max-height .2s ease-in;
    -webkit-transition: max-height .2s ease-in;
    box-shadow: rgb(0 0 0 / 14%) 0 0 6px;
    -webkit-box-shadow: rgb(0 0 0 / 14%) 0 0 6px;
    -moz-box-shadow: rgb(0 0 0 / 14%) 0 0 6px;
}

    ._othdrpswn ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 14px;
        font-weight: 500;
    }

    ._othdrpswn:after {
        content: "";
        position: absolute;
        border: solid #ddd;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        top: -6.5px;
        background: #fff;
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        z-index: -1;
        right: 20px;
    }

.rownw {
    display: flex;
    margin: 10px 0;
    align-items: center;
    gap: 15px;
}

/*--offer-slider--*/
.slider__section {
    padding: 0 15px;
}

.splide__slide img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.coupon-info {
    color: #1f1f29;
    font-size: 11px;
}

.splide__slide .ofer_bx_sld {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #e4fbf1;
    border: 1px solid #c3ead9;
    border-radius: 6px;
    width: 100%;
    color: #1f1f29;
    padding: 6px;
    min-height: 50px;
    transition: .22s ase;
}

.clamp2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.splide__arrow {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 46%);
    height: 15px !important;
    width: 15px !important;
}

    .splide__arrow svg {
        height: 12px !important;
    }
/*--date-slider--*/
.top-bn {
    min-height: 52px;
    border: 1px solid #dddddd;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 253, 255, 1) 100%);
    border-radius: 10px;
    border: 1px solid #D5DEE4;
    overflow: hidden;
    padding: 0 12px;
}

.min-ht {
    border-right: 1px solid rgba(151, 151, 151, .3);
    min-height: auto;
    /* float: left; */
}

/* sorting bx */

._sortcxnw {
    padding: 6px 15px;
    display: flex;
    background: #F1F4F6;
    justify-content: flex-start;
    margin: 8px 0;
    border-radius: 10px;
}

._srtbx {
    cursor: pointer;
    background: none;
    border: 0;
    outline: none;
    text-align: left;
}

._fntbb {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

._fntsm {
    font-size: 10px;
    font-weight: 500;
    color: #5D5F61;
}

.srtarrwdwn {
    background: url(https://flight.easemytrip.com/content/img/srtarrwdwn.svg);
    width: 11px;
    height: 11px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: 100%;
}


/* Wrapper & Container */
._owmianbx {
    background-color: #FFF;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
    -webkit-box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
    margin-top: 20px;
}

._ow-card {
    display: flex;
    padding: 10px 15px;
    width: 100%;
    justify-content: space-between;
}

/* Airline Section */
._plntyp {
    background: #f3f3f3;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50px;
    color: #6e747e;
    display: inline-block;
    margin-top: 5px;
    width: max-content;
}

._opredby {
    font-size: 11px;
    color: #737373;
}

._ow-airline-box {
    width: 22%;
    max-width: 22%;
    min-width: 22%;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    gap: 15px;
}

._ow-airlinelogo {
    height: max-content;
    border-radius: 5px;
    width: 42px;
}

._ow-airline-info {
    display: flex;
    flex-direction: column;
    width: auto;
}

._ow-airline-name {
    font-size: 14px;
    font-weight: 500;
}

._ow-flight-number {
    font-size: 11px;
}


/* Flight Timing Section */
._ow-flight-main {
    width: 35%;
    min-width: 33%;
    max-width: 33%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 15px;
    margin-right: auto;
}

._ow-flight-source {
    text-align: end;
}

._ow-time {
    font-size: 20px;
    font-weight: 600;
}

._ow-city {
    font-size: 13px;
}

._ow-flight-middle {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    align-items: center;
}

._ow-duration {
    font-size: 11px;
}

._ow-divider {
    width: 100%;
    min-width: 60px;
    border-top: 1px solid #333;
    margin: 3px 0;
    display: flex;
    justify-content: center;
}

._ow-nonstop {
    color: #737373;
    display: block;
    font-size: 11px;
    text-align: center;
}

._ow-flight-destination {
}

.circlflx {
    display: flex;
    justify-content: center;
}

.circlestdot {
    width: 6px;
    position: relative;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #b3b3b3;
    background: #fff;
    border-color: #2093EF;
    margin: 0 10px;
    margin-top: -8px;
    cursor: pointer;
}

    .circlestdot::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: #fff;
        width: max-content;
        padding: 6px 10px;
        border-radius: 8px;
        font-size: 11px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease;
        z-index: 10;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    }

    .circlestdot::before {
        content: "";
        position: absolute;
        bottom: 150%; /* tooltip ke bilkul niche arrow */
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #333; /* arrow color */

        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease;
        z-index: 9;
    }

    .circlestdot:hover::after,
    .circlestdot:hover::before {
        opacity: 1;
        visibility: visible;
    }

._owdistancenv {
    width: 100%;
    color: #444;
    font-size: 9px;
    font-weight: 600;
}
/* Price Section */
._ow-price-box {
    position: relative;
    padding: 0px;
    width: 20%;
    display: flex;
    flex-direction: column;
    max-width: 20%;
    min-width: 20%;
}

._ow-price {
    font-size: 23px;
    color: #000000;
    padding-left: 0;
    line-height: 1.3em;
    font-weight: 600;
}

._ow-more-fare {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #2093EF;
    border: 1px solid #2093EF;
    border-radius: 20px;
    padding: 3px 10px;
    text-decoration: none;
    margin-top: 5px;
    float: left;
    cursor: pointer;
    width: max-content;
}

._ow-offer {
    font-size: 10px;
    font-weight: 600;
    color: #079f7a;
    width: 100%;
}
/* Action Buttons Section */
._ow-action-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 15%;
    max-width: 15%;
    min-width: 15%;
}

._ow-book-btn {
    background-color: #ef6614;
    text-shadow: none;
    color: #fff;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
    height: 32px;
    width: 100%;
    padding: 6px 20px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
}

    ._ow-book-btn:hover {
        background-color: #da5200;
        transition: background-color .5s linear;
        -moz-transition: background-color .5s linear;
        -o-transition: background-color .5s linear;
    }

.slashprice {
    text-decoration: line-through;
    color: #6f6f6f;
    font-weight: 400;
    font-size: 13px;
}


._owseatlft {
    text-align: center;
    color: #f61414;
    font-size: 12px;
    font-weight: 500;
}

    ._owseatlft::before {
        content: '';
        width: 14px;
        height: 14px;
        background: url(https://flight.easemytrip.com/Content/img/airplane-seat.svg) no-repeat;
        display: inline-block;
        vertical-align: middle;
    }
/* Details Section */
._ow-details-section {
    background: #EFF3F6;
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding: 5px 10px;
}

._ow-flight-detail-link {
    cursor: pointer;
    color: #2196f3;
    font-size: 13px;
    text-align: left;
    position: relative;
    text-decoration: none;
}

._owdictsbx {
    padding: 3px 6px;
    color: #3a3a3a;
    font-size: 13px;
    background: #fffbed;
    width: max-content;
    margin: 0 0 7px 15px;
    border: 0;
    border-left: 3px solid #efdc9c;
}


/*extra ft*/
.slftrnslst {
    font-size: 10px;
    text-align: left;
    float: left;
    cursor: pointer;
    font-weight: 500;
    color: #000000;
    margin-top: 6px;
    margin-left: -6px;
    position: relative;
    width: max-content;
}

    .slftrnslst img {
        width: 12px;
        margin-top: 2px;
        position: absolute;
        margin-left: 4px;
    }

._tooltipboxv1 ._tboxvDt1 {
    visibility: hidden;
    width: 300px;
    background-color: #fff;
    color: #000;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    ._tooltipboxv1 ._tboxvDt1 .tt_text1 {
        font-size: 11px;
        margin-bottom: 0;
        font-weight: 400;
    }

._tboxvDt1 .tt_hd1 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

._tooltipboxv1 ._tboxvDt1::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 28px;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #cccccc00 #ff000000 #fff #ff000000;
}

._tooltipboxv1 ._tboxvDt1::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 28px;
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: #cccccc00 #ff000000 #ccc #ff000000;
}

._tooltipboxv1:hover ._tboxvDt1 {
    visibility: visible;
}

.imglistslider {
    width: 100%;
    margin-top: 20px;
}

    .imglistslider img {
        width: 100%;
        border-radius: 10px;
    }

.fltfltl {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1;
    position: relative;
    width: fit-content;
}

    .fltfltl::after {
        content: '';
        right: -35px;
        top: -2px;
        position: absolute;
    }

.arly::after {
    content: url(../../img/flightnewroute/erlymring.svg);
}

.mrng::after {
    content: url(../../img/flightnewroute/morning-fl.svg);
}

.aftern::after {
    content: url(../../img/flightnewroute/afternon-glt.svg);
}

.eveng::after {
    content: url(../../img/flightnewroute/nights-flt.svg);
}

.chpst::after {
    content: url(../../img/flightnewroute/cheapest-arln.svg);
}

.flxprc::after {
    content: url(../../img/flightnewroute/date-prci.svg);
}

.bstdy::after {
    content: url(../../img/flightnewroute/best-day.svg);
}

.mntrnd::after {
    content: url(../../img/flightnewroute/monthly-trnd.svg);
}

.fltic::after {
    content: url(../../img/flightnewroute/plane-cin.svg);
}

.fltarlpn::after {
    content: url(../../img/flightnewroute/airlnaft.png);
    scale: .9;
}

.vmrebtn {
    padding: 8px 30px;
    border: 1px solid #2093ef;
    border-radius: 40px;
    color: #2093ef;
    margin: 20px auto;
    width: fit-content;
    cursor: pointer;
}

    .vmrebtn:hover {
        background: #2093ef;
        color: #fff;
    }

._owinnernx {
    position: relative;
}

.adodis_v4 {
    padding: 1px 5px;
    font-size: 11px;
    font-weight: 600;
    background: linear-gradient(to right, #ffffff, #f3dcac);
    display: flex;
    border-radius: 5px;
    position: absolute;
    top: -13px;
    left: 15px;
    gap: 2px;
    align-items: center;
    border: 1px solid #e6b631;
    color: #000;
}

.freairlbx {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 20px;
}

.freitm {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 27%);
}

.freimg {
    height: 120px;
    width: 100%;
}

    .freimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.frebdy {
    background: #fff;
    padding: 5px 10px 10px;
}

.fretl {
    font-size: 16px;
    font-weight: 700;
}

.fredta {
    display: flex;
    justify-content: space-between;
}

.fredta {
    font-size: 13px;
    color: #5D5F61;
}

.freprbx {
    text-align: end;
}

.freds {
    font-size: 10px;
    color: green;
    font-weight: 500;
}

.freprc {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.sltbtns {
    padding: 10px 30px;
    background: #da5200;
    border: 1px solid #da5200;
    border-radius: 40px;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

    .sltbtns:hover {
        background: #ba4b06;
        color: #fff;
    }

.fltsbtttl {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.dteprcing {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.groupbx {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ADDBFF;
    border-radius: 10px;
}

    .groupbx.active {
        border-color: #2093ef;
    }

.grttl {
    text-align: center;
    font: normal normal normal 12px / 21px Poppins;
    padding: 3px 0 6px 0px;
}

    .grttl strong {
        font-size: 15px;
        font-weight: 600;
        display: block;
        line-height: 1;
    }

.groupbx.active .grbdy {
    background: #2093ef;
    color: #fff;
}

.grbdy {
    background: #F6FAFE 0% 0% no-repeat padding-box;
    outline: 1px solid #ADDBFF;
    border-radius: 10px;
    opacity: 1;
    color: #333;
}

.grpdte {
    padding: 8px;
    font-weight: 700;
    text-align: center;
}

    .grpdte a {
        color: inherit;
        text-decoration: none;
    }

.dhpstchr {
    padding: 10px 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 33%);
    margin: 15px 0 35px;
}

    .dhpstchr p, .bkkitms {
        font-size: 15px;
    }

    .seotl, .dhpstchr h3 {
        font-size: 15px;
        font-weight: 700;
        margin-top: 10px;
    }

    .dhpstchr ul {
        font-size: 15px;
    }

 /* Steps List */
    .emt-v2-steps-list {
      padding: 15px 0 0;
    }

    .emt-v2-step-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px;
      background-color: #ffffff;
      border: 1px solid #f1f5f9;
      border-radius: 10px;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      margin-bottom: 15px;
    }

    .emt-v2-step-number {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background-color: #789fbf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
}

    .emt-v2-step-content {
      flex-grow: 1;
    }

    .emt-v2-step-title {
      font-size: 17px;
      font-weight: 600;
      color: #2093ef;
      margin-bottom: 5px;
	  line-height:1;
    }

    .emt-v2-step-text {
      font-size: 14px;
      color: #000;
      line-height: 1.5;
    }

    .emt-v2-semibold {
      font-weight: 700;
      color: #111a28;
    }

   

.seoul {
    list-style: disc;
    padding-left: 15px;
    font-size: 15px;
}

    .seoul li {
        margin: 5px 0;
    }

        .seoul li::marker {
            color: #444;
        }

.legend {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-bottom: 1.25rem;
    font-size: 13px;
}

    .legend span {
        display: flex;
        align-items: center;
        gap: 6px;
    }

.swatch {
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

.crtrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.day-label {
    width: 44px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    flex-shrink: 0;
}

.bar-track {
    flex: 1;
    background: #e5f1fa;
    border-radius: 8px;
    height: 37px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.bar-fill {
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    transition: filter 0.15s;
    box-sizing: border-box;
}

    .bar-fill .crtprice {
        filter: brightness(0.93);
    }

    .bar-fill .crtprice {
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }

    .bar-fill .crtarrow {
        font-size: 11px;
        margin-left: 4px;
        opacity: 0.7;
    }

.cheapest-fill {
    background: #2093ef;
}

    .cheapest-fill .crtprice {
        color: #fff;
    }

    .cheapest-fill .crtarrow {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(315deg);
        position: relative;
        transition: transform .3s ease;
        cursor: pointer;
    }

.regular-fill {
    background: #b6deff;
}

    .regular-fill .crtprice {
        color: #2a3a5e;
    }

    .regular-fill .crtarrow {
        border: solid #2a3a5e;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(315deg);
        position: relative;
        transition: transform .3s ease;
        cursor: pointer;
    }

.uspsec {
    margin-top: 20px;
    display: flex;
    justify-content: space-betweens;
}

.trcard {
    padding: 10px 5px;
    text-align: center;
    border-right: 1px solid #CED9E0;
    flex: 1;
}

    .trcard:last-child {
        border-right: 0;
    }

.crdttl {
    font-size: 16px;
    margin: 10px;
    font-weight: 600;
}

.crdbdy {
    font-size: 13px;
}

.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.accordion__item__header, .dhpstchr .accordion__item__header {
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    /* font: normal normal normal 19px / 27px Poppins; */
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

    .accordion__item__header.active::before {
        transform: rotate(45deg) !important;
    }

    .accordion__item__header::before {
        height: 10px;
        width: 10px;
        content: "";
        position: absolute;
        right: 15px;
        top: 15px;
        transition: .5s all;
        transform: rotate(-135deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    margin-bottom: 10px;
    font-size: 16px;
}

.revbx {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 15px;
}

.revitm {
    flex: 1;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 27%);
    background: linear-gradient(to top, #2092ef29,#fff);
    padding: 10px 15px;
    border-radius: 12px;
}

.strbx {
    display: flex;
    gap: 2px;
}

.revitm p {
    font-size: 14px;
    margin: 8px 0;
}

.authnmw {
    font-size: 16px;
    font-weight: 700;
}

.authtl {
    font-size: 13px;
    color: #6f6f6f;
    line-height: 1;
}

.mt35 {
    margin-top: 35px;
}

.disc {
    width: 100%;
    margin-top: 10px;
    text-align: justify;
    font-size: 11px;
    color: rgb(0, 0, 0);
    margin: 15px 0;
}

    .disc p {
        font-size: 11.6px;
        font-weight: 500;
    }

    .disc span {
        width: 1.5%;
        margin-right: 6px;
    }

    .disc img {
        margin-bottom: -5px;
    }


.tabFlightDetail_prnt {
    padding: 10px;
}

.tabFlightDetail {
    margin: 0;
    padding: 0;
    background: #f6f4f4;
    width: 100%;
    float: left;
    border-radius: 20px;
}

.tab_head_prnt {
    background: #f6f4f4;
    width: 100%;
    border-radius: 20px;
}

.tabFlightDetail li {
    cursor: pointer;
    padding: 7px 10px;
    list-style: none;
    color: #000;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    width: 100%;
}

    .tabFlightDetail li.active {
        color: #fff !important;
        background: #2196f3;
        border-radius: 20px;
    }

.flt_tb_tmln {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

    .flt_tb_tmln span {
        font-size: 15px;
        text-transform: uppercase;
    }

    .flt_tb_tmln img {
        width: 14px;
    }

.tb_cls {
    display: inline-flex;
    align-items: center;
    padding-right: 5px;
}

    .tb_cls img {
        width: 23px;
    }

.insd_alm_icom {
    width: 24px;
}

.flt_info_tabcnt .flt_tmln {
    gap: 134px;
}

.flt_tmln span {
    display: block;
}

.flt_info_tabcnt .tm_lc span {
    font-size: 12px;
    color: #525252;
}

.tb_nw_listing_bx .air_nmm {
    width: 25%;
}

.tb_nw_listing_bx .flt_tmln {
    width: 75%;
}

.tb_nw_listing_bx .air_nmm_img {
    width: 25%;
}

.air_nmm_img img {
    height: max-content;
}

.tb_nw_listing_bx .air_nmm_txt {
    width: 75%;
}

.air_nmm img {
    width: 42px;
    height: max-content;
}

.flt_dvdr_lnd {
    position: relative;
    text-align: center;
}

    .flt_dvdr_lnd::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        border-bottom: 1px dashed #ccc;
    }

    .flt_dvdr_lnd div {
        border: 1px dashed #ccc;
        border-radius: 20px;
        padding: 5px 15px;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        background: #f7f7f7;
        display: inline-flex;
        z-index: 1;
        position: relative;
    }

        .flt_dvdr_lnd div span {
            color: #ec382f;
        }


.fare_mdl_table {
    border: 1px solid #CCC;
    width: 33%;
    height: max-content;
}

    .fare_mdl_table div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #CCC;
        padding: 5px 15px;
    }

        .fare_mdl_table div:last-child {
            border: 0;
        }

        .fare_mdl_table div span {
            font-size: 12px;
        }

            .fare_mdl_table div span:first-child {
                font-weight: 600;
            }

.refund_grn {
    height: 20px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    color: #2dca1c;
    font-size: 11px;
    float: right;
    border: 1px solid #2dca1c;
    padding: 0 6px;
}

.fare_rule_sec {
    width: 67%;
    border: 1px solid #ccc;
    padding: 10px;
}

.fareRuls table {
    font-size: 12px;
    border: 1px solid #cecece;
}

.frtbl_hd {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.frtbl_sml {
    font-size: 11px;
    margin: 0;
}

.fareRuls table tr th, .fareRuls table tr td {
    padding: 7px;
}

.fareRuls table tr th, .baggagerule table tr th {
    background: #f5f5f5;
    font-weight: normal;
    text-align: left;
}

.fareRuls table tr td {
    font-size: 12px;
}

.terms-h {
    font-size: 10px;
    color: #000;
    font-weight: 700;
}

.terms ul {
    margin: 10px 0 0 0;
    padding-left: 14px;
    list-style: disc;
}

    .terms ul li {
        font-size: 10px;
    }

.termsbagg ul {
    margin: 0 0 0 17px;
}

    .termsbagg ul li {
        font-size: 13px;
        list-style: disc;
        margin-bottom: 4px;
    }

.flgi-l {
    float: left;
    width: 32px;
    margin-right: 10px
}

    .flgi-l img {
        width: 32px;
    }


.w_100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.mt_10 {
    margin-top: 10px;
}

.ft_500 {
    font-weight: 500;
}

.ft_16 {
    font-size: 16px;
}

.ft_11 {
    font-size: 11px;
}

.flex-dir-clmn {
    flex-direction: column;
}

.ft_13 {
    font-size: 13px;
}

.text_gry {
    color: #525252;
}
/* Centered 1100px Wrapper */
.slider-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px; /* Slightly sharper corners to match original image */
    width: 100%; /* Fixed width as requested */
    height: 50px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin: 10px auto;
}

/* Navigation Arrows */
.arrow {
    min-width: 45px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--nav-bg);
    z-index: 10;
    transition: background 0.2s;
    border: none;
    outline: none;
}

    .arrow:hover {
        background: #f8f8f8;
    }

/* Left arrow border */
.arrow-left {
    border-right: 1px solid #ddd;
}
/* Right arrow border */
.arrow-right {
    border-left: 1px solid #ddd;
}

.arrow svg {
    width: 20px;
    height: 20px;
    stroke: #000;
    stroke-width: 2.5;
}

/* The Scrollable Area */
.fare-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-grow: 1;
    height: 100%;
}

    /* Hide scrollbar */
    .fare-container::-webkit-scrollbar {
        display: none;
    }

.fare-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Individual Date Item */
.fare-item {
    min-width: 120px; /* Adjusted for 1100px layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

    .fare-item:hover {
        background-color: #fafafa;
    }

.datesld {
    font-size: 11px;
    color: #444;
}

.pricesld {
    font-size: 13px;
    font-weight: 600;
    color: #f37021;
}
/* Selected/Active State */
.fare-item.active {
    background-color: #fff5e6 !important;
}

/* Calendar date specific styles */
.calendar-date {
    cursor: pointer;
    transition: all 0.3s ease;
}

    .calendar-date:not(.active):hover {
        background-color: #f0f8ff !important;
        transform: translateY(-2px);
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .calendar-date.active {
        border: 2px solid #2093EF;
        box-shadow: 0 4px 12px rgba(32,147,239,0.2);
    }

/* Loading state for flight listing */
.loading-flights {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 8px;
}

    .loading-flights .spinner {
        border: 4px solid #f3f3f3;
        border-top: 4px solid #2093EF;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
        margin: 0 auto 20px;
    }

    .loading-flights p {
        font-size: 16px;
        color: #666;
        margin: 0;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Error state */
.error-loading-flights {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 8px;
}

    .error-loading-flights p {
        font-size: 16px;
        color: #e74c3c;
        margin-bottom: 20px;
    }

    .error-loading-flights .retry-btn {
        background: #2093EF;
        color: white;
        border: none;
        padding: 12px 30px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: background 0.3s ease;
    }

        .error-loading-flights .retry-btn:hover {
            background: #1a7acc;
        }

/* To ensure the last item doesn't have a border */
.fare-container .fare-item:last-child {
    border-right: none;
}


.cheapest-badge {
    background: white;
    border: 1.5px solid #079f7a;
    border-radius: 50px;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    white-space: nowrap;
}

.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #079f7a;
}

.badge-label {
    color: #079f7a
}

.badge-price {
    font-weight: 600;
    color: #079f7a;
    font-size: 14px;
}

.badge-date {
    color: #079f7a
}

.frscroll-row {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.frnav {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #BDBDBD;
    background: white;
    cursor: pointer;
    font-size: 16px;
    color: #BDBDBD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 6px;
}

    .frnav svg {
        stroke-width: 2px;
        color: #484848;
    }

    .frnav:hover svg {
        color: #fff;
    }

    .frnav:hover {
        border-color: #2093ef;
        background: #2093ef;
        color: #fff;
    }

.frscroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    flex: 1;
}

    .frscroll::-webkit-scrollbar {
        display: none;
    }

.frcard {
    flex-shrink: 0;
    width: 95px;
    background: white;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 10px 8px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.15s;
    box-shadow: 0 0 1px 0 #4ea8ef;
}

    .frcard:hover {
        border-color: #2093ef;
        background: #2092ef09;
    }

    .frcard.sel {
        background: #2093ef;
        border-color: #2093ef;
    }

    .frcard .dl {
        font-size: 10px;
        font-weight: 500;
        color: #737373;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .frcard.sel .dl {
        color: #fff;
    }

    .frcard .dn {
        font-size: 15px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.3;
        margin-top: 2px;
    }

    .frcard.sel .dn {
        color: white;
    }

    .frcard .fp {
        font-size: 12px;
        color: #666;
        font-weight: 600
    }

    .frcard.sel .fp {
        color: #fff;
    }

.cpill {
    background: #32a4ff;
    color: #fff;
    border: 1px solid #fff;
    font-size: 9px;
    font-weight: 600;
    backdrop-filter: blur(5px);
    letter-spacing: 0.05em;
    border-radius: 50px;
    padding: 2px 7px;
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.frbottom {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.sel-bar {
    background: #F6FAFE;
    border-radius: 10px;
    padding: 10px 15px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ADDBFF;
    transition: all .3s ease;
}

.sel-lbl {
    font-size: 10px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.sel-date-txt {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    transition: all .3s ease;
    line-height: 1.2;
}

.cnote {
    font-size: 16px;
    color: #2093ef;
    font-weight: 500
}

    .cnote span {
        font-size: 12px;
    }

.fare-lbl {
    font-size: 10px;
    font-weight: 700;
    color: #2093ef;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-align: right;
}

.fare-big {
    font-size: 25px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.frbook-btn {
    background: #da5200;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

    .frbook-btn:hover {
        background: #c75006;
    }

.btn-ic {
    font-size: 18px;
}

.tm_lc span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.text-center {
    text-align: center;
}
/*--new-flight---*/


.freairlbx::-webkit-scrollbar-thumb{
	cursor:pointer;
}

.airline-card{
    min-width:260px;
    background:#fff;
    border-radius:22px;
    padding:22px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s ease;
    position:relative;
    overflow:hidden;
}


.airline-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#ef6614;
}

.airline-logo{
    width:50px;
    height:50px;
    object-fit:contain;
    margin-bottom:5px;
	border-radius:9px;
}

.airline-name{
    font-size:20px;
    font-weight:600;
    color:#111;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price{
    font-size:25px;
    font-weight:700;
    color:#2093ef;
    margin-bottom:10px;
	margin-top:5px;
}

.price span{
    font-size:14px;
    font-weight:500;
    color:#666;
}

.book-btn{
    display:inline-block;
    width:100%;
    text-align:center;
    padding:12px;
    border-radius:14px;
    background:#ef6614;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:0.3s;
}

.book-btn:hover{
    background:#c85008;
}


