@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 .form-custom {
    font-size: 12px;
  }
  .search-form-wrapper .btn-search {
    padding: 0;
    height: 30px;
    min-width: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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;
  }
  .dropdown-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .offcanvas {
    background-color: var(--bs-dark);
    /* background: linear-gradient(0deg, var(--bs-dark), var(--bs-dark-lighter)); */
  }
  .offcanvas-header {
    margin-bottom: 1rem;
  }
  .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;
  }
  .breadcrumb {
    padding: 5px;
    font-size: 11px;
  }
  .partner-image-wrapper .partner-image img {
    min-height: 50px !important;
    max-height: 50px !important;
    max-width: 100px !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: 1rem;
    letter-spacing: 0px;
  }
  .section-sup-title {
    font-size: 11px;
  }
  .section-title-divider {
    width: 60%;
    height: 5px;
    background: var(--bs-primary);
    margin: auto;
    margin-bottom: 20px;
  }
  .btn {
    --bs-btn-font-size: 12px;
  }
  .btn-sm {
    --bs-btn-font-size: 10px !important;
  }
  .cta-section .title {
    font-size: 1.4rem;
  }
  .cta-section .description {
    font-size: 14px;
  }
  .contact-form-wrapper {
    padding: 30px;
  }
  .gallery-home-item {
    grid-column: span 9 !important;
    grid-row: span 1 !important;
  }
  .post-details-content {
    padding: 20px;
  }
  .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;
  }
  .hero-section-custom.variant-2 {
    min-height: 500px;
  }
  .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;
  }
  .hero-section-custom .sup-title {
    font-size: 12px;
  }
  .hero-section-custom .title {
    font-size: 25px;
  }
  .hero-section-custom .sub-title {
    text-align: center;
  }
  .service-item .thumbnail {
    aspect-ratio: 2 / 1.25;
  }
  .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;
  }
  .ornament-home-rect-1 {
    width: 75px;
  }
  .ornament-home-1 {
    width: 300px;
  }
  footer .footer-menu a {
    font-size: 12px;
  }
  .events-home .container-wrap {
    padding: 100px 20px 20px;
  }
  .post-home-slider-wrapper .swiper-button-prev {
    left: -0 !important;
  }
  .post-home-slider-wrapper .swiper-button-next {
    right: -0 !important;
  }
  .post-main-item {
    gap: 15px;
  }
  .post-main-item .thumbnail {
    height: 75px;
    border-radius: 5px;
  }
  .post-main-item .details .description {
    display: none;
  }
  .post-main-item .details .title {
    font-size: 15px;
  }
  .post-main-item .details .date {
    font-size: 10px;
  }
  .post-main-item .details .author {
    font-size: 10px;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    box-shadow: none;
  }
  .lp-feature-item {
    gap: 30px;
    align-items: start;
  }
  .post-header-item .content .date {
    font-size: 10px;
  }
  .post-header-item .content .author {
    font-size: 10px;
  }
  .logo-mini-mobile {
    height: 40px !important;
  }
  .menu-header {
    margin-left: 20px;
  }
  .menu-header a {
    font-size: 12px;
  }
  .logo-wrapper .logo {
    height: 20px !important;
  }
  .product-details .color-image-wrapper {
    height: 200px;
  }
  .category-slide-item {
    min-width: 50px;
    font-size: 10px;
  }
  .tourSwiperWrapper .swiper-button-next {
    right: 0;
    left: auto;
  }
  .tourSwiperWrapper .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .tour-details .tour-details-header .action-wrapper {
    justify-content: start;
  }
  .contact-content.no-padding-mobile {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .nav-tabs.nav-pills,
  .nav-tabs.nav-tabs-basic {
    flex-direction: row;
    overflow-x: scroll;
  }
  .nav-tabs.nav-tabs-basic .nav-link {
    font-size: 12px;
    padding: 10px;
  }
  .apply-visa-form-wrapper .form-stepper-wrapper {
    background: white;
    padding: 15px;
  }
  .service-list-wrapper .service-list-item {
    padding: 20px 10px;
  }
  .service-list-wrapper .service-list-item .title {
    font-size: 16px;
  }
  .service-list-wrapper .service-list-item .button-read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    min-width: 30px;
    width: 30px;
    background-color: var(--bs-dark);
    border-radius: 50%;
    transition: 0.3s;
  }
  .share-socmed-container .socmed-button p {
    margin: 0;
    font-size: 12px;
  }
  .tg-chose-3-left {
    padding: 0;
  }
  .hero-section-custom.text-part {
    min-height: 200px;
  }
  .mobile-fs-11 {
    font-size: 11px;
  }
  .btn-email-pulse {
    font-size: 25px;
    padding: 25px;
  }
  .btn-whatsapp-pulse {
    font-size: 25px;
    padding: 25px;
  }
  .tour-details .tour-details-header .tour-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .h4-mobile {
    font-size: 0.95rem;
  }
  .tour-details .category-item .icon {
    height: 20px;
  }
  .tour-details .category-item {
    font-size: 12px;
  }
  .cta-medical {
    padding: 30px;
  }
  .cta-medical .cta-title {
    font-size: 22px;
  }
  .feature-home-wrapper .feature-home-container {
    padding: 10px;
    border-radius: 30px;
  }
  .feature-item img {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
  .article-item {
    flex-direction: column;
    padding-right: 0;
  }
  .article-item .thumbnail {
    min-width: 100%;
  }
  .article-item .content {
    padding: 0 10px;
    text-align: start;
    padding-top: 0;
  }
  .article-item .content .title {
    font-size: 16px;
  }
  .move-to-header .form-custom-header .form-content {
    padding: 15px;
    box-shadow: none;
  }
  .move-to-header .form-custom-header .details-wrapper {
    padding: 0 15px;
  }
  .move-to-header .form-custom-header .details-wrapper h1 {
    font-size: 16px;
  }
  .partner-image-wrapper {
    gap: 15px;
  }
  .info-custom-wrapper {
    flex-direction: column;
  }
  .info-custom-wrapper .img-wrapper {
    min-width: 100%;
  }
  .info-custom-wrapper .content-wrapper {
    min-width: 100%;
    max-width: 100%;
  }
  .info-custom-wrapper .content-wrapper .content-header {
    padding: 20px;
  }
  .info-custom-wrapper .content-wrapper .content-header .title {
    font-size: 20px;
    margin-bottom: 10px !important;
  }
  .info-custom-wrapper .content-wrapper .content-description {
    padding: 20px;
  }
  .move-to-header .form-custom-header .form-content .form-content-padding {
    padding: 15px;
  }
  .cta-section-custom:after {
    top: -2px;
    left: 5%;
    width: 90%;
  }
  .cta-section-custom .title {
    font-size: 25px;
  }
  .cta-section-custom .sub-title {
    font-size: 14px;
  }
  .modal-passport .modal-body {
    padding: 15px;
  }
  .article-item-2 .thumbnail {
    aspect-ratio: 1 / 1;
  }
  .contact-btn {
    bottom: 15px;
    left: 15px;
  }
  .fasilitas-wrapper {
    gap: 10px;
  }
  .fasilitas-wrapper .fasilitas-item {
    min-width: 90px;
    width: 90px;
    gap: 10px;
    font-size: 9px;
    padding: 10px;
  }
  .fasilitas-wrapper .fasilitas-item .icon-wrapper {
    height: 30px;
    width: 30px;
  }
  .table-p-title {
    font-size: 12px;
    font-weight: 600;
  }
  .contact-detail-wrapper {
    box-shadow: none;
    border-radius: 0;
  }
  .contact-detail-wrapper .contact-detail-content {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  #offcanvas-search .search-form .form-control {
    font-size: 12px;
    padding-left: 1.25rem;
    padding-right: 0.75rem !important;
  }
  .reason-wrapper {
    border-radius: 0;
    padding: 30px 20px;
  }
  .testimoni-item {
    padding: 40px 30px;
  }
  .client-image-wrapper .client-image img {
    min-height: 30px;
    max-height: 30px;
    max-width: 60px;
  }
  .store-location-wrapper .store-location-item {
    flex-direction: column;
    gap: 20px;
  }
  .store-location-wrapper .store-location-item .content {
    order: 1;
  }
  .store-location-wrapper .store-location-item .map {
    width: 100%;
  }
  .custom-button-1 {
    font-size: 14px;
  }
  .custom-thumbnail-1 .line-1 {
    left: -20px;
  }
  .custom-thumbnail-1 .line-2 {
    top: -20px;
  }
  .value-item {
    gap: 10px;
  }
  .value-item .title {
    font-size: 20px;
  }
  .value-item .title .letter {
    min-width: 30px;
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
  .value-item .title .line {
    min-width: 30px;
    width: 30px;
  }
  .feature-section-wrapper {
    border-radius: 0px;
  }
  .timeline-swiper .swiper-slide:first-child {
    margin-left: 20px;
  }
  .timeline-swiper .swiper-slide:last-child {
    margin-right: 20px !important;
  }
  .testimonial-item .profile .profile-details .name {
    font-size: 14px;
  }
  .testimonial-item .profile .profile-details .info {
    font-size: 10px;
  }
  .timeline-swiper .timeline-item {
    height: 300px;
  }
  .timeline-swiper .timeline-item.text-content {
    max-width: 90vw;
  }
  .waves {
    min-height: 50px;
    max-height: 50px;
  }
  .program-item .thumbnail {
    aspect-ratio: 1 / 1;
  }
  .work-item-horizontal {
    flex-direction: column;
  }
  .work-item-horizontal .thumbnail {
    min-width: 100%;
    width: 100%;
    order: 0 !important;
  }
  .work-item-horizontal .content .title a {
    font-size: 18px;
  }
  .work-item-horizontal .content .desc {
    font-size: 12px;
  }
  .work-item-horizontal .content .action {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-header {
    margin-bottom: 1rem;
  }
  .cta-section-custom .image-cta {
    margin: 0;
    transform: none;
    height: 400px;
  }
  .article-item.vertical {
    padding: 10px;
    border: 1px solid var(--bs-gray-50);
    border-radius: 10px;
    gap: 20px;
  }
  .article-item.vertical .content {
    text-align: center;
  }
  .article-item.vertical .content .category-link {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .article-item.vertical .content .desc {
    display: -webkit-box !important;
  }
  .article-item.vertical .content .link-custom {
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
    width: 100% !important;
  }
  .contact-btn {
    bottom: 30px;
  }
}
