@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');


*{
margin:0;
padding:0;
box-sizing: border-box;
}
body{
background-color:#fff;
color:#000;
 font-family: "Merriweather", serif;
font-weight: 400;
}

p {
 font-family: "Roboto", sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
}
ul{
list-style:none;
margin:0;
padding:0;

}
strong{
  font-weight: 700;

	}
btn{
font-size:12px;
font-weight: 400;
color: #000;
border-radius: 0.25rem;
font-size: .75rem;
font-style: normal;
height: 2rem;
letter-spacing: .075rem;
line-height: normal;
min-width: 8rem;
padding: 0 0.625rem;
text-transform: uppercase;
transition: all .5s ease;
}
.btn-secondary{
font-family: "Roboto", sans-serif;
background-color: #1e1e1e;
    border: 0;
    border-radius:0px;
    padding: 7px 35px;
    font-size: 18px;
	text-transform: uppercase;
	transition: all .5s ease;
}
.btn-secondary:focus{
	 border-color: #000;
	background-color:#000;
	}
.btn-secondary:hover{
background-color:#000;
}
.btn-primary{
font-family: "Roboto", sans-serif;
background-color: #000;
    border: 0;
    border-radius:0px;
    padding: 7px 35px;
    font-size: 18px;
	text-transform: uppercase;
	transition: all .5s ease;
}
.btn-primary:focus{
	 border-color: #1e1e1e;
	background-color:#1e1e1e;
	}
.btn-primary:hover{
background-color:#1e1e1e;
}
.heading1{
font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.1px;
}

@keyframes border {
  0% {
    width: 0%;
  }
  100% {
     width: 120px;
  }
}
h1{
font-weight:700;
 font-family: "Merriweather", serif;
}
h2{
font-weight:700;
 font-family: "Merriweather", serif;
}
h3{
font-weight:700;
 font-family: "Merriweather", serif;
}
h4{
font-weight:700;
 font-family: "Merriweather", serif;
}
h5{
font-weight:700;
 font-family: "Merriweather", serif;
}
h6{
font-weight:700;
 font-family: "Merriweather", serif;
}
a{
text-decoration: none;
}

.fw-500{
	font-weight: 500;
	}

.section-title{
max-width: 900px;
margin: 0 auto;
text-align: center;
}
.section-title h2{
color: #212322;
font-size: 2rem;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 0.5rem;
text-align: center;
position:relative;
}
.section-title h2:after{
content: "";
height: 1px;
width: 100px;
background-color: #a7a9a8;
display: inline-block;
position: absolute;
bottom: -14px;
left: 50%;
transform: translate(-50%, 0%);
}
html {
  scroll-behavior: smooth;
}
.mt-50{
margin-top:50px;
}
.p-24{
padding:0 24px;
}

.p-60{
padding-top:60px;
padding-bottom:60px;
}
.m-60{
margin-top:60px;
margin-bottom:60px;
}

.img-responsive{
max-width:100%;
}

.title-color{
color: #000;
    font-weight: 700;
}
.bg-white{
background-color:#fff;
}
.bg-light-blue{
background-color: #f8fdd2;
}
.bg-grey{
background-color: #e9edf1;
}
.bg-black{
	background-color:#363737;
	}
/*Header Section css*/
header{
padding: 8px 20px;
    position: fixed;
    top: 33px;
    z-index: 50;
    width: 100%;
	transition: all .2s ease;
	background: #fff;
}

.sticky-header{
position: sticky;
z-index: 50;
background: inherit;
background-color: #fff;
width: 100%;
box-shadow: 0px 3px 8px 0px #ccc;
transition: all .5s ease;
}
.heading span{
color: #dc7202;
}
header .navbar-bl{
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}

.nav-items{
display: flex;
align-items: center;
justify-content: space-between;
list-style: none;
margin: 0;
padding: 0;
gap: 10px;
}
@media(min-width:1300px){
	.nav-items{
gap: 24px;
}
	}
.navbar-bl .menu{
display:none;
}
.nav-items .item{
padding: 0px;
font-size: 13px;
font-weight: 600;
position: relative;
transition: all .2s ease;
padding: 7px;
}
.nav-items .item:before{
		content:"";
		width:0%;
		height:2px;
		transition: all .2s ease;
		background-color:#1e1e1e;
		display:inline-block;
		position:absolute;
		bottom:0;
		left:0;
		}
.nav-items .item:hover:before{
width:100%;
}
.nav-items .item:hover .nav-item {
	color:#1e1e1e;
	}
.nav-items .item a{
font-size: 18px;
font-weight: 600;
position: relative;
transition: all .2s ease;
}

.nav-items .item a:hover{
transition: all .2s ease;
}

.nav-dropdown-menu ul li a:hover {
    background-color: #1e1e1e;
	color: #fff;
}

.nav-dropdown-menu .dropdown-item:hover {
    background-color: #1e1e1e;
	color: #fff;
}
.dropdown-toggle:hover{
color:#1e1e1e;
}
header .logo{
position: relative;
top: 0px;
font-size: 36px;
color: #fff;
font-weight: 700;
transition: all .2s ease;
line-height: 1;
}
header .logo p{
	margin-bottom:0;
	}
header .logo.small{
	font-size: 30px;
	transition: all .2s ease;

	}
.sticky-header .logo{
	color: #000;
	}
header .logo span{
color:#1e1e1e;
}
.logo img{
max-width: 145px;

}

header .item .nav-item{
text-decoration: none;
font-size: 18px;
color: #000;
}
.sticky-header .item .nav-item{
	color: #000;
	}
.nav-items .item a.btn{
background-color: #dc7202;
color:#fff;
border-radius: 30px;
border: 0;
padding: 8px 10px;
transition: all .2s ease;
}
.navbar-bl .dropdown-item{
background-color: transparent;
}
header .item .dropdown-menu{
border:none;
box-shadow: 0px 7px 10px 1px #ccc;
}
.item .dropdown-menu {
padding: 0px;
}


.dropdown-li .nav-item:after{
border: none;
content: "\f107";
font-family: FontAwesome;
font-weight: 900;
vertical-align: middle;
position: absolute;
right: -13px;
top: 2px;
font-size: 14px;
}
.top-nav-bg{
	background-color: #1e1e1e;
	padding: 5px 30px;
	}
.top-nav{
font-size: 12px;
color: #fff;

display: flex;
align-items: center;
justify-content: space-between;
}
.top-nav a{
color: #fff;
font-size: 16px;
    font-weight: 600;

}
.top-nav .social-link{
display: flex;
align-items: center;
gap:5px;
}

.top-nav .social-link li {
padding: 0.3vw 0.8vw 0.5vw 0.5vw;
    line-height: 1.5em;
    text-align: left;
    text-decoration: none;
}




.top-nav .social-link a:hover{
color:#f7931e;
}






.dropdown-menu{
padding: 0;
}



.dropdown-toggle::after {
content:"";
background-image:url(../images/icons/white-arrow.svg);
background-repeat:no-repeat;
background-size:contain;
width: 24px;
height: 24px;
display:inline-block;
border: 0;
filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(3004%) hue-rotate(83deg) brightness(103%) contrast(103%);
transform: rotate(180deg);
position: relative;
top: 8px;
}
.top-nav .contact li{
margin-right: 5px;
}
.top-nav-item{
	display: flex;
    align-items: center;
    gap: 13px;
	
	}
	
	.top-nav-item li {
padding: 0.3vw 0.8vw 0.5vw 0.5vw;
    line-height: 1.5em;
    text-align: left;
    text-decoration: none;
}

	
	.top-nav-item a{
	font-size: 20px;	
		}
		.top-nav-item a:hover{
	color:#fff;
		}
	.top-nav-item .nav-item:hover{
		color: #ff9800;
		}

.navbar-mob-bl .menu .fa-bars{
font-size: 26px;
color: #000;
}
.sticky-header .navbar-mob-bl .menu .fa-bars{
	color:#000;
	}
.navbar-bl .dropdown-li{
position: relative;
width:auto;

}
.nav-dropdown-menu{
position: absolute;
top: 38px;
left: 0;
height:0%;
background-color: #fff;
display:none;
transition: all .5s ease;
}
.dropdown-li:hover .nav-dropdown-menu{
display:block;
height: auto;
transition: all .8s ease;
}
@media(max-width:1200px){
	.nav-items .item {
    padding: 7px 10px;
}
header .logo {
    font-size: 30px;
}
.nav-items {
    gap: 3px;
}
	}

