*{
	padding: 0px;
	margin: 0px;
	 font-family: "Poppins", sans-serif;
}

body{
	 font-family: "Poppins", sans-serif;
	 background: #fcf5ef;

}

h1, h2, h3, h4, h5, h6{
	font-family: "Playfair Display", serif!important;
}

ul{
	padding: 0px;
	margin: 0px;
}
a:hover{
	text-decoration: none;
}
/*Header*/
header{
	background: linear-gradient(to top, transparent, transparent, #000d25, #000d25eb);
/*	background: #000d25eb;*/
	padding: 10px 0px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999;
}


header.scrolled{
	background: #000d25eb!important;
	border-bottom: 1px solid #393332;
}

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


header.scrolled .header-main{
	align-items: center;
}

.header-main .logo img{
    max-width: 110px;
}

.header-main .menu{
	display: flex;
	align-items: center;
}

.header-main .menu ul li{
   display: inline-block;
   margin-left: 20px;
}

.header-main .menu ul li a{
	font-weight: 600;
	color: #fff;
	font-size: 14px;
}

.header-main .menu-item-has-children{
	position: relative;
}

.header-main .menu-item-has-children:after{
	
	content: ">";
	display: inline-block;
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 0px;
	transform: rotate(90deg);

}

.header-main .menu-item-has-children .sub-menu{
	position: absolute;
    background: #f5f5f5;
    top: 25px;
    left: 0px;
    z-index: 9999;
    min-width: 200px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    display: none;
/*    border: 1px solid #ccc;*/
}

@media (min-width: 990px) and (max-width: 2500px) {

.header-main .menu-item-has-children:hover .sub-menu{
	overflow: visible;
	opacity: 1;
	transition: 0.8s;
	display: block;
}
}
.header-main .menu-item-has-children .sub-menu li{
	display: block;
	margin: 0px;
}
.header-main .menu-item-has-children .sub-menu li a{
	border-color: rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 0 0 1px;
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
    transition: 0.5s;
}

.header-main .menu-item-has-children .sub-menu li a:hover{
	background: #000d25;
	color: #fff;
	transition: 0.5s;
}

.header-main .menu .header-button{
	margin-left: 20px;
}

.header-main .menu .header-button .plan-trip{
	background: #c87f14;
	padding: 10px 20px;
	color: #000;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.header-main .menu .header-button .plan-trip i{
	transform: rotate(-45deg);
	margin-left: 5px;
	font-size: 14px;
}

.header-main .menu .header-button .whatsapp i{
	background: #3dc54e;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    margin-left: 20px;
}

/* Mobile Toggle */
.menu-toggle {
    display: none;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 5px 0;
}


/* Mobile Style */
@media (max-width: 991px) {

    .menu-toggle {
        display: block;
    }

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

    .header-main .menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100%;
        background: #000d25;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        transition: 0.4s;
        z-index: 9999;
        overflow-y: auto;
    }

    .header-main .menu.active {
        left: 0;
    }

    .header-main .menu-item-has-children .sub-menu li a{
    	color: #fff!important;
    	border-bottom: 1px solid rgba(255,255,255,0.1);
    }
  .header-main .menu .header-button{
  	margin-left: 0px;
  }
    .header-main .menu .header-button a{
    	margin: 0px;
    	display: block;
    	margin-bottom: 10px;
    }

    .header-main .menu ul {
        width: 100%;
    }

    .header-main .menu ul li {
        display: block;
        margin: 0;
        width: 100%;
    }

    .header-main .menu ul li a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .header-main .menu-item-has-children:hover .sub-menu{

    }

    /* Submenu mobile */
    .header-main .menu-item-has-children .sub-menu {
        position: static;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        max-height: 0;
        overflow: hidden;
        transition: 0.4s;
    }

    .header-main .menu-item-has-children.active .sub-menu {
        max-height: 1500px;
		display: block;
    }

    .header-main .menu-item-has-children:after {
         pointer-events: none;
        transform: rotate(90deg);
    }

    .header-main .menu-item-has-children.active:after {
        transform: rotate(-90deg);
    }

    .header-button {
        margin-top: 20px;
    }

.header-main .menu-item-has-children::after{
	position: absolute;
	top: 8px;
	right: 15px;
}

}

.subheader{
	margin-top: 35px;
}


.subheader img{
	width: 100%;
}

/*Slider*/
.slider{
	position: relative;
}

.slider .item{
/*	background-image: url('https://www.tajmahalluxurytour.com/wp-content/uploads/2025/06/banner-1.jpg');*/
	background-image: url('../images/slider.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	padding: 130px 0px 122px 0px;
	position: relative;
	 overflow: hidden;

}

.slider .item::after {
   content: "";
    position: absolute;
    right: 0;
    top: 30px;
     width: 100%;
        right: -180px;
    height: 100%;
    background: url(../images/slider.png) no-repeat top left;
    background-size: contain;
    opacity: 1;
    z-index: 0;
}


.slider .item::before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #000d25, #000d25f5, transparent);

}


.slider-form form p{
	margin-bottom: 0px;
}



.slider-details{
	position: relative;
	z-index: 999;
}
.slider-details b{
	color: #efb221;
	font-size: 16px;
	text-transform: uppercase;
}

.slider-details h3{
	font-size: 60px;
	color: #fff;
	margin-bottom: 20px;
	list-style: 66px;
}


.slider-details h3 .color-text{
	color: #efb221;
	font-family: "Playfair Display", serif !important;
}
.slider-details p{
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}

.slider-details .slider-button{
	margin-top: 20px;
}

.bg-button{
	background: #c87f14;
    padding: 10px 20px;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
}

