@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
     
  --theme-primary-color: #d55e0e !important;
  --theme-secondary-color: #197BAA !important;
    font-size: large;
  --theme-third-color: #00adef;
  --theme-text-color:#003B95;
  --theme-dark-color:#000000;
  --web-wash: #fff;
  --primary: #1b1b1b;
  --secondary: #7d7e7c;
  --ternary: #d8d8d7;
  --gray: #f7f7f5;
  --border: #eaeaea;
  --accent: #aa8453;
  --primary-font: "Libre Caslon Display", serif;
  --secondary-font: "Poppins", sans-serif;
}

/* Main Style */
*{
   font-family: 'Jost', sans-serif;
   /*font-family: "Playfair Display", serif;*/
}
h1{
    font-family: "Playfair Display", serif;
}
.navbar-dark .navbar-nav .nav-link {
    color: black;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: orange;
    font-weight: bold;
    transform: .2s;
}
.p-c{
  color: var(--theme-primary-color) !important;
}
.s-c{
  color: #ff8d00 ;
}
.p-bg{
  background-color:var(--theme-primary-color) !important;
}
.s-bg{
  background-color:var(--theme-secondary-color) !important;
}
.bg-theme-third{
  background-color: var(--theme-text-color) !important;
}
.p-t-c{
  color:var(--theme-third-color) !important;
}
.bg-whatsapp{
  background-color:#25D366;
}

.h1{
 text-transform: uppercase;
  text-align: center;
  color: var(--theme-secondary-color) !important;  
  font-size: 40px !important;
  line-height: 48px !important;
}
.fb-color{
  color:#316FF6;
}
.tw-color{
  color:#1da1f2;
}
.insta-color{
  color:#FF0000;
}
.linked-clor{
  color:#0077B5;
}
.youtube-color{
  color:#FF0000;
}

.mt-b{
  margin-top:100px;
  margin-bottom: 100px;
}
.bg-theme-p-c{
  background-color:var(--theme-primary-color) !important;
}
.bg-theme-s-c{
  background-color:var(--theme-secondary-color) !important;
}
.bg-theme-t-c{
  background-color:var(--theme-third-color) !important;
}
.c-fix-margin{
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.c-fix-margin-home-package{
  margin-top:0px !important;
  margin-bottom: 80px !important;
}

.c-fix-margin-home-package p{
    font-size:15px;
}
/* End of Main Style */

/***Additional Bootstrap Class Style****/
.c-form-control:focus {
  border-color: var(--theme-secondary-color) !important;
  box-shadow: none;
}
.c-form-check-input:focus{
  box-shadow: none;
}
.c-form-check-input[type=radio] {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
/***End of Additional Bootstrap Class Style****/

/* Nave Bar Style */
.top-bar{
  font-weight: 500;
  /*padding: 5px 0px 5px 0px;*/
  background-color: black;
}
.top-bar p{
  font-size: 10px;
}
.top-bar-second p span{
  color:var(--theme-secondary-color);
  font-weight: 700;
}
.top-bar .first-div{
  color:var(--theme-secondary-color);
  /*padding: 10px 5px 10px 50px;*/
}
.top-bar .second-div{
  padding: 5px;
  color: var(--theme-secondary-color);
  justify-content: space-around;
}
.header{
  position: relative;
  z-index: 900;
  width: 100%;
  transition: all 1s ease-in-out;
}
.navbar .navbar-brand img{
  width:200px;
  height: 80px;
}
.custom-navbar-brand{
  padding-right: 10px;
  font-weight: bold;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .show>.nav-link {
  color: var(--theme-text-color) !important;
}
.navbar {
    background-color: #FFFFFF;
    border-top:none !important;
    padding-top:0px!important;
    padding-bottom: 0px!important;
    color: black !important;
}
.navbar .navbar-nav .nav-item{
  margin-left: 5px;
  font-size:15px !important;
  
}
/*#header{*/
/*    position: absolute;*/
    
/*}*/



/*.navbar-light .navbar-nav .nav-link {*/
/*  color: var(--theme-text-color) !important;*/
/*}*/
/*.top-bar-navbar .navbar-nav .nav-link {*/
/*  color: var(--theme-secondary-color) !important;*/
/*}*/
/*.top-bar-navbar .navbar-nav .nav-link:hover {*/
/*  color: var(--theme-secondary-color) !important;*/
/*}*/

/*.navbar-nav .nav-link:hover {*/
/*  color: var(--theme-secondary-color)!important;*/
/*}*/
.dropdown:hover .dropdown-menu{
  display: block;
  transition: 1s;
}
.dropdown-item:focus, .dropdown-item:hover {
  /*color:#AEBBCD  !important;*/
  background-color: #EDF4FC !important;
}
.dropdown-item:focus, .dropdown-item:hover .s-c{
  color: #AEBBCD  !important;
}
.currency-change-droapdown{
  min-width: 0px !important;
}

#header-currency-btn{
  color: var(--theme-primary-color) !important;
}

.currency-toggle::after{
  color:black;
}

.navbar-light .navbar-toggler {
  color: black !important;
  border-color: black  !important;
}

.currency-btn-toggler{
  border-radius: 5px;
  border:none;
  color: white;
  /*background-color: #212540a3;*/
  background-color:#FFA000;
  padding: 5px;
  font-size: 14px;
}

.toggle-dropdown-currency .dropdown-menu{
  min-width: 0px !important;
}

/* Remove border color on focus */
.navbar-toggler:focus {
  outline: none; /* Remove the default outline */
  box-shadow: none; /* Remove the default box shadow */
  border-color: transparent; /* Ensure border color is transparent */
}

/* Optional: If you want to ensure no border is applied */
/*new start 07-10-2025*/

/*end new*/
.navbar-toggler {
  border: none; /* Remove border */
}

.c-bottom-navbar{
  /*background: #ffffff !important;*/
}
.c-bottom-navbar .navbar-nav .nav-link {
  color: var(--theme-dark-color) !important;
}
.c-bottom-navbar .navbar-nav .nav-link:hover {
  color: var(--theme-secondary-color) !important;
}

/* Side menu styles */
.side-menu {
  position: fixed;
  top: 0;
  right: -265px; /* Initially hidden off-screen */
  width: 260px;
  height: 100%;
  background: #fff;
  /*background-color:rgba(0, 0, 0, 0.4) !important;*/
  color: var(--theme-secondary-color);
  /*color: #fff;;*/
  transition: right 0.3s ease; /* Smooth sliding effect */
  z-index: 1000;
  overflow: scroll;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
}

.side-menu.open {
  right: 0; /* Slide in */
}

.side-menu .close-btn {
  background: none;
  border: none;
  color: var(--theme-secondary-color);
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}

.menu-items li {
  padding: 15px;
  border-bottom: 1px solid #555;
}

.menu-items a {
  color: var(--theme-secondary-color);
  text-decoration: none;
  display: block;
  padding: 10px 18px 10px 18px;
  border-bottom: 1px solid darkgray;
}

.c-accordiaon-button{
  background-color: #fff !important;
  color: var(--theme-secondary-color) !important;
  font-weight: 200 !important;
}

.mobile-menu-droapdown{
  list-style-type: none;
  padding-left: 0px;
}

.mobile-menu-droapdown .m-droapdown-li{
  padding: 0px !important;
  padding: 5px !important;
  border-bottom: 0px;
}
.mobile-menu-droapdown .m-droapdown-li a{
  padding: 0px 0px 5px 0px !important;
}
.mobile-font{
    font-size:14px;
}
.collapsible {
  position: relative;
  background-color: #fff;
  /*background-color:rgba(0, 0, 0, 0.4) !important;*/
  color: var(--theme-secondary-color);
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  padding: 10px 18px 10px 18px;
  border-bottom: 1px solid darkgray; 
}

.collapsible::after{
  position:absolute;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  right: 10px;
  content: "\f077"; /* FontAwesome icon code for chevron-down */
  font-family: "Font Awesome 5 Free"; /* Specify the FontAwesome font family */
  font-weight: 900; /* Set font weight for solid icons */
  color: var(--theme-secondary-color);
  display: inline-block; /* Ensure the icon is rendered correctly */ 
  transform: rotate(180deg);
  transition: transform .2s ease-in-out; 
}

.co-active, .collapsible:hover {
  background-color: #FFA000;
  color:white;
}

.co-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  /*background-color:rgba(0, 0, 0, 0.4) !important;*/
}



/* End of Nave Bar Style */

/***Breadcrumb Style***/
.breadcrumb-tour{
  margin-top:110px;
  background: cornsilk;
  padding: 10px;
}

.breadcrumb-tour {
  overflow: auto; /* Allow the content to scroll */
  white-space: nowrap; /* Prevent line breaks */
}

.breadcrumb-tour p {
  word-wrap: normal; /* Allow normal word wrapping */
  margin-bottom: 0; /* Set bottom margin to zero */
}

/* ::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--theme-third-color);
  border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
  background: var(--theme-third-color);
} */

/* Custom scrollbar styles for WebKit browsers */
.breadcrumb-tour::-webkit-scrollbar {
  display:none;
}

.breadcrumb-img{
  height: 350px;
}
.bg-breadcrumb{
  position: relative !important;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.75);
}
.overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 8%);
  z-index: 1;
  display: flex;
  align-items: end;
}
.breadcrumb-title{
  position: relative;
  /* height: 100%; */
  width: 100%;
  background: #31507ac4;
}
.inner-bg-breadcrumb {
    /*position:relative;*/
  background: #00000036;
  width: 100%;
  text-align: center;
}
.inner-bg-breadcrumb  h1{
    font-size: 45px;
    color:white;
}