@media(min-width:1101px){
	
.navbar-bl{
display:block;
}
.navbar-mob-bl{
display:none;
}
.nav-dropdown-menu .dropdown-item:before{
		content:"";
		width:0%;
		transition: all .2s ease;
		background-color:#1e1e1e;
		display:inline-block;
		position:absolute;
		bottom:0;
		left:0;
		}
.nav-dropdown-menu .dropdown-item:hover:before{
width:100%;
}
.nav-dropdown-menu .dropdown-item:hover{
color:#fff;
}
}
@media(max-width:1100px){
	.nav-items{
display:none;
position: absolute;
top: 40px;
background-color: #fff;
width: 100%;
}
.nav-items li{
padding: 5px !important;
}
.navbar-bl .menu{
display:block;
}
.nav-items.show{
display:block;
}
	.top-nav {
    padding: 5px 0;
}
	.social-link{
		display:none !important;
		}
		.top-contact{
			display: flex;
    flex-direction: row;
    position: relative;
    top: 0;
    z-index: 99;
    gap: 10px;
    right: 0;
			}
			.top-contact li a {
				padding: 0;
    background-color: transparent;
    display: inline-block;
    font-size: 20px;
    position: relative;
	color: #000;
}
.top-contact li .whatsapp-link  {
    font-size: 20px;
}
header .item:hover {
background-color: transparent;
color:#000;
}
header {
padding: 5px 15px;
}
.navbar-mob-bl{
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-bl{
display:none !important;
}
.navbar-mob-bl  .nav-items{
display: none;
position: absolute;
top: 70px;
background-color: #fff;
width: 100%;
left: 0;
padding: 10px 30px;
}
.nav-items .item a {
    color: #000 !important;
}
.navbar-mob-bl .item{
padding: 7px 0px;
}
.navbar-mob-bl  .nav-items.show{
display: block;
}
.navbar-mob-bl .dropdown-menu{
box-shadow: inherit !important;
position:relative !important;
width:100%;
transform: translate3d(0px, 0px, 0px) !important;
}
.navbar-mob-bl .dropdown-item{
border-bottom:1px solid #ccc;

}
.navbar-mob-bl .nav-items li::marker {
display:none;
}
}

@media(max-width:767px){

.sticky-header{
   top: 0!important;
}


	header {
    top: 42px;
}

.top-nav .social-link span{
display:none;
}
.newaletter .img {
justify-content: center;
}
.top-nav{
	justify-content:center;
	gap:12px;
	}
	.btn-secondary {
	margin-bottom: 10px;
    padding: 8px 30px;
}
header .logo {
    font-size: 30px;
}
}
/* Banner Section CSS*/

.banner-bl {
margin-top:135px;
}


.banner-bl .slider-item{
width:100%;
display:block;
position:relative;
}
.banner-bl .slider-item img{
max-width:100%;
height:100%;
object-fit:cover;
	}

.slider-item img{
max-width:100%;
object-position: center;
height: 100%;
}
.banner-slider .owl-nav button span {
top: -19px;
}

.banner-text{
color:#fff;
position:absolute;
bottom:50%;
left:50%;
text-align: center;
max-width: 1000px;
transform: translate(-50%, 50%);
z-index:1;
overflow: hidden;
}
.split-text-container {
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
}

.text-part {
    display: inline-block;
    position: relative;
    transform: translateX(0);
    animation-duration: 6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.text-part.left {
    transform: translateX(-200%);
    animation-name: slide-in-left;
}

.text-part.right {
    transform: translateX(200%);
    animation-name: slide-in-right;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}
.banner-text p{
font-size:18px;
font-weight:600;
}
.banner-text p span {
    width: 7px;
    height: 7px;
    background-color: #1e1e1e;
    border-radius: 50%;
    display: inline-block;
	position:relative;
	top:-2px;
}
.banner-text h1{
font-size:36px;
}
.banner-text h1 span{
color:#1e1e1e;
}
.banner-text .btn-secondary{
	font-size:24px;
	padding: 10px 35px;
	}

.banner img{
width:100%;
height:50vhpx;
display:block;
}
.banner-bl .owl-dots{
					position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
					}
		.banner-bl .owl-dots .owl-dot{
			width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff !important;
    border-radius: 50%;
    margin-right: 5px;
	border:1px solid #ccc;
			}
			.banner-bl .owl-dots .owl-dot.active{
				background-color: #1e1e1e !important;
				}
				
				
				/* Center the nav arrows vertically */
.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none; /* allow buttons only to be interactive */
}

/* Style the arrow buttons */
.banner-slider .owl-nav button.owl-prev,
.banner-slider .owl-nav button.owl-next {
  border: none;
  color: #fff;
  font-size: 60px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: background 0.3s;
  cursor: pointer;
}



/* Remove span override if any */
.banner-slider .owl-nav button span {
  line-height: 1;
}



.tempo-banner img{
	width:100%;
	height:100%;
	}
/*footer section*/
#scroll-to-top{
	width:45px;
	height:45px;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color:#1e1e1e;
	 border-radius: 50%;
	 position:fixed;
	 bottom:30px;
	 right:5px;
	 font-size: 26px;
	 color:#fff;
	     z-index: 50;
	}
	#scroll-to-top:hover{
		background-color:#000;
		}
footer{
 font-family: "Merriweather", serif;

}
footer li{
font-family: "Roboto", sans-serif;
margin-bottom:5px;

}
footer{
background-image:url(../images/footer-bg.webp);
    color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Roboto", sans-serif;
color:#fff;
}
.footer-top{
	border-bottom: 1px solid #ccc;
	}
.footer-head{
justify-content: space-between;
display: flex;
align-items: center;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
gap: 20px;
flex-wrap: wrap;
}

footer .logo span{
	color:#1e1e1e;
	}
	
	
	
	
footer .footer-bottom{
background-color:#ff9800;
color:#fff;
padding: 10px 0;
}
footer h5 a{
 font-family: "Merriweather", serif;
font-size: 20PX;
display: block;
color: #FFF;
text-transform: uppercase;
letter-spacing: 0;
font-weight: 400;
padding-bottom: 5px;
margin-bottom: 0;
}
footer a{
font-family: "Roboto", sans-serif;
color:#fff;
text-decoration: none;
position:relative;
transition: all .2s ease;
font-size: 15px;
font-weight: 400;
font-style: normal;
line-height: 1.7em;
margin-bottom: 0;
font-weight: 500;
border-bottom: 1px solid transparent;
}
footer a:hover{
color: #f7931e;
}
.footer-bottom-link{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding:0 30px;
}

.ft-contact .logo{
font-size:40px;
color: #fff;
font-weight: 700;
transition: all .2s ease;
line-height: 1;
display: block;
}

.ft-contact p {
color: #fff;
}


	
.ft-contact .logo:hover{
color: #fff;
border-bottom: 1px solid transparent;
}

.social-links{
display: flex;
align-items: center;
gap: 10px;
    justify-content: center;
}
footer .links{
	display: flex;
    align-items: center;
    gap: 10px;
	}
	footer .links li{
		padding-right: 10px;
		border-right: 1px solid #fff;
		}
		footer .links li a{
		font-family: "Roboto", sans-serif;
		    line-height: 1;
		}
.social-links a{
	color:#000;
	}
.copyright p{
margin:0;
}
footer .social-links a{
color: #fff;
font-size: 16px;
}
footer .social-links a:hover{
border-bottom: 1px solid transparent;
}

footer .contact i{
margin-right: 5px;
}
footer.contact a{
color: #fff;
}
.taxi-animation {
  position: relative;
    width: 100%;
    height: 72px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    transform: translate(0, 0%);
}
.taxi-animation .taxi-bg{
	position: absolute;
    bottom: 0px;
    width: 100%;
	display: flex;
    justify-content: end;
    align-items: center;
	}
	.taxi-animation .taxi-bg .place{
		max-width: 100%;
    height: 60px;
	display:inline-block;
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(265deg) brightness(106%) contrast(98%);
		}
.taxi-animation .taxi {
  position: absolute;
  width: 100px; 
  animation: drive 6s linear infinite;
  z-index: 1;
      bottom: 0%;
}

@keyframes drive {
  0% {
    right: 100%;
  }
  100% {
    right: -100px; 
  }
}

/*.inner-banner-bl{
width:100%;
height:60vh;
}
.inner-banner-bl img{
width:100%;
height:100%;
object-fit:cover;
}*/


.welcome-img{
border-radius: 15px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
	    margin-bottom: 20px;
}

.welcome-img img{
	height: 100%;
    width: 100%;
	object-fit: cover;
	}
	@media(max-width:992px){
		.welcome-img .img2{
			display:none;
			}
			.welcome-img img{
				object-position: top;
				}
	}
