
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Poppins", sans-serif ;
}

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap');

/* HERO SECTION */
:root {
        --blue-main: #1a97f5;
        --text-gray: #5e6d77;
        --text-dark: #1a2b49;
        --border-color: #e6ebf1;
        --bg-icon: #f1f5f9;
        } 

input, button {
	font-family: "Poppins", sans-serif
}
focus {	outline: none}
body {
	font-family: "Poppins", sans-serif !important;
	font-size: 14px;
	overflow-x: hidden;
}  

.result-hero h1 { font-size: 30px;}
.result-hero h2 { font-size: 27px;}

@media (max-width: 1100px) {

    .result-hero h1 { font-size: 27px;}
    .result-hero h2 { font-size: 24px;}

}
       
    /* Search Bar - 6 Section Layout */
    .search-bar {
        background: white; display: flex; height: 85px;
        border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.3);
         align-items: stretch;
        padding: 10px;
    }

    .field-section {
        flex: 1; padding: 0 12px; border-right: 1px solid var(--border-color);
        display: flex; align-items: center; min-width: 140px;
    }

    .icon-box {
        width: 36px; height: 36px; background: var(--bg-icon);
        border-radius: 50%; display: flex; align-items: center;
        justify-content: center; margin-right: 10px; color: var(--text-dark);
        font-size: 16px; flex-shrink: 0;
    }

    .input-info { display: flex; flex-direction: column; flex: 1; overflow: hidden; }
    .input-info label { font-size: 11px; color: var(--text-gray); font-weight: 600; margin-bottom: 2px; }

    .input-info input, .input-info select {
        border: none; outline: none; font-size: 13px; font-weight: 700;
        color: var(--text-dark); background: transparent; width: 100%;
        cursor: pointer; text-overflow: ellipsis;
    }

    /* Search Button */
    .search-btn-box {
        background: var(--blue-main); width: 75px; border: none;
        cursor: pointer; display: flex; align-items: center; justify-content: center;
        transition: 0.2s;
    }
    .search-btn-box:hover { background: #0076cc; }
    .search-btn-box i { color: white; font-size: 26px; }

    .crpo { margin-top: -30px;}

    @media (max-width: 1100px) {
        .search-bar { height: auto; flex-wrap: wrap; }
        .field-section { flex: 1 1 100%; border-bottom: 1px solid var(--border-color); height: 80px; border-right: 0px; }
        .search-btn-box { width: 100%; height: 60px; }
    }

    .Modfybg {background: #1a97f5; padding: 10px 0;}

    /* Search Bar - End Section */ 

    /* travellr css */
    .traveller-wrapper{
      max-width:320px;
      margin:auto;
    }

    .traveller-input{
      background:#fff;
      cursor:pointer;
      display:flex;
      justify-content:space-between;
      align-items:center;
      font-size:16px;
      font-weight:500;
      gap: 10px;
    }

    .traveller-dropdown{
      background:#fff;
      border-radius:14px;
      padding:18px;
      margin-top:10px;
      box-shadow:0 5px 20px rgba(0,0,0,0.12);
      display:none;
    }

    .traveller-dropdown.active{
      display:block;
      position: absolute;
      z-index: 999;
      min-width: 350px;
      height: max-content;
      bottom: -2%;
      top: 65%;
      left: 80%;
      transform: translate(-50%, -50%);
    }

    .traveller-title{
      font-size:18px;
      font-weight:700;
      margin-bottom:15px;
      color:#333;
    }

    .traveller-row{
      display:flex;
      justify-content:space-between;
      align-items:center;
      margin-bottom:18px;
      gap:10px;
    }

    .traveller-row h6{
      margin:0;
      font-size:15px;
      font-weight:600;
      color:#555;
    }

    .traveller-row p{
      margin:0;
      font-size:13px;
      color:#888;
    }

    .counter-box{
      display:flex;
      align-items:center;
      gap:12px;
    }

    .counter-btn{
      width:34px;
      height:34px;
      border-radius:50%;
      border:1px solid #ccc;
      background:#fff;
      font-size:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      transition:0.3s;
    }

    .counter-btn:hover{
      background:#12a8e8;
      color:#fff;
      border-color:#12a8e8;
    }

    .count{
      min-width:15px;
      text-align:center;
      font-size:16px;
      font-weight:600;
    }

    .apply-btn{
      width:100%;
      background:#12a8e8;
      border:none;
      color:#fff;
      padding:12px;
      border-radius:10px;
      font-size:16px;
      font-weight:600;
      transition:0.3s;
    }

    .apply-btn:hover{
      background:#0d95cf;
    }

    @media(max-width:576px){

      .traveller-wrapper{
        max-width:100%;
      }

      .traveller-row h6{
        font-size:14px;
      }

      .counter-btn{
        width:32px;
        height:32px;
      }
     .traveller-dropdown{
        min-width: inherit;
        max-width: inherit;
        width: 95%;
     }

     .traveller-dropdown.active{
      display:block;
      position: absolute;
      z-index: 999;
      width: 100%;
      max-width: 350px;
      height: max-content;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    }

    /****Cabin css*******/


    /* Main Box */

.cabin-wrapper{
    max-width:320px;
    margin:auto;
     position: absolute;
    z-index: 999;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%);
}

/* Click Button */

.cabin-select{
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    padding:14px 16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:16px;
    font-weight:500;
}

/* Dropdown */

.cabin-dropdown{
    width:100%;
    min-width: 350px;
    background:#fff;
    border-radius:16px;
    padding:18px;
    margin-top:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.12);    
    

}

/* Open */

.cabin-dropdown.show{
    display:block;
}

/* Cabin Grid */

.cabin-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

/* Cabin Button */

.cabin-btn{
    border:1px solid #d9d9d9;
    background:#f8f8f8;
    border-radius:8px;
    padding:5px;
    text-align:center;
    cursor:pointer;
    font-size:13px;
    font-weight:500;
    transition:0.3s;
}

/* Active */

.cabin-btn.active{
    background:#2f8cff;
    color:#fff;
    border-color:#2f8cff;
}

/* Apply Button */

.apply-btn{
    width:100%;
    border:none;
    background:#2f8cff;
    color:#fff;
    padding:12px;
    border-radius:10px;
    font-size:17px;
    font-weight:600;
    margin-top:18px;
}

.input-info span{
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark);
    background: transparent;
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis !important;
     /* white-space: nowrap */
}

/* Responsive */

