﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
body{font-family: "Montserrat", sans-serif!important;font-style: normal;}
html,
body {
    scroll-behavior: smooth;
}
.new_header{padding:8px 14px;background:#004594;position:sticky;top:0;z-index:999;width:100%;}
.new_width{max-width:1150px;margin:0 auto;padding:0 12px;}
.new_navbar_main{display:flex;justify-content:space-between;align-items:center;}
.new_navbar .logo{width:145px;padding-right:1rem;filter: brightness(0) invert(1);}
.new_navbar_link{display:flex;justify-content:space-between;width:100%;align-items:center;}
.new_navbar_link_main ul{margin:0;padding:0;display:flex;list-style:none;}
.new_navbar_link_main ul li a{display:inline-block;padding:0 12px;font-size:16px;color:#fff;}
.navbar-toggler{display:none;}
.navbar_call_main a{text-decoration:none;color:#fff!important;font-size:19px;font-weight:700;display:flex;align-items:center;gap:6px;}
.navbar_call_main a svg{width:22px;height:22px;stroke:#fff;stroke-width:1.9}
.navbar_call_main a span{width:50px;height:50px;border-radius:100%;border:3px solid #d9d9d9;background:#d9d9d9; display:inline-block;position:relative;margin-left:4px;}
.navbar_call_main a span img{width:100%;}
.navbar_call_main a span:after{width:12px;height:12px;background:#05D413;content:'';position:absolute;bottom:0;right:0;border-radius:100%;}
.new_width_sec{max-width:950px;margin:0 auto;padding:0 12px;}
.navbar-toggler-icon svg{width:30px;height:30px;stroke:#fff;}.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}.navbar-toggler:focus {
  box-shadow:unset !important;
}
.new_home_sec{background: linear-gradient(180deg, #004594 0%, #004594 55.29%, #FFF 100%);
filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.08));padding:8rem 0 3rem;}#new-close-btn{position: absolute;
  right: 11px;
  top: 7px;z-index:999;
}
.cookie-active .new_home_sec{padding:9rem 0 3rem;}.whole-banner-clickable{width:95%;}.siteLogo img{filter:unset!important;}.siteNumb img{width:16px;}
.new_home_banner h1{text-align:center;font-size:45px;font-weight:700;color:#fff;margin:0 0 5px;}
.new_home_banner p{font-size:17px;color:#fff;text-align:center;margin:0 auto;width:750px;line-height:1.3;font-weight:300;}
.new_trip{display:flex;width:100%;gap:12px;border-bottom:1px solid #fff;padding-left:8px;}
.new_type_btn ul li {position: relative;display: flex;align-items: center;padding: 14px 0 10px;margin-right:25px;cursor: pointer;}
.new_type_btn ul{display:flex;list-style:none;margin:0;padding:0;}
.new_type_btn input[type="radio"] {position: absolute;opacity: 0;pointer-events: none;}
.new_type_btn .checkbox-label {display: none;}
.new_type_btn label {margin: 0;font-size: 15px;font-weight: 500;color: rgba(255,255,255,.75);cursor: pointer;transition:.3s;}
.new_type_btn input[type="radio"]:checked + .checkbox-label + label {color: #fff;font-weight: 600;}
.new_type_btn input[type="radio"]:checked + .checkbox-label + label::after {content: "";   position: absolute;   left: -8px;   bottom: -2px;   width: 122%;   height: 3px;   background: #FF8800;}
.new_type_btn li:hover label {color: #fff;}
.new_home_search{margin:2rem 0;}
.new_cabin{
    position:relative;
    display:inline-block;
}

.custom_cabin{
    position:relative;top:13px;
}

.selected_cabin{

    display:inline-flex;
    align-items:center;
    gap:5px;

    color:#fff;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    user-select:none;

}

.selected_cabin svg{
  stroke:#fff;
  fill:#fff;

}

.cabin_options{

    display:none;

    position:absolute;
    top:35px;
    left:0;

    min-width:190px;

    background:#fff;
    border-radius:8px;

    box-shadow:0 8px 20px rgba(0,0,0,.15);

    list-style:none;
    padding:8px 0;
    margin:0;

    z-index:999;

}

.cabin_options li{

    padding:10px 15px;
    color:#333;
    cursor:pointer;
    transition:.3s;

}

.cabin_options li:hover{

    background:#f5f5f5;

}

.custom_cabin.active .cabin_options{

    display:block;

}

.custom_cabin.active .selected_cabin svg{

    transform:rotate(180deg);

}
.new_engine_main{margin-top:1rem;}
.new_engine_box{position:relative;}
.new_engine_box input{width: 100%;   border-radius: 5px;   border: 1px solid #FFF;   background: rgba(217, 217, 217, 0.00);   font-size: 22px;   font-weight:600;   padding: 20px 3px 1px 57px;height: 80px;color: #fff;text-overflow:ellipsis; overflow:hidden;
    white-space:nowrap; -moz-text-overflow:ellipsis;}
.new_engine_box label{position: absolute;font-size: 20px;  font-weight: 300;color: #fff;left: 59px;top: 37%;transform: translateY(-78%);}
.new_engine_box input::placeholder{color:#fff !important;opacity:1;font-size:22px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.new_engine_box svg{width: 36.887px;height: 33.31px;fill: #FFFEFE;position: absolute;  top: 50%;transform: translateY(-50%);left: 10px;}
.new_btn button {
  font-size: 22px;
  border: 0;
  color: #ffffff;
  font-weight:600;
  cursor: pointer;
  width: 100%;
 border-radius: 5px;
background: #F80;
border:1px solid #F80;
  height:80px;
 
}
.new_btn button::before {
  content: '';
  width: 0;
  height:80px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #f3560e, #b66000, #835b0c, #5a4f23, #3e3e32);
  background-color: #2833a5;
  transition: .5s ease;
  display: block;
  z-index: -1;
}
.new_btn button {
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.new_why_sec{margin:3rem 0;}
.new_why_sec h2{font-size:28px;font-weight: 700;color:#fff;font-weight:700;text-align:center;margin-bottom:1.5rem;}
.new_why_box{display:flex;gap:12px;width:100%;    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius:12px;
    padding:14px 16px;}
.new_why_box_left strong{color: #fff;font-size:17px;font-weight:700;line-height: 16px;margin-bottom: 8px;display: inline-block;}
 .new_why_box_left p{color: #fff;font-size:11px;font-weight: 400;line-height: 16px;width:unset;text-align:start!important;}
.new_why_box_right span{display:flex;width:60px;height:60px;border-radius:100%;justify-content:center;align-items:center;background: rgba(255, 255, 255, 0.25);padding:16px;}
/*.Places_text{background-color:#ebf2ff;padding:20px 16px;text-align:center;position:relative;position:relative;}
.Places_text:after{position:absolute;width:50px;height:90px;border-radius:30px;background:#f00;top:0;left:0;content:'';}
.Places_box{border-radius:15px;overflow:hidden;}
 .Places_text h4{font-size:18px;color:#202020;font-weight:600;margin-bottom:3px;}
 .Places_text p{font-size:15px;color:#666;font-weight:300;margin:0;padding:0;} 
.Places_img img{width:100%;height:250px;object-fit:cover;}*/

/*.Places_box{position:relative;overflow:hidden;border-radius:18px;background:#fff;transition:.4s;}
.Places_box:hover{transform:translateY(-8px);}
.Places_box a{text-decoration:none;color:#111;display:block;}
.Places_img{position:relative;overflow:hidden;height:360px;}
.Places_img img{width:100%;height:100%;object-fit:cover;transition:.5s;}
.Places_box:hover img{transform:scale(1.08);}
.Places_text{position:relative;background:#ebf2ff;text-align:center;padding:42px 20px 28px;}
.Places_text::before{content:"";position:absolute;left:-26px;top:-30px;width:52px;height:75px;background:#fff;border-radius:50%;}
.Places_text::after{content:"";position:absolute;right:-26px;top:-30px;width:52px;height:75px;background:#fff;border-radius:50%;}
.Places_text h4{font-size:19px;font-weight:700;color:#202020;margin-bottom:3px;line-height:1.2;}
.Places_text p{font-size:14px;color:#666;margin:0;}
.Places_text{border-radius:0 0 18px 18px;}*/

.Places {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-title {
    font-weight:700;
    font-size: 2.3rem;
    color: #242424;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}

.sub-title {
    font-weight: 400;
    font-size: 0.95rem;
    color: #757575;
}

.travel-card {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 28px;
    width: 100%;
}

.card-image-part {
    width: 100%;
    height: 360px;
    border-radius: 28px 28px 0px 0px;
    overflow: hidden;
}

.card-image-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-info-part {
    background-color: #E8F3FF;
    border-radius: 0px 0px 28px 28px;
    padding: 30px 20px;
    text-align: center;
    border-top:2px dashed #014594;
}
.place-name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0c0c0c;
    margin-bottom: 5px;
    letter-spacing: -0.2px;
}

.country-name {
    font-size: 0.85rem;
    font-weight: 500;
    color: #7b838f;
    margin-bottom: 0;
}

.notch {
position: absolute;
  width: 39px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 118%;
  z-index: 10;
  top: 344px; 
}

/* Left Notch Position */
.notch-left {
    left: -18px; 
}

.notch-right {
    right: -16px;
}

@media (max-width: 576px) {
    .main-title {
        font-size:1.4rem;
    }
    .card-image-part {
        height: 320px;
    }
    .notch {
        top: 304px;
    }
}

.new_banner_main{background:url(/new-site-images/airline_banner.webp)no-repeat center;padding:2.5rem 2.5rem;position:relative;border-radius:20px;}
.new_banner_main:after{border-radius: 20px;background: linear-gradient(90deg, #014594 0%, rgba(217, 217, 217, 0.00) 100%);position:absolute;top:0;left:0;content:'';width:100%;height:100%;}
.new_banner_box{position:relative;z-index:22;width:65%;}
.new_banner_box h2{color:#FFF;font-size:33px;font-weight:700;}
.new_banner_box p{color: #FFF;font-size: 16px;font-weight: 400;}
.new_banner_box a{padding:10px 45px;border-radius: 500px;border: 1px solid #FFF;background: rgba(217, 217, 217, 0.00);color: #FFF!important;text-align: center;font-size: 27px;text-decoration:none;font-weight: 700;margin-top:1rem;display:inline-block;}
.new_banner{margin-bottom:4rem;}
/*.faq_new{background:url(/new-site-images/faq_bg.webp)no-repeat center/cover;padding-bottom:8rem 10px; }*/

.faq_main_sec{
      width: 100%;
    padding: 3px 0 2rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 18%, rgb(201 223 246 / 0%) 73%, rgb(125 176 230 / 0%) 60%, rgb(56 124 203 / 0%) 62%, rgb(6 73 150 / 8%) 76%, #014594 99%), url(/new-site-images/faq_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 21rem;
}

.faq_heading_area{
    margin-bottom:35px;
}
.new_footer{    background: #014594;
    margin-top: -1rem;
    position: relative;
    padding-top: 5rem;padding-bottom:2rem;}
.faq_heading_area h2{color: #2D2D2D;font-size:35px;font-style: normal;font-weight: 700;line-height: 16px;margin-bottom:1rem;}
.faq_heading_area p{color: #2D2D2D;font-weight: 400;line-height: 16px;}

.faq_custom_wrapper{
    width:100%;
}

/*==========================
Accordion
==========================*/

.faq_custom_accordion .accordion-item{
    border:none;
    border-radius:4px;
    overflow:hidden;
    margin-bottom:12px;
    box-shadow:0 1px 8px rgba(0,0,0,.08);
    background:#fff;
}

.faq_custom_accordion .accordion-button{padding:22px;font-size:18px;font-weight:700;color:#2D2D2D;display:flex;align-items:center;border-radius: 5px 5px 0 0;background: #FFF;}

.faq_custom_accordion .accordion-button:not(.collapsed){
    background:#fff!important;
    color: #2D2D2D!important;
    font-size:18px!important;
    box-shadow:none!important;
    box-shadow:unset!important;
    font-weight:700!important;
}

.faq_custom_accordion .accordion-button:focus{
    box-shadow:none;
    border:none;
}

.faq_custom_accordion .accordion-body{
    padding:0px 38px 24px!important;
  
}

.main_faq .accordion-item.active .accordion-button {
    padding:14px 20px 0 !important;
}.main_faq .accordion-item.active .faq_dot{display:none;}
.main_faq .accordion-item:has(.accordion-collapse.show){
    border-left:6px solid #2F80ED;
}.main_faq .accordion-body{background:unset!important;}
 .main_faq .accordion-button:focus{box-shadow:unset!important;}
.main_faq .accordion-item .faq_title{background:unset!important;color:#2D2D2D!important;font-weight:700!important;padding:unset!important;font-size:18px;}
.faq_custom_accordion .accordion-body p{max-width:800px;margin:0;padding:0;color:#2D2D2D!important;}

.faq_dot{
    width:11px;
    height:11px;
    background:#606060;
    border-radius:50%;
    margin-right:20px;
    flex-shrink:0;
    padding:unset!important;
}

.faq_title{
    flex:1;
}

/*==========================
Responsive
==========================*/

@media(max-width:992px){

.faq_heading_area h2{

font-size:25px;

}

.faq_custom_accordion .accordion-button{

font-size:18px;

padding:16px 18px;

}

.faq_custom_accordion .accordion-body h5{

font-size:21px;

}

}

@media(max-width:767px){


.faq_heading_area h2{

font-size:22px;

}

.faq_heading_area p{

font-size:14px;

}

.faq_custom_accordion .accordion-button{

font-size:16px;

padding:15px;

}

.faq_custom_accordion .accordion-body{

padding:18px;

}



.faq_dot{

margin-right:14px;

}

}

/* Smooth Animation */
.accordion-button{
    transition:all .35s ease;
}

.accordion-collapse{
    transition:all .35s ease;
}

/* Active FAQ */
.faq_custom_accordion .accordion-item.active{
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.faq_custom_accordion .accordion-item.active .accordion-body{border-left:unset!important;background:#fff!important;color:#2D2D2D!important;font-weight:400;font-size:14px;padding-left:19px!important;}

/* Arrow Animation */
.faq_custom_accordion .accordion-button::after{
    transition:transform .3s ease;
}

.faq_custom_accordion .accordion-button:not(.collapsed)::after{
    transform:rotate(180deg);
}
.main_header {
    position: fixed !important;
    display: flex
;
    flex-wrap: wrap;
    top: 0;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 99999;
    width: 100%;
}
.faq_main_sec:after{content:'';position:absolute;height:400px;border-radius: 10px 10px 0 0;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #014594 40.33%, #014594 100%);left:0;bottom:-40px;}
.new_footer_box h3{font-size:17px;color:#fff;font-weight:700;margin-bottom:1rem;}
.new_footer_box_links ul{margin:0;padding:0;padding-left:15px;}
.new_footer_box_links ul li a{display:inline-block;padding:8px 0;color:#fff;font-size:13px;}
.new_footer_box_links ul li::marker{color:#fff;}
.new_footer_logo{margin-top:15px;}
.new_footer_logo img{width:145px;filter: brightness(0) invert(1);}
.new_address h4{font-size:14px;color:#fff;margin-bottom:3px;}
.new_address span , .new_email span{color:#fff;font-size:12px;}
.new_email{margin:8px 0 0;}
.passen_con label{color:#333!important;transform:unset!important;top:unset;font-weight:500;font-size:15px;}
.passen_left .new_sup{position:relative;}
.passen_left .new_sup small{display:flex;width:35px;height:35px;align-items:center;justify-content:center;background:#014594;border-radius:100%;padding:8px;}
.passen_left .new_sup small svg{fill:#fff;width:20px !important;
  height: 27px !important;
stroke:#fff;position:unset!important;transform:unset;}
.passen_con .Adult_input{width: 35px !important;
  height: 35px !important;
  text-align: center !important;
  color: #000 !important;
  font-weight: 500 !important;
  border:1px solid #004594;
  padding: unset;}
.passen-button {
    margin-top: 0 !important;
    width:95%;
    margin:0 auto;
}

.passen-button {
    font-size: 18px;
    border: 0;
    padding:4px 29px;
    line-height: 2;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin: 0 !important;
    background:#F80;
    border-radius: 5px;
}
.new_width .offcanvas-header{padding:8px 1rem 0;}
.new_width .offcanvas-body ul li{padding-bottom:12px;border-bottom:1px solid #ccc;}
.moblie_number a{padding:6px 16px;background:#004594;border-radius:30px;display:inline-flex;gap:12px;align-items:center;color:#fff;font-size:20px;font-weight:600;}
.moblie_number a img{width:40px;height:40px;color:#fff;text-decoration:none;}
.moblie_number a svg{stroke:#fff;}
.moblie_number{margin-top:18px;}
.new_mob h3{font-size:16px;color:#333;font-weight:500;margin:15px 25px;}

.moblie_chat a{text-decoration:none;display:flex;align-items:center;gap:12px;}
.moblie_chat a img{width:35px;}
.moblie_chat a p{margin:0;padding:0;font-size:14px;}
/* ================================
   FLIGHT RESERVATION BANNER
================================ */

.flight-reservation-banner {width: 100%;margin:5rem auto 0;background: #ffffff;border:1px solid #d8d8d8;overflow: hidden;box-sizing: border-box;display:none;}
.frb-heading {width: 100%;padding:18px 0;    background: #087dcc;color: #ffffff;display: flex;align-items: center;justify-content: center;font-size: 18px;font-weight: 600;
    line-height: 27px;text-align: center;box-sizing: border-box;}


.frb-image-area {
    position: relative;
    width: 100%;
    height: 385px;
    overflow: hidden;
}



.frb-bg-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-image: url("/new-site-images/popp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Dark overlay */

.frb-bg-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.08),
        rgba(0, 0, 0, 0.05) 55%,
        rgba(0, 0, 0, 0.25)
    );
}

/* ================================
   LEFT FEATURE BUTTONS
================================ */

.frb-features {
    position: absolute;
    top: 35px;
    left: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 8px;
    z-index: 2;
}

.frb-feature {
    position: relative;

    min-width: 185px;
    height: 31px;

    padding: 0 15px;

    display: flex;
    align-items: center;

    color: #ffffff;
    background: #071e34;

    border-radius: 0 20px 20px 0;

    font-size: 14px;
    font-weight: 400;

    white-space: nowrap;
    box-sizing: border-box;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Small white/yellowish line on left */

.frb-feature::before {
    content: "";
    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 100%;

    background: #ffffff;
}

.frb-feature strong {
    font-weight: 700;
    margin-left: 3px;
}

/* ================================
   IMAGE BOTTOM TEXT
================================ */

.frb-image-bottom-text {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 7px;

    z-index: 2;

    text-align: center;

    color: #ffffff;

    font-size: 10px;
    line-height: 16px;

    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.9),
        0 0 2px rgba(0, 0, 0, 0.8);
}

.frb-image-bottom-text span {
    display: block;

    font-size: 10px;
    font-weight: 400;
}

/* ================================
   BOTTOM WHITE AREA
================================ */

.frb-bottom {
    width: 100%;
    background: #ffffff;

    padding: 7px 10px 12px;

    box-sizing: border-box;
}

/* ================================
   CONNECT TEXT
================================ */

.frb-connect-text {
    width: 100%;

    text-align: center;

    color: #111111;

    font-size: 11px;
    font-weight: 400;

    margin-bottom: 5px;
}

/* ================================
   CALL BUTTON
================================ */

.frb-call-btn {
    width: 100%;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #087dcc;
    color: #ffffff;

    border-radius: 20px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    letter-spacing: 0.2px;

    box-sizing: border-box;

    transition: all 0.2s ease;
}

.frb-call-btn:hover {
    background: #066db3;
    color: #ffffff;
    text-decoration: none;
}

.frb-phone-icon {
    font-size: 16px;
    margin-right: 5px;

    transform: rotate(-15deg);
    display: inline-block;
}

.phone_det ul{padding:0;list-style:none;}
.phone_det ul li a{font-size:15px;font-weight:500;color:#000;}
@media (max-width:767px) {.flight-reservation-banner{display:block;}
}
@media (max-width: 480px) {

    .flight-reservation-banner {
        max-width: 100%;
        margin:4.2rem auto -72px;position:relative;
    }

    .frb-heading {
     padding:10px 0;
        font-size: 15px;
    }

    .frb-image-area {
        height: 385px;
    }

    .frb-features {
        top: 35px;
        gap: 8px;
    }

    .frb-feature {
        min-width: 185px;
        height: 31px;
        padding: 0 14px;
        font-size: 14px;
    }

    .frb-image-bottom-text {
        bottom: 7px;
    }

    .frb-bottom {
        padding: 7px 10px 12px;
    }
}
.cookie-active .flight-reservation-banner{margin-top: 7.5rem;margin-bottom: -10rem;z-index: 1;position: relative;}
.cookie-active .cheap-flt {
    padding:9rem 0 3rem 0 !important;
  }
@media (max-width: 480px) {
    .cookie-active .flight-reservation-banner {
        margin-top: 6.5rem;
        margin-bottom: -8rem;
    }
}