.welcome-bl .title-color{
	    color: #1e1e1e;
    font-size: 48px;
    text-transform: uppercase;
	}
	
	.service-bl{
		background-color:#2c2b2b;
		}
		
	
		.service-item{
			background-color: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
	height:100%;
			}
				.service-item .ser-text{
					padding: 10px;
					}
					.ser-text h4{
						font-size:22px;
						}
					.service-item .ser-img{
						overflow: hidden;
    display: block;
						}
						.btn-group{
							gap: 10px;
							margin: 15px 0;
							margin-top: 5px;
							}
							 .btn-group .btn-secondary{
							padding: 10px;
							font-size: 28px;
							}
						
					.ser-text	hr {
    margin: 10px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
					.service-item .ser-img img{
						transform: scale(1);
						transition: all .5s ease;
						width: 100%;
						overflow:hidden;
						}
					.service-item:hover .ser-img img{
						transform: scale(1.05);
						overflow:hidden;
						}
						.trip-item{
							text-align: center;
							position:relative;
							box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
					transition: all .5s ease;
						height: 100%;
							}
							.trip-item:before{
								content:"";
								height:70%;
								width:100%;
								background-color:#1e1e1e;
								position:absolute;
								bottom:0%;
								left:0;
								z-index: -1;
								transition: all .5s ease;
								}
								.trip-item:hover:before{
									height:100%;
									}
						.trip-item .trip-img{
							border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
							}
							.trip-item .trip-img img{
							border-radius: 50%;
    overflow: hidden;
    height: 100%;
    width: 100%;
	object-fit: cover;
							}
							.trip-text{
								padding:10px;
								color: #fff;
							
								}
								
									.trip-text h4 {
								color: #fff;
							
								}
								
									.trip-text p {
								color: #fff;
							
								}
								
								
.feature-bl {
  background-color: #f5eded;
  padding: 60px 0;
}

.feature-text .heading1 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 34px;
  margin-bottom: 30px;
}

.feature-text .title-color {
  color: #1e1e1e;
  font-weight: 700;
}

.feature-img {
  position: relative;
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.feat-big-img {
  padding-right: 50px;
}

.feat-small-img {
  border-radius: 20px;
  overflow: hidden;
  width: 200px;
  height: 250px;
  position: absolute;
  bottom: -10%;
  right: 0;
  box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
}

.feature-list li:hover {
  background-color: #1e1e1e;
  transform: translateY(-5px);
}

.feature-list li:hover .text-wrap strong,
.feature-list li:hover .text-wrap p {
  color: #fff;
}

.feature-list li:hover .icon-wrap img {
  transform: scale(1.1) rotate(10deg);
  filter: brightness(1.2);
}

.icon-wrap {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: #f3dbe2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}

.icon-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.text-wrap strong {
  font-size: 25px;
  color: #000;
  display: block;
  margin-bottom: 0px;
  transition: all 0.3s ease;
}

.text-wrap p {
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.3s ease;
}

												@media(max-width:767px){
													.feat-small-img{
														display:none;
														}
														.feat-big-img{
	padding-right: 0px;
	
									}
									
									
													}
													
.pack-item{
	box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
	}													
		.pack-item .pack-text{
			padding:10px;
			}	
			.pack-img{
				height:240px;
				}
				.pack-img img{
				height:100%;
				width:100%;
				object-fit:cover;
				}
			.package-slider .owl-dots{
					position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, 0);
					}
		.package-slider .owl-dots .owl-dot{
			width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff !important;
    border-radius: 50%;
    margin-right: 5px;
	border:1px solid #ccc;
			}
			.package-slider .owl-dots .owl-dot.active{
				background-color: #1e1e1e !important;
				}
				.packages-bl .heading1:before{
					display:none;
					}
				.packages-bl .nav {
gap: 15px;
    align-items: center;
    justify-content: center;
}
				.packages-bl  .nav-pills .nav-link {
					color:#000;
					font-size: 18px;
    text-transform: uppercase;
	border-radius: 0;
	padding: 0;
	font-weight:bold;
					}
					.packages-bl  .nav-pills .nav-item .btn-secondary.active {
					color: #fff;
    background-color: #000;
    border-color: #000;
					}
			/*.packages-bl .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ff9800;
    
    border-bottom: 2px solid #ff9800;
    background-color: transparent;
    
	
}*/
.book-now-bl .head h4{
	color:#1e1e1e;
					font-size: 16px;
	}
.book-now-bl .head{
	max-width: 600px;
    margin: 0 auto;
    text-align: center;
	}
	.book-now-bl img{
    width: 100%;
    border: 15px solid #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
		}
	.book-now-bl .head h2:before{
		background-color: #1e1e1e;
		}
	
	.contact-item{
		text-align: center;
		margin-bottom: 20px;
		}
		.contact-item span{
			width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #1e1e1e;
	color: #fff;
    font-size: 24px;
	margin: 0 auto;
    margin-bottom: 20px;
			}
		.contact-item p{
		font-family: calibri;
		margin-bottom:0;
		}
		
		
		.contact-item p a {
	color: #000;
		}
		
			.contact-item p a:hover {
	color: #1e1e1e;
		}
		
		.contact-item h6 {
    color: #1e1e1e;
    font-size: 22px;
}
.contact-detail{
	column-count: 3;
    column-gap: 30px;
    column-rule: 2px solid #ccc;
    padding: 5px 0;
	}
	@media(max-width:767px){
		.contact-detail{
	column-count: 1;
    column-gap: 0;
    column-rule: 0px solid #ccc;
    padding: 5px 0;
	}
		}
	.contact-form{
		background-color: #fff;
    padding:20px;
    position: relative;
	 box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
		}
		.book-now-bottom{
			background-color: #1e1e1e;
    padding: 10px 0;
			}
			.book-now-bottom p{
			color:#fff;
				margin:0;
				font-weight: 700;
				}
			.book-now-row{
				display: flex;
    justify-content: space-between;
    align-items: center;
				}
				.book-now-btn .btn-secondary{
					background-color: #000;
					}
					.book-now-btn .btn-secondary:hover{
					background-color: #ff9800;
					}
					.book-now-text h3{
					color:#fff;
						margin:0;
						}
						.map{
							width:100%;
							height:400px;
							border: 15px solid #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
}
							.map iframe{
								width:100%;
							height:100%;
							object-fit: cover;
								}
								
								.head-bl .heading1:before{
									left: 0%;
    transform: translate(0%, 0);
									}
									.head-img{
									height: 440px;
										width:100%;
    border: 15px solid #fff;
	box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
										}
										
												.head-img1 {
										width:100%;
    border: 15px solid #fff;
	box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
										}
										
										
										.head-img-text{
											position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
	color: #ff9800;
											}
										.head-img img{
											height: 100%;
    width: 100%;
    object-fit: cover;
											}
											.head-img-text h2{
												font-size: 34px;
												}
												.includes-bl .vehicle-img{
													
													position: relative;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
	transition: all .8s ease;
													}
												.includes-bl .vehicle-img:hover{
														transform: scale(1.05);
														}
													.includes-bl .vehicle-img h5{
													    position: absolute;
    bottom: 0;
    left: 0%;
    color: #000;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.54) 100%, rgba(255, 255, 255, 0.72) 0%);
    width: 100%;
    text-align: center;
    margin: 0;
														}
													.includes-bl .vehicle-img img{
													height: 100%;
    width: 100%;
    object-fit: cover;
													}
													.vehicle-list span{
														font-size: 40px;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translate(0%, -50%);
    font-weight: bold;
														}
														.vehicle-list li{
															
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
															}
															.vehicle-list li h5{
																font-size: 20px;
																color: #000;
																}
																.vehicle-list li p{
																font-size: 14px;
																margin-bottom: 10px;
																}
																
																	.includes-bl .heading1:before{
									left: 0%;
    transform: translate(0%, 0);
									}
							.faq-bl{
								background-color: #363737;
								position:relative;
								overflow: hidden;
								color:#fff;
								}	
								.faq-bl:before {
    background-color: #000;
    width: 800px;
    height: 800px;
    display: inline-block;
    content: "";
    border-radius: 50%;
    border: 70px solid #4a4949;
    position: absolute;
    top: -40%;
    right: -15%;
}
								
								.faq-text{
									position:relative;
									}
								.faq-head p{
									max-width: 350px;
									position: relative;
    z-index: 1;
	color: #fff;
									}
									
								.faq-bl .faq-img{
									position:relative;
									}
					.faq-bl .heading1:before{
						left: 0%;
    transform: translate(0%, 0);
	background-color: #fff;
						}	
						.faq-head{
							position:relative;
							}
						.faq-head h3{
							font-size: 300px;
    position: absolute;
    top: 15%;
    right: 0;
    line-height: 1;
	margin: 0;
	color: #4a4949;
							}
									.accordion-item{
background-color: transparent;
margin-bottom:10px;
box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;

}

.accordion-button{
color:#fff;
background-color: transparent;
font-size:20px;
}
.accordion-button:focus {
z-index: 3;
border-color: #dc7202;
outline: 0;
box-shadow: inherit;
}
.accordion-button:not(.collapsed) {
background-color: transparent;
color:#fff;
}
.accordion-button:after {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%);
}
.accordion-button:not(.collapsed)::after {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%);
}
									
									/*feature  section*/
									

