/* Responsive css */
@media (max-width: 768px) {
  :root {
    --section-padding: 25px;
  }
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }

  .title {
    font-size: 20px;

  }
  .sub_title {
    font-size: 18px;

  }
  .header-container {
    padding: 20px 0;
  }
  .hero {
    height: 100%!important;
  }
  .hero::before {
    display: none;
  }
  .hero .item {
    height: 320px!important;
  }

  .hero .item img {
    height: 100%!important;
}
  .hero-content h1 {
    font-size: clamp(25px, 6vw, 44px);
  }

  .hero-content {
    margin-top: 30%;
    padding: 15px;
  }

  .hero-content p {
    font-size: 16px;
  }




  .values {
   display: inline-block;
   gap: 30px;
 }

 .value-item {
  margin-bottom: 30px;
}


.back-to-top {
  bottom: 70px;
}

.footer-bottom {
  padding-top: 15px;
  margin-top: 0px;
}



.package-card{
  height: 100%!important;
}

.owl-nav button {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  margin: 0 0.25rem;
}

.owl-nav button.owl-prev {
  margin-left: -0.5rem;
}

.owl-nav button.owl-next {
  margin-right: -0.5rem;
}



.process-roadmap {
  flex-direction: column;
  align-items: center;
}

.process-step {
  flex: 0 0 90%;
  margin-bottom: 20px;
}

.booking_form{
  padding: 10px;
}



}
