:root {
  --bs-primary: #5030B8;
  --bs-primary-rgb: 80, 48, 184;
}
 
* {
    margin: 0px; padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}
    body {
    font-family: "Outfit", sans-serif;
    color: #666666; line-height: 1.5;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.font-condense{
    font-family: Oswald;
}
.no-bg{
    background:none;
}
.bg-light-green {

  background-color: #E6F8E6; 

}
.text-small{

    font-size: 66%;
 line-height: 1;

}

.text-small2{

    font-size: 76%;
 line-height: 1;

}
.alert{
    padding:0.75rem;
}
.text-14 {

font-size:14px;

}

.text-15 {

font-size:15px;

}

.text-09{

    font-size: 0.9rem;

}

.text-grey1{

    color:#9ca3af;

}

img[loading="lazy"]{
        filter: contrast(111%) brightness(111%);
}

a {
   cursor: pointer;
   color: #81058D;
   color: #5030B8;
   text-decoration-thickness: 1px;
   text-decoration: none;
}
a:hover {
   color: #720080;
}
a:active {
   color: #650072;
}
button,
a:hover,
a:focus,
a:visited {
    outline: none !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/* Typography */
    h1 {
 font-size: 96px;
    font-weight: 700;
} 

h2 {
 font-size: 58px;
    font-weight: 700;
}
    h3 {
 font-size: 46px;
    font-weight: 700;
    color: #062015;
}
    h4 {
 /*font-size: 24px;
    font-weight: 500; line-height: 34px;
    color: #062015; */
} h5 {
 font-size: 20px;
}
    h6 {
 font-size: 16px;
}
    textarea {
 overflow: hidden;
}
p {
 position: relative;
 letter-spacing: .30px;
}
ul.list-unstyled,
ul.list-unstyled li {

    list-style: none;

    padding: 0px;

    margin: 0px;

} img {
 display: inline-block;
    max-width: 100%;
}

/* Social Icon */
.social-share li {
    display: inline-block;
}
.social-share li a {
    color: #D6BBFB; padding: 0 9px;
    transition: all .3s ease-in-out;
}
.social-share li:first-child a { padding-left: 0;
}
.social-share li a:hover {
    color: #fff;
}
.social-share li a svg {
    width: 20px;
} img {
 display: inline-block;
    max-width: 100%;
    height: auto;
}
.loader {
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin: 0 auto; position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-inner { position: relative;
    overflow: hidden;
    height: 265px;
    width: 265px;
}
.plane { position: absolute;
    margin: 0 auto;
    width: 100%;
}
  
.plane-img {
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}
    @-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
    @-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
    @keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
  
  
.earth-wrapper { position: absolute;
    margin: 0 auto;
    width: 100%; padding-top: 2.7rem;
}

.earth {
    width: 160px;
    height: 160px;
    background: url("/assets/img/world.gif");
    border-radius: 100%;
    background-size: 340px;
    animation: earthAnim 12s infinite linear;
    margin: 0 auto;
    border: 1px solid #CDD1D3;
}
    @keyframes earthAnim {
    0% {background-position-x: 0;}
    100% {
    background-position-x: -340px;}
}

/*====================================================================
04. Main Header
====================================================================*/
.header-area {
    width: 100%;
    height: auto;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: #ff3131; padding: 11px 0;
    background: linear-gradient(to right, #ff3131, #CD0960, #81058D);
    position: relative;
}

.main-header .header-upper{ position:relative;
    z-index:1;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.main-header .header-upper .inner-container { position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-header .header-upper .outer-box .nav-toggler{ position:relative;
    font-size:28px;
    color:#ff9600;
    cursor:pointer;
    display:inline-block;
}

.main-header.fixed-header .main-menu .navigation >li.current > a,
.main-header.fixed-header .main-menu .navigation > li:hover > a{
 color:#fff;
}
.logo img{
 max-height:57px;
}
/* Sticky Header */
.sticky-header{ position:fixed;
    opacity:0;
    visibility:hidden;
    left:0px;
    top:0px;
    width:100%; padding:0px 0px;
    background:#222222;
    z-index:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.sticky-header .logo{ padding:8px 0px 8px;
}

.fixed-header .sticky-header{
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; 
}

.sticky-header .main-menu .navigation >li > a{
 padding:23px 0px  !important;
    color:#ffffff !important;
}

.sticky-header .main-menu .navigation >li > a:after{
 display:none;
}

.main-header .nav-outer{ position:relative;
    transition: all 500ms ease;
   
}

.main-header .header-upper .logo-box{ position:relative;
    z-index:10;
    transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo{ position:relative;
    transition: all 500ms ease;
}

.main-header .header-upper .outer-box {
    display: flex;
    align-items: center;
    justify-content: end;
}
.main-menu{ position:relative;
    transition: all 500ms ease;
  
}

.main-menu .navbar-collapse{ padding:0px;
    display:block;
}

.main-menu .navigation {
    display: flex;
    justify-content: center;
}

.main-menu .navigation >li { position: relative;
    float: none;
    display: inline-block;
    margin-right: 32px;
    text-align: left;
    transition: all 500ms ease;
}

.main-menu .navigation >li:last-child{
 margin-right:0px;
}

.main-header .header-upper .upper-right{ position:relative;
}
.main-header .outer-box
    a,
.main-menu .navigation > li > a { position: relative;
    display: block;
    color: rgb(255 255 255);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.96px;
    text-transform: capitalize;
    font-size: 16px;
}
.main-header .outer-box
    a{
 padding: 0;
}
.main-header .outer-box
    a,
.main-menu .navigation > li > a,
.main-header .outer-box a{
 transition: all 500ms ease;
}
.main-header .outer-box
    a:hover,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
 color:#fff;
}

.main-menu .navigation >li:hover > a,
.main-menu .navigation > li.current > a{
 opacity:1;
}

.main-menu .navigation >li > ul{
 position:absolute;
    left:-30px;
    top:100%;
    width:230px;
    z-index:100;
    display:none;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease-in-out; padding:20px 15px;
    border-radius:0;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    left: 50%;
    transform: translateX(-50%);
}

.main-menu .navigation >li > ul.from-right{
 left:auto !important;
    right:-30px !important; 
}

.main-menu .navigation >li > ul > li{
 position:relative;
    width:100%;
}

.main-menu .navigation >li > ul > li > a{
 position:relative;
    display:block; padding:6px 18px; line-height:24px;
    font-weight:500;
    font-size:15px;
    text-transform:capitalize;
    color:#222222; padding-left:10px;
    transition:all 500ms ease;
}

.main-menu .navigation >li > ul > li > a:before{
 position: absolute;
    top: -6px;
    left: 8px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em; line-height: 1em;
    transition: text-shadow 0.3s, color 0.3s; pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation >li > ul > li:hover > a::before{
 opacity:1;
    color:#000000;
    text-shadow: 8px 0 #01a479, -8px 0 #01a479;
}

.main-menu .navigation >li > ul > li:hover > a{
 color:#01a479; padding-left:30px;
}

.main-menu .navigation >li > ul > li.dropdown > a:after{
 font-family: 'Font Awesome 5 Free';
    content: "\f105"; position:absolute;
    right:10px;
    top:10px;
    width:10px;
    height:20px;
    display:block;
    color:#253d4a; line-height:20px;
    font-size:16px;
    font-weight:normal;
    text-align:center;
    z-index:5;
    font-weight:800;
}

.main-menu .navigation >li > ul > li.dropdown:hover > a:after{
 color:#222222; 
}

.main-menu .navigation >li > ul > li > ul{
 position:absolute;
    left:120%;
    top:0%;
    width:230px;
    z-index:100;
    display:none;
    transition: all 900ms ease; padding:20px 15px;
    border-radius:10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation >li > ul > li > ul.from-right{
 left:auto;
    right:0px; 
}

.main-menu .navigation >li > ul > li > ul > li{
 position:relative;
    width:100%;
}

.main-menu .navigation >li > ul > li > ul > li > a{
 position: relative;
    display: block; padding: 6px 18px; line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #222222; padding-left: 10px;
    transition: all 500ms ease;
}

.main-menu .navigation >li > ul > li > ul > li > a:before{
 position: absolute;
    top: -6px;
    left: 8px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em; line-height: 1em;
    transition: text-shadow 0.3s, color 0.3s; pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation >li > ul > li > ul > li:hover > a::before{
 opacity:1;
    color:#000000;
    text-shadow: 8px 0 #01a479, -8px 0 #01a479;
}

.main-menu .navigation >li > ul > li > ul > li:hover > a{
 color:#01a479; padding-left:30px;
}

.main-menu .navigation >li > ul > li > ul > li.dropdown > a:after{
 font-family: 'FontAwesome';
    content: "\f105"; position:absolute;
    right:10px;
    top:11px;
    width:10px;
    height:20px;
    display:block;
    color:#272727; line-height:20px;
    font-size:16px;
    font-weight:normal;
    text-align:center;
    z-index:5; 
}

.main-menu .navigation >li > ul > li > ul > li.dropdown:hover > a:after{
 color:#ffffff; 
}

.main-menu .navigation >li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.main-menu .navigation >li.dropdown:hover > ul.from-right{
 right: 0px !important;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
 visibility:visible;
    opacity:1;
    top:0;
    left:107%;
    transition:all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
 position:absolute;
    right:10px;
    top:6px;
    width:30px;
    height:30px;
    text-align:center;
    color:#ffffff; line-height:28px;
    border:1px solid #ffffff;
    background-size:20px;
    cursor:pointer;
    z-index:5;
    display:none;
}

.main-header .header-upper .outer-box .social-icon-one{ position: relative;
    float:left;
}

.main-header.fixed-header .header-upper{ position:fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 10;
    width: 100%; padding-top:0px;
    transition: all 500ms ease;
    background-color:rgb(62, 17, 136);
    border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-header .header-upper .outer-box .sidebar-btn{ position:relative;
    width:52px;
    height:52px;
    float:left;
    color:#ffffff;
    font-size:18px;
    margin-left:14px;
    cursor:pointer; line-height:52px;
    text-align:center;
    border-radius:50px;
    background-color:#05db56;
}

.main-menu .navigation >li > ul > li > ul > li > ul{
 position: absolute;
    left: 100%;
    top: 100%;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all 900ms ease; padding: 0px 0px;
    background-color: #1e1e1e;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation >li > ul > li > ul > li > ul > li{ position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation >li > ul > li > ul > li > ul > li > a{
 position: relative; padding: 10px 18px;
    display: block; line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255,255,255,0.50);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.main-menu .navigation >li > ul > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    border-top: 0px !important;
    transform: rotateX(0deg);
}

.main-menu .navigation >li > ul > li > ul > li > ul > li > a:hover{
 background-color:#01a479;
    color:#ffffff;
}

.main-header .header-upper .outer-box .menu-toggler{ position:relative;
    float:right;
    cursor:pointer;
    color:#ffffff;
    font-size:28px;
    margin-left:30px; padding-left:30px;
}

.main-header .header-upper .outer-box .menu-toggler:before{ position: absolute;
    content: '';
    left: 0px;
    top: 5px;
    width: 1px;
    height: 20px;
    border-left: 1px solid rgba(255,255,255,0.30);
}

/*====================================================================
05. Mobile Menu
====================================================================*/
.dropdown-toggle::after {
 content: "\f078";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 display: inline-block;
 vertical-align: middle;
 font-size: 0.8rem;
 margin-left: 4px;
 transition: transform .2s ease;
 border: none;
}
.flag-icon {
    width: 18px;
    height: 18px;
    border-radius: 50px;
}
.main-header .mobile-nav-toggler{ position: relative;
    font-size: 40px; line-height: 50px;
    cursor: pointer;
    color:#fff;
    display: none;
    transition: all 500ms ease;
}
.outer-box > ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.main-header .outer-box > ul li a {
    color: #fff;
    /* font-size: 14px; */
    font-weight: 500;
    text-align: left;
}
.main-header .outer-box ul li ul {
    border-radius: 5px; padding: 10px 15px;
    border: 1px solid rgba(103, 61, 171, 0.20);
    width: 181px;
}

.main-header .outer-box .dropdown-menu li + li {
    border-top: 1px solid #f2eaff;
}
.main-header .outer-box ul li + li ul {
    right: -2px !important;
    left: auto !important;
}
.main-header .outer-box > ul li a.dropdown-toggle { line-height: 1; padding: 5px 0;
    display: flex;
    align-items: center;
}
.main-header .outer-box > ul li a.dropdown-toggle span{
    margin-right: 6px;
}

.main-header .outer-box > ul li a.dropdown-toggle .feather-user {
    width: 18px;
    margin-right: 5px;
}
.main-header .outer-box ul li li a {
    color: #2F2E41;
}
.main-header .outer-box ul li li a:hover{
 color: #3E1188;
}
 
 


/*====================================================================
06. Banner
====================================================================*/
.banner-area-top { padding-top: 73px; padding-bottom: 161px;
    background-size: cover;
    background-position: center center;
    /* background-position: 0 68%; */
    background-image: url('/assets/uploads/bg-1.jpg');
}
.slide-item-card {
    background: #fff;
    border-radius: 20px; padding: 30px; position: relative;
    background: linear-gradient(to top right, #E13030, #C22A6D, #7F2AA6, #5030B8);
    color: #fff;
}
.slide-item-card:after{
 position: absolute;
    right: 14px;
    bottom: 9px;
    width: 104px;
    height: 114px;
    background-image: url("/assets/img/umbralla.svg");
    content: "";
}
.slide-item-card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}
.slide-item-card-title span{
    font-size: 32px;
    font-weight: 300;
    color: #fff;
}
.slide-item-card-title img {
    max-width: 32px;
}
.slide-item-card-info h2 {
    font-size: 42px;
    font-weight: 700; line-height: normal;
    letter-spacing: 2.52px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.slide-item-card-title h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700; line-height: normal;
    letter-spacing: 1.92px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.slide-item-card-info span {
    font-size: 16px;
    font-weight: 700; line-height: normal;
    letter-spacing: 0.96px;
    text-transform: capitalize;
    display: block;
}
.slide-item-card-info h3{
 font-size: 16px;
    font-weight: 400; line-height: normal;
    letter-spacing: 0.96px;
    color: #fff;
}
.slide-item-card-info a { padding: 9px 29px;
    border-radius: 28px;
    border: 1px solid #fff;
    background: #5030B8;
    color: #FDF8E4;
    text-align: center;
    font-size: 18px;
    font-weight: 700; line-height: normal;
    letter-spacing: 1.08px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 40px;
    transition: all .3s ease-in-out;
}
.slide-item-card-info a:hover{
 background: #3E1188;
    border-color: #3E1188;
}
.banner-item-content {
    margin-top: 10px;
}
.banner-item-content h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 42px;
    font-weight: 900; line-height: normal;
    letter-spacing: 0.84px;
    text-transform: capitalize;
    margin-bottom: 23px;
    max-width: 575px;
}
.banner-item-content h1 span{
 color: #5030B8;
}
.banner-item-content p{
 color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 300; line-height: normal;
    letter-spacing: 1.08px;
    text-transform: capitalize;
}
.banner-slider .owl-nav button {
    background: #5030B8!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7F2AA6 !important;
    transition: all .3s ease-in-out;
}

.banner-slider .owl-nav button:hover{
    background-color: #5030B8 !important;
}
.banner-slider .owl-nav button span{
    font-family: 'Material Icons';
    color: #fff;
    transition: all .3s ease-in-out;
}
.banner-slider .owl-nav button:hover span {
    color: #FFF;
}
.banner-slider .owl-nav {
    display: flex;
    gap: 15px;
    align-items: center; position: absolute;
    bottom: 57px;
    left: 247px;
}
.banner-slider .owl-nav button i{
  color:#999;
  transition: color .3s ease-in-out, opacity .3s ease-in-out;
  font-size:1.25rem;
}
.banner-slider .owl-nav button:hover i{ opacity:.8; }
/*====================================================================
07. Booking
====================================================================*/
.booking-info-tab {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTQwIiBoZWlnaHQ9IjI0NCIgdmlld0JveD0iMCAwIDExNDAgMjQ0IiBmaWxsPSJub25lIj4NCiAgPG1hc2sgaWQ9InBhdGgtMS1pbnNpZGUtMV80MjBfMzA2MiIgZmlsbD0id2hpdGUiPg0KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzYyLjg3NCAyMS4wNTM2QzM1MS45NjYgMTEuNjY0MSAzNDAuMjU0IDAgMzI1Ljg2MSAwSDMwQzEzLjQzMTUgMCAwIDEzLjQzMTUgMCAzMFYyMTRDMCAyMzAuNTY5IDEzLjQzMTUgMjQ0IDMwIDI0NEgxMTEwQzExMjYuNTcgMjQ0IDExNDAgMjMwLjU2OSAxMTQwIDIxNFYzMEMxMTQwIDEzLjQzMTUgMTEyNi41NyAwIDExMTAgMEg4MTUuMTM5QzgwMC43NDYgMCA3ODkuMDM0IDExLjY2NDEgNzc4LjEyNSAyMS4wNTM2Qzc3MS42NDggMjYuNjI5NSA3NjMuMjE3IDMwIDc1NCAzMEgzODdDMzc3Ljc4MyAzMCAzNjkuMzUyIDI2LjYyOTUgMzYyLjg3NCAyMS4wNTM2WiIvPg0KICA8L21hc2s+DQogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzYyLjg3NCAyMS4wNTM2QzM1MS45NjYgMTEuNjY0MSAzNDAuMjU0IDAgMzI1Ljg2MSAwSDMwQzEzLjQzMTUgMCAwIDEzLjQzMTUgMCAzMFYyMTRDMCAyMzAuNTY5IDEzLjQzMTUgMjQ0IDMwIDI0NEgxMTEwQzExMjYuNTcgMjQ0IDExNDAgMjMwLjU2OSAxMTQwIDIxNFYzMEMxMTQwIDEzLjQzMTUgMTEyNi41NyAwIDExMTAgMEg4MTUuMTM5QzgwMC43NDYgMCA3ODkuMDM0IDExLjY2NDEgNzc4LjEyNSAyMS4wNTM2Qzc3MS42NDggMjYuNjI5NSA3NjMuMjE3IDMwIDc1NCAzMEgzODdDMzc3Ljc4MyAzMCAzNjkuMzUyIDI2LjYyOTUgMzYyLjg3NCAyMS4wNTM2WiIgZmlsbD0iIzNFMTE4OCIvPg0KICA8cGF0aCBkPSJNNzc4LjEyNSAyMS4wNTM2TDc3OC43NzggMjEuODExNUw3NzguMTI1IDIxLjA1MzZaTTM2Mi44NzQgMjEuMDUzNkwzNjMuNTI3IDIwLjI5NTdMMzYyLjg3NCAyMS4wNTM2Wk0zMCAxSDMyNS44NjFWLTFIMzBWMVpNMSAyMTRWMzBILTFWMjE0SDFaTTExMTAgMjQzSDMwVjI0NUgxMTEwVjI0M1pNMTEzOSAzMFYyMTRIMTE0MVYzMEgxMTM5Wk04MTUuMTM5IDFIMTExMFYtMUg4MTUuMTM5VjFaTTc3Ny40NzMgMjAuMjk1N0M3NzEuMTcgMjUuNzIxMyA3NjIuOTY5IDI5IDc1NCAyOVYzMUM3NjMuNDY2IDMxIDc3Mi4xMjYgMjcuNTM3NiA3NzguNzc4IDIxLjgxMTVMNzc3LjQ3MyAyMC4yOTU3Wk03NTQgMjlIMzg3VjMxSDc1NFYyOVpNMzg3IDI5QzM3OC4wMzEgMjkgMzY5LjgzIDI1LjcyMTMgMzYzLjUyNyAyMC4yOTU3TDM2Mi4yMjIgMjEuODExNUMzNjguODc0IDI3LjUzNzYgMzc3LjUzNCAzMSAzODcgMzFWMjlaTTgxNS4xMzkgLTFDODA3LjY2NCAtMSA4MDAuOTQxIDIuMDMwNTkgNzk0Ljc2OCA2LjE3NTUyQzc4OC42MTIgMTAuMzA5MSA3ODIuODg1IDE1LjYzNzYgNzc3LjQ3MyAyMC4yOTU3TDc3OC43NzggMjEuODExNUM3ODQuMjc1IDE3LjA4MDEgNzg5Ljg1OCAxMS44ODE3IDc5NS44ODMgNy44MzU5NEM4MDEuODkyIDMuODAxNDQgODA4LjIyMiAxIDgxNS4xMzkgMVYtMVpNMTE0MSAzMEMxMTQxIDEyLjg3OTIgMTEyNy4xMiAtMSAxMTEwIC0xVjFDMTEyNi4wMiAxIDExMzkgMTMuOTgzNyAxMTM5IDMwSDExNDFaTTExMTAgMjQ1QzExMjcuMTIgMjQ1IDExNDEgMjMxLjEyMSAxMTQxIDIxNEgxMTM5QzExMzkgMjMwLjAxNiAxMTI2LjAyIDI0MyAxMTEwIDI0M1YyNDVaTS0xIDIxNEMtMSAyMzEuMTIxIDEyLjg3OTIgMjQ1IDMwIDI0NVYyNDNDMTMuOTgzOCAyNDMgMSAyMzAuMDE2IDEgMjE0SC0xWk0zMjUuODYxIDFDMzMyLjc3OCAxIDMzOS4xMDggMy44MDE0NCAzNDUuMTE3IDcuODM1OTNDMzUxLjE0MiAxMS44ODE3IDM1Ni43MjUgMTcuMDgwMSAzNjIuMjIyIDIxLjgxMTVMMzYzLjUyNyAyMC4yOTU3QzM1OC4xMTUgMTUuNjM3NiAzNTIuMzg4IDEwLjMwOTEgMzQ2LjIzMiA2LjE3NTUyQzM0MC4wNTkgMi4wMzA1OSAzMzMuMzM2IC0xIDMyNS44NjEgLTFWMVpNMzAgLTFDMTIuODc5MiAtMSAtMSAxMi44NzkyIC0xIDMwSDFDMSAxMy45ODM3IDEzLjk4MzcgMSAzMCAxVi0xWiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC4xNSIgbWFzaz0idXJsKCNwYXRoLTEtaW5zaWRlLTFfNDIwXzMwNjIpIi8+DQo8L3N2Zz4=");
    /* background-color: #3E1188;
    clip-path: path('M 362.874 21.0536 C 351.966 11.6641 340.254 0 325.861 0 H 30 C 13.4315 0 0 13.4315 0 30 V 214 C 0 230.569 13.4315 244 30 244 H 1110 C 1126.57 244 1140 230.569 1140 214 V 30 C 1140 13.4315 1126.57 0 1110 0 H 815.139 C 800.746 0 789.034 11.6641 778.125 21.0536 C 771.648 26.6295 763.217 30 754 30 H 387 C 377.783 30 369.352 26.6295 362.874 21.0536 Z'); */
    width: 100%;
     min-height: 180px;
    border-radius: 30px;
    background-position: top center;
    background-repeat: no-repeat; padding: 51px 20px 15px; position: relative;
   /* z-index: 1;*/
}

.booking-info-tab:after { position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background: #3E1188;
    border-radius: 0 0 30px 30px;
    border: 1px solid #5B349A;
    border-top: none;
    content: "";
    z-index: -1;
}
.booking-info-nav {
    background: #3E1188;
    border-radius: 37px;
    max-width: 421px;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto -20px; padding: 4px;
}
.booking-info-nav li button {
    background: transparent;
    height: 44px;
    color: #FFF;
    font-size: 16px;
    border: 1px solid transparent;
    font-weight: 400; line-height: normal; padding: 5px 13px 5px 48px;
    display: flex;
    align-items: center;
    justify-content: center; position: relative;
}
.booking-info-nav li button.active{
 border-radius: 35px;
    background: #FFF;
    color: #3E1188;
    border-color: #5B359A;
}
.booking-info-nav li button span {
    width: 32px;
    height: 32px; position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%); line-height: 32px;
    border-radius: 50%;
}
.booking-info-nav li button.active span{
    background-color: #3E1188;
    color: #fff;
}
.flight-selection-booking-wrap {
    max-width: 956px;
}
    form.form-floating.active-multicity .flight-selection-booking-wrap {
    max-width: 100%;
}
.flight-selection .form-check.form-check-inline { padding-left: 0;
}
.flight-selection label{
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 500; line-height: normal; padding-left: 30px; position: relative;
    cursor: pointer;
}
.flight-selection label::before {
    content: "";
    width: 20px;
    height: 20px; position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.60);
}
.flight-selection label::after{ position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    content: "";
    background: transparent;
    border-radius: 50%;   
}
.flight-selection  input:checked ~ label::before {
    border-color: #E13030;
    background-color: #fff;
}
.flight-selection input:checked ~ label::after {
    background: #E13030;
}
.flight-selection  input:checked ~ label { color:#fff}
.booking-info-nav-right .trav_engine {
    height: auto;
    width: auto; padding: 0;
    border: none;
    background: transparent;
}
.booking-info-nav-right .trav_engine_box {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500; line-height: 100%;
}
.booking-info-nav-right .trav_engine_box svg.feather-user{
    width: 20px;
}
.booking-info-nav-right .trav_engine span.down-arrow { line-height: 11px;
    margin-top: 6px;
    margin-left: -4px;
}
.form-daterange {
    cursor: pointer;
}
.date-calander {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    font-weight: 600; line-height: normal;
    margin: 10px 0 10px;
}
.form-daterange-range.active .date-calander,
.form-daterange.active .date-calander {
    margin: 0px 0 0;
}
.form-daterange-single.active .date-calander {
    margin: 2px 0 0;
}
.form-daterange-range.checkout-date.active .date-calander, .form-daterange-range.checkout-date.active .date-calander-name {
    text-align: right;
}
.date-calander strong {
    color: #FFF;
    font-size: 18px;
    margin-right: 5px;
}
.date-calander-name {
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
    font-weight: 400; line-height: normal;
}
.bokking-info-nav-wrap {
    display: flex;
    justify-content: space-between;
}
.trav_item.trav_footer {
    align-items: center;
}
.trav_item.trav_footer  h5 {
    color: #2F2E41;
    font-size: 16px;
    font-weight: 500; line-height: normal;
    margin-bottom: 0px;
}
.trav_item.trav_footer  h5 a{
 display: flex;
    align-items: center;
    gap: 5px;
    color: #2F2E41;
    font-size: 16px;
    font-weight: 500; line-height: normal;
    text-decoration-line: none;
}
.trav_item.trav_footer h5 a span {
    font-size: 14px;
}
.trav_item.trav_footer h5 a span.travelling-alone {
    text-decoration: underline;
} input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
 -webkit-appearance: none;
    margin: 0;
} input[type='number'] {
 -moz-appearance: textfield;
}
.banner-area-bottom {
    margin-top: -135px; position: relative;
  /*  z-index: 1;*/
}
.form-from-to-wrap {
    display: flex;
    align-items: center;
}
.selectBox { position: relative;
    max-width: 308px;
    width: 100%;
}
.package-form-wrap .selectBox .selectBox__value,
.package-form-wrap .selectBox{
    max-width: 280px;
}
.package-form-wrap .form-date-wrap {
    max-width: 175px; padding: 15px 20px;
    width: 175px;
}
.package-form-wrap .form-date-wrap .form-departure .form-daterange-single {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.package-form-wrap .form-date-wrap .form-departure {
    height: 100%;
}
.package-form-wrap .form-date-room {
    gap: 13px;
}
.form-from-to-icon {
    margin: 0px -12px; position: relative;
    z-index: 1;
    cursor: pointer;
}
.selectBox__value {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzA4IiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDMwOCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDc5Ljc5OFYyMC4yMDJDMCA5LjA5MDkgOS40NjA4IDAgMjEuMDIzOSAwSDI5Ny40ODhDMzAzLjI3IDAgMzA4IDQuNTQ1NSAzMDggMTAuMTAxVjIwLjIwMkMzMDggMjQuNTQ1NSAzMDUuMDU3IDI4LjM4MzggMzAwLjc0NyAyOS43OThDMjkyLjAyMiAzMi43MjczIDI4NS44MiA0MC42MDYxIDI4NS44MiA1MEMyODUuODIgNTkuMzkzOSAyOTIuMDIyIDY3LjI3MjcgMzAwLjc0NyA3MC4yMDJDMzA1LjA1NyA3MS42MTYyIDMwOCA3NS40NTQ2IDMwOCA3OS43OThWODkuODk5QzMwOCA5NS40NTUgMzAzLjI3IDEwMCAyOTcuNDg4IDEwMEgyMS4wMjM5QzkuNDYwOCAxMDAgMCA5MC45MDkgMCA3OS43OThaIiBmaWxsPSIjNEMxQjlDIi8+CjxwYXRoIGQ9Ik0zMDAuNTkxIDI5LjMyMjlMMzAwLjU4OCAyOS4zMjRDMjkxLjY3NiAzMi4zMTU5IDI4NS4zMiA0MC4zNzM4IDI4NS4zMiA1MEMyODUuMzIgNTkuNjI2MiAyOTEuNjc2IDY3LjY4NDEgMzAwLjU4OCA3MC42NzZMMzAwLjU5MSA3MC42NzcxQzMwNC43MTMgNzIuMDI5NyAzMDcuNSA3NS42ODg4IDMwNy41IDc5Ljc5OFY4OS44OTlDMzA3LjUgOTUuMTYgMzAzLjAxMiA5OS41IDI5Ny40ODggOTkuNUgyMS4wMjM5QzkuNzE3OSA5OS41IDAuNSA5MC42MTQgMC41IDc5Ljc5OFYyMC4yMDJDMC41IDkuMzg1NyA5LjcxNzkgMC41IDIxLjAyMzkgMC41SDI5Ny40ODhDMzAzLjAxMiAwLjUgMzA3LjUgNC44NDAyIDMwNy41IDEwLjEwMVYyMC4yMDJDMzA3LjUgMjQuMzExMyAzMDQuNzEzIDI3Ljk3MDMgMzAwLjU5MSAyOS4zMjI5WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLW9wYWNpdHk9IjAuMTUiLz4KPC9zdmc+Cg==");
    cursor: pointer;
    width: 308px;
    height: 100px;
    background-size: cover;
    background-position: center center; position: relative;
}
.package-form-wrap .selectBox__value {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDI4MCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDc5Ljc5OFYyMC4yMDJDMCA5LjA5MDkxIDguNjAwNjggMCAxOS4xMTI2IDBIMjcwLjQ0NEMyNzUuNyAwIDI4MCA0LjU0NTQ1IDI4MCAxMC4xMDFWMjAuMjAyQzI4MCAyNC41NDU1IDI3Ny4zMjQgMjguMzgzOCAyNzMuNDA2IDI5Ljc5OEMyNjUuNDc0IDMyLjcyNzMgMjU5LjgzNiA0MC42MDYxIDI1OS44MzYgNTBDMjU5LjgzNiA1OS4zOTM5IDI2NS40NzQgNjcuMjcyNyAyNzMuNDA2IDcwLjIwMkMyNzcuMzI0IDcxLjYxNjIgMjgwIDc1LjQ1NDUgMjgwIDc5Ljc5OFY4OS44OTlDMjgwIDk1LjQ1NDUgMjc1LjcgMTAwIDI3MC40NDQgMTAwSDE5LjExMjZDOC42MDA2OCAxMDAgMCA5MC45MDkxIDAgNzkuNzk4WiIgZmlsbD0iIzRDMUI5QyIvPgo8cGF0aCBkPSJNMjczLjIzNiAyOS4zMjc3TDI3My4yMzMgMjkuMzI4OUMyNjUuMDk4IDMyLjMzMzIgMjU5LjMzNiA0MC40MDM3IDI1OS4zMzYgNTBDMjU5LjMzNiA1OS41OTYzIDI2NS4wOTggNjcuNjY2OCAyNzMuMjMzIDcwLjY3MTFMMjczLjIzNiA3MC42NzIzQzI3Ni45NSA3Mi4wMTI3IDI3OS41IDc1LjY1ODUgMjc5LjUgNzkuNzk4Vjg5Ljg5OUMyNzkuNSA5NS4yMDQ5IDI3NS4zOTggOTkuNSAyNzAuNDQ0IDk5LjVIMTkuMTEyNkM4LjkwMjU4IDk5LjUgMC41IDkwLjY1OTQgMC41IDc5Ljc5OFYyMC4yMDJDMC41IDkuMzQwNTggOC45MDI1OCAwLjUgMTkuMTEyNiAwLjVIMjcwLjQ0NEMyNzUuMzk4IDAuNSAyNzkuNSA0Ljc5NTEyIDI3OS41IDEwLjEwMVYyMC4yMDJDMjc5LjUgMjQuMzQxNSAyNzYuOTUgMjcuOTg3MyAyNzMuMjM2IDI5LjMyNzdaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utb3BhY2l0eT0iMC4xNSIvPgo8L3N2Zz4K")}
.selectBox-reverse-bg .selectBox__value{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzA4IiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDMwOCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMDggMjAuMjAyVjc5Ljc5OEMzMDggOTAuOTA5MSAyOTguNTM5IDEwMCAyODYuOTc2IDEwMEgxMC41MTE5QzQuNzMwMzggMTAwIDAgOTUuNDU0NSAwIDg5Ljg5OVY3OS43OThDMCA3NS40NTQ1IDIuOTQzMzQgNzEuNjE2MiA3LjI1MzI0IDcwLjIwMkMxNS45NzgyIDY3LjI3MjcgMjIuMTgwMiA1OS4zOTM5IDIyLjE4MDIgNTBDMjIuMTgwMiA0MC42MDYxIDE1Ljk3ODIgMzIuNzI3MyA3LjI1MzI0IDI5Ljc5OEMyLjk0MzM0IDI4LjM4MzggMCAyNC41NDU1IDAgMjAuMjAyVjEwLjEwMUMwIDQuNTQ1NDUgNC43MzAzOCAwIDEwLjUxMTkgMEgyODYuOTc2QzI5OC41MzkgMCAzMDggOS4wOTA5MSAzMDggMjAuMjAyWiIgZmlsbD0iIzRDMUI5QyIvPgo8cGF0aCBkPSJNNy40MDkxMiA3MC42NzcxTDcuNDEyMzggNzAuNjc2QzE2LjMyMzkgNjcuNjg0MSAyMi42ODAyIDU5LjYyNjIgMjIuNjgwMiA1MEMyMi42ODAyIDQwLjM3MzggMTYuMzIzOSAzMi4zMTU5IDcuNDEyMzggMjkuMzI0TDcuNDA5MTIgMjkuMzIyOUMzLjI4Njc4IDI3Ljk3MDMgMC41IDI0LjMxMTMgMC41IDIwLjIwMlYxMC4xMDFDMC41IDQuODQwMiA0Ljk4NzU0IDAuNSAxMC41MTE5IDAuNUgyODYuOTc2QzI5OC4yODIgMC41IDMwNy41IDkuMzg1NjYgMzA3LjUgMjAuMjAyVjc5Ljc5OEMzMDcuNSA5MC42MTQzIDI5OC4yODIgOTkuNSAyODYuOTc2IDk5LjVIMTAuNTExOUM0Ljk4NzU0IDk5LjUgMC41IDk1LjE1OTggMC41IDg5Ljg5OVY3OS43OThDMC41IDc1LjY4ODcgMy4yODY3OCA3Mi4wMjk3IDcuNDA5MTIgNzAuNjc3MVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjE1Ii8+Cjwvc3ZnPgo=")}
.package-form-wrap  .selectBox-reverse-bg .selectBox__value{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDI4MCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yODAgMjAuMjAyVjc5Ljc5OEMyODAgOTAuOTA5MSAyNzEuMzk5IDEwMCAyNjAuODg3IDEwMEg5LjU1NjMxQzQuMzAwMzQgMTAwIDAgOTUuNDU0NSAwIDg5Ljg5OVY3OS43OThDMCA3NS40NTQ1IDIuNjc1NzYgNzEuNjE2MiA2LjU5Mzg1IDcwLjIwMkMxNC41MjU2IDY3LjI3MjcgMjAuMTYzOCA1OS4zOTM5IDIwLjE2MzggNTBDMjAuMTYzOCA0MC42MDYxIDE0LjUyNTYgMzIuNzI3MyA2LjU5Mzg1IDI5Ljc5OEMyLjY3NTc2IDI4LjM4MzggMCAyNC41NDU1IDAgMjAuMjAyVjEwLjEwMUMwIDQuNTQ1NDUgNC4zMDAzNCAwIDkuNTU2MzEgMEgyNjAuODg3QzI3MS4zOTkgMCAyODAgOS4wOTA5MSAyODAgMjAuMjAyWiIgZmlsbD0iIzRDMUI5QyIvPgo8cGF0aCBkPSJNNi43NjM2IDcwLjY3MjNMNi43NjcwNyA3MC42NzExQzE0LjkwMTcgNjcuNjY2OCAyMC42NjM4IDU5LjU5NjMgMjAuNjYzOCA1MEMyMC42NjM4IDQwLjQwMzcgMTQuOTAxNyAzMi4zMzMyIDYuNzY3MDggMjkuMzI4OUw2Ljc2MzYgMjkuMzI3N0MzLjA0OTk2IDI3Ljk4NzMgMC41IDI0LjM0MTUgMC41IDIwLjIwMlYxMC4xMDFDMC41IDQuNzk1MTIgNC42MDIyNCAwLjUgOS41NTYzMSAwLjVIMjYwLjg4N0MyNzEuMDk3IDAuNSAyNzkuNSA5LjM0MDU4IDI3OS41IDIwLjIwMlY3OS43OThDMjc5LjUgOTAuNjU5NCAyNzEuMDk3IDk5LjUgMjYwLjg4NyA5OS41SDkuNTU2MzFDNC42MDIyNCA5OS41IDAuNSA5NS4yMDQ5IDAuNSA4OS44OTlWNzkuNzk4QzAuNSA3NS42NTg1IDMuMDQ5OTYgNzIuMDEyNyA2Ljc2MzYgNzAuNjcyM1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjE1Ii8+Cjwvc3ZnPgo=")}
.selectBox-reverse-bg .selectBox__value h5.selectBox__value__title {
    left: 44px;
}
.selectBox-reverse-bg .selectBox__value-box{ padding-left: 44px;
}
.selectBox__value:after {
    content: "\e905"; position: absolute;
    right: 37px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Material Icons';
    font-weight: 300;
    color: #A58DCD;
    font-size: 35px;
}
.selectBox-reverse-bg  .selectBox__value:after {
    content: "\e904";
}
.selectBox_dropdown {
    display: none; position: absolute;
    background-color: #fff;
    border: 1px solid rgba(103, 61, 171, 0.20);
    width: 437px;
    max-height: 466px;
    overflow-y: auto;
    z-index: 100;
    border-radius: 10px;
}
.selectBox_dropdown-title {
    display: none;
}
.selectBox_dropdown h3 {
    color: #838383;
    font-size: 16px;
    font-weight: 400; line-height: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(103, 61, 171, 0.30); padding: 20px 20px;
} span.select_dropdown_close { position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    display: none;
} span.select_dropdown_close svg {
    width: 20px;
    stroke: #c70303;
}
.selectBox_dropdown-search {
    border-bottom: 1px solid rgba(62, 17, 136, 0.20); padding: 5px 10px 5px 30px;
}

.selectBox_dropdown-search svg {
    width: 20px;
    stroke: #3D1186;
}

.selectBox_dropdown-search input {
    font-size: 16px; padding: 0 5px 0 18px;
    color: rgb(47, 46, 65);
    width: calc(100% - 20px);
}

 input[type=search]::-ms-clear { display: none;
    width : 0;
    height: 0; } 
    input[type=search]::-ms-reveal { display: none;
    width : 0;
    height: 0; }

 input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.selectBox_dropdown-search input::-ms-input-placeholder { 
    color: #fff;
}
  
.selectBox_dropdown-search input::placeholder {
color: #838383;
}

.selectBox_dropdown-search {
    display: flex;
    align-items: center;
}
.selectBox_dropdown-item { padding: 10px 0;
    border-bottom: 1px solid rgba(62, 17, 136, 0.20);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.selectBox_dropdown-item:last-child {
    border-bottom: none;
}
.selectBox_dropdown-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.selectBox__title h5 {
    color: #2F2E41;
    font-size: 14px;
    font-weight: 500; line-height: normal;
    margin-bottom: 4px;
}
.selectBox_dropdown-item:hover .selectBox__title span,
.selectBox_dropdown-item:hover .selectBox__title h5,
.selectBox_dropdown-item.active .selectBox__title span,
.selectBox_dropdown-item.active .selectBox__title h5{
 color: #F29422;
}
.selectBox__title span {
    display: block;
    color: #838383;
    font-size: 12px;
    font-weight: 400; line-height: normal;
}
.selectBox__value .selectBox__title span {
    color: rgba(255, 255, 255, 0.60);
}
.selectBox_dropdown-item-right {
    text-align: right;
}
.selectBox_dropdown_destination .selectBox_dropdown-item-right {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
}
.selectBox__value h5.selectBox__value__title {
 position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.trav_engine_box h5,
.form-daterange-range.active h5,
.form-daterange.active h5,
.form-daterange-single.active h5,
.selectBox__value.active h5.selectBox__value__title {
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px; line-height: normal;
    font-weight: 400;
    transform: translateY(0);
    top: 20px;
}
.trav_engine_box h5{
    top: 5px;
}
.form-daterange-range.active h5,
.form-daterange.active h5{
    top: -4px;
}
.form-daterange-single.active h5 {
    top: -2px;
}
.selectBox__value h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600; line-height: normal;
}

.selectBox__value-box {
    height: 100%;
    display: flex;
    align-items: center; padding: 15px 20px;
    text-align: left;
}
.selectBox__value .selectBox__title {
    margin-top: 15px;
}

.form-date-wrap {
    background: #4C1B9C;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    height: 100px; padding: 13px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 308px;
    width: 100%; position: relative;
}
.hotel-sreach-area button.apply,
.form-inner button.apply {
    color: #FFF;
    font-size: 18px;
    font-weight: 600; line-height: normal;
    border-radius: 30px;
    background: linear-gradient(180deg, #F26722 0%, #F29422 100%); padding: 15px 37px 15px 36px;
    background: linear-gradient(to top right, #E13030, #C22A6D, #7F2AA6, #5030B8);
}
.hotel-sreach-area button.apply{
    margin-top: -40px;
}
.form-hotel-room {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hotel-sreach-area .form {
    display: flex;
    align-items: center;
}
.hotel-form-inner {
    gap: 13px;
    flex: 1;
    width: 100%;
}
.form-inner {
    display: flex;
    align-items: center;
    gap: 13px;

}
.form-departure-return h5,
.return-date.active .date-calander,
.return-date.active .date-calander-name{
    text-align: right;
}
.form-departure h5, .form-departure-return h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600; line-height: normal;
}
.form-daterange-range {
    cursor: pointer;
}
.form-date-devider {
    height: 45px;
    width: 1px;
    background: rgba(217, 217, 217, 0.30);
}
.form-departure, .form-return {
    flex: 0 0 49%;
}
.hotel-form-inner .selectBox__value {
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    background-color: #4C1B9C;
}
.hotel-form-inner .selectBox__value:after{
    content: none;
}
.hotel-form-inner .selectBox_dropdown-item {
    gap: 10px;
    justify-content: flex-start;
}
.hotel-form-inner .selectBox__value-box .selectBox__img {
    display: none;
}
.hotel-form-inner .selectBox__value-box .selectBox__title {
    margin-top: 20px;
}
.form-hotel-left {
    max-width: 390px;
    width: 100%;
}
.form-hotel-left .selectBox .selectBox__value{
    width: 100%;
}
.form-hotel-left .selectBox{
    max-width: 100%;
}
.form-hotel-check-in-out {
    max-width: 308px;
    width: 100%;
}
.trav_engine { position: relative;
    width: 230px;
    height: 100px;
    background: #4C1B9C;
    border-radius: 20px; padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: left;
}
#multicity_booking_form .trav_form,
#hotel_form_room .trav_form {
    top: 100px;
}
.package-form-wrap .trav_engine {
    width: 175px; padding: 14px 20px;
    flex: 0 0 175px;
}
.trav_toggle {
    width: 100%;
    box-sizing: border-box; line-height: 32px;
    font-size: 0; position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}
.trav_form {
    border: 1px solid rgba(103, 61, 171, 0.20);
    width: 447px;
    box-sizing: border-box; position: absolute;
    border-radius: 10px;
    background: #fff;
    right: 0;
    z-index: 9;
    top: 110%;
}
.booking-info-nav-right .trav_engine .trav_form{
    top: 150%;
}
#package_form_room .trav_form{
    top: 100px;
}
.package-form-wrap .packeg-top-item-inner .trav_engine .trav_form {
    top: 150%;
    right: auto;
    left: -30px;
}
.trav_item {
    width: 100%;
    box-sizing: border-box; padding: 20px;
    float: inline-end;
    display: flex;
    justify-content: space-between;
}
.trav_item + .trav_item {
    border-top: 1px solid #D8CFE7;
}
.trav_item.trav_item_room {
    cursor: pointer;
}
.trav_inner1 {
    width: 40%;
    float: left;
    font-size: 16px; line-height: normal;
    color: #2F2E41;
    box-sizing: border-box;
    font-weight: 500;
}
.trav_inner1 span {
    display: block;
    color: #838383;
    font-size: 12px;
    font-weight: 400; line-height: normal;
    margin-top: 7px;
}
.trav_inner2 {
    width: 60%;
    float: left;
    font-size: 13px; line-height: 30px;
    color: #666;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
}

.minus, .plus {
    border: none;
    width: 40px;
    text-decoration: none;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    background: transparent;
    border: 1px solid #838383;
    border-radius: 50%; position: relative;
    transition: all .3s ease-in-out;
}
.minus:hover, .plus:hover {
    border-color: #F29422;
}

.minus:after,
.plus:after{
  font-size:20px; line-height:40px;
  color:#838383;
  font-weight:600;
}
.minus:after{ content:"\2212"; } 
.plus:after{  content:"+";     }
.minus:hover:after,
.plus:hover:after{
    color: #F29422;
}
.txt_trav {
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    float: left;
    text-align: center; line-height: 34px;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    color: #838383;
    font-weight: 500;
}
.txt_Traveler {
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 220px;
    box-sizing: border-box; padding: 10px;
    outline: none;
    background: #4C1B9C;
    border-radius: 20px;
}

.trav_done {
    border-radius: 12px;
    background: linear-gradient(180deg, #F26722 0%, #F29422 100%); padding: 12px 16px;
    width: 70px;
    height: 44px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500; line-height: normal;
    cursor: pointer;
} span.add_room {
    color: #2F2E41;
    font-size: 16px;
    font-weight: 500; line-height: normal;
    border-radius: 12px;
    border: 1px solid #2F2E41; padding: 12px 16px;
    cursor: pointer;
    transition: all .3s ease-in-out;
} span.add_room:hover{
    border-color: #F26722;
    background: linear-gradient(180deg, #F26722 0%, #F29422 100%);
    color: #fff;
}

.trav_item_room .trav_inner1 {
    color: #2F2E41;
    font-size: 18px;
    font-weight: 600; line-height: normal;
}
.trav_item.trav_item_room .trav_inner1 {
    display: flex;
    align-items: center;
    gap: 5px;
}
.trav_item.trav_item_room .trav_inner1 span{
    color: #2F2E41;
    font-size: 18px;
    font-weight: 600; line-height: normal;
    margin-top: 0;
}
.trav_item.trav_item_room .trav_inner2 button {
    font-size: 14px;
    font-weight: 400; line-height: normal;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: #F29422;
}
.trav_engine_box { position: relative;
    height: 100%;
}
.trav_engine_box_val_item {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    font-weight: 600; line-height: normal;
    margin: 8px 0 0;
}
.trav_engine_box_val_item strong {
    color: #FFF;
    font-size: 18px;
    font-weight: 600; line-height: normal;
    display: inline-block;
}
.trav_engine_box_val_item_adult {
    color: rgba(255, 255, 255, 0.80);
    font-size: 12px;
    font-weight: 400; line-height: normal;
}
.hotel-form-inner-srearch-form span {
    color: #FFF;
    font-size: 16px;
    font-weight: 500; line-height: normal;
    display: block;
    margin-right: 20px;
}
.hotel-form-inner-srearch-form label {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 400; line-height: normal;
    cursor: pointer;
    margin-top: 5px;
}
.hotel-form-inner-item {
    gap: 15px;
}
.hotel-form-inner-srearch-form .form-check-input:checked[type=checkbox]{
    background-image: none;
}
.hotel-form-inner-srearch-form .form-check-input{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    cursor: pointer;
}
.hotel-form-inner-srearch-form .form-check-input:
    focus{
    box-shadow: none;
}
.hotel-form-inner-srearch-form .form-check-input:checked{
    border-color: #F29422;
    background: #F29422;
}
.hotel-form-inner-srearch-form .form-check {
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hotel-form-inner-srearch-form .form-check + .form-check {
    margin-left: 20px;
}
.form-hotel-right {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.packeg-top-item-inner {
    color: #FFF;
    font-size: 16px;
    font-weight: 500; line-height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.packeg-return{ position: relative;
}
.packeg-top .daterangepicker.single {
    left: 0 !important;
    transform: translateX(0);
    top: 25px !important;
}
.packeg-top-item-inner.class-selection {
    gap: 0;
    max-width: 120px;
}
.packeg-top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.package-form-wrap .packeg-top-item-inner .trav_engine {
    height: auto;
    border: none;
    background: no-repeat; padding: 0;
    width: auto;
    flex: 1;
}
#package_return_form_room
    strong.trav_guest_count {
    margin-right: 2px;
}
.packeg-top-item-inner select {
    background: transparent;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer; padding: 0 2px;
}
.packeg-top-item-inner select option{
    color: #000;
}
.packeg-top-item-inner select:focus{
    outline: none;
    box-shadow: none;
    border: none;
}
.packeg-top-item-inner .packeg-icon {
    margin-right: 5px;
}
.packeg-top-item-inner.class-selection .packeg-icon{
    margin-right: 0;
}
.packeg-top-item-inner .packeg-icon.feather-user{
    width: 18px;
}
.packeg-top-item-inner .down-arrow { line-height: 11px;
    margin-top: 5px;
}
.from-multicity-wrap .form-date-room {
    width: 457px;
    gap: 13px;
}
.from-multicity-wrap .trav_engine {
    flex: 0 0 210px;
    max-width: 210px;
}
.form-daterange-single {
    cursor: pointer;
}
.from-multicity-wrap .form-inner + .form-inner {
    margin-top: 15px;
}
.from-multicity-wrap .form-date-wrap {
    max-width: 234px;
}
.add-another-city {
    background: #4C1B9C;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    height: 100px; padding: 13px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 210px;
    width: 100%;
}
.add-another-city button{
    background: transparent;
    color: #FFF;
    font-size: 18px;
    font-weight: 600; line-height: normal;
}
.trav_class {
    text-transform: capitalize;
}

.trav_inner2 select.form-select {
    max-width: 165px;
    border-color: #838383;
}
.trav_inner2 select.form-select:focus {
    box-shadow: none;
    outline: none;
    border-color: #838383;
}
/*====================================================================
08. Card
====================================================================*/
.person-group {
  letter-spacing: -1.5px;
  word-spacing: 0;
}
.person-group .small-child {
  font-size: 0.75em;
  vertical-align: middle;
}
.card {
    border-radius: 20px;
    border: 1px solid #EDE1FF;
    /* background: #FFFCEC; */
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
position: relative;

}

.icon-wrapper {

  width: 40px;

  height: 36px;

  top: auto;

  left: auto;

}
 .card-footer {

    background:none;

}
/*
.card-save{

        background-color: #E6F8E6;
 padding: 4px;

    max-width: 70px;

    text-align: center;

    border-radius: 8px;

    font-weight: 500;

}
*/
.card-badge { position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: 2px solid #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.card-badge img {
    width: 100%;
    height: 100%;
}

.card-info h4 {

    color: #5030B8;

    font-size: 22px;

    font-weight: 500;
 line-height: 100%;

    transition: all .3s ease-in-out;

    /* margin-bottom: 10px; */

    font-family: Oswald;

}

.card-info
    h4 a:hover {
    color: #472183;
}

.card-info p { line-height: 17.64px;
    color: #283841;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.84px;
    text-transform: capitalize;
}
.card-img img {
    width: 100%;
}

.card-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-icon span{
    color: #3E1188;
}
.card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-item span {
    display: flex;
    align-items: center;
    color: #070F1D;
    font-size: 15px;
    font-weight: 500; line-height: 100%;
}
.card-item span span {
    margin-right: 5px;
    color: rgb(7, 15, 29);
    font-size: 24px;
    font-weight: 300;
}
.card-item span a {
    border-radius: 30px;
    background: linear-gradient(180deg, #F26722 0%, #F29422 100%);
    width: 123px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 500; line-height: normal;
    transition: all .3s ease-in-out;
}
.card-item span a:hover{
 background: #3E1188;
}
.card-item span.price {
    color: #070F1D;
    font-size: 20px;
    font-weight: 700; line-height: 23px;
}
.card-item span.price sub {
    color: #8D9092;
    font-size: 14px;
    font-weight: 500; line-height: 23px;
    margin-left: 5px;
}
.card-info { padding: 20px 16px;
}
.card-item + .card-item {
    margin-top: 15px;
}
.card-item.card-price{
    margin-top: 30px;
}

.section-title{
    margin-bottom: 30px;
}
.section-title h2 {
    color: #070F1D;
    font-size: 38px;
    font-weight: 500; line-height: normal;
}

.section-title h2 span {
    color: #472183;
}
.section-padding { padding: 80px 0;
}
/*====================================================================
09. Choose
====================================================================*/
.choose-section {
    background: #FFFCEC;
}
.choose-info h2 span {
    color: #3E1188;
}

.choose-info h2 {
    color: #070F1D;
    font-size: 42px;
    font-weight: 500; line-height: normal;
    text-transform: capitalize;
    margin-top: -7px;
    margin-bottom: 2px;
}
.choose-info p {
    color: #283841;
    font-size: 16px;
    font-weight: 300; line-height: 26px;
    letter-spacing: 0.96px;
    text-transform: capitalize;
    margin: 0;
}
    ul.list-wrap li { position: relative;
    color: #3E1188;
    font-size: 16px;
    font-weight: 700; line-height: normal;
    letter-spacing: 0.96px;
    text-transform: capitalize; padding-left: 38px;
}
    ul.list-wrap li + li {
    margin-top: 15px;
}
    ul.list-wrap li:before {
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%; position: absolute;
    transform: rotate(45deg) translateY(-50%);
    background: #3E1188;
}

.choose-info-gap {
    margin: 34px 0 46px;
}

 
.featured-cards .card {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.featured-cards .card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}

/* Image hover effect */
.featured-cards .card-img {
    overflow: hidden;
}

.featured-cards .card-img img {
    transition: transform 0.3s ease;
}

.featured-cards .card:hover .card-img img {
    transform: scale(1.05);
}

 
.featured-cards .location-badge .badge {
   
    font-weight: 500;
    font-size: 0.875rem;
    background: rgba(1, 1, 1, 0.5);
}

 
.featured-cards .star-rating {
    font-size: 0.875rem;
}

.featured-cards .star-rating .fas,
.featured-cards .star-rating .far {
    font-size: 0.875rem;
}

 
.featured-cards .card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: auto;
}

 
.featured-cards .card:hover .card-info h4 {
    color: #3a2085;
}

 
.featured-cards .card-info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

 
.featured-cards .card-item {
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

 
.card-save {
    background-color: #10b981; /* Softer emerald green */
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5rem;
    max-width: none;
    border-color: #10b981;
    /* color: #10b981; */
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
}

 
.featured-cards .card-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef !important;
}

 
.featured-cards .right-content .fs-3 {
    font-size: 1.75rem !important;
}

 
.bi {
    vertical-align: -0.125em;
}

 
@media (max-width: 768px) {
    .location-badge .badge {
        font-size: 0.75rem;
        padding: 0.375rem 0.75rem;
    }
}

 
.tooltip {
    font-size: 0.875rem;
}
/*====================================================================
10. Tranding
====================================================================*/
.tranding-info h2 {
    color: #070F1D;
    font-size: 42px;
    font-weight: 500; line-height: normal;
    text-transform: capitalize;
    margin-bottom: 1px;
}
.tranding-info h2 span{
 color: #3E1188;
}
.tranding-info p {
    color: #283841;
    font-size: 18px;
    font-weight: 300; line-height: 26px;
    letter-spacing: 1.08px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.tranding-item {
    border-radius: 20px;
    overflow: hidden; position: relative;
}
.tranding-location { position: absolute;
    top: 27px;
    left: 27px;
}
.tranding-location span{
 color: #FFF;
    font-size: 28px;
    font-weight: 700; line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}
.tranding-img{
    width: 100%;
}
.tranding-video-icon { position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
    a.popup-youtube {
    transition: all .3s ease-in-out;
    color: #fff;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    a.popup-youtube span{
    font-size: 34px;
}
    a.popup-youtube:hover{
 opacity: .6;
}
/*====================================================================
11. Footer
====================================================================*/
.footer {
    background: #3E1188; padding-top: 50px;
}
.footer-top
    h4 {
    color: #fff;
    font-family: Outfit;
    font-size: 30px;
    font-style: normal;
    font-weight: 600; line-height: 38px;
    margin-bottom: 2px;
}
.footer-top p {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400; line-height: 30px;
    color: #E9D7FE;
}
.footer-devider {
    background: rgba(217, 217, 217, 0.20);
    height: 1px;
    margin: 56px 0 52px;
}

.widget-info > a {
    display: block;
}
.widget-info    ul.list-items li a {
     
    color: #E9D7FE;
}
.widget-info p {
    font-size: 16px;
    font-weight: 400; line-height: 24px;
    margin-bottom: 0;
    color: #D6BBFB;
    max-width: 275px;
}
.widget-info
    h4 {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 600; line-height: 20px;
    color: #D6BBFB;
}
.subscribe-form input {
    border: 1px solid #fff;
    background: #fff;
    height: 44px; padding: 0 15px;
    border-radius: 8px;
    font-size: 16px;
    width: 80%;
}
.widget-info img{
 max-height: 60px;
}
.subscribe-form button {
    height: 44px; padding: 0 15px;
    border-radius: 8px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #7F56D9;
    background: #3E1188;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-left: -9px;
    top: 0; position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
}
.subscribe-form button:hover{
 background: #fff;
    color: #3E1188;
    border-color: #fff;
}
.subscribe-form { position: relative;
}
.widget-info .subscribe-form {
    margin-bottom: 25px;
}

.footer-copyright p {
    margin: 0;
    font-size: 16px;
    font-weight: 400; line-height: 24px;
    color: #D6BBFB;
}

.footer-copyright { padding: 45px 0 13px;
};
}
.card-item span a:hover{
    background: #3E1188;
}
.card-item span.price {
    color: #070F1D;
    font-size: 20px;
    font-weight: 700; line-height: 23px;
}
.card-item span.price sub {
    color: #8D9092;
    font-size: 14px;
    font-weight: 500; line-height: 23px;
    margin-left: 5px;
}
.card-info {
    background-image: url(/assets/uploads/filler1.png); padding-top: 50px;
    background-position: 54% 35%;
    margin-top: -29px;
    background-repeat: no-repeat;
    min-height: 209px;
}
.card-item + .card-item {
    margin-top: 15px;
}
.card price {
    font-size: 28px;
    font-weight: 700; line-height: 25px;
    color: #5030B8;
}
.section-title{
    margin-bottom: 30px;
}
.section-title h2 {
    color: #070F1D;
    font-size: 38px;
    font-weight: 500; line-height: normal;
    font-family: Oswald;
}

.section-title h2 span {
    color: #472183;
}
.section-padding { padding: 80px 0;
}
/*====================================================================
09. Choose
====================================================================*/
.choose-section {
    background: #FFFCEC;
}
.choose-info h2 span {
    color: #3E1188;
}

.choose-info h2 {
    color: #070F1D;
    font-size: 42px;
    font-weight: 500; line-height: normal;
    text-transform: capitalize;
    margin-top: -7px;
    margin-bottom: 2px;
}
.choose-info p {
    color: #283841;
    font-size: 16px;
    font-weight: 300; line-height: 26px;
    letter-spacing: 0.96px;
    text-transform: capitalize;
    margin: 0;
}
ul.list-wrap li { position: relative;
    color: #3E1188;
    font-size: 16px;
    font-weight: 700; line-height: normal;
    letter-spacing: 0.96px;
    text-transform: capitalize; padding-left: 38px;
}

ul.list-wrap li + li {
    margin-top: 15px;
}

ul.list-wrap li:before {
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%; position: absolute;
    transform: rotate(45deg) translateY(-50%);
    background: #3E1188;
}

.choose-info-gap {
    margin: 34px 0 46px;
}
/*====================================================================
10. Tranding
====================================================================*/
.tranding-info h2 {
    color: #070F1D;
    font-size: 42px;
    font-weight: 500; line-height: normal;
    text-transform: capitalize;
    margin-bottom: 1px;
}
.tranding-info h2 span{
    color: #3E1188;
}
.tranding-info p {
    color: #283841;
    font-size: 18px;
    font-weight: 300; line-height: 26px;
    letter-spacing: 1.08px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.tranding-item {
    border-radius: 20px;
    overflow: hidden; position: relative;
    background-size: cover;
    background-position: center;
    height: 477px;
}
.tranding-location { position: absolute;
    top: 27px;
    left: 27px;
}
.tranding-location span{
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}
.tranding-img{
    width: 100%;
}
.tranding-video-icon { position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
a.popup-youtube {
    transition: all .3s ease-in-out;
    color: #fff;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.popup-youtube span{
    font-size: 34px;
}
a.popup-youtube:hover{
    opacity: .6;
}
 

.wavy{
  background: linear-gradient(to right, #E13030, #C22A6D, #7F2AA6, #5030B8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; 
}


.modal-gradi .modal-content,.modal-darky .modal-content {
    
    border-radius: 10px;
    border: none;
}
.modal-gradi .modal-content {
    background: linear-gradient(to right, #ff3131, #CD0960, #81058D);
}
.modal-darky .modal-content{
    background-color: #4C1B9C;
}
#callbackModal{
    color:#fff;
}

.modal-gradi .modal-header {
    border-bottom: none;
}

.modal-gradi .modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.modal-gradi .modal-body { padding: 20px;
}

.modal-gradi .form-control {
    border-radius: 5px;
}

.modal-gradi .btn-primary {
    background-color: #ffcc00;
    border: none;
    font-weight: bold;
    color: #81058D;
    transition: 0.3s ease-in-out;
}

.modal-gradi .btn-primary:hover {
    background-color: #ffaa00;
    color: #81058D;
}

.modal-gradi .btn-close {
    filter: invert(1); /* Makes close button white */
}


.object-cover {
    object-fit: cover;
    height: 100%;
}

 
.modal-fullscreen .modal-body {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center; padding: 0;
}

#roomDetailImages .carousel-caption {
    bottom: 0;
    background: rgba(62, 17, 136,0.2);
    padding: 0 1rem;
    width: 100%;
    left: 0;
    right: 0;
}
#roomDet .see-more{
    display:none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(62, 17, 136, 0.5);
  border-radius: 50%;
  width: 2.5rem;      
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 50% 50%; 
}
#dealCarousel {
     width: 95% 
    height: 100vh;
    display: flex;
    flex-direction: column; position: relative;
}

.carousel-item.s1 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.carousel-item.s1.active,
.carousel-item.s1.carousel-item-next,
.carousel-item.s1.carousel-item-prev {
    display: flex !important;  
}

 
.carousel-item.s1 img {
    max-height: calc(100vh - 100px);  
    width: auto;
    object-fit: contain;
    margin-bottom: 1rem;
}

 
.s1 .caption {
    color: #fff;
    font-size: 1rem;
    text-align: center; padding: 0 1rem;
}

 
#carouselCounter { position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    z-index: 10;
}

 
 
.custom-outside-control { position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%; padding: 0.75rem;
}

.carousel-control-prev.custom-outside-control {
    left: 1rem;
}

.carousel-control-next.custom-outside-control {
    right: 1rem;
}

 
.carousel-counter { position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    color: white;
    z-index: 10;
    font-size: 1rem;
}


 
#premier .reservation-box {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px; padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
   
    transition: box-shadow 0.3s ease;
}

#premier .reservation-box:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Heading and Price */
#premier .reservation-box h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

#premier .reservation-box small {
    font-size: 0.85rem;
    color: #888;
}

/* Date/Guest Box */
#premier .reservation-box .date-box {
    border: 1px solid #ddd;
    border-radius: 8px; padding: 16px;
    margin-bottom: 1rem;
}

#premier .reservation-box .date-box hr {
    margin: 12px 0;
}

#premier .reservation-box strong {
    font-weight: 600;
}

/* Fee list */
#premier .reservation-box ul {
    margin: 0; padding: 0;
}

#premier .reservation-box ul li { padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
}

#premier .reservation-box ul li:last-child {
    font-weight: 600;
    border: none;
}

/* Button */
#premier .reservation-box .btn-danger {
    font-weight: 600; padding: 0.75rem;
}

#premier .reservation-box .btn-danger:hover {
    background: linear-gradient(90deg, #d70466, #a1035c);
}

 

#premier {
    font-size: 1.05rem;
    color: #333; line-height: 1.6;
}

#premier h1 {
    font-size: 2em;
    font-weight: 600;
    color: #222; line-height: 1;
}

#premier .subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

#premier .rating {
    font-weight: 600;
    color: #444;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 1rem;
}

#premier .host-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1rem 0;
 
    color: #555;
}

#premier .host-info img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ccc;
}

#premier .features {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; padding: 1.25rem 0;
    margin: 1rem 0;
}

#premier .feature {
    margin-bottom: 1rem;
}

#premier .feature strong {
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
    color: #222;
}

