@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
  font-family: "Mulish", serif;
  font-style: normal;
}
a{
  text-decoration: none !important;
}
img{
  width: 100%;
  height: 100%;
}
:root{
  --brand-black-dark: #333333;
  --brand-black-rgb: 33, 34, 33;
  --brand-blue-main: #29499A;
}
/* .header {
  background-color: #0d1b2a;
  color: #fff;
  padding: 10px 20px;
} */
 .dotts{
  color: #000;
 }
.header {
  background-color: #fff;
  color: #0d1b2a;
  padding: 20px 20px;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  transition: width 0.4s ease;
  width: 70px;
  overflow: hidden;
  border-radius: 20px;
  /* background: #009ee321; */
}

.search-input {
  width: 0;
  opacity: 0;
  /* padding: 8px 15px; */
  border-radius: 20px;
  border: none;
  outline: none;
  background: transparent;
  transition: all 0.4s ease;
  flex: 1;
}

.search-bar.expanded {
  width: 220px; /* adjust as needed */
}

.search-bar.expanded .search-input {
  width: 100%;
  opacity: 1;
  background: #009ee321;
}

.search-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  font-size: 18px;
}

.cater{
  background-color: rgba(180, 193, 199, 0.12)  !important;
}
.navbar-nav .nav-item {
  margin-right: 15px;
}

.nav-link {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  color: #000;
}

.nave_color {
  /* background-color: #132738; */
  /* background-color: #cb3502 ; */
}

.insider_drop{
  display: flex;
}
.navbar-brand{
  display: none;
}
/* Dropdowns on hover for large screens */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 790px){
  .insider_drop{
      display: flex;
      flex-direction: column;
    }
    .navbar-brand{
      display:block;
    }
    .dropdown-menu{
      width: 100% !important;
    }
    .prepare{
      padding: 0;
    }
    .logo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .press_header{  
        justify-content: center !important;
        align-items: center;
        padding-top: 10px;
    }
    .layie{
      display: none !important;
    }
    .mega-menu .mega-menu-content{
      position: relative !important;
    }

.setups {
    position: relative !important;
    left: 15px;
    /* z-index: 9999; */
    /* font-size: 60px; */
    top: 0px !important;
    width: 90% !important;
    /* margin-bottom: 80px; */
}


}
.nachel{
  flex-wrap: wrap;
}
.dropdown-menu{
  height: 500px;
  overflow-y: auto;
  width: 500px;
}


.mega-menu .mega-menu-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.list-unstyled{
  height: 200px;
  overflow-y: auto;
}
.mega-menu:hover .mega-menu-content {
  opacity: 1;
  visibility: visible;
}

.mega-menu .row {
  margin: 0;
}

.mega-menu .col-md-4 {
  padding: 10px;
}

.mega-menu h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
}

.mega-menu ul li {
  margin-bottom: 5px;
}

.mega-menu ul li a {
  color: #000;
  text-decoration: none;
}