.border-button{
	background: transparent;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.form-control{
	font-size: 14px!important;
}
.slider-form textarea{
	height: 100px!important;
}
.slider-form{
/* 	min-width: 300px;
	position: absolute;
	bottom: -17%;
	right: 2%;
	z-index: 9; */
	background: #000e25;
	border-radius: 10px;
	border: 1px solid #f2b959;
	padding: 15px;
}

.slider-form .form-group{
	margin-bottom: 10px;
}
.slider-form .form-icon{
	text-align: center;
	position: absolute;
	top: -40px;
    left: 0;
    right: 0;

}
.slider-form .form-icon i{
    width: 70px;
    height:70px;
    background: #010f25;
    border-radius: 50%;
    border: 1px solid #f2b959;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    color: #c87f14;
}

.slider-form  .form-details{
	text-align: center;
	margin-top: 30px;
}
.slider-form  .form-details b{
	color: #c87f14;
	letter-spacing: 1px;
	font-size: 16px;

}
.slider-form  .form-details p{
	color: #fff;
	font-size: 14px;
}

.slider-form form input{
	width: 100%;
	border-radius: 5px;
	background: #fff;
	border: none;
	font-size: 15px;
	height: 40px;
}

.slider-form form button {
    background: #c87f14;
    padding: 10px 20px;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

/*Counter*/
.counter-section{
	background: #000e25;
	padding: 35px 0px;
	border-top: 1px solid #393332;
}


.counter-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.counter-list .counter-box{
	display: flex;
   
}

.counter-list .counter-box .icon{
	margin-right: 15px;
}

.counter-list .counter-box .icon i{
	font-size: 40px;
    color: #c87f14;
}

.counter-list .counter-box .icon img{
	min-width: 50px;
}

.counter-list .counter-box  .counter-value{
	color: #c87f14;
	font-size: 18px;
	font-weight: 600;
}

.counter-list .counter-box .counter{
	color: #c87f14;
	font-size: 18px;
	font-weight: 600;
}

.counter-list .counter-box .counter-title{
	color: #fff;
}

.height-border{
	width: 2px;
	height: 50px;
	background: #292c3d;
}

/*Tour List*/

.tours-list{
	padding: 40px 0px;
	
}

.section-title .title b{
	color: #c87f14;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
}

.section-title .row{
	align-items: center;
}

.section-title .title h3{
	color: #060f29;
    font-size: 35px;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
/* 	text-transform: uppercase; */
}

.section-title span{
	font-family: "Playfair Display", serif !important;
}

.section-title .title p{
	font-size: 14px;
    font-weight: normal;
}

.view-all{
	text-align: right;
}

.view-all a{
	background: transparent;
    padding: 10px 20px;
    border: 1px solid #c87f14;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.view-all a i{
	margin-left: 10px;
}

.view-all a:hover{
	background: #000e25;
	color: #fff;
}

.tour-box {
	

}
.tour-box .tour-image{
	position: relative;
}
.tour-box .tour-image img{
	border-radius: 5px 5px 0px 0px;
    width: 100%;
    min-height: 230px;
    max-height: 230px;
    object-fit: cover;
}

.tour-box .tour-image span{
	background: #c87f14;
	color: #fff;
	border-radius: 13px;
	padding: 3px 10px;
	font-size: 12px;
	position: absolute;
	top: 10%;
	left: 7%;
}

.tour-box .tour-details{
    background: #fefefe;
    padding: 15px 15px 20px 15px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 9%);
    margin-bottom: 25px;
	min-height: 175px;
}

.tour-box .tour-details h4{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;

}

.tour-box .tour-details p{
	margin-bottom: 5px;
	color: #4f535d;
	font-size: 13px;
}

.tour-box .tour-details .price{
	color: #4f535d;
	margin-bottom: 10px;
}

.tour-box .tour-details .price b{
	color: #c87f14;
}

.tour-box .tour-details .price span{
	color: #4f535d;
}

.tour-box .tour-details .button-vew{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.tour-box .tour-details .requst-demo{
	background: transparent;
    border: 2px solid #010e24;
    padding: 6px 10px;
    border-radius: 4px;
    color: #010e24;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 17px;
}
.tour-box .tour-details .requst-demo:hover{
	background: #010e24;
	color: #fff;
}

.tour-box .tour-details .read-tour{
	background: #c87f14;
	border: 2px solid #c87f14;
	 padding: 6px 10px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	 line-height: 17px;
}


.tour-box-list{
	background: #fcf7f3;
	padding: 0px;
	border: 1px solid #ccc;
	margin-bottom: 15px;

}

/* .tour-box-list .row{
	align-items: center;
} */

.tour-box-list .tour-image{
	height: 100%;
}

.tour-box-list img{
	width: 100%;
	height: 100%;
}

.tour-box-list .box-at-gide-details h3{
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
/*   font-family: "Poppins", sans-serif !important; */
  font-weight: 600;
  margin-bottom: 15px;
}

.tour-box-list .box-at-gide-details li{
	list-style: none;
	margin-bottom: 10px;
	font-size: 12px;
}

.tour-box-list .right-box{
	background: #000e25;
	 width: 100%;
    height: 100%;
    padding: 30px 10px;
    color: #fff;
/*     min-height: 38.5vh; */
    padding-top: 100px;
    text-align: center;
}

.tour-box-list .box-at-gide-details{
	padding-top: 20px;
}

.tour-box-list .right-box .button-vew{
	margin-top: 30px;
}

.tour-box-list .right-box .button-vew a{
	background: #c87f14;
    border: 2px solid #c87f14;
    padding: 7px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

/*reviews*/

	.testi-slider{
	position: relative;
}

.quite-img{
	    max-width: 35px;
    position: absolute;
    top: 3%;
    left: 4%;
}

.reviews{
	padding: 40px 0px;
	background: #fcf5ef;
}

.google{
	display: flex;
	align-items: center;
	justify-content: end;
}

.google img{
	max-width: 50px;
}
.google .google-details{
	margin-left: 20px;
}
.google .google-details p{
	margin-bottom: 0px;
}
.google .google-details li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;

}
.google .google-details li i{
	color: #faad0a;
}
.tripviser{
	text-align: center;
}
.tripviser img{
	width: 87%;
	margin: auto;
	border-radius: 10px;
	border: 1px solid #c87f14;
}
.testi-slider{
	background: #fff;
	border-radius: 10px;
	padding: 15px 10px;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.review-box{
display: block;
	text-align: left;

}

.review-box p{
	text-align: justify;
}

.review-box .client-image{
	margin-bottom: 20px;
}

.review-box .client-image img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin: auto;
}
.review-box .review-details p{
	margin-bottom: 0px;
	font-style: italic;
	color: #000;
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 27px;
}
.review-box .review-details li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.review-box .review-details li i{
color: #faad0a;	
}

.review-box .review-details b{
	color: #142036;
}

/*travel Expert*/

.expert-section {
    position: relative;
    padding: 40px 0;
    background: #fdf5ed;
    overflow: hidden;
}

/*.expert-section::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url('../images/expert-bg.png') no-repeat top right;
    background-size: cover;
    opacity: 0.2;
}*/



.expert-img img{
	width: 100%;
	border: 1px solid #c87f14;
	border-radius: 10px;
	height: 432px;
    object-fit: cover;
}

.sub-title {
    color: #c58a2a;
    font-weight: bold;
    margin-bottom: 0px;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}

.title span {
    color: #c58a2a;
}
.content h5{
	font-size: 17px;
	font-weight: 600;
	margin: 10px 0px;
}
.content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}

.stats {
    display: flex;
    margin-top: 20px;
    gap: 15px;
}

.stat-box {
    background: #0b1c3d;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    flex: 1;
}

.stat-box p{
	text-align: center!important;
}

.stat-box i{
	color: #e3a335;
	font-size: 25px;
}

.stat-box h3 {
    margin: 0;
    font-size: 18px;
}

.stat-box p {
    margin: 5px 0 0;
    font-size: 12px;
    text-align: center;
}

.badge {
    margin-top: 20px;
    background: #0b1c3d;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    width: 100%;

}

.badge span{
	color: #e3a335;
}

.signature {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.signature img {
    height: 30px;
}

.signature b{
	display: block;
	font-weight: 500;
	font-size: 14px;
}

.height-line{
	width: 2px;
	height:60px;
	background: #dfac6a;
}

.signature-text {
    font-size: 13px;
}

.exper-counter-list i{
	color: #c87f14;
}


.exper-counter-list .counter
{
color: #000!important;
}
.exper-counter-list .counter-value{
	color: #000!important;
}

.exper-counter-list .counter-title{
	color: #000!important;
}

.exper-counter-list .counter-box{
	align-items: center;
}

.exper-counter-list .counter-box i{
	font-size: 30px;
}

.exper-counter-list .height-border{
     background: #ffdfb1;
}

.logo-box-footer{
	border: 1px solid #c58a2a;
	border-radius: 10px;
	text-align: center;
}

.logo-box-footer img{
	max-width: 200px;
}

.logo-box-footer .logo-image{
	padding: 20px;
}

.logo-box-footer .details{
	background: #000e25;
	padding: 15px;
	border-radius: 0px 0px 10px 10px;

	color: #fff;
}
.logo-box-footer .details span{
	color: #c58a2a;
}

.logo-box-footer .details b{
	letter-spacing: 1.5px;
	line-height: 30px;
}

.logo-box-footer .details b i{
	color: #c58a2a;
	font-size: 22px;
	margin-right: 10px;
}

/*footer*/
.footer-top{
	background-image: url('../images/footer-top.png');
	background-repeat: no-repeat;
	padding: 20px 0px;
	padding-left: 250px;
	background-color: #000e25;
}

.footer-top h3{
	color: #f0a924;
	font-size: 26px;
	margin-bottom: 7px;
}

.footer-top p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
}
.footer-top .row{
	align-items: center;
}

.plan-buttion{
	text-align: right;
}

.plan-trip-footer{
	background: #c87f14;
    padding: 10px 20px;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.plan-trip-footer i{
	    transform: rotate(-45deg);
    margin-left: 10px;
    font-size: 15px;
}



.footer-bottom{
	background: #000e25;
	padding: 50px 0px;
	border-top: 1px solid #393332;
}

.logo-box{
	text-align: left;
}

.logo-box img{
	width: 165px;
}

.logo-box p{
	 color: #fff;
    font-size: 12px;
    margin-top: 13px;
    text-align: left;
	margin-bottom: 0px;
}
.social-media{
	text-align: left!important;
	margin-top: 5px;
}
.social-media li{
	list-style: none;
	display: inline-block!important;

}

.social-media li i{
	    width: 27px;
    height: 27px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff !important;
    line-height: 27px;
    margin-left: 5px;
    text-align: center;
    margin-right: 0px !important;
}

.social-media li.facebook i{
	background: #1b7cfb;
}

.social-media li.instagram i{
	background: #bf0d8a;
}

.social-media li.youtube i{
	background: #f31312;
}

.social-media li.linkdin i{
	background: #1567c0;
}

.social-media li.whatsapp i{
	background: #63c574;
}

.footer-box .heading{
	margin-bottom: 15px;
}

.footer-box .heading h3{
	text-transform: uppercase;
	font-size: 18px;
	color: #f0a924;
	margin-bottom: 0px;
	font-family: "Poppins", sans-serif!important;
}

.footer-box  ul{
	padding: 0px;
}

.footer-box.menu-list li{
	list-style: none;
	margin-bottom: 7px;

}

.footer-box.menu-list li a{
	color: #fff;
	font-size: 13px;
}

.footer-box.menu-list li a:hover{
	color: #f0a924;
}

.contact-list li{
	list-style: none;
	margin-bottom: 15px;
	display: flex;
    color: #fff;
	font-size: 13px;
}

.contact-list li i{
	margin-right: 10px;
	color: #c87f14;
}

.copyright{
	background: #000e25;
	padding: 20px 0px;
	border-top: 1px solid #393332;
	color: #fff;
	font-size: 13px;
}
.copyright p{
	margin-bottom: 0px;
}
.copyright a{
	color: #fff;
}

.copyright .term-con{
	text-align: right;
}


.destination-gallery-section {
  padding: 0px 0px 0px 0px;
  background: #fcf5ef;
}

.section-header .sub-title {
  color: #c9a34e;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
}

.section-header p {
  color: #666;
}

/* Destination Cards */
.destination-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.destination-card a{
	position: relative;
	display: block;
	z-index: 99;
}
.destination-card a:before{
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
   
    opacity: .77;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    z-index: 0;
}

.destination-card img {
  width: 100%;
  transition: 0.4s;
}

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

.destination-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  color: #fff;
}

.destination-card h4 {
  margin: 0;
  font-size: 18px;
  font-family: "Poppins", sans-serif!important;
}

/* Gallery */
.gallery-section {
  margin-top: 10px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 6px;
}

.gallery-grid .col-lg-3{
	padding-left: 3px;
	padding-right: 3px;
}
.gallery-item img {
  width: 100%;
  transition: 0.4s;
  max-height: 340px;
  min-height: 340px;
  object-fit: cover;
  object-position: top;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.sibgle-page{
	padding: 50px 0px;
}

.policy-details strong{
	color: #b0000b;
}

.policy-details ul{
	padding-left: 20px;
}

.policy-details table th{
	border: 1px solid #000;
	padding: 5px;
}

.policy-details .page-content thead td {
    background-color: #003a6c;
    color: #fff;
    text-align: center;
}

.policy-details .page-content thead th {
    background-color: #38a3ff;
    color: #fff;
}

.policy-details table td{
	border: 1px solid #000;
	padding: 5px;
}

.policy-details ul li{
	margin-bottom: 10px;
	font-size: 14px;
}

.policy-details p{
	line-height: 30px;
	text-align: justify;
	font-size: 14px;
}

.blog-section {
  padding: 0px 0px 40px 0;
  background: #fdf5ed;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

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

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

.blog-content {
  padding: 20px;
}

.blog-date {
  font-size: 13px;
  color: #c9a34e;
  font-weight: 600;
}

.blog-content h4 {
  font-size: 18px;
  margin: 10px 0;
  font-family: "Poppins", sans-serif!important;
}

.blog-content p {
  font-size: 14px;
  color: #666;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #0b1c39;
  font-weight: 600;
  text-decoration: none;
}

.read-more:hover {
  color: #c9a34e;
}

/* Button */
.view-all-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #00010f;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

.view-all-btn:hover {
  background: #0b1c39;
  color: #fff;
}
/*footer{
	position: relative;
}
footer::after {
    content: "";
    position: absolute;
    right: 0;
    top: -81px;
    width: 30%;
    height: 100%;
    background: url(../images/footer-bg-shape.png) no-repeat top right;
    background-size: contain;
    
}*/

.shape-img{
	text-align: right;
    background: #fdf5ed;
}

/*about Page*/

.about-details{
	padding: 60px 0px;
	background: #fcf5ef;
}

.about-content h3{
	color: #c87f14;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Poppins", sans-serif!important;
}

.about-content p{
	text-align: justify;
	font-size: 15px;
	list-style: 30px;
}

.about-content ul{
	padding-left: 25px;
	font-size: 15px;
	margin-bottom: 15px;
}

.about-image img{
	width: 100%;
    border: 1px solid #c87f14;
    border-radius: 10px;
}


/*Tour Category*/

.tour-categort{
	padding: 40px 0px 0px 0px;
	    background: #f1edea;
}


.category-box{
	background: #fcf5ef;
	border-radius: 5px;
	border: 1px solid #c87f14;
	padding: 0px;
	margin-bottom: 15px;
	min-height: 560px;
}


.category-box img{
	width: 100%;
	border-radius: 5px;
}

.category-box  .category-details{
	padding: 15px;
}

.category-box  .category-details h3{
	font-size: 20px;
	text-transform: uppercase;

}

.category-box  .category-details h3 a{
	color: #0b1c3d;
}

.category-box  .category-details h3 a:hover{
	color: #c87f14;
}

.category-box  .category-details p{
	font-size: 14px;
	text-align: justify;
	line-height: 27px;
}

.category-box  .category-details .view-details{
	background: #c87f14;
	padding: 6px 25px;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;

}
.category-box  .category-details .view-details:hover{
	background: #0b1c3d;
	color: #fff;
}

/*.destination-section{
	padding: 40px 0px;
	position: relative;
}
.destination-section .container{
	position: relative;
	z-index: 99;
}

.destination-section::after {
        content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
    height: 100%;
    background: url(../images/footer-bg.jpg) no-repeat top left;
    background-size: cover;
    opacity: 1;
    z-index: 0;
}

.destination-section:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #fbf5ef, #fbf5ef, #2f3b46, transparent);
}*/
.destination-section{
	position: relative;
}
.destination-section img{
	width: 100%;
}

.destination-list{
	max-width: 700px;
}

.destination-list .destination-box{
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
}
.destination-list .destination-box img{
	border-radius: 5px;
}

.destination-list .destination-box .title{
	background: #000000ad;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 5px 0px;
	border-radius: 0px 0px 5px 5px;
}


.destination-button{
	position: absolute;
	bottom: 14%;
    right: 40%;

}

.destination-button a{
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 14px;

}

.destination-button .explore{
	background: #000e2e;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

.destination-button .plain-trip{
	background: #c87f14;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
} 






.about-page{
	    padding: 100px 0px;
    margin-top:120px;
    position: relative;
/*    height: 500px;*/
    background: url(../images/slider.png) no-repeat top left;
}
.about-page::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 53%;
    height: 100%;
    z-index: 0;

    border-top-right-radius: 30% 100%;
    border-bottom-right-radius: 30% 100%;
    border-right: 10px solid #c87f14;

    /* 👇 Overlay + Image */
    background: 
        linear-gradient(rgba(0, 13, 37, 0.85), rgba(0, 13, 37, 0.85)),
        url(../images/slider.png) no-repeat top left;

    background-size: cover;
    background-position: top left;
}


/*.about-page::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 74.9%;
    height: 100%;
    background: url(../images/about-title.png) no-repeat top left;
    background-size: contain;
    opacity: 1;
    z-index: -1;
}*/

.about-page .details-page h1{
    color: #fff;
    font-size: 60px;
}


.about-page .details-page h1 span{
	font-family: "Playfair Display", serif !important;
	color: #f0a924;
}


.about-page .details-page p{
	color: #fff;
	max-width: 300px;
}

.about-page .details-page i{
	color: #f0a924;
	display: block;
	max-width: 300px;
} 

.about-page .details-page .plan-trip {
    background: #c87f14;
    padding: 10px 20px;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    max-width: 300px;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    font-weight: 600;
}


.about-page .details-page .plan-trip i{
	color: #fff;
	margin-right: 15px;
	    transform: rotate(-45deg);
}


.who-we-are{
	padding: 50px 0px;
}



.who-we-are .row{
	align-items: center;
}

.who-we-are .who-we-image img{
	width: 100%;
	border-radius: 10px;
	border: 1px solid #c87f14;
}

.about-title{
	margin-bottom: 10px;
}

.who-we-are .who-we-content h3{
	color: #c87f14;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}

.who-we-are .who-we-content p{
	text-align: justify;
	line-height: 27px;
	font-size: 15px;
}


.about-title:after{
    width: 90px;
    height: 2px;
    background: #c87f14;
    content: "";
    display: block;
}

.our-mission{
	background: #000e25;
	padding: 50px 0px;
}



.mission-box{
	display: flex;
	align-items: flex-start;
}

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

.mission-box .mission-icon i{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #f0a924;
	color: #f0a924;
	font-size: 26px;
	line-height: 60px;
	text-align: center;
	margin-right: 15px;
}


.mission-box  .mission-details h3{
	color: #f0a924;
	font-size: 20px;

}

.mission-box  .mission-details p{
	color: #fff;
	font-size: 15px;
}

.mission-box  .mission-details i{
	color: #f0a924;
	display: block;
	font-size: 15px;
	margin-bottom: 15px;
}

.orange-color{
	color: #f0a924!important;
}

.mission-list .height-box{
	    width: 3px;
    height: 195px;
    display: inline-flex;
    background: #f0a9246e;
    margin: 0px 20px;
}

.what-we-work{
	padding: 50px 0px;
	text-align: center;
}


.what-we-work .title{
	margin-bottom: 20px;
}

.what-we-work .title h3{
	font-size: 30px;
	font-weight: 600;
}


.what-we-work .work-box{
	    padding: 20px 30px 20px 10px;
	min-height: 180px;
    max-height: 180px
}
.what-we-work .work-box .icon i{
	font-size: 55px;
	margin-bottom: 15px;
	color: #f0a924;
}
.what-we-work .work-box .title b{
	font-size: 12px;
    line-height: 22px;
    display: block;
    font-weight: 600;
    color: #000e25;
}

.what-we-work .work-box.border-r{
	border-right: 2px solid #efd7aa;
}

.tour-img-box {
	margin-bottom: 5px;
}

.tour-img-box img{
	width: 100%;
}

/* .tour-categort .col-lg-4{
	padding-left: 5px;
	padding-right: 5px;
} */

.why-us{
	padding: 40px 0px;
	background: #000e25;
	text-align: center;
}

.why-us .title{
	margin-bottom: 20px;
}

.why-us .title h3{
	    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.why-us .col-lg-2{
	padding-left: 0px;
	padding-right: 0px;
}
.why-us .why-box{
	border: 1px solid #ccc;
	padding: 20px 20px;
	text-align: center;
	border-radius: 10px;
	min-height: 185px;
}

.why-us .why-box .why-icon i{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #f0a924;
	color: #f0a924;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 20px;
}

.why-us .why-box b{
	    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.why-us .why-box b span{
	color: #f0a924;
}
.why-us p{
	color: #fff;
}

.service-about{
	padding: 40px 0px;
}

.service-about .service-list{
	display: flex;
	align-items: flex-start;
}




.service-about .service-list .service-box{
	display: flex;
	align-items: flex-start;
}

.service-about .service-list .service-box i{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #f0a924;
	color: #f0a924;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin-right: 20px;
}

.service-about .service-list .service-box .service-details h3{
	color: #000e25;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.service-about .service-list .service-box .service-details p{
	text-align: justify;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 10px;
}

.service-about .service-list .height-lines{
	background: #f0a924;
	height: 200px;
	width: 1px;
	margin: 0px 10px;
}

.logo-patner{
	display: flex;
}

.lata-logo{
	display: flex;
	align-items: center;
}

.lata-logo span{
	font-size: 15px;
}

.lata-logo img{
	max-width: 80px!important;
	margin-right: 10px;
}

.logo-patner .line-height{
	background: #f0a924;
	height: 100px;
	width: 1px;
	margin: 0px 35px;
}

.logo-patner img{
	max-width: 100px;
}

.contact-page{
	padding: 40px 0px;
}

.contact-form{
	
	background: #010f25;
	border-radius: 10px;
	border: 1px solid #f2b959;
	padding: 25px 20px;
}

.contact-form .form-group{
	margin-bottom: 20px;
}

.contact-form .form-details{
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.contact-form .form-details h5{
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.contact-form .form-details p{
	font-size: 14px;
}


.contact-form form input{
	width: 100%;
	border-radius: 5px;
	background: #fff;
	border: none;
	font-size: 18px;
	height: 55px;
}

.contact-form textarea.form-control {
    height: 140px;
}

.contact-form form button {
    background: #c87f14;
    padding: 20px 20px;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

.contact-box{
	background: #f4eeea;
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 10px;
	border: 1px solid #f2b959;
	min-height: 200px;
}

.contact-box i{
	color: #c87f14;
	font-size: 35px;
	margin-bottom: 15px;
}

.contact-box b{
	font-size: 22px;
}

.contact-box p{
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 12px;
}




.primiem-cat-box{
	margin-bottom: 25px;
	position: relative;
	z-index: 999;
	overflow: hidden;
	border-radius: 0px;
		background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}

.primiem-cat-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    z-index: 1;
    background: linear-gradient(to top, #000d25, #000d25f5, transparent);
    border-radius: 0px;
    padding: 10px;
}



.primiem-cat-box a{
	display: block;
	width: 100%;
}

.primiem-cat-box .categoty-image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 0px;
	transition: 0.8s;
	object-position: bottom;

}

.primiem-cat-box:hover img{
	 transform: scale(1.1);
	 transition: 0.8s;
}

.primiem-cat-box .category-details{
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 9999;
	padding: 0px 5px;
	width: 93%;
}

.primiem-cat-box .category-details h3{
	color: #ff9800;
	font-size: 18px;
	font-family: "Poppins", sans-serif!important;
	font-weight: 600;
	text-transform: uppercase;

}

.primiem-cat-box .category-details p{
	color: #fff;
	font-size: 11px;
}


.expert-section p{
	text-align: justify;
	line-height: 23px!important;
    margin-bottom: 7px!important;
}


.brandcrum{
	margin-top: 120px;
	padding: 15px 0px;
	color: #000;
}
.brandcrum a{
	color: #000;
}
.brandcrum p{
	margin-bottom: 0px;
}

.tour-details-data{
	background: #000e25;
	overflow: hidden;

}

.tour-details-data .row{
	width: 100%;
	padding: 0px;
}

.tour-details-data .row .col-lg-7{
	padding-left: 0px;
	padding-right: 0px;
}

.tour-details-data .owl-carousel.owl-theme.tour-details{
	position: relative;
	right: -15px;
}

.tour-details-top{
	padding-bottom: 20px;
}

.single-tour-image .col-lg-8{
	padding-left: 5px;
	padding-right: 5px;
}

.single-tour-image .col-lg-4{
	padding-left: 5px;
	padding-right: 5px;
}
.single-tour-image img{
	border-radius: 10px;
}
.single-tour-image .main-image{
  height: 100%;
}


.single-tour-image .main-image img{
  height: 100%;
}


.tour-content h3{
	color: #000;
	font-size: 24px;
	font-weight: 600;
}

.tour-content p{
	color: #000;
	font-size: 14px;
}

.tour-content .price b{
	color: #000;
}

.tour-content .price h4{
	font-size: 27px;
	margin-bottom: 0px;
	color: #c87f14;
	font-weight: 600;
}

.tour-content .price h4 span{
	color: #000;
	font-size: 15px;
}

.button-tour{
	margin-top: 30px;
}

.button-tour a{
	padding: 10px 20px;
	border-radius: 5px;

}

.button-tour a.inquery{
	background: #c87f14;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.title img{
	width: 200px;
}

.button-tour a.whatsapp{
	background: #3dc54e;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
}

.tour-details .item img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.tour-details-data{
	position: relative;
}

.tour-details-data .bottom-images {
	position: absolute;
    bottom: 0px;
    left: 2.5%;
    z-index: 9999;
    width: 100%;
    padding-bottom: 60px;

}

.tour-details-data .bottom-images:after{
	background: linear-gradient(to bottom, transparent, #000d25, #000d25eb);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	display: inline-block;
	content: "";
	z-index: -1;

}

.tour-details-data .bottom-images img{
	width: 180px;
	height: 100px;
	border-radius: 10px;
	margin-left: 10px;
	border: 1px solid #ccc;
}
.cat-box{
	margin-bottom: 10px;
}
.cat-box img{
	width: 100%;
	border-radius: 10px;

}


.tour-heighlight{
	padding: 40px 0px;
	
}

.tour-light-points{
	background: #e3e3ff;
	padding: 15px 25px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.tour-light-points .title{
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}

.tour-light-points .title h4{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}

.tour-light-points ul{
	padding: 0px;

}

.tour-light-points ul li{
	list-style: none;
	margin-bottom: 15px;
	font-size: 14px;
display: flex;
}

.clear{
	clear: both;
}

.tour-light-points ul li i{
	color: #c87f14;
	margin-right: 10px;
	font-size: 16px;
}


.duration-box{
	background: #faeddd;
	padding: 15px 25px;
	border-radius: 10px;

}

.duration-box li{
		list-style: none;
	margin-bottom: 15px;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.duration-box li span i{
	margin-right: 10px;
}
.duration-box li span{
	width:50%;
	 }

.duration-box .duration-title{
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}

.duration-box .duration-title h4{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}

.inventry{
	padding: 0px 0px 40px 0px;
}

.inventry .inventry-title{
	margin-bottom: 15px;
}
.inventry .inventry-title h3{
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif!important;
}

.inventry-details{
	position: relative;
	padding-left: 50px;
}

.inventry-details:before{
	width: 3px;
	height: 100%;
	display: inline-block;
	content: "";
	background: #f0a924;
	position: absolute;
	left: 10px;
}



.inventry-details .inventry-box{
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 20px;
}

.inventry-details .inventry-box:before{
	width: 15px;
	height: 15px;
	display: inline-block;
	content: "";
	background: #fff;
	border: 2px solid #f0a924;
	border-radius: 50%;
	position: absolute;
	left: -46px;
}

.inventry-details .inventry-box .day{
	margin-right: 25px;
	margin-top: 5px;
	
}
.inventry-details .inventry-box .day span{
	background: #000;
    color: #f0a924;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    width: 100px;
    text-align: center;

}

.inventry-details .inventry-box .day-details h4{
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif!important;
}

.inventry-details .inventry-box .day-details p{
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}

.include-sec{
	padding: 0px 0px 40px 0px;
}

.include-sec .include-box{
	background: #eaede6;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.include-sec .include-box .include-title{
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

.include-sec .include-box .include-title h3{
	    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.include-sec .include-box li{
	list-style: none;
    margin-bottom: 12px;
    font-size: 14px;
	display: flex;
}

.include-sec .include-box li i{
	color: green;
	margin-right: 10px;
	font-size: 14px;
}


.include-sec .exclude-box{
	background: #fceae6;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.include-sec .exclude-box .include-title{
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

.include-sec .exclude-box .include-title h3{
	    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.include-sec .exclude-box li{
	list-style: none;
    margin-bottom: 15px;
    font-size: 14px;
	display: flex;
}

.include-sec .exclude-box li i{
	color: red;
	margin-right: 10px;
	font-size: 14px;
}
.home-revie .review-box{
	min-height: 325px;
}

.single-tour-image img{
   width: 100%;
}

.tour-mix .primiem-cat-box .categoty-image img{
	height: 350px;
}
.why-travel{
	padding-top: 40px ;
}
.why-travel .section-title{
	margin-bottom: 100px;
}

.why-travel .why-box{
	background: #fff;
	box-shadow: 0 3px 5px rgb(0 0 0 / 9%);
	padding: 50px 15px 15px 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}

.why-travel .why-box .icon{
	position: absolute;
	top: -40px;
	text-align: center;
	width: 100%;
	left: 0px;
}

.why-travel .why-box .icon i{
	width: 70px;
	height: 70px;
	background: #040f25;
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
}

.why-travel .why-box h3{
	margin-bottom: 30px;
	border-bottom: 2px solid #c87f14;
	padding-bottom: 10px;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	position: relative;
}
.why-travel .why-box h3:after{
	width: 13px;
    height: 13px;
    border: 2px solid #c87f14;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -7px;
    left: 43%;
    transform: rotate(136deg);
}

.why-travel .why-box p{
	font-size: 13px;
}

.why-travel .why-box ul{
	padding-left: 20px;
}

.why-travel .why-box ul li{
	list-style: none;
	margin-bottom: 15px;
	border-bottom: 1px solid #c87f14;
	padding-bottom: 15px;
	text-align: left;
	font-size: 12px;
}

.why-travel .why-box ul li i{
	color: #c87f14;
	font-size: 20px;
	margin-right: 10px;
}


.blog-list{
	padding: 40px 0px;
}



.blog-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
}

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

.blog-image{
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:0.4s;
    display:block;
}

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

.blog-content{
    padding:25px;
}

.blog-date{
    font-size:14px;
    color:#777;
    display:block;
    margin-bottom:12px;
}

.blog-content h3{
    font-size:18px;
    margin-bottom:15px;
    line-height:1.4;
	font-weight: 600;
}

.blog-content h3 a{
    color:#111;
    text-decoration:none;
}

.blog-content p{
    font-size:16px;
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
}

.read-more{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#c59d5f;
    text-decoration:none;
    font-weight:600;
}


.blog-details-section{
    padding:90px 0;
    background:#f7f7f7;
}

.blog-layout{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:35px;
    align-items:start;
}

.blog-details-wrapper{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.blog-details-image img{
    width:100%;
    height:auto;
    object-fit:cover;
    display:block;
}

.blog-details-content{
    padding:45px;
}

.blog-meta{
    display:flex;
    gap:25px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.blog-meta span{
    color:#777;
    font-size:15px;
}

.blog-meta i{
    color:#c59d5f;
    margin-right:7px;
}

.blog-details-content h1{
    font-size:25px;
    line-height:1.3;
    margin-bottom:25px;
    color:#111;
}

.blog-details-content h2{
    font-size:30px;
    margin-top:35px;
    margin-bottom:18px;
}

.blog-details-content p{
    font-size:15px;
    line-height:1.9;
    color:#555;
    margin-bottom:22px;
}

.blog-details-content blockquote{
    background:#faf7f2;
    border-left:5px solid #c59d5f;
    padding:30px;
    border-radius:14px;
    font-size:22px;
    line-height:1.7;
    font-style:italic;
    margin:35px 0;
}

.blog-gallery{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:30px;
}

.blog-gallery img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:16px;
}

/* Sidebar */

.blog-sidebar{
    position:sticky;
    top:30px;
}

.sidebar-widget{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-bottom:30px;
    box-shadow:0 5px 25px rgba(0,0,0,0.06);
}

.sidebar-widget h3{
    font-size:24px;
    margin-bottom:25px;
    position:relative;
    padding-bottom:12px;
}

.sidebar-widget h3::after{
    content:"";
    width:60px;
    height:3px;
    background:#c59d5f;
    position:absolute;
    left:0;
    bottom:0;
}

.sidebar-widget form{
    position:relative;
}

.sidebar-widget form input{
    width:100%;
    height:58px;
    border:none;
    background:#f5f5f5;
    border-radius:12px;
    padding:0 20px;
    outline:none;
}

.sidebar-widget form button{
    position:absolute;
    right:6px;
    top:6px;
    width:46px;
    height:46px;
    border:none;
    border-radius:10px;
    background:#c59d5f;
    color:#fff;
}

.sidebar-post{
    display:flex;
    gap:15px;
    margin-bottom:22px;
    align-items:center;
}

.sidebar-post:last-child{
    margin-bottom:0;
}

.sidebar-post-image img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:14px;
}

.sidebar-post-content span{
    font-size:13px;
    color:#999;
    display:block;
    margin-bottom:6px;
}

.sidebar-post-content h4{
    font-size:17px;
    line-height:1.5;
    margin:0;
}

.sidebar-post-content h4 a{
    color:#111;
    text-decoration:none;
}

.create-trip{
	padding: 50px 0px;

}

.create-trip .details{
	text-align: center;
	margin-bottom: 20px;

}

.form-crate{
	    background: #fff;
    border-radius: 16px;
    padding: 25px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.interests-group h4{
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;

}

.tour-enquiry-form .form-control{
    width:100%;
    height:50px;
    border:1px solid #ddd;
    padding:10px 15px;
    margin-bottom:15px;
    border-radius:5px;
	font-size: 13px;
}

.tour-enquiry-form textarea.form-control{
    height:120px;
}

.tour-enquiry-form label{
	width: 100%;
	display: block;
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
}

.interests-group{
    margin-bottom:20px;
}

.interests-group .wpcf7-list-item{
       display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 40%;
    color: #fff;
	font-size: 13px!important;
}

.interests-group .wpcf7-list-item .wpcf7-list-item-label{
	font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.form-submit.btn.btn-primary {
       background: #c77e23;
    width: 100%;
    display: block;
}

.form-submit{
    padding:12px 30px;
    border:none;
    cursor:pointer;
}

.box-tripad{
	background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
		margin-bottom: 15px;
}
		.box-tripad .icon{
			border-right: 1px solid #d7b645;
		}
		.box-tripad i{
			width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000e25;
    line-height: 80px;
    font-size: 30px;
    color: #ffac31;
    margin-right: 15px;
		}
		
		.box-tripad .details{
			padding-left: 20px;
		}
		
		.box-tripad .details h4{
			font-size: 15px;
			margin-bottom: 5px;
			text-transform: uppercase;
			font-weight: 600;
		}
		.box-tripad .details p{
			font-size: 12px;
			margin-bottom: 0px;
		}
		
		.box-tripad .imagedc{
			width: 30%;
    text-align: right;
		}
		
		.box-tripad .imagedc img{
			max-width: 100px;
		}


	.enquery{
			padding-bottom: 40px;
		}
		
		.enquery .enquery-details{
			padding-top: 50px;
			margin-bottom: 50px;
		}
		.enquery .enquery-details .enquery-title{
			margin-bottom: 20px;
		}
		
		.enquery .enquery-details .enquery-title span{
			color: #efb221;
			font-size: 14px;
			text-transform: uppercase;
		}
		
		.enquery .enquery-details .enquery-title h3{
			font-size: 22px;
			color: #000;
			margin-bottom: 10px;
			font-weight: 600;
		}
		
			.enquery .enquery-details .enquery-title p{
			font-size: 14px;
			color: #000;
			margin-bottom: 0px;
		}
		
		.enquery .enquery-details .exper-boxes{
			background: #fff;
			text-align: center;
			margin-bottom: 20px;
			padding: 15px;
			border-radius: 10px;
		}
		
		.enquery .enquery-details .exper-boxes i{
			color: #efb221;
			font-size: 30px;
			margin-bottom: 20px;
		}
		.enquery .enquery-details .exper-boxes h5{
			font-size: 18px;
			color: #000;
			margin-bottom: 5px;
			font-weight: 600;
		}
		
		.enquery .enquery-details .exper-boxes p{
			font-size: 13px;
			color: #000;
			margin-bottom: 0px;
		}
	
		.faqs-list{
			margin-top: 20px;
		}
		
		.faqsa{
			border: 1px solid #ccc;
			border-radius: 10px;
		}
		
		.faqsa .faq-box{
			border-bottom: 1px solid #ccc;
		}
		
	.question {
  font-size: 14px;;
  font-weight: 600;
  padding: 15px 80px 15px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 20px;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
	font-size: 12px;
}

		.sidebar-enqury{
			position: relative;
			margin-top: -200px;
		}
		
		.form-box{
			background: #000e28;
			padding: 50px 10px 10px 15px;
			border-radius: 10px;
			border: 1px solid #c87f14;
			position: relative;
		}

.wpcf7-spinner{
	display: none!important;
}

.form-box .bottom-title{
	font-size: 12px;
}


		.form-box .form-icon{
			position: absolute;
			top: -30px;
    left: 40%;
		}
		
		.form-box .form-icon i{
			background: #000e28;
			text-align: center;
			width: 60px;
			height: 60px;
			line-height: 60px;
			font-size: 22px;
			color: #c87f14;
			border-radius: 50%;
			border: 1px solid #c87f14;
			
		}
		
		.form-title h3{
			text-transform: uppercase;
    font-size: 18px;
    color: #f0a924;
    margin-bottom: 0px;
			font-weight: 600;
    font-family: "Poppins", sans-serif !important;
		}
		.form-title p{
			color: #fff;
		   font-size: 14px;	
		}
		
		.form-box b{
			color: #f0a924;
		}
		
		
		.help-box{
			margin-top: 25px;
		}
		
		.help-box img{
			width: 100%;
			border-radius: 10px;
		}



.home-blog-left {
    margin-bottom: 30px;
}
	.home-blog-left .home-blog-wrapper {
    padding: 15px 10px 20px;
		background-color: #f5eee8;
		border-radius: 10px;
    border: 1px solid #ccc;
}
	.read-btn{
		    background: #c87f14;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
	}
	.home-blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
	
	.home-blog-content {
    display: table-cell;
    padding: 0 15px;
}
	
	.home-blog-title a {
    color: #333;
}
	
	.home-blog-meta {
    color: #777;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
}
	
	.home-blog-left .home-blog-meta:after {
    border-bottom: 2px solid #333;
    content: "";
    display: block;
    height: 15px;
    width: 35px;
}
	
	.home-blog-left .home-blog-content > p {
         line-height: 32px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 15px;
    text-align: justify;
}
	
	.home-blog-right {
    margin-bottom: 30px;
} 
	
	.home-blog-wrapper {
    background-color: #f5eee8;
    padding: 10px;
		border-radius: 10px;
    border: 1px solid #ccc;
}
	
	.home-blog-item {
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
	
	.home-blog-img {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
}
	
	.home-blog-img img {
  max-height: 115px;
    max-width: 150px;
    border-radius: 10px;
}
	
	.home-blog-content {
    display: table-cell;
    padding: 0 15px;
}
	
	.home-blog-meta {
    color: #777;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
}
	
	.home-blog-right p{
		font-size: 13px;
	}
	
	.home-blog-content > p {
    margin: 0;
}
	

	.about-section{
		padding: 40px 0px;
	}
	
	.about-section p{
		font-size: 13px;
    line-height: 23px;
    margin-bottom: 7px;
    text-align: justify;
	}
	
	.quote-icon i{
		font-size: 50px;
		color: #c87f14;
	}
	
	.header-testi{
		display: flex;
		align-items: center;
	}
	
	.name-details{
		text-align: left;
		margin-left: 25px;
	}
	.more-tour .primiem-cat-box::before{
		display: none;
	}


	.menu-item-31 .sub-menu{
		width: 1200px;
		left: -450px !important;
		padding: 20px 0px!important;
		background: #ece5e5!important;
		
	}
	.menu-item-31 .sub-menu:after{
		background: #f1f0f0;
		width: 20%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0px;
		content:"";
		z-index: -1;
	}
	
	.menu-item-31 .sub-menu .menu-item-has-children:after{
		display: none;
	}
	
	.menu-item-31 .sub-menu .sub-menu:after{
		display: none!important;
	}
	
	.menu-item-31 .sub-menu .sub-menu{
		width: auto!important;
		left: auto!important;
		top: auto!important;
		box-shadow: none;
		position: relative!important;
		padding: 0px!important;
		width: 100%!important;
	}
	
	.menu-item-31 .sub-menu .sub-menu li{
		display: block!important;
		width: 100%!important;
	}
	
	.menu-item-31 .sub-menu li{
		display: inline-block!important;
		width: 24%;
		border: none!important;
		vertical-align: top!important;
	}
	.menu-item-31 .sub-menu li a{
		border: none!important;
	}
	.menu-item-31 .sub-menu li a:hover{
		background: none!important;
		color: #000!important;
	}
	

	
	.menu-item-355 a, .menu-item-356 a, .menu-item-357 a, .menu-item-358 a{
		font-weight: 600!important;
		color: #c87f14!important;
		font-size: 16px!important;
		text-transform: uppercase;
	}
	
		.menu-item-31 .sub-menu li .sub-menu a{
		font-size: 13px!important;
		color: #000!important;
		
	}
	
	.sub-banner{
		padding: 150px 0px 75px 0px;
		background-repeat: no-repeat;
		background-size: cover;
	
	}
	.sub-banner .sub-banner-text h3{
		color: #fff;
		font-size: 60px;
	}
	
	.sub-banner .sub-banner-text h3 span{
		color: #e5b064;
    font-family: "Playfair Display", serif !important;
	}
	
	.sub-banner .sub-banner-text img{
		max-width: 150px;
	}
	
	.sub-banner .sub-banner-text p{
		color: #fff;
		font-size: 18px;
	}
	
	.metsection{
		background-image: url('https://intenseindiatours.demourl.info/wp-content/uploads/2026/05/expert-bg.jpeg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
		padding: 40px 50px;
		position: relative;
		z-index: 99;
	}
	
	.metsection .container{
		max-width: 100%!important;
	}
	.metsection:before{
		content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
background: linear-gradient(to right, #f4ddbbf2, #f4ddbde0, #f4ddbdc2);
}
	
	
	
	
	.metsection .expert-img img{
		height: 330px;
		object-fit: cover;
		object-position: center;
	}
	
	.metsection  .exper-details .top-title{
		text-align: center;
	}
	
	.metsection  .exper-details .top-title h4{
		color: #c87f14;
    font-weight: 600;
		font-size: 20px;
	}
	
	.metsection  .header-button{
		margin-top: 25px;
	}
	.metsection  .header-button .plan-trip {
    background: #c87f14;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
	
	.metsection  .exper-details .top-title img{
		max-width: 140px;
	}
	
	.metsection  .exper-details .more-details h3{
		font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
	}
	
	.metsection  .exper-details .more-details p{
		font-size: 14px;
		text-align: justify;
		margin-bottom: 10px;
	}
	
	.metsection  .exper-details .singnature img{
		max-width: 100px;
	}
	
	.tripviser{
		float: right;
		border: 1px solid #c87f14;
	}
	
	
	.fw-progress-wrap{
		display: none!important;
	}
	#multi-step-form .fw-wizard-step-header-container{
		margin-bottom: 0px!important;
	}
	#multi-step-form .fw-progress-bar-container{
		margin: 0px!important;
		margin-bottom: 0px!important;
	}
	#multi-step-form .fw-step-part{
		padding: 0px!important;
		border: none!important;
		background: none!important;
	}
	#multi-step-form .fw-step-part-title{
		display: none!important;
	}
	
	#multi-step-form .fw-step-block{
		margin-bottom: 5px!important;
	}
	
	    #multi-step-form .fw-wizard-step-container .msf-h3 {
        margin: 10px 0 10px 0;
        color: #fff;
        font-size: 13px!important;
    }
	
	#multi-step-form [data-type=fw-text] .fw-input-container label{
		margin-top:5px!important;
	}
	
	#multi-step-form .fw-toggle-summary{
		display: none!important;
	}
	
	#multi-step-form .fw-step-part{
		margin-bottom: 0px!important;
	}
	.pakages-box{
		background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		margin-bottom: 10px;
	}
	
	.pakages-box h3{
		background: #000e28;
		padding: 10px;
		color: #fff;
		margin-bottom: 0px;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
			border-radius: 10px 10px 0px 0px;
		font-family: "Poppins", sans-serif !important;
	}
	
	.pakeges-list{
		padding: 15px;
	}
	
	.pakeges-list .pakge-box{
		display: flex;
		align-items: center;
	
	}
	.pakeges-list  img{
		width: 80px!important;
		height: 80px!important;
		object-fit: cover;
		border-radius: 5px;
	}
	
	.pakeges-list .titles{
		margin-left: 15px;
	}
	
	.pakeges-list .titles b{
		    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
	}
	
	.pakeges-list .titles p{
		color: #111;
		font-size: 12px;
	}
	
	.home-review{
		padding: 20px 0px;
	}
	.home-review .review-box{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.home-review .review-box .icon i{
		width: 50px;
		height: 50px;
		border-radius: 50%;
		color: #c87f14;
		border: 1px solid #c87f14;
		text-align: center;
		line-height: 50px;
		font-size: 22px;
	}
	
	.home-review .review-box .details{
		margin-left: 15px;
	}
	.home-review .review-box .details p{
		margin-bottom: 0px;
	}
	.home-review .review-box .details b{
		color: #c87f14;
	}
	
	.new-contact-view{
		background: #f5f5f5;
		padding: 40px 0px;
	}
	
	.details-boxs{
		border: 1px solid #b1874b85;
		padding: 15px;
		border-radius: 10px;
	}
	
	.contact-boxs{
		border-bottom: 1px solid #b1874b;
		display: flex;
		align-items: center;
		padding: 15px 0px;
	}
	
	.contact-boxs i{
		border: 1px solid #b1874b85;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #b1874b;
    font-size: 18px;
    margin-right: 10px;
	}
	
	.contact-detail-value{
		color: #000;
	}
	
	.contact-detail-value h4{
		color: #000;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 3px;
	}
	
	.contact-detail-value p{
		color: #000;
		font-size: 11px;
		margin-bottom: 0px;
		
	}
	
	.conct-page-form{
		background: #fff;
		padding: 20px;
		border-radius: 15px;
		border: 1px solid #ccc;
	}
	.conct-page-form .title{
		text-align: center;
		margin-bottom: 10px;
	}
	.conct-page-form .title h3{
		font-size: 27px;
		margin-bottom: 5px;
		font-weight: 600;
	}
	.conct-page-form .title p{
		font-size: 13px;
		font-weight: 400;
	}
	
	.conct-page-form #multi-step-form .fw-wizard-step-container .msf-h3{
		color: #000!important;
	}
	
	.conct-page-form .fw-step-block{
		float: left;
		width: 48%;
		margin: 0px 5px;
	}
	.conct-page-form .fw-input-container{
		position: relative;
	}
	.conct-page-form #multi-step-form .fa.form-control-feedback{
		left: 10px;
	}

	.why-travel-contact{
		background: #f5f5f5;
		padding: 0px 0px 30px 0px;
	}
	.journy-main{
		border: 1px solid #43474c;
		padding: 0px 25px 25px 25px;
		border-radius: 10px;
	}
	
	.journy-main .heading{
		text-align: center;
    position: relative;
    top: -20px;
	}
	
	.journy-main .heading h3{
		    color: #000;
    display: inline-block;
    background: #f5f5f5;
    padding: 0px 15px;
	}
	.journy-box{
		border: 1px solid #43474c;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 10px;
		display: flex;
		
	}
	
	.journy-box .icon i{
		width: 60px;
		height: 60px;
		border: 1px solid #ca9d64;
		border-radius: 50%;
		text-align: center;
		line-height: 60px;
		color: #ca9d64;
		font-size: 22px;
		margin-right: 10px;
	}
	
	.journy-box  .journy-details h5{
		margin-bottom: 5px;
		color: #000;
		font-size: 16px;
		font-weight: 600;
	}
	.journy-box  .journy-details p{
		font-size: 12px;
		color: #000;
		margin-bottom: 0px;
	}
	
	.faqs-section-contact{
		background: #f5f5f5;
		padding: 0px 0px 0px 0px;
	} 
	.faqs-section-contact .faq-title{
		text-align: center;
	}
	.faqs-section-contact .faq-title h3{
		color: #000;
		margin-bottom: 15px;
		font-weight: 600;
	}
	.faqs-section-contact .faq-boxs{
		background: #071834;
    border: 1px solid #474d5b;
    margin-bottom: 10px;
		color: #fff;
		border-radius: 5px;
	}
	
	.direction{
			background: #f5f5f5;
		padding: 10px 0px 30px 0px;
	}
	
	.direction-border{
		border: 1px solid #474d5b;
		border-radius: 10px;
		max-height: 252px;
	}
	.direction .map iframe{
		border-radius: 10px 0px 0px 10px;
	}
	.direction-address{
		padding-top: 40px;
	}
	.direction-address h3{
		color: #fff;
		font-size: 20px;
		margin-bottom: 15px;
	}
	.direction-address p{
		display: flex;
		color: #fff;
		font-size: 13px;
	}
	.direction-address p i{
		margin-right: 10px;
		color: #c5a373;
		font-size: 22px;
	}
	
	.direction-address .direction-button{
		margin-top: 30px;
	}
	
	.direction-address .direction-button a{
		border: 1px solid #fff;
		color: #000;
		background: #fff;
		padding: 10px 20px;
		font-size: 14px;
		border-radius: 5px;
	}
	
	.direction-address .direction-button a i{
		color: #000;
	}
	
	.start-list li{
		list-style: none;
		display: inline-block;
		margin-right: 0px;
	}
	
	.start-list li i{
		width: auto;
    height: auto;
    border: none;
    color: #34e0a1;
    font-size: 14px;
    line-height: normal;
}
	
	.single-tour{
		padding: 15px 0px;
	}
	.single-tour .tour-images img{
		border-radius: 4px;
		width: 100%;
	}
	.form-sidebar{
		border-radius: 5px;
		border: 1px solid #c87f14;
	}
	.form-sidebar .header-title{
		background: #01122e;
		padding: 10px 15px;
		text-align: center;
	}
	.form-sidebar .header-title h3{
		color: #c87f14;
	   font-size: 22px;
		margin-bottom: 5px;
	}
	.form-sidebar .header-title img{
		width: 140px;
	}
	
	.form-details{
		padding: 15px;
	}
	.form-details #multi-step-form .fw-wizard-step-container .msf-h3{
		color: #000!important;
	}
	.form-details input{
		border-radius: 4px;
		font-size: 12px;
	}
	
	.form-details select{
		border-radius: 4px;
		font-size: 12px;
	} 
	.direction-bg{
		background-image: url('https://gustavconcept.com/cdn/shop/articles/QIC_SYD_Unispace_QIC_resized_2_copy.jpg?v=1691409476&width=1080');
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: 1;
	}
	
	.direction-bg:after{
		background: #000e25;
		width: 100%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0px;
		content:"";
		opacity: 0.8;
		z-index: -1;
	}
	
	.direction-address{
		padding: 30px 20px;
	}

	.fw-button-next{
		width: 100%;
    border-radius: 5px;
    background: #c87f14!important;
	}
	.whatsapp-button{
		margin-top: 10px;
	}
	.whatsapp-button a{
		background: #000e28;
		padding: 10px 20px;
		border-radius: 5px;
		color: #fff;
		text-align: center;
		display: block;
		font-size: 13px;
		text-transform: uppercase;
	}
	.price-requst{
		background: #000e28;
		padding: 15px;
		border-radius: 10px;
		display: flex;
		margin-top: 10px;
	}
	.price-requst i{
		margin-right: 10px;
    color: #c87f14;
    font-size: 26px;
	}
	.price-requst .price-details h4{
		 color: #c87f14;
		font-size: 18px;
	}
	.price-requst .price-details p{
		color: #fff;
		font-size: 13px;
		margin-bottom: 0px;
	}
	
	.support-box{
		padding: 15px;
		border-radius: 10px;
		border: 1px solid #ccc;
		margin-top: 10px;
	}
	
	.support-box .support-list{
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.support-box .support-list .list{
		font-size: 14px;
		width: 47%;
		display: flex;
		align-items: center;
	}
	.support-box .support-list .list i{
		font-size: 18px;
		margin-right: 5px;
		color: #5c5c5c;
	}
	.support-box .support-list span{
		height: 30px;
		width: 2px;
		background: #ccc;
	}
	
	.tour-overview{
		margin-top: 20px;
	}
	.tour-overview h2{
		font-size: 27px;
		font-weight: 600;
	}
	
	.glance-box{
		display: flex;
		margin-bottom: 25px;
	}
	.glance-box i{
		font-size: 30px;
		color: #c87f14;
		margin-right: 10px;
	}
	
	.glance-details-top{
		margin-top: 30px;
	}
	
	.glance-box .glance-details h5{
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: 600;
	}
	.glance-box .glance-details p{
		margin-bottom: 0px;
		font-size: 11px;
	}
	.inventry-faqs{
		border: 1px solid #ccc;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 40px;
	}
	.inventry-faqs .faq-box{
		border-bottom: 1px solid #ccc;
	}
	
	.inventry-faqs .faq-box:last-child{
		border: none;
	}
	.inventry-faqs .faq-box .question .number-of-day{
		color: #c87f14;
		margin-right: 15px;
	}
	
	.inventry-faqs .faq-box .question .day-title{
		margin-left: 15px;
	} 
	
	.inventry-faqs .question::after {
    content: "\002B";
    font-size: 20px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    border: 1px solid #c87f14;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #c87f14;
}
	
	.exclu-bg-box{
		background: #000e25;
		padding: 25px 15px;
		border-radius: 10px;
		margin-bottom: 40px;
	}
	
	.exclude-title h3{
		color: #c87f14;
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 15px;
	}
	
	.exclude-title h3 i{
		width: 40px;
		height: 40px;
		border: 1px solid #c87f14;
		border-radius: 50%;
		line-height: 40px;
		text-align: center;
		margin-right: 5px;
		font-size: 22px;
	}
	
	.exclu-bg-box ul
	{
		padding-left: 30px;
	}	
	.exclu-bg-box ul li{
		margin-bottom: 10px;
		color: #fff;
		font-size: 12px;
		list-style: none;
		position: relative;
	}
	.exclu-bg-box ul li:after{
		background: #c87f14;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		position: absolute;
		top: 7px;
		left: -20px;
		content: "";
	}
	
	.right-side-image img{
		max-height: 200px;
		min-height: 200px;
		object-fit: cover;
	}
	.tour-images .main-image{
		height: 100%;
	}
	.tour-images .main-image img{
		height: 100%;
		object-fit: cover;
	}


.lato-logo .logo-images{
		display: flex;
		align-items: center;
	}
	
	.lato-logo .logo-images .logo-1{
		margin: 3px;
	}
	
	.lato-logo .logo-images .logo-1 img{
		border-radius: 10px;
		width: 100%;
	}
		.footer-bottom .container{
		max-width: 1340px;
	}
	table{
		width: 100%;
	}
	table th{
		border: 1px solid #ccc;
		padding: 5px;
		font-size: 14px;
	}
	
	table td{
		border: 1px solid #ccc;
		padding: 5px;
		font-size: 14px;
	}

.sitemap-box{
		padding-bottom: 50px;
	}
	
	.box-site-map{
		    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 25px;
    padding: 15px;
	}
	
	.box-site-map h3 {
    text-transform: uppercase;
    color: #3a3a3a;
    margin: 10px 0;
		font-size: 24px;
		font-weight: 600;
		font-family: "Poppins", sans-serif!important;
}
	.box-site-map .menu-list ul li {
    display: inline-block;
    margin: 5px;
    padding: 0;
}
	
	.box-site-map .menu-list ul li a {
    color: #333;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
}
	
	
	
	.box-site-map .menu-list ul li a:hover {
    background-color: #c87f14;
    border-color: #c87f14;
    color: #fff;
}
	
	.box-site-map .menu-list .sub-menu{
		display: none!important;
	}
	.cate-list{
		margin-bottom: 15px;
	}
	.cate-list b{
		display: block;
		margin-bottom: 10px;
	}
	.cate-list b a{
		color: #c87f14;
		
		margin-bottom: 10px;
		border-bottom: 1px solid #c87f14;
	}
	.testimonials .review-details{
		border-bottom: 1px solid #ce9d47;
	}
	
	.trip-adviser-testimonials{
		display: flex;
		margin-top: 15px;
		
	}
	
	.trip-adviser-testimonials .icon img{
		max-width: 60px;
		margin-right: 10px;
	}
	
	.trip-adviser-testimonials .trip-detaiuls .titlesd{
		display: flex;
		align-items: center;
	}
	.trip-adviser-testimonials .trip-detaiuls .titlesd h4{
		font-size: 20px;
		font-weight: 600;
		color: #000;
	}
	.trip-adviser-testimonials .trip-detaiuls .titlesd span{
		display: block;
		margin: 0px 10px;
		color: gray;
	}
	.trip-adviser-testimonials .trip-detaiuls .titlesd ul li{
		list-style: none;
		display: inline-block;
		margin-right: 5px;
		color: #28ad7b;
	
	}
	

@media(max-width:991px){

    .blog-layout{
        grid-template-columns:1fr;
    }

    .blog-sidebar{
        position:relative;
        top:0;
    }

}

@media(max-width:767px){

    .blog-details-content{
        padding:25px;
    }

    .blog-details-content h1{
        font-size:30px;
    }

    .blog-details-content h2{
        font-size:24px;
    }

    .blog-gallery{
        grid-template-columns:1fr;
    }

    .blog-details-image img{
        height:300px;
    }

    .sidebar-widget{
        padding:22px;
    }

}

@media(max-width:991px){

    .blog-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .blog-grid{
        grid-template-columns:1fr;
    }

}


@media only screen and (max-width: 1500px) {
    .slider .item::after{
    	width: 100%;
    	right: -225px;
    }

}

@media only screen and (max-width: 1300px) {
.header-main .logo img {
  max-width: 140px;
}

.header-main .menu ul li a{
	font-size: 13px;
}

.header-main .menu .header-button .plan-trip {
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
	
}

.header-main .menu .header-button .plan-trip i {
  margin-left: 2px;
  font-size: 11px;
}

.header-main .menu .header-button .whatsapp i {
  background: #3dc54e;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  margin-left: 10px;
}

.slider .item{
	padding: 120px 0px 47px 0px;
}


.slider .item::after{
	width: 100%;
}

.slider-details b{
	font-size: 12px;
}

.slider-details h3{
	font-size: 43px;
}

.slider-details p{
	font-size: 13px;
}

.bg-button{
	padding: 6px 10px;
	font-size: 13px;
}

.border-button{
	padding: 6px 10px;
	font-size: 13px;
}

/* .slider-form{
	min-width: 300px;
	right: 2%;
	bottom: -27%;
} */

.slider-form form input{
	height: 30px;
	font-size: 10px;
}

.slider-form form button{
	padding: 5px 20px;
	font-size: 11px;
}


.counter-list .counter-box .icon img{
	min-width: 40px;
}

.counter-list .counter-box .counter-title{
	font-size: 13px;
}

.view-all a{
	padding: 10px 10px;
	font-size: 12px; 
}

.category-box .category-details h3{
	font-size: 17px;
	margin-bottom: 5px;
}

.category-box .category-details p{
	font-size: 13px;
	line-height: 24px;
}

.category-box .category-details .view-details{
	padding: 6px 12px;
	font-size: 12px;
}

.tour-box .tour-details h4{
	font-size: 17px;
}

.tour-box .tour-details p{
	font-size: 13px;
}

}


@media only screen and (max-width: 768px) {
	.slider .item{
		padding: 150px 0px 100px 0px;
	}

	.slider-details h3{
		font-size: 38px;
	}


/* 	.slider-form{
		position: relative;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		background: #000e25;
	}
 */

	.counter-list{
		display: block;
	}

	.tripviser img{
		width: 50%;
		margin-bottom: 20px;
	}

	.expert-img{
		margin-bottom: 15px;
	}

	.logo-box-footer{
		margin-top: 10px;
	}

	.counter-list .counter-box{
		margin-bottom: 15px;
	}

	.section-title .title h3{
		font-size: 23px;
	}

	.section-title .title p{
		font-size: 12px;
	}

	.view-all{
		display: none;
	}

	.destination-button {
  position: absolute;
  bottom: -10%;
  right: 5%;
 
}

	.destination-button a {
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 12px;
}

	.google{
		justify-content: start;
		margin-bottom: 15px;
	}

	.stats{
		margin-bottom: 20px;
	}

	.badge{
		font-size: 11px;
		margin-top: 10px;
	}

	.expert-section::before{
		width: 100%;
	}

    .footer-top h3{
    	font-size: 20px;
    }

	.footer-top{
		padding-top: 110px;
		padding-left: 0px;
	}

	.plan-buttion{
		text-align: left;
		margin-top: 20px;
	}

	.footer-box{
		margin-bottom: 20px;
	}

	.logo-box{
		text-align: left;
	}
	.social-media{
		text-align: left;
	}

	.copyright{
		font-size: 13px;
		text-align: center;
	}

	.copyright .term-con{
		text-align: center;
	}

	.contact-list li{
		font-size: 14px;
	}

	.slider .item::before{
		background: linear-gradient(to right, #000d25cf, #000d25d1, #030e24d1);
		width: 100%;
	}

	.gallery-item img{
		min-height: 200px;
		max-height: 200px;
	}

	footer::after{
		display: none;
	}

	.category-box{
		min-height: auto;
	}
}


	
	@media only screen and (max-width: 600px) {
		.menu-item-31 .sub-menu{
			background: transparent!important;
		}
		.menu-item-31 .sub-menu::after{
			display: none;
		}
		
		.slider-details{
			top: 30px!important;
		}
		.menu-item-31 .sub-menu li .sub-menu a{
			color: #fff!important;
		}
		
		.header-main .menu ul li a{
			padding: 10px 15px;
		}
		
		.header-main .menu .header-button .plan-trip{
			margin-right: 15px;
		}
		
		.header-main .menu-item-has-children .sub-menu .menu-item-355 a{
			color: #fff!important;
			background: #c87f14;
		}
		
		.header-main .menu-item-has-children .sub-menu .menu-item-355 .sub-menu a{
			color: #fff!important;
			background: none!important;
		}
		
		.header-main .menu-item-has-children .sub-menu .menu-item-356 a{
			color: #fff!important;
			background: #c87f14;
		}
		
		.header-main .menu-item-has-children .sub-menu .menu-item-356 .sub-menu a{
			color: #fff!important;
			background: none!important;
		}
		
		.header-main .menu-item-has-children .sub-menu .menu-item-357 a{
			color: #fff!important;
			background: #c87f14;
		}
		
		.header-main .menu-item-has-children .sub-menu .menu-item-357 .sub-menu a{
			color: #fff!important;
			background: none!important;
		}
		
		.header-main .menu-item-has-children .sub-menu .menu-item-358 a{
			color: #fff!important;
			background: #c87f14;
		}
		
		.header-main .menu-item-has-children .sub-menu .menu-item-358 .sub-menu a{
			color: #fff!important;
			background: none!important;
		}
		
		.header-main .menu{
			padding: 0px;
		}
		.counter-list .counter-box{
			border-bottom: 1px dashed #ccc;
    padding-bottom: 16px;
		}
		
		.slider-form form input{
			height: 40px;
		}
		.slider-form{
			padding: 0px!important;
		}
		.testi-slider{
			margin-bottom: 20px!important;
		}
		.metsection{
			padding: 40px 10px!important;
		}
		.tripviser{
			margin-top: 30px!important;
		}
		
		.sub-banner .sub-banner-text h3{
			font-size: 35px;
			font-weight: 600;
		}
		.sub-banner .sub-banner-text p{
			font-size: 14px;
		}
		
		.single-tour{
			margin-top: 65px!important;
		}
		
		.single-tour .col-lg-8{
			padding-right: 15px!important;
		}
		.single-tour .right-side-image{
			margin-top: 10px;
		}
		.single-tour .tour-images .col-lg-4{
			padding-left: 15px!important;
		}
		.single-tour .right-side-image .image1{
			padding-right: 5px!important
		}
		
		.single-tour .right-side-image .image2{
			padding-left: 5px!important
		}
		
		.tour-overview h2{
			font-size: 20px;
		}
		.tour-light-points ul li{
			font-size: 12px;
		}
		.tour-light-points h4{
			font-size: 15px!important;
		}
		
		.inventry-list h3{
			font-size: 20px;
		}
		
		.question{
			padding: 15px 50px 15px 10px;
			font-size: 10px;
		}
		.inventry-faqs .faq-box .question .number-of-day{
			margin-right: 4px;
		}
		.inventry-faqs .faq-box .question .day-title {
  margin-left: 4px;
}
		.inventry-faqs .question::after{
			font-size: 14px;
			right: 0px;
			width: 20px;
  height: 20px;
		}
		
		.mission-list{
			display: block!important;
		}
		
		.mission-list .height-box{
			display: none!important;
		}
		
		.mission-box{
			display: block;
			margin-bottom: 15px;
		}
		
		.mission-icon{
			margin-bottom: 10px;
		}
		.what-we-work .work-box{
			min-height: auto!important;
			padding: 0px!important;
			
		}
		.why-us{
			padding: 40px 15px;
		}
		.why-us .why-box{
			min-height: auto;
			margin-bottom: 10px;
		}
		
		.service-about .service-list{
			display: block;
		}
		.service-about .service-list .height-lines{
			display: none;
		}
		.service-about .service-list .service-box{
			display: block;
			margin-bottom: 15px;
		}
		
		.service-icon{
			margin-bottom: 10px;
		}
		.lata-logo{
			display: block;
		}
		.lata-logo span{
			display: block;
		}
		
		  .blog-details-content h1 {
    font-size: 22px;
  }
		  .blog-details-content {
    padding: 15px 10px;
  }
		.blog-details-section{
			padding: 30px 0px;
		}
		.details-boxs{
			margin-bottom: 10px;
		}
		
		.conct-page-form .fw-step-block{
			float: none;
			width: 100%;
		}
		
		.direction-border{
			max-height: 100%!important;
			border-radius: 0px;
		}
		.faqs-listss .col-lg-6.pl-0 {
  padding-left: 15px !important;
}
		
		.direction{
			padding: 10px 0px 0px 0px;
		}
		
		.journy-main .heading h3{
			font-size: 22px;
		}
		.journy-main{
			padding: 0px 15px 15px 15px;
		}
		.content-section{
			width: 100%;
			overflow: auto;
		}
		.home-blog-img{
			width: 100px;
		}
		
		.home-blog-img img{
			max-height: 90px;
  max-width: 100px;
		}
		
		.home-blog-content p{
			display: none;
		}
		
		.trip-adviser-testimonials .icon img{
			max-width: 45px;
		}
		.trip-adviser-testimonials .trip-detaiuls .titlesd h4{
			font-size: 17px;
		}
		
		.trip-adviser-testimonials .trip-detaiuls .titlesd ul li{
			font-size: 14px;
		}
		.trip-adviser-testimonials .trip-detaiuls p{
			font-size: 12px;
		}
	}