.feature-item {
  background: #fff;
  padding: 20px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: all 0.4s ease;
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f8931f 0%, #ffc107 100%);
  z-index: 1;
  transition: all 0.4s ease;
  opacity: 0.2;
}

.feature-item:hover::before {
  left: 0;
}

.feature-item:hover {
  transform: translateY(-8px);
}

.feature-item .feat-icon {
  width: 70px;
  height: 70px;
  background: #f8931f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.feature-item:hover .feat-icon {
  background: #fff;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.feature-item .icon {
  width: 40px;
  display: inline-block;
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
}

.feature-item:hover .icon {
  filter: none;
}

.feature-item .icon.range {
  width: 50px;
  padding-bottom: 5px;
}

.feature-item .icon.permit {
  width: 50px;
}

.feature-item .icon.driver {
  width: 40px;
}

.feature-item h4 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}

.feature-item p {
  color: #000;
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.4s ease;
}

.feature-item:hover h4,
.feature-item:hover p {
  color: #000;
}

.feature-item:hover .feat-icon img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(47%) saturate(4272%) hue-rotate(347deg) brightness(102%) contrast(98%);
}


.ft-contact img {
width:210px;
margin-bottom:20px;
}




.list-li {
  list-style: none;
  padding: 0;
}

.list-li li {
  background-color: #f9f9f9;
  padding: 20px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.list-li li:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff7fb;
}

.list-li i {
  font-size: 24px;
  color: #1e1e1e;
  position: absolute;
  left: 15px;
  top: 22px;
}

.list-li h4 {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.list-li p {
  font-size: 18px;
  color: #000;
  margin: 0;
}

.feature-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}



.tempo-feature-bl .text-center p {
  max-width: 800px;
  margin: 0 auto 20px;
  color: #000;
  font-size: 18px;
}

.tempo-feature-bl .text h5 {
  font-size: 25px;
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 10px;
}

.tempo-feature-bl .btn-secondary {
  background-color: #1e1e1e;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.tempo-feature-bl .btn-secondary:hover {
  background-color: #730044;
}










	.tempo-slider-bl{
		color:#fff;
		}
		.tempo-slider-bl .row{
			background-color:#fff;
			}
			.tempo-slider-bl .img{
				width:100%;
				height:100%;
				}
			.tempo-slider-bl .img img{
				width:100%;
				height:100%;
				object-fit:cover;
				}
		.tempo-slider-bl .text{
			background-color:#fff;
			height:100%;
			padding:50px;
			color:#000;
			}
			.tempo-slider .owl-dots{
					position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translate(-50%, 0);
					}
		.tempo-slider .owl-dots .owl-dot{
			width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff !important;
    border-radius: 50%;
    margin-right: 5px;
	border:1px solid #ccc;
			}
			.tempo-slider .owl-dots .owl-dot.active{
				background-color: #1e1e1e !important;
				}
				.tempo-feature-bl .feature-img{
					background-color:#1e1e1e;
					padding:10px;
					margin-bottom: 25px;
					}
					.tempo-feature-bl .feature-img .btn-secondary{
					background-color:#000;
					}
					.tempo-feature-bl .feature-img .btn-secondary:hover{
					background-color:#fff;
					color:#000;
					}
.package-item{
    border-radius: 15px;
	position:relative;
	overflow: hidden;
	box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
	transition: all .5s ease;
	height: 100%;
	}
	.package-item:before{
		content:"";
		width:100%;
		height:100%;
		position:absolute;
inset:0;
z-index:1;
border-radius: 15px;
background: #1e1e1e;
background: linear-gradient(90deg, rgb(248 147 31) 35%, rgb(248 147 0 / 71%) 100%);

		}

		/*.package-item.style-1:before{
		background: #E6E1E7;
background: linear-gradient(90deg, rgba(230, 225, 231, 1) 35%, rgba(230, 225, 231, 0.71) 100%);
		}
	.package-item.style-2:before{
		background: #F7E6D3;
background: linear-gradient(90deg, rgba(247, 230, 211, 1) 35%, rgba(247, 230, 211, 0.71) 100%);
		}
		.package-item.style-3:before{
		background: #E0EFDA;
background: linear-gradient(90deg, rgba(224, 239, 218, 1) 35%, rgba(224, 239, 218, 0.71) 100%);
		}
		.package-item.style-4:before{
		background: #FEE7F7;
background: linear-gradient(90deg, rgba(254, 231, 247, 1) 35%, rgba(254, 231, 247, 0.71) 100%);
		}*/
		.package-item .package-img{
			overflow: hidden;
			height: 300px;
			}
		.package-item .package-img img{
		transform: scale(1);
		transition: all .5s ease;
		overflow: hidden;
		width:100%;
		height:100%;
		object-fit:cover;
		}
	.package-item:hover .package-img img{
		transform: scale(1.09);
		}
	.package-text{
		max-width: 400px;
    position: absolute;
    top: 30px;
    left: 30px;
	z-index:2;
		}
		.package-text .day{
			background-color: #1e1e1e;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 15px;
    color: #fff;
			}
			.package-text .day h5{
				margin-bottom:0px;
				}
				.btn-link-group{
				display: flex;
    align-items: center;
    gap: 10px;
					}
					.btn-link-group .btn-link:first-child{
						border-right:2px solid #000;
						padding-right:10px;
						}
					
					.btn-link{
						color: #000;
    font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
						}
						.btn-link:hover{
							color: #000;
	text-decoration: underline;
						}
						
						.rajasthan-bl{
							background-image:url(../images/places/parallax-rajasthan-tour.webp);
							background-repeat:no-repeat;
							background-size:cover;
							height:60vh;
							width:100%;
							display:block;
							background-attachment: fixed;
    background-position: center;
	position:relative;
							}
							/*.rajasthan-bl:before{
		position:absolute;
		inset:0;
		width:100%;
		height:100%;
		content:"";
		    background-color: #fee7f780;
		}*/
							.rajasthan-text{
								background-color: #efefef;
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
								
								}
								.rajasthan-text h2.heading1{
									font-size: 24px;
									}
									.day-tour-bl{
							background-image:url(../images/places/parallax-day-tour.webp);
							background-repeat:no-repeat;
							background-size:cover;
							height:60vh;
							width:100%;
							display:block;
							background-attachment: fixed;
    background-position: center;
	position:relative;
							}
							/*.day-tour-bl:before{
		position:absolute;
		inset:0;
		width:100%;
		height:100%;
		content:"";
		    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.54) 100%, rgba(255, 255, 255, 0.72) 0%);
		}*/
							.day-tour-text{
								background-color: #efefef;
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
								
								}
								.day-tour-text h2.heading1{
									font-size: 24px;
									}
									
									
									.highlight-place{
										background: #efefef;
										}
									.place-item{
	position: relative;
    overflow: hidden;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
    transition: all .5s ease;
    height: 100%;
    border: 15px solid #fff;
	}
	.place-item .text{
		position: absolute;
    bottom: -100%;
	left:0;
	background: #FFFFFF;
  background: linear-gradient(180deg, rgba(158, 0, 93, 0.70) 100%, rgba(255, 255, 255, 0.72) 0%);
   padding: 30px 15px;
	transition: all .5s ease;
	height: 100%;
	text-align: center;
	width: 100%;
		}
		.place-item .text p{
			font-weight: 500;
    font-size: 18px;
	color: #fff;
			}
		.place-item .text h4{
			text-transform: uppercase;
			color: #fff;
			}
	
		.place-item:hover .text{
			bottom: 0%;
			}
		.place-img{
			position:relative;
	overflow:hidden;
	height: 100%;
			}
			.place-img img{
				position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
				}