#premier .feature small {
    color: #777;
     
}

#premier .about {
    margin-top: 2rem;
}

#premier .about h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

#premier .about p {
    color: #555;
    font-size: 1rem; line-height: 1.7;
}

.popular-facilities { padding: 1rem 0;
}

.facility-box {
    border: 1px solid #ddd;
    border-radius: 10px; padding: 0.60rem 1rem;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.facility-box:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.facility-icon {
    font-size: 1.1rem;
    color: #333;
}

.facility-text {
    white-space: nowrap;
}
.nearby h4 {
    font-weight: 600;
    font-size: 1.25rem;
}

.nearby ul.list-unstyled li {
    background: #f9f9f9; padding: 0.75rem 1rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.custom-radio {
  position: relative;
}


.custom-radio input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
     left: -999999999px;
}


.custom-radio label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}

 
.custom-radio label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

 
.custom-radio input:checked + label::before {
  border-color: #E91E63;
}

 
.custom-radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}

.custom-radio input:checked + label::after {
  background-color: #E91E63;
}

.custom-radio.top label::before {
  top: 0;
  transform: none;
}

.custom-radio.top label::after {
      top: 10px;
}

 .custom-check {
  position: relative;
}

.custom-check input {
   opacity: 0; position: absolute;
    left: -999999999px;
}