.mega-menu ul li a:hover {
  color: #007bff;
}
.mega-menu-backdrop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 999; /* Ensure it appears behind the dropdown */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(203 53 2);
}
.mega-menu:hover .mega-menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.sign-in.dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.else_prese {
    background: #d9ebff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* //////////////Header Ends///////////// */

/* //////////////Banner Starts///////////// */
/* //////////////Banner Ends///////////// */


/* //////////////Cards Starts///////////// */
.inner_car_ig{
  height: 120px;
  width: 100%;
}
.inner_car_ig img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.outer_loc{
  position: relative;
  border-radius: 5px;
  background: var(--brand-white);
  box-shadow: 0 2px 10px #0000003b;
  text-align: left;
  height: 100%;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.inner_car_ig {
  position: relative; /* Set relative positioning for the container */
  display: inline-block; /* Ensure it wraps the image correctly */
}
/* 
.inner_car_ig::before {
  content: "";
  position: absolute;
  height: 56px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  background: linear-gradient(
    180deg, 
    rgba(255, 0, 0, 1) 0%, 
    rgba(158, 207, 3, 0.9) 100%
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
} */
.inner_car_txt {
  position: absolute;
  bottom: 25%;
  left: 10%;
  z-index: 2;
}
.type_price {
  background: #fff;
  display: inline-flex;
  padding: 2px 10px;
  border-radius: 5px;
}
.type_xtxt{
  font-weight: bold;
  margin: 0;
}
.type_date p{ 
  color: #fff;
  font-weight: normal;
  margin: 0;
}
.outer_car_txt h2{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  width: 100%;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 30px;
  text-overflow: ellipsis;
  padding: 5px;
}

/* Scrollable Slider */
/* Wrapper for Scrollable Section */
.scrollable-slider {
  /* display: flex; */
  overflow-x: auto; /* Enable horizontal scrolling */
  gap: 10px; /* Adjust spacing between cards */
  padding: 10px;
  scroll-snap-type: x mandatory;
}

/* Hide Scrollbar */
.scrollable-slider::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari */
}

.scrollable-slider {
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

/* Card Styling */
.outer_loc {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 200px;
  border-radius: 10px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-left: 15px;
  /* padding: 0; */
}

.crd_btn {
  min-width: 250px;
  margin-inline: auto;
  background-color: #ffd801;
  padding: 10px 0px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none;
}
._btn {
  width: 100%;
  background-color: #fcc100;
  padding: 10px 0px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--brand-black-rgb);
}
/* Adjust for Larger Screens */
@media (min-width: 768px) {
  .scrollable-slider {
    flex-wrap: wrap; /* Cards wrap in rows on larger screens */
    justify-content: center;
  }

  .outer_loc {
    flex: 1 1 calc(33.33% - 20px); /* Three cards per row */
    /* max-width: calc(33.33% - 20px); */
  }
}


/* //////////////Cards Ends///////////// */

/* //////////////Europe Starts///////////// */
.euro_sect{
  position: relative;
}
.world_upper {
  position: absolute;
  top: 10%;
  left: 37%;
  text-align: center;
}
.world_upper_txt h2{
  color: #ffd800;
  font-size: 38px;
  font-weight: 600;
}
.world_upper_txt p{
  color: #daf1f7;
  font-size: 18px;
  font-weight: 400;
}
.sarj_anch {
  background-color: #fff;
  border: 1px solid black;
  text-decoration: none;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.responsive-image {
  width: 100%;
  height: 100%;
}

/* Wrapper Styling for Larger Screens */
.responsive-image-wrapper {
  margin: 0 auto; /* Center the image */
  max-width: 1320px; /* Match the Bootstrap container width */
}

/* Behavior for Smaller Screens */
@media (max-width: 767px) {
  .responsive-image-wrapper {
    margin: 0; /* Remove margins */
    max-width: 100%; /* Full width */
  }
  .compIset{
    display: none !important;
  }
  .nave_color {
    /* background-color: #132738; */
    background-color: #cb3502 ;
} 
.navbar.seltitude {
    background-color: #cb3502 !important;
}
  .navbar.scrolled{
     background-color: #cb3502 !important;
  }
}
@media (max-width: 767px){
  .world_upper_txt h2{
      font-size: 24px;
  } 
  .world_upper_txt p{
      font-size: 14px;
  }
  .world_upper {
      left: 7%;
  }
  .sarj_anch {
      padding: 7px;
      font-size: 11px;
  }
  .seeMA{
    height: 30vh !important;
  }
}

/* //////////////Europe Ends///////////// */

/* //////////////gallery starts///////////// */
#image-slider {
  height: 500px; /* Adjust the height as needed */
}
.long_slide{
  height: 500px !important;
}
/* Make the images fit perfectly */
.splide__slide img {
  width: 100%;      /* Ensure full width */
  height: 100%;     /* Ensure full height */
  object-fit: cover; /* Crop or resize images to fit */
  border-radius: 20px;
}
.inner_gallery_loc {
  height: 240px;
  width: 100%;
}
.gallery_loc {
  width: 100%; 
  position: relative;
}

.type_gallery{
  position: absolute;
  bottom: 5%;
  left: 3%;
  text-align: center;
  width: 100%;
  margin: 0;
  background-color: #fffc;
  width: calc(100% - 10px);
  background: #ffffffcc;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;  
}
.type_gallery p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.gall_place {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.inner_gallery_loc img{
  border-radius: 20px;
}
.inner_gallery_loc::before {
  content: "";
  position: absolute;
  height: 56px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 46%) 100%);
  border-radius: 20px;
}
.d-lg-none {
display: none !important;
}
@media (max-width: 992px) {
.d-lg-none {
    display: block !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
    display: none !important;
}
}
@media (min-width: 768px) {
.scrollable-slider {
  flex-wrap: wrap; /* Cards wrap in rows on larger screens */
  justify-content: center;
}

.outer_loc_dd {
  flex: 1 1 calc(33.33% - 20px); /* Three cards per row */
  max-width: calc(33.33% - 20px);
}
}
.outer_loc_dd {
flex: 0 0 auto;
scroll-snap-align: start;
width: 200px;
border-radius: 10px;
background-color: #f8f8f8;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
overflow: hidden;
margin-left: 15px;
/* padding: 0; */
}
.outer_loc_dd{
position: relative;
border-radius: 5px;
background: var(--brand-white);
box-shadow: 0 2px 10px #0000003b;
text-align: left;
height: 100%;
text-decoration: none;
transition: all .3s ease-in-out;
}
/* .tab-button{
margin: 0 8px;
font-size: 14px;
line-height: 18px;
padding: 10px 20px;
height: 40px;
} */
.button-container{
display: flex;
}
.tab-button {
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
border: 1px solid #ccc;
background-color: #dfe4f0;
width: 100%;
margin: 0 10px 0 0;
border-radius: 5px;
color: #29499a;
transition: background-color 0.3s;
}

.tab-button.active {
background-color: #ffd801; /* Active button will have a yellow background */
}

.tab-button:hover {
background-color: #ffd801;
}

.tab-button:active {
background-color: #ffd801;
}

/* //////////////gallery Ends///////////// */























/* /////////////////custom Slider starts */
#slider,
.slider-wrap,
#intro-slider {
position: absolute;
width: 100%;
height: 150px; /* Reduced height */
right: 0;
}

.slider-wrap {
margin: 0 auto;
position: relative;
perspective: 100px;
height: 100%;
}

#intro-slider {
height: 100%;
width: 100%;
position: absolute;
transform-style: preserve-3d;
bottom: 0;
}

#intro-slider div {
transform-style: preserve-3d;
}

.intro-slide {
position: absolute;
text-align: center;
color: #FFF;
transition: transform 1.2s;
left: 37%;
top: 36%;
opacity: 0;
transform: rotateY(0deg) translate(-90px, -90px); /* Adjusted translation */
width: 25%; /* Reduced width */
padding-top: 40%; /* Adjusted padding */
display: flex;
align-items: center;
background: #fff;
}

#intro-slider .intro-slide:first-child {
z-index: 10 !important;
transform: rotateY(0deg) translate(0px) !important;
opacity: 1;
}

.intro-slide[data-position="2"] {
z-index: 9;
transform: rotateY(0deg) translate(-45px, -45px); /* Adjusted translation */
opacity: 1;
}

.intro-slide[data-position="3"] {
z-index: 8;
transform: rotateY(0deg) translate(-90px, -90px); /* Adjusted translation */
opacity: 1;
}

#slider-next,
#slider-prev {
position: absolute;
top: 52%;
right: 20%;
z-index: 10;
cursor: pointer;
}

#slider-prev {
left: 15px;
transform: rotate(180deg);
}

/* Slider section */
.poster-box::before,
.poster-box::after,
.intro-slide::before,
.intro-slide::after {
content: "";
width: 30px;
height: 30px;
border-left: 2px solid #36D8B1;
border-top: 2px solid #36D8B1;
position: absolute;
top: -8px;
left: -8px;
opacity: 0.5;
transition: 0.5s;
}

.intro-slide::after {
border-left: unset;
border-right: 2px solid #36D8B1;
right: -8px;
left: unset;
}

