body{
    padding: 0;
    margin: 0;
      font-family: "Urbanist", sans-serif !important;
      /* background: #fff7f2 !important; */
}
h6{
    font-family: "Seaweed Script", cursive !important;
}
.header-tool{
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
}
.header-tool nav{
        height: 90px;
      background: #fff ;

}
.header-tool .nav-link{
        font-size: 16px;
    font-weight: 600;
    margin: 0 18px;
}
.booknow{
        background: #ff6b00 !important;
    color: #fff !important;
    padding: 9px 34px !important;
    border-radius: 5px;
}
.bg-header{
    background: url(../images/t1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    justify-content: center;
    align-items: center;
    display: flex;
    background-position: 70% 30%;
    text-align: center;
}

    
    .tour-header h6{
    font-size: 40px;
    line-height: 48px;
    color: #ffc42e;
    }
        .tour-header h1{
    display: block;
    font-size: 76px;
    line-height: 68px;
    margin-bottom: 75px;
        font-weight: 700;
    }


    .tour-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
box-shadow: 0px 3px 1px #f3f3f3;
}

.tour-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.tour-body {
  padding: 12px;
}

.tour-country {
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: 1px;
}

.tour-body h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0;
}

.price {
  font-size: 14px;
  color: #555;
}

.price span {
  color: #ff6b00;
  font-weight: 600;
}

.tour-info {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #666;
  margin: 10px 0;
}

.explore {
  font-size: 14px;
  font-weight: 500;
  color: #ff6b00;
  text-decoration: none;
}

.tour-prev,
.tour-next {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  color: #000;
}

.tour-prev::after,
.tour-next::after {
  font-size: 16px;
  font-weight: bold;
}

.tour-prev {
  left: -60px;
}

.tour-next {
  right: -60px;
}

/* Mobile view adjustment */
@media (max-width: 767px) {
  .tour-prev {
    left: 10px;
  }
  .tour-next {
    right: 10px;
  }
}


.package-header h6{
    font-size: 32px;
    line-height: 24px;
    color: #ffc42e;
}
.package-header h4{
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    margin: 0px;
}