.custom-check label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
}
.custom-check.small label{
    font-size: 14px;
}
.custom-check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #d1d6ee;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}
.custom-check.small label::before {
    top:0;
}
.custom-check label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid #E91E63;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.custom-check.small label::after{
     top: 3px;
}


.custom-check input:hover + label::before {
  border-width: 1px;
  border-color: #bbc1e1;
}


.custom-check input:checked + label::before {
  border-width: 2px;
  border-color: #E91E63;
}
 

.custom-check input:checked + label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

 .custom-check.form-control:not(.is-invalid){
    padding:0;
    border:none;
  }


.custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #d1d6ee;
  border-radius: 3px;
  outline: none;
  transition: background 0.2s;
  cursor: pointer;
  margin: 8px 0;
}

 
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E91E63;
  border: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #E91E63;
  transition: transform 0.2s ease;
  cursor: pointer;
  margin-top: -3px;  
}

.custom-range:hover::-webkit-slider-thumb {
  transform: scale(1.1);
}

 
.custom-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E91E63;
  border: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #E91E63;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.custom-range:hover::-moz-range-thumb {
  transform: scale(1.1);
}

 
.custom-range::-moz-range-track {
  height: 6px;
  background: #d1d6ee;
  border-radius: 3px;
}

.btn.btn-ghost{
    color: #81058D;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: transparent;
    border-color: #81058D;
}
.darky .btn.btn-ghost{
    color: #fff;
    border-color: #fff;
}
.btn-ghost.invert{
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.btn.btn-primary {
  background-color: #5030B8;
  border-color: #5030B8;
  color: #fff;
  transition: all 0.2s ease;
}

.btn.btn-primary:hover {
  background-color: #4529A0; /* Slightly darker for hover */
  border-color: #4529A0;
  color: #fff;
}

.btn.btn-primary:focus {
  outline: none;
  transform: translateY(1px);
}

.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #3A2688; /* Even darker on active */
  border-color: #3A2688;
  transform: translateY(2px);
  color: #fff;
}

