* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;

}


.floating-contact {
    position: fixed;
    bottom: 50px;
    left: 20px; /* changed from right to left */
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.floating-contact a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}

/* WhatsApp */
.whatsapp-icon {
    background: #25D366;
}

/* Phone */
.phone-icon {
    background: #ff3c3c;
}

.floating-contact a:hover {
    opacity: 0.85;
}


#navbar {
  padding: 10px 10px;
  transition: 0.3s;
  /* height: 200px; */
}

.navbar-toggler {
  border: 5px solid #fff !important; /* change color if needed */
}

#navbar.scrolled {
  background: rgba(0,0,0,0.9);
}
/* Show button in desktop */
.btn-hide {
  display: block;
  background: #ff3c3c;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
}

/* Hide button in tablet and mobile */
@media (max-width: 991px) {
  .btn-hide {
    display: none;
  }
}

#navbar.scrolled {
  background: rgba(0,0,0,0.9);
}

.logo-image {
  width: 100%;
  height: 60px;
  display: block;
  object-fit: cover;
  
}


.navbar-nav {
  gap: 30px;
  justify-content: center;

}

.nav-link {
  transition: 0.3s;
  font-weight: 500;
  font-size: 18px;
  color: #fff;

}

.nav-link:hover {
  color: #ffc107 !important;
}



@media (max-width: 991px) {

  .mobile-menu{
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100vh;
    background: #ececf1;
    padding-top: 100px;
    transition: 0.4s;
    z-index: 9999;
  }

  .mobile-menu.show{
    left: 0;
  }

  .mobile-menu ul{
    flex-direction: column;
    gap: 20px;
  }

  .mobile-menu .nav-link{
    padding: 12px 25px;
    font-size: 18px;
    text-align: left;
    background-color: #f5eeee;
  }

}


.custom-toggler{
  width: 35px;
  height: 25px;
  position: relative;
}

.custom-toggler .bar{
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  margin: 5px 0;
  transition: 0.3s;
}

.travel-hero-section{
height: 730px;
position: relative;
}

.travel-video-slider{
position:absolute;
width:100%;
height:100%;
}

.travel-slide{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
opacity:0;
transition:opacity .8s ease;
}

@media (max-width:768px){

.travel-slide{
object-fit:contain;
background:black;
}

}

/* .travel-slide{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
opacity:0;
transition:opacity .8s ease;
} */

.travel-slide.active{
opacity:1;
z-index:1;
}

.travel-hero-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,.3);
}

.travel-category-bar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.travel-category-bar ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    padding: 0;
    margin: 0;
}

     
.travel-category-bar li.active, .travel-category-bar li:hover {
    color: yellow;
}
.travel-category-bar li {
    cursor: pointer;
    position: relative;
    font-size: 18px;
}


.travel-controls{
position:absolute;
right:30px;
bottom:60px;
z-index:4;
display:flex;
gap:15px;
}

.travel-controls button{
background:rgba(0,0,0,.5);
color:white;
border:none;
font-size:22px;
width:45px;
height:45px;
cursor:pointer;
border-radius:50%;
}


.travel-main-heading {
  font-size: 70px;
  font-weight: 800;
}

.travel-sub-heading {
  font-size: 22px;
  margin-bottom: 20px;
}

.travel-city {
  font-size: 40px;
  margin-top: 20px;
}

.travel-btn {
  background: red;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
}



.travel-category-bar li.active,
.travel-category-bar li:hover {
  color: yellow;
}


.travel-category-bar li::after {
  content: "";
  width: 2px;
  height: 15px;
  background: yellow;
  position: absolute;
  right: -15px;
  top: 5px;
}


.travel-side-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-90deg);
  background: red;
  color: #fff;
  padding: 10px 20px;
  z-index: 2;
}


@media(max-width:768px){
  .travel-main-heading { font-size: 35px; }
  .travel-city { font-size: 22px; }
  .travel-category-bar ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.tt-hero-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}


.tt-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../image/landscape photos upper/delhi .jpg') center/cover no-repeat;
}


.tt-hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}


.tt-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  top: 30%;
  transform: translateY(-40%);
}

.tt-main-title {
  font-size: 80px;
  font-weight: 800;
}

.tt-sub-title {
  font-size: 22px;
}

.tt-city-name {
  font-size: 35px;
  bottom: 20px;
 
  
  
}

.tt-book-btn {
  background: red;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  margin-top: 10px;
}


.tt-left-indicator {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.tt-dot-line {
  width: 4px;
  height: 80px;
  border-left: 2px dotted #fff;
  cursor: pointer;
}


.tt-info-box {
  position: absolute;
  left: 20px;
  top: 0;
  width: 250px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: none;
}

.tt-info-box h4 {
  margin-bottom: 5px;
}


@media(max-width:768px){
  .tt-main-title { font-size: 35px; }
  .tt-city-name { font-size: 22px; }

  .tt-left-indicator {
    left: 10px;
  }

  .tt-info-box {
    width: 200px;
  }
}

.packages-section{
    padding:80px 0;
    background:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)),
    url('../image/itineraries-bg.webp');
    background-size:cover;
    background-position:center;
    background: #f5f5f5;
}

.section-title{
    font-size:60px;
    font-weight:800;
    color:#6ea8d6;
    text-align:center;
    margin-bottom:60px;
}

.package-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
    transition:0.4s ease;
}