/** End of Breadcrumb***/


/***Banner Style*****/
.banner {
  position: relative;
  padding: 40px 0px 40px 0px;
  background: #000000e0;
 }

 .banner h1{
  font-size: 35px;
  font-family: "Playwrite CU", cursive !important;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  line-height: 1.7;
 }
 .banner-icon-style{
  display: inline-block;
  padding: 15px;
  background-color: #1192bd;
  border-radius:10px;
 } 
 .banner-icon-style img{
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items:center;
 }
 .banner-icon{
  flex-wrap: nowrap;
 }
 .banner-btn{
  border:1px dashed #fff;
 }  
 /****End of Banner Style*****/

/***Best tours Area****/

/* 
.best-tours::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/world-map.png");
  background-position: center;
  background-size: cover; 
  background-repeat: no-repeat;
  z-index: -1; 
} */

.best-tours h2{
  font-weight: 600;
}
.best-tours p{
  color:#697488 !important; 
  font-size: 16px !important;
}
/****End of Best tours*****/

/**packge style**/
.card-package{
  position: relative;
  border:0px !important;
  display: flex;
  flex-direction: column;
  /*height: 100%; */
  -webkit-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);  
}
.card-package:hover{
  -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
}
.card-package img{
  height: 200px;
  /* object-fit: cover; */
}
.package-link{
  text-decoration: none;
  color:inherit;
}
.package-link:hover{
  text-decoration: none;
  color:inherit;
}
.card-package .card-body{
  padding: 10px 8px 8px 8px !important;
  /* background:#f8f8ffab;   */
}
.card-package .card-title{
  font-size: 17px;
}
.card-package .duration{
  font-size: 14px;
}
.card-package .location{
  font-size: 14px;
}
.card-package .reviews{
  font-size: 13px;
}
.card-package .reviews .fa-star{
  color:orange;
}
.card-package .booked{
  font-size: 14px;
}
.package-currency{
  font-size: 17px;
}
.package-img-wrap{
  position: relative;
  overflow: hidden;
}
.card-package:hover .package-img-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000024;
}
.card-package .package-img-wrap img{  
  transition: all .35s ease-out;
  transform: scale(1);
}
.card-package:hover .package-img-wrap img{  
  /* transition: all 1s ease-out; */
  /* scale: 1.2; */
  transform: scale(1.12);
}
.ribbon-sell-out{
  border-radius: 100px;
    position: absolute;
    background: forestgreen;
    color: antiquewhite;
    font-size: 11px;
    padding: 5px 15px 5px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    top: 8px;
    left: 4px;
}
.ribbon-top-rated{
  border-radius: 100px;
  position: absolute;
  background: var(--theme-primary-color);
  color: #000000;
  font-size: 11px;
  padding: 5px 15px 5px 15px;
  top: 8px;
  left: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}
.ribbon-best-seller{
  border-radius: 100px;
  position: absolute;
  background: #ffc845;
  color: #000000;
  font-size: 11px;
  padding: 5px 15px 5px 15px;
  top: 8px;
  left: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}

/* .card-package {
  display: flex;
  flex-direction: column;
  height: 100%; 
} */

.card-body {
  flex-grow: 1; /* Allows the body to take up the remaining space */
  display: flex; /* Enables Flexbox for the body */
  flex-direction: column; /* Aligns content vertically */
  justify-content: space-between; /* Distributes space between elements */
}

.package-img-wrap {
  flex-shrink: 0; /* Prevents the image section from shrinking */
}


/**ebd of package style**/

/***Popular Destination*****/
.hover-effect {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.hover-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Explore Now button styles */
 .heading .title{
  font-size: 30px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  color: #555;
}
.heading-title{
  font-size: 35px !important;
  font-weight: bold;
  font-family: "Playfair Display", serif;
}
.destination-heading{
  font-family: "Playwrite CU", cursive !important;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin-bottom: 17px;
}
/*
.heading .title::before{
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -1.5px;
  position: absolute;
  background: linear-gradient(to right, var(--theme-primary-color) 0, var(--theme-secondary-color) 100%);
  content: "";
}

.heading .title::after{
  position: absolute; 
  background: linear-gradient(to right, var(--theme-secondary-color) 0, var(--theme-primary-color) 100%);
  content: "";
  left: 50%;
  width: 25px;
  height: 25px;
  bottom: -26px;
  margin: 0 0 0 -10px;
  -webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
  clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
} */

.effect{
  background: #000000;
  position: relative;
  overflow: hidden;
  max-height: 240px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: auto;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
  border: 5px solid #f5f5f5;  
}
.effect:hover img{
  /* -webkit-transform: translate3d(-20px, 0, 0) scale(1); */
  -webkit-transform: scale(1);
   opacity: .5;
}

.effect img{
  position: relative;
  display: block;
  /* min-height: 100%; */
  /* max-height: 240px; */
  height: 240px;
  /* max-width: none; */
  /* width: calc(100% + 60px); */
  width: 100%;
  opacity: 1;
  object-fit: cover;
  /* transform: translate3d(0, 0, 0) scale(1.12); */
  transform: scale(1.12);
  transition: all .35s;
  /* -webkit-transform: translate3d(0, 0, 0) scale(1.12); */
  -webkit-transform: scale(1.12);
  -webkit-transition: all .35s;
}

.effect .tab-text{
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect:hover .tab-text p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.effect .tab-text p {
  width: 65%;
  font-size: 68%;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  float: right;
  padding-left: 15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate3d(40px, 0, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  opacity: 0;
  transition: all .35s;
  font-family: "Open sans";
  padding-bottom: 5px;
}

.effect .tab-text p:before {
  right: 0;
  bottom: -6px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  content: "";
  position: absolute;
}

.effect .tab-text p:after {
  top: -5px;
  left: -5px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  content: "";
  position: absolute;
}
/*** End of Popular Destination***/


/*****Blank Message****/
.blank-message img{
  height: 350px;
  object-fit: cover;
}
.blank-message .message-area{
  background:#00ffff0a;
}
.blank-message h5{
  font-size: 28px;
}
.blank-message p{
  font-size: 15px;
}
/***End of Blank Message*****/

/***Offer Area*****/
.feature-item {
  -webkit-box-shadow: -1px 1px 11px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 1px 11px -4px rgba(0,0,0,0.75);
  box-shadow: -1px 1px 11px -4px rgba(0,0,0,0.75);
}
.feature-item img{
  height: 50px;
}
.feature-item h5{
  font-size: 16px;
  margin-bottom: 5px;
}
.feature-item p{
  font-size: 13px;
}
/***End of Offer Area****/


/**Style of Tour itenery***/
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: -1px 0px 18px -10px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 0px 18px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 18px -10px rgba(0,0,0,0.75);
}
 .gallery-item:hover{
  -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
} 
.gallery-item img {
  width: 100%;
  /* height: auto; */
  transition: transform 0.3s ease;
   object-fit: cover; 
   border-radius: 10px;
   max-width: 1200px;
}
.h-450{  
  height: 368px;
}
.h-200{
  height: 180px;
}
.all-package-booking-form li a{
  color: firebrick;
}
.gallery-item:hover img {
  transform: scale(1.1);
  border-radius: 10px !important;
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}
.gallery-item:hover .overlay {
  opacity: 1;
  border-radius: 10px;
}
.tour-itenery-title{
  font-size: 30px;
  margin-bottom: 30px;
}
.tour-icon{
  font-size: 20px;
}
.overview {
  font-size: 16px !important;
}
.tour-highlight{
  list-style-type: none;
  padding: 0;
  font-size: 15px;
}
.inclusion{
  list-style-type: none;
  padding: 0;
  font-size: 15px;  
}
.exclusion{
  list-style-type: none;
  padding: 0;
  font-size: 15px;
}
.itinerary_heading{
  margin-bottom: 30px;
}
.itinerary_heading .head{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.itinerary_heading .detail p{
  margin-bottom: 0px !important;
  font-size: 14px;
}

.box_style_4 {
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
}
.box_style_4:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #ccc;
  margin-bottom: 0;
}
.keydetails1 {
  border-radius: 10px;
  color: #000;
}
.keydetails1 ul {
  padding: 0;
  margin: 0;
}
.keydetails1 li {
  border-bottom: 1px dotted #ada2a2;
  font-size: 14px;
}
li.font_style12 {
  list-style-type: none;
}
.box_style_4:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #fff;
  margin-bottom: -1px;
  z-index: 1;
}
.package-all-tours {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
}
.keydetails1 .font_style12 {
  list-style-type: none;
}
.keydetails1 .font_style12 a{
  text-decoration: none;
}
.keydetails1 .font_style12 a:hover{
  color:#000000;
}

#carouselExampleControls .carousel-inner .carousel-item img{
  height: 300px;
  object-fit: cover;
}
/*** End of Tours Itenery***/

/***Internation formate form style*****/
.iti {
  position: relative;
  display: block !important;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  background: beige !important;
}
/***End of Internation formate form style*****/

