/*
Author       : My_life_design
Template Name: Flyway - Tour & Travel Agency Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START SERVICE DESIGN
    05. START WHY CHOOSE DESIGN
    06. START SPECIAL PACKAGE DESIGN
    07. START TOP DEALS DESIGN
    08. START DEALS & DISCOUNT DESIGN
    09. START GALLERY DESIGN
    10. START BLOG DESIGN
    11. START TESTIMONIAL DESIGN
    12. START COMPANY PARTNER LOGO
    13. START CONTACT DESIGN
    14. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
color: #727272;
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 28px;
background:#fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
  font-family: 'Jost', sans-serif;
  color: #333;
  font-weight: 400;
}
a {
font-family: 'Jost', sans-serif;
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #ebb02d;
    border-right: 8px solid #ebb02d;
    border-bottom: 8px solid #ebb02d;
    border-left: 8px solid #fafafa;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.status-mes h4 {
color: #f7f7f7;
position:relative;
font-size:24px;
margin-top: 30px;
text-transform: capitalize;
letter-spacing: 1px;
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding {
	padding-bottom:80px;
	padding-top: 20px;
}
/*START SECTION TITLE DESIGN*/
.section-title{margin-bottom:60px;position:relative;}
.section-title  h4{
font-family: 'Satisfy', cursive;
color:#ebb02d;
font-size: 30px;
}
.section-title h2 {
	font-size: 56px;
	font-weight: 600;
	margin-top: 0;
	position: relative;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width:736px) { 
.section-title  h2  {font-size:40px;}
}
@media only screen and (max-width:480px) { 
.section-title  h2  {font-size:30px;}
}
.section-title-white{color:#fff;position:relative;}
.section-title  p{
padding: 0 10px;
width: 60%;
margin: auto;	
}
@media only screen and (max-width:736px) { 
.section-title  p{
padding: 0 10px;
width: 90%;
margin: auto;	
}
}
@media only screen and (max-width:480px) { 
.section-title  p{
padding: 0 10px;
width: 90%;
margin: auto;	
}
}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
background: #ebb02d none repeat scroll 0 0;
border-radius: 30px;
bottom: 5px;
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
color: #fff;
cursor: pointer;
font-size: 22px;
height: 50px;
line-height: 45px;
opacity: 1;
position: fixed;
right: 5px;
text-align: center;
transition: all 0.2s ease 0s;
width: 50px;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.site-logo img{
	width: 120px;
	height: auto;
}
.bg-faded {
	background-color:transparent;
	transition: all 0.5s ease 0s;
}
.bg-faded2 {
	background-color:#464a5099;
	transition: all 0.5s ease 0s;
}
@media only screen and (max-width:767px) { 
.bg-faded {background-color:#232a34;}
}
.navbar-fixed {
    z-index: 999;
    position: fixed;
    opacity: .98;
    width: 100%;
	padding:10px 0;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #232a34;
	box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
}
.navbar-fixed.scrolled img {
    content: url('../img/logo3.png'); /* Change to the new logo on scroll */
}
@media only screen and (max-width:767px) { 
.navbar-fixed {background: #232a34;}
}
#navigation{
	padding: 20px 0;
}
@media screen and (max-width:480px){
#navigation{
	padding: 15px 0;
}
}
#navigation.navbar-fixed {
	padding: 15px 0;
}
.header_right {
	display: flex;
	flex-basis: auto;
	float:right;
}
@media screen and (max-width:480px){
.header_right {float:none;}
}
#main-menu{
	margin-top:10px;
}
#main-menu ul{
	list-style-type: none;
}
#main-menu ul li{
	display: inline-block;
	padding:0px 12px;
	position: relative;
}
#main-menu ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	font-weight:500;
	transition: .3s;
}
@media only screen and (max-width:960px) {
#main-menu ul li{padding:0px 8px;} 
#main-menu ul li a {font-size: 13px;}
}
@media only screen and (max-width:800px) {
#main-menu ul li{padding:0px 8px;} 
#main-menu ul li a {font-size: 13px;}
}
#navigation.navbar-fixed #main-menu ul li a{
	color: #fff;
}
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color:#fff;
}

.slicknav_nav_icon{
	color: #fff;
	font-size: 24px;
}
.slicknav_menu .slicknav_icon::before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "\e68e";
	position: absolute;
	font-family: 'themify';
	color: #fff;
	font-size: 20px;
}
#mobile_menu{display: none;}
@media only screen and (max-width:767px) { 
.navbar-default {
padding: 10px!important;
}
.navbar-collapse{
margin-top: 15px;
}

#navigation ul li a{ 
position: inherit;
color: #333;

}

