/* Mobile */
@media (max-width: 479px) {
  .hero {
    height: 45vh;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .explore-badge {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
    overflow: hidden;
  }

  .explore-badge img {
    width: 70px;
  }

  .explore-text {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .about h2 {
    font-size: 2rem;
  }

  .about h5 {
    font-size: 1.1rem;

  }

  .about .about-text {
    margin-top: 0px;
  }

  .about .about-text button {
    margin: 10px 0px;
    padding: 11px 19px;
    font-size: 1.2rem;
  }

  .change-order-2 {
    order: 2;
  }

  .change-order-1 {
    order: 1;
    margin: 20px 0px;
  }

  .why-choos-us {
    background-image: none;
    width: 100%;
    height: 62vh;
  }

  .why-choos-us .box {
    width: 110px;
    height: 110px;

  }

  .why-choos-us h2, .packages h2, .hot-to-reach h2, .explore-treak h2, .destination-title {

    font-size: 1.7rem;

  }

  .why-choos-us-content {

    gap: 20px;
    margin-bottom: 20px;
  }

  .why-choos-us .box img {
    width: 24px;
  }

  .why-choos-us .box h5 {

    font-size: 0.8rem;
  }


  /* Footer  */
  .custom-footer {
    padding: 10px;
    height: auto;
    overflow: hidden;
  }

  .custom-footer .logo img {
    height: 40px;
  }

  .subscribe-title {

    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .footer-content {
    overflow: hidden;
    /* background-color: rgba(0,0,0,0.4); */
    border-radius: 10px;
    margin-top: 50px;
  }

  .footer-heading {
    font-size: 1.28rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .custom-footer .social-icons {
    overflow: hidden;
    justify-content: center;
    gap: 40px;
  }


  .explore-treak h2 {
    font-size: 1.7rem;
  }

  .explore-treak .explore-text .text-images-div {
    overflow-x: scroll;
    gap: 30px;
  }

  .explore-treak .explore-text .text-images-div div {

    border-right: none;
  }


  .testimonials-sec {

    padding: 20px 10px;
  }

  .testimonials-sec .form-box {
    width: 96%;
  }

  .testimonials-sec .form-box {
    padding: 10px;
    width: 100%;
  }

  .testimonials-sec .form-box div h5 {
    font-size: 1.2rem;
    text-align: center;
  }

  .testimonials-sec .form-box div form {
    width: 85%;
  }

  .testimonials-sec .testimonials-text {
    margin-top: 40px;
  }
}



/* Tablet (Portrait) */
@media (min-width: 480px) and (max-width: 767px) {
  .hero {
    height: 50vh;
  }

  .hero h1 {
    font-size: 1.6rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .explore-badge {
    width: 90px;
    height: 90px;
    font-size: 1.6rem;
    overflow: hidden;
  }

  .explore-badge img {
    width: 100%;
  }

  .explore-text {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .about h2 {
    margin-top: 50px;
    font-size: 2rem;

  }

  .about h5 {
    font-size: 1.1rem;

  }

  .about .about-text {
    margin-top: 0px;
  }

  .about .about-text button {
    margin: 10px 0px;
    padding: 11px 19px;
    font-size: 1.2rem;
  }

  .change-order-2 {
    order: 2;
  }

  .change-order-1 {
    order: 1;
    margin: 20px 0px;
  }

  .why-choos-us {
    background-image: none;
    width: 100%;
    height: 62vh;
    padding-top: 30px;
  }

  .why-choos-us .box {
    width: 140px;
    height: 140px;
  }

  .why-choos-us h2, .packages h2, .hot-to-reach h2, .explore-treak h2, .destination-title {
    font-size: 1.7rem;

  }

  .why-choos-us-content {
    gap: 30px;
    margin-bottom: 20px;
  }

  .why-choos-us .box img {
    width: 24px;
  }

  .why-choos-us .box h5 {

    font-size: 0.8rem;
  }

  .packages {
    padding-top: 120px;
  }

  .packages .cards {
    width: 70%;
    margin: 20px auto;
  }

  /* Footer  */
  .custom-footer {
    padding: 10px;
    height: auto;
    overflow: hidden;
  }

  .custom-footer .logo img {
    height: 40px;
  }

  .subscribe-title {

    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .footer-content {
    overflow: hidden;
    /* background-color: rgba(0,0,0,0.4); */
    border-radius: 10px;
    margin-top: 50px;
  }

  .footer-heading {
    font-size: 1.28rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .custom-footer .social-icons {
    overflow: hidden;
    justify-content: center;
    gap: 40px;
  }


  .explore-treak h2 {
    font-size: 1.7rem;
  }

  .explore-treak .explore-text .text-images-div {
    overflow-x: scroll;
    gap: 30px;
  }

  .explore-treak .explore-text .text-images-div div {

    border-right: none;
  }


  .testimonials-sec {

    padding: 20px 10px;
  }

  .testimonials-sec .form-box {
    width: 96%;
  }

  .testimonials-sec .form-box {
    padding: 10px;
    width: 100%;
  }

  .testimonials-sec .form-box div h5 {
    font-size: 1.2rem;
    text-align: center;
  }

  .testimonials-sec .form-box div form {
    width: 85%;
  }

  .testimonials-sec .testimonials-text {
    margin-top: 40px;
  }
}

/* 14-inch / Small Laptop */
@media (min-width: 767px) and (max-width: 1279px) {
  .hero {
    height: 85vh;
  }

  .hero h1 {
    font-size: 1.9rem;
  }

  .hero p {
    font-size: 1.3rem;
  }

  .explore-badge {
    width: 120px;
    height: 120px;
    font-size: 1.8rem;
    overflow: hidden;
  }

  .explore-badge img {
    width: 100%;
  }

  .explore-text {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .about h2 {
    font-size: 2.3rem;

  }

  .about h5 {
    font-size: 1.1rem;

  }

  .about .about-text {
    margin-top: 0px;
  }

  .about .about-text button {
    margin: 10px 0px;
    padding: 11px 19px;
    font-size: 1.2rem;
  }

  .change-order-2 {
    order: 2;
  }

  .change-order-1 {
    order: 1;
    margin: 20px 0px;
  }

  .why-choos-us {
    width: 100%;
    height: 80vh;
  }

  .why-choos-us .box {
    width: 140px;
    height: 140px;
  }

  .why-choos-us h2, .packages h2, .hot-to-reach h2, .explore-treak h2, .destination-title {
    font-size: 1.9rem;

  }

  .why-choos-us-content {
    gap: 30px;
    margin-bottom: 20px;
  }

  .why-choos-us .box img {
    width: 24px;
  }

  .why-choos-us .box h5 {

    font-size: 0.8rem;
  }
  .packages .cards {
    width: 100%;
    margin: 20px auto;
  }
.packages .card-top{
  height: 250px;

}
.packages .cards-text button{
padding: 5px;
}
.destination-col .circle-image{
  width: 200px;
  height: 200px;
}
.destination-col .circle-text{
  font-size: 1.1rem;
}


  /* Footer  */
  .custom-footer {
    padding: 10px;
    height: auto;
    overflow: hidden;
  }

  .custom-footer .logo img {
    height: 80px;
  }

  .subscribe-title {

    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .footer-content {
    overflow: hidden;
    /* background-color: rgba(0,0,0,0.4); */
    border-radius: 10px;
    margin-top: 50px;
  }

  .footer-heading {
    font-size: 1.28rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .custom-footer .social-icons {
    overflow: hidden;
    justify-content: center;
    gap: 40px;
  }


  .explore-treak h2 {
    font-size: 1.7rem;
  }

  .explore-treak .explore-text .text-images-div {
    overflow-x: scroll;
    gap: 30px;
  }

  .explore-treak .explore-text .text-images-div div {

    border-right: none;
  }


  .testimonials-sec {

    padding: 20px 10px;
  }

  .testimonials-sec .form-box {
    width: 96%;
  }

  .testimonials-sec .form-box {
    padding: 10px;
    width: 100%;
  }

  .testimonials-sec .form-box div h5 {
    font-size: 1.2rem;
    text-align: center;
  }

  .testimonials-sec .form-box div form {
    width: 85%;
  }

  .testimonials-sec .testimonials-text {
    margin-top: 40px;
  }

}

/* Desktop / Large Screen */
@media (min-width: 1280px) {
  /* Styles for large desktops, monitors, and laptops >14" */
}