.place-img h4{
	background-color: #1e1e1e;
    padding: 5px;
    color: #fff;
    text-align: center;
	position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
	transition: all .5s ease;
	}
	.place-item:hover .place-img h4{
		bottom:-100%;
		}
		.place-item .text .btn-secondary{
			background-color: transparent;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 7px 35px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
	margin-bottom:15px;
	display: none;
			}
			.place-text{
				background-color: #1e1e1e;
    padding: 20px;
	height: 100%;
    border: 15px solid #fff;
				}
				
				
					.place-text h3 {
		color: #fff;
				}
				
				
				.place-text p{
					font-size: 14px;
						color: #fff;
					}
			.place-text .btn-secondary{
					background-color:#000;
					}
					.place-text .btn-secondary:hover{
					background-color:#fff;
					color:#000;
					}
				.day-schedule-img{
					position:relative;
					margin: 10% 0 0 10%;
					}
					.day-schedule-img img{
						border-radius:5px;
					overflow:hidden;
					position: relative;
						}
						.day-text{
							display: flex;
    gap: 10px;
	margin-bottom: 15px;
							}
					.day-text span{
						font-size: 80px;
    color: #1e1e1e;
    font-weight: bold;
    line-height: 1;
						}
						.day-text h3{
						font-size: 26px;
						color:#000;
						}
						.day-text h6{
						font-size: 20px;
						color:#000;
						}
						
						.day-schedule-img:before{
							content:"";
							height:100%;
							width:100%;
							display:block;
							border:5px solid #1e1e1e;
							border-radius:5px;
						
	position: absolute;
   top: -14%;
    left: -10%;
							}
				.list-style li {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 19px;
    color: #000;
}
						.list-style li:before{
							content:"";
							height:2px;
							width:20px;
							display:inline-block;
						
						background-color:#1e1e1e;
	position: absolute;
   top: 12px;
    left: 0;
							}
					
								@media(max-width:767px){
									.day-schedule-img:before{
							top: 0;
    left: 0;
							}
									.place-item {
									
									height: 300px;
									}
									.day-schedule-img{
									margin:0 0 30px 0;
									}
															
							}		
							
							.india-bl{
							background-image:url(../images/places/parallax-india-tour.webp);
							background-repeat:no-repeat;
							background-size:cover;
							height:60vh;
							width:100%;
							display:block;
							background-attachment: fixed;
    background-position: center;
	position:relative;
							}
							/*.india-bl:before{
		position:absolute;
		inset:0;
		width:100%;
		height:100%;
		content:"";
		    background-color: #fee7f780;
		}*/
							.india-text{
								background-color: #efefef;
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
								
								}
								.india-text h2.heading1{
									font-size: 24px;
									}
									
									@media(max-width:767px){
										.package-slider .owl-dots {
    left: 48%;
}

.faq-bl:before {
    width: 700px;
    height: 700px;
    top: -4%;
    right: -80%;
}
.rajasthan-text {
    right: 0%;
    transform: translate(0%, -50%);
}
.india-text{
	 right: 0%;
    transform: translate(0%, -50%);
	}
	.day-tour-text{
		 right: 0%;
    transform: translate(0%, -50%);
		}
										}
									
									
									.top-section {
display:block;
background-color:#23373c;
position: fixed;
width: 100%;
z-index: 23;
top:0;
left: 0;
}
.top-section-box li {
font-family:calibri;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1vw;
font-weight:700;
line-height:1.5em;
text-align:left;
text-decoration:none;
padding:.3vw .8vw .5vw .5vw;
border-right:.1vw solid rgba(255, 255, 255, 0.2);
vertical-align:middle;
}


.top-section {
display:block;
background-color:#000;
position: fixed;
width: 100%;
z-index: 23;
top:0;
left: 0;
}

.top-section-box li {
font-family:calibri;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1vw;
font-weight:700;
line-height:1.5em;
text-align:left;
text-decoration:none;
padding:.3vw .8vw .5vw .5vw;
border-right:.1vw solid rgba(255, 255, 255, 0.2);
vertical-align:middle;
}

.text-right {
    text-align: right !important;
}



.top-section li a {
font-family: "Roboto", sans-serif;
color:#FFF;
text-decoration:none;
}
.top-section li a:hover {
color:#e7e7e7;
text-decoration:none;
}
.top-section li:nth-last-child(1) {
border-right:0;
}
.top-section li i {
font-size:1.1vw;
font-weight:400;
text-decoration:none;
margin-right:.2vw;
vertical-align:middle;
}

.desktop-show {
    display: block;
}

.mobile-show {
    display: none;
}


.tours-right {
width: 100%;
float: left;
height: auto;
}
.tours-right h2 {
font-size: 17px;
font-weight: 600;
line-height: 1.5em;
text-transform: uppercase;
color: #000;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.tours-right p {
font-size: 14px;
font-weight: 400;
line-height: 1.5em;
text-transform: none;
color: #000;
padding-bottom: 0%;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
text-align: left;
}
.tours-right li {
 font-family: "Merriweather", serif;
font-size: 14px;
font-weight: 600;
text-align: center;
padding-right: 7%;
color: #000;
list-style: none;
display: inline-block;
}

.footer1 {
background-color:#000;
padding:.5%;
}
.footer-left1 {
margin-left:1vw;
}
.footer-right1 {
margin-right:1vw;
}
.monogram {
float:left;
width:2%;
height:auto;
}
.monogram img {
width:100%;
height:100%;
}
.weblink {
font-family: Poppins, sans-serif;
font-size:0.9vw;
color:#FFF;
padding-top:.0vw;
float:left;
margin-left:.5vw;
text-decoration:none
}
.weblink a {
font-family: Poppins, sans-serif;
font-size:0.9vw;
color:#FFF;
text-decoration:none;
font-weight:700;
}
.weblink a:hover {
color:#f7931e;
text-decoration:none
}
.copyright {
font-family: Poppins, sans-serif;
font-size:0.9vw;
float:right;
color:#FFF;
padding-top:.0vw;
}

.inner-banner-bl {
margin-top:135px;
}

.welcome-bl h2 {
  font-family: "Merriweather", serif;
 color:#000;
 font-weight: 300;
letter-spacing: -0.012em;
 font-size:42px;
}

.welcome-bl h2 span {
 font-weight: 800;
}


@media only screen and (min-width: 320px) and (max-width: 900px) {
.mobile-show {
    display: block;
}

.banner-bl .owl-dots {
   display:none!important;
}
.top-section-mobile {
background-color:#000;
display:block;
padding:5px;
z-index:9999;
}
.top-section-left {
width: 100%;
background: #000;
float: left;
}
.top-section-right {
width: 100%;
background: #000;
float:none;
margin:0 auto;
}
.top-section-right li {
font-size: 1.1em;
}
.top-section-left-mobile {width:100%;margin:0 auto; text-align: center;}
.top-section-left-mobile li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1.5em;
font-weight:300;
text-align:left;
margin-right:2%;
padding-top:0;
padding-bottom:2px;
padding-left:5px;
text-decoration:none;
text-transform:none;
}
.top-section-left-mobile li a {
color:#FFF;
}
.top-section {
display:none;
}
.top-section-left li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
font-size:1.vw;
font-weight:400;
text-align:left;
margin-right:1vw;
padding-top:-15vw;
text-decoration:none;
text-transform:none;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}

.top-section-left li:nth-child(1) {
background-color:#f67901;
padding:.5vw 1vw;
}


.top-contact{
	display: flex;
    flex-direction: column;
    position: fixed;
    top: 35%;
    z-index: 99;
    gap: 10px;
    right: 0;
	}
	.top-contact a{
		color:#fff;
		}
.top-contact li a{
	padding: 10px;
    background-color: #1e1e1e;
    display: inline-block;
	font-size: 30px;
	position:relative;
	color:#fff;
	}
	
	.top-contact li a .text{
	display:none;
	position: absolute;
    left: -107px;
    top: 0;
    padding: 10px;
    font-size: 20px;
    background-color: #000;
	}
.top-contact li a:hover .text{
	display:block;
	}	
	.top-contact li .whatsapp-link{
	font-size: 34px;
	}
	.top-contact li .whatsapp-link .text{
	left: -128px;
    padding: 12px;
	}
	
	.banner-bl {
    margin-top: 95px;
}

.logo img {
    max-width: 120px;
}

.welcome-bl h2 {
    font-size: 33px;
}

.heading1 {
    font-size: 2.3rem;
}

.section-title {
    font-size: 2.3rem;
}

.taxi-desc {
    font-size: 20px!important;
}
.feature-card p {
    font-size: 20px!important;
	}

.btn-success {
    background-color: #25D366;
    border: none;
    display: block!important;
}