.package-card img{
    width:100%;
    height:400px;
    object-fit:cover;
    transition:0.4s ease;
}

.package-card::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:40%;
    background:linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.package-title{
    position:absolute;
    bottom:20px;
    left:20px;
    color:#fff;
    font-size:20px;
    font-weight:600;
    z-index:2;
}

.package-card:hover img{
    transform:scale(1.1);
}

.package-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 30px rgba(0,0,0,0.3);
}

.book-btn{
    margin-top:50px;
}

@media(max-width:768px){

.section-title{
    font-size:36px;
}

.package-card img{
    height:300px;
}

}

.itinerary-section{
padding:90px 0;
background:linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.95)),
url('../image/itineraries-bg.webp');
background-size:cover;
background-position:center;
}

.main-title{
font-size:70px;
font-weight:800;
color:#6ea8d6;
letter-spacing:2px;
}

.sub-title{
font-size:22px;
color:#6ea8d6;
margin-bottom:60px;
}

.itinerary-card{
text-align:center;
transition:all 0.4s ease;
padding:25px 15px;
border-radius:20px;
cursor:pointer;

}

.image-wrapper{
width:250px;
height:350px;
margin:0 auto;
border-radius:150px;
overflow:hidden;
/* position:relative; */
}

.image-wrapper img{
width:100%;
height:100%;
object-fit:cover;
transition:0.4s ease;
}
.itinerary-card:hover{
background:#ffffff;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
transform:translateY(-12px);
}


.itinerary-card:hover img{
transform:scale(1.1);
}



.days{
color:red;
font-weight:600;
}

.place{
color:red;
font-weight:700;
margin-top:5px;
}

.card-content p{
font-weight:600;
margin-top:10px;
}

@media(max-width:992px){
.image-wrapper{
width:220px;
height:300px;
}
}

@media(max-width:768px){
.main-title{
font-size:40px;
}
.image-wrapper{
width:200px;
height:280px;
}
}

.car-rental-sec{
padding:100px 0;
background:linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.95)),
url('../image/itineraries-bg.webp');
background-size:cover;
background-position:center;
}

.car-rental-title{
font-size:70px;
font-weight:800;
color:#6ea8d6;
margin-bottom:60px;
}

.car-card{
position:relative;
border-radius:20px;
overflow:hidden;
cursor:pointer;
transition:0.4s ease;
}

.car-card img{
width:100%;
height:250px;
object-fit:cover;
transition:0.4s ease;
}

.car-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
height:60%;
background:linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

.car-name{
position:absolute;
bottom:20px;
left:50%;
transform:translateX(-50%);
color:#fff;
font-weight:700;
z-index:2;
}


.car-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.car-card:hover img{
transform:scale(1.05);
}


@media(max-width:992px){
.car-rental-title{
font-size:45px;
}
}

@media(max-width:768px){
.car-rental-title{
font-size:35px;
}
.car-card img{
height:200px;
}
}

.wwdo-section{
padding:100px 0;
background:linear-gradient(135deg,#1f2730,#0f141a);
color:#fff;
}


.wwdo-title{
font-size:72px;
font-weight:800;
letter-spacing:2px;
margin-bottom:25px;
}


.wwdo-subtitle{
display:flex;
align-items:center;
justify-content:center;
gap:20px;
margin-bottom:60px;
}

.wwdo-subtitle span{
width:80px;
height:2px;
background:#fff;
opacity:.4;
}

.wwdo-subtitle p{
margin:0;
font-size:22px;
opacity:.8;
}


.wwdo-card{
border-radius:10px;
overflow:hidden;
background:#fff;
transition:0.4s ease;
cursor:pointer;
}

.wwdo-img img{
width:100%;
height:220px;
object-fit:cover;
}

.wwdo-content{
background:#e6e6e6;
padding:25px;
text-align:left;
}

.wwdo-content h5{
color:#222;
font-weight:700;
line-height:1.4;
}


.wwdo-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(0,0,0,0.4);
}



@media(max-width:992px){
.wwdo-title{
font-size:45px;
}
}

@media(max-width:768px){
.wwdo-title{
font-size:32px;
}
.wwdo-img img{
height:180px;
}
.wwdo-content{
padding:18px;
}
}




.tv-footer-main {
  background: url("../image/footer-background-image.jpg") no-repeat center center/cover;
  position: relative;
}

.tv-footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.tv-footer-main .container {
  position: relative;
  z-index: 2;
}


.tv-footer-logo {
  font-size: 28px;
  font-weight: 600;
  text-transform: lowercase;
}


.tv-social-icons i {
  font-size: 18px;
  margin-right: 15px;
  cursor: pointer;
  transition: 0.3s;
  color: white;
}

.tv-social-icons i:hover {
  color: #ff3b3b;
}


.tv-footer-heading {
  font-size: 28px;
  font-weight: 600;
}

.tv-footer-links li {
  margin: 8px 0;
}

.tv-footer-links a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.tv-footer-links a:hover {
  color: #ff3b3b;
}


.tv-qr-img {
  width: 140px;
  background: white;
  padding: 5px;
}


.tv-footer-line {
  border-color: rgba(255,255,255,0.3);
}

@media(max-width:768px){
  .tv-footer-heading {
    font-size: 22px;
  }

  .tv-footer-logo {
    font-size: 22px;
  }

  .tv-social-icons i {
    margin-right: 10px;
  }

  .tv-qr-img {
    width: 120px;
  }
}

