@media only screen and (max-width: 800px) {
  .back-on-top {
    right: 16px;
    bottom: 16px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
}
@media only screen and (max-width: 601px) {
  #header {
    width: 100%;
    left: 0;
  }
  #header .header-top {
    height: 70px;
  }
  #header .logo img,
  footer .footer-logo img {
    width: 76px;
    height: 46px;
  }
  #header .download-btn {
    font-size: 14px;
    padding: 6px 16px;
    width: 109px;
  }
  #nav ul {
    height: 44px;
  }
  #nav .nav-item a {
    line-height: 1.4;
  }
  #main {
    margin-top: 114px;
  }
  .tour-detail .tour-thumb img {
    height: 248px;
  }
  .tour-detail .tour-info {
    padding: 32px 16px;
  }
  .tour-detail h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .tour-detail .tour-info {
    border-bottom-left-radius: 32px;
  }
  .tour-detail .tour-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
  }
  .tour-detail .tour-meta-item h5 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .tour-specs {
    margin-top: 24px;
  }
  .section-padding-x,
  .section-padding-x-24 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mt-50 {
    margin-top: 32px;
  }
  .tour-features {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 32px;
  }
  .tour-features .feature-item img {
    width: 24px;
    height: 24px;
  }
  .tour-features .feature-item p {
    line-height: 1.4;
  }
  .guide-message {
    padding: 32px 16px;
    flex-direction: column;
    gap: 24px;
  }
  .guide-message .guide-avatar img {
    width: 200px;
    height: 241px;
    object-fit: contain;
    margin: 0 auto 12px;
  }
  .guide-message .guide-content {
    text-align: center;
  }
  .guide-message .guide-info h3,
  .customers-feedback .box-right h3,
  .customers-feedback .customer-message h4,
  .good-reasons .reason-item-title,
  .questions-answers .accordion-header h5 {
    font-size: 16px;
  }
  .guide-message .guide-info .guide-position {
    font-size: 14px;
  }
  .feedBackSwiper {
    padding: 0 16px 60px !important;
  }
  .feedBackSwiper .swiper-button {
    top: unset;
    bottom: 0;
  }
  .feedBackSwiper .swiper-button-next {
    right: 16px;
  }
  .feedBackSwiper .swiper-button-prev {
    left: 16px;
  }
  .customers-feedback .testimonials-text {
    margin-top: 16px;
  }
  .customers-feedback .thumb-customer {
    width: 50px;
    height: 50px;
  }
  .tour-experiences {
    padding-left: 16px;
    padding-right: 16px;
  }
  h2.section-heading {
    font-size: 20px;
  }
  .tour-experiences-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .tour-experience-item .tour-heading > a {
    font-size: 14px;
    line-height: 1.3;
  }
  .tour-note {
    margin-left: 16px;
    margin-right: 16px;
  }
  .detailed-itinerary .accordion-header .tour-activity h4,
  .detailed-itinerary .accordion-header .tour-day {
    font-size: 16px;
    flex-shrink: 0;
  }
  .detailed-itinerary .accordion-image-box {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 16px 0;
  }
  .tour-pricing {
    padding: 32px 16px;
  }
  .custom-table thead th,
  .custom-table .highlight-discount td {
    font-size: 14px;
  }
  .good-reasons {
    margin-bottom: 32px;
  }
  .good-reasons .reasons-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .good-reasons .reason-heading {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .good-reasons .reason-item {
    padding: 16px;
  }
  .questions-answers {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .trip-details .accordion-header h4 {
    font-size: 20px;
  }
  .hidden-mobile {
    display: none !important;
  }
  .hidden-desktop {
    display: block !important;
  }
  .tour-pricing .include-exclude-table.section-table {
    border-radius: 12px;
  }
  .tour-pricing .accordion-header {
    background: var(--tertiary-bg);
    padding: 16px;
  }
  .tour-pricing .accordion-item:not(:last-child) .accordion-header {
    border-bottom: 1px solid var(--line-color);
  }
  .tour-pricing .accordion-item:not(:last-child) {
    border-bottom: unset;
  }
  .tour-pricing .accordion-header::after,
  .hotels-list.accordion-list .accordion-header::after {
    right: 16px;
  }
  .tour-pricing .accordion-header h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: var(--letter-space);
  }
  .tour-pricing .accordion-content ul {
    padding: 0 16px;
    list-style: none !important;
  }
  .tour-pricing .accordion-content li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.01em;
    padding: 8px 0 8px 24px;
    position: relative;
  }
  .include-exclude-table
    .accordion-item:first-child
    .accordion-content
    li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(/images/icon-check.svg);
    margin-top: 5px;
    position: absolute;
    left: 0;
  }
  .include-exclude-table
    .accordion-item:nth-child(2)
    .accordion-content
    li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(/images/icon-remove.svg);
    margin-top: 5px;
    position: absolute;
    left: 0;
  }
  .trip-details .accordion-content .benefit-item {
    flex-direction: column-reverse !important;
    gap: 16px;
  }
  .trip-details .accordion-content .benefit-item:not(:last-child) {
    margin-bottom: 24px;
  }
  /* .trip-details .accordion-content .benefit-item.even {
    flex-direction: column;
    gap: 16px;
  } */
  .trip-details .accordion-content .benefit-item img {
    height: 400px !important;
  }
  .hotels-list.accordion-list {
    border-radius: 12px;
  }
  .hotels-list.accordion-list .accordion-header {
    background: var(--secondary-bg);
    padding: 12px 16px;
  }
  .hotels-list.accordion-list .accordion-header h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin-bottom: 0;
  }
  #tour-hotels .hotels-list.accordion-list .accordion-item {
    padding: unset;
  }
  .hotels-list .hotel-box {
    overflow: hidden;
    padding-bottom: 16px;
  }
  .hotels-list .hotel-box h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: var(--letter-space);
    margin-bottom: 10px;
  }
  .hotels-list .hotel-box .hotel-wrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .hotels-list .hotel-box table {
    border-radius: 8px;
    width: 100%;
    min-width: 492px;
    border-collapse: collapse;
    border: 1px solid var(--line-color);
  }
  .hotels-list .hotel-box table tr {
    border-bottom: 1px solid var(--line-color);
  }
  .hotels-list .hotel-box table th,
  .hotels-list .hotel-box table td {
    padding: 8px 16px;
  }

  .hotels-list .hotel-box table th {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: var(--letter-space);
    color: var(--text-unactive);
    text-align: left;
  }
  .hotels-list .hotel-wrapper tbody tr > :first-child,
  .hotels-list .hotel-wrapper tbody tr > :nth-child(2) {
    border-right: 1px solid var(--line-color);
  }
  .hotels-list tbody tr > td:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.01em;
  }
  .hotels-list .hotel-wrapper tbody tr td {
    width: 120px;
  }
  .hotels-list .hotel-wrapper tbody tr > :first-child {
    width: 250px;
  }
  .hotels-list .hotel-wrapper tbody tr > :nth-child(2) {
    font-size: 14px;
  }
  footer {
    padding: 24px 16px;
  }
  .footer-rating {
    gap: 8px;
    padding: 11px 16px;
  }
  .hotels-list .hotel-wrapper + table {
    min-width: 490px;
  }
}
@media only screen and (max-width: 480px) {
  .trip-details .accordion-content .benefit-item img {
    height: 250px !important;
  }
  .detailed-itinerary .accordion-image-box img {
    height: 220px;
  }
  .break-mobile {
    display: block;
  }
  #nav ul {
    gap: 24px;
    padding: 0 16px;
  }
  .footer-address {
    display: none !important;
  }
  footer .footer-social-links {
    padding-right: 24px;
  }
  .trip-details .benefit-item p + h6 {
    margin-top: 20px;
  }
  .tour-specs .spec-item-label,
  .detailed-itinerary .tour-detail-item .tour-detail-label {
    display: block;
    min-width: unset;
    width: 100%;
  }
  .text-small {
    font-size: 14px;
  }
  #tour-price .price-person {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .tour-experience-item {
    height: 163px;
  }
  #nav li {
    flex-shrink: 0;
  }
  #nav ul {
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 375px) {
}
