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

*{
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

body{
	overflow-x: hidden;
    max-width: 100vw;
}
.navs{
	position: fixed !important;
	z-index: 4;
	width: 100%;
	max-width: 100vw;
}
.main-content{
	position: relative;
	top: 75px;
}
/*
.green-nav{
	background-color: #6d6935 !important;
	padding-top: 10px !important;
	padding-bottom: 3px !important;
}
.white-nav-item{
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	font-weight: 500 !important;
	padding-top: 10px;
	color: #000;
}
*/
.green-nav {
    background-color: #849569 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
	margin-top: -1px;
}

.white-nav-item {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-weight: 500 !important;
    padding-top: 10px;
    color: #000;
    position: relative;
}

.white-nav-item:hover .mega-menu-content {
    display: block;
}

.mega-nav {
  background-color: #2E7D32; /* Change to your desired background color */
  width: 100%;
}

.mega-nav .container {
}

.mega-nav .nav {
  /*display: flex;
  justify-content: space-between;*/
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-nav .dropdown-mega {
  position: relative !important;
}

.mega-nav .dropdown-menu-mega {
    /* Modify your existing styles as needed */
    position: absolute !important;
    left: 0 !important;
    width: 50vw !important; /* Adjust width as needed */
    background-color: #849569 !important; /* Change to your desired background color */
    padding: 20px !important; /* Adjust padding as needed */
    list-style: none !important;
    z-index: 1 !important;
}

.mega-nav .dropdown-menu-mega .col-md-6 {
    /* Adjust styling of the columns */
    padding: 0 15px; /* Add padding to columns */
}

.mega-nav .dropdown-item-mega {
  color: #ffffff !important; /* Change to your desired text color */
  text-decoration: none !important;
}

.mega-nav .dropdown-divider {
  background-color: #ffffff; /* Change to your desired divider color */
}
.mega-nav .dropdown-menu {
  background-color: #849569 !important; /* Change to your desired background color */
}
.mega-nav .dropdown-item {
  color: #ffffff !important; /* Change to your desired text color */
  text-decoration: none !important;
}

.mega-nav .dropdown-item:hover {
  color: #000 !important; /* Change to your desired text color */
  text-decoration: none !important;
}

.white-nav-link{
	color: #000;
}

.home-logo{
	max-width: 150px;
	max-height: 100px;
}
.green-nav-link{
	font-weight: 500 !important;
	font-size: 1.2rem !important;
}
.top-white-navbar{
	background-color: #fff !important;
}

.green-nav-item{
	display: none;
}
/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
	.green-nav{
		display: none !important;
	}
	.top-white-navbar{
		background-color: #849569 !important;
	}
	.green-nav-item{
		display: block !important;
	}
	.white-nav-link{
		color: #fff !important;
	}
	.home-logo-black{
		display: none !important;
	}
}

/* Media query for tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .green-nav{
		display: none !important;
	}
	.top-white-navbar{
		background-color: #6d6935 !important;
	}
	.green-nav-item{
		display: block !important;
	}
	.white-nav-item{
		color: #fff !important;
	}
	.home-logo-black{
		display: none !important;
	}
}
/* Media query for laptops */
@media only screen and (min-width: 991px) {
	.home-logo-white{
		display: none !important;
	}
}
.connect-btn{
	border: 1px solid #000 !important;
	background-color: #fff !important; 
	border-radius: 10px !important;
	font-weight: 500 !important;
	transition: .5s !important;
}
.connect-btn:hover{
	border: 1px solid #000 !important;
	border: 0px !important;
	background-color: #000 !important;
	transition: .5s !important;
	color: #fff !important;
	font-size: large;
}

.request-btn{
	border: 1px solid #fff !important;
	background-color: #000 !important; 
	color: #fff !important;
	border-radius: 10px !important;
	font-weight: 500 !important;
	transition: .5s !important;
}
.request-btn:hover{
	border: 1px solid #000 !important;
	border: 0px !important;
	background-color: #fff !important;
	transition: .5s !important;
	color: #000 !important;
	font-size: large;
}
.home-banner-img{
	max-width: -webkit-fill-available;
}
.home-banner-title{
	
}
.home-banner-carousel-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.home-banner-caption{
  top: 50%  !important;
  left: 50% !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
	.home-banner-title{
		font-size: 20px !important;
	}
	.home-banner-desc{
		font-size: 20px !important;
	}
	.home-banner-caption{
		top: 20%  !important;
	}
}

/* Media query for tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-banner-title{
		font-size: 20px !important;
	}
	.home-banner-desc{
		font-size: 20px !important;
	}
	.home-banner-caption{
	  top: 20%  !important;
	}
}

.home-view-btn{
	border: 1px solid #fff !important;
	border-radius: 1px !important;
	color: #fff  !important;
	font-size: large !important;
	transition: .5s !important;
	font-weight: 500 !important;
}
.home-view-btn:hover{
	transition: .5s !important;
	font-size: 1.6rem !important;
}
.destination-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff!important;
}
.cursive-text{
	font-family: 'Alex Brush',handwriting;
	font-size: 30px;
}
.home-thumbnail-title{
	margin-top: 40%;
}
.home-thumbnail-title-blogs{
	margin-top: 40%;
}
.home-thumbnail-card{
	cursor: pointer;
	transition: .5s !important;
}
.home-thumbnail-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: .5s !important;
}
.home-thumbnail-card:hover{
	transform: scale(1.05);
	overflow: hidden;
	transition: .5s !important;
}
.image-container {
  position: relative;
  display: inline-block;
	transition: .5s !important;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 10), rgba(0, 0, 0, 0));
	border-bottom-left-radius:  10px !important;
	border-bottom-right-radius:  10px !important;
}

.overlay-text {
  color: white;
  text-align: center;
  padding: 10px;
  margin: 0;
}

.top-left-box {
  position: absolute;
  bottom: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*right: 15px;*/
  background-color: #e7be1d;
  padding: 7px;
	color: white;
	border-radius: 5px;
}

