/* ====== Responsive Styles ===== */

/* Extra Large Devices (Large Desktops) */
@media (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}

/* Large Devices (Desktops) */
@media (max-width: 1199px) {
   .content_wrapper h2 {
      font-size: 3rem;
   }

   .section_heading {
      font-size: 2.2rem;
   }
}

/* Medium Devices (Tablets) */
@media (max-width: 991px) {
   .navbar-nav {
      text-align: center;
      padding: 20px 0;
   }

   .navbar-nav .nav-link {
      padding: 10px 0 !important;
   }

   .about-content {
      flex-direction: column-reverse;
   }

   .about-content .content,
   .about-content .about-image {
      width: 100%;
   }

   .services-sections {
      grid-template-columns: repeat(2, 1fr);
   }

   .content_wrapper h1 {
      font-size: 2rem;
   }

   .content_wrapper h2 {
      font-size: 2.5rem;
   }

   .section_heading {
      font-size: 2rem;
   }

   .destination-header {
      flex-wrap: wrap;
   }

   .dots {
      display: none;
   }
}

/* Small Devices (Landscape Phones) */
@media (max-width: 767px) {
    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }
    .top-notice{
        margin-top: 85px;
    }
   .content_wrapper {
      padding: 0 15px;
   }

   .content_wrapper h1 {
      font-size: 1.5rem;
   }

   .content_wrapper h2 {
      font-size: 2rem;
   }

   .content_wrapper h3 {
      font-size: 1rem;
   }

   .btn-wrapper {
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: center;
   }

   .btn-custom {
      width: 100%;
      max-width: 250px;
   }

   .section_heading {
      font-size: 1.8rem;
   }

   .pre_title {
      font-size: 0.9rem;
   }

   .about-content h2 {
      font-size: 2rem;
   }

   .about-content p {
      font-size: 1rem;
   }

   .services-sections {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   .service-section {
      padding: 30px 20px;
   }

   .service-section .icon i {
      font-size: 3rem;
   }

   .service-section h3 {
      font-size: 1.3rem;
   }

   .destination-item {
      padding: 20px;
   }

   .destination-header h3 {
      font-size: 1.3rem;
   }

   .price {
      font-size: 1.1rem;
   }

   .footer_wp {
      margin-bottom: 30px;
   }

   .back-to-top {
      width: 45px;
      height: 45px;
      bottom: 20px;
      right: 20px;
   }

   .carousel-control-prev-icon,
   .carousel-control-next-icon {
      width: 40px;
      height: 40px;
   }
}

/* Extra Small Devices (Portrait Phones) */
@media (max-width: 575px) {
   .header-logo-text {
      font-size: 1.2rem;
   }

   .content_wrapper h1 {
      font-size: 1.3rem;
   }

   .content_wrapper h2 {
      font-size: 1.8rem;
   }

   .content_wrapper h3 {
      font-size: 0.9rem;
   }

   .section_heading {
      font-size: 1.6rem;
   }

   .about-content h2 {
      font-size: 1.8rem;
   }

   .service-section .icon i {
      font-size: 2.5rem;
   }

   .service-section h3 {
      font-size: 1.2rem;
   }

   .destination-header h3 {
      font-size: 1.2rem;
   }

   .contact-form .form-control {
      padding: 10px 12px;
      font-size: 0.9rem;
   }

   .btn-submit {
      padding: 10px 30px;
      font-size: 0.9rem;
   }

   .footer_wp h3 {
      font-size: 1.3rem;
   }

   .footer-social a {
      width: 35px;
      height: 35px;
      line-height: 35px;
   }

   .footer-social i {
      font-size: 1.2rem;
   }
}

/* Print Styles */
@media print {
   .custom-header,
   .back-to-top,
   .carousel-control-prev,
   .carousel-control-next,
   .carousel-indicators {
      display: none;
   }

}