@media(max-width:576px){

    .cabin-wrapper{
        max-width:100%;
        margin: auto;
        position: absolute;
        z-index: 999;
        width: 100%;
        max-width: 350px;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cabin-btn{
        font-size:14px;
        padding:5px;
    }

}

/********hotel traveller***********/

.travler-down{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    border-radius:8px;
    box-shadow:0 4px 20px rgba(0,0,0,.15);
    padding:10px;
    z-index:999;
    display:none;
}

.travler-down.show{
    display:block;
}

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

.countersec button{
    width:34px;
    height:34px;
    border-radius:50%;
    border:2px solid #adb5bd;
    background:#fff;
    font-size:20px;
    line-height:1;
}

.room-tle{
    font-size:15px;
    font-weight:700;
}

.actiobtns{
    display:flex !important;
    gap:5px;

}

.actiobtns botton {outline: 0;}

.trbtn2 {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    background: linear-gradient(90.37deg, #FFA500 51.9%, rgba(255, 243, 222, 0.74) 99.58%);
    font-size: 12px;
    border: 1px solid #ddd;
}

.trbtn2:hover {    
    background: linear-gradient(90.37deg, rgba(255, 243, 222, 0.74) 99.58%), #FFA500 51.9%;    
}

.btnblank {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    background: #fff;
    font-size: 12px;
    border: 1px solid #ddd;
}
.btnblank:hover {background: #ddd;}



@media(max-width:767px){
    .travler-down{
        width:100%;
    }

    .actiobtns .btn{
        flex:1;
    }
}
       
/*************************************/

/* HERO SECTION */
.hero{
    width:100%;
    min-height:50vh;
    background:url('../images/herobnr.png') center/cover no-repeat;
    position:relative;
    padding:20px;
}

.hero::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}

/****20may****/

.hero::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}

/* HERO SECTION */
.result-hero{
    width:100%;
    position:relative;
    padding:72px 0 0;    
}

@media(max-width:768px){
    .result-hero{    
    padding:60px 0 0;
}
   
}

/* flight banner */

/* HERO SECTION */
.hero_flight{
    width:100%;
    min-height:50vh;
    background:url('../images/flightbanner.webp') center/cover no-repeat;
    position:relative;
    padding:20px;
}

.hero_flight::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}

/* Hotel banner */

/* HERO SECTION */
.hero_hotel{
    width:100%;
    min-height:50vh;
    background:url('../images/hotelbanner.webp') center/cover no-repeat;
    position:relative;
    padding:20px;
}

.hero_hotel::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}


/* Car SECTION */
.hero_car{
    width:100%;
    min-height:50vh;
    background:url('../images/carbanner.webp') center/cover no-repeat;
    position:relative;
    padding:20px;
}

.hero_car::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}

/* cruise SECTION */
.hero_cruise{
    width:100%;
    min-height:50vh;
    background:url('../images/cruisebanner.webp') center/cover no-repeat;
    position:relative;
    padding:20px;
}

.hero_cruise::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}


/* packages SECTION */
.hero_packages{
    width:100%;
    min-height:50vh;
    background:url('../images/packagesbanner.webp') center/cover no-repeat;
    position:relative;
    padding:20px;
}

.hero_packages::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}


/* route SECTION */
.hero_route{
    width:100%;
    min-height:50vh;
    background:url('../images/routebanner.webp') center/cover no-repeat;
    position:relative;
    padding:20px;
}

.hero_route::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}

/* city SECTION */
.hero_city{
    width:100%;
    min-height:50vh;
    background:url('../images/citybanner.webp') center/cover no-repeat;
    position:relative;
    padding:20px;
}

.hero_city::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}

/* airline SECTION */
.hero_airlin{
    width:100%;
    min-height:50vh;
    background:url('../images/airlinesbnr.webp') center/cover no-repeat;
    position:relative;
    padding:20px;
}

.hero_airlin::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}

@media only screen and (max-width: 1025px) {
  .hero{padding:20px 0px;}
 .hero_airlin{padding:20px 0px;} 
 .hero_city{padding:20px 0px;}
 .hero_route{padding:20px 0px;} 
 .hero_packages{padding:20px 0px;} 
 .hero_cruise{padding:20px 0px;}
 .hero_hotel{padding:20px 0px;}
 .hero_car{padding:20px 0px;}
 .hero_flight{padding:20px 0px;} 
}


/******20may ENd*********/