.poster-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.poster-box::before {
border-top: unset;
border-bottom: 2px solid #36D8B1;
top: unset;
bottom: -16px;
}

.poster-box::after {
border-left: unset;
border-right: 2px solid #36D8B1;
border-top: unset;
border-bottom: 2px solid #36D8B1;
top: unset;
bottom: -16px;
left: unset;
right: -8px;
}

.nft-content-area {
padding: 53px 15px 20px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
}

.nft-content-area h5 {
line-height: 30px;
font-weight: 900;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nft-content-area p {
font-weight: bold;
font-size: 12px;
line-height: 30px;
color: #fff;
}

.slide-overlay {
content: "";
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
box-shadow: -16px 4px 4px rgba(0, 0, 0, 0.25);
transform: matrix(-1, 0, 0, 1, 0, 0);
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
transition: 0.5s;
}

.slide-overlay::before {
content: "";
width: 11px;
height: 80%;
background: linear-gradient(0deg, #E73D3D 0%, #7B61FF 49.48%, #1BFFFF 100%);
position: absolute;
top: 10%;
left: -5.5px;
opacity: 0;
transition: 0.5s;
}

.slide-overlay::after {
content: "";
width: 4px;
height: 80%;
background: linear-gradient(0deg, #E73D3D 0%, #7B61FF 49.48%, #1BFFFF 100%);
position: absolute;
top: 10%;
right: 0px;
opacity: 0;
transition: 0.5s;
}

#intro-slider .intro-slide:first-child .slide-overlay {
background: transparent;
}

#intro-slider .intro-slide:first-child .poster-box::before,
#intro-slider .intro-slide:first-child .poster-box::after,
#intro-slider .intro-slide:first-child::before,
#intro-slider .intro-slide:first-child::after,
#intro-slider .intro-slide:first-child .slide-overlay::after,
#intro-slider .intro-slide:first-child .slide-overlay::before {
opacity: 1;
}

.intro-slide[data-position="2"] {
opacity: 0.8;
}

.intro-slide[data-position="3"] {
opacity: 0.5;
}

.d-flex {
display: flex;
}

.justify-content-between {
justify-content: space-between;
}

.align-items-center {
align-items: center;
}

.flex-column {
flex-direction: column;
}

@media (max-width: 1000px) {
#slider-next,
#slider-prev {
  width: 40px; /* Adjusted size */
  height: 40px; /* Adjusted size */
  right: 6%;
}
#slider,
.slider-wrap,
#intro-slider {
position: absolute;
top: 50%;
}
.intro-slide {
  left: 50%;
}

.poster-box::before,
.poster-box::after,
.intro-slide::before,
.intro-slide::after {
  width: 12px; /* Adjusted size */
  height: 12px; /* Adjusted size */
}
}
.intro-slide img {
width: 70%; /* Adjust the width of the images */
height: auto; /* Maintain the aspect ratio */
margin: 0 auto; /* Center the image horizontally */
display: block; /* Ensure proper alignment */
transition: transform 0.3s ease; /* Add a hover effect if desired */
}