.btn.btn-primary:disabled,
.btn.btn-primary.disabled {
  background-color: #5030B8;
  border-color: #5030B8;
  opacity: 0.55;
  pointer-events: none;
  color: #fff;
}



.btn.btn-red {
  background-color: #E91E63;
  border-color: #E91E63;
  color: #fff;
}

.btn.btn-red:hover {
  background-color: #D81B60; /* Slightly darker for hover */
  border-color: #D81B60;
  color: #fff;
}

.btn.btn-red:focus {
 
  outline: none;
  transform: translateY(1px);
}

.btn.btn-red:active,
.btn.btn-red.active {
  background-color: #C2185B; /* Deeper pink for active */
  border-color: #C2185B;
  transform: translateY(2px);
  color: #fff;
}

.btn.btn-red:disabled,
.btn.btn-red.disabled {
  opacity: 0.6;
  background-color: #E91E63;
  border-color: #E91E63;
  color: #fff;
  pointer-events: none;
}

.btn.btn-sm{
   border-radius: 8px;
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
   padding: 6px 16px;
}
 
/*search hotel bar */

      
.search-form {
  background-color: #3E1188;
  border-radius: 23px;
  padding: 10px 15px;
  color: white;
  line-height: 1.6
}
      
.search-section {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background-color: #4C1B9C;
  padding: 10px 15px;
  margin: 6px;
  height: 65px;
  position: relative;
}