.why-box p {
    font-family: "Roboto", sans-serif;
    font-size: 20px!important;
	}
.inner-banner-bl {
    margin-top: 85px;
}

p {
    font-size: 18px;
    font-weight: 500;
}


.goldentour .day-content p {
    font-size: 20px!important;
    font-weight: 400;}
	
	
.btn-primary {
    margin-bottom: 10px;
}

.weblink {
  font-size: 15px;
  text-align:center;
  width:100%;
  margin-left:0;
}
.weblink a {
  font-size: 15px;
}
.copyright {
  font-size: 15px;
  text-align:center;
  width:100%;
}

.text-wrap strong {
    font-size: 22px;
}


.text-wrap p {
    color: #000;
    font-size: 18px;
}

}

/* ========== Taxi Section (Updated) ========== */
#newtaxisec {
  background-image:url(../images/bg-dark.webp); /* solid black background */
  color: #000;
  background-repeat:no-repeat;
  background-size:cover;
  font-family: "Roboto", sans-serif;
}

#newtaxisec h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
}

#newtaxisec p {
  font-size: 1rem;
  color: #000;
}

/* Taxi Cards */
.taxi-card {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px 25px;
  min-height: 480px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.taxi-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

/* Car Image */
.taxi-img {
  max-height: 200px;
  margin-bottom: 25px;
  transition: transform 0.4s ease;
}

.taxi-card:hover .taxi-img {
  transform: scale(1.05) rotate(1deg);
}

/* Titles & Text */
.taxi-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.taxi-desc {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.taxi-capacity {
  font-weight: 600;
  color: #d49a3a;
  margin-bottom: 25px;
}

.taxi-capacity i {
  margin-right: 6px;
  color: #d49a3a;
}

/* Buttons */
.taxi-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.taxi-btn {
  font-family: "Roboto", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 30px;
  padding: 10px 22px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* View Details Button */
.taxi-btn.taxi-details {
  background-color: #d49a3a;
  color: #fff;
}

.taxi-btn.taxi-details:hover {
  background-color: #b57f2d;
  color: #fff;
  box-shadow: 0 0 10px rgba(212, 154, 58, 0.8);
}

/* WhatsApp Button */
.taxi-btn.taxi-whatsapp {
  background-color: #25d366;
  color: #fff;
}

.taxi-btn.taxi-whatsapp:hover {
  background-color: #1ebe5d;
  box-shadow: 0 0 10px #25d366;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
.sticky-header{
   top: 0!important;
}


  #newtaxisec h2 {
    font-size: 2rem;
  }
  .taxi-card {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .taxi-card {
    min-height: auto;
  }
  .taxi-btns {
    flex-direction: column;
  }
}


/* Day Tour Image Section */
#newdaytoursec .tour-img-link {
  display: block;
  overflow: hidden;
  transition: transform 0.3s ease;
}

#newdaytoursec .tour-img-wrap {
  overflow: hidden;

}

#newdaytoursec .tour-img-wrap img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  display: block;
}

/* Hover Animation */
#newdaytoursec .tour-img-link:hover img {
  transform: translateY(-10px) scale(1.05);
}

/* Rajasthan Tour Section Styles */
#rajsec {
  background: #f9f9f9;
}

#rajsec .tour-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

#rajsec .tour-box img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 12px;
}

#rajsec .tour-box:hover img {
  transform: scale(1.05);
}

#rajsec .tour-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Swiper custom arrows */
#rajsec .swiper-button-next,
#rajsec .swiper-button-prev {
  color: #fff;
  width: 44px;
  height: 44px;
}



#whychoosemalviya {
  background: #1e1e1e;
}

#whychoosemalviya h2 {
  color: #ffffff;
}

.why-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #333;
  height: 100%;
}

.why-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.why-box .why-icon {
  font-size: 2.8rem;
  color: #cf8900;
  margin-bottom: 15px;
}

.why-box h5 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000;
}

.why-box p {
  font-family: "Roboto", sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
}


/* India Tour Section Full Screen */
#indiatoursec {
  position: relative;
  width: 100%;
  height: 100vh; /* full viewport height */
  overflow: hidden;
}

#indiatoursec .indiatour-swiper,
#indiatoursec .swiper-wrapper,
#indiatoursec .swiper-slide {
  width: 100%;
  height: 100%;
}

.slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}


.slide-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1.9), transparent);
  z-index: 1;
  pointer-events: none;
}

.slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

.swiper-slide-active .slide-img {
  transform: scale(1.1);
}

.slide-overlay {
  position: absolute;
  bottom: 60px;
  left: 50px;
  color: #fff;
  max-width: 50%;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* When slide is active, show overlay */
.swiper-slide-active .slide-overlay {
  opacity: 1;
  transform: translateY(0);
}

.slide-overlay h2 {
  font-size: 2.5rem;
  margin-bottom: 0px;
  color: #ffff;
}

.slide-overlay p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #fff;
}

.slide-btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  background-color: #cf8900;
  color: #1e1e1e;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.slide-btn:hover {
  background-color: #e49d30;
}

/* Swiper arrows styling */
#indiatoursec .swiper-button-next,
#indiatoursec .swiper-button-prev {
  color: #cf8900;
  width: 50px;
  height: 50px;
}

/* Adjust overlay for smaller screens */
@media (max-width: 992px) {
  .slide-overlay {
    bottom: 30px;
    left: 30px;
    max-width: 70%;
  }
  .slide-overlay h2 {
    font-size: 2rem;
  }
  .slide-overlay p {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .slide-overlay {
    bottom: 20px;
    left: 20px;
    max-width: 90%;
  }
  .slide-overlay h2 {
    font-size: 1.6rem;
  }
  .slide-overlay p {
    font-size: 0.9rem;
  }
}


#ctaInnovaSec {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgb(207 137 0 / 0.15);
  max-width: 1300px;
  margin: 40px auto;
  padding: 40px 30px;
  gap: 40px;
  display: flex;
  align-items: center;
}

#ctaInnovaSec .cta-innova-img img {
  max-width: 520px;
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 4px 6px rgba(207, 137, 0, 0.25));
  transition: transform 0.3s ease;
}

#ctaInnovaSec .cta-innova-img img:hover {
  transform: scale(1.05);
}

#ctaInnovaSec .cta-content h2 {
  color: #1e1e1e;
  font-weight: 700;
}

#ctaInnovaSec .cta-content p {
  color: #666666;
}

#ctaInnovaSec .cta-buttons .btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgb(207 137 0 / 0.25);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#ctaInnovaSec .btn-primary {
  background: #cf8900;
  border: none;
  color: #1e1e1e;
}

#ctaInnovaSec .btn-primary:hover {
  background: #e6a430;
  box-shadow: 0 6px 18px rgb(230 164 48 / 0.6);
  color: #1e1e1e;
}

#ctaInnovaSec .btn-success {
  background: #25d366; /* WhatsApp green */
  border: none;
  color: #fff;
}

#ctaInnovaSec .btn-success:hover {
  background: #1ebe56;
  box-shadow: 0 6px 18px rgb(27 186 73 / 0.6);
  color: #fff;
}

/* Responsive */

@media (max-width: 991px) {
  #ctaInnovaSec {
    flex-direction: column;
    padding: 30px 20px;
  }
  #ctaInnovaSec .cta-innova-img {
    margin-bottom: 25px;
  }
  #ctaInnovaSec .cta-innova-img img {
    max-width: 300px;
  }
  #ctaInnovaSec .cta-content {
    text-align: center;
  }
  #ctaInnovaSec .cta-buttons {
    justify-content: center;
  }
}


#aboutUsRajasthanSec {
  background: #fdf6e3; /* Soft warm cream */
  color: #7b3e00; /* Rich earthy brown */
  font-family: 'Georgia', serif;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: center;
}

#aboutUsRajasthanSec .container {
  margin: 0 auto;
}

#aboutUsRajasthanSec .section-heading {
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 3px solid #cf8900; /* Rajasthan gold */
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

#aboutUsRajasthanSec .section-text {
font-family: "Roboto", sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
}

/* Subtle Rajasthani motif in the background */

#aboutUsRajasthanSec::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 120px;
  height: 120px;
  background: url('images/rajasthani-pattern.svg') no-repeat center/contain;
  opacity: 0.1;
  pointer-events: none;
}

/* Responsive */

@media (max-width: 768px) {
  #aboutUsRajasthanSec .section-heading {
    font-size: 2rem;
    letter-spacing: 1.5px;
  }
  #aboutUsRajasthanSec .section-text {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 10px;
  }
}

