@media (max-width: 768px) {
    /* ---- HEADER ---- */
    #headder-holder {
        position: relative;
        background: #1a2a3a;
        width: 100%;
        z-index: 100;
    }
    .header-main {
        padding: 10px 0;
    }
    .header-title {
        color: #fff !important;
        text-align: center;
        font-size: 22px;
        padding: 5px 0;
    }
    .sub-header-title {
        color: #c8a951 !important;
        font-size: 13px;
    }
    .right-head {
        text-align: center;
        color: #fff !important;
        font-size: 12px;
        padding: 5px 0;
    }
    .right-head a {
        color: #fff !important;
    }
    .logo {
        display: none;
    }
    .col-md-1, .col-md-5, .col-md-6 {
        width: 100% !important;
        float: none !important;
    }
    /* ---- MENU ---- */
    .menu-holder {
        display: block !important;
        background: #1a2a3a !important;
    }
    /* ---- HERO BANNER ---- */
    .container-flued.banner {
        min-height: 60vw;
        position: relative;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .banner-box h1,
    .banner-box h3,
    .banner-top-tx,
    .banner-btn {
        display: none !important;
    }
    /* ---- VIDEO WIDGET ---- */
    .video-widget {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 140px;
    }
    .video-thumbnail-wrap {
        width: 140px !important;
        height: 198px !important;
        border-radius: 10px;
        border: 2px solid rgba(255,255,255,0.8);
    }
    .video-play-circle {
        width: 44px;
        height: 44px;
    }
    .video-play-circle i {
        font-size: 20px;
    }
    .video-start-label {
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: 8px;
    }
    /* ---- GENERAL ---- */
    .col-md-4 {
        width: 100% !important;
        float: none !important;
    }
    .best-package {
        margin-bottom: 20px;
    }
}
/* Hide main hamburger on activity pages — replaced by in-page nav */
.srp #th-hamburger,
.srp #th-mobile-menu {
    display: none !important;
}
@media (max-width: 767px) {
  .nepaltrip {
    height: 200px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #section2 ul li {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .nepaltrip h3 {
    text-shadow: 1px 1px 6px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.6);
  }
}
@media (max-width: 767px) {
  .nepaltrip {
    position: relative;
  }
  .destination-trip {
    position: absolute;
    bottom: 10px;
    left: 10px;
    top: auto;
  }
}
@media (max-width: 767px) {
  .blog-front .blog-post-date {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .review-holder h2 {
    text-align: center;
  }
  .review-holder h2::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 95px;
    width: 220px;
  }
}
@media (max-width: 768px) {
  .tht-pay-opt {
    padding: 10px 10px !important;
    overflow: hidden !important;
  }
  .tht-pay-label {
    display: grid !important;
    grid-template-columns: 20px 1fr auto !important;
    align-items: start !important;
    gap: 8px !important;
    width: 100% !important;
  }
  .tht-pay-label input[type=radio] {
    margin-top: 4px !important;
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
  }
  .tht-pay-title {
    font-size: 13px !important;
    display: block !important;
    color: #1a2a3a !important;
  }
  .tht-pay-detail {
    font-size: 11px !important;
    display: block !important;
    color: #666 !important;
    word-break: break-word !important;
  }
  .tht-pay-amount {
    font-size: 13px !important;
    white-space: nowrap !important;
    color: #1a2a3a !important;
    font-weight: 700 !important;
  }
  #tht-payment-section,
  #tht-deposit-note,
  #tht-calendar-section,
  #tht-travelers-section {
    max-width: 100% !important;
    overflow: hidden !important;
  }
}