.main-content h6{
   font-size: 32px;
    line-height: 24px;
    color: #ffc42e;
}
.main-content h4{
  font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    margin: 0px;
}
.about-us{
        background: url(../images/banner3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-content p{
    color: #888;
    margin-top: 20px;
}

.icons-view{
    font-size: 23px;
    background: #f9ede5;
    padding: 0px;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    display: flex
;
    color: #ff6b00;
    border-radius: 40px;
}
.about-contents h5{
    font-size: 24px;
    font-weight: 600;
    margin:0;
}
.about-contents p{
  color: #888;
    margin-top: 0px;
}
.about-us{
    padding: 60px 0;
}
 .image-box {
    position: relative;
    display: block;
    padding-bottom: 242px;
    padding-left: 319px;
}
.image-box .image {
    border-radius: 10px;
    overflow: hidden;
}
.image-box .image img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}
.image-box .image img:hover{
    transform: scale(1.2);
}
.image-box .image-2 {
    position: absolute;
    left: 0px;
    top: 75px;
}
.image-box .image-3 {
    position: absolute;
    bottom: 0px;
    right: 0;
}

    .why-choose {
      padding: 100px 0;
    }

    .why-choose .small-title {
      font-family: 'Cursive';
      color: #ffa200;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .why-choose h2 {
      font-size: 44px;
      font-weight: 700;
      color: #000;
      margin-bottom: 70px;
    }

    .feature-box {
      text-align: center;
      padding: 0 25px;
    }

    .feature-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 2px solid #ff7a00;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .feature-icon i {
      font-size: 30px;
      color: #ff7a00;
    }

    .feature-box h5 {
      font-size: 20px;
      font-weight: 600;
      color: #000;
      margin-bottom: 12px;
    }

    .feature-box p {
      font-size: 15px;
      color: #777;
      line-height: 1.6;
      margin: 0;
    }

    @media (max-width: 767px) {
      .why-choose h2 {
        font-size: 32px;
      }
    }

    .footer {
  background: #0f0f0f;
  color: #bdbdbd;
  padding: 90px 0 0;
  position: relative;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.footer-logo span {
  color: #ff7a00;
}

.footer p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.footer-contact {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.footer h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 12px;
}

.footer ul li a {
  text-decoration: none;
  color: #bdbdbd;
  font-size: 15px;
}

.footer ul li a:hover {
  color: #ff7a00;
}

.footer-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.footer-gallery img {
  width: 100%;
  border-radius: 8px;
  height: 70px;
  object-fit: cover;
}

/* bottom bar */
.footer-bottom {
  margin-top: 70px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #ccc;
}

.footer-bottom span {
  color: #ff7a00;
  font-weight: 500;
}

/* Go to top */
.go-top {
  position: fixed;
  right: 25px;
  bottom: 40px;
  writing-mode: vertical-rl;
  color: #ff7a00;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.go-top::after {
  content: '';
  width: 1px;
  height: 60px;
  background: #ff7a00;
  display: block;
  margin: 8px auto 0;
}

.car{
    width:300px;
}
.tour{
width: 330%;
}
.tour-car{
    overflow: hidden;
}



/* Main Scene */
.scene {
  position: relative;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
}

/* Moving Background */
.background {
    position: absolute;
    width: 1200%;
    height: 350px;
    bottom: -103px;
    left: 0;
    background: url(../images/tour.png) repeat-x;
    background-size: contain;
    animation: moveBg 60s linear infinite;
}

/* Road */
.road {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 30%;
  animation: moveRoad 6s linear infinite;
}

/* Car */
.car {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  z-index: 10;
}

/* Animations */
@keyframes moveBg {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes moveRoad {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.swiper-button-prev{
        width: 45px;
    padding: 21px;
    background: #ff6b00;
}
.swiper-button-next{
        width: 45px;
    padding: 21px;
    background: #ff6b00;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    width: 41px;
    font-size: 18px  !important;
    color: #fff !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 18px !important;
    color: #fff;
}


.view-more a{
    background: #ff6b00;
    padding: 12px 40px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.view-more{
    text-align: center;
}
.tour-card{
    margin-bottom:20px;
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
    .background {
  position: absolute;
        width: 4850%;
        height: 350px;
        bottom: -43px;
        left: 0;
        background: url(../images/tour.png) repeat-x;
        background-size: contain;
        animation: moveBg 60s linear infinite;
}    
}
.navbar-collapse{
        z-index: 999;
    background: #fff;
    padding: 20px;
}

.carousel img{
    height: auto;
    object-fit: contain;
}
.tour-loaction img{
    width: 100%;
        height: 160px;
    border-radius: 100px;
    object-fit: cover;
}
.package-tour{
    padding-bottom: 50px;    padding-top: 70px;
}
.tour-loaction h5{
    text-align: center;
    margin-top: 12px;
    font-size: 18px;
}

.tour-loaction{
    margin-bottom: 30px;
}


  .form-card{
      background: rgba(255,255,255,0.95);
      border-radius:16px;
      box-shadow:0 20px 40px rgba(0,0,0,.2);
      padding:30px;
      max-width:900px;
      width:100%;    margin: 60px auto;
    }
    .form-title{
      font-weight:600;
      margin-bottom:20px;
      color:#1d2671;
    }
    .form-control, .form-select{
      border-radius:10px;
      padding:10px 14px;
    }
    .form-check-input{
      border-radius:4px;
    }
    .btn-submit{
      background:linear-gradient(135deg,#ff512f,#dd2476);
      border:none;
      color:#fff;
      padding:12px 30px;
      border-radius:30px;
    }
    .btn-reset{
      border-radius:30px;
      padding:12px 30px;
    }
    textarea{
      resize:none;
    }

    .featured-img img{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    }
    .form-control{
            border-color: #f3f3f3 !important;
    border-radius: 0 !important;
    height: 40px;
    }
    .form-label {
    margin-bottom: .5rem;
    font-size: 12px;
    margin: 0 !important;
    font-weight: 600;
}

.hover-menu{
    position: relative;
}
.hover-menu:hover .menu-hover-link{
   transform: rotateX(0deg);
  opacity: 1;
} 
.menu-hover-link{
    position: absolute;
        z-index: 99;
    background: #fff;
    width: 270px;
    padding: 19px;
        padding-bottom: 0;
            box-shadow: 8px 19px 10px #00000061;
  transform-origin: top center;
  transform: rotateX(-90deg);
  opacity: 0;

  transition:  transform .6s cubic-bezier(.2,.8,.2,1), opacity .3s ease;
}
.menu-hover-link ul{
    padding: 0;list-style: none;
}
.menu-hover-link ul li{
    border-bottom: 1px solid #f7f7f7;
}
.menu-hover-link ul li a{
    color: #000;
    font-size: 14px;
    line-height: 38px;
    text-decoration: none;
}

.package-tour{
        background: linear-gradient(to bottom, #fff7f2 0%, #ffffff 100%);
}

.enquiary-form{
      padding: 28px;
    border-radius: 10px;
        border: 1px solid #dfdfdf;
  background: #fff; 
}
.enquiary-form h6{
    font-size: 30px;
    text-align: center;
    color: #ff6b00;
}
.form-btn a{
      background: #ff6b00;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 9px;
    margin-top: 17px;
}
.enquiary-form{
  position: sticky;
    top: 20px;
}
.whatsapp{
      color: #ffffff;
    float: right;
    background: #25D366;
    padding: 1px 5px;
    border-radius: 7px;
}

.tour-details{
  background: linear-gradient(to bottom, #fff7f2 0%, #ffffff 100%);
}

.bg-layer{
    background: url(../images/about.jpg);
        height: 290px;
            justify-content: center;
    align-items: center;
    display: flex;
}
.bg-layer:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.55;
}
.inner-bghead:before{
      position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.55;
}
.inner-bghead{
   background: url(../images/d1.jpg);
        height: 400px;
            justify-content: center;
    align-items: center;
    display: flex;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.heading-bg{
  z-index: 9;
}
.heading-bg h2{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.heading-bg h5{
    color: #e3e3e3;
    font-size: 17px;
}
.heading-bg h5 span{
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}
.heading-bg i{
      color: #fbff00;
}
.heading-bg p{
background: #ff6b00;
    max-width: fit-content;
    margin: 10px auto;
    padding: 9px 23px;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
}
.heading-bg a{
    background: #ff6b00;
    padding: 11px 30px;
    line-height: 4;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.heaidng-mainabout{
    z-index: 9;
}
.heaidng-mainabout h2{
    color: #fff;
    font-weight: 800;
    font-size: 52px;
}
.heaidng-mainabout ul{
      list-style: none;
    display: flex;
    padding:0;
    color: #fff;
}
.heaidng-mainabout ul li{
      font-size: 30px;
    margin: 0 9px;
    font-family: "Seaweed Script", cursive !important;
}
.heaidng-mainabout ul li a{ 
      color: #fff;
    text-decoration: none;
    font-size: 30px;
}



   /* Hero Section */
    .contact-hero {
      background: linear-gradient(to right, rgba(0,0,0,0.65), rgba(0,0,0,0.3)),
      url("https://images.unsplash.com/photo-1501785888041-af3ef285b470") center/cover;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      border-radius: 0 0 40px 40px;
    }

    .contact-hero h1 {
      font-size: 50px;
      font-weight: 700;
    }

    /* Contact Card */
    .info-box {
      background: white;
      padding: 25px;
      border-radius: 18px;
      box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
      transition: 0.3s;
      height: 100%;
    }

    .info-box:hover{
      transform: translateY(-8px);
    }

    .info-box i {
      font-size: 35px;
      color: #ff6600;
      margin-bottom: 15px;
    }

    /* Form Box */
    .form-box {
      background: white;
      padding: 35px;
      border-radius: 20px;
      box-shadow: 0px 15px 40px rgba(0,0,0,0.08);
    }

    .form-control {
      border-radius: 12px;
      padding: 12px;
    }

    .btn-custom {
      background: #ff6600;
      border: none;
      padding: 12px 25px;
      border-radius: 12px;
      font-weight: 600;
      transition: 0.3s;
    }

    .btn-custom:hover {
      background: #e85d00;
    }

    /* Map */
    iframe {
      border-radius: 20px;
      box-shadow: 0px 15px 40px rgba(0,0,0,0.08);
    }

    .day-by-day{
          margin-top: 40px;
          margin-bottom: 40px;
    }
    .section-one h3{
    font-size: 24px;
    font-weight: 600;
    }
      .section-one p{
    font-size: 14px;
    color: #888;
    }
          .section-one{
                border: 1px solid #dfdfdf;
                border-radius: 10px;
                padding: 28px;
                margin-bottom: 20px;
          }

          .section-one ul{
    padding-left: 14px;
          }
           .section-one li{
 font-size: 14px;
    color: #888;
          }
          .days-count-detail h2{
                font-size: 20px;
    font-weight: 700;
          }
          .days-count p{
            border: 1px dashed #d1d1d1;
            text-align: center;
            /* max-width: fit-content; */
            height: 50px;
            width: 50px;
            text-align: center;
            border-radius: 40px;
            font-size: 21px;
            font-weight: 600;
            color: #000;
            background: #fff;
            margin: auto;
            position: relative;
          }
          .days-count p span{
                font-size: 11px;
    display: block;
    line-height: 4px;
          }
          .days-litinary{
                margin-top: 24px;
                    border-bottom: 1px dashed #d1d1d1;
                    position: relative;
          }

          .days-litinary .col-md-2:before{
          content: '';
    position: absolute;
    border-left: 1px dashed #d1d1d1;
    /* background: #000; */
    height: 90%;
    /* width: 0px; */
    left: 46px;
    top: 0;
          }

          .days-count-detail img{ 
                  width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
          }

          .section-one h3{
                  font-family: "Seaweed Script", cursive !important;
          }

          .tour-destination h5{
    font-size: 12px;
    margin: 0;
    font-weight: 600;
        color: #999;
          }
          .tour-destination p{
    font-size: 18px;
        margin: 0;
    font-weight: 600;
          }
          .tour-destination{
                  border-bottom: 1px dashed #d7d7d7;
    padding: 12px 0;
          }
   .trip-main{
    text-align: center;
   }
          .trip-main i{
    font-size: 22px;    color: #ff6b00;
          }
          .trip-main p{
    font-size: 12px;
          }
          .trip-iclude{
            margin-top: 20px;
          }

          .trip-iclude h4{
font-size: 15px;
    font-weight: 600;
          }