#navigation ul li ul ,
#navigation ul li ul li ul{
opacity: 1;
position: inherit;
top: 0;
transition: all 0.3s ease 0s;
z-index: 1;
visibility: visible;
background: #fff none repeat scroll 0 0;
box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.05);
padding: 15px;
left: 0;
background: #5e5e5e;
list-style: none;
width: 100%;
}



#navigation ul li ul.sub-menu li{
z-index: 1;
}

#navigation ul li:hover ul.sub-menu{
top:0;
opacity:1;
z-index:999;
visibility:visible;
}
#main-menu{
display: none;
}	
#mobile_menu{
display: block;
width: 100%;
}
.slicknav_nav ul li a{
color: #fff !important;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
}
	
}
@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top: 20px;
  }
.slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
	background: transparent;
	padding: 0;
	margin-top: 10px;
}  
}
@media only screen and (max-width:480px) { 
.slicknav_menu {
	margin-top: -50px;
}
}
.call_to_action{}

.call_to_action {
	background: #ebb02d;
	border: 1px solid #ebb02d;
	color: #fff;
	padding: 10px 30px;
	font-weight: 500;
	display: inline-block;
	-webkit-transition:0.3s;
	transition: 0.3s;
	border-radius: 30px;
}
.call_to_action:hover{
	background: #fff;
	border:1px solid #fff;
	color: #232434!important;
}
@media only screen and (max-width:880px) { 
.call_to_action  {padding: 10px 25px;}
}
@media only screen and (max-width:480px) { 
.call_to_action  {display: inline-block!important;}
}
.arrow-btn::after {
	font-family: FontAwesome;
	content: '\f0d7';
	position: absolute;
	top: 60%;
	right: -1px;
	margin-top: -14px;
}

@media only screen and (max-width:844px) { 
.arrow-btn::after {right: -3px;}
}
@media only screen and (max-width:767px) { 
.arrow-btn::after {display:none;}
}
.slicknav_nav .slicknav_arrow {font-size: 16px;}
/*START DROPDOWN MENU*/
.menu_dropdown  ul { list-style-type: none }
.menu_dropdown  li ul.sub-menu,
.menu_dropdown  ul li ul.sub-menu li ul.sub-menu {
    background: #ebb02d;
    left: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 125%;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
	text-align: left;
    z-index: -99;
	margin-top:15px;
	border-radius: 3px;
}
.menu_dropdown  ul li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.menu_dropdown  ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
}
.menu_dropdown  ul li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
    visibility: visible;
}
.menu_dropdown  ul.nav > li ul li:hover ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.menu_dropdown ul li ul.sub-menu li a {
	color: #fff !important;
	font-size: 17px;
	padding: 15px;
	text-transform: capitalize;
	display: block;
	border-bottom: 0px;
}
.menu_dropdown  ul li ul.sub-menu li:last-child a{border-bottom:none;}
.menu_dropdown  ul li:hover ul.sub-menu li a:hover {
    color: #fff!important;
    text-decoration: none;
	padding-left:15px;
	background:none;
}
/*END DROPDOWN MENU*/
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width:480px) { 
#fw_al_007 {margin-top: 100px;}
}

.home_parallax{height: 700px;position:relative;}
.home_parallax:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
}
.hero-text{padding-top:250px;position:relative;}