/***Footer***/
/*.footer{*/
  /*position:relative;*/
  /* background-color: #000000e0; */
  /* background-color: #000000e0; */
  /*background-color: #fff;*/
  /*padding: 50px 0px 50px 0px;*/
  /*color:#000;*/
  /*border-top: 1px solid #8080803b;*/
  /*background-color: aliceblue;*/
/*}*/
.footer-top-class{
  width: 100%;
  height: 20px;
  background: var(--theme-secondary-color);
}

.footer-icon-location{
  height: 30px;
  width: 30px;
  /* background: var(--theme-primary-color); */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  border-radius: 100px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
}
.footer-icon-phone{
  height: 30px;
  width: 30px;
  /* background: var(--theme-primary-color); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 12px;
}
.footer-icon-email{
  height: 30px;
  width: 30px;
  /* background: var(--theme-primary-color); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 12px;
}
.main-link{
  list-style-type: none;
  padding: 0px;
}
.main-link li{
  margin-bottom: 15px;
}
.main-link li a{
  text-decoration: none;
  font-size: 16px;
}
.main-link li a:hover{
  color:#000;
}
.footer-fs{
  font-size: 18px;
}
.upper-footer{
  padding: 50px 0px 50px 0px;
  background-image:url("/assets/img/bg-line.png");
  border-top: 4px dashed var(--theme-primary-color);
  background: #000000e0;
}
.upper-footer a{
  text-decoration: none;
  font-size: 15px;  
}
.footer-below a{
  text-decoration: none;  
}
.footer-below{
  /* background: #000000e0; */
  background: #fff;
  color:#000;
}
/***End of Footer***/