.date-section {
  padding: 10px 20px;
  cursor: pointer;
}

.date-divider {
  width: 1px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 0 5px;
}

.check-date-container {
  flex: 1;
}

.date-value {
  font-size: 22px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
}

.date-suffix {
  font-size: 14px;
  font-weight: 400;
}
      
.search-input {
  border: none;
  padding: 2px 0;
  font-size: 15px;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  color: white;
  text-transform: capitalize;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
      
.search-label {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
      
.search-btn {
  background: linear-gradient(to right, #F44336, #E91E63);
/*  background: linear-gradient(to right, #F44336, #81058D);*/
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 6px;
}
.search-input:placeholder-shown ~ .clear-input-btn{
    display:none;
}
.darky.daterangepicker {
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
  border: none;
  padding: 16px;
  z-index: 1000 !important;
  background-color: #4C1B9C;
  color: white;
  margin-top: 7px;
}
      
.darky.daterangepicker .calendar-table {
  border: none;
  background-color: #4C1B9C;
}

.darky.daterangepicker .calendar-table th,
.darky.daterangepicker .calendar-table td {
  color: white;
}
    
.darky.daterangepicker td.available:hover {
  background-color: #6B2AD5;
  border-color: transparent;
}     
.darky.daterangepicker .calendar-table td.active, 
.darky.daterangepicker .calendar-table td.active:hover {
  background-color: #E91E63;
  color: #fff;
}
      
.darky.daterangepicker td.in-range {
  background-color: #6B2AD5;
  color: #fff;
}
      
.darky.daterangepicker .drp-buttons {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
      
.darky.daterangepicker .drp-selected {
  font-weight: normal;
  font-size: 14px;
  color: white;
}
      
.darky.daterangepicker .calendar-table .next,
.darky.daterangepicker .calendar-table .prev {
  position: relative;
}

.darky.daterangepicker .calendar-table .next:after,
.darky.daterangepicker .calendar-table .prev:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  top: 15px;
}

.darky.daterangepicker .calendar-table .prev:after {
  left: 18px;
  transform: rotate(-135deg);
}

.darky.daterangepicker .calendar-table .next:after {
  right: 18px;
  transform: rotate(45deg);
}

.darky.daterangepicker .calendar-table .next span,
.darky.daterangepicker .calendar-table .prev span {
  display: none;
}
      
.darky.daterangepicker th.month {
  font-weight: 600;
  color: white;
}
      
.darky.daterangepicker td.start-date {
  border-radius: 35px 0 0 35px;
}
      
.darky.daterangepicker td.end-date {
  border-radius: 0 35px 35px 0;
}
.darky.daterangepicker td.start-date,
.darky.daterangepicker td.end-date{
     background-color: #E91E63;
  color: #fff;   
}

      
.darky.daterangepicker .drp-buttons .btn {
  /* border-radius: 24px; */
  /* padding: 6px 16px; */
  /* font-weight: 500; */
}
      
.darky.daterangepicker .drp-buttons .btn.btn-primary {
  background-color: #E91E63;
  border-color: #E91E63;
  color: white;
}
      
.darky.daterangepicker .drp-buttons .btn.btn-default {
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.darky.daterangepicker td {
  width: 42px;
  height: 42px;
  font-size: 16px;
  /* border-color: #999; */
}

.darky.daterangepicker  .calendar-table .disabled {
  color: rgba(255, 255, 255, 0.3); 
}




.guests-dropdown {
  position: absolute;
  top: 100%;
  right: 120px;
  background-color: #4C1B9C;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  width: 350px;
  padding: 24px;
  z-index: 111001;
  display: none;
  margin-top: -8px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.guest-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.guest-type {
  font-weight: 600;
  font-size: 16px;
  color: white;
}

.guest-age {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-top: 4px;
}

.guest-counter {
  display: flex;
  align-items: center;
  gap: 16px;
}

.counter-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  padding: 0;
}

.counter-btn:disabled {
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.15);
}

.counter-value {
  font-size: 16px;
  min-width: 24px;
  text-align: center;
  color: white;
}

.divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 16px 0;
}

.child-age-row {
  margin-top: 12px;
  padding-left: 20px;
}

.child-age-text {
  font-size: 14px;
  color: white;
  margin-bottom: 8px;
}

.child-age-dropdown {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #4C1B9C;
  font-size: 14px;
  color: white;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.child-age-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 16px;
}

@media (max-width: 768px) {
  .search-form {
    flex-direction: column;
    /* padding: 10px; */
  }
  
  .search-section {
    width: 100%;
    margin: 4px 0;
  }
  
  .guests-dropdown {
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
    top: 78%;
  }
  .overflow-y-hidden-mob{
    overflow-y: hidden;
  }
  .darky.daterangepicker{
    margin-top: 0px;
    border-radius: 0px;
  }
  .daterangepicker .left+.right~.drp-buttons {
    margin-bottom:80px;
  }
}

  .autocomplete-results { position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 432px;
    overflow-y: auto;
    background-color: #4C1B9C;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    margin-top: 8px;
    /* padding: 8px 0; */
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: none;
  }
  .autocomplete-results:empty{
    visibility:hidden;
}
  
  .autocomplete-results .result-group {
    margin-bottom: 8px;
  }
  
   .autocomplete-results .result-group:last-child {
    margin-bottom: 0;
  }
  
   .autocomplete-results .autocomplete-item {
    display: flex;
    align-items: center; padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: white;
    border-bottom: 1px solid rgba(62, 17, 136, 1);
  }
  
  .autocomplete-results .autocomplete-item:hover,  .autocomplete-results .autocomplete-item.highlighted {
    background-color: #5B2CAA;
  }
  
   .autocomplete-results .item-icon {
    font-size: 16px;
    width: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 12px;
    text-align: center;
  }
  
   .autocomplete-results .item-details {
    flex: 1;
  }
  
   .autocomplete-results .item-name {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px;
  }
  
   .autocomplete-results .item-location {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }
  
   .autocomplete-results .highlight {
    font-weight: 700;
    color: #FF385C;
  }

 
.autocomplete-results{
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.55) transparent;
  padding-right:4px;
}
@supports (scrollbar-gutter: stable){
  .autocomplete-results{scrollbar-gutter:stable both-edges}
}

 
.autocomplete-results::-webkit-scrollbar{width:8px}
.autocomplete-results::-webkit-scrollbar-track{background:transparent;margin:4px}
.autocomplete-results::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.55);
  border-radius:8px;
  border:2px solid transparent;  
  background-clip:padding-box;
}
.autocomplete-results::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.75)}
.autocomplete-results::-webkit-scrollbar-corner{background:transparent}