.container{
    max-width:1250px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* HEADER */

/* TABS */

.engin-mtop {
    margin-top: 180px;
}

.tabs{
    display:flex;
    justify-content:center;
    gap:5px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.tab-btn{
    border:none;
    background:#fff;
    padding:4px 15px;
    cursor:pointer;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}


.tab-btn:hover{
    background:#2f8cff;
    color:#fff;
    img{
        filter: brightness(10);
    }
}

.tab-btn{
    display: flex ;
    justify-content: center ;
    align-items: center;
    gap: 10px ;
    img{
        min-width:25px;
        max-width:30px;
        filter: brightness(0.2);
    }
}

.tab-btn.active{
    background:#2f8cff;
    color:#fff;
    img{
        filter: brightness(10);
    }
}

/* SEARCH BOX */

/* HEADER DEFAULT */
.lojmkuky{
    width: 100%;
    position: absolute;
    z-index: 999;
    transition: all 0.4s ease;
    background: #00000008;    
    
}

/* STICKY ACTIVE */
.lojmkuky.sticky-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    animation: smoothScroll 0.4s ease forwards;
}

/* SMOOTH ANIMATION */
@keyframes smoothScroll{
    from{
        transform: translateY(-100%);
    }
    to{
        transform: translateY(0);
    }
}

.lojmkuky.sticky-header ul li a {color: #272727;}
.lojmkuky.sticky-header .right-menu a {color: #272727;}
.lojmkuky.sticky-header .right-menu img {filter: brightness(0) saturate(100%);}
@media(max-width:768px){
  .lojmkuky.sticky-header ul li a {color: #fff;}

}

/* End  HEADER DEFAULT */
/* TAB CONTENT */

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}

/* TABS End*/

.offer-card{
    width:435px;
    margin-top:50px;
    display:flex;
    overflow:hidden;
}



.call-btn {
    background: #2f8cff;
    color: #fff !important;
    padding: 10px 7px;
    border-radius: 4px;
    transition: .3s;
    font-size: 17px !important;
}

.right-menu{
    width: 400px;
    text-align: right;
}

.right-menu a {
    color: #ffa500;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.mainlogo {width: 164px;}

.kuyjh {
    border-radius: 30px;
    background-color: #2f8cff;
    color: white;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 10px;
}

.aesfsf {color: #fff;}
.aesfsf:hover {color: #fec900;}



@media(max-width:991px){

    .navbar-brand img {width: 120px; height: auto;}
    .engin-mtop{margin-top: 80px;}

    .offer-card{
        width:100%;
        flex-direction:column;
    }

    .aesfsf {color: #5e6d77 !important;}
    .navbar { background: #e9ebec !important;}

}

/**********************************
craosal
************************************/
.flight-section{
      max-width:1250px;
      margin:auto;
      padding:20px;
      border-radius:10px;
      overflow:hidden;
    }

    .title-box{
      display:inline-block;
      padding:10px 15px;
      position: absolute;
    }

    .title-box small{
      display:block;
      color:#AA151B;
      font-size:12px;
      font-weight:bold;
      margin-bottom:4px;
    }

    .title-box h2{
      font-size:28px;
      font-weight:bold;
    }

    .title-box h2 span{
      color:#AA151B;
    }


    /********/

    .title2-box{
      display:inline-block;
      padding:10px 15px;
    }

    .title2-box small{
      display:block;
      color:#AA151B;
      font-size:12px;
      font-weight:bold;
      margin-bottom:4px;
    }

    .title2-box h2{
      font-size:28px;
      font-weight:bold;
    }

    .title2-box h2 span{
      color:#AA151B;
    }

    /* CARD */
    .flight-card{
      overflow:hidden;
      border-radius:0px;
    }

    .image-box{
      position:relative;
    }

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

    .cityborder{
    position:absolute;
    top:2px;
    left:2px;
    right:2px;
    bottom:2px;
    border:1px solid rgba(255,255,255,0.9);
    border-radius:0px;
    z-index:2;
}

    .price{
      position:absolute;
      bottom:10px;
      right:30px;
      background:#fff;
      color:green;
      font-weight:bold;
      padding:10px;
      border-radius:50%;
      width:55px;
      height:55px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:14px;
      box-shadow:0 3px 8px rgba(0,0,0,0.2);
    }

    .price2{
    position: absolute;
    bottom: 48px;
    right: 11px;
    background: #fff;
    color: green;
    font-weight: bold;
    padding: 0px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    }

    .card-content{
      padding:14px 0;
    }

    .route{
      font-size:18px;
      font-weight:bold;
      margin-bottom:8px;
    }

    .trip{
      font-size:13px;
      color:#666;
      margin-bottom:15px;
    }

    .btn{
      display:block;
      width:100%;
      color:#333;
      text-align:center;
      padding:12px;
      text-decoration:none;
      font-weight:bold;
      border-radius:4px;
      transition:0.3s;
      background: linear-gradient(90.37deg, #FFA500 51.9%, rgba(255, 243, 222, 0.74) 99.58%);
    }

    .btn:hover{
      background: linear-gradient(90.37deg, #d48800 51.9%, rgba(255, 243, 222, 0.74) 99.58%);
    }

    /* Swiper buttons */
    .swiper-btn-next,
    .swiper-btn-prev{
      color:#333;
      background:#fff;
      width:40px;
      height:40px;
      border-radius:50%;
      box-shadow:0 2px 8px rgba(0,0,0,0.15);
      display: flex;
    justify-content: center;
    align-items: center;
    }

    .swiper-btn-next:after,
    .swiper-btn-prev:after{
      font-size:18px;
      font-weight:bold;
    }

    @media(max-width:768px){
      .title-box h2{
        font-size:13px;
      }

      .image-box img{
        height:180px;
      }

        .title2-box h2 {
            font-size: 14px !important;
            font-weight: bold;
        }

    }

    

/* Swiper Container */
.mySwiper{
  position: relative;
  padding-top: 80px; /* top buttons ke liye space */
}


/* Navigation buttons top-right */
.swiper-btn-next,
.swiper-btn-prev{
  position: absolute;
  top: 28px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  color: #333;
}


.swiper-btn-prev:hover {background-color: #e9e5e5;}
.swiper-btn-next:hover {background-color: #e9e5e5;}

/* Right side positioning */
.swiper-btn-next{
  right: 2px;
}

.swiper-btn-prev{
  right: 45px;
  left: auto;

}

/* Icon size */
.swiper-btn-next:after,
.swiper-btn-prev:after{
  font-size: 16px;
  font-weight: bold;
}

/***********************
Por qué elegirnos
**********************/

.imagbox2{
      position:relative;
      border: 1px solid #ddd; 
      background-color: white;
      height: 100%;
    }

    .imagbox2 p {margin-bottom: 0px; font-size: 12px;}

    .imagbox2 img{
      width:100%;
      height:165px;
      object-fit:cover;
      display:block;
    }

    .title-box2{
      padding:14px;
      border-top: 1px solid #ddd;
    }

    .title-box2 h4{font-size:18px;}
    
     @media(max-width:768px){

       .title-box2 h4{font-size:15px;}
       .imagbox2 img{height:auto;}
       .imagbox2{ margin-bottom: 20px;}
      
    }

    /*********End***************/

   /*******************************
   BAckground CAR section 
   ******************************/ 

   .hero-section{
    position:relative;
    width:100%;
    overflow:hidden;
}

.hero-section img{
    width:100%;
    /* height:650px; */
    object-fit:cover;
    display:block;
}

/* Overlay */
.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgb(0 0 0 / 40%), rgba(0, 0, 0, 0.2));
}

/* Content */
.hero-content{
    position:absolute;
    top:20%;
    left:5%;
    transform:translateY(-50%);
    color:#fff;
    max-width:500px;
    z-index:2;
}

.hero-content h5{
    font-size:20px;
    font-weight:500;
    margin-bottom:10px;
    letter-spacing:1px;
}

.hero-content h3{
    font-size:22px;
    line-height:1.1;
    text-transform:uppercase;
    margin-bottom:10px;
}

.hero-content .redbtn{
    display:inline-block;
    background: linear-gradient(90.37deg, #FFA500 26.79%, rgba(255, 243, 222, 0.397) 99.58%);
    color:#333;
    padding:8px 26px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.hero-content .redbtn:hover{
    background: linear-gradient(90.37deg, #f1b648 26.79%, rgba(255, 243, 222, 0.74) 99.58%);

}

/* Bottom Cards */
.info-boxes{
    position:absolute;
    bottom:30px;    
    display:flex;
    z-index:3;
    gap: 15px;
    margin: 0 60px;
    
}

.info-card{
    flex:1;
    background:rgba(0,0,0,0.45);
    backdrop-filter:blur(8px);
    color:#fff;
    padding:25px;
    transition:0.3s;
    border-left: 4px #FFA500 solid;
    
}

.info-card:hover{
    background:rgba(0,0,0,0.8);
}

.info-card img{
    width:50px;
    height:50px;
    object-fit:contain;
    margin-bottom:15px;
}

.info-card h3{
    font-size:18px;
    margin-bottom:10px;
    font-family:'Anton', sans-serif;
    line-height:1.1;
}

.info-card p{
    font-size:15px;
    color:#ddd;
    line-height:1.5;
}

/* Responsive */
@media(max-width:991px){

    .hero-section img{
        height:850px;
    }

    .hero-content{
        top:8%;
        left:5%;
        max-width:90%;
    }

    .hero-content h3{
        font-size:18px;
    }

    .info-boxes{
        flex-direction:column;
        position:relative;
        width:100%;
        left:0 !important;
        bottom: 0;
        margin: 0;
    }
   

    .info-card{
        border-bottom:1px solid rgba(255,255,255,0.1);
    }
}

@media(max-width:576px){

    .hero-section img{
        height:auto;
    }

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

    .hero-content h1{
        font-size:20px !important;
        margin-bottom: 10px;
    }

    .hero-content .redbtn{
        padding:12px 20px;
        font-size:14px;
    }

    .info-card{
        padding:20px;
    }

    .info-card h3{
        font-size:22px;
    }
}


/*********************************
  /////////// End BAckground CAR section

********************************/ 


/**************************************
city section
**************************************/

.hotelction{
    padding:60px 0;
}

/* Left Content */

.topext{
    color:#d62828;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:10px;
    display:block;
}

.hoteltle{
    font-size:24px;
    line-height:1.05;
    font-weight:300;
    color:#111;
    margin-bottom:5px;
    text-transform:uppercase;
}

.hoteltle span{
    display:block;
    color:#d62828;
    font-weight:700;
}

.hoteltent p{
    color:#666;
    line-height:1.9;
    font-size:15px;
    margin-bottom:35px;
    max-width:420px;
}

.hotel-btn{
    background: linear-gradient(90.37deg, #FFA500 51.9%, rgba(255, 243, 222, 0.74) 99.58%);
    color:#111;
    text-decoration:none;
    padding:14px 30px;
    display:inline-block;
    font-weight:600;
    transition:0.3s;
}

.hotel-btn:hover{
    background: linear-gradient(90.37deg, #d48800 51.9%, rgba(255, 243, 222, 0.74) 99.58%);
}

/* Image Cards */

.hoteard{
    position:relative;
    overflow:hidden;
    border-radius:4px;
    height:100%;
}

.hoteard img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.hoteard:hover img{
    transform:scale(1.08);
}

.hoteard::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.05));
    z-index:1;
}

.hotelme{
    position:absolute;
    left:15px;
    bottom:15px;
    color:#fff;
    font-size:17px;
    font-weight:500;
    z-index:2;
}

/* Heights */

.h-small{
    height:200px;
}

.h-large{
    height:272px;
}

/* Responsive */

@media(max-width:1199px){

    .hoteltle{
        font-size:44px;
    }
}

@media(max-width:991px){

    .hoteltent{
        margin-bottom:40px;
        text-align:center;
    }

    .hoteltent p{
        max-width:100%;
    }

    .hoteltle{
        font-size:38px;
    }
}

@media(max-width:767px){

    .hoteltle{
        font-size:22px;
    }

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

    .h-small,
    .h-large{
        height:250px;
    }

    .hotelme{
        font-size:18px;
    }
}

/******************************
End City Section
******************************/


/********************************
Deals Section
******************************/
/* SECTION */

.flighter-section{
    padding:40px 0;
}
/* TOP HEADING */

.smaltitle{
    color:#d62828;
    font-size:14px;
    text-transform:uppercase;
    font-weight:500;
    margin-bottom:8px;
    display:block;
}

.maititle{
    font-size:25px;
    font-weight:300;
    color:#222;
    text-transform:uppercase;
    margin-bottom:20px;
    line-height:1.1;
}

.maititle span{
    color:#d62828;
    font-weight:700;
}

/* CARD */

.flighard{
    background:#fff;
    border:1px solid #e3e3e3;
    padding:22px 18px;
    height:100%;
    transition:0.3s;
}

.flighard:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.tripype{
    color:#1377eb;
    font-size:11px;
    text-transform:uppercase;
    margin-bottom:12px;
    font-weight:600;
}

.offerroute{
    font-size:18px;
    font-weight:500;
    color:#333;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.offerroute i{
    font-style:normal;
    color:#777;
    font-size:22px;
}

/* PRICE + BUTTON */

.offerottom{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:15px;
}

.lowprice small{
    display:block;
    color:#4d9fff;
    font-size:12px;
    margin-bottom:2px;
}

.lowprice h3{
    font-size:25px;
    font-weight:900;
    color:#333;
    margin:0;
}

.offebtn{
    background: linear-gradient(90.37deg, #FFA500 51.9%, rgba(255, 243, 222, 0.74) 99.58%);
    color:#111;
    padding:5px 10px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
    white-space:nowrap;
}

.offebtn:hover{
    background: linear-gradient(90.37deg, #d48800 51.9%, rgba(255, 243, 222, 0.74) 99.58%);
    color:#111;
}

/* RESPONSIVE */

@media(max-width:1199px){

    .maititle{
        font-size:40px;
    }

    .offerroute{
        font-size:28px;
    }
}

@media(max-width:991px){

    .maititle{
        font-size:34px;
    }

    .lowprice h3{
        font-size:36px;
    }
}

@media(max-width:767px){

    .flighter-section{
        padding:40px 0;
    }

    .maititle{
        font-size:20px;
        margin-bottom:25px;
    }

    .offerroute{
        font-size:24px;
    }

    .offerottom{
        flex-direction:column;
        align-items:flex-start;
    }

    .offebtn{
        width:100%;
        text-align:center;
    }

    .lowprice h3{
        font-size:32px;
    }
}

/********************************
End Deals Section
******************************/

/****************************
Footer Section
*****************************/
.footer{
      background:#f5f3f1;
      padding-top:40px;
      border-top: 1px solid #ddd;
    }

    .footer-logo{
      width:140px;
      margin-bottom:15px;
    }

    .footer h5{
      color:#229dfa;
      font-size:18px;
      font-weight:600;
      margin-bottom:20px;
    }

    .footer p,
    .footer a{
      color:#555;
      font-size:14px;
      text-decoration:none;
    }

    .footer-links li{
      margin-bottom:10px;
      list-style:none;
    }

    .social-icons a{
      width:35px;
      height:35px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      margin-right:8px;
      color:#fff;
      font-size:14px;
    }

    .youtube{background:#ff0000;}
    .pinterest{background:#e60023;}
    .instagram{background:#d62976;}
    .x{background:#000;}
    .linkedin{background:#0077b5;}
    .facebook{background:#1877f2;}

    .footer-middle{
      border-top:1px solid #ddd;
      border-bottom:1px solid #ddd;
      padding:30px 0;
      margin-top:30px;
    }

    .payment-bar{
      background:#08286f;
      padding:15px 0;
      text-align:center;
    }

    .payment-bar img{
      max-width:500px;
      width:100%;
    }

    .copyright{
      text-align:center;
      font-size:13px;
      padding:15px 10px;
      color:#555;
      background:#f5f3f1;
    }

    /* Desktop */
@media (min-width:992px){

    .footer-accordion .accordion-button{
        pointer-events:none;
        background:transparent;
        box-shadow:none;
        padding-left:0;
        font-weight: 700;
        color: #229dfa;
    }

    .footer-accordion .accordion-button::after{
        display:none;
    }

    .footer-accordion .accordion-collapse{
        display:block !important;
        height:auto !important;
        visibility:visible !important;
    }

    .footer-accordion .accordion-body{
        padding:0;
    }

    .footer-accordion .accordion-item{
        border:0;
        background:transparent;
        /* width: 25%; float: left; */
    }
}

.accordion-item{
      border:0;
      border-bottom:1px solid #ddd;
      background:transparent;
    }

/* Mobile */
@media (max-width:991px){

    .footer-accordion .accordion-button{
        pointer-events:auto;
        padding: 16px 10px !important;
        background:#fff;
        font-weight: 700;
        color: #333;
    }
    
    .footer-accordion .accordion-body{
        padding:15px 10px;
        background:transparent;        
    }
}

    /* Mobile Accordion */
    

    /******Sticky Mobile Footer********/

    /* Sticky Mobile Footer */
    .mobile-sticky-footer{
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      background: #ffa500;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.12);
      display: none;
    }

    .sticky-btn{
      flex: 1;
      text-align: center;
      padding: 12px 5px;
      text-decoration: none;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      display: flex;
      justify-content: center;
    }

        
    .sticky-btn i{
      display: block;
      font-size: 20px;
      margin-bottom: 4px;
    }

    /* Mobile Only */
    @media (max-width: 991px){
      .mobile-sticky-footer {
        display: block;
      }

      .mobile-sticky-footer a { color: #fff; font-size: 30px; gap: 15px; display: flex; align-items: center;}
      .mobile-sticky-footer i { color: #fff; font-size: 30px;}

     .footer {margin-bottom: 70px;}

    }

/****************************
End Footer Section
*****************************/

/* flight listing css start here
=================================================================== */
.filter-row {
            display: flex;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            background: #ffffff;
            margin-bottom: 12px;
            box-shadow: 0 1px 2px rgba(0,0,0,0.02);
            padding: 2px;
        }
        .filter-item {
            flex: 1;
            text-align: center;
            padding: 10px 4px;
            border-right: 1px solid #edf2f7;
            text-decoration: none;
            color: inherit;
        }
        .filter-item:last-child {
            border-right: none;
        }
        .filter-item .lbl {
            font-size: 11px;
            color: #718096;
            margin-bottom: 3px;
        }
        .filter-item .val {
            font-size: 13px;
            font-weight: 600;
            color: #2d3748;
        }
        .filter-item .val strong {
            font-size: 14px;
            font-weight: 700;
        }

        /* Main Coupon Ticket Layout */
        .ticket-box {
            background: #ffffff;
            border: 1px solid #d2d2d2;
            border-radius: 8px;
            position: relative;
        }

        /* Vertical Separation Line featuring real Ticket Cutouts */
        .ticket-separator {
            position: relative;
            border-left: 1px dashed #d2d2d2;
            height: 100%;
        }
        /* Top Ticket Cutout Punch */
        .ticket-separator::before {
            content: '';
            position: absolute;
            top: -1px;
            left: -9px;
            width: 16px;
            height: 10px;
            background: #f7f9fa;
            border: 1px solid #d2d2d2;
            border-top: none;
            border-radius: 0 0 16px 16px;
            z-index: 2;
        }
        /* Bottom Ticket Cutout Punch */
        .ticket-separator::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: -9px;
            width: 16px;
            height: 10px;
            background: #f7f9fa;
            border: 1px solid #d2d2d2;
            border-bottom: none;
            border-radius: 16px 16px 0 0;
            z-index: 2;
        }

        /* Airline Brand Meta Styles */
        .brand-logo-container {
            width: 24px;
            height: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .brand-logo-img {
            width: 100%;
            height: auto;
        }
        .brand-text {
            font-size: 16px;
            color: #303030;
            font-weight: 500;
        }
        .brand-subtext {
            font-size: 11px;
            color: #718096;
        }

        /* Leg Flight Time Configurations */
        .time-display {
            font-size: 16px;
            font-weight: 700;
            color: #1a202c;
            line-height: 1.2;
        }
        .sub-display-title {
            font-size: 11px;
            color: #718096;
            margin-bottom: 2px;
        }
        .sub-display-city {
            font-size: 11px;
            color: #4a5568;
            margin-top: 2px;
        }

        /* Specialized Interactive Timeline Components */
        .flight-track-axis {
            position: relative;
            text-align: center;
            padding: 0 10px;
        }
        .flight-track-axis .duration-lbl {
            font-size: 11px;
            color: #718096;
            margin-bottom: 4px;
        }
        .flight-track-line {
            position: relative;
            height: 1px;
            background-color: #06295D;
            width: 100%;
            margin: 6px 0;
        }
        /* Custom Plane icon anchor point */
        .flight-track-line::before {
            content: '✈';
            position: absolute;
            left: -12%;
            top: -11px;
            color: #1751A5;
            font-size: 17px;
        }
        /* End-node node-circle marker */
        .flight-track-line::after {
            content: '';
            position: absolute;
            right: -8px;
            top: -3px;
            width: 6px;
            height: 6px;
            background-color: #1751A5;
            border-radius: 50%;
        }
        .flight-track-line .start-node-dot {
            position: absolute;
            left: 0;
            top: -2px;
            width: 5px;
            height: 5px;
            background-color: #3182ce;
            border-radius: 50%;
        }
        .route-status-lbl {
            font-size: 11px;
            color: #4a5568;
            margin-top: 3px;
        }

        /* Right Pricing and Actions Dashboard */
        .checkout-pricing-panel {
            padding: 24px 16px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
        }
        .price-text-value {
            color: #0E8612;
            font-weight: 600;
            font-size: 26px;
            letter-spacing: -0.5px;
            line-height: 1;
        }
        .price-text-unit {
            font-size: 19px;
            font-weight: 700;
            margin-right: 2px;
        }
        .price-subtext-lbl {
            font-size: 11px;
            color: #718096;
            margin-top: 4px;
            margin-bottom: 16px;
        }
        .btn-action-submit {
            border-radius: 4px;
            background: linear-gradient(90deg, #FFA500 29.96%, rgba(255, 243, 222, 0.74) 68.15%);
            color: #313131;
            font-size: 14px;
            font-weight: 600;
            padding: 10px 0;
            width: 100%;
            max-width: 170px;
			border-right:none;
        }
        .btn-action-submit:hover {
            opacity: 0.95;
        }
        .action-toggle-link {
            color: #AA151B;
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            margin-top: 12px;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .action-toggle-link:hover {
            text-decoration: underline;
        }

        /* Detail Dropdown Component Design */
        .drawer-panel-details {
            border-top: 1px solid #e2e8f0;
            background-color: #ffffff;
        }
        .drawer-header-title {
            color: #c53030;
            font-size: 13px;
            font-weight: 600;
        }
        .drawer-section-heading {
            font-size: 13px;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 14px;
        }
        
        /* Fixed Horizontal Dotted Border Match */
        .dotted-divider {
            border: none;
            border-top: 1px dashed #b2bfc7;
            color: #fff;
            background-color: #fff;
            height: 1px;
            margin: 20px 0;
            opacity: 1;
        }

        /* Fixed Right-hand Side Dotted Window */
        .drawer-right-meta-pane {
            border-left: 1px dashed #b2bfc7;
            padding-left: 20px;
        }
        .meta-rule-card {
            font-size: 11px;
            color: #4a5568;
            padding-bottom: 16px;
            margin-bottom: 16px;
            border-bottom: 1px dashed #b2bfc7;
        }
        .meta-rule-card:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .meta-rule-bold {
            font-weight: 500;
            color: #303030;
            margin-top: 3px;
        }
        
        .icon-pack-gray {
            color: #a0aec0;
            font-size: 15px;
        }
        .btn-close-mini {
            font-size: 10px;
            color: #718096;
            opacity: 0.6;
        }

        /* Dynamic mobile responsiveness safely collapsing components */
        @media(max-width: 767.98px) {
            .ticket-separator {
                border-left: none;
                border-top: 1px dashed #d2d2d2;
                margin-top: 15px;
                padding-top: 15px;
            }
            .ticket-separator::before, .ticket-separator::after {
                display: none;
            }
            .drawer-right-meta-pane {
                border-left: none;
                padding-left: 0;
                margin-top: 15px;
                padding-top: 15px;
            }
        }
		
		.blue-badge-strip p {
            display: inline-flex;
            background-color: #0084ff;
            border-radius: 4px 0px 5px 0;
            padding: 7px;
            font-size: 11px;
            font-weight: 400;
			/* margin-left:5px; */
            margin-bottom: 0%;
        }
        .blue-badge-item {
            color: #ffffff;
            text-decoration: none;
            padding: 0 10px;
            border-right: 1px solid rgba(255, 255, 255, 0.4);
            line-height: 1.2;
        }
        .blue-badge-item:last-child {
            border-right: none;
        }
        .blue-badge-item:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        /* Main Ticket Container Box */
        .ticket-box {
            background: #ffffff;
            border: 1px solid #dcdcdc;
            border-radius: 8px 8px 0px 0px;
            position: relative;
        }

        /* Ticket Right Partition Column Splitter with Semi-Circle Punches */
        .ticket-separator {
            position: relative;
            border-left: 1px dashed #b0bac2;
            height: 100%;
        }
        /* Top Semi-Circle Cutout */
        .ticket-separator::before {
            content: '';
            position: absolute;
            top: -1px;
            left: -11px;
            width: 20px;
            height: 12px;
            background: #fcfcfc;
            border: 1px solid #dcdcdc;
            border-top: none;
            border-radius: 0 0 20px 20px;
            z-index: 5;
        }
        /* Bottom Semi-Circle Cutout */
        .ticket-separator::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: -11px;
            width: 20px;
            height: 12px;
            background: #fcfcfc;
            border: 1px solid #dcdcdc;
            border-bottom: none;
            border-radius: 20px 20px 0 0;
            z-index: 5;
        }

        /* Inline Overview Meta Typography styling adjustments */
        .airline-row {
            padding: 16px 20px;
        }
        .brand-logo-frame {
            width: 26px;
            height: 26px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .brand-title-text {
            font-size: 13.5px;
            color: #3a4145;
            font-weight: 400;
        }
        .brand-caption-text {
            font-size: 11px;
            color: #8c969c;
            margin-top: 2px;
        }

        /* Highlight blue backgrounds for targeted strings */
        .city-badge-blue {
            background-color: #0084ff;
            color: #ffffff !important;
            padding: 1px 4px;
            border-radius: 2px;
            white-space: nowrap;
        }

        /* Timeline and Segment Configuration Vectors */
        .segment-date-lbl {
            font-size: 11px;
            color: #8c969c;
            margin-bottom: 2px;
        }
        .segment-time-lbl {
            font-size: 16px;
            font-weight: 700;
            color: #2c3236;
            line-height: 1.2;
        }
        .segment-city-lbl {
            font-size: 11px;
            color: #616a70;
            margin-top: 2px;
        }
        .plus-days-tag {
            color: #bd2727;
            font-size: 11px;
            font-weight: 700;
            position: relative;
            top: -5px;
            margin-left: 1px;
        }

        /* Central Timeline Track Components */
        .track-timeline-container {
            position: relative;
            text-align: center;
            padding: 0 15px;
        }
        .track-duration-lbl {
            font-size: 11px;
            color: #718096;
            margin-bottom: 3px;
        }
        .track-line-axis {
            position: relative;
            height: 1px;
            background-color: #0056b3;
            width: 100%;
            margin: 6px 0;
        }
        /* Custom flight node icon marker */
        .track-line-axis::before {
            content: '✈';
            position: absolute;
			left: -12%;
			top: -11px;
			color: #1751A5;
			font-size: 17px;
        }
        /* Node endpoint dots */
        .track-line-axis::after {
            content: '';
            position: absolute;
            right: 0;
            top: -2.5px;
            width: 6px;
            height: 6px;
            background-color: #0056b3;
            border-radius: 50%;
        }
        .track-start-dot {
            position: absolute;
            left: 0;
            top: -2.5px;
            width: 6px;
            height: 6px;
            background-color: #0056b3;
            border-radius: 50%;
        }
        .track-status-lbl {
            font-size: 11px;
            color: #616a70;
            margin-top: 3px;
        }

        /* Mid-Section Dotted Breakdown Border */
        .main-body-divider {
            border: none;
            border-top: 1px dashed #cbd5e0;
            margin: 0;
            height: 1px;
            opacity: 1;
        }

        /* Right Panel Layout Structures */
        .pricing-dashboard-view {
            padding: 24px 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
        }


         @media (max-width: 768px) {
            
         .pricing-dashboard-view{
            display: flex;
            flex-direction: inherit;
            justify-content: space-between;
           }

         }

        .icon-baggage-row {
            color: #8c969c;
            font-size: 16px;
        }
        .price-currency-value {
            color: #1b873f;
            font-weight: 700;
            font-size: 24px;
            letter-spacing: -0.5px;
        }
        .price-currency-symbol {
            font-size: 20px;
            font-weight: 700;
            margin-right: 2px;
        }
        .price-caption-lbl {
            font-size: 11px;
            color: #8c969c;
            margin-top: 2px;
            margin-bottom: 14px;
        }
        .btn-orange-action {
            background: linear-gradient(to bottom, #ffb700, #ff9e00);
            border: 1px solid #e08b00;
            color: #212529;
            font-size: 13.5px;
            font-weight: 500;
            padding: 8px 0;
            width: 100%;
            max-width: 160px;
            border-radius: 4px;
        }
        .btn-orange-action:hover {
            background: linear-gradient(to bottom, #ffa800, #ff9000);
            color: #000000;
        }
        .details-trigger-link {
            color: #bd2727;
            text-decoration: none;
            font-size: 12px;
            font-weight: 600;
            margin-top: 12px;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .details-trigger-link:hover {
            text-decoration: underline;
            color: #bd2727;
        }

        /* Dropdown Meta Drawer Segment Panel Configurations */
        .drawer-details-wrapper {
            border-top: 1px solid #dcdcdc;
            background-color: #ffffff;
        }
        .drawer-header {
            border-bottom: 1px solid #e8e8e8;
            padding-bottom: 10px;
            margin-bottom: 16px;
        }
        .drawer-title {
            color: #bd2727;
            font-size: 13.5px;
            font-weight: 600;
        }
        .btn-drawer-close {
            background: none;
            border: none;
            font-size: 16px;
            color: #8c969c;
            cursor: pointer;
            line-height: 1;
        }
        .drawer-route-heading {
            font-size: 13.5px;
            font-weight: 700;
            color: #3a4145;
            margin-bottom: 14px;
        }

        /* Horizontal/Vertical Dotted Seams inside extended Panel view */
        .drawer-dotted-divider {
            border: none;
            border-top: 1px dashed #b0bac2;
            height: 1px;
            margin: 20px 0;
            opacity: 1;
        }
        .layover-connection-row {
            font-size: 11px;
            color: #8c969c;
            text-align: center;
            position: relative;
            margin: 16px 0;
			width:75%;
        }
        .layover-connection-row::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 40%;
            border-top: 1px dashed #cbd5e0;
        }
        .layover-connection-row::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            width: 40%;
            border-top: 1px dotted #cbd5e0;
        }

        /* Right Meta Column Rules */
        .drawer-right-meta-pane {
            border-left: 1px dashed #b0bac2;
            padding-left: 20px;
        }
        .meta-rule-card {
            font-size: 11.5px;
            color: #495057;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px dotted #b0bac2;
        }
        .meta-rule-card:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .meta-rule-card-icons {
            color: #8c969c;
            font-size: 15px;
            margin-bottom: 6px;
            display: flex;
            gap: 6px;
        }
        .meta-rule-bold-text {
            font-weight: 600;
            color: #616a70;
            margin-top: 4px;
        }

        /* Responsive Mobile Conversions */
        @media(max-width: 767.98px) {
            .ticket-separator {
                border-left: none;
                border-top: 1px dotted #b0bac2;
                margin-top: 10px;
                padding-top: 15px;
            }
            .ticket-separator::before, .ticket-separator::after {
                display: none;
            }
            .drawer-right-meta-pane {
                border-left: none;
                border-top: 1px dotted #b0bac2;
                padding-left: 0;
                margin-top: 20px;
                padding-top: 20px;
            }
        }
		.brand-logo-container span {width:38px; height:38px; border:1px solid #ddd; border-radius:50%; margin-right:5px;}
		.brand-logo-frame span img {width:38px; height:38px; border:1px solid #ddd; border-radius:50%; margin-right:5px;}
        .nextp {border: 1px solid #BDBDBD!important; border-radius: 50%; padding: 5px; height: 35px; width: 35px;}
		.bodrlin {border: 1px solid #BDBDBD!important; }
		.mle {margin-left:18px;}
		.mls {margin-left:-18px;}
		.pl50 {padding-left:20px;}


/* start accordion */

    .faqwraper{
    background:#fff;
    padding:30px;
    box-shadow: 0px 4px 20.9px 0px #55555521;

}

.faqtle{
    font-size:25px;
    font-weight:normal;
}

.acco-item{
    border:none;
    border-bottom:1px solid #e5e5e5;
}

.accordion-button{
    padding:15px 0;
    font-size:15px;
    color:#333;
    background:#fff;
    box-shadow:none !important;
    font-weight: normal;
}

.accordion-button:not(.collapsed){
    background:#fff;
    color:#000;
}

.accordion-button::after{
    background-size:16px;
}

.accor-body{
    padding:0 0 20px;
    color:#666;
}

@media(max-width:767px){
    .faqwraper{
        padding:20px;
    }

    .faqtle{
        font-size:24px;
    }

    .accordion-button{
        font-size:14px;
        padding:16px 0;
    }
}


/* End Accordion */

.condeco { font-family: 'Urbanist', sans-serif; color: #333;}
.condeco h2 {font-size: 25px;}
.condeco h3 {font-size: 22px;}
.condeco p {font-size: 15px;}


/***********POSEE TU*************/

.journey-section{
    padding:60px 0;
    background:#fff;
}

.hotel-card{
    position:relative;
    overflow:hidden;
    border-radius:0;
    height:100%;
}

.hotel-card.large{
    height:500px;
}

.hotel-card.small{
    height:250px;
}

.exclusive-badge{
    position:absolute;
    top:12px;
    left:12px;
    background:#d8c4a0;
    color:#000;
    font-size:12px;
    padding:4px 10px;
    border-radius:20px;
    z-index:2;
}

.pricedge{
    position:absolute;
    top:30px;
    right:40px;
    background:#fff;
    color:#2e7d32;
    font-weight:700;
    padding:8px 12px;
    z-index:2;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.price-992 {
    position: absolute;
    top: 23px;
    right: 22px;
    background: #fff;
    color: green;
    font-weight: bold;
    padding: 0px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.hotel-name{
    position:absolute;
    bottom:20px;
    left:20px;
    font-size: 38px;
    color: #9d9d9d;
    font-family: "Poppins", sans-serif;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7), 0 6px 12px rgba(0, 0, 0, 0.5);
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0px;
    vertical-align: middle;    
}

.content-box h2{
    font-size:35px;
    font-weight:900;
    text-transform:uppercase;
    line-height:1.1;
}

.content-box h2 span{
    color:#b31217;
    display:block;
}

.content-box p{
    color:#555;
    line-height:1.8;
    margin-top:25px;
}

.btn-custom{
    background: linear-gradient(90deg, #ffa600 0%, #ffeed1 100%);
    border:none;
    color:#000;
    padding:12px 13px;
    margin-top:20px;
    font-weight:600;
    width: 60%;
}

.btn-custom:hover{
    background: linear-gradient(90deg, #ffa600 0%, #ffeed1 100%);
}

@media(max-width:991px){

    .hotel-card.large,
    .hotel-card.small{
        height:350px;
    }

    .content-box{
        margin-top:30px;
        text-align:center;
    }

    .content-box h2{
        font-size:2.3rem;
    }
}

@media(max-width:576px){

    .hotel-card.large,
    .hotel-card.small{
        height:280px;
    }

    .hotel-name{
        font-size:1.8rem;
    }

    .content-box h2{
        font-size:1.8rem;
    }
}


/**********************
Route Section
*********************/

.rute-section{
    padding:40px 0;
}

.rute-section-title{
    font-size:25px;
    color:#222;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 26px;
    line-height: 162%;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.rute-flight-card{
    background: url(../images/route/routebg.webp); background-repeat: no-repeat; background-size: cover;
    border-radius:6px;
    overflow:hidden;
    display:flex;
    position:relative;
    height:100%;
    transition:.3s;
}

.rute-flight-info{
    flex:1;
    padding:18px;
    position:relative;
}

.rute-flight-info h6{
    font-size:13px;
    font-weight:700;
    margin-bottom:3px;
    color:#333;
}

.rute-flight-info span{
    font-size:12px;
    color:#666;
}

.rute-flight-route{
    font-size:15px;
    font-weight:700;
    line-height:1.1;
    color:#222;
}

.rute-flight-date{
    font-size:9px;
    color:#666;
    margin-top:15px;
}

.rute-flight-trip{
    font-size:13px;
    font-weight:600;
    margin-top:8px;
    color:#444;
}

.rute-price-box{
    position:relative;
    padding:18px 15px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    gap: 15px;
}

.rute-price-box:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
}

.rute-price-label{
    font-size:12px;
    color:#444;
}

.rute-price{
    font-size:24px;
    font-weight:700;
    color:#222;
    line-height:1;
    margin:8px 0 8px;
}

.rute-select-btn{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:10px;
    font-weight:700;
    text-decoration:none;
    color:#222;
}

.rute-select-btn span{
    width:22px;
    height:22px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.rute-note{
    font-size:11px;
    color:#777;
    margin-top:20px;
}

@media(max-width:767px){

    .rute-section-title{
        font-size:20px;
    }

    .rute-flight-route{
        font-size:17px;
    }

    .rute-price-box{
        width:110px;
    }

    .rute-price{
        font-size:22px;
    }
}


/****************coopen section************************/

.coopenbnr{
    width:100%;
    max-width:435px;
    margin:auto;
    display:flex;
    min-height:260px;
    overflow:hidden;
    background: url(../images/coopenamigo.png); background-repeat: no-repeat; background-size: cover;
}

/* Left Side */
.coopenbanner-left{
    width:35%;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    padding:36px 8px;
}

.logocoopen{
    width:90px;
    max-width:100%;
}

.coopenreserve-btn{
    background:#2d91e8;
    color:#fff;
    text-decoration:none;
    font-size:12px;
    padding:8px 10px;
    border-radius:5px;
    position:relative;
    z-index:3;
    bottom: -14px;
}

/* Right Side */
.coopenbnr-right{
    width:65%;
    color:#fff;
    padding:35px 20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap: 12px;
}

.coopenbnr-right h2{
    font-size:22px;
    font-weight:300;
    margin-bottom:10px;
}

.coopenbnr-right p{
    font-size:14px;
    margin-bottom:15px;
}

.coopencall-btn{
    display:inline-block;
    color:#fff;
    text-decoration:none;
    border:2px solid #fff;
    padding:8px 12px;
    border-radius:6px;
    font-size:12px;
}

/* Mobile */
@media(max-width:767px){

    .coopenbnr{
        min-height:220px;
    }

    .coopenbanner-left{
        width:35%;
        padding:36px 8px;
    }

    .coopenbnr-right{
        width:65%;
        padding:15px;
        gap: 0px;
    }

    .logocoopen{
        width:90px;
    }

    .coopenreserve-btn{
        font-size:11px;
        padding:8px 10px;
    }

    .coopenbnr-right h2{
        font-size:22px;
        margin-bottom:0px;
    }

    .coopenbnr-right p{
        font-size:14px;
        margin-bottom:15px;
    }

    .coopencall-btn{
        font-size:10px;
        padding:8px 12px;
    }
}

/********all legal and aboutus************/
.abtpbnr{
    background: url(../images/abtbnr.webp) center / cover no-repeat; 
    padding: 80px 0;   
}
.abtpbnr h1 {text-align: center; color: #fff;}

.contctbnr{
    background: url(../images/contabnr.webp) center / cover no-repeat; 
    padding: 80px 0;   
}
.contctbnr h1 {text-align: center; color: #fff;}

@media(max-width:767px){ 

.abtpbnr{
    background: url(../images/abtbnr.webp) center / cover no-repeat; 
    padding: 20px 0;   
}
.abtpbnr h1 {margin-bottom: 0; font-size: 22px; font-weight: 500;}

.contctbnr{
background: url(../images/contabnr.webp) center / cover no-repeat; 
padding: 20px 0; 
}
.contctbnr h1 {margin-bottom: 0; font-size: 22px; font-weight: 500;}
}
/**********************/

.inrbnr {background: #F7F4EF; padding: 80px 0; text-align: center;}
.inrbnr span {color: #249df7; margin-bottom: 0; font-size: 30px; font-weight: 500;}
@media(max-width:767px){
.inrbnr {background: #F7F4EF; padding: 20px 0; text-align: center;}
.inrbnr span {color: #249df7; margin-bottom: 0; font-size: 22px; font-weight: 500;}
}

/************sitemap_css*****************/

.bgsitem {background:#fff; padding-top: 30px;}
  .roaw {margin: 0 0 30px;}

    .leftboxsite{
    background:#F5F5F5;
    min-height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
    border-right:1px solid #CCCACA;
}

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

.leftcontsite h3{
    font-size:20px;
    font-weight:600;
    line-height:1.1;
    margin:0;
}

.linksareasite{
    padding:3px 10px;
    background:#F5F5F5;
    height: 100%;
    display: flex;
    align-items: center;
}

@media(max-width:991px){

.leftboxsite{
    border-right:none;
    border-bottom:1px solid #CCCACA;
    justify-content:flex-start;
    padding: 20px 20px;
}

.leftcontsite h3{
    font-size:28px;
}

.linksareasite{
    padding:25px 20px;
}

}

@media(max-width:576px){

.leftcontsite h3{
    font-size:24px;
}

}

/**********************/

.cities-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}

.cities-list li {
    margin-bottom: 6px;
    width: 25%;
}

.cities-list li a {
    padding-left: 8px;
    position: relative;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.cities-list a{
    color:#444;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:12px;
    transition:.3s;
    font-size:14px;
}

.cities-list a i{
    color:#f5a623;
    font-size:12px;
}

.cities-list a:hover{
    color:#f5a623;
    padding-left:5px;
}

@media screen and (max-width: 576px) {
    .cities-list li {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .cities-list li {
        width: 50%;
    }
}

/*********************************/
.movinn  {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    
}


		