.intro-slide img:hover {
transform: scale(1.05); /* Optional: Slight zoom-in on hover */
}
.custom_title{
  font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 25px;
}
.custom_para{
  color: #494949;
  font-size: 18px;
  line-height: 152%;
}
.custom_tell{
  font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--brand-black-dark);
}
.custom_bot {
  display: flex;
  gap: 20px;
}
.custom_spn{
  font-size: 26px;
  font-weight: 700;
  color: var(--brand-blue-main);
}
.namems{
  display: flex;  
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
/* /////////////////custom Slider ends */



/* /////////////////Travel Starts */
.splide__slide {
  position: relative;
}

.responsive-image-wrapper {
  margin: 0 auto;
  max-width: 1320px;
}

.world_upper {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.world_upper_txt h2 {
    color: #cb3502;
    font-size: 38px;
    font-weight: 600;
}

.world_upper_txt p {
    color: #ef2538;
    font-size: 18px;
    font-weight: 400;
}

.sarj_anch {
  background-color: #fff;
  border: 1px solid black;
  text-decoration: none;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .world_upper {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
  .world_upper_txt h2 {
    font-size: 18px;
  }
  .world_upper_txt p {
    font-size: 14px;
  }
  .sarj_anch {
    padding: 7px;
    font-size: 11px;
  }
}
.travel_upper {
  position: absolute;
  top: 10%;
  left: 40px;
  text-align: left;
  padding: 10px;
}
.travel_upper_txt{
  border-left: 5px solid #ffd801;
  padding: 10px;
}
.abb {
  color: #daf1f7;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.travel_upper_txt h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 35.2px;
  color: #ffd801;
  /* max-width: 50%; */
  margin-bottom: 0;
}
.travel_btn a{
  margin-top: 3rem;
}
/* /////////////////Travel Ends */



/* /////////////////plan starts */
.outer_plan_upper {
  display: flex;
  /* justify-content: space-between; */
  gap: 10px;
}
.outer_plan_img{
  width: 80px;
  height: 80px;
}
.plan_outer {
  border: 1px solid #D8D8D8;
  padding: 10px;
  gap: 10px;
  border-radius: 20px;
}
.upper_type_date {
  display: flex;
  border: 1px solid #fb7d03;
  align-items: center;
  justify-self: center;
  justify-content: space-between;
  /* padding: 2px; */
  border-radius: 2px;
  font-weight: bold;
  color: #fb7d03;
}
.upper_type_date p{
  margin: 0;
  font-size: 10px;
}
.inner_outer_txt {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.plan_type_date i {
  color: #fb7d03;
}
.plan_type_date {
  display: flex;
  align-items: center;
}
.inclusive {
  color: #0a66c2;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0;
}
.outer_car_txt {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}
.outer_car_txt p{
  margin: 0;
  color: #595959;
}
.outer_car_txt span{
  color: #0a66c2;
}
.skit span {
  display: flex;
  justify-content: right;
}
.night {
  border: 1px solid #CFDDFF;
  padding: 5px;
  border-radius: 5px;
}
.expert_link{
  color: #595959;
  font-weight: bold;
}
.scrollable-slider .row {
  display: flex;
  flex-wrap: nowrap; 
  overflow-x: auto;  
  align-items: center; 
}

.plan_outer {
  flex: 0 0 auto; 
  width: 300px; 
  margin-right: 15px;
  box-sizing: border-box;
}
/* /////////////////plan Ends */

/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* Lisst page */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

.accordion-header {
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.accordion-header:hover {
  color: #fb7d03;
}

.accordion-content {
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  max-height: 0;
  opacity: 0;
}

.accordion-content.open {
  display: flex;
  max-height: 100px;
  opacity: 1;
}

#accordion-icon {
  cursor: pointer;
  transition: transform 0.3s;
}
.priice_range {
  border-bottom: 1px solid #bcbcbc;
}
.accordion-content  button {
  background: none;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  color: #3f3f3f;
  padding: 10px;
  border-radius: 5px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* Profile page */
/* /////////////////////////////////////////////////////////////////////////////////////////// */
.ag_prf a{
  color: #000;
}


/* ///////////////////Form Section starts////////////// */
.custom-dropdown {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
.dropdown-header {
    padding: 10px;
    background: #fff;
    font-size: 16px;
}
.dropdown-body {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
}
.dropdown-body .dropdown-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.dropdown-body .dropdown-item:hover {
    background: #f0f0f0;
}

.section-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.form-section {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.btn-primary-custom {
  width: 100%;
  margin-top: 1rem;
}

/* ///////////////////Form Section ends////////////// */


/* Media queries */
@media (max-width: 767px) {
  ._btn {
      width: 148px;
  }
  .custom_spn{
    font-size: 18px;
  }.travel_btn a{
    margin-top:0;
  }
}





















.namesec {
  max-width: 1000px;
  background: #ecddb900;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 30px;
  margin: auto;
}

/* Form Header */
h2 {
  font-family: 'Arial', sans-serif;
  color: #333;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* Input and Select Fields */
.form-control,
.form-select {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: 0px 0px 8px #007bff;
  border-color: #007bff;
}

/* Labels */
.form-label {
  font-weight: bold;
  color: #555;
}

/* Submit Button */
.btn-primary {
    background: linear-gradient(45deg, #cb3502bf, #cb3502);
    border: none;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 1.1rem;
    width: 100%;
    transition: all 0.3s ease;
    font-weight: bold;
}

.btn-primary:hover {
  background: linear-gradient(290deg,  #cb3502bf, #cb3502);
  box-shadow: 0px 4px 10px rgba(0, 123, 255, 0.5);
  transform: translateY(-2px);
}

/* Custom Dropdown */
.custom-dropdown {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  background: #f9f9f9;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.dropdown-header {
  font-weight: bold;
  color: #333;
}

.dropdown-item {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}

.dropdown-item:hover {
  background: #eaeaea;
}

/* Add Shadow to Textarea */
textarea.form-control {
  resize: none;
  border-radius: 10px;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
}

/* Add a gap between form fields */
.mb-3 {
  margin-bottom: 20px !important;
}

/* Stylish Checkboxes */
.form-check-input {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}

/* Shadows for cards */
.plan_outer {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}



/* ////////////////////////////Login Page */
.ashrsy {
  position: absolute;
  right: 10px;
  border: 1px solid #00000036;
  background: #43234633;
  color: #010101;
  border-radius: 20px;
  font-weight: 700;
}
.khadk{
    width: 50%;
    font-size: 1.rem;
    color: rgb(0, 140, 255);
    font-weight: bold;
    cursor: pointer;
    border: none;
}
.fgRbqL {
    position: relative;
    width: 100%;
    /* height: 65.5rem; */
    display: flex;
    border-radius: 0px 0px 50% 50% / 60px;
    overflow: hidden;
}

.fgRbqL::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: url('https://img.freepik.com/free-photo/top-view-camera-with-hat-compass_23-2148315771.jpg?t=st=1769519195~exp=1769522795~hmac=f63adac8827fd310f4deb013b0b0fe236c8c1b1d004887458dda3ba3b5658a9d&w=1480'); */
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    z-index: -1;
}
.cnppKe span {
  font-weight: 900;
}
.cnppKe {
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
  font-weight: 100;
  /* padding: 20px; */
}
.kWdvAD {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  padding-top: .5rem;
}

/* ////////////////////////Options page////////////////////// */
.center-div {
  display: flex;
  justify-content: center; /* Centers the content horizontally */
  align-items: center;     /* Centers the content vertically */
  height: 100vh;           /* Makes the container take up the full viewport height */
}

/* Add the flex properties to ensure that the content inside .column_side is aligned */
.column_side {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image styling to ensure the image is displayed properly */
.column_side img {
  width: 200px;
  display: block;
  margin-bottom: 15px; /* Adds spacing between the image and text */
}

/* Box styling for the .colll and .saul divs */
.colll, .saul {
  border: 1px solid #00000029;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 6px 5px 12px 0px #e66f49;
  text-align: center;
  margin-bottom: 20px; /* Adds space between the two boxes */
}

/* Remove the default text-decoration and style the links */
.column_side a {
  text-decoration: none;
  color: red;
}


/* ///////////////////////Booking confirmation */

.confirss_sect {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  padding: 50px 0;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

/* Container Styling */
.confirss_sect .container {
  max-width: 600px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  color: #333;
}

/* Header Styling */
.confirss_sect h2 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 20px;
}

/* Input Fields */
.confirss_sect .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 0.95rem;
}

.confirss_sect .form-control:focus {
  border-color: #2575fc;
  box-shadow: 0 0 5px rgba(37, 117, 252, 0.5);
  outline: none;
}

/* Labels */
.confirss_sect .form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

/* Button Styling */
.confirss_sect .btn-success {
  background-color: #2575fc;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.confirss_sect .btn-success:hover {
  background-color: #1a5ed1;
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .confirss_sect .container {
      padding: 20px;
  }
.mormal, .lo_ka{
  width: 100% !important;
}
    /* .dropdown_hotels{
    position: relative !important;
} */
  .confirss_sect h2 {
      font-size: 1.5rem;
  }
  .cutPiece{
    width: 100%;
  }
  .sba_center_Sarch{
    border-radius: 5px !important;
  }
}
.calends {
  display: flex;
  justify-content: space-between;
  /* gap: 10px; */
  align-items: center;
}

.city_box{
  display: flex;
  gap: 10px;
  align-items: center;
}
.city_box p {
  margin: 0;
}
.ravet p{
  font-weight: 700;
    font-size: 10px;
    color: #828282;
    line-height: 14px;
    margin-top: 6px;
}
.ravet h4{
  font-size: 12px;
  font-weight: 600;
  color: #828282;
  margin-top: 10px;
  position: relative;
}
.param{
    border: 1px solid #dad8d8;
    border-radius: 5px;
    padding: 10px;

}

/* ////////////////////////////////////Detail Page */
.dus_ghd{

}
.rj_vk{
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
}
.head_txxt h4{
  font-size: 22px;
  font-weight: 800;
}
.mage_vin img {
  border-radius: 10px;
}
.head_incldes{
  background: #fff;
  border-radius: 5px;
  padding: 15px 20px 0 0 ;
}
.head_incldes_left h4{
  font-size: 14px;
    font-weight: 700;
    padding-bottom: 0;
}
.iccn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iccn p{
  font-size: 10px;
  color: #212121;
  display: block;
  white-space: nowrap;
  line-height: 13px;
  font-weight: 600; 
}
.sany_txt p{
  color: #a94c00;
  font-size: 11px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.sonn_rght h4{
  font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}
.ras_radio_btbs{
  position: relative;
  font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
    color: var(--brand-black-dark);
    margin-bottom: 6px;
}
.ras_radio_btbs::before {
  position: absolute;
  left: 2px;
  z-index: 2;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: "";
  background: #0ea7a5;
}
.ras_radio_btbs::after {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  content: "";
    background: var(--brand-white);
    border: 1px solid #0ea7a5;
}

.hazars{
    width: calc(100% - 24px);
    border-radius: 10px;
    background: #fff;
    padding: 16px 30px;
    border: 1px solid #E4E4E4;
    min-height: 377px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.hotel_tags h4{
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-top: 20px;
  padding-bottom: 2px !important;
  margin-bottom: 0 !important;
}

.hotel_tags p{
  font-size: 14px;
    font-style: italic;
    color: #7a7a7a;
    margin-bottom: 20px;
}
.pr_lft {
  display: flex;
}

.reviews-img-wrapper .image-col{
  width: calc(50% - 6px);
    margin-bottom: 10px;
    height: 94px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.reviews-img-wrapper .image-col .background-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  position: absolute;
}
.reviews-img-wrapper .image-col .display-image{
  width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    left: 0;
    right: 0;
    margin: auto;
  position: absolute;
}
.modds_garr{
  height: 260px;
    width: auto;
    max-width: 20%;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    margin: 2px;
    border-radius: 4px;
    cursor: pointer;
}
.mod-sd{
  position: relative;
}
.mod-sd::before {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(149 142 142 / 50%); */
  content: "Click to view all";
  z-index: 1;
  color: #fff;
  top: 40px;
  left: 20px;
}

/* /////////////////////////////Taxi booking */
.car_model {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.loc_stl {
  /* border-right: 2px solid; */
}
.no-form{
  border: none;
  background: none;
}
.no-form-select{
  border: none;
}
.subbs{
  display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}
.final_amy_see {
  display: flex;
  align-items: center;
}
.insidee {
  text-align: center;
  border: 1px solid #0000001f;
  border-radius: 20px;
  padding: 5px;
  width: 100%;
}
.omh_air_rail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lo_ka {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 9px 11px 8px 2px #00000012;
  padding: 5px;
}
.act_trans .whtts{
  font-size: 20px;
}
.mormal {
    width: 23%;
    text-align: center;
}
:root{
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
}
.loose_img{
  width: 3rem;
  height: 3rem;
}
.chin_up {
  border-top: 1px dashed rgba(0, 0, 0, 0.652);
  padding-top: 10px;
}
.bawe{
  width: 100% !important;
}
.layie{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 30%;
}
.layie h1{
  font-size: 50px;
  font-weight: bold;
}

/* //////////////////////////////Hotel Booking  */
.header-container_hotels {
  display: flex;
  justify-content: center;
  padding: 20px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.search-header_hotels {
  display: flex;
  border: 1px solid #dddddd;
  border-radius: 40px;
  padding: 18px;
  gap: 8px;
  background: white;
  width: 100%;
  flex-wrap: wrap;
  /* background-image: url('https://fineoutput.co.in/booking_portal/public/uploads/slider/Gqv9rdU5suEro68z6bkO.webp'); */
  align-items: center;
  background-position: center;
  background-size: cover;
}
.tsfm{
  background-image: url('https://media.istockphoto.com/id/157739460/photo/tiger-country.jpg?s=612x612&w=0&k=20&c=dOrx-TdIqOipg43SfvYqxnnbin4MaH9yF-7wkZYHotk=');
}
.msfm{
/* background-image: url('https://fineoutput.co.in/booking_portal/public/uploads/slider/Gqv9rdU5suEro68z6bkO.webp'); */
}
.filter-item_hotels {
  padding: 15px 10px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
  flex: 1;
  min-width: 150px;
}

.filter-item_hotels:hover {
  /* background: #f7f7f7; */
}

.filter-item_hotels.active {
  background: #f7f7f7;
}

.filter-label_hotels {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.filter-value_hotels {
  font-size: 14px;
  color: #666;
}

.filter-value_hotels {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}

.dropdown_hotels {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.15);
  margin-top: 10px;
  z-index: 10;
  display: none;
}

.dropdown_hotels.active {
    display: block;
    border: 1px solid #00000033;
}

.destination-dropdown_hotels {
  width: 330px;
  height: 356px;
  overflow-y: auto;
}

.destination-option_hotels {
  padding: 0px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.destination-option_hotels:last-child {
  border-bottom: none;
}

.destination-option_hotels:hover {
  background: #f7f7f7;
}

.guests-dropdown_hotels {
    width: 380px;
}
.child-age-select {
    padding: 4px 4px;
    border: 1px solid #00000042;
    border-radius: 5px;
}
.guest-option_hotels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.guest-option_hotels label {
  font-size: 14px;
  color: #333;
}

.counter_hotels {
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter_hotels button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatis{
  width: 100%;
  text-align: center;
  /* height: 20vh; */
  overflow-y: auto;
}
.counter_hotels button:hover {
  background: #f7f7f7;
}

.counter_hotels span, input {
  font-size: 16px;
  width: 50px;
  /* text-align: center; */
  border: none !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .search-header_hotels {
    flex-direction: column;
    border-radius: 20px;
  }

  .filter-item_hotels {
    width: 100%;
    margin-bottom: 8px;
  }

  .dropdown_hotels {
    width: 100%;
    left: 0;
    right: 0;
  }
  .ttiel_head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    flex-direction: column;
}
.ttiel_head .size{
  margin: 0
  ;
}
.last_fest {
    background-size: cover !important;
    height: 10vh !important;
}
}
.sachi {
    border-right: 1px solid rgb(0 0 0 / 11%);
    border-radius: 0;
    background-color: #ffffff;
    border-radius: 20px;
}
.size {
  font-size: 17px;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.key{
  color: #6A6A6A;
  font-size: 17px;
}

.alocate_hotel {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  border-radius: 20px;
}

.alocate_head_maze img {
  border-radius: 10px;
  height: 100%;
}
.new_lave img{
  height: 15rem;
  border-radius: 10px !important;
}
.hotel_place{
  font-size: 16px;
    font-weight: bold;
}
.city_list_htotle {
  display: flex;
  align-items: center;
  justify-content: start;
}

.sizemaze img {
  width: 1.5rem;
}
.hotels_spn {
  font-size: 0.875rem;
  color: #6a6a6a;
  padding: 0px 12px;
}

/* //////////////////////////////Hotel detail page */
.nive {
  /* height: 50vh; */
}
.mirror_maxe {
    height: 100%;
    width: 540px;
    height: 326px;
    position: relative;
    margin-right: 5px;
}
.mirror_maxe img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}
.comp-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 343px;
  max-width: 1160px;
  overflow: hidden;
}
.raj_hotel{

    font-family: Airbnb Cereal VF,Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif !important;
    color: #000;
    font-weight: 600;
    font-size: 1.8rem;

}

.side_masic img {
  object-fit: cover;
  border-radius: 10px;
}
.hoses {
  font-weight: bold;
}
.atm_9s_1o8liyq_keqd55:nth-of-type(1n) {
  display: inline-block;
}
._wlu9uw {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hpipapi.atm_7l_1kw7nm4.atm_c8_1x4eueo.atm_cs_1kw7nm4.atm_g3_1kw7nm4.atm_gi_idpfg4.atm_l8_idpfg4.atm_kd_idpfg4_pfnrn2.dir.dir-ltr {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.sangeetam {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid rgb(221, 221, 221);
}

.nizam_abt{
  border-top: 1px solid rgb(221, 221, 221);
  padding-top:15px ;
}
.naxo {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.inner_price {
  font-size: 1.375rem;
  font-weight: bold;
}
.outer_box{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: 5px 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    height: 326px;
}
.bors {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.trnas {
  padding: 12px 10px !important;
}

.checks {
  border: 1px solid #0000004f;
  border-radius: 10px;
}


.caranke {
  border-right: 1px solid #0000004f;
}

.rivvsa {
  /* border-top: 1px solid #0000004f; */
}
.caranke {
    padding: 10px;
    width: 50%;
    /* overflow: hidden; */
}
.arrow {
  display: flex;
}
.gggsd{
  width: 100%;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.side_masic {
  height: 100%;
}

/* ///////////////////////////////////////Wildlife  */
.brit_life {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* //////////////////Guide */
.guide-selection {
  display: flex;
  gap: 20px;
}
.guide-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  /* border: 2px solid #3498db; */
  border-radius: 8px;
  transition: all 0.3s;
  position: relative;
}
.guide-option:hover {
  background-color: #ecf0f1;
}
.guide-option input {
  display: none;
}
.custom-radio {
  width: 18px;
  height: 18px;
  border: 2px solid #3498db;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.guide-option input:checked + .custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #3498db;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.maze_trace img {
  height: 274px;
  object-fit: cover;
  border-radius: 20px;
}
.chats {
  height: 80vh !important;
}
.mage_vin {
  height: 50vh;
} 

.counter_hotels input {
  text-align: center;
}

  .cardashEs {
            width: 100%;
            height: 450px;
            /* background: url('https://fineoutput.co.in/booking_portal/public/packages/images/1747469828_1742301772_aerial-shot-pin-valley-seen-from-mudh-village_11zon.jpg') no-repeat center/cover; */
            border-radius: 15px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .gradient-overlayashEs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(0 0 0), transparent);
}
        .price-tagashEs {
            position: absolute;
            top: 10px;
            right: 10px;
            /* background-color: #ffd700; */
            color: #000;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: bold;
        }
        .signboardashEs {
            position: absolute;
            top: 20%;
            left: 50%;
            transform: translateX(-50%);
            background-color: #008080;
            color: white;
            width: 80%;
            text-align: center;
            padding: 10px;
            border: 2px solid #000;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        .signboardashEs h2 {
            margin: 0;
            font-size: 18px;
        }
        .signboardashEs p {
            margin: 5px 0 0;
            font-size: 14px;
        }
        .contentashEs {
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
            color: white;
        }
        .contentashEs h3 {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
        }
        .itineraryashEs {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin: 5px 0;
        }
        .itineraryashEs span {
            background-color: rgba(255, 255, 255, 0.2);
            padding: 3px 8px;
            border-radius: 10px;
            font-size: 12px;
        }
        .detailsashEs {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
        }
        .detailsashEs .durationashEs {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .detailsashEs .locationashEs {
            display: flex;
            align-items: center;
            gap: 5px;
        }

/* //////////taxi booking */
.steps-section {
    padding: 40px 0;
    background-color: #fff;
    text-align: center;
  }

  .steps-title {
    color: #cc3a08;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
  }

  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .step-badge {
    width: 30px;
    height: 30px;
    background-color: #cc3a08;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .step-content {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }

  .huME{
    width: 70px;
    height: 60px;
  }
  .step-content i {
    margin-bottom: 10px;
    color: #333;
  }

  .step-content h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .step-content p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
  }

  .step-arrow {
    width: 50px;
    height: 2px;
    background: repeating-linear-gradient(to right, #ccc 0, #ccc 10px, transparent 10px, transparent 20px);
    position: relative;
  }

  .step-arrow::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ccc;
  }

  @media (max-width: 768px) {
    .steps-container {
      flex-direction: column;
      gap: 30px;
    }

    .step-arrow {
      display: none;
    }

    .step-content {
      width: 200px;
      height: 200px;
    }
    .arrow img{
      display: none;
    }
  .sharan_side_box {
    position: relative !important;
    top: 0 !important;
}
.litepicker .container__months.columns-2 {
    width: calc((var(--litepicker-month-width) * 1) + 20px)  !important;
}

  }

      .shadow-bottom-shadow {
    box-shadow: -1px -7px 8px rgba(0, 0, 0, 0.1) !important;
}


/* ////////////SecoundCaedd */
.BEth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #fff; */
    padding: 10px;
    border-radius:20px;
}
.AusMaze img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 200px;
}
.aus {
    background: #fff;
    border: 1px solid #00000029;
    border-radius: 20px;
    height: 100%;
} 
.Despirate {
    background: none;
    padding: 8px;
    border-radius: 9px;
    font-size: 11px;
    border: 1px solid #cb3502;
    font-weight: bold;
    color: #cb3502;
}
.couterMask {
    padding: 10px;
    background: #fff;
    box-shadow: -1px 3px 18px 1px #dacccc;
    border-radius: 20px;
}

.home_search {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 8px;
}

.home_search {
    margin-left: auto !important;
    float: revert;
    margin-right: 13px;
}



.sba_center_Sarch {
    background: #cb3502;
    padding: 20px 40px;
    border-radius: 0px 20px 20px 0px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.container__main {
    border: 1px solid black !important;
}
.sizemaze {
    padding: 5px;
    border: 1px solid #00000045;
    border-radius: 5px;
}
.litepicker .container__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #0000000f !important;
    box-shadow: 0px 3px 5px 1px #00000030;
}

.roomsetc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #8080804f;
    padding: 10px;
    border-radius: 10px;
    background: #27adff17;
    margin-bottom: 20px;
}
.room_type select {
    background: transparent;
    outline: none;
    width: 100%;
    border: 1px solid #b0b0b06e;
    padding: 5px;
    border-radius: 5px;
}
.karwit_set {
    font-size: 20px;
    font-weight: bold;
    color: #27adff;
}
.room_mode label {
    font-size: 16px;
    font-weight: bold;
}
.room_mode select {
    border: 1px solid #8e818161;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.setups {
    position: absolute;
    left: 15px;
    /* z-index: 9999; */
    /* font-size: 60px; */
    top: 50px;
    width: 60%;
}

.aasna_keeo {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
}
.aasna_keeo p {
    margin-bottom: 0;
}


.room-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
    .upgrade-banner {
      background: #eaf3ff;
      color: #2563eb;
      padding: 10px 15px;
      font-size: 14px;
      font-weight: bold;
    }
    .room-content {
      display: flex;
      flex-wrap: wrap;
    }
    .room-left {
      flex: 1;
      min-width: 300px;
      /* border-right: 1px solid #eee; */
      padding: 15px;
    }
    .room-left img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 10px;
    }
    .room-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      background: #fff;
      margin: auto;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      max-height: 100vh;
      overflow-y: auto;
    }
    .room-left {
      flex: 1;
      min-width: 300px;
      /* border-right: 1px solid #eee; */
      padding: 15px;
      /* position: sticky; */
      top: 0;
      align-self: flex-start;
      background: #fff;
      /* z-index: 1; */
    }
    .room-left h3 {
      margin: 8px 0;
      font-size: 18px;
      font-weight: bold;
    }
    .features {
      font-size: 14px;
      margin: 8px 0;
      line-height: 1.6;
    }
    .features span {
      display: block;
    }
    .more-link {
      color: #2563eb;
      font-size: 14px;
      cursor: pointer;
      text-decoration: none;
      font-weight: bold;
    }
    .room-right {
      flex: 1;
      min-width: 280px;
      /* padding: 10px 10px; */
      text-align: right;
    }
    .room-right h4 {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .offers {
    font-size: 14px;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    list-style: none;
    padding: 0;
}
    .offers li {
      margin-bottom: 5px;
    }
    .price {
    font-size: 22px;
    font-weight: bold;
    color: #111;
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
    .old-price {
      text-decoration: line-through;
      font-size: 14px;
      color: #888;
    }
    .tax {
      font-size: 13px;
      color: #555;
      margin-bottom: 15px;
    }
   .select-btn {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 10px 10px;
    font-size: 11px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s;
    background: linear-gradient(92deg, #53b2fe, #065af3);
    border-radius: 8px;
    box-shadow: 0 1px 7px 0 #0003;
    /* font-size: 16px; */
    /* margin-top: auto; */
    width: 60%;
    padding: 8px 12px;
}
    .select-btn:hover {
      background: #1746a2;
    }
    .exclusive-offer {
      background: #e6fdf5;
      color: #065f46;
      font-size: 13px;
      padding: 8px;
      border-radius: 5px;
      margin-top: 10px;
    }
    @media(max-width: 768px) {
      .room-content {
        flex-direction: column;
      }
      .room-left {
        border-right: none;
        border-bottom: 1px solid #eee;
      }
      .room-left {
       position: relative !important;
      }
    }

    .jules {
    height: 200px;
    width: 350px;
}
.room_Center {
    flex: 2;
    /* padding: 10px 10px; */
    border-left: 1px solid #8080804a;
}
.room-left {
    /* border-right: 1px solid #8080804a; */
}
.rmTypeList__item--icon img {
    width: 22px;
    margin: 0;
}

.features span {
    display: block;
    font-weight: bold;
    color: grey;
}
.same {
    display: flex;
    align-items: center;
    gap: 5px;
}
.rmTypeList__item{
  list-style: none;
}
.rmTypeList__item {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
ul.rmTypeList.vertical.appendTop10 {
    padding: 0;
}
#children-ages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.samule {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #33333396;
}
.need {
    width: 40%;
    border: 1px solid #80808066;
    border-radius: 5px;
}
.jets{
  /* background-image: url('https://worldexpeditions.com/croppedImages/Africa/Namibia/Chobe-National-Park-Namibia-Africa-306672-1920px-16x7.jpg?'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.last_fest{
    background-image: url('https://www.jhalanaleopardreserve.com/wp-content/uploads/2020/08/footer1-copy.png-copy-e1596824730584.png');
  background-position: center;
  background-size: contain;
height: 40vh;
  background-repeat: no-repeat;
}
.harkat{
      border: 1px solid #8080806b;
    padding: 5px 2px;
    border-radius: 10px;
}
.too_small{
  width: 20px;
  height: 20px;
}
i.fa-solid {
    color: #808080;
}











.avatar {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.triangle {
    width: 50%;
}

.baghi {
    width: 50%;
}

.main-price {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}


@media(max-width: 768px) {
  .baghi {
    width: 0%;
}
}



.htlAmenities {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.htlAmenities__item {
    align-items: center;
    display: flex;
}

.htlAmenities__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
}

.kaaas{

    position: absolute;
    bottom: 0;
    right: 20px;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid #d8d8d8;
    border-radius: 16px;
    display: flex;
    float: right;
    margin-bottom: 3px;
    padding: 6px 8px;
    width: max-content;
    color: #fff;

}

.giaan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
}
.tape_over p {
    margin-bottom: 10px;
}
.modal-backdrop.fade.show {
    display: none;
}


.kar_bayans{
  width: 40px !important;
}


.mmt-dropdown-menu {
    width: 320px;
    padding: 15px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    list-style: none;
}

.mmt-item {
    padding: 12px 18px;
    border-bottom: 1px solid #f1f1f1;
}

.mmt-item:last-child {
    border-bottom: none;
}

.mmt-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mmt-icon {
    width: 28px;
    height: 28px;
    opacity: 0.8;
}

.mmt-title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    padding: 0;
    text-decoration: none;
}

.mmt-title:hover {
    color: #007bff;
}

.mmt-desc {
    margin: 3px 0 0;
    font-size: 12px;
    color: #7b7b7b;
    line-height: 1.3;
}

.mmt-wallet {
    background: #00c853;
    color: #fff;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 10px;
    margin-left: 6px;
}

.logout-item {
    text-align: center;
    padding-top: 15px;
}

.mmt-logout-btn {
    width: 90%;
    background: #ff3b3b;
    color: #fff;
    padding: 8px 0;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.mmt-logout-btn:hover {
    background: #d92626;
}
.kya_kiya{
  text-align: left;
}


   .wallet-container {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    gap: 30px;
    box-shadow: 20px 12px 20px rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
}
        .main-card {
            background: white;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            padding: 30px;
            flex: 2;
            min-width: 300px;
        }
        .sidebar-card {
    background: white;
    border-radius: 16px;
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.08); */
    padding: 25px;
    flex: 1;
    min-width: 300px;
}
        .total-balance {
    background: linear-gradient(135deg, #d6633b, #cc3907);
    color: white;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    margin-bottom: 25px;
}
        .total-balance h1 {
            font-size: 48px;
            font-weight: 600;
            margin: 0;
        }
        .total-balance p {
            margin: 5px 0 0;
            opacity: 0.9;
            font-size: 15px;
        }
        .cash-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 0;
            border-bottom: 1px solid #eee;
        }
        .cash-row:last-child { border-bottom: none; }
        .cash-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .cash-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 18px;
        }
        .my-cash .cash-icon    { background: #F9A825; }
        .bonus .cash-icon      { background: #9C27B0; }
        .cash-details h5 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
        }
        .cash-details p {
            margin: 4px 0 0;
            color: #666;
            font-size: 14px;
        }
        .amount {
            font-size: 24px;
            font-weight: 700;
        }
        .badge {
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }
        .badge.unrestricted { background: #E0F7E9; color: #007B40; }
        .badge.restricted   { background: #E1DEF8; color: #6A0DAD; }
        .how-link {
            color: #5B2AFF;
            font-size: 14px;
            text-decoration: none;
        }
        .how-link:hover { text-decoration: underline; }

        .transaction-item {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #eee;
            font-size: 14px;
        }
        .transaction-item:last-child { border-bottom: none; }
        .positive { color: #28a745; }
        .negative { color: #dc3545; }

        .btn-recharge {
            background: #5B2AFF;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            color: white;
            font-weight: 600;
        }
        .btn-recharge:hover {
            background: #4a1fe0;
        }
        h2 { margin-top: 0; }
        .sub { color: #777; margin-bottom: 20px; }

        .transaction-card {
    background: #fff;
    padding: 14px 18px;
    margin-bottom: 12px;
    border-radius: 14px;
    box-shadow: 9px 11px 14px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform .2s ease;
}
    .transaction-card:hover {
        transform: translateY(-3px);
    }
    .t-title {
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        color: #222;
    }
    .t-date {
        font-size: 12px;
        color: #777;
        margin-top: 3px;
    }
    .t-amount {
        font-size: 16px;
        font-weight: bold;
    }
    .credit { color: #1cb01c; }
    .debit { color: #e63946; }

    .pol-booth {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}