/* Page Preloader */
.spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side,#0000 40%,#474bff 41%);
  background: linear-gradient(0deg ,rgba(71,75,255,0.5) 50%,rgba(71,75,255,1) 0) center/4.5px 100%,
       linear-gradient(90deg,rgba(71,75,255,0.25) 50%,rgba(71,75,255,0.75) 0) center/100% 4.5px;
  background-repeat: no-repeat;
  animation: spinner-d3o0rx 1s infinite steps(12);
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.spinner::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes spinner-d3o0rx {
  100% {
     transform: rotate(1turn);
  }
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: rgb(0 0 0 / 86%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
/***End of preloader***/

/** Animation */
  /* Define keyframes for fade-in */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* Define keyframes for fade-out */
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  /* Apply fade-in animation */
  .fade-in {
    animation: fadeIn 0.5s ease-in;
  }

  /* Apply fade-out animation */
  .fade-out {
    animation: fadeOut 0.5s ease-out;
  }

  @keyframes fadeInSlideUp {
    from {
      opacity: 0; /* Start as fully transparent */
      transform: translateY(20px); /* Start 20px below its original position */
    }
    to {
      opacity: 1; /* End as fully opaque */
      transform: translateY(0); /* End at its original position */
    }
  }
  
  /* Apply the animation */
  .fade-in-slide-up {
    animation: fadeInSlideUp 0.5s ease-out; /* Adjust duration and easing as needed */
  }
/**Animation*/

/***other functionality****/
.read-more{
  /* display: inline-block; */
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.background-style-area{
  position: relative;
  height: 350px;
  width: 100%;
  background-image: url("/assets/img/banner/img-psx.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.background-style-area .inner-bg-stl-area{
  position:absolute;
  width: 100%;
  height: 100%;
  background:#00000070;
}

.background-style-area h3{
  font-family: "Playwrite CU", cursive !important;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 1.7;
}
.fix-m-hr{
  margin: 50px 0px 50px 0px;
}
.btn:focus{
  box-shadow:none !important;
}
.loading {
  cursor: not-allowed !important; /* Change cursor to indicate the button is disabled */
  opacity: 0.5; 
  pointer-events: none !important;  /* Optionally, change opacity to visually indicate the button is disabled */
}
.thnk-thumb{
  font-size: 50px;
}
.border-bottom{
  border-bottom:1px solid var(--theme-secondary-color) !important;
}
/****End of other Functionality****/
/***Style Checkout page***/
.checkout-nav-border {
  border-bottom: 2px solid var(--theme-primary-color);
}
#checkout-form-timer {
  background: lemonchiffon;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
}
.fs-8 {
  font-size: 8px;
}
.checkout-tooltip {
  position: relative;
}
.checkout-tooltip .c-tooltip {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  right: 20px;
  top: 8px;
}
.c-accordian-style{
  border: 0px; 
  border-bottom:1px solid #80808052 !important;
  /* border: 1px 0px 0px 0px solid #80808052 !important;   */
}
.c-accordian-style .accordion-button:focus{
  border-color:#fff;
  box-shadow:none;
}
.c-accordian-style .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

/***End of Checkout Page****/

/***Booking Form Style***/
.booking-form-wrapper{
  background: #f5faff6e;
}
/***End of Booking Form Style***/


.blog-card img{
  width: 100%;
  height: 200px;
}

.blog-card{
  -webkit-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
}

.blog-anch{
  text-decoration: none !important;
}
.blog-anch:hover{
  color: var(--theme-secondary-color) !important;
}

/***Style of owl carausel********/
.tour-packages .owl-carousel .item {
  padding: 10px; 
}

.owl-carousel .card {
  -webkit-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);  
}

.owl-carousel .card:hover{
  -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75); 
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.contact-icon{
  font-size: 25px;
}

  /* Customize the previous button */
  .owl-prev {
    left: 10px; /* Position the button */
    border: none; /* Remove default border */
    z-index: 100; /* Ensure it's above other elements */
  }

  /* Customize the next button */
  .owl-next {
    right: 10px; /* Position the button */
    border: none; /* Remove default border */
    z-index: 100; /* Ensure it's above other elements */
  }

  .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
  }

  .owl-carousel .owl-nav button.owl-next{
    margin-left:10px;
  }
  .owl-carousel .owl-nav button.owl-next i{
    font-size: 20px;
  }

  .owl-carousel .owl-nav button.owl-prev i{
    font-size: 20px;
  }

  .owl-carousel .owl-nav button.owl-prev{
    margin-right:10px;
  }

  /* Additional styling if needed */
 /* .owl-prev, .owl-next {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
  }*/
/*******End of Style of owl carausel********/

/* update css by devendra */
.owl-nav span{
    display:none;
  }
  
.owl-nav {
  display: flex;
  align-items: center; 
  justify-content: center; 
  margin-top: -10px; 
}

.owl-prev, .owl-next {
  padding: 10px 15px; 
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.owl-prev, .owl-next i:hover{
 transform: scale(1);
  transition: all 2s;
}


.owl-dots {
  display: flex;
  margin: 0 15px; 
}

.owl-dot {
  background: #ddd; 
  border-radius: 50%; 
  width: 10px; 
  height: 10px;
  margin: 0 5px; 
  cursor: pointer; 
  border:none;
}

.owl-dot.active {
  background: #007bff; 
}


/*end-update new css by devendra */

/*** Add Media Query***/

/* Styles for screens 576px and below */
@media only screen and (max-width: 576px) {
  /****Style of baaner***/
  
/*  .blog-card img{*/
/*  width: 100%;*/
/*  height: 180px;*/
/*}*/
.breadcrumb-tour{
 margin-top: 80px !important;
  
}
    .card-package img {
        height:137px !important;
    }
      .custom-navbar-brand img {
        width: 114px !important;
        height: 50px !important;
    }
    .banner-icon-overflow {
      overflow-x: scroll;
      /* Additional styles for this range */
    }
    .banner-icon-overflow::-webkit-scrollbar {
      display:none;
    }
    .banner {
      position: relative;
      padding: 20px 0px 20px 0px;
      background: #000000e0;
     }
     .banner h1{
      font-size: 20px;
    }
    .heading-title{
      font-size: 20px !important;
      font-weight: bold;
    }
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    /*.owl-theme .owl-nav {*/
    /*  margin-top: 0px !important;*/
    /*}*/
    /*.owl-theme .owl-dots {*/
    /*  display: none !important;*/
    /*}*/
    .c-fix-margin {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
    .partners-item img {
      height: 28px;
      width: 100px;
    }
    .footer {
      padding: 25px 0px 25px 0px;
    }
    .main-link li {
      margin-bottom: 5px;
    }
    .inner-bg-breadcrumb  h5{
      font-size: 25px;
      color:white;
    }
    .tour-itenery-title {
      font-size: 20px;
      margin-bottom: 15px;
    }
  /****End of Style of baaner***/
  
  /*update by devendra*/
  
  .owl-stage
  {
    margin-left:-55px !important;
  
  }
   .owl-nav span{
    display:none;
  }
  .owl-nav {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-top: -10px !important; 
    }
    
    .owl-dots {
        display: flex; 
        margin: 0 15px; 
    }
    
    .owl-dots .owl-dot {
        background: #ddd; 
        border-radius: 50%; 
        width: 10px; 
        height: 10px; 
        margin: 0 5px; 
        cursor: pointer;
    }
    
    .owl-dot.active {
        background: #007bff; 
    }
    
  /*end of update by devendra*/
}

/* Styles for screens between 577px and 768px */
@media only screen and (min-width: 577px) and (max-width: 768px) {
  /****Style of baaner***/
    .banner-icon-overflow {
      overflow-x: scroll;
      /* Additional styles for this range */
    }
    .banner-icon-overflow::-webkit-scrollbar {
      display:none;
    }
    .banner {
      position: relative;
      padding: 20px 0px 20px 0px;
      background: #000000e0;
     }
     .banner h1{
      font-size: 25px;
    }
    .heading-title{
      font-size: 25px !important;
      font-weight: bold;
    }
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    .owl-theme .owl-nav {
      margin-top: 0px !important;
    }
    .owl-theme .owl-dots {
      display: none !important;
    }
    .c-fix-margin {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
    .partners-item img {
      height: 28px;
      width: 100px;
    }
    .footer {
      padding: 25px 0px 25px 0px;
    }
    .main-link li {
      margin-bottom: 5px;
    }
    .inner-bg-breadcrumb  h5{
      font-size: 25px;
      color:white;
    }
    .tour-itenery-title {
      font-size: 20px;
      margin-bottom: 15px;
    }
    
     /*update by devendra*/
  
  .owl-stage
  {
    margin-left:-40px !important;
  }
   .owl-nav span{
    display:none;
  }
  .owl-nav {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-top: -10px !important; 
    }
    
    .owl-dots {
        display: flex; 
        margin: 0 15px; 
    }
    
    .owl-dots .owl-dot {
        background: #ddd; 
        border-radius: 50%; 
        width: 10px; 
        height: 10px; 
        margin: 0 5px; 
        cursor: pointer;
    }
    
    .owl-dot.active {
        background: #007bff; 
    }
    
  /*end of update by devendra*/
  /****End of Style of baaner***/
}

/* Styles for screens between 769px and 992px */
@media only screen and (min-width: 769px) and (max-width: 992px) {
   /****Style of baaner***/
   .banner h1{
      font-size: 30px;
    }
    .banner p{
      font-size: 13px;
    }
    .banner-icon-overflow {
      overflow-x: scroll;
      /* Additional styles for this range */
    }
    .banner-icon-overflow::-webkit-scrollbar {
      display:none;
    }
    .banner {
      position: relative;
      padding: 20px 0px 20px 0px;
      background: #000000e0;
    }
    .banner h1{
      font-size: 25px;
    }
    .heading-title{
      font-size: 25px !important;
      font-weight: bold;
    }
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    .owl-theme .owl-nav {
      margin-top: 0px !important;
    }
    .owl-theme .owl-dots {
      /*display: none !important;*/
    }
    .c-fix-margin {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
    .partners-item img {
      height: 28px;
      width: 100px;
    }
    .footer {
      padding: 25px 0px 25px 0px;
    }
    .main-link li {
      margin-bottom: 5px;
    }

    .inner-bg-breadcrumb  h5{
      font-size: 25px;
      color:white;
    }
    
    .tour-itenery-title {
      font-size: 20px;
      margin-bottom: 15px;
    }
    /****End of Style of baaner***/
}

/* Styles for screens larger than 992px */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /****Style of baaner***/
    .banner h1{
      font-size: 35px;
    }
  /****End of Style of baaner***/
}

/* Styles for screens larger than 992px */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
 
}
/*** End of Media Query***/

.whats-app-btn{
  position: fixed;
  height: 60px;
  width: 60px;
  bottom: 20px;
  left: 30px;
  background: #04d735;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff !important;
  z-index:9999999;
}

/*=========start===29-11-2024==================*/


.njs-sticky-side.image_button_cover.placement-right {
  right: 0;
}

.njs-sticky-side.image_button_cover {
  position: fixed;
  top: 60%;
  box-shadow: none;
  z-index: 99999;
  transition: transform .3s cubic-bezier(0,0,0,1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1);
}

.njs-sticky-side.image_button_cover.placement-right.now-show button {
    font-size: 1rem !important;
  transform: translate3d(4px,0,0) rotate(-90deg);
  -webkit-transform: translate3d(4px,0,0) rotate(-90deg);
}

.njs-sticky-side.image_button_cover.placement-right button {
  border-radius: 20px 20px 0 0;
  transform: translate3d(200%,0,0) rotate(-90deg);
  -webkit-transform: translate3d(200%,0,0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}

.njs-sticky-side.image_button_cover button {
padding: 6px 15px 12px;
font-size: 12px;
font-weight: 700;
display: inline-block;
position: relative;
transition: transform .3s;
-webkit-transition: -webkit-transform .3s;
background-color: rgb(4, 6, 48); 
color: white;	
border-radius: 8px;
font-weight: 100; 
top: -106.5px; 
font-family: 'Arial';
}

.njs-sticky-side.image_button_cover button:hover {
background-color: white;
color: black;
border: 2px solid #acacac;
transition: all .5s;
}



/*========end====29-11-2024==================*/

 
/*.tour-card {*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 10px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
/*  display: flex;*/
/*  flex-direction: column;*/
   /*min-height: 383px; */
/*  height: 100%;*/
/*}*/
/*    .tour-image {*/
/*      position: relative;*/
/*    }*/
/*    .tour-image img {*/
/*      height: 250px;*/
/*    object-fit: cover;*/
/*    }*/

/*    .day-badge {*/
/*      position: absolute;*/
/*      top: 10px;*/
/*      right: 10px;*/
/*      background-color: #E66D1C;*/
/*      color: white;*/
/*      padding: 5px 10px;*/
/*      font-size: 0.8rem;*/
/*      font-weight: bold;*/
/*      border-radius: 3px;*/
/*    }*/

/*    .tour-body {*/
/*      padding:15px ;*/
      
/*    }*/

/*    .tour-title {*/
/*      font-size: 1rem;*/
/*      font-weight: 600;*/
/*      color: #2c2c2c;*/
/*    }*/

/*    .tour-location {*/
/*      font-size: 0.8rem;*/
/*      color: #555;*/
/*    }*/

/*    .icon-buttons .btn{*/
/*      width: 40px;*/
/*      height: 40px;*/
/*      border-radius: 50%;*/
/*      display: inline-flex;*/
/*      align-items: center;*/
/*      justify-content: center;*/
/*      margin-right: 10px;*/
/*      color: white;*/
/*    }*/

/*    .btn-call {*/
/*      background-color: #4b4bbd;*/
/*    }*/

/*    .btn-whatsapp {*/
/*      background-color: #25d366;*/
/*    }*/

/*    .btn-package {*/
/*      background-color: #E66D1C;*/
/*      color: white;*/
/*      font-weight: 500;*/
/*      font-size:0.8rem;*/
/*    }*/

/*    @media only screen and (max-width: 576px) {*/
/*      .tour-title {*/
/*        font-size: 1rem;*/
/*      }*/
/*      .btn-package {*/
/*        width: 100%;*/
/*        font-size:14px !important; */
        
/*      }*/
/*      .tour-image img {*/
/*        height: 230px !important;*/
   
/*    }*/
      
      
/*    }*/
/*.tour-rating i {*/
/*  font-size: 0.7rem;*/
/*}*/

/*.tour-rating .reviews{*/
/*    font-size:0.7rem ;*/
/*}*/

/*    .tour-card {*/
/*      border: 1px solid #e3e3e3;*/
/*      border-radius: 8px;*/
/*      overflow: hidden;*/
/*      background: #fff;*/
/*      box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
/*      transition: 0.3s;*/
/*       display: flex;*/
/*  flex-direction: column;*/
/*  height: 100%;*/
/*    }*/
/*    .tour-card:hover {*/
/*      transform: translateY(-4px);*/
/*      box-shadow: 0 6px 12px rgba(0,0,0,0.15);*/
/*    }*/
/*    .tour-card img {*/
/*      width: 100%;*/
/*      height: 180px;*/
/*      object-fit: cover;*/
/*    }*/
/*    .tour-card .content {*/
/*      padding: 15px !important;*/
/*       display: flex;*/
/*  flex-direction: column;*/
/*  flex-grow: 1;*/
  
/*    }*/
/*    .tour-card .price {*/
/*      font-weight: 700;*/
/*      font-size: 13px !important;*/
/*      color: #333;*/
      
/*    }*/
/*    .truncate-one-line {*/
/*  font-size:14px !important;*/
/*}*/

/*.content-flex-col{*/
/*     padding: 1rem;*/
/*  flex-grow: 1;*/
/*  display: flex;*/
/*  flex-direction: column;*/

/*}*/

/*    .font-13{*/
/*       font-weight: 700;*/
/*      font-size: 13px !important;*/
/*      color: #333; */
/*    }*/
/*    .price span{*/
/*        font-size: 13px !important;*/
/*    }*/
/*    .tour-card .old-price {*/
/*      text-decoration: line-through;*/
/*      color: #999;*/
/*      margin-left: 5px;*/
/*      font-size: 13px;*/
/*    }*/
/*    .tour-card .reviews {*/
/*      font-size: 12px !important;*/
/*      color: #777;*/
/*    }*/
/*    .tour-card .fa-star {*/
/*      color: #f1c40f;*/
/*      font-size: 12px;*/
/*    }*/
/*    .icon-text {*/
/*      display: flex;*/
/*      align-items: center;*/
/*      gap: 6px;*/
/*      font-size: 12px;*/
/*      color: #333;*/
/*    }*/
    
/*    .packages-title{*/
/*        font-size: 14px;*/
    /*}*/
    
    
.tour-card {
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

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

.card-img-top {
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 576px) {
    .card-img-top {
        height: 140px;
    }
}

.tour-card .card-body {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    color: #555;
}

.tour-card .card-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    /*color: var(--theme-primary-color) !important;*/
    color: currentColor !important;
}

.tour-card .card-text {
    font-size: 0.8rem;
    line-height: 1.3;
    color: #666;
}

.truncate-one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0d6efd;
    display: inline-block;
    margin-top: 0.4rem;
}
    
    
    /*=============24-07-2025================*/
    
    /* Custom CSS for the banner section */
.inner_banner {
  /*  background: linear-gradient(135deg, #003B95  100%);*/
  /*  padding: 60px 0;*/
    /*border-radius: 10px;*/
  /*  margin-bottom: 30px;*/
  /*  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
  /*  background-color: #003B95;*/
  /* background-image: radial-gradient(circle at center, black  1px, transparent 0);*/
  /*background-size: 20px 20px;*/
   background:
        radial-gradient(circle, rgba(255,255,255,0.2) 1px, transparent 1px) 0 0 / 20px 20px,
        #003B95;
    background-repeat: repeat;
    background-position: center;
    padding: 26px 0;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    /* dots ko tirchha karne ke liye */
    transform: rotate(0deg); /* section ko rotate mat kare */
    background-image:
        repeating-radial-gradient(circle, rgba(255,255,255,0.2) 1px, transparent 2px);
    background-size: 20px 20px;
    background-position: center;
    background-color: #003B95;

}





.inner_banner img {
    height: 380px;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
}

.banner-sosial-icon a {
    padding: 10px;           
    border-radius: 10px;        /* remove rounded corners */
    color: white;
    border: 1px dashed;
    display: inline-block;   /* ensure it behaves like a box */
    text-align: center;      /* center the icon/text */
}
.inner_banner h3 {
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.inner_banner p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

.p-c {
    color: #E66D1C !important;
}

/*.tour-icon-style {*/
/*    margin-top: 20px;*/
/*}*/
.tour-icon-style {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
}
@media (max-width: 768px) {
    .tour-icon-style {
        justify-content: center;
        gap: 10px;
    }
}
.tour-icon-style a {
    display: inline-block;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.tour-icon-style a:hover {
    transform: translateY(-5px);
}

.tour-icon-style img {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.rounded-10 {
    border-radius: 10px !important;
}

 /*Owl Carousel adjustments for mobile */
/* .owl-carousel .item {*/
/*    text-align: center;*/
/*}*/

.owl-carousel .tour-icon-style img {
    width: 50px;
    height: 50px;
    /*margin: 0 5px;*/
}

/* Responsive adjustments */
@media (max-width: 1400px) {
    .inner_banner {
        padding: 20px 0;
    }
        .inner_banner .container {
        max-width: 1200px;
        }
    .inner_banner img {
   width:100%;
   
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
}
    
}

@media (max-width: 768px) {
    .inner_banner {
        padding: 20px 0;
    }
    
    .inner_banner h3 {
        font-size: 28px;
        text-align: center;
    }
    
    .inner_banner p {
        text-align: center;
    }
    
    .tour-icon-style {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .inner_banner img {
        height: 250px;
    }
    
    .inner_banner h3 {
        font-size: 24px;
    }
}
    
     /*=============25-07-2025================*/
     
     
 .destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.destination-card img {
    transition: transform 0.3s ease;
    height: 250px !important;
    object-fit: cover;
    width: 100%;
}

.destination-card:hover img {
    transform: scale(1.1);
}

.destination-card a {
    text-decoration: none;
    color: #fff;
}

.destination-card .destination-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.destination-card:hover .destination-info {
    opacity: 1;
}


 .footer{
    background-color: black;
    color: #fff;
    background-image: url(/assets/img/bg-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
 }
 .footer .first-section{
    border-bottom:1px dashed var(--theme-primary-color);
 }
 .footer-last-btm{
    background-color: black;
    color:#fff;
 }
 .footer .first-section i{
    font-size: 10px;
 }
 /* .footer::before{
    content: '';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: -1px;
    height: 14px;
    background-image: url('/assets/img/other/background-pattern.webp');
    background-repeat: repeat-x;
    transform: rotate(3.142rad);
    position: absolute;
 } */
 .footer h4{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom:1px solid #fff;
 }
 .footer a{
    text-decoration: none;
    color: #fff;
 }
 
 .footer-down-area{
    padding-top: 25px;
    padding-bottom: 25px;
 }
 .footer-sosial-icon a{
    padding: 10px 15px 10px 15px;
    border-radius: 100px;
    color: var(--theme-primary-color);
    border: 1px dashed;
 }
  
     /*==========breadcrub===========*/
     .sectionTitle__title{
         font-size:35px;
     }
     /*===========end breadcrumb==================*/
     
    .blog-card {
        
        border: none;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        overflow: hidden;
    }

    .blog-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .blog-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .blog-card h5 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #343a40;
        margin-bottom: 0.5rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .blog-card p {
        font-size: 0.95rem;
        color: #666;
        font-family: 'Roboto', sans-serif;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .blog-anch {
        text-decoration: none;
        color: inherit;
    }

    .blog-anch:hover {
        text-decoration: none;
    }
    
/*===================28-07=====================*/
  .blog-detail-section {
        padding: 50px 0;
        background-color: #f9f9f9;
    }

    .blog-detail-title {
        font-size: 2rem;
        font-weight: 700;
        color: #2c3e50;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-bottom: 10px;
    }

    .blog-detail-date {
        font-size: 0.95rem;
        color: #888;
        margin-bottom: 20px;
    }

    .blog-detail-img {
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
        max-height: 450px;
        object-fit: cover;
        margin-bottom: 30px;
    }

    .blog-detail-content {
        font-size: 1.05rem;
        color: #333;
        font-family: 'Roboto', sans-serif;
        line-height: 1.8;
    }

    @media (max-width: 768px) {
        .blog-detail-title {
            font-size: 1.5rem;
        }

        .blog-detail-img {
            max-height: 300px;
        }
    }
    
    /*==================28-07-2025============*/
    
    .blog-header {
  background: linear-gradient(to right, #6a11cb, #2575fc);
}

.blog-title {
  color: white;
  font-weight: bold;
  font-size: 3rem;
}

.blog-highlight {
  color: #ffd700; /* or any highlight color you prefer */
}

.blog-subtitle {
  color: #f8f9fa;
  font-size: 1.25rem;
}

/* Optional: Responsive font adjustments */
@media (max-width: 576px) {
  .blog-title {
    font-size: 1rem;
  }
  
  .blog-subtitle {
    font-size: 0.5rem;
  }
}


/*===================new css for header===================================*/

.btn-detail{
    background-color:var(--theme-secondary-color) !important; 
    /*color:#AEBBCD;*/
    color:white;
    font-size: 12px;
}
 
.btn-detail:hover{
    /*background-color:var(--theme-primary-color) !important; */
    color:#AEBBCD;
    /*color:white;*/
    font-size: 12px;
}
 

.icon-text i{
    color:var(--theme-secondary-color) !important;
}


.tour-card a{
text-decoration: none;
}



/*========================== end==========================================*/

.heading-first{
 text-transform: uppercase;
  text-align: center;
  color: var(--theme-secondary-color) !important;  
  font-size: 40px !important;
  line-height: 48px !important;
}

@media  screen and (max-width: 576px){
 .heading-first{
     text-transform: uppercase;
  text-align: center;
  color: var(--theme-secondary-color) !important; 
  font-size: 20px !important;
  
}   
}

.gradient-heading {
  font-weight: bold;
  font-size: 1.8rem;
  border: 1px dashed blue;
  border-radius: 10px;
  padding: 15px;
  background: linear-gradient(90deg, #ff5733, #ffc300, #28a745, #007bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  animation: gradientMove 5s linear infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% }
  100% { background-position: 100% }
}


/*destination-card*/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}

  .destination-slide-card{
    max-width: 200px !important;
  }
  .destination-slide-card img{
     width:200px !important;
     height:280px !important;
     border-radius: 5px !important;

  }
  
  .footer-bottom{
      font-size:15px !important;
  }
  
  /*==============================*/
  
  .destination-slide {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
}

/* Each Slide Card */
.destination-slide-card {
    /*min-width: 300px;*/
    border-radius: 10px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.destination-slide-card:hover {
    transform: translateY(-5px);
}

/* City Label */
.destination-slide-card .text-white {
    background: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: 1px;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.gradient-title {
    /*font-size: 40px;*/
    font-weight: bold;
    background: #ff8d00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


/*===============================================*/

.itinerary-card {
    border: 1px solid transparent;
    border-radius: 12px;
    background: unset;
    transition: transform 0.3s, box-shadow 0.3s;
}

.itinerary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.itinerary-title {
    font-size: 16px;
    font-weight: bold;
    color: #197BAA;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tour-time {
    color: #FF6300;
    font-weight: normal;
    margin-right: 5px;
}

.itinerary-detail {
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}
/*==============================================================*/


/*.destination-card {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border-radius: 15px;*/
/*    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);*/
/*    transition: transform 0.4s ease, box-shadow 0.4s ease;*/
/*}*/

/*.destination-card:hover {*/
/*    transform: scale(1.03);*/
/*    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);*/
/*}*/

/*.destination-card img {*/
/*    width: 100%;*/
/*    height: 300px;*/
/*    object-fit: cover;*/
/*    transition: transform 0.4s ease;*/
/*    border-radius: 15px;*/
/*}*/

/*.destination-card:hover img {*/
/*    transform: scale(1.05);*/
/*}*/

/*.destination-info {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    padding: 20px;*/
/*    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);*/
/*    color: white;*/
/*    text-shadow: 0 0 5px rgba(0,0,0,0.8);*/
/*    border-radius: 0 0 15px 15px;*/
/*}*/

/*.destination-info h4 {*/
/*    font-size: 1.5rem;*/
/*    margin: 0;*/
/*    font-weight: bold;*/
/*    text-transform: uppercase;*/
/*}*/

/*.destination-info p {*/
/*    margin: 0;*/
/*    font-size: 1rem;*/
/*    opacity: 0.85;*/
/*}*/

.bg-transpatrent{
    background-color: #2125298a;
}
.card img {
  transition: transform 0.4s ease;
}
.card:hover img {
  transform: scale(1.08);
}

/*==================================*/

 .nav-tabs .nav-link.active {
      border-color: #dee2e6 #dee2e6 #fff;
      color: #003B95;
      font-weight: bold;
    }
    
    .packages-star i{
        font-size:10px !important;
         margin: 0;
  padding: 0;
    }
    
    .packages-star .reviews {
  margin-left: 2px; /* or 0 if you want no space between stars and text */
   /* optional: adjust size if needed */
}

.packages-star {
  display: flex;
  align-items: center;
  gap: 3px; /* optional: reduce or set to 0 to control spacing */
}
/*===================t & c============================*/

.terms-container {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.8;
    color: #333;
  }
  .terms-container h2 {
    text-align: center !important;
    color: #0056b3;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .terms-container p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .terms-container strong {
    color: #000;
  }
  .terms-container i {
    color: #007bff;
    margin-right: 8px;
  }
  
  
  
 .partner-card {
        transition: all 0.3s ease;
    }
    .partner-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    .partner-logo {
        max-height: 60px;
        object-fit: contain;
        /*filter: grayscale(100%);*/
        transition: all 0.3s ease;
    }
    .partner-card:hover .partner-logo {
        filter: grayscale(0%);
        transform: scale(1.1);
    }
  
    /*------check avaiblilty-----*/
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  display: none; /* hidden on desktop */
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  z-index: 9999;
}

.mobile-bottom-bar .price-info {
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}

.mobile-bottom-bar .price {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
}

.mobile-bottom-bar .from-text,
.mobile-bottom-bar .per {
  font-size: 12px;
  color: #666;
}

.mobile-bottom-bar .check-btn {
  background: #007BFF;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

/* Show only on mobile */
@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: flex;
    gap: 10px;
  }
}


/*----------end check avaiblilty------------*/



/* Taj Mahal Section Styles */


.taj-section {
  padding: 80px 10%;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.taj-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* Left text block */
.taj-text {
  flex: 1 1 50%;
  min-width: 320px;
}

.taj-rating {
  color: #e0a800;
  font-size: 20px;
  margin-bottom: 10px;
}

.taj-welcome {
  letter-spacing: 3px;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.taj-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.taj-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.taj-btn {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  transition: 0.3s;
}

.taj-btn:hover {
  background-color: #111;
  color: #fff;
}

/* Right side: Images */
.taj-images {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}

/* Fixed image sizes */
.taj-img {
  width: 246px;
  height: 348px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

/* Staggered positioning */
.img-up {
  transform: translateY(-50px);
}

.img-down {
  transform: translateY(50px);
}

/* Hover effect (optional) */
.taj-img:hover {
  transform: scale(1.03);
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .taj-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .taj-title {
    font-size: 30px;
  }

  .taj-images {
    flex-wrap: nowrap;          /* keep images side by side */
    justify-content: center;    /* center them horizontally */
    gap: 10px;                  /* smaller space between */
  }

  .taj-img {
    width: 140px;               /* slightly smaller for mobile */
    height: 220px;
    transform: none !important; /* remove up/down shifts on mobile */
  }
}


/* ===== WHY CHOOSE US SECTION ===== */

.why-choose-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9f7f4 100%);
  padding: 20px 10px; /* reduced from 80px */
  font-family: "Poppins", sans-serif;
  color: #333;
}

.why-choose-section .why-choose-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.why-choose-section .why-subtitle {
  font-size: 0.75rem; /* smaller */
  letter-spacing: 2px;
  color: #b38b59;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.why-choose-section .why-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem; /* smaller */
  font-weight: 600;
  margin-bottom: 35px; /* tighter */
  color: #1e1e1e;
}

.why-choose-section .why-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; /* less spacing between cards */
}

/* Feature Card */
.why-choose-section .why-feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 18px; /* reduced padding */
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.why-choose-section .why-feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Icon Circle */
.why-choose-section .why-icon-circle {
  width: 50px; /* smaller */
  height: 50px;
  border-radius: 50%;
  background: #f4ede5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  transition: 0.3s;
}

.why-choose-section .why-icon-circle i {
  font-size: 20px; /* smaller icon */
  color: #b38b59;
}

.why-choose-section .why-feature-box:hover .why-icon-circle {
  background: #b38b59;
}

.why-choose-section .why-feature-box:hover .why-icon-circle i {
  color: #fff;
}

/* Titles & Text */
.why-choose-section .why-feature-box h3 {
  font-size: 1rem; /* smaller */
  margin-bottom: 6px;
  color: #222;
  font-weight: 500;
}

.why-choose-section .why-feature-box p {
  color: #777;
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 240px;
  margin: 0 auto;
}

/* Responsive - 2 columns on tablets */
@media (max-width: 992px) {
  .why-choose-section .why-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-choose-section .why-title {
    font-size: 1.8rem;
  }
}

/* Responsive - 1 column on mobile */
@media (max-width: 600px) {
  .why-choose-section {
    padding: 45px 10px;
  }

  .why-choose-section .why-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }

  .why-choose-section .why-feature-box {
    padding: 20px;
  }

  .why-choose-section .why-icon-circle {
    width: 45px;
    height: 45px;
  }

  .why-choose-section .why-icon-circle i {
    font-size: 18px;
  }

  .why-choose-section .why-feature-box h3 {
    font-size: 0.95rem;
  }

  .why-choose-section .why-feature-box p {
    font-size: 0.8rem;
  }
}

/* 🌤️ Trusted Partners Section */
.trusted-section {
  position: relative;
  padding: 60px 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9fafc;
  overflow: hidden;
}

/* ✨ Soft Gradient Background */
.trusted-section::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 60%;
  background: radial-gradient(circle at top left, rgba(255, 186, 115, 0.25), transparent 60%),
              radial-gradient(circle at bottom right, rgba(119, 190, 255, 0.25), transparent 60%);
  filter: blur(45px);
  z-index: 0;
}

.trusted-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1000px;
  width: 100%;
}

/* 🔠 Title */
.trusted-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
  letter-spacing: 0.5px;
}

/* 📄 Subtitle */
.trusted-subtext {
  font-size: 0.95rem;
  color: #555;
  max-width: 640px;
  margin: 0 auto 25px;
  line-height: 1.5;
}

.trusted-underline {
  width: 150px;
  height: 3px;
  margin: 0 auto 40px;
  background: linear-gradient(90deg, #ff6a00, #ee0979, #6f00ff);
  border-radius: 2px;
}

/* 🤝 Partner Logos Grid */
.trusted-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

/* 💎 Glass Cards (Compact) */
.trusted-card {
  width: 180px;
  height: 90px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  cursor: pointer;
}

.trusted-card:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.5);
}

/* Logos */
.trusted-card img {
  max-width: 100px;
  opacity: 0.85;
  transition: all 0.35s ease;
}

.trusted-card:hover img {
  transform: scale(1.07);
  opacity: 1;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .trusted-section {
    padding: 50px 5%;
  }

  .trusted-section h2 {
    font-size: 1.8rem;
  }

  .trusted-card {
    width: 150px;
    height: 80px;
  }

  .trusted-card img {
    max-width: 80px;
  }

  .trusted-section::before {
    width: 90%;
    height: 55%;
    filter: blur(35px);
  }
}


/* ---------- Scoped styles (safe) ---------- */
.visual-diary-section {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  text-align: center;
  padding: 70px 0;
  overflow: hidden;
}

.visual-diary-section .gallery-header .sub-title {
  color: #6c63ff;
  font-weight: 600;
  letter-spacing: 1px;
}

.visual-diary-section .gallery-header h2 {
  font-size: 2rem;
  margin: 10px 0;
  color: #222;
}

.visual-diary-section .gallery-header .description {
  color: #666;
  font-size: 1rem;
}

/* Clickable Buttons */
.visual-diary-section .filter-buttons {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.visual-diary-section .filter-buttons a {
  text-decoration: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #333;
  transition: all 0.3s ease;
}

.visual-diary-section .filter-buttons a.active {
  background: #000;
  color: #fff;
}

.visual-diary-section .filter-buttons a:hover {
  background: #000;
  color: #fff;
}

.visual-diary-section .filter-buttons .view-more {
  border: none;
  background: none;
  font-weight: 500;
}

/* Carousel */
.visual-diary-section .infinite-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.visual-diary-section .carousel-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: scroll 40s linear infinite;
}

.visual-diary-section .card {
  width: 248px;
  height: 318px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.visual-diary-section .card img {
  width: 248px;
  height: 318px;
  object-fit: cover;
  display: block;
}

/* Continuous scroll animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Pause on hover (optional) */
.visual-diary-section .infinite-carousel:hover .carousel-track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .visual-diary-section .card {
    width: 200px;
    height: 260px;
  }

  .visual-diary-section .card img {
    width: 200px;
    height: 260px;
  }
}

/*| ----------best selling tour --------style-----| */

/* Section Base */
.best-selling-tour {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #fff8e7, #fff0d5, #ffe9b3);
  color: #333;
  padding: 50px 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main Container */
.tour-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  padding: 35px;
  transition: 0.3s ease;
}

.tour-container:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Text Block */
.tour-text {
  flex: 1 1 55%;
}

.tour-subtitle {
  color: #d88a00;
  font-size: 1.1rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.tour-title {
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 14px;
  text-shadow: 0 0 5px rgba(255, 180, 0, 0.3);
}

.tour-text p {
  line-height: 1.6;
  color: #444;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

/* Button Styling */
.btn-book {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(90deg, #ffb400, #ff9100);
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(255, 165, 0, 0.3);
  transition: 0.3s ease;
  font-size: 0.95rem;
}

.btn-book:hover {
  box-shadow: 0 0 20px rgba(255, 165, 0, 0.6);
  transform: translateY(-2px);
}

/* Image Styling */
.tour-image {
  flex: 1 1 40%;
  text-align: right;
}

.tour-image img {
  width: 100%;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.tour-image img:hover {
  transform: scale(1.03);
}

/* Responsive Design */
@media (max-width: 900px) {
  .tour-container {
    flex-direction: column-reverse;
    text-align: center;
    padding: 25px;
  }

  .tour-text {
    flex: 1 1 100%;
  }

  .tour-image {
    flex: 1 1 100%;
    text-align: center;
  }

  .tour-title {
    font-size: 1.5rem;
  }
}


/*|----------end---best selling tour--------| */

/*new header*/
.cs_site_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 101;
  transition: all 0.4s ease;
}

.cs_site_header.cs_style_1 {
  background-color: var(--web-wash);
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 100px;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    padding-right: 45px;
  }
}
.cs_site_header.cs_style_1 .cs_nav_list > li > a {
  text-transform: uppercase;
}
.cs_site_header.cs_style_1.cs_transparent_header {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
@media (min-width: 1200px) {
  .cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list > li > a {
    color: #fff;
  }
  .cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list > li > a:hover {
    color: var(--accent);
  }
}
.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2 {
  border-radius: 5px;
  border-color: #fff;
  color: #fff;
}
.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2:hover {
  background-color: var(--accent);
  border-color: var(--accent);
}
.cs_site_header.cs_style_1.cs_type_1 {
  background-color: transparent;
  border-bottom: 1px solid var(--ternary);
}

.cs_site_header.cs_style_1.cs_sticky_active {
  background-color: var(--web-wash);
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.cs_site_header.cs_style_2 .cs_main_header_in {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}
.cs_site_header.cs_style_2 .cs_main_header_left {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .cs_site_header.cs_style_2 .cs_header_number {
    color: #fff;
  }
  .cs_site_header.cs_style_2 .cs_btn.cs_style_2 {
    border-color: #fff;
    color: #fff;
  }
  .cs_site_header.cs_style_2 .cs_btn.cs_style_2:hover {
    border-color: var(--accent);
  }
}
.cs_site_header.cs_style_2.cs_type_1 {
  border-bottom: 1px solid var(--secondary);
}
.cs_site_header.cs_style_2.cs_type_1 .cs_header_info_box {
  color: #fff;
}
.cs_site_header.cs_style_2.cs_type_1 .cs_header_number_icon {
  color: var(--accent);
}
.cs_site_header.cs_style_2.cs_type_1 .cs_btn.cs_style_2 {
  border-color: #fff;
  color: #fff;
}
.cs_site_header.cs_style_2.cs_type_1 .cs_btn.cs_style_2:hover {
  border-color: var(--accent);
}

.cs_header_info_box {
  display: flex;
  align-items: center;
  gap: 30px 50px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .cs_header_info_box {
    gap: 30px 30px;
  }
}

.cs_header_number {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .cs_header_number {
    display: none;
  }
}

.cs_site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

/* Start Hamburger Menum */
.cs_hamburger_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  color: currentColor;
  background-color: transparent;
  outline: none;
  padding: 0;
  color: #fff;
}
.cs_hamburger_btn .cs_hamburger_btn_in {
  width: 30px;
  height: 22px;
  line-height: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.cs_hamburger_btn .cs_hamburger_btn_in span {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  background-color: currentColor;
  color: inherit;
  vertical-align: top;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  left: 0;
}
.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(1) {
  transform: translate(0, -10px);
  width: calc(100% - 5px);
}
.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(2) {
  transform: translate(0, 0);
}
.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(3) {
  transform: translate(0, 10px);
  width: calc(100% - 10px);
}
.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(4) {
  transform: translate(0, 20px);
  width: calc(100% - 20px);
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span {
  transition: 0.3s ease-in-out;
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(1) {
  transform: translate(0, 0);
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(2) {
  transform: translate(0, 10px);
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(3) {
  transform: translate(0, 20px);
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(4) {
  transform: translate(0, 30px);
}

.cs_hamburger_active {
  overflow: hidden;
}

.cs_hamburger_header {
  position: fixed;
  z-index: 99999;
  background-color: rgba(27, 27, 27, 0.9607843137);
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.cs_hamburger_header .cs_social_btns.cs_style_1 a {
  border-color: var(--accent);
  color: #fff;
}
.cs_hamburger_header .cs_social_btns.cs_style_1 a:hover {
  transform: initial;
  background-color: var(--accent);
}
.cs_hamburger_header.active {
  opacity: 1;
  visibility: visible;
}

.cs_hamburger_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}

.cs_hamburger_menu {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.cs_hamburger_menu ul {
  list-style: none;
  padding: 0;
  margin: auto 0;
}
.cs_hamburger_menu .menu-item-has-children ul {
  display: none;
}
.cs_hamburger_menu .cs_menu_dropdown_toggle {
  display: block;
  cursor: pointer;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .cs_hamburger_menu .cs_menu_dropdown_toggle {
    position: initial;
    height: initial;
    width: initial;
    padding: 0;
  }
}
.cs_hamburger_menu .cs_menu_dropdown_toggle::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  height: 50px;
}
.cs_hamburger_menu .cs_menu_dropdown_toggle span {
  width: 0px;
  height: 0px;
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.cs_hamburger_menu .cs_menu_dropdown_toggle span::before, .cs_hamburger_menu .cs_menu_dropdown_toggle span::after {
  display: none;
}
.cs_hamburger_menu .menu-item-has-children {
  display: flex;
  align-items: center;
  gap: 0 23px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cs_hamburger_menu .menu-item-has-children:hover > a {
  color: var(--accent);
}
.cs_hamburger_menu .menu-item-has-children > *:first-child {
  order: 1;
}
.cs_hamburger_menu .menu-item-has-children > *:nth-child(2) {
  order: 3;
}
.cs_hamburger_menu .menu-item-has-children > *:nth-child(3) {
  order: 2;
}
.cs_hamburger_menu .menu-item-has-children > ul {
  width: 100%;
}
.cs_hamburger_menu .cs_nav_list > li:not(:last-child) {
  margin-bottom: 28px;
}
.cs_hamburger_menu .cs_nav_list > li > ul {
  font-size: 65%;
  line-height: 1.6em;
}
.cs_hamburger_menu .cs_nav_list > li > ul .cs_menu_dropdown_toggle {
  display: block;
  cursor: pointer;
}
.cs_hamburger_menu .cs_nav_list > li > ul .cs_menu_dropdown_toggle::before {
  height: 39px;
}
.cs_hamburger_menu .cs_nav_list > li img {
  display: none;
}
.cs_hamburger_menu .cs_nav_list ul {
  padding-left: 25px;
  padding-top: 10px;
}
.cs_hamburger_menu .cs_nav_list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.cs_close_hamburger {
  background-color: transparent;
  border: navajowhite;
  padding: 0;
  transition: all 0.4s ease;
  cursor: pointer;
}
.cs_close_hamburger:hover {
  opacity: 0.75;
  transform: rotate(90deg) scale(1.05);
}

.cs_hamburger_header_info {
  height: calc(100vh - 110px);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cs_hamburger_header_info {
    display: none;
  }
}

.cs_hamburger_header_info_in {
  padding: 0px 0 50px;
  margin-top: auto;
  margin-bottom: auto;
}

/* End Hamburger Menum */
@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style_1 .cs_nav {
    display: flex;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  transition: all 0.4s ease;
}
.cs_gescout_sticky.cs_site_header.cs_style_1 {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}
.cs_gescout_sticky.cs_site_header.cs_style_1.cs_transparent_header {
  background-color: rgba(0, 0, 0, 0.8);
}

.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}
.cs_gescout_show.cs_site_header.cs_style_2 {
  background-color: var(--primary);
}
.cs_gescout_show.cs_site_header.cs_style_2 .cs_main_header_in {
  height: 90px;
}
.cs_gescout_show.cs_site_header.cs_style_2 .cs_header_info_box {
  color: #fff;
}
.cs_gescout_show.cs_site_header.cs_style_2 .cs_btn.cs_style_2 {
  border-color: #fff;
  color: #fff;
}
.cs_gescout_show.cs_site_header.cs_style_2 .cs_btn.cs_style_2:hover {
  border-color: var(--accent);
}

.cs_site_branding {
  display: inline-block;
}
.cs_site_branding + .cs_nav {
  margin-left: 80px;
}
@media (max-width: 1600px) {
  .cs_site_branding + .cs_nav {
    margin-left: 40px;
  }
}

.cs_main_header .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}
@media (max-width: 1600px) {
  .cs_main_header .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 1400px) {
  .cs_main_header .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .cs_main_header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .cs_main_header {
    position: relative;
  }
  .cs_main_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .cs_site_header.cs_style_1 .cs_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }
  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cs_nav {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 40px;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
  }
  .cs_nav .cs_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
    transition: all 0.4s ease;
    pointer-events: none;
  }
  .cs_nav .cs_nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -1px;
    border-radius: 0px 0px 2px 0px;
  }
  .cs_nav .cs_nav_list > li ul {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
    position: relative;
  }
  .cs_nav .cs_nav_list ul {
    width: 230px;
    background-color: var(--web-wash);
    position: absolute;
    border-top: 2px solid var(--accent);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0 0 5px 5px;
  }
  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
  }
  .cs_nav .cs_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs_nav + .cs_toolbox {
    margin-left: 40px;
  }
  .cs_menu_toggle,
  .cs_menu_dropdown_toggle {
    display: none;
  }
  .cs_nav .cs_nav_list .cs_mega_menu {
    position: relative;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1296px !important;
    display: flex !important;
    position: fixed;
    top: 100px !important;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px 10px;
    border-top: 2px solid var(--accent);
    border-radius: 0 0 5px 5px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper a {
    padding: 7px 10px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children {
    flex: 1;
    padding: 10px 0;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children > a {
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children > a:hover {
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul a {
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper.cs_with_thumb {
    display: grid !important;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    padding: 25px 25px 20px 25px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper.cs_with_thumb img {
    border: 1px solid var(--border);
    border-radius: 7px;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 8px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper.cs_with_thumb a {
    padding: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper.cs_with_thumb a:hover img {
    border-color: #d5d4d4;
  }
  .cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .cs_nav .cs_nav_list > li ul:not(.cs_mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1116px !important;
  }
  .cs_site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 100% !important;
  }
  .cs_site_header_full_width .container {
    padding: 0 15px;
  }
  .cs_menu_dropdown_toggle {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 23px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .cs_menu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
  }
  .cs_menu_dropdown_toggle span:before, .cs_menu_dropdown_toggle span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    transition: all 0.3s ease;
  }
  .cs_menu_dropdown_toggle span:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_menu_dropdown_toggle.active span:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu-item-has-children .menu-item-has-children .cs_menu_dropdown_toggle {
    padding: 20px 18px;
  }
  .cs_site_branding {
    position: relative;
    z-index: 101;
  }
  .cs_nav .cs_nav_list {
    position: fixed;
    width: 100vw;
    left: -100vw;
    background-color: var(--web-wash);
    color: var(--primary);
    padding: 10px 0;
    top: 0;
    overflow: auto;
    height: 100vh;
    line-height: 1.6em;
    padding-top: 80px;
  }
  .cs_nav .cs_nav_list img {
    display: none;
  }
  .cs_nav .cs_nav_list.cs_active {
    left: 0vw;
  }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
  }
  .cs_nav .cs_nav_list > li > a {
    font-size: 18px;
    line-height: 22px;
  }
  .cs_nav .menu-item-has-children {
    position: relative;
  }
  .cs_transparent_header .cs_nav_list {
    background-color: #1b1b1b;
    color: #fff;
  }
  /*Mobile Menu Button*/
  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
    color: var(--primary);
  }
  .cs_menu_toggle span,
  .cs_menu_toggle span:before,
  .cs_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .cs_transparent_header .cs_menu_toggle {
    color: #fff;
  }
  .cs_site_header.cs_style_1 .cs_menu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
  }
  .cs_site_header .current-menu-item > a:before {
    display: none;
  }
  .cs_site_header.cs_style_1 .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cs_site_header.cs_style_1 {
    top: 0;
  }
  .cs_has_main_nav {
    display: none;
  }
  .cs_site_header .cs_btn.cs_style_2 {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 991px) {
  .cs_site_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style_1 .cs_action_box > *:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .cs_site_header .cs_btn.cs_style_2 {
    display: none;
  }
}

/*header ennd*/




/*# sourceMappingURL=style.css.map */
/* 1. Header Transparency and Z-index */
/*.transparent-header {*/
/*    background-color: rgba(0, 0, 0, 0.4); */
/*    z-index: 1050; */
/*    transition: transform 0.3s ease-in-out; */
/*}*/

/* 2. Header Hide Class (JavaScript isse add karega) */
.transparent-header.header-hidden {
    transform: translateY(-100%); /* Header ko upar dhakel deta hai */
}

/* 3. Background Slider Styling */
#heroSlider {
    top: 0;
    left: 0;
    z-index: 10; /* Header (z-index: 1050) se kafi kam */
    height: 100vh; 
}

.carousel-item {
    height: 100%; /* Carousel items bhi poori height lenge */
}

.carousel-item img {
    /* Yeh property image ko poora cover karne mein help karti hai */
    object-fit: cover;
}

/* Page content ko slider ke neeche shuru karne ke liye */
main {
    position: absolute; 
    z-index: 20; /* Taki content slider ke upar aaye */
    background-color: #fff; /* Content ka background white, taki slider chhip jaye */
    min-height: 200vh; /* Zyada scrolling ke liye */
}
#mainHeader {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.4s ease;
  z-index: 999;
 
}

/*.header-hidden {*/
/*  transform: translateY(-100%);*/
/*}*/


/*.transparent-header {*/
/*  background-color: transparent !important;*/
/*   color: white;*/
/*}*/
.white-header {
  background: white !important;
  color: black !important;
}

/* Optional: ensure nav links also change */
.white-header a {
  color: black !important;
}

/*.transparent-header a {*/
/*  color: white !important;*/
/*}*/
.navbar-toggler span {
  display: block;
  height: 3px;
  background: black !important;
  color:black !important;
  border-radius: 3px;
  transition: 0.3s;
  
}
@media  screen and (max-width: 576px){
    .transparent-header {
    background-color: rgba(0, 0, 0, 0.4) !important; /* Thoda sa dark transparent background */
    z-index: 1050; /* Header ki z-index carousel se zyada rakhein (Bootstrap ki z-index se upar) */
    transition: transform 0.3s ease-in-out; /* Slide effect ke liye zaroori */
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navbar-toggler {
  color: black !important;
  border-color: black  !important;
}


.nav-button ,.prev, .next{
   display:none; 
}
      
}

.change-currency span{
  font-size:12px;
}


/*---------------------enquire-btn-header-bottom-------------------------------------*/

.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  display: none; /* hidden on desktop */
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  z-index: 999;
}

.mobile-bottom-bar .price-info {
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}

.mobile-bottom-bar .price {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
}

.mobile-bottom-bar .from-text,
.mobile-bottom-bar .per {
  font-size: 12px;
  color: #666;
}

.mobile-bottom-bar .check-btn {
  background: #007BFF;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

/* Show only on mobile */
@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: flex;
    gap: 10px;
     bottom:0px;
  }
}
.mobile-bottom-bar {
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}





/* The ".show" class will be added by JavaScript to trigger the animation */
.mobile-bottom-bar.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* General Styling for both buttons */
.mobile-bottom-bar .btn {
    border: none;
    border-radius: 50px; /* Pill shape */
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

/* Hover and Active (tap) effect for buttons */
.mobile-bottom-bar .btn:hover,
.mobile-bottom-bar .btn:active {
    transform: translateY(-3px) scale(1.05); /* Lifts the button up */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: white;
}


/* Specific style for "Enquire Now" button */
.mobile-bottom-bar .btn-enquire {
    background: linear-gradient(45deg, var(--enquire-start-color), var(--enquire-end-color));
    /* Apply the shake animation */
    animation: shake-animation 3s infinite ease-in-out;
    animation-delay: 2s; /* Start animation after 2 seconds */
}

/* Specific style for "WhatsApp" button */
.mobile-bottom-bar .btn-whatsapp {
    background: linear-gradient(45deg, var(--whatsapp-start-color), var(--whatsapp-end-color));
}

.mobile-bottom-bar .btn-whatsapp .fa-whatsapp {
    font-size: 1.2em; /* Makes icon slightly larger */
    margin-right: 8px;
}


/* Keyframes for the "shake" animation on the Enquire button */
@keyframes shake-animation {
    0%, 100% { transform: rotate(0); }
    10%, 30%, 50% { transform: rotate(-4deg); } /* Wiggle left */
    20%, 40% { transform: rotate(4deg); }  /* Wiggle right */
}

/* Pause the animation on hover to make it easier to click */
.mobile-bottom-bar .btn-enquire:hover {
    animation-play-state: paused;
}

#goBtn {
  transition: opacity 0.5s ease, transform 0.5s ease; /* smooth hide */
}

#goBtn.hide {
  opacity: 0;              /* fade out */
  transform: translateY(20px); /* slide down */
  pointer-events: none;    /* disable click after hide */
}

/*------------------------end-enquire-bottom-------------------------------*/

