/*========================= Responsive Design ==========================*/

@media (max-width: 1024px) {

  .region-grid .region-slide {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }

  .oseas-gallery .elementor-image-gallery .gallery-item img {
    height: 300px;
  }

  .oseas-tour-grid,
  .travel-products-grid,
  .oseas-tour-grid:not(.owl-carousel) {
    grid-template-columns: repeat(2, 1fr);
  }

  .os-service-wrapper>.os-service-card {
    flex: 0 0 calc((100% - 40px) / 3) !important;
    max-width: calc((100% - 40px) / 3) !important;
  }
}


@media (max-width:991px) {

  .oseas-step-active::before,
  .oseas-step-active::after {
    top: 25%;
  }

  .oseas-why-choose-layout {
    flex-direction: column;
    gap: 30px;
  }

  .why-choose-images,
  .why-choose-content {
    flex: 1 1 100%;
    width: 100%;
  }

  .why-choose-images {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 767px) {

  .region-grid:not(.owl-carousel) {
    display: block;
  }

  .region-grid .region-slide {
    flex: none;
    max-width: 100%;
  }

  .destination-page-wrapper .book-trip-section h2,
  .oseas-faq-wrapper h2,
  .why-choose-content h2 {
    font-size: 30px;
  }

  .why-choose-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-choose-images {
    aspect-ratio: 3 / 4;
    gap: 10px;
  }

  .img-anim-wrap {
    border-radius: 12px;
  }

  .img-anim-wrap img {
    border-radius: 12px;
  }

  .destination-page-wrapper .trip-sidebar {
    max-width: 100%;
  }

  .destination-page-wrapper .hero-images-grid {
    gap: 15px;
  }

  #month-filter {
    width: 100%;
  }

  .e-con.e-flex {
    --flex-wrap: nowrap;
  }

  .oseas-tour-grid:not(.owl-carousel),
  .latest-blog-grid {
    grid-template-columns: 1fr;
  }

  .reviews-header h2,
  .oseas-faq-wrapper h2 {
    font-size: 30px;
  }

  .os-service-wrapper>.os-service-card {
    flex: 0 0 calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 20px) / 2) !important;
  }

}

@media (max-width: 480px) {

  .region-icon {
    width: 100px !important;
    margin: 0 auto;
  }

  .oseas-tour-grid,
  .travel-products-grid {
    grid-template-columns: 1fr;
  }

  .glass-search form:before {
    left: -7%;
  }

  .oseas-contact-form-row {
    flex-direction: column;
    gap: 0;
  }

  .glass-search .hfe-search-submit:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .glass-search .hfe-search-submit {
    width: 60px !important;
  }

  body li.custom-tour-card,
  .blog-card {
    box-shadow: 0 4px 15px rgb(0 0 0 / 40%);
  }

  .os-service-wrapper>.os-service-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

}