@media (max-width: 767.98px) {
  .tour-point-item .icon {
    width: 40px;
    height: 40px;
    background: var(--bs-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    flex: 0 0 auto;
    font-size: 20px;
  }
  .tour-point-item .details .value {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-text-dark);
  }
  .itinerary-accordion .accordion-item .card-body {
    flex-direction: column;
    padding: 0 !important;
  }
  .itinerary-accordion .accordion-button {
    padding: 0 !important;
    align-items: start;
  }
  .search-form-wrapper p {
    display: none;
  }
  .search-form-wrapper {
    padding: 10px;
    gap: 10px;
  }
  .search-form-wrapper .btn-search {
    padding: 7.5px 20px;
  }
  .search-form-wrapper .btn-search span {
    display: none;
  }
  .cta-ornament-1 {
    height: 300px;
    margin-bottom: -80px;
    transform: translateY(-80px);
  }
  .feature-item-wrapper:hover .feature-item {
    transform: scale(1);
    rotate: -3.5deg;
  }
  .tour-details .tour-details-gallery {
    display: none;
  }
  .offcanvas {
    background-color: var(--bs-dark);
  }
  .offcanvas .ornament-1 {
    position: absolute;
    bottom: 0;
    width: 300px;
    left: 0;
    z-index: -1;
    visibility: visible;
    display: block;
  }
  .offcanvas .ornament-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.1;
    filter: drop-shadow(1px 0 4rem var(--bs-primary));
  }
  .offcanvas .ornament-2 {
    position: absolute;
    top: 0;
    width: 200px;
    right: 0;
    rotate: 180deg;
    z-index: -1;
    visibility: visible;
    display: block;
  }
  .offcanvas .ornament-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.1;
    filter: drop-shadow(0 0 2rem var(--bs-primary));
  }
  .nav-link:focus,
  .nav-link:hover {
    border-color: transparent;
  }
  .navbar-expand-lg .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .partner-image-wrapper img {
    height: 15px !important;
  }
  .price-list {
    padding: 0;
  }
  .price-list .price-item-wrapper {
    flex-direction: column;
    gap: 0px;
  }
  .price-list .price-item-wrapper .price-item .details {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .price-list .price-item-wrapper .price-item .details .title {
    font-size: 18px;
  }
  .book-cta-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .tour-header h1 {
    font-size: 20px;
  }
  .price-list .price-item-wrapper .price-item .hotel-wrapper .hotel-item {
    font-size: 12px;
  }
  .language-select .dropdown-menu {
    left: unset !important;
    transform: translateX(0) !important;
    min-width: 6rem;
    right: 0 !important;
  }
  .navbar .navbar-other .navbar-nav > .nav-item + .nav-item {
    margin-left: 0.3rem;
  }
  .section-title {
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
  .section-sup-title {
    font-size: 11px;
  }
  .btn {
    --bs-btn-font-size: 12px;
  }
  .cta-section .title {
    font-size: 1.4rem;
  }
  .cta-section .description {
    font-size: 14px;
  }
  .gallery-layanan .thumbnail {
    /*aspect-ratio: 2 / 1;*/
  }
  .contact-form-wrapper {
    padding: 30px;
  }
  .gallery-home-item {
    grid-column: span 9 !important;
    grid-row: span 1 !important;
  }
  .post-details-content {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    border-color: transparent;
  }
  .pagination .page-link {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 10px;
  }
  .article-item .content {
    padding: 15px 15px;
  }
  .article-item .content .title {
    font-size: 13px;
  }
  .hero-section-custom .sub-title {
    font-size: 12px;
  }
  .home-slider .slider-home .slider-home-item .container .title {
    font-size: 1.25rem;
  }
  .home-slider .slider-home .swiper-scrollbar {
    rotate: 0deg;
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px !important;
    width: auto;
  }
  .navbar {
    background: transparent;
  }
  .hero-section-custom .title {
    font-size: 20px;
  }
  .service-item .thumbnail {
    aspect-ratio: 1 / 1;
  }
  .service-item .overlay-content .details .title {
    font-size: 14px;
  }
  .service-item .overlay-content .details .description {
    font-size: 12px;
  }
  .service-item .overlay-content .details .more-link {
    font-size: 12px;
  }
  .home-slider {
    height: 100vh !important;
  }
  .ornament-home-rect-1 {
    width: 75px;
  }
  .ornament-home-1 {
    width: 300px;
  }
}