.clear-input-btn { 
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px; padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 5;
  }
  
  .clear-input-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
  
  .search-section { position: relative;
  }

.card .on-expanded{
    display:none;
}
.card .ratio{
    cursor: pointer;
}
 .ratio-65{
     --bs-aspect-ratio: 65%;
}
.yelo {
    color: #c05621;
    background-color: #fcf8e3;
    border-color: #c05621;
}
.spinner:not(.d-none) ~*{
    display:none;
}
button:not(:disabled) .hold, button:disabled .go {
    display:none;
}
.results-block[data-mode="loading"] .radio-row:not(.loading-result),
.results-block[data-mode="error"] .radio-row:not(.no-result),
.results-block[data-mode="done"] .radio-row:not(.the-result),
.results-block[data-mode="pre"] .radio-row:not(.pre-result),
form:not([data-status="done"]) .on-done,
form[data-status="done"] .off-done {
  display: none;
}
form[data-status="done"] 
/* hotels */
 .sidebar {
      background-color: #fff;
     /* border-right: 1px solid rgba(0,0,0,0.1);*/
      height: 100%;
       box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }
    
    .filter-section {
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
    
    .range-slider {
      width: 100%;
    }
    
    .price-range-labels {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
    }
    
    .price-btn {
      font-size: 0.8rem;
      padding: 3px 8px;
      margin: 2px;
      border: 1px solid #ddd;
      border-radius: 4px;
      background-color: white;
    }
    
    .hotel-card {
      border-radius: 8px;
      transition: transform 0.2s;
    }
    
    .hotel-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    
.img-wrapper {
  aspect-ratio: 4/3;  
  width: 100%;
  overflow: hidden;
  display: block;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

    
    .badge.bg-danger, .btn-danger {
      background-color: #fd5461 !important;
      border-color: #fd5461 !important;
    }
    
    .text-primary {
      color: #492cb2 !important;
    }
    
    .map-thumbnail {
      height: 120px;
      background-color: #f5f5f5;
      border-radius: 8px;
      overflow: hidden;
    }
    
    .badge.bg-white {
      background-color: white !important;
    }
    
    .badge.text-danger {
      color: #fd5461 !important;
    }
    
    .border-danger {
      border-color: #fd5461 !important;
    }
    
    .results-header {
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
    
    @media (max-width: 991.98px) {
      .sidebar {
        height: auto;
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 20px;
      }
    }



 .card[class*="hide"], .filter-section.has-more:not(.all) li:nth-child(n+6),
 .filter-section.all p span:last-child, .filter-section:not(.all) p span:first-child {
    display: none!important;
 }
 .unfold{
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    text-decoration-thickness: 0.06rem;
    cursor: pointer;
 }
    
     .form-control, .form-select {
            padding: 0.75rem;
            transition: all 0.2s ease;
        }
         
.alert {
        border: none; 
        /*
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-width: 2px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; */
}
.form-control:focus, .form-select:focus {
    border-color: #c6d0f5;
    box-shadow: none;
}

section.card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

section .card-header {
    background: white;
    border-bottom: 1px solid #f3f4f6;
    border-radius: 16px 16px 0 0 !important; padding: 1.2rem;
}

section.card  .section-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}
.form-label {
    font-weight: 500;
    color: #374151;
}
 
.alert-info {
            background-color: #dbeafe;
            color: #1e40af;
        }
        

 /* 
        .summary-card {
            position: sticky;
            top: 2rem;
        }

        */


.bg-success-subtle{
    background-color: #ecfdf5 !important;

}
.save-outline{
    border-color: #10b981 !important;
    color: #10b981 !important;
}
input::placeholder,textarea::placeholder {
    font-size: 0.9rem;
}

.custom-input, .input-wrap {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
    height: auto;
    border-width: 1px!important; 
}

.custom-input:-webkit-autofill,
.custom-input:-webkit-autofill:hover,
.custom-input:-webkit-autofill:focus,
.custom-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #212529 !important;
    /*
    border: 1px solid #dee2e6 !important;
    border-radius: 12px !important;
    */
}

/* For phone container */
.phone-container input:-webkit-autofill,
.phone-container input:-webkit-autofill:hover,
.phone-container input:-webkit-autofill:focus,
.phone-container input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #212529 !important;
   /* border: none !important;*/
}