.hero-text h1{	
color: #fff;
font-size: 70px;
font-weight: 700;
text-transform: uppercase;
}
@media only screen and (max-width:480px) { 
.hero-text h1{font-size:40px;}
}
@media only screen and (max-width:320px) { 
.slider-info h1{font-size:30px;}
}
.hero-text p{
	color:#fff;
	margin-bottom: 25px;	
}
@media only screen and (max-width:480px) { 
.hero-text p {
  color: #fff;
  margin: auto;
  width: 90%;
  margin-bottom: 25px;
}
}
.btn_one {
	background: #ebb02d;
	border:2px solid #ebb02d;
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	transition: 0.3s;
}
.btn_one:hover{
	background: none;
	border:2px solid #fff;
	color: #fff;
}
.home_video{height: 750px;position:relative;}
.home_video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
}
.html-video {
    top: 0%;
    left: 0%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider-caption {
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
video {min-width: 100%;height:100%; }
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*START COUNTER*/
.counter_area{background:#ebb02d;}
.counter_feature{margin-bottom:80px;}
.counter{border-right: 1px solid #4166ee;}
.brnone{border-right: 0px;}
.counter_img img {
	width: 60px;
	float: left;
	margin-right:20px;
}
.counter h2 {
	color: #fff;
	overflow: hidden;
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 0;
}
@media only screen and (max-width:480px) { 
.counter h2 {font-size: 30px;}
}
.counter h5{
color:#fff;
overflow: hidden;
}
@media only screen and (max-width:480px) { 
.counter h5 {font-size:18px;}
}
/*END COUNTER*/
.service_area {
	padding-bottom: 80px;
}
.service_bg {
	padding: 40px;
	padding-top: 80px;
	background: #fff;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	border-radius: 10px;
	margin-top:-100px;
}
.single_service {
	background: #f9fcff;
	position: relative;
	padding: 60px;
	border-radius: 3px;
	transition: 0.2s;
	border: 1px solid #eee;
	margin-left: -1px;
}
.single_service:hover{
background:#fff;
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
z-index:100;
-webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
}
@media only screen and (max-width:480px) {
.single_service {padding:30px;}
}
.single_service img {
	width: 70px;
	display: block;
	margin-bottom: 30px;
}
.single_service h3 {
	font-weight: 600;
	font-size: 22px;
	padding-bottom: 15px;
}
.single_service p{margin-bottom: 0px;}

/*
* ----------------------------------------------------------------------------------------
* 04.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 05.START WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/
.why_choose {position: relative;}
.why_choose:before {
    background:rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.single-choose {
background: #fff none repeat scroll 0 0;
border-radius: 4px;
padding: 30px 40px;
position:relative;
}
@media only screen and (max-width:812px) { 
.single-choose {margin-bottom:30px;}
}
.single-choose img {
	transition: all 0.3s ease 0s;
	width: 80px;
}
.single-choose h4 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.single-choose p{}
/*
 * ----------------------------------------------------------------------------------------
 * 05.END WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 *  06.START SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/
.single_package {
	margin: 0 0px 20px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
	border-radius: 4px;
	border-bottom:1px solid #ebb02d;
}
.pack_image{
	position: relative;
	transition: .5s;
	overflow: hidden;
}
.pack_image:before,
.blog_image:before
{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	opacity: 0;
	transition: .5s;
}
.pack_image:hover:before{
	opacity: 1;
}
.pack_price{
	font-weight: 600;
	color: #ebb02d;
	font-size:16px;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #fff;
	display: inline-block;
	z-index: 1;
	padding:0 10px 0 20px;
	border-radius: 0 20px 20px 0;
}
.package-hover .tour-rating {
	color: #fec42d;
	margin-bottom: 5px;
}

.single_package .package-hover {
	padding: 30px;
}

.single_package img{
	width: 100%;
	position: relative;
}

.single_package h5 {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 600;
}
.single_package .rating{
	margin-bottom: 10px;
}
.tour-locaton{color: #392c2c;}
.single_package .time_zone {
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 8px;
	background-color: #ebb02d;
	padding: 2px 15px;
	display: inline-block;
	border-radius: 3px;
	margin-top: 15px;
}
/*
 * ----------------------------------------------------------------------------------------
 * 06.END SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 07.START TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */
 .top_deals {
	padding-top: 20px;
}
.box{
    overflow: hidden;
    position: relative;
}
.box:after{
	content: "";
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(-90deg);
    transform-origin: 50% -50% 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
.box:hover:after{
    transform: rotateY(0deg);
    visibility: visible;
    opacity:0.7;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    text-align: center;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transform: translate(0%, 0%);
    transition: all 0.5s ease 0s;
	width: 90%;
	bottom: 20px;
	background-color: #fff;
	padding: 15px 20px;
}
.box:hover .box-content{
    opacity: 1;
    left: 50%;
    transform: translate(-50%, 0%);
}
.box .title{
	margin-bottom: 0px;
	font-family:'Satisfy', cursive;
}
.box .title a {
	color: #1d293e;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.port-cat a {
	font-size: 16px;
	color: #ebb02d;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 500;
}
.port-icon{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ebb02d;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	z-index: 99;
	opacity: 1;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
.single-portfolio{
	border: 5px solid #222;
}
.portfolio-details-content{
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
.portfolio-details-content .port-title{
	font-size: 25px;
	margin-bottom: 10px;
}

.portfolio_btn{margin-top: 60px;}
.portfolio_btn a {
	border: 2px solid #fff;
	padding: 12px 40px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s;
	background: #ebb02d;
}
.portfolio_btn a:hover{
border: 2px solid #333;
background: #fff;
color: #333;
}

/*
 * ----------------------------------------------------------------------------------------
 * 07.END TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
* ----------------------------------------------------------------------------------------
* 08.START DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/

.single-deal {
	border-radius: 4px;
	overflow: hidden;
	margin: 15px;
	text-align: center;
}
.single-deal figure {
	position: relative;
	text-align: center;
	margin: 0;
}
.single-deal figure:before{
	position: absolute;
	content: '';
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.single-deal figure img {
    position: relative;
    display: block;
    width: 100%;
	
}
.tour-rating{
	font-size: 15px;
	margin-top: 0px;
	color: #fec42d;
}
.single-deal figcaption {
	overflow: hidden;
	padding: 15px 20px;
	text-align: left;
	background-color: transparent;
	transition: .2s;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
}

.single-deal h4{
	margin-bottom: 7px;
	font-size:22px;
	text-align: left;
	transition: .2s;
	color: #fff;
}
.single-deal h4 i{

}
.single-deal p{
	margin-bottom: 0;
	font-size: 18px;
}

/*START SINGLE TOUR DETAILS*/
.single_tour_details{margin-bottom: 40px;}
.single_tour_details img{width:100%;}
.single_tour_details h2 {
	font-weight: 500;
	text-transform: capitalize;
	margin: 20px 0;
}
.single_tour_details p{}

.tour_contact_info {
	background: #E6F2FF;
	margin-bottom:30px;
	padding: 40px;
}
.profile_info {
line-height:35px;
}
.profile_info .th {
	font-weight: 700;
	width: 90px;
	margin-right: 50px;
	display: block;
	float: left;
	color: #333;
}
.profile_info .td {
	overflow: hidden;
	display: block;
	font-size: 14px;
}


.book_now{margin-bottom: 30px;}
.book_now h4 {
	border-bottom: 1px solid #eee;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.tour_video{margin-bottom: 15px;}
.tour_video h4{
	border-bottom: 1px solid #eee;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.tour_video iframe {
	width: 100%;
	height: 300px;
}
.map_tour{margin-bottom: 15px;}
.map_tour h4{
	border-bottom: 1px solid #eee;
	font-weight: 600;
	margin-bottom:15px;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.map_tour iframe{
	width: 100%;
	height: 300px;
}
.book_now input {
background: #fff none repeat scroll 0 0;
border-color: currentcolor currentcolor #eee;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
color: #333;
margin-bottom:30px;
height: 45px;
padding: 10px;
}
.book_now input:hover,
.book_now input:focus {
border-color: currentcolor currentcolor #ebb02d;
border-style: none none solid;
border-width: 0 0 1px;
    box-shadow: none;
    outline: 0 none;
}

/*END SINGLE TOUR DETAILS*/
/*
* ----------------------------------------------------------------------------------------
* 08.END DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 09.START GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_gallery {
	padding-top: 0;
}
.product-grid{
    background-color: #fff;
    text-align: center;
	margin:15px;
    transition: all 0.3s ease 0s;
}
.product-grid:hover{ box-shadow: -5px -5px rgba(0,0,0,0.05); }
.product-grid .product-image{
    background: #000;
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image img{ opacity: 0.6; }
.product-grid .product-view{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 40%;
    transition: all 0.3s ease 0s;
}
.product-grid:hover .product-view{
    opacity: 1;
    top: 50%;
}
.product-grid .product-view a {
	color: #333;
	background-color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 30px;
	display: block;
	transition: all 0.3s ease 0s;
}
.product-grid .product-view a:hover{
color: #ebb02d; 

}
@media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 09.END GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 10.START BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
.blog_section{padding-bottom:50px;padding-top: 0px;}
.single_home_blog {
	overflow: hidden;
	margin-bottom: 30px;
}
.post-img {}
.post-img img {
	float: left;
	width: 180px;
	margin-right: 30px;
	overflow: hidden;
}
.post-content {}
.post-content h2 {margin-bottom: 15px;}
.post-content h2 a {
	color: #333;
	font-weight: 600;
	transition: 0.3s;
	font-size: 26px;
}
.post-content h2 a:hover{color:#ebb02d;}
.post-content p {margin-bottom: 15px;overflow: hidden;}
.post-content span {
	display: inline-block;
	margin-right: 20px;
	color: #333;
	font-weight: 500;	
}
.post-content span i{margin-right:10px;}
/*BLOG PAGES DESIGN*/
.blog-page{background:#ffffff;;}

.post-slide-blog{
background: #fff none repeat scroll 0 0;
border-radius:10px;
box-shadow: 0 10px 40px -10px rgba(0,64,128,.08);
margin-bottom: 30px;
overflow: hidden;
padding: 40px;
}
.blog-img img {
	position: relative;
	height: 350px;
	width: 100%;
}
@media only screen and (max-width:768px) { 
.blog-img img{width:100%;}
}
.blog-img a {
	position: absolute;
	left: 4%;
	top: 5%;
	background: #ebb02d;
	padding: 3px 15px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
@media only screen and (max-width:768px) { 
.blog-img a {
	top: 5%;
	left: 6%;
}
}
.post-slide-blog h2 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.post-slide-blog h2 a{color:#1d293e;}
.post-slide-blog h2 a:hover{color:#ebb02d;}
.post-slide-blog span {
	text-transform: capitalize;
	padding-right: 10px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
}
.post-slide-blog span a{color:#ebb02d;}
.post-slide-blog > a{margin-bottom: 0px;}
.post-slide-blog p{margin-bottom: 30px;}

.main_btn{
	border: 2px solid #fff;
	padding: 12px 40px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s;
	background: #ebb02d;
}
.main_btn:hover{
border: 2px solid #333;
background: #fff;
color: #333;
}

/*START PAGINATION*/
ul.blog_pagination li a {
	border: 1px solid #eee;
	border-radius: 30px;
	color: #1d293e;
	display: block;
	font-size: 22px;
	font-weight: 500;
	background: #fff;
	height: 60px;
	line-height: 60px;
	margin: 5px;
	text-align: center;
	width: 60px;
}
ul.blog_pagination li a:hover {
    color: #fff;
    background: #ebb02d;
    border: 1px solid #ebb02d;
}
/*END PAGINATION*/
/*START BLOG SIDEBAR DESIGN*/
.contact_form_blog{padding-top:0px!important;}
.blog_sidebar_title {
	border-bottom: 1px solid #eee;
	color: #1d293e;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: x;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
}
.blog_search, .latest_blog, .advertisement_post, .video_post, .categories, .tag, .banner {
	margin-bottom: 30px;
	background: #fff;
	padding: 30px 30px;
	border-radius:10px;
	border-top: 3px solid #ebb02d;
	box-shadow:0 10px 40px -10px rgba(0,64,128,.2);
}
.tag{overflow: hidden;}
@media only screen and (max-width:768px) { 
    .blog_search { margin-top: 60px }
}
.blog_search{}
.blog_search input {
background: #E6F2FF none repeat scroll 0 0;
border: 1px solid #E6F2FF;
border-radius: 0;
color: #282828;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
height: 50px;
}
.blog_search input:focus{border: 1px solid #ebb02d;}
.single_latest_blog {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.single_latest_blog h4 {
	color: #666;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single_latest_blog:hover h4 { color: #ebb02d }
.single_latest_blog span { color: #161616 }
.single_upcoming_event {margin-bottom: 20px;}
.single_upcoming_event h4 {
	color: #1d293e;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
	margin: 10px 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single_upcoming_event:hover h4 { color: #ebb02d }
.single_upcoming_event span i{margin-right:5px;color: #ebb02d }
.single_upcoming_event span { color: #777 }
.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories ul li { }
.categories ul li a {
	color: #1d293e;
	display: block;
	font-size: 14px;
	padding: 5px 0;
	font-family: poppins;
	font-weight: 400;
}
.categories ul li a:hover { color: #ebb02d }
.categories ul li a i { margin-right: 10px }
.video_post iframe {
    width: 100%;
    height: 100%;
    border: medium none;
}
.tag a {
	border: 2px solid #E6F2FF;
	border-radius: 3px;
	color: #1d293e;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 600;
	margin: 6px 4px;
	padding: 3px 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #E6F2FF;
}
.tag a:hover {
    background: #ebb02d;
    color: #fff;
    border: 2px solid #ebb02d;
}
/*END BLOG SIDEBAR DESIGN*/
/*START BLOG SINGLE PAGE DESIGN*/
.bc_left {
	padding-left: 30px;
	font-style: italic;
	font-weight: 600;
}
.bc_bottom{margin-bottom:30px;}
.single_blog_post { margin-bottom: 60px }
.single_blog_post img {
    width: 750px;
    height: 455px;
}
.blog_post_text h4 { margin: 30px 0 }
.author_part {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 60px;
}
.single_author {
	background: #fff none repeat scroll 0 0;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.08);
	overflow: hidden;
}
.author_part img {
	border: 4px solid #ebb02d;
	border-radius: 100px;
	float: left;
	height: 120px;
	margin-right: 20px;
	width: 120px;
}
.author_part h4 {text-transform: uppercase;
font-size: 16px;
font-weight:700;
letter-spacing: 1px; }
.author_part p { margin-bottom: 0 }
.blog_head_title {
border-bottom: 1px solid #eee;
margin: 0 0 30px;
padding-bottom: 10px;
font-weight: 700;
text-transform: uppercase;
font-size: 18px;
}
.comments_part {
    margin-bottom: 60px;
}
.single_comment {
    margin-bottom: 30px;
    background: #fff;
    padding: 40px;
	border-radius: 10px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.08);
	overflow: hidden;
}
.single_comment_mbnone { margin-bottom: 0px }
.single_comment img {
    border: 4px solid #ebb02d;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-right: 20px;
    width: 120px;
}
.single_comment h4 { font-size: 16px;
font-weight:700;
letter-spacing: 1px;
text-transform: uppercase;}
.single_comment p { margin-bottom: 0 }
.comment-box {
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}
.comment_form input, .comment_form textarea  {}

.comment_form textarea {}
@media only screen and (max-width:768px) { 
    .comment_form textarea { width: 100% }
}
/*END BLOG SINGLE PAGE DESIGN*/

/*
 * ----------------------------------------------------------------------------------------
 * 10.END BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
/*
 * ----------------------------------------------------------------------------------------
 * 11.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
.testimonial-demo {position: relative;}
.testimonial-demo:before {
    background:rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.testimonial {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	margin:0px 15px;
}
.testimonial .pic{
    float: left;
    width:100px;
    height:100px;
    margin-right: 15px;
	margin-bottom: 90px;
}
.testimonial .pic img {
	width: 100%;
	height: auto;
	border-radius: 100px;
}
.testimonial_content{}
.testimonial_content h3 {
	font-weight: 600;
	font-size: 20px;
}
.testimonial_content i{color:#ebb02d;}
.testimonial_content p{overflow: hidden;margin-top: 10px;}
.testimonial_content small {
	font-weight: 500;
	color: #333;
	font-size: 14px;
	margin-top: 8px;
	display: block;
}

.owl-theme .owl-controls .owl-page span{
    border: 2px solid #ebb02d;
    background: #fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #ebb02d;
}
.active a {
	font-weight: bold;
	color: #b3a400; /* Highlighted color */
	text-decoration: underline; /* Optional */
  }
  
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
.owl-theme .owl-controls .owl-page { display: inline-block }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer }
.owl-theme .owl-controls .owl-page span {
	background-color: #ebb02d !important;
	border-radius: 20px;
	display: block;
	height: 6px;
	margin: 5px 3px;
	width: 6px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #fff }
.owl-theme .owl-controls {
  display: block !important;
  margin-top:10px;
  text-align: center;
}
/*
 * ----------------------------------------------------------------------------------------
 * 11.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.partner-logo {
background:#ebb02d;
  position: relative;
  padding: 100px 0;
}
.partner { text-align: center }
.partner.owl-theme .owl-controls {display: none!important;}
/*
* ----------------------------------------------------------------------------------------
*  12.END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_area {
background:#E6F2FF ;
}
.contact {
background:#fff;
padding: 80px 60px;
}

.contact input {
background: #fff none repeat scroll 0 0;
border-color: currentcolor currentcolor #ddd;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
color: #333;
margin-bottom:30px;
height: 45px;
padding: 10px;
}
.contact textarea {
	background: #fff none repeat scroll 0 0;
border-color: currentcolor currentcolor #ddd;
border-style: none none solid;
border-width: 0 0 1px;
    border-radius: 3px;
    box-shadow: none;
    padding: 10px;
	margin-bottom:30px;
    color: #333;
    height: 200px;
}
.contact input:hover,
.contact input:focus {
border-color: currentcolor currentcolor #ebb02d;
border-style: none none solid;
border-width: 0 0 1px;
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:hover,
.contact textarea:focus {
    border-color: currentcolor currentcolor #ebb02d;
border-style: none none solid;
border-width: 0 0 1px;
    box-shadow: none;
    outline: 0 none;
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}
.contact_address {
  padding-left: 100px;
  padding-top: 100px;
}
@media only screen and (max-width:768px) { 
.contact_address {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-top: 60px;
}
}
.contact_address h3 {
	margin: 0 0 20px;
	text-transform: capitalize;
	font-weight: 600;
}
.contact_address p{
margin-bottom:30px;
}
.contact_address ul { list-style: none }
.contact_address ul li {
    font-size: 16px;
    margin-bottom: 15px;
}
.contact_address ul li i {
background: #ebb02d none repeat scroll 0 0;
border-radius: 30px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
color: #fff ;
font-size: 18px;
height: 45px;
line-height: 45px;
margin-right: 20px;
text-align: center;
width: 45px;
}
.btn-contact-bg {
background: #ebb02d   none repeat scroll 0 0 !important;
border: 1px solid #ebb02d  !important;
color: #fff !important;
font-family: montserrat,sans-serif;
font-size: 14px;
padding: 10px 30px !important;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #333!important;
    border: 1px solid #333!important;
    color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.map iframe {
	width: 100%;
	height: 400px;
	border: 0px;
	margin-bottom: -9px;
}
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
padding: 30px 0;
background:#232434;
}
.footer_logo{}
.footer_logo img{width: 200px;}
.social_profile {
margin-top:20px;
margin-bottom:30px;
overflow: hidden;
}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
text-align:center;
}
.social_profile ul li{display: inline-block;}
.social_profile ul li a {
	text-align: center;
	border: 0px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 30px;
	background: #fff;
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
	width:40px;
	height:40px;
	line-height:40px;
}
}
.social_profile ul li a:hover{
color:#fff;
}
.f_facebook:hover{background:#3B5998;}
.f_twitter:hover{background:#1A90D9;}
.f_instagram:hover{background:#FF5252;}
.f_linkedin:hover{background:#0e76a8;}
/*END SOCIAL PROFILE CSS*/
.copyright p {
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 15.START SECTION TOP CONTENT DESIGN
* ----------------------------------------------------------------------------------------
*/
.section-content {
	background: url(../img/bg/section-bg.jpg) no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
}
.section-content1 {
	background: url(../img/package/k3.jpg) no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
}

.section-blog-title {
	color: #fff;
	font-weight: 600;
}

/*
* ----------------------------------------------------------------------------------------
* 15.END SECTION TOP CONTENT DESIGN
* ----------------------------------------------------------------------------------------
*/

/* Gallery styling */
.gallery {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	background-color: #e0f0ff;
  }
  
  .gallery-row {
	display: flex;
	justify-content: space-around;
	gap: 10px;
  }
  
  .gallery-row img {
	width: calc(100% / 3 - 10px);
	max-width: 410px;
	max-height: 500px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s;
  }
  
  .gallery-row img:hover {
	transform: scale(1.05);
  }
  
  #lightbox {
	display: none; /* Hide the lightbox initially */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 1000;
  }
  
  #lightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 0px;
  }
  
  
  #lightbox:active {
	cursor: pointer;
  }
  
  
  #lightbox button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	font-size: 2rem;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 1001;
  }
  
  #prev-btn {
	left: 20px;
	background: transparent;
	color: #edd8bb;
  }
  
  #next-btn {
	right: 20px;
	background: transparent;
	color: #edd8bb;
}
  
  
  
  #lightbox img {
	max-width: 800px;
	max-height: 100%;
	border-radius: 0px;
  }
  
  
  .ladakh-tours {
	display: flex;
	gap: 20px;
	flex-wrap: wrap; /* Ensures responsiveness */
	justify-content: flex-start;
	flex-direction: row;
}

.tour-content {
	flex: 2;
}

.tour-content img {
	width: 100%;
	border-radius: 8px;
	max-height: 400px; /* Ensures a uniform image height */
	object-fit: cover; /* Prevents distortion */
}

.tour-content h2 {
	font-size: 24px;
	margin-top: 10px;
}

.tour-content p {
	font-size: 16px;
	color: #666;
}

.tour-sidebar {
	flex: none;
	width: 300px;
}

.blue-box {
	background-color: #eef7fd;
	padding: 15px;
	border-radius: 8px;
}

.blue-box h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.blue-box ul {
	list-style: none;
	padding: 0;
}

.blue-box ul li {
	margin-bottom: 10px;
}

.blue-box ul li a {
	text-decoration: none;
	color: #00a2ff;
	font-size: 22px;
	cursor: pointer;
}

.blue-box ul li a:hover {
	text-decoration: underline;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
}

/* Itinerary Styling */
.itinerary-container {
	flex: 2;
	width: 90%;
	max-width: 1200px; /* Prevents excessive stretching on large screens */
	margin: auto;
}

/* Days - Horizontal Bars */
.day-container {
	display: flex;
	overflow-x: auto; /* Allows horizontal scrolling */
	gap: 10px;
	padding-bottom: 10px;
	flex-wrap: nowrap; /* Keeps days in a row */
}

.day {
	cursor: pointer;
	padding: 15px 20px;
	background: linear-gradient(135deg, #81ddf6, #43c5d6);
	color: white;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease;
	margin-bottom: 10px;
	white-space: nowrap; /* Prevents text from wrapping */
	word-wrap: break-word;
	min-width: 150px; /* Ensures all bars are equal */
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}

.day h3 {
	margin: 0;
	font-size: 16px;
}

.day:hover {
	background: linear-gradient(10deg, #6dcfea, #51c5d4);
}

/* Day Details - Expand Below */
.details {
	padding: 15px 20px;
	background-color: rgb(206, 240, 249);
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	width: 100%;
	box-sizing: border-box;
}

.details p {
	margin: 0;
	line-height: 1.6;
	color: #333;
}

/* Image + Itinerary Layout */
.itinerary-layout {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	flex-wrap: wrap; /* Ensures responsiveness */
}

/* Image on Left */
.itinerary-image {
	flex: 1;
	max-width: 350px;
}

.itinerary-image img {
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	max-height: 350px;
}

/* Itinerary Section */
.itinerary-section {
	flex: 2;
	width: 100%;
}




  .tour-image {
	max-width: 800px;
	display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  }

  .ladakh-section {
    background-color: #f8f9fa; /* Light background for contrast */
    padding: 60px 0;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.ladakh-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ladakh-text {
    flex: 1;
    max-width: 60%;
}

.ladakh-text h2 {
    color: #1a1a1a; /* Dark heading color */
    font-size: 28px;
    margin-bottom: 15px;
}

.ladakh-text p {
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ladakh-text strong {
    color: #b8860b; /* Gold highlight */
}

.ladakh-image {
    flex: 1;
    max-width: 35%;
}

.ladakh-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	margin-top: 100px;
	margin-bottom: 100px;
}

/* Responsive */
@media (max-width: 992px) {
    .ladakh-content {
        flex-direction: column;
        text-align: center;
    }
    .ladakh-text, .ladakh-image {
        max-width: 100%;
    }
    .ladakh-image {
        margin-top: 20px;
    }
}


/* Responsive Design */
@media (max-width: 768px) {
	.ladakh-tours {
		flex-direction: column;
	}

	.tour-sidebar {
		width: 100%;
	}

	.itinerary-layout {
		flex-direction: column;
		align-items: center;
	}

	.itinerary-image {
		max-width: 100%;
	}

	.day-container {
		overflow-x: scroll;
		justify-content: flex-start;
	}

	.day {
		min-width: 120px; /* Adjusts for smaller screens */
		font-size: 14px;
	}
}

#ww_5ffb95776f37c .ww-box  {
	margin-bottom: 30px;
}
.ww-box,
.ww-box * {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
.floating-call-button {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #25d366;
	color: white;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 28px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: background-color 0.3s;
  }

  .floating-call-button:hover {
	background-color: #1ebc5e;
  }
  .floating-enquiry-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 999px;
	padding: 12px 20px;
	font-size: 16px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 9999;
	transition: background-color 0.3s;
  }
  
  .floating-enquiry-button:hover {
	background-color: #0056b3;
  }

  .pack-heading-text{
	color: white;
	font-size: medium;
  }
.pack-heading-text {
	a:link{
		color: greenyellow;
		font-size: large;
	}
}
.viewmore{
	font-size: x-large;
	padding: 5%;
	padding-top: 2%;
	color: #444141;
}