.overlay-img{
	max-width: 200px;
	height: auto;
}
.package-home-img{
	border-radius: 10px !important;
	transition: .5s;
}
.package-image-container:hover{
	transform: scale(1.05);
	transition: .5s !important;
}
.packages-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f7f7f7 !important;
}
.package-image-container{
	cursor: pointer;
	transition: .5s !important;
}
.view-all-btn{
	border: 1px solid #000 !important;
	border-radius: 15px !important;
	margin-top: 20px !important;
	transition: .5s !important;
	letter-spacing: 1.5px !important;
	font-weight: 500 !important;
}
.view-all-btn:hover{
	background-color: #e1e1e1 !important;
	border: 1px solid #e1e1e1 !important;
	font-size: larger !important;
	transition: .5s !important;
}
.themes-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff!important;
}
.home-theme-img{
	width: 100%;
}
.home-theme-card{
	margin-bottom: 20px;
	transition: .5s;
	cursor: pointer;
}
.home-theme-card:hover{
	transform: scale(1.05);
	transition: .5s;
}
.about-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #e3e3e3!important;
}
.tours-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff!important;
}

.months-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff!important;
}
.specialists-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #849569!important;
}

.home-blog-container {
	display: flex;
	flex-wrap: wrap;
}

.home-blog-image {
	width: 20%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s;
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
	.home-blog-image {
		width: 80%;
		margin: 10%;
		overflow: hidden;
		transition: transform 0.3s;
	}
}

/* Media query for tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-blog-image {
		width: 80%;
		margin: 10%;
		overflow: hidden;
		transition: transform 0.3s;
	}
}

.home-blog-image:hover {
	transform: scale(1.05);
}

.home-blog-image img {
	width: 100%;
	height: auto;
	display: block;
}
.blogs-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f7f7f7!important;
}
.media-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff!important;
}
.clients-container{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff!important;
}
.home-client-carousel-item {
	height: 400px;
}

.home-client-carousel-item .home-client-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #7ebec5;
	color: #fff;
	text-align: center;
	padding: 20px;
}

.experts-banner {
	position: relative;
	width: 100%;
	height: auto;
}
.experts-overlay {
	position: absolute;
	bottom: 120px;
	left: 0;
	padding: 60px;
}
.experts-btn{
	border: 2px solid #fff !important;
	border-radius: 15px !important;
	transition: .5s ease !important;
	letter-spacing: 1.5px !important;
	font-weight: 500 !important;
	color: #fff !important;
}
.experts-btn:hover{
	transform: scale(1.1);
	/*font-size: larger !important;*/
	transition: .5s ease !important;
}
.nav-tabs {
	display: flex !important;
	width: 100% !important;
}

.nav-link {
	flex-grow: 1 !important;
	text-align: center !important;
}
.tab_link{
	font-weight: 500 !important;
}
.region-banner-overlay {
	position: absolute !important;
	top: 50%  !important;
	left: 50% !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.region-banner-overlay {
		font-size: 1rem;
	}
}