.floating-label { position: absolute;
    top: -13px;
    left: 12px;
    background: white; padding: 0 0.5rem;
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 500;
}
 .form-floating > .form-control:focus ~ label,
        .form-floating > .form-control:not(:placeholder-shown) ~ label {
            opacity: 1;
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            color: #6c757d;
        }
        
        .form-floating > label {
            color: #adb5bd;
        }
        
        .required-asterisk {
            color: #dc3545;
        }
        
        .custom-input:focus {
            box-shadow: 0 0 0 0.1rem rgba(102, 126, 234, 0.15) !important;
            outline: none;
        }
        
        .form-select.custom-input:focus {
            border-color: #667eea !important;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15) !important;
            outline: none;
        }



        .payment-option {
            border: 1px solid #e9ecef;
            border-radius: 12px;
            padding: 1rem;
            margin-bottom: 0.75rem;
            cursor: pointer;
            transition: all 0.2s ease;
            background: white;
            min-height: 60px;
            display: flex;
            align-items: center;
        }
        
        .payment-option:hover {
            border-color: #c6d0f5;
            background-color: #fafbff;
        }
        
        .payment-option.selected {
            border-color: #667eea;
            background-color: #fafbff;
            box-shadow: 0 0 0 0.5px #667eea;
        }

         .payment-icon {
            font-size: 1.5rem;
            margin-right: 0.75rem;
            width: 32px;
            text-align: center;
        }
        
        .paypal-icon {
            color: #0070ba;
        }
        
        .apple-pay-icon {
            color: #000000;
        }
        
        .card-icons {
            display: flex;
            gap: 0.75rem;
            margin-top: 0.75rem;
            margin-left: 3rem;
        }
        
        .card-icon {
            font-size: 1.5rem;
        }
        
        .visa-icon {
            color: #1a1f71;
        }
        
        .mastercard-icon {
            color: #eb001b;
        }
        
        .amex-icon {
            color: #006fcf;
        }
        
        .discover-icon {
            color: #ff6000;
        }