.taxilist-section {
  background: #fff;
  color: #1e1e1e;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 1.2px;
}

.taxilist {
  margin: 0 auto;
  padding: 0;
}

.taxi-item {
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12); /* Permanent shadow */
  padding: 20px;
  background: #fff;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.taxi-item:hover {
  transform: translateY(-5px);
}

.taxi-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.taxi-item:hover .taxi-image img {
  transform: scale(1.05);
}

.taxi-info {
  padding-left: 30px;
}

.taxi-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.taxi-name:hover {
  color: #a56d00;
}

.taxi-desc {
 font-family: "Roboto", sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
}

.taxi-buttons .btn {
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Primary (Book Now) */
.btn-primary {
  background-color: #cf8900;
  border: none;
  color: white;
}

.btn-primary:hover {
  background-color: #a56d00;
}

/* WhatsApp */
.btn-whatsapp {
  background-color: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.5);
}

.btn-whatsapp:hover {
  background-color: #128c4a;
  box-shadow: 0 10px 25px rgba(18, 140, 74, 0.75);
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .taxi-item {
    flex-direction: column;
    text-align: center;
  }

  .taxi-info {
    padding-left: 0;
    margin-top: 20px;
  }

  .taxi-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}


.daytoursec1 .tour-img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.daytoursec1 .animate-glow {
  position: relative;
  overflow: hidden;
}

.daytoursec1 .animate-glow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}


.tour-card {
  border: none;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #000000;
}
.tour-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.tour-card img {
  height: 380px;
  object-fit: cover;
  width: 100%;
}
.tour-card .card-title {
  font-size: 1.3rem;
  font-weight: 600;
margin: 0px 0 15px;
  color: #fff; /* Rajasthani pink */
}
.tour-card .btn {
  background-color: #cf8900;
  border: none;
}
.tour-card .btn:hover {
background-color: #ffffff;
    color: #000;
}



.newcontact {
  background-color: #f8f9fa;
}