/* Media query for tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .region-banner-overlay {
		font-size: 1rem;
	}
}

.region-container{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff!important;
}
.region-banner-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.region-banner-card{
	border: 0 solid !important;
}
.region-banner-img{
	border-radius: 0 !important;
}
.highlight-li{
	font-weight: 400;
	font-size: 1.2rem;
}
.accordion-map-container{
	height: 550px;
	background-color: #f2f7f7 !important;
}
@media only screen and (max-width: 767px) {
	.accordion-map-container{
		height: 100% !important;
		max-height: 100% !important;
		margin-right: 0 !important;
	}
	.p_map{
		max-width: 400px !important;
	}
}

/* Media query for tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.accordion-map-container{
		height: 100% !important;
		max-height: 100% !important;
	}
	.p_map{
		max-width: 100% !important;
	}
}

#accordionItinerary{
	background-color: #f2f7f7 !important;
}
.accordion-itinerary-item{
	background-color: #f2f7f7 !important;
}
.accordion-itinerary-button{
	background-color: #f2f7f7 !important;
}
footer{
	position: relative;
	top: 114px;
}
.footer{
	background-color: #000;
	padding-top: 30px;
}
.footer-logo{
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
  .footer-items {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/* Media query for tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-items {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.logos-item{
	display: inline-block;
	font-size: 2rem;
}
.footer-links, .footer-links:link, .footer-links:hover, .footer-links:active {
  text-decoration: none !important;
	color: inherit;

}
.why-book-card{
	border: 0px  !important;
	padding: 15px !important;
	border-radius: 15px !important;
	background-color: #f7f7f7 !important;
}
.why-book-img{
	border-radius: 15px !important;
}
.blog-card{
	transition: .5s;
	cursor: pointer;
}
.blog-card:hover{
	transform: scale(1.05);
	transition: .5s;
}
.highlight-card{
	font-size: 1.1rem;
	padding: 12px;
	display: inline-block !important;
	border-radius: 10px !important; 
	box-shadow: 0px 0px 10px 10px #f7f7f7;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.check_icon{
	color: #6d6935;
}
.help-card{
	padding: 15px !important;
	border-radius: 10px !important; 
	/*box-shadow: 0px 0px 10px 10px #f7f7f7;*/
	background-color: #f7f7f7 !important;
	border: 0px !important;
}
.call-btn{
	background-color: #6d6935 !important;
	color: #fff !important;
	
}

.nav-tabs{
--bs-nav-link-padding-x: 1.7rem !important;
}

.theme-card-body{
padding:6px !important;
}

.theme-card-title{
font-size:1.1rem !important;
}
.experts_overlay{
      position: absolute;
      bottom: 20px; /* Adjust the distance from the bottom as needed */
      left: 20px; /* Adjust the distance from the left as needed */
      color: white;
}
.success-container{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #f7f7f7;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*.success-content{
    border-left: 6px solid #6d6935 !important;
    border-right: 6px solid #6d6935 !important;
}*/
.contact-input{
	padding: 15px !important;
}

.footer_link:link, .footer_link:visited, .footer_link:hover, .footer_link:active { 
	text-decoration: none;
	color:white ;
}
.text_break{
	white-space: pre-wrap !important;
}

.footer-banner-overlay {
	position: absolute !important;
	top: 85%  !important;
	left: 10% !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	
	text-align: center;
}
.footer-banner-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.4);*/
}
.footer-banner-card{
	border: 0 solid !important;
}

  /* Style for the floating WhatsApp icon */
  .whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    z-index: 999;
  }
  .whatsapp-icon a {
    color: white;
    font-size: 40px;
    text-decoration: none;
  }

 #india-map {
    position: relative;
    max-width: 100%;
    width: 1200px; /* Adjust the width of the map as needed */
    margin: 0 auto; /* Center the map horizontally */
  }

  #india-map img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image horizontally */
  }

  .city-label {
    position: absolute;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    z-index: 3; /* Higher value to ensure it's on top */
    padding: 2px 6px;
    background-color: rgba(255, 255, 255, 0.8); /* Add a transparent background */
    border-radius: 4px;
    text-align: center;
	  text-decoration: none;}

 /* Media query for mobile responsiveness */
  @media (max-width: 768px) {
	  #india-map{
	  	display: none;
	  }
    .city-label {
      font-size: 10px; /* Adjust font size for mobile devices */
    }
  }

.hover-button-back{
	border: 1px solid #000;
	padding: 10px;
	background-color: #fff;
	transition: .5s;
	font-size: 18px;
	padding-left: 30px;
}
.hover-button {
	transition: .5s;
	color: #000;
}

.hover-button:hover {
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	transition: .5s;
	padding-right: 30px;
}

.hover-button-icon{
	opacity: 0;
	transition: opacity 0.3s;
}

.hover-target:hover .hover-button-icon{
	opacity: 1;
}
.jump-container{
	background-color: aliceblue;
}
.jump{
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
}
.jump-link{
	padding-left: 15px;
	padding-right: 15px;
}
.jump-link a{
	color: #5d726d;
	text-decoration: none !important;
}
.jump-link a:hover{
	color: #000;
}
.pgs{
	display: flex;
}
.pg-col{
	padding: 20px;
	cursor: pointer;
}
.pg-img{
	border-radius: 50% !important;
}

@media (max-width: 768px) {
	.pgs{
		display: block;
	}
	.footer{
		max-width: 95vw;
	}
	.footer-container{
		background-color: #000;
	}
	#map iframe{
		overflow: hidden !important;
		width: 100vw !important;
	}
}

.toggle {
	position: absolute;
	top: 15px;
    right: 7%;
	border: 0 !important;
	-ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    /* left: 50px; */
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 9;
}

.toggle span {
	height: 2px;
	margin: 3px 5px;
	width: 25px;
	display: block;
	background: #fff;
	transition: all 0.3s ease;
}

.toggle span:nth-child(2) {
	width: 25px;
	margin-left: -10px;
}
.toggle.active span:nth-child(1) {
	color: #fff;
	transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle.active span:nth-child(2) {
	opacity: 0;
}
.toggle.active span:nth-child(3) {
	color: #fff;
	transform: rotate(45deg) translate(-6px, -7px);
}	