.hidden{ 
    position: absolute !important;
    left: -9999999px !important;
}

.promo-toggle:not(.open) {
    border-bottom: 1px solid #dee2e6;
}

.promo-toggle:not(.open) + .promo-input-section {
     position: absolute !important;
    left: -9999999px !important;
}

.promo-toggle:not(.open) .fa-chevron-up {
    display: none;
}

.promo-toggle.open .fa-chevron-down {
    display: none;
}


#countryDropdown{
    height: 100%;
    padding-right: 0;
    padding-left: 1rem;
}
 
#countryDropdown::after{
    margin-top: -3px;
    margin-left: 0;
}
.link,.content-pages a:not(.btn){
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    cursor: pointer;
}
.pill{
    border: 1px solid #ddd;
    border-radius: 10px; padding: 0.1rem 0.5rem;
    font-size: 14px;
}
header a{
    text-decoration:none;
}


/* login */
.fancypage{
   background: linear-gradient(135deg, #ff3131 0%, #CD0960 50%, #81058D 100%); 
  /*  background: linear-gradient(to right, #81058D, #3E1188);
    border-color: #81058D;
    */
}

.login-container {
    min-height: 100vh;
    padding: 2rem 0;
}

.login-card {
  
    color: #666666;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
   
    animation: fadeIn 0.5s ease-in;
}
.login-container .login-card {
      background: linear-gradient(135deg, #ff3131 0%, #CD0960 50%, #81058D 100%);
     border-radius: 24px;
    box-shadow: 0 20px 60px rgba(225, 10, 0, 0.3), 0 8px 20px rgba(129, 5, 141, 0.2);
     background: #fff;
   
    
}
.login-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.1); */
    pointer-events: none;
}
 
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.login-container img {
    height: 70px;
    filter: brightness(0) invert(1);
}


/* end login */
/* my account */
.stat-card.total { border-left: 4px solid #667eea; }
        .stat-card.confirmed { border-left: 4px solid #51cf66; }
        .stat-card.pending { border-left: 4px solid #ffd43b; }
        .stat-card.cancelled { border-left: 4px solid #ff6b6b; }

.nav-tabs[data-tablen="1"] .nav-link{
    border: 0;border-color: transparent;box-shadow: none;
}
.responsive-stacked {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    overflow: hidden;
}

/* Default: 2 tabs side by side */
.responsive-stacked .nav-item {
    flex: 0 0 50%;
    border-right: 1px solid #dee2e6;
    border-bottom: none;
    margin: 0;
}

.responsive-stacked .nav-item:last-child {
    border-right: none;
}

/* Stack vertically when more than 2 tabs */
.responsive-stacked[data-tablen="3"] .nav-item,
.responsive-stacked[data-tablen="4"] .nav-item,
.responsive-stacked[data-tablen="5"] .nav-item,
.responsive-stacked[data-tablen="6"] .nav-item {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
}

.responsive-stacked[data-tablen="3"] .nav-item:last-child,
.responsive-stacked[data-tablen="4"] .nav-item:last-child,
.responsive-stacked[data-tablen="5"] .nav-item:last-child,
.responsive-stacked[data-tablen="6"] .nav-item:last-child {
    border-bottom: none;
}

.responsive-stacked .nav-item .nav-link {
    border: none;
    border-radius: 0;
    margin: 0;
    white-space: normal;
    text-align: center;
    padding: 12px 16px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.2;
    width: 100%;
}

.responsive-stacked .nav-item .nav-link:hover {
    border: none;
    background-color: #f8f9fa;
}
.responsive-stacked .nav-item .nav-link.active{
        color: #c05621;
    background-color: #fcf8e3;
}

 
@media (max-width: 576px) {
    .responsive-stacked .nav-item {
        flex: 0 0 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #dee2e6 !important;
    }
    
    .responsive-stacked .nav-item:last-child {
        border-bottom: none !important;
    }
    
    .responsive-stacked .nav-item .nav-link {
        padding: 14px 16px;
        font-size: 0.9rem;
    }
    .header-area .user-dropdown .dropdown-toggle {
     
     t-size: 14px;  
     }
}

.header-area .user-dropdown .dropdown-toggle {
    gap:3px
     
}

.header-area .user-dropdown .dropdown-toggle:hover {
    color: white;
    opacity: 0.8;
}

.header-area .user-dropdown .dropdown-toggle:focus {
    box-shadow: none;
    color: white;
}

 


.header-area .user-dropdown .dropdown-toggle[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

.header-area .dropdown .dropdown-menu {
    background: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 12px 0;
    margin-top: 12px;
    min-width: 180px;
}

.header-area .dropdown .dropdown-item {
    color: #333;
    padding: 12px 20px;
    font-size: 14px;
    border: none;
    background: none;
    transition: background-color 0.15s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-area .dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #333;
}

.header-area .dropdown .dropdown-item i {
    width: 16px;
    color: #666;
}

.header-area .dropdown .dropdown-divider {
    margin: 8px 0;
    opacity: 0.2;
}

#paypal-button:not(.d-none)~button{
    display:none;
}
.content-pages h1 {
  font-size: 3rem;
  padding: 3rem 0 2rem;
  line-height: 1.2;
}
.content-pages b{
     font-weight:600;
}
.content-pages h2,.content-pages h2 * {
  font-size: 1.45rem;
    font-weight:600;
}
.content-pages h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.content-pages h4 {
  font-size: 1rem;
  font-weight: 600;
}
.badge-voya {
    background-color: rgba(138, 0, 255, 0.1);
    color: #8a00ff;
    font-size: 0.8rem !important;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 0.4rem 0.6rem;
    display: inline-block;
}


.offcanvas.mobile-nav {
  background-color: #3E1188; 
  color: #fff;
  border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
   max-width: 320px;
  margin-top: 0;
  width: 80%;
}
.offcanvas.mobile-nav .offcanvas-header{
}


.mobile-nav-section-title {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}


.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.45rem 0.75rem;
  margin-bottom: 0.2rem;
  border-radius: 999px; 
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 500;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.08s ease;
}

.mobile-nav-link i {
  font-size: 1.1rem;
  opacity: 0.9;
}


.mobile-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transform: translateX(2px);
  color: #ffffff;
}


.mobile-nav-link.active {
  background-color: #ffffff;
  color: #3E1188;
}

.mobile-nav-link.active i {
  color: #3E1188;
}


.mobile-logout-link {
  margin-top: 0.6rem;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
}

.mobile-logout-link:hover {
  background-color: transparent;
  color: #ffffff;
}
.offcanvas-header img{
max-height: 32px;
}


.skip-link {
  position:absolute; left:-9999px;
}
.skip-link:focus {
  left:0; top:0; padding:.5rem; background:#fff; outline:2px solid;
}


/* global utils */

body.member .member-out,
body:not(.member) .member-in{
    display:none;
}
.top-auto {
  top: auto !important;
}
.bottom-auto {
  top: auto !important;
}
/* end global utils */


