/* ==========================================================================
   RESPONSIVE STYLES
   Consolidated from style.css and responsite.css
   Order: Large to Small (Desktop First)
   ========================================================================== */
html,
body {
    overflow-x: clip;
    width: 100%;
    position: relative;
}

#wrapper {
    overflow-x: clip;
    width: 100%;
}

/* ========== Large Desktop (1401px+) ========== */
@media (min-width: 1401px) {
    .loopadv-booking-section {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 1400px) {
    .hero-copy {
        max-width: 1060px;
    }

    .hero-nav ul {
        gap: 34px;
    }

    .lm-why-choose {
        padding: 74px 0 84px;
    }

    .lm-why-choose__title {
        font-size: 48px;
        line-height: 64px;
    }

    .lm-why-choose__desc {
        font-size: 22px;
        line-height: 34px;
    }

    .lm-why-choose__grid {
        gap: 28px;
    }

    .lm-why-card {
        min-height: 295px;
        padding: 22px 24px 24px 24px;
        border-radius: 28px;
    }

    .lm-why-card__icon {
        width: 78px;
        height: 78px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .lm-why-card__icon-image {
        width: 42px;
        height: 42px;
    }

    .lm-why-card__title {
        font-size: 24px;
        line-height: 32px;
    }

    .lm-why-card__text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

/* ========== Intermediate Desktop (1201px - 1400px) ========== */
@media (min-width: 1201px) and (max-width: 1400px) {
    .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-nav ul {
        gap: 18px;
    }

    .hero-nav a {
        font-size: 16px;
        letter-spacing: 0.02em;
    }
}

/* ========== Desktop (1200px / 1199.98px) ========== */
@media (max-width: 1199.98px) {
    .lmhgfeel-section {
        padding: 72px 0;
    }

    .lmloopstories-section {
        padding: 90px 0 84px;
    }

    .lmloopstories-section .owl-nav button.owl-prev {
        left: -18px;
    }

    .lmloopstories-section .owl-nav button.owl-next {
        right: -18px;
    }

    .lmloopstories-section .owl-nav button.owl-prev,
    .lmloopstories-section .owl-nav button.owl-next {
        width: 62px;
        height: 62px;
    }

    .loopadv-booking-section {
        padding-top: 72px;
        padding-bottom: 80px;
    }

    .loopadv-booking-layout {
        gap: 26px;
    }

    .loopadv-contact-content h4 {
        font-size: 18px;
    }

    .loopadv-contact-content p,
    .loopadv-contact-content address {
        font-size: 16px;
    }

    .hgdsc-section {
        padding: 60px 0 48px;
    }

    .hgdsc-slider-wrap {
        padding-left: 48px;
        padding-right: 48px;
    }

    .hgdsc-card--sm {
        width: 42vw;
        max-width: 340px;
        min-width: 250px;
    }

    .hgdsc-card--lg {
        width: 62vw;
        max-width: 620px;
        min-width: 380px;
    }

    .hgdsc-card-link {
        height: 320px;
        border-radius: 24px;
    }

    .hgdsc-card-content h3 {
        font-size: 19px;
    }
}

/* ========== Large Tablet (1024px) ========== */
@media (min-width: 1024px) {
    .lm-tour-carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .lm-tour-carousel.owl-carousel .owl-stage {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        width: 100% !important;
        transform: none !important;
    }

    .lm-tour-carousel.owl-carousel .owl-item {
        width: auto !important;
    }

    .lm-tour-carousel .owl-dots {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .lm-tour-card__content {
        background: rgb(0 0 0 / 25%);
        text-align: left;
        padding-bottom: 24px;
        padding-top: 15px;
    }

    .lm-tour-card__title {
        transform: translateY(-6px);
    }

    .lm-tour-card__detail {
        opacity: 1;
        max-height: 500px;
        margin-top: 15px;
        transform: translateY(0);
    }

    .lm-why-choose__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .hglg-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hglg-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }
}

/* ========== Medium Desktop (992px) ========== */
@media (min-width: 992px) and (max-width: 1200px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-nav ul {
        gap: 12px;
    }

    .hero-nav a {
        font-size: 15px;
        letter-spacing: 0.01em;
    }

    .hero-logo img {
        width: 150px;
    }

    .hero-actions {
        gap: 6px;
    }

    .lang-current {
        min-width: 76px;
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }

    .hero-book-btn {
        min-height: 40px;
        padding: 0 16px;
        font-size: 13px;
    }
}

/* ========== Tablet (991.98px) ========== */
@media (max-width: 991.98px) {
    aside.rental-sidebar .subtotal-card.sticky {
        margin-top: 0px;
    }

    :root {
        --page-gutter: 25px;
        --header-height: 78px;
    }

    /* Blog Tablet */
    .blog-detail-page {
        padding-top: 120px;
    }


    .blog-post-title,
    .blog-detail-page h1.blog-post-title {
        font-size: 40px;
        line-height: 1.2;
    }

    .blog-post-card {
        padding: 40px 45px;
    }

    .desktop-nav,
    .desktop-actions {
        display: none;
    }

    .hero-toggle {
        display: inline-flex;
    }

    .hero-home,
    .hero-inner {
        min-height: 100svh;
    }

    .hero-topbar {
        align-items: center;
        padding-top: 16px;
    }

    .hero-logo img {
        width: clamp(170px, 34vw, 240px);
        height: auto;
        max-height: 50px;
        object-fit: contain;
    }

    .hero-content {
        padding: 30px 0 50px;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-title {
        font-size: 56px;
        line-height: 1.1;
        margin-bottom: 20px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .hero-copy p {
        max-width: 100%;
        font-size: 20px;
        line-height: 1.5;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .hero-main-btn {
        min-width: 340px;
        min-height: 72px;
        font-size: 20px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .hero-features {
        gap: 22px;
        margin-top: 28px;
    }

    .hero-features li {
        font-size: 16px;
        gap: 8px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .hg-bike-rental {
        padding: 56px 0;
    }

    .hg-bike-rental__heading {
        margin-bottom: 30px;
    }

    .hg-bike-card__content {
        padding: 20px 18px 18px;
    }

    .hg-bike-card__title {
        font-size: 20px;
    }

    .lm-why-choose {
        padding: 46px 0 56px;
        background-position: center top;
    }

    .lm-why-choose__container {
        padding: 0 22px;
    }

    .lm-why-choose__heading {
        max-width: 760px;
        margin-bottom: 26px;
    }

    .lm-why-choose__title {
        font-size: 42px;
        line-height: 54px;
    }

    .lm-why-choose__desc {
        font-size: 18px;
        line-height: 28px;
    }

    .lm-why-choose__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        max-width: 1020px;
    }

    .lm-why-card {
        min-height: 285px;
        padding: 22px 22px 24px;
        border-radius: 28px;
    }

    .lm-why-card__icon {
        width: 72px;
        height: 72px;
        margin-bottom: 18px;
    }

    .lm-why-card__icon-image {
        width: 30px;
        height: 30px;
    }

    .lm-why-card__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .lm-why-card__text {
        font-size: 16px;
        line-height: 24px;
    }

    .lm-tour-section {
        padding: 60px 0 68px;
    }

    .lm-tour-section__container {
        padding: 0 18px;
    }

    .lm-tour-section__heading {
        margin-bottom: 34px;
    }

    .lm-tour-section__title {
        font-size: 44px;
    }

    .lm-tour-section__desc {
        font-size: 17px;
    }

    .lm-tour-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .lm-tour-card__media {
        min-height: 470px;
        border-radius: 20px;
    }

    .lmhgfeel-layout {
        grid-template-columns: 1fr;
        gap: 34px;
        align-items: start;
    }

    .lmhgfeel-media-grid {
        max-width: 100%;
        margin-top: 24px;
    }

    .hglg-guide-section {
        padding: 56px 0;
    }

    .hglg-container {
        max-width: 860px;
        padding: 0 16px;
    }

    .hglg-heading {
        margin-bottom: 28px;
    }

    .hglg-heading h2 {
        font-size: 30px;
    }

    .hglg-heading p {
        font-size: 15px;
        line-height: 1.6;
    }

    .hglg-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hglg-card {
        grid-template-columns: minmax(280px, 48%) 1fr;
        min-height: 205px;
        border-radius: 18px;
    }

    .hglg-card__thumb img {
        min-height: 205px;
    }

    .hglg-card__content {
        padding: 16px 16px 16px 16px;
    }

    .hglg-card__title {
        font-size: 17px;
        line-height: 1.45;
    }

    .hglg-card__desc {
        font-size: 14px;
        line-height: 1.7;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .loopadv-booking-section {
        padding-top: 56px;
        padding-bottom: 70px;
    }

    .loopadv-container-1400 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .loopadv-booking-heading {
        margin-bottom: 34px;
    }

    .loopadv-booking-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .loopadv-map-card {
        margin-top: 18px;
    }

    .loopadv-map-card iframe {
        height: 255px;
    }

    .loopadv-form-card {
        padding: 24px 20px;
    }

    .hgdsc-container-1400 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hgdsc-heading {
        margin-bottom: 26px;
    }

    .hgdsc-heading p {
        font-size: 17px;
        line-height: 1.6;
    }

    .hgdsc-slider-wrap {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 24px;
    }

    .hgdsc-row+.hgdsc-row {
        margin-top: 18px;
    }

    .hgdsc-card-link {
        height: 285px;
    }

    .hgdsc-nav {
        width: 54px;
        height: 54px;
    }

    /* Tour Detail Tablet */
    .tour-hero {
        padding: 60px 0;
    }

    .tour-hero-title {
        font-size: 36px;
        line-height: 48px;
        text-align: center;
    }

    .tour-detail-content {
        padding: 40px var(--page-gutter);
        margin-top: -30px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .tour-grid {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .tour-media-col {
        flex: 1 1 auto;
        width: 100%;
    }

    .tour-map-card {
        position: static;
        top: 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

/* ========== Mobile (767.98px) ========== */
@media (max-width: 767.98px) {
    .blog-detail-page {
        padding-top: 100px;
    }

    /* Blog Mobile */
    .blog-hero {
        padding: 60px 0 34px;
    }

    .blog-post-title,
    .blog-detail-page h1.blog-post-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .intro-card .blog-post-body h2,
    .blog-intro-text {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-post-card {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .blog-post-body p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .blog-section-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .blog-container {
        gap: 20px;
    }

    .blog-post-media {
        margin: 20px 0;
    }

    .hero-topbar {
        padding-top: 14px;
    }

    .hero-copy h1,
    .hero-title {
        font-size: 40px;
        line-height: 54px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .hero-copy p {
        font-size: 17px;
        line-height: 1.45;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .hero-main-btn {
        min-width: 240px;
        min-height: 58px;
        font-size: 17px;
        padding: 0 24px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .hero-features {
        flex-direction: column;
        gap: 14px;
    }

    .hero-features li {
        font-size: 15px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .hero-toggle {
        width: 48px;
        height: 48px;
    }

    :root {
        --lmhgfeel-gutter: 16px;
    }

    .lmhgfeel-section {
        padding: 56px 0;
    }

    .lmhgfeel-title {
        font-size: clamp(32px, 8vw, 40px);
        line-height: 1.25;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
        font-weight: 700;
        letter-spacing: 0;
    }

    .lmhgfeel-lead {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.333;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
        font-weight: 500;
    }

    .lmhgfeel-desc p {
        font-size: 14px;
        line-height: 1.714;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
        font-weight: 400;
        letter-spacing: 0;
    }

    .lmhgfeel-feature-grid {
        margin-top: 20px;
        gap: 10px;
    }

    .lmhgfeel-feature-card {
        min-height: auto;
        padding: 12px 10px;
        border-radius: 14px;
    }

    .lmhgfeel-feature-icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .lmhgfeel-feature-icon svg {
        width: 16px;
        height: 16px;
    }

    .lmhgfeel-feature-title {
        font-size: 15px;
        margin-bottom: 4px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
        font-weight: 700;
        line-height: 1.3;
    }

    .lmhgfeel-feature-text {
        font-size: 10px;
        line-height: 1.4;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .lmhgfeel-quote {
        margin-top: 20px;
        gap: 10px;
    }

    .lmhgfeel-quote-line {
        width: 3px;
        flex-basis: 3px;
    }

    .lmhgfeel-quote-text {
        font-size: 14px;
        line-height: 1.714;
        margin-bottom: 8px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
        font-style: italic;
    }

    .lmhgfeel-quote-link {
        font-size: 14px;
        font-weight: 500;
    }

    .lmhgfeel-media-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 176px 176px;
        gap: 10px;
    }

    .lmhgfeel-photo,
    .lmhgfeel-photo--main {
        border-radius: 16px;
    }

    .lmhgfeel-photo--main {
        min-height: 362px;
    }

    .lmhgfeel-stat {
        right: -6px;
        bottom: -8px;
        min-width: 126px;
        padding: 10px 12px;
        gap: 10px;
        border-radius: 16px;
    }

    .lmhgfeel-stat-icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .lmhgfeel-stat-icon svg {
        width: 18px;
        height: 18px;
    }

    .lmhgfeel-stat-text strong {
        font-size: 14px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .lmhgfeel-stat-text span {
        font-size: 10px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .lmloopstories-section {
        padding: 64px 0 64px;
    }

    .lmloopstories-heading {
        margin-bottom: 28px;
    }

    .lmloopstories-title {
        font-size: 32px;
    }

    .lmloopstories-subtitle {
        font-size: 15px;
        margin-top: 12px;
    }

    .lmloopstories-card-tape {
        width: 66px;
        height: 32px;
        top: -11px;
    }

    .lmloopstories-card-media {
        padding: 14px 14px 0;
    }

    .lmloopstories-card-body {
        padding: 14px 14px 16px;
    }

    .lmloopstories-play {
        top: 26px;
        right: 26px;
        width: 42px;
        height: 42px;
    }

    .lmloopstories-play svg {
        width: 16px;
        height: 16px;
    }

    .lmloopstories-quote {
        min-height: 96px;
    }

    .lmloopstories-quote p {
        font-size: 15px;
    }

    .lmloopstories-person {
        font-size: 16px;
    }

    .lmloopstories-country {
        font-size: 14px;
    }

    .lmloopstories-flag {
        font-size: 26px;
    }

    .lmloopstories-section .owl-nav button.owl-prev,
    .lmloopstories-section .owl-nav button.owl-next {
        width: 44px;
        height: 44px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        margin-top: -20px;
        /* Offset to center on image area */
    }

    .lmloopstories-section .owl-nav button.owl-prev:hover,
    .lmloopstories-section .owl-nav button.owl-next:hover {
        transform: translateY(-50%) scale(1.05);
    }

    .lmloopstories-section .owl-nav button.owl-prev {
        left: 6px;
    }

    .lmloopstories-section .owl-nav button.owl-next {
        right: 6px;
    }

    .hg-bike-rental {
        padding: 46px 0 !important;
    }

    .hg-bike-rental__container {
        padding: 0 16px;
    }

    .hg-bike-rental__heading {
        margin-bottom: 24px;
    }

    .hg-bike-rental__title {
        font-size: 30px;
    }

    .hg-bike-rental__desc {
        font-size: 15px;
        line-height: 1.65;
    }

    /* Disable Carousel - Stack Items */
    .hg-bike-rental__slider.owl-carousel.owl-loaded {
        display: block;
    }

    .hg-bike-rental__slider .owl-stage-outer {
        overflow: visible !important;
        padding: 0;
    }

    .hg-bike-rental__slider .owl-stage {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100% !important;
        transform: none !important;
    }

    .hg-bike-rental__slider .owl-item {
        width: 100% !important;
    }

    .hg-bike-rental__slider .owl-dots {
        display: none !important;
    }

    .hg-bike-card {
        border-radius: 18px;
    }

    .hg-bike-card__price {
        top: 12px;
        left: 12px;
        min-height: 36px;
        padding: 8px 14px;
        font-size: 13px;
    }

    .hg-bike-card__content {
        padding: 18px 16px 16px;
    }

    .hg-bike-card__title {
        font-size: 19px;
    }

    .hg-bike-card__text {
        font-size: 14px;
    }

    .hg-bike-card__btn {
        min-height: 46px;
        font-size: 14px;
    }

    .lm-why-choose {
        padding: 34px 0 44px;
    }

    .lm-why-choose__container {
        padding: 0 16px;
    }

    .lm-why-choose__heading {
        margin-bottom: 24px;
    }

    .lm-why-choose__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .lm-why-choose__desc {
        font-size: 15px;
        line-height: 24px;
    }

    .lm-why-choose__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 360px;
    }

    .lm-why-card {
        min-height: auto;
        padding: 18px 18px 20px;
        border-radius: 28px;
    }

    .lm-why-card__icon {
        width: 64px;
        height: 64px;
        margin-bottom: 16px;
    }

    .lm-why-card__icon-image {
        width: 26px;
        height: 26px;
    }

    .lm-why-card__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .lm-why-card__text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .lm-tour-section {
        padding: 46px 0 54px;
    }

    .lm-tour-section__container {
        padding: 0 16px;
    }

    .lm-tour-section__heading {
        margin-bottom: 28px;
    }

    .lm-tour-section__title {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .lm-tour-section__desc {
        font-size: 15px;
        line-height: 1.6;
    }

    .lm-tour-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lm-tour-card__media {
        min-height: 440px;
        border-radius: 18px;
    }

    .lm-tour-card__badges {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    .lm-tour-card__price {
        min-height: 34px;
        padding: 7px 13px;
        font-size: 13px;
    }

    .lm-tour-card__rating {
        min-height: 34px;
        padding: 7px 10px;
        font-size: 13px;
    }

    .lm-tour-card__content {
        padding: 20px 14px 14px;
    }

    .lm-tour-card__title {
        font-size: 17px;
        transform: none !important;
    }

    .lm-tour-card__detail {
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .lm-tour-card__text {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .lm-tour-card__button {
        min-height: 44px;
        font-size: 14px;
    }

    .hglg-guide-section {
        padding: 42px 0;
    }

    .hglg-container {
        padding: 0 14px;
    }

    .hglg-heading {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .hglg-heading h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .hglg-heading p {
        font-size: 14px;
        line-height: 1.5;
        max-width: 300px;
        margin: 0 auto;
    }

    .hglg-grid {
        gap: 14px;
    }

    .hglg-card {
        grid-template-columns: 1fr;
        min-height: unset;
        border-radius: 18px;
    }

    .hglg-card__thumb {
        width: 100%;
    }

    .hglg-card__thumb img {
        width: 100%;
        height: 255px;
        min-height: unset;
        object-fit: cover;
    }

    .hglg-card__content {
        padding: 16px 16px 18px;
    }

    .hglg-card__meta {
        margin-bottom: 12px;
        gap: 7px;
        font-size: 13px;
    }

    .hglg-card__title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .hglg-card__desc {
        font-size: 14px;
        line-height: 1.75;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        margin-bottom: 14px;
    }

    .hglg-card__link {
        font-size: 14px;
    }

    /* Merged Tour Carousel Override */
    .lm-tour-carousel.owl-carousel {
        display: block !important;
    }

    .lm-tour-carousel .owl-stage-outer {
        overflow: visible !important;
    }

    .lm-tour-carousel .owl-stage {
        display: block !important;
        width: 100% !important;
        transform: none !important;
    }

    .lm-tour-carousel .owl-item {
        width: 100% !important;
        margin-bottom: 24px !important;
        margin-right: 0 !important;
    }

    .lm-tour-carousel .owl-dots {
        display: none !important;
    }

    .hg-bike-card {
        margin-bottom: 20px;
    }

    .loopadv-booking-section {
        padding: 42px 0 58px;
    }

    .loopadv-container-1400 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .loopadv-booking-heading h2 {
        font-size: 34px;
    }

    .loopadv-booking-heading p {
        font-size: 16px;
        line-height: 1.65;
    }

    .loopadv-block-heading h3 {
        font-size: 22px;
    }

    .loopadv-contact-card {
        gap: 14px;
        padding: 16px 16px;
        border-radius: 22px;
    }

    .loopadv-contact-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .loopadv-contact-content h4 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .loopadv-contact-content p,
    .loopadv-contact-content address {
        font-size: 15px;
        line-height: 1.6;
    }

    .loopadv-map-card {
        border-radius: 20px;
        min-height: 220px;
    }

    .loopadv-map-card iframe {
        height: 220px;
    }

    .loopadv-form-card {
        border-radius: 22px;
        padding: 20px 16px;
    }

    .loopadv-form-group label {
        font-size: 14px;
    }

    .loopadv-form-group input,
    .loopadv-form-group textarea {
        font-size: 15px;
        padding: 13px 14px;
    }

    .loopadv-submit-btn {
        width: 100%;
        min-height: 54px;
        font-size: 16px;
    }

    .hgdsc-section {
        padding: 42px 0 38px;
    }

    .hgdsc-container-1400 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hgdsc-heading {
        margin-bottom: 20px;
    }

    .hgdsc-heading h2 {
        font-size: 30px;
    }

    .hgdsc-heading p {
        max-width: 320px;
        font-size: 16px;
        line-height: 1.55;
    }

    .hgdsc-slider-wrap {
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 18px;
    }

    .hgdsc-card--sm,
    .hgdsc-card--lg {
        width: 78vw;
        max-width: none;
        min-width: 0;
    }

    .hgdsc-card-link {
        height: 260px;
        border-radius: 22px;
    }

    .hgdsc-card-content {
        left: 18px;
        right: 18px;
        bottom: 16px;
    }

    .hgdsc-card-content h3 {
        font-size: 17px;
    }

    .hgdsc-nav {
        width: 52px;
        height: 52px;
    }

    .hgdsc-nav-prev {
        left: 0;
    }

    .hgdsc-nav-next {
        right: 0;
    }

    .hgdsc-dots {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    section.lm-why-choose.motorbike-rental .lm-why-choose__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .safety-item__name {
        display: block;
        font-size: 15px;
    }

    .footer {
        padding: 60px 0 0;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-col {
        text-align: center;
    }

    .footer-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-contact-list li {
        justify-content: center;
    }

    .footer-bottom__inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    /* Tour Detail Mobile Styles Refined */
    /* .tour-hero {
        padding: 40px 0 30px;
    } */
    .tour-hero-container {
        padding: 0px;
    }

    .tour-hero-title {
        font-size: 24px !important;
        line-height: 36px !important;
        font-weight: 800 !important;
        /* ExtraBold */
        text-align: left;
        padding: 0 15px;
    }

    .tour-detail-content {
        padding: 20px 15px;
        margin-top: -15px;
        background: transparent;
    }

    .tour-map-card {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 20px 15px;
        background: #ffffff;
        border-radius: 20px;
        border: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .tour-map-card .tour-itinerary-header {
        grid-column: 1 / -1;
        order: 0;
        margin-bottom: 15px;
        padding: 0;
    }

    .tour-map-card .header-label {
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
        /* Bold */
        color: #008d8d !important;
    }

    .tour-map-card .tour-header-icon {
        width: 26px;
        height: 26px;
        border: 1.5px solid #008d8d;
        border-radius: 50%;
        color: #008d8d;
    }

    .map-center-visual {
        grid-column: 1 / -1;
        order: 1;
        margin-bottom: 20px;
    }

    .map-thumbs-col {
        display: contents;
    }

    /* Interleaved ordering: 01, 06, 02, 07, 03, 08, 04, 09, 05, 10 */
    .thumb-left .map-thumb-item:nth-child(1) {
        order: 2;
    }

    .thumb-right .map-thumb-item:nth-child(1) {
        order: 3;
    }

    .thumb-left .map-thumb-item:nth-child(2) {
        order: 4;
    }

    .thumb-right .map-thumb-item:nth-child(2) {
        order: 5;
    }

    .thumb-left .map-thumb-item:nth-child(3) {
        order: 6;
    }

    .thumb-right .map-thumb-item:nth-child(3) {
        order: 7;
    }

    .thumb-left .map-thumb-item:nth-child(4) {
        order: 8;
    }

    .thumb-right .map-thumb-item:nth-child(4) {
        order: 9;
    }

    .thumb-left .map-thumb-item:nth-child(5) {
        order: 10;
    }

    .thumb-right .map-thumb-item:nth-child(5) {
        order: 11;
    }

    .map-thumb-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        border-radius: 8px;
    }

    .map-thumb-item .thumb-label {
        font-size: 8px;
        margin-top: 4px;
    }

    /* Accordion refinements */
    .tour-detail-page .tour-accordion-item {
        background: #fdfae6;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .tour-detail-page .tour-accordion-header {
        padding: 15px 18px;
    }

    .tour-detail-page .tour-accordion-header span {
        font-size: 16px;
        font-weight: 700;
    }
}

/* Mobile Small Styles Broadened to 767px */
/*.hglg-heading h2 {*/
/*    font-size: 26px;*/
/*}*/

.hglg-card__thumb img {
    height: 230px;
}

.hglg-card__content {
    padding: 15px 14px 17px;
}

@media (max-width: 767px) {

    .mobile-only-header {
        display: flex !important;
    }

    .lmhgfeel-title {
        font-size: 28px;
        font-family: 'Plus-Jakarta-Sans', sans-serif;
    }

    .lmhgfeel-media-grid {
        grid-template-rows: 160px 160px;
    }

    .lmhgfeel-photo--main {
        min-height: 330px;
    }

    .lm-why-choose__title {
        font-size: 30px;
        line-height: 36px;
    }

    .lm-why-card {
        padding: 18px 16px 20px;
    }

    .lm-why-card__title {
        font-size: 18px;
        line-height: 26px;
    }

    .lm-why-card__text {
        font-size: 15px;
        line-height: 23px;
    }

    .lm-tour-section__title {
        font-size: 30px;
    }

    .lm-tour-card__media {
        min-height: 400px;
    }

    .hgdsc-card-link {
        height: 235px;
    }

    .hgdsc-heading h2 {
        font-size: 28px;
    }

    .hgdsc-nav {
        width: 50px;
        height: 50px;
    }
}

/* ========== Utilities / Motion ========== */
@media (prefers-reduced-motion: reduce) {

    .lmhgfeel-anim-up,
    .lmhgfeel-anim-up.lmhgfeel-visible,
    .lmhgfeel-photo img,
    .lmhgfeel-feature-card,
    .lmhgfeel-quote-link,
    .lmhgfeel-stat,
    .lmloopstories-card,
    .lmloopstories-play,
    .lmloopstories-fx-up,
    .lmloopstories-fx-up.lmloopstories-is-visible,
    .lmloopstories-section .owl-nav button.owl-prev,
    .lmloopstories-section .owl-nav button.owl-next {
        transition: none !important;
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

@media (max-width: 767px) {

    /* Map Modal Responsive */
    .tour-modal-container {
        width: 95%;
        padding: 20px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .tour-modal-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-right: 30px;
    }

    .tour-detail-page .tour-hero-title {
        padding: 0px;
    }

    .motorbike-rental-page .blog-hero-section,
    main.motorbike-rental-page section.rental-hero {
        padding: 60px 0 61px 0;
        position: relative;
    }

    .motorbike-rental-page .blog-hero {
        position: relative;
        z-index: 2;
        padding-bottom: 0px !important;
    }
}

/* ==========================================================================
   FINAL MOBILE MENU & HERO RESTORATION (OVERRIDE)
   ========================================================================== */

/* 1. Force Hamburger Button Visibility */
.hero-toggle {
    display: none !important;
    /* Hidden on desktop */
}

@media (max-width: 991.98px) {

    /* Hide raw source until initialized or opened */
    body>#mobileMenu,
    body>#mmenu-templates {
        display: none;
    }

    .mm-menu.mm-theme-dark .mm-listview {
        padding-top: 40px;
    }

    .hero-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 35px;
        height: 24px;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        cursor: pointer !important;
        position: relative !important;
        z-index: 1000 !important;
        top: 10px;
    }

    .hero-toggle span {
        display: block !important;
        width: 100% !important;
        height: 3px !important;
        background-color: #f4c400 !important;
        /* Loop Moto Yellow */
        border-radius: 3px !important;
        transition: all 0.3s ease !important;
    }
}

/* 2. mmenu Customization (Manual Injection Classes) */
.mm-menu.mm-theme-dark {
    background: #111 !important;
}

/* Custom Header (Manual) - Enlarge and Center */
.mm-custom-header {
    background: #111;
    padding: 0px;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.mm-custom-header img {
    max-width: 240px !important;
    /* Larger logo */
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

/* Custom Footer (Manual) */
.mm-custom-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    padding: 15px;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mm-footer-lang {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
}

.mm-footer-lang a {
    display: inline-block;
    transition: transform 0.2s ease;
}

.mm-footer-lang a:hover {
    transform: scale(1.1);
}

.mm-footer-lang img {
    width: 38px;
    /* Slightly larger for better visibility */
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.mm-footer-lang a.active img {
    border-color: #f4c400;
    /* Loop Moto Yellow */
    box-shadow: 0 0 10px rgba(244, 196, 0, 0.4);
}

.mm-footer-book {
    display: block !important;
    background: #f4c400 !important;
    color: #000 !important;
    padding: 12px !important;
    text-align: center !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* Push menu panels up to make room for footer */
.mm-panels {
    bottom: 110px !important;
}

/* 3. Hero Content Visibility */
.hero-content {
    position: relative !important;
    z-index: 10 !important;
}