.newcontact .map-wrapper {
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.newcontact .contact-info {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.newcontact .contact-info h2 {
  color: #000;
  font-weight: 600;
  font-size: 23px;
    margin-bottom:10px;
}

.newcontact .contact-info h4 {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin-bottom:10px;
}


.newcontact .contact-info a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.newcontact .contact-info a:hover {
  color: #000;
}

.newcontact .social-icons i {
  font-size: 28px;
  color: #000;
  transition: color 0.3s ease;
}

.newcontact .social-icons i:hover {
  color: #000;
}

.newcontact ul li i {
  color: #000;
}

.taxifeature {
  background-color: #111;
  color: #fff;
}

.taxifeature .text-accent {
  color: #cf8900;
}

.taxifeature .feature-box {
  background-color: #1c1c1c;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.taxifeature .feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(207, 137, 0, 0.2);
}

.taxifeature .feature-box i {
  color: #cf8900;
  margin-bottom: 10px;
}

.taxifeature .feature-box h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.taxifeature .feature-box p {
  font-size: 0.95rem;
  color: #ccc;
}


.newplaces {
  background-color: #e3e3e3;
}

.newplaces .place-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.newplaces .place-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.newplaces .place-img {
  overflow: hidden;
  height: 200px;
}

.newplaces .place-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.newplaces .place-card:hover img {
  transform: scale(1.08);
}

.newplaces .place-info {
  padding: 18px 15px;
  text-align: center;
}

.newplaces .place-info h4 {
font-size: 1.7vw;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    transition: color 0.3s 
ease;
}

.newplaces .place-info p {
 font-family: "Roboto", sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
}

.newplaces .place-card:hover .place-info h4 {
  color: #d49a3a; /* Accent color on hover */
}

/* Responsive adjustments */
@media (max-width: 767px) {

.newplaces .place-info h4 {
    font-size: 25px;
	}
	
	.newplaces .place-info p {
 font-size: 20px;
	}
	
  .newplaces .place-img {
    height: 180px;
  }
  .newplaces .place-info {
    padding: 15px 10px;
  }
}


.newschedule {
  background-color: #000;
}

/* Schedule image */
.newschedule .schedule-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}

.newschedule .schedule-img img:hover {
  transform: scale(1.05);
}

/* Schedule header */
.newschedule .schedule-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.newschedule .step-number {
  background: #d49a3a;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.newschedule h2 {
 font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.1px;
	text-align:left;
}


.title-color1 {
color:#d49a3a;
}



.newschedule .schedule-head h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.newschedule .schedule-head h6 {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
}

/* Schedule list */
.newschedule .schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newschedule .schedule-list li {
  font-family: "Roboto", sans-serif;
  position: relative;
  background: #fff;
  border-left: 4px solid #d49a3a;
  margin-bottom: 15px;
  padding: 15px 15px 15px 50px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.2em;
  color: #000;
  transition: all 0.3s ease;
}

.newschedule .schedule-list li i {
  position: absolute;
  left: 15px;
  top: 18px;
  color: #d49a3a;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.newschedule .schedule-list li:hover {
  background: #fff7ea;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.newschedule .schedule-list li:hover i {
  transform: scale(1.2);
  color: #b57f2d;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .newschedule .step-number {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .newschedule .schedule-head h3 {
    font-size: 1.25rem;
  }

  .newschedule .schedule-list li {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .newschedule .schedule-head {
    flex-direction: column;
    align-items: flex-start;
  }
}


.rajtourdays {
  background: #fff7ea;
  font-family: "Roboto", sans-serif;
}

.rajtourdays .heading1 {
  color: #d49a3a;
  font-weight: 700;
}

.rajtourdays .tourday {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.rajtourdays .tourday.reverse {
  flex-direction: row-reverse;
}

.rajtourdays .day-img {
  flex: 1;
}

.rajtourdays .day-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.rajtourdays .day-img img:hover {
  transform: scale(1.05);
}

.rajtourdays .day-content {
  flex: 1;
  background: #fff;
  border-left: 5px solid #d49a3a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.rajtourdays .day-content h3 {
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.rajtourdays .day-content p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.rajtourdays .btn {
  background-color: #d49a3a;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.rajtourdays .btn:hover {
  background-color: #b57f2d;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .rajtourdays .tourday {
    flex-direction: column;
    text-align: center;
  }

  .rajtourdays .tourday.reverse {
    flex-direction: column;
  }

  .rajtourdays .day-content {
    border-left: none;
    border-top: 4px solid #d49a3a;
  }
}


/* -------------------------------
   Golden Triangle Tour Section
-------------------------------- */
.goldentour {
  background: #fff9eb;
  font-family: "Roboto", sans-serif;
  color: #222;
  position: relative;
  padding: 80px 0;
}

/* Heading */
.goldentour .heading1 {
  color: #d49a3a;
  font-weight: 700;
  text-transform: capitalize;
}

/* -------------------------------
   Itinerary Timeline
-------------------------------- */
.goldentour .itinerary {
  position: relative;
  margin-left: 30px;
  padding-left: 40px;
}

/* Center vertical line */
.goldentour .itinerary::before {
  content: "";
  position: absolute;
  left: 25px; /* aligns perfectly under the circle center */
  top: 0;
  width: 3px;
  height: 100%;
  background: #d49a3a;
  border-radius: 2px;
}

/* Each day item */
.goldentour .day-item {
  position: relative;
  margin-bottom: 50px;
}

/* Day circle */
.goldentour .day-circle {
  position: absolute;
  left: -35px;
  top: 0;
  width: 50px;
  height: 50px;
  background: #d49a3a;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

/* Day text block */
.goldentour .day-content {
  margin-left: 30px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.goldentour .day-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.goldentour .day-content h4 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.goldentour .day-content p {
  font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
}

/* -------------------------------
   Overview / Info Sections
-------------------------------- */
.goldentour .tour-overview p {
  font-family: "Roboto", sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
}

.goldentour .tour-info {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.goldentour .tour-info h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}

.goldentour ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.goldentour .list-check li,
.goldentour .list-cross li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
  color: #000;
  font-size:20px;
}

.goldentour .list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #d49a3a;
  font-weight: bold;
}

.goldentour .list-cross li::before {
  content: "✖";
  position: absolute;
  left: 0;
  color: #c0392b;
  font-weight: bold;
}

/* -------------------------------
   CTA Sidebar (Right Side)
-------------------------------- */
.goldentour .tour-cta {
  position: sticky;
  top: 100px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.goldentour .cta-img img {
  width: 100%;
  height: auto;
  display: block;
}

.goldentour .cta-overlay {
  background: #fff;
  text-align: center;
  padding: 25px 20px;
}

.goldentour .cta-overlay h3 {
  color: #222;
  font-weight: 700;
  margin-bottom: 8px;
}

.goldentour .cta-overlay p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 15px;
}

.goldentour .cta-overlay .btn {
  display: inline-block;
  width: 100%;
  background: #d49a3a;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 0;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.goldentour .cta-overlay .btn:hover {
  background: #b57f2d;
  transform: translateY(-2px);
}

.goldentour .btn-outline {
  background: transparent;
  border: 2px solid #d49a3a;
  color: #d49a3a;
  margin-top: 8px;
}

.goldentour .btn-outline:hover {
  background: #d49a3a;
  color: #fff;
}

/* -------------------------------
   Responsive Design
-------------------------------- */
@media (max-width: 991px) {
  .goldentour {
    padding: 60px 0;
  }

  .goldentour .row {
    flex-direction: column-reverse;
  }

  .goldentour .tour-cta {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }

  .goldentour .itinerary {
    margin-left: 0;
    padding-left: 0;
  }

  .goldentour .itinerary::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .goldentour .day-item {
    text-align: center;
  }

  .goldentour .day-circle {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
  }

  .goldentour .day-content {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .goldentour .day-circle {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .goldentour .day-content h4 {
    font-size: 1.3rem;
  }

  .goldentour .tour-info {
    padding: 15px;
  }
}

/* =============================
   India Tour Cards Section
   ============================= */
.indiatourcard {
  background: #fffdf8;
  font-family: "Roboto", sans-serif;
}

.indiatourcard .heading1 {
  color: #d49a3a;
  font-weight: 700;
}

/* Card Container */
.indiatourcard .tour-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.indiatourcard .tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Image */
.indiatourcard .card-img {
  position: relative;
  overflow: hidden;
}

.indiatourcard .card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 3px solid #d49a3a;
  transition: transform 0.6s ease;
}

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

/* Overlay Animation */
.indiatourcard .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.indiatourcard .tour-card:hover .overlay {
  opacity: 1;
}

/* Overlay Button */
.indiatourcard .overlay .btn {
  background: #d49a3a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.indiatourcard .overlay .btn:hover {
  background: #b57f2d;
}

/* Card Body */
.indiatourcard .card-body {
  text-align: center;
  padding: 20px 15px;
}

.indiatourcard .card-body h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}

.indiatourcard .card-body p {
  color: #555;
  font-size: 0.95rem;
}

/* Buttons General */
.indiatourcard .btn.btn-secondary {
  background-color: #d49a3a;
  border: none;
  color: #fff;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
  .indiatourcard .card-img img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .indiatourcard .card-img img {
    height: 180px;
  }
}


.featuresnew {
  background: #000;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.featuresnew h2 {
  color: #fff;
  margin-bottom: 40px;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.feature-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.feature-card h3 {
  font-size: 1.3rem;
  color: #000;
  margin: 15px 0 10px;
}

.feature-card p {
  font-family: "Roboto", sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
  padding: 0 15px 20px;
}

/* Hover animation */
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

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

/* Responsive tweaks */
@media (max-width: 768px) {
  .featuresnew h2 {
    font-size: 1.6rem;
  }
  .feature-card img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .featuresnew {
    padding: 40px 10px;
  }
  .feature-card h3 {
    font-size: 1.4rem;
  }
}

.featuresnew1 {
  background: #000;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.featuresnew1 h2 {
  color: #fff;
  margin-bottom: 40px;
}

.featuresnew1 .features-container {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.featuresnew1 .feature-card1 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;

}

.featuresnew1 .feature-card1 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featuresnew1 .feature-card1 h3 {
  font-size: 1.5rem;
  color: #000;
  margin: 15px 0 10px;
}

.featuresnew1 .feature-card1 p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  color: #000;
  margin-bottom: 20px;
  padding: 0 20px 20px;
}

/* Hover animation */
.featuresnew1 .feature-card1:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.featuresnew1 .feature-card1:hover img {
  transform: scale(1.1);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .featuresnew1 h2 {
    font-size: 1.6rem;
  }
  .featuresnew1 .feature-card1 img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .featuresnew1 {
    padding: 40px 10px;
  }
  .featuresnew1 .feature-card1 h3 {
    font-size: 1.2rem;
  }
  .featuresnew1 .feature-card1 p {
    font-size: 0.95rem;
  }
}


.fet1-section {
  background-color: #000;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.fet1-heading {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.fet1-container {
  max-width: 1320px;
  margin: 0 auto;
}

.fet1-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.fet1-col {
  flex: 1 1 calc(33.333% - 25px);
  max-width: calc(33.333% - 25px);
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .fet1-col {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}

@media (max-width: 576px) {
  .fet1-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.feature-card1 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.feature-card1 img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.feature-card1 h3 {
  font-size: 1.4rem;
  color: #000;
  margin: 15px 0 10px;
  font-weight: 600;
}

.feature-card1 p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  color: #000;
  margin: 0 0 20px;
  padding: 0 20px 20px;
}

/* Hover effects */
.feature-card1:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.feature-card1:hover img {
  transform: scale(1.08);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .feature-card1 img {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .fet1-heading {
    font-size: 1.8rem;
  }
  .feature-card1 {
    margin-bottom: 25px;
  }
  .feature-card1 img {
    height: 190px;
  }
}

@media (max-width: 480px) {
  .fet1-section {
    padding: 40px 10px;
  }
  .feature-card1 h3 {
    font-size: 1.2rem;
  }
  .feature-card1 p {
    font-size: 0.95rem;
  }
}


/* Light Theme for Tempo Traveller Section */
#travellernew {
  background-color: #f8f9fa;
  color: #000;
}

.traveller-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.traveller-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.traveller-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-bottom: 1px solid #eee;
}

.traveller-box:hover .traveller-img img {
  transform: scale(1.05);
}

.traveller-content {
  padding: 20px;
}

.traveller-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.traveller-content p {
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}

.traveller-content .btn-group .btn {
  margin: 3px;
  border-radius: 30px;
  font-size: 14px;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.btn-outline-primary {
  border: 1px solid #0d6efd;
  color: #0d6efd;
}

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

.btn-success {
  background-color: #25D366;
  border: none;
}

.btn-success:hover {
  background-color: #1ebc59;
}

/* ===============================
   Day Tour Section (Unique Style)
   =============================== */
.daytoursec3 {
  background: #f9f9f9;
}

.daytoursec3 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
}

.daytoursec3 .tour-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  text-align: center;
}

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

.daytoursec3 .tour-img-wrap {
  position: relative;
  overflow: hidden;
}

.daytoursec3 .tour-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.daytoursec3 .tour-card:hover img {
  transform: scale(1.08);
}

.daytoursec3 .tour-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.daytoursec3 .tour-card:hover .tour-overlay {
  opacity: 1;
}

.daytoursec3 .tour-content {
  padding: 20px;
}

.daytoursec3 .tour-content h4 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

.daytoursec3 .tour-content p {
font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
  color: #000;
  margin: 0;
}

/* ===============================
   Unique Button Style (.daytour-btn)
   =============================== */
.daytour-btn {
  display: inline-block;
  padding: 10px 26px;
  background: #d49a3a; /* You can change this to match your brand */
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.daytour-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(255, 123, 0, 0.4);
}

/* Responsive Tweaks */
@media (max-width: 767px) {
  .daytoursec3 .tour-content h4 {
    font-size: 1.4rem;
  }
  .daytoursec3 .tour-content p {
    font-size: 0.9rem;
  }
}



.nav-btn {
  background-color: #cf8900!important;
  color: #fff!important;
  padding: 20px!important;
  border: none!important; /* Ensure no border by default */
  transition: all 0.2s ease;
}

.nav-btn a {
  color: #fff!important;
}

.nav-btn:hover {
  background-color: #000!important;
  color: #fff!important;
  border: none!important; /* Prevent border from appearing on hover */
}

/* Section Headings (Tour Titles) */
.indiatoursec h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  transition: color 0.3s ease;
}

.indiatoursec h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #000;
  margin-top: 8px;
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Hover effect for interactivity */
.indiatoursec .row:hover h3 {
  color: #000;
}

.indiatoursec .row:hover h3::after {
  width: 80px;
}

/* Paragraph styling (Tour Descriptions) */
.indiatoursec p {
 font-family: "Roboto", sans-serif;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
     .indiatoursec h3 {
        font-size: 1.5rem;
        text-align: left;
        margin-top: 20px;
    }

    .indiatoursec p {
        font-size: 0.95rem;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
	
	.goldentour .tour-overview p {
    font-size: 20px;
	}
	
}
