/*
Theme Name: Vntech68
Theme URI: Vntech68
Author: Vntech68
Author URI:  Vntech68
Description:
License: Vntech68
License URI: Vntech68
Text Domain: Vntech68
Tags: Thiáº¿t káº¿ website, Web Chuáº©n seo, Dá»‹ch vá»¥ seo, Dá»‹ch vá»¥ tÃªn miá»n, Dá»‹ch vá»¥ Hosting...
@charset "utf-8";

Version: 2.3
*/
:root {
    --page-gutter: 25px;
    --header-height: 80px;
    --font-family: 'Plus-Jakarta-Sans', sans-serif;

    --color-white: #ffffff;
    --color-yellow: #f4c400;
    --color-dark: #111111;
    --color-text: rgba(255, 255, 255, 0.92);
    --color-text-soft: rgba(255, 255, 255, 0.80);
    --color-border: rgba(255, 255, 255, 0.10);

    --overlay-dark: rgba(0, 0, 0, 0.40);
    --lmhgfeel-text: #171a1f;
    --overlay-gold: rgba(166, 122, 0, 0.22);

    --radius-pill: 999px;
    --transition: 0.3s ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-family);
    color: #fff;
    background: #000;
    overflow-x: clip;
}

/* Fix horizontal scrollbar issue with Select2 dropdowns */
.select2-container {
    max-width: 100% !important;
}

.select2-dropdown {
    max-width: 500px !important;
    /* Cap width for long text */
    overflow-x: hidden !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    z-index: 9999 !important;
}

/* Ensure the container itself doesn't overflow */
.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    background: #fdfdfd !important;
}

/* Ensure the parent group is a relative container for Select2 */
.booking-form-group {
    position: relative !important;
}

/* Ensure select2 container inside flex or fixed width works */
.booking-form-group .select2-container {
    width: 100% !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none !important;
    transition: var(--transition);
}

a:hover {
    text-decoration: none !important;
}

.container-fluid {
    width: 100%;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
}

.hero-home {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background: #000;
}

.hero-media,
.hero-media img,
.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-media img {
    object-fit: cover;
    object-position: center center;
}

.hero-overlay {
    z-index: 1;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.20) 16%, rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.44) 100%),
        linear-gradient(180deg, rgba(255, 214, 95, 0.12) 0%, rgba(255, 214, 95, 0.03) 30%, rgba(0, 0, 0, 0) 100%);
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: min(100%, var(--container-width));
    margin: 0 auto;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    padding-top: var(--header-height);
}

.hero-topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px max(var(--page-gutter), calc((100% - var(--container-width)) / 2 + var(--page-gutter)));
    background: #322c22eb;
    z-index: 9999;
    transition: var(--transition);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-logo-wrap {
    margin: 0;
    padding: 0;
    line-height: inherit;
    display: flex;
    align-items: center;
}

.hero-logo {
    flex: 0 0 auto;
}

.hero-logo img {
    width: clamp(180px, 18vw, 250px);
}

.hero-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.hero-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
    /* Increased gap for better readability */
}

.hero-nav li {
    position: relative;
    display: flex;
    align-items: center;
}

.hero-nav a {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    transition: var(--transition);
    position: relative;
    padding: 4px 0;
    white-space: nowrap;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
}

.hero-nav a::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-yellow);
    transition: var(--transition);
    border-radius: 2px;
}

.hero-nav a:hover {
    color: var(--color-yellow) !important;
}

.hero-nav a:hover::before {
    width: 100%;
}

.hero-nav li.current-menu-item>a,
.hero-nav li.current_page_item>a,
.hero-nav li.current-menu-ancestor>a {
    color: var(--color-yellow) !important;
}

.hero-nav li.current-menu-item>a::before,
.hero-nav li.current_page_item>a::before,
.hero-nav li.current-menu-ancestor>a::before {
    width: 100%;
}

/* Submenu / Dropdown Implementation */
.hero-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    background: #322c22;
    min-width: 240px;
    padding: 15px 0;
    margin: 0;
    list-style: none;
    display: flex;
    /* Override parent flex */
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    backdrop-filter: blur(10px);
}

.hero-nav li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.hero-nav .sub-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
}

.hero-nav .sub-menu a {
    display: block;
    width: 100%;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: 0.2s;
    white-space: nowrap;
}

.hero-nav .sub-menu a::after {
    display: none;
    /* Hide the underline animation in submenu */
}

.hero-nav .sub-menu a:hover {
    background: rgba(244, 196, 0, 0.1);
    color: var(--color-yellow) !important;
    padding-left: 30px;
    /* Micro-interaction: slide on hover */
}

/* Specific styling for parents with children */
.hero-nav li.menu-item-has-children>a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 8px;
    font-size: 14px;
    display: inline-block;
    transition: transform 0.3s ease;
    flex: 0 0 auto;
}

.hero-nav li.menu-item-has-children:hover>a::after {
    transform: rotate(180deg);
}

.hero-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Header Social Links */
.header-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.header-socials a:hover {
    background: var(--color-yellow);
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 196, 0, 0.3);
}

/* Mobile Social Links */
.mobile-socials {
    display: flex;
    gap: 8px;
}

.mobile-socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-lang {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    backdrop-filter: blur(8px);
}

.hero-lang img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.hero-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: var(--radius-pill);
    background: var(--color-yellow);
    color: #111;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    transition: var(--transition);
}

.hero-book-btn:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-soft);
}

.hero-toggle {
    display: none;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: var(--color-yellow);
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.hero-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #111;
    border-radius: 10px;
}

.booking-main-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #0aa99a;
    margin-top: 15px;
}

/* Booking Header Accordion Refinement */
.booking-card.is-collapsed .booking-body {
    display: none;
}

.booking-header {
    cursor: pointer;
}

.lm-chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-bottom: 3px;
    pointer-events: none;
}

/* Rotation Rules */
.booking-card.is-collapsed .lm-chevron,
.tour-accordion-item.active .lm-chevron {
    transform: rotate(-135deg);
    margin-bottom: -3px;
}

.booking-toggle {
    width: 32px;
    height: 32px;
    border: 2px solid #0aa99a;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0aa99a;
    transition: all 0.3s ease;
}

.booking-toggle:hover {
    background: rgba(10, 169, 154, 0.05);
}

.booking-toggle .lm-chevron {
    margin-bottom: 4px;
    /* Center adjustment for chevron */
}

.booking-card.is-collapsed .booking-toggle .lm-chevron {
    margin-bottom: -2px;
}

.hero-content {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 70px 0 60px;
}

.hero-copy {
    max-width: 980px;
}

.hero-title {
    margin: 0 0 18px;
    color: #fff;
    font-weight: 800;
    line-height: 80px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    letter-spacing: 0;
    font-size: 64px;
}

.hero-copy p {
    margin: 0 auto;
    max-width: 860px;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hero-cta {
    margin-top: 34px;
}

.hero-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 68px;
    padding: 0 34px;
    border-radius: var(--radius-pill);
    background: #fff;
    color: #111;
    font-size: 18px;
    font-weight: 800;
}

.hero-main-btn::after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 12px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
}

.hero-main-btn:hover {
    transform: translateY(-2px);
    background-color: var(--color-yellow);
    color: var(--color-dark);
    box-shadow: 0 8px 25px rgba(244, 196, 0, 0.3);
}

.hero-features-wrap {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
}

.hero-features li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hero-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.loopadv-datepicker {
    cursor: pointer !important;
}

/* Booking Form Label & Datepicker Styling */
.loopadv-form-group {
    margin-bottom: 20px;
}

.loopadv-form-group label {
    display: block !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #333 !important;
    margin-bottom: 8px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.loopadv-form-group label span {
    color: #ff4d4d;
}

.loopadv-form-group input,
.loopadv-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #eee;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.loopadv-form-group input:focus {
    border-color: #f4c400;
    background-color: #fffbef;
    outline: none;
}


/* Booking Button Loading State */
.loopadv-submit-btn {
    position: relative;
    transition: all 0.3s ease;
}

.loopadv-submit-btn.is-loading {
    color: transparent !important;
    pointer-events: none;
    opacity: 0.8;
}

.loopadv-submit-btn.is-loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #000;
    border-radius: 50%;
    animation: button-spin 0.6s linear infinite;
}

@keyframes button-spin {
    to {
        transform: rotate(360deg);
    }
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: #f4c400 !important;
    border-color: #f4c400 !important;
    color: #000 !important;
}

.hero-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Mobile Drawer */
.mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.55);
    transition: var(--transition);
}

.mobile-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-drawer__inner {
    position: relative;
    margin-right: auto;
    width: min(300px, 100%);
    height: 100%;
    background: #111111;
    padding: 24px 20px 0;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.mobile-drawer.is-open .mobile-drawer__inner {
    transform: translateX(0);
}

.mobile-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.mobile-drawer__logo img {
    width: 180px;
}

.mobile-drawer__close {
    position: absolute;
    right: -15px;
    top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1.5px solid var(--color-yellow);
    border-radius: 50%;
    background: #111111;
    color: var(--color-yellow);
    font-size: 20px;
    cursor: pointer;
    line-height: 0;
    transition: all 0.3s ease;
    padding-bottom: 7px;
    z-index: 2;
}

.mobile-drawer__close:hover {
    background: var(--color-yellow);
    color: #111;
}

.mobile-nav {
    flex: 1 1 auto;
    margin-bottom: 30px;
}

.mobile-nav ul {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
}

.mobile-nav li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    line-height: 24px;
}

.mobile-drawer__footer {
    padding: 20px;
    margin: auto -20px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-lang {
    display: flex;
    gap: 8px;
}

.mobile-lang__item {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid transparent;
    overflow: hidden;
    padding: 2px;
    transition: all 0.3s ease;
}

.mobile-lang__item.active {
    border-color: #ffd400;
}

.mobile-lang__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.mobile-book-btn {
    flex: 1;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd400;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 99px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.mobile-book-btn:active {
    transform: scale(0.96);
}

.lang-switch {
    position: relative;
}

.lang-current {
    min-width: 90px;
    height: 44px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    transition: 0.3s ease;
}

.lang-current img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.lang-current svg {
    width: 16px;
    height: 16px;
}

.lang-current:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 180px;
    background: rgba(20, 20, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.25s ease;
    z-index: 20;
}

.lang-switch.is-open .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown a,
.mobile-lang-switch a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    transition: 0.3s ease;
}

.lang-dropdown a:hover,
.mobile-lang-switch a:hover {
    background: rgba(255, 255, 255, 0.08);
}

.lang-dropdown a.is-active,
.mobile-lang-switch a.is-active {
    background: rgba(244, 196, 0, 0.12);
    color: #f4c400;
}

.lang-dropdown img,
.mobile-lang-switch img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

.mobile-lang-switch {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


:root {
    --lmhgfeel-max-width: 1400px;
    --lmhgfeel-gutter: 25px;

    --lmhgfeel-text: #171a1f;
    --lmhgfeel-muted: #4b5563;
    --lmhgfeel-white: #ffffff;
    --lmhgfeel-yellow: #f5c400;
    --lmhgfeel-teal: #10b981;
    --lmhgfeel-bg: #edf3f5;

    --lmhgfeel-radius-xl: 28px;
    --lmhgfeel-radius-lg: 22px;
    --lmhgfeel-radius-md: 18px;

    --lmhgfeel-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    --lmhgfeel-shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.08);
    --lmhgfeel-transition: 0.45s cubic-bezier(.22, .61, .36, 1);
}

.lmhgfeel-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background-color: var(--lmhgfeel-bg);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .1) 100%), url('images/Frame-40161.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}



.lmhgfeel-shell {
    position: relative;
    z-index: 1;
    width: min(100%, var(--lmhgfeel-max-width));
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.lmhgfeel-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(520px, .97fr);
    gap: 56px;
    align-items: center;
}

.lmhgfeel-title {
    margin: 0;
    color: var(--lmhgfeel-text);
    font-size: clamp(40px, 4.4vw, 48px);
    line-height: clamp(52px, 5.8vw, 64px);
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lmhgfeel-lead {
    margin: 28px 0 0;
    font-size: 18px;
    line-height: 1.333;
    font-weight: 500;
    color: var(--lmhgfeel-text);
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lmhgfeel-lead span {
    color: var(--lmhgfeel-teal);
}

.lmhgfeel-desc {
    margin-top: 22px;
    max-width: 760px;
}

.lmhgfeel-desc p {
    margin: 0;
    color: var(--lmhgfeel-muted);
    font-size: 14px;
    line-height: 1.714;
    font-weight: 400;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    letter-spacing: 0;
}

.lmhgfeel-feature-grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.lmhgfeel-feature-card {
    min-height: 176px;
    padding: 22px 20px;
    border-radius: var(--lmhgfeel-radius-lg);
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .75);
    backdrop-filter: blur(6px);
    box-shadow: var(--lmhgfeel-shadow-soft);
    transition: transform var(--lmhgfeel-transition), box-shadow var(--lmhgfeel-transition);
}

.lmhgfeel-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lmhgfeel-shadow);
}

.lmhgfeel-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #fff;
}

.lmhgfeel-feature-icon svg {
    width: 24px;
    height: 24px;
}

.lmhgfeel-feature-icon--yellow {
    background: var(--lmhgfeel-yellow);
}

.lmhgfeel-feature-icon--teal {
    background: var(--lmhgfeel-teal);
}

.lmhgfeel-feature-title {
    margin: 0 0 4px;
    color: var(--lmhgfeel-text);
    font-size: 18px;
    line-height: 1.333;
    font-weight: 700;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lmhgfeel-feature-text {
    margin: 0;
    color: var(--lmhgfeel-muted);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lmhgfeel-quote {
    margin-top: 44px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.lmhgfeel-quote-line {
    width: 4px;
    height: auto;
    align-self: stretch;
    border-radius: 999px;
    background: var(--lmhgfeel-yellow);
    flex: 0 0 4px;
}

.lmhgfeel-quote-body {
    max-width: 760px;
}

.lmhgfeel-quote-text {
    margin: 0 0 14px;
    color: var(--lmhgfeel-text);
    font-size: 14px;
    line-height: 1.714;
    font-style: italic;
    font-weight: 400;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    letter-spacing: 0;
}

.lmhgfeel-quote-link {
    color: var(--lmhgfeel-teal);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none !important;
    transition: opacity var(--lmhgfeel-transition), transform var(--lmhgfeel-transition);
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lmhgfeel-quote-link:hover {
    opacity: .85;
    transform: translateX(4px);
    text-decoration: none !important;
}

.lmhgfeel-media {
    position: relative;
}

.lmhgfeel-media-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    grid-template-rows: 320px 320px;
    gap: 18px;
}

.lmhgfeel-photo {
    margin: 0;
    overflow: hidden;
    border-radius: var(--lmhgfeel-radius-xl);
    background: #dfe8eb;
    box-shadow: var(--lmhgfeel-shadow);
}

.lmhgfeel-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .9s cubic-bezier(.22, .61, .36, 1);
}

.lmhgfeel-photo:hover img {
    transform: scale(1.045);
}

.lmhgfeel-photo--main {
    grid-row: 1 / span 2;
    grid-column: 1;
    min-height: 658px;
}

.lmhgfeel-photo--top {
    grid-column: 2;
    grid-row: 1;
}

.lmhgfeel-photo--bottom {
    grid-column: 2;
    grid-row: 2;
}

.lmhgfeel-stat {
    position: absolute;
    right: -22px;
    bottom: -18px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 212px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .95);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .14);
    backdrop-filter: blur(10px);
    animation: lmhgfeelFloat 4s ease-in-out infinite;
}

.lmhgfeel-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--lmhgfeel-teal);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lmhgfeel-stat-icon svg {
    width: 26px;
    height: 26px;
}

.lmhgfeel-stat-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.lmhgfeel-stat-text strong {
    color: var(--lmhgfeel-text);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    display: block;
}

.lmhgfeel-stat-text span {
    color: var(--lmhgfeel-muted);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    display: block;
}

@keyframes lmhgfeelFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.lmhgfeel-anim-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 1.2s cubic-bezier(.21, .6, .35, 1), transform 1.2s cubic-bezier(.21, .6, .35, 1);
}

.lmhgfeel-anim-up.lmhgfeel-visible {
    opacity: 1;
    transform: translateY(0);
}

.lmhgfeel-delay-1 {
    transition-delay: .12s;
}

.lmhgfeel-delay-2 {
    transition-delay: .24s;
}

/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */
.footer {
    background: #171a1f;
    padding: 80px 0 0;
    color: #99A1AF;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 60px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.footer-logo img {
    height: auto;
    width: auto;
    max-width: 200px;
    margin: 0px auto;
    display: block;
    text-align: center;
}

.ft-logo-wrap-ft-center {
    text-align: center;
}

.footer-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    color: #99A1AF;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #24292e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px;
    transition: var(--transition);
}

.social-icon:hover {
    background: var(--color-yellow);
    color: var(--color-dark) !important;
    transform: translateY(-3px);
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 14px;
}

.footer-list a {
    color: #99A1AF;
    font-size: 14px;
    line-height: 20px;
    transition: var(--transition);
}

.footer-list a:hover {
    color: var(--color-yellow);
    padding-left: 5px;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #99A1AF;
}

.footer-contact-list i {
    color: #16c0b0;
    font-size: 20px;
    margin-top: 2px;
}

.footer-contact-list a {
    color: inherit;
    transition: var(--transition);
}

.footer-contact-list a:hover {
    color: var(--color-yellow);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px 0;
}

.footer-bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-bottom .copyright {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #99A1AF;
}

.footer-legal {
    display: flex;
    gap: 30px;
}

.footer-legal a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #99A1AF;
    transition: var(--transition);
}

.footer-legal a:hover {
    color: #fff;
}


:root {
    --lmloopstories-max-width: 1400px;
    --lmloopstories-bg: #f7f8ef;
    --lmloopstories-text: #111827;
    --lmloopstories-muted: #667085;
    --lmloopstories-line: rgba(17, 24, 39, 0.08);
    --lmloopstories-yellow: #f6c400;
    --lmloopstories-teal: #11b6a5;
    --lmloopstories-dark: #17212b;
    --lmloopstories-white: #ffffff;
    --lmloopstories-radius-xl: 28px;
    --lmloopstories-radius-lg: 24px;
    --lmloopstories-shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
    --lmloopstories-shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.08);
    --lmloopstories-transition: 0.4s cubic-bezier(.22, .61, .36, 1);
}

.lmloopstories-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0 60px;
    isolation: isolate;
}


.lmloopstories-shell {
    position: relative;
    z-index: 1;
    width: min(100%, var(--lmloopstories-max-width));
    margin: 0 auto;
}

.lmloopstories-heading {
    text-align: center;
    margin-bottom: 48px;
}


.lmloopstories-title {
    margin: 0;
    color: #111827;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lmloopstories-subtitle {
    margin: 18px 0 0;
    color: #4A5565;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lmloopstories-carousel-wrap {
    position: relative;
    background: transparent !important;
}

.lmloopstories-carousel,
.lmloopstories-carousel .owl-stage-outer {
    background: transparent !important;
}

.lmloopstories-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.lmloopstories-carousel .owl-item {
    display: flex;
    height: auto;
}

.lmloopstories-carousel .owl-item>* {
    width: 100%;
}

.lmloopstories-card {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: var(--lmloopstories-radius-xl);
    box-shadow: var(--lmloopstories-shadow-soft);
    overflow: visible;
    transition: transform var(--lmloopstories-transition), box-shadow var(--lmloopstories-transition);
}

.lmloopstories-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--lmloopstories-shadow);
}

.lmloopstories-card-tape {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 40px;
    border-radius: 10px;
    background: rgba(216, 220, 228, 0.95);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
    z-index: 3;
}

.lmloopstories-card-media {
    position: relative;
    padding: 20px 20px 0;
}

.lmloopstories-card-media img {
    width: 100%;
    aspect-ratio: 0.84 / 1;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.lmloopstories-quote-badge {
    position: absolute;
    top: 34px;
    left: 34px;
    width: 30px;
    height: 30px;
    z-index: 5;
    pointer-events: none;
}

.lmloopstories-quote-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.lmloopstories-play {
    position: absolute;
    top: 34px;
    right: 34px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: transform var(--lmloopstories-transition);
}

.lmloopstories-play img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lmloopstories-play:hover {
    transform: scale(1.08);
}

.lmloopstories-play svg {
    width: 20px;
    height: 20px;
    margin-left: 2px;
}

.lmloopstories-card-body {
    padding: 18px 20px 20px;
}

.lmloopstories-quote {
    margin: 0;
    min-height: 100px;
}

.lmloopstories-quote p {
    margin: 0;
    color: #354153;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: 400;
}

.lmloopstories-card-footer {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--lmloopstories-line);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.lmloopstories-person {
    margin: 0;
    color: #111827;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.lmloopstories-country {
    margin: 4px 0 0;
    color: #4A5565;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.lmloopstories-flag {
    line-height: 1;
    flex: 0 0 auto;
}

.lmloopstories-flag img {
    width: 32px;
    height: auto;
    display: block;
}

.lmloopstories-section .owl-nav {
    margin-top: 0;
}

.lmloopstories-section .owl-nav button.owl-prev,
.lmloopstories-section .owl-nav button.owl-next {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 50%;
    border: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    color: transparent !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform var(--lmloopstories-transition), opacity var(--lmloopstories-transition);
}

.lmloopstories-section .owl-nav button.owl-prev {
    background-image: url("images/arrow-left.png") !important;
    left: -58px;
}

.lmloopstories-section .owl-nav button.owl-next {
    background-image: url("images/arrow-right.png") !important;
    right: -58px;
}

.lmloopstories-section .owl-nav button:hover {
    transform: translateY(-50%) scale(1.06);
}

.lmloopstories-section .owl-nav button.disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.lmloopstories-section .owl-dots {
    display: none;
}

.lmloopstories-fx-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1);
}

.lmloopstories-fx-up.lmloopstories-is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lmloopstories-delay-1 {
    transition-delay: .12s;
}







.hg-bike-rental {
    padding: 72px 0;
    background: #fffffff0;
    overflow: hidden;
}

/* Smooth Reveal Animation System */
.lm-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.lm-reveal--visible {
    opacity: 1;
    transform: translateY(0);
}

.lm-delay-1 {
    transition-delay: 0.1s;
}

.lm-delay-2 {
    transition-delay: 0.2s;
}

.lm-delay-3 {
    transition-delay: 0.3s;
}

.lm-delay-4 {
    transition-delay: 0.4s;
}

.hg-bike-rental *,
.hg-bike-rental *::before,
.hg-bike-rental *::after {
    box-sizing: border-box;
}

.hg-bike-rental__container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
}

.hg-bike-rental__heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.hg-bike-rental__title {
    margin: 0 0 12px;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    color: #181818;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hg-bike-rental__desc {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #66707d;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hg-bike-rental__slider .owl-stage {
    display: flex;
}

.hg-bike-rental__slider .owl-item {
    display: flex;
    height: auto;
}

.hg-bike-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hg-bike-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.hg-bike-card__media {
    position: relative;
    overflow: hidden;
    background: #e9edf0;
    aspect-ratio: 1.42 / 1;
}

.hg-bike-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hg-bike-card:hover .hg-bike-card__media img {
    transform: scale(1.04);
}

.hg-bike-card__price {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 0 0 22px 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff;
    line-height: 1.3;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hg-bike-card__price div.price-v {
    font-size: 14px;
    font-weight: 700;
    color: #f4c400;
    /* Gold color matching screenshot 15 */
}

.hg-bike-card__price div.price-u {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2px;
}

.hg-bike-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 22px 20px;
}

.hg-bike-card__title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #1d1d1d;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hg-bike-badge {
    display: inline-block;
    background-color: #f7c600;
    /* Loop Moto Yellow */
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 8px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
    width: fit-content;
}

.hg-bike-card__text {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4A5568;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hg-bike-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.hg-bike-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #edf0f3;
    color: #67707b;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}

.hg-bike-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: auto;
    padding: 12px 18px;
    border-radius: 999px;
    background: #f4bf08;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hg-bike-card__btn:hover {
    background: #e4b006;
    transform: translateY(-2px);
    text-decoration: none;
    color: #181818;
}

.hg-bike-card__btn:focus-visible {
    outline: 3px solid rgba(244, 191, 8, 0.35);
    outline-offset: 3px;
}

/* Owl spacing */
.hg-bike-rental__slider .owl-stage-outer {
    padding: 10px 0 16px;
}

.hg-bike-rental__slider .owl-nav {
    display: none;
}

.hg-bike-rental__slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.hg-bike-rental__slider .owl-dot {
    margin: 0;
}

.hg-bike-rental__slider .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%;
    background: #d0d5db;
    transition: all 0.3s ease;
}

.hg-bike-rental__slider .owl-dot.active span {
    width: 28px;
    border-radius: 999px;
    background: #0fb7a7;
}





.lm-why-choose {
    position: relative;
    padding: 54px 0 66px;
    background-image: url("images/Why-choose-LoopMoto-Ha-Giang.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    isolation: isolate;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lm-why-choose *,
.lm-why-choose *::before,
.lm-why-choose *::after {
    box-sizing: border-box;
}

.lm-why-choose__overlay {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(180deg,*/
    /*        rgba(10, 23, 38, 0.28) 0%,*/
    /*        rgba(10, 23, 38, 0.16) 36%,*/
    /*        rgba(10, 23, 38, 0.10) 100%);*/
    z-index: -1;
}

.lm-why-choose__container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
}

.lm-why-choose__heading {
    margin: 0 auto 30px;
    text-align: center;
    margin-bottom: 80px;
}

.lm-why-choose__title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lm-why-choose__desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lm-why-choose__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.lm-why-card {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 32px 24px;
    border-radius: 20px;
    text-align: center;
    background: #ffffffc2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.45s ease;
}

.lm-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.lm-why-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #08b5a4;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.4s ease;
}

.lm-why-card:hover .lm-why-card__icon {
    transform: scale(1.15) rotate(8deg);
    background: #09c9b6;
}

.lm-why-card__icon-image {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center;
}

.lm-why-card__title {
    margin: 0 0 12px;
    color: #111827;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.lm-why-card__text {
    margin: 0 auto;
    color: #4A5565;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

/* Large desktop */


/* Tablet */


/* Mobile */




.lm-tour-section {
    padding: 72px 0 80px;
    background: #f3f3f3;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.lm-tour-section *,
.lm-tour-section *::before,
.lm-tour-section *::after {
    box-sizing: border-box;
}

.lm-tour-section__heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.lm-tour-section__title {
    margin: 0 0 14px;
    color: #171b22;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: 0;
}

.lm-tour-section__desc {
    margin: 0 auto;
    max-width: 680px;
    color: #5f6977;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.lm-tour-carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.lm-tour-carousel.owl-carousel {
    display: block;
}

.lm-tour-carousel.owl-carousel.owl-loaded {
    display: block;
}


.lm-tour-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.lm-tour-carousel .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d5db;
    transition: all 0.3s ease;
}

.lm-tour-carousel .owl-dot.active span {
    width: 28px;
    border-radius: 999px;
    background: #0fb7a7;
}


.lm-tour-card {
    height: 100%;
}

.lm-tour-card__media {
    position: relative;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.lm-tour-card:hover .lm-tour-card__media,
.lm-tour-card:focus-within .lm-tour-card__media {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.lm-tour-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.lm-tour-card:hover .lm-tour-card__image,
.lm-tour-card:focus-within .lm-tour-card__image {
    transform: scale(1.04);
}

.lm-tour-card__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.lm-tour-card:hover .lm-tour-card__overlay,
.lm-tour-card:focus-within .lm-tour-card__overlay {
    background: linear-gradient(180deg,
            rgba(7, 16, 28, 0.08) 0%,
            rgba(7, 16, 28, 0.18) 35%,
            rgba(7, 16, 28, 0.90) 100%);
}

.lm-tour-card__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.lm-tour-card__price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #08b5a4;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(8, 181, 164, 0.28);
    white-space: nowrap;
}

.lm-tour-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(33, 45, 58, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}

.lm-tour-card__rating img {
    display: block;
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.lm-tour-card__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 8px 16px 8px;
    color: #ffffff;
    background: rgb(255 255 255 / 29%);
    text-align: left;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lm-tour-card__title {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    letter-spacing: 0;
    text-align: left;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.lm-tour-card__detail {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.35s ease,
        transform 0.4s ease,
        max-height 0.4s ease;
}

.lm-tour-card:hover .lm-tour-card__content,
.lm-tour-card:focus-within .lm-tour-card__content {
    background: rgb(106 106 106 / 60%);
    text-align: left;
    padding-bottom: 24px;
    padding-top: 20px;
}

.lm-tour-card:hover .lm-tour-card__title,
.lm-tour-card:focus-within .lm-tour-card__title {
    transform: translateY(-6px);
}

.lm-tour-card:hover .lm-tour-card__detail,
.lm-tour-card:focus-within .lm-tour-card__detail {
    opacity: 1;
    max-height: 300px;
    transform: translateY(0);
}

.lm-tour-card__text {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.92);
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.lm-tour-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #171b22;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.lm-tour-card__button:hover {
    background: #f5f5f5;
    color: #171b22;
    text-decoration: none;
    transform: translateY(-2px);
}

.lm-tour-card__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.35);
    outline-offset: 3px;
}

/* Tablet */


/* Mobile */




.hglg-guide-section * {
    box-sizing: border-box;
}

.hglg-guide-section {
    padding: 72px 0;
    background: #f3f3f3;
}


.hglg-heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.hglg-heading h2 {
    margin: 0 0 14px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    color: #171b22;
    letter-spacing: 0;
}

.hglg-heading p {
    margin: 0;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #5f6977;
}

.hglg-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.hglg-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

/* Category Page Specific Grid */
.category-page .hglg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.category-page .blog-hero {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .category-page .hglg-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .category-page .hglg-grid {
        grid-template-columns: 1fr;
    }
}

.hglg-card {
    display: grid;
    grid-template-columns: 215px 1fr;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-height: 220px;
}

.hglg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.hglg-card__thumb {
    display: block;
    height: 100%;
    overflow: hidden;
}

.hglg-card__thumb img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hglg-card:hover .hglg-card__thumb img {
    transform: scale(1.05);
}

.hglg-card__content {
    display: flex;
    flex-direction: column;
    padding: 18px 18px 18px 18px;
}

.hglg-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #8a93a3;
}

.hglg-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hglg-meta-item svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.hglg-meta-dot {
    color: #b9c0ca;
}

.hglg-card__title {
    margin: 0 0 10px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.hglg-card__title a {
    color: #1f2937;
    text-decoration: none;
    transition: color .25s ease;
}

.hglg-card__title a:hover {
    color: var(--color-yellow);
}

.hglg-card__desc {
    margin: 0 0 16px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #6b7280;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    flex-grow: 1;
}

.hglg-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #009688;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.hglg-card__link svg {
    width: 15px;
    height: 15px;
    transition: transform .25s ease;
}

.hglg-card__link:hover svg {
    transform: translateX(3px);
}

.hglg-meta-item time::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('images/clock.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    /* khoáº£ng cÃ¡ch giá»¯a icon vÃ  chá»¯ */
    vertical-align: middle;
}

/* Tablet */

/* Mobile */
/* Consolidating with Mobile (767.98px) further down to avoid conflicts */

/* =========================
   BOOKING / CONTACT SECTION
   Prefix riÃªng: loopadv-
========================= */

.loopadv-booking-section {
    position: relative;
    overflow: visible;
    padding: 80px 20px 90px;
    background-color: #edf3f1;
    background-image: linear-gradient(to bottom,
            rgba(237, 243, 241, 0.92) 0%,
            rgba(237, 243, 241, 0.84) 38%,
            rgba(237, 243, 241, 0.32) 100%),
        url("images/booking-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
}

.loopadv-container-1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.loopadv-booking-inner {
    position: relative;
    z-index: 2;
}

.loopadv-booking-heading {
    margin: 0 auto 48px;
}

.loopadv-booking-heading h2 {
    margin: 0 0 14px;
    color: #151922;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
}

.loopadv-booking-heading {
    position: relative;
}

.booking-main-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #0aa99a;
    margin-top: 15px;
}

.loopadv-booking-heading p {
    margin: 0;
    color: #151922;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.loopadv-booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 34px;
    align-items: start;
}

.loopadv-block-heading {
    margin-bottom: 18px;
}

.loopadv-block-heading h3 {
    margin: 0;
    color: #065f46;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.loopadv-contact-list {
    display: grid;
    gap: 14px;
}

.loopadv-contact-card,
.loopadv-form-card,
.loopadv-map-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 26px;
    box-shadow: 0 12px 40px rgba(25, 45, 37, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.loopadv-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
}

.loopadv-contact-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.loopadv-contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* SVG style no longer needed */

.loopadv-contact-content {
    flex: 1 1 auto;
}

.loopadv-contact-content h4 {
    margin: 1px 0 6px;
    color: #151922;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.loopadv-contact-content p,
.loopadv-contact-content address {
    margin: 0;
    color: #5d6774;
    font-size: 17px;
    line-height: 1.7;
    font-style: normal;
}

.loopadv-contact-content p+p {
    margin-top: 2px;
}

.loopadv-contact-content a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.loopadv-contact-content a:hover {
    color: #0e9f6e;
}

.loopadv-map-card {
    margin-top: 22px;
    overflow: hidden;
    border-radius: 24px;
    min-height: 275px;
}

.loopadv-map-card iframe {
    display: block;
    width: 100%;
    height: 275px;
    border: 0;
}

.loopadv-form-card {
    padding: 28px 24px 26px;
}

.loopadv-booking-form {
    display: grid;
    gap: 16px;
}

.loopadv-form-group {
    display: grid;
    gap: 9px;
}

.loopadv-form-group label {
    color: #222a35;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.loopadv-form-group label span {
    color: #cf1322;
}

.loopadv-form-group input,
.loopadv-form-group textarea {
    width: 100%;
    border: 1px solid #d8dee6;
    border-radius: 12px;
    background: #ffffff;
    padding: 14px 16px;
    color: #1d2430;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.loopadv-form-group input::placeholder,
.loopadv-form-group textarea::placeholder {
    color: #98a2b3;
}

.loopadv-form-group input:focus,
.loopadv-form-group textarea:focus {
    border-color: #0e9f6e;
    box-shadow: 0 0 0 4px rgba(14, 159, 110, 0.12);
}

.loopadv-form-group textarea {
    min-height: 128px;
    resize: vertical;
}

.loopadv-submit-btn {
    margin-top: 8px;
    min-height: 58px;
    border: 0;
    border-radius: 999px;
    background: #f7c600;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.loopadv-submit-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.loopadv-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(247, 198, 0, 0.28);
    background: #ffcf1f;
}


/* Thu viá»‡n nhá» */
/* =========================
   Discover Ha Giang
   Prefix riÃªng: hgdsc-
========================= */

.hgdsc-section {
    position: relative;
    overflow: hidden;
    padding: 72px 0 56px;
    background: url("images/discover-bg.png") center center / cover no-repeat;
    z-index: 1;
}

.hgdsc-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 13, 19, 0.36) 0%, rgba(7, 13, 19, 0.54) 100%);
    pointer-events: none;
}

.hgdsc-container-1400 {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.hgdsc-inner {
    position: relative;
}

.hgdsc-heading {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.hgdsc-heading h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hgdsc-heading p {
    margin: 0 auto;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 18px;
    line-height: 29px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hgdsc-slider-wrap {
    position: relative;
    padding: 0 66px 28px;
}

.hgdsc-row+.hgdsc-row {
    margin-top: 24px;
}

.hgdsc-row .owl-stage {
    display: flex;
    align-items: stretch;
}

.hgdsc-row .owl-stage-outer {
    overflow: hidden;
}

.hgdsc-row.owl-carousel .owl-item img {
    width: 100%;
    display: block;
}

.hgdsc-card {
    width: auto;
}

.hgdsc-card--sm {
    width: 300px;
}

.hgdsc-card--lg {
    width: 560px;
}

.hgdsc-card-link {
    position: relative;
    display: block;
    height: 360px;
    border-radius: 28px;
    overflow: hidden;
    text-decoration: none;
    background: #1f2937;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    isolation: isolate;
    cursor: pointer;
}

.hgdsc-card-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.hgdsc-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 35%, rgba(0, 0, 0, 0.58) 100%);
}

.hgdsc-card-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    z-index: 2;
}

.hgdsc-card-content h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hgdsc-card-link:hover img {
    transform: scale(1.06);
}

.hgdsc-nav {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: #ffcb05;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.hgdsc-nav:hover {
    background: #ffd633;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.hgdsc-nav svg {
    width: 24px;
    height: 24px;
}

.hgdsc-nav-prev {
    left: 8px;
}

.hgdsc-nav-next {
    right: 8px;
}

.hgdsc-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.hgdsc-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 203, 5, 0.28);
    cursor: pointer;
    transition: all 0.25s ease;
}

.hgdsc-dots button.is-active {
    width: 28px;
    background: #ffcb05;
}

/* Fancybox caption Ä‘áº¹p hÆ¡n chÃºt */
.fancybox__caption,
.fancybox-caption {
    font-size: 15px;
    line-height: 1.5;
}

/* ==========================================================================
   BLOG DETAIL PAGE
   ========================================================================== */
.header-blog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.blog-detail-page {
    background-image: url('images/blog-bg.png');
    background-repeat: repeat;
    background-size: 100% auto;
    background-attachment: scroll;
    padding-top: 150px;
    /* Space for the absolute header + title gap */
    padding-bottom: 80px;
    min-height: 100vh;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.blog-hero {
    padding: 20px 25px 60px;
}

.blog-post-title {
    font-size: 56px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 800;
    max-width: 900px;
    margin: 0;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.blog-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* Increased gap for better two-frame separation */
    max-width: var(--container-width, 1400px);
    margin: 0 auto;
    padding: 0 25px;
}

.blog-post-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Blog Specific Typography to avoid conflicts */
.blog-detail-page h1.blog-post-title {
    font-size: 48px;
    line-height: 64px;
    color: #ffffff;
    font-weight: 700;
    max-width: 1200px;
    margin: 0 0 20px 0;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.blog-detail-page .blog-content-section h2.blog-section-title {
    font-size: 24px;
    line-height: 32px;
    color: #1a1a1a;
    font-weight: 700;
    margin: 40px 0 20px 0;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.blog-detail-page .blog-content-section h3 {
    font-size: 20px;
    line-height: 28px;
    color: #1a1a1a;
    font-weight: 700;
    margin: 25px 0 12px 0;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.blog-detail-page .blog-content-section h4 {
    font-size: 18px;
    line-height: 24px;
    color: #1a1a1a;
    font-weight: 700;
    margin: 20px 0 10px 0;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.blog-detail-page .blog-content-section .blog-post-body p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 400;
}

.blog-detail-page .blog-content-section .blog-post-body p strong {
    font-weight: 700;
    color: #000000;
}

/* Premium List Styling */
.blog-post-body ul,
.blog-post-body ol {
    margin: 0 0 25px 20px;
    padding: 0;
}

.blog-post-body ul,
.blog-post-body ol {
    list-style: none;
    margin-left: 20px;
}

.blog-post-body ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.blog-post-body ul li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #f58220;
    /* Brand orange */
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(245, 130, 32, 0.15);
}

.blog-post-body ol li {
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #444;
    font-weight: 500;
}

.blog-post-body ol li::marker {
    color: #f58220;
    font-weight: 700;
}

.intro-card .blog-post-body h2,
.blog-intro-text {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #004322;
    /* Greenish color for intro */
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    margin: 0;
}

.blog-post-body span {
    font-size: 14px;
    color: #666666;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.blog-post-body p:last-child {
    margin-bottom: 0;
}

.blog-post-media {
    margin: 30px 0;
    text-align: center;
}

.blog-post-media img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.blog-detail-page .hglg-heading h2 {
    color: white;
}

.blog-detail-page .hglg-heading p {
    color: white;
}

/* Tour Detail Page Styling - Refined */
.header-tour {
    width: 100%;
    z-index: 1001;
    position: relative;
}

.header-tour .hero-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    z-index: 99;
    transition: all 0.3s ease;
}

.tour-detail-page {
    background-color: #ffffff;
    background-image: url('images/bg-bike.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    padding-top: 80px;
}

.tour-hero {
    margin: 0;
    padding: 0;
}

.tour-hero-container {
    width: min(100%, 1400px);
    margin: 0 auto;
    padding: 0 25px;
}

.tour-detail-page .tour-hero-title {
    font-size: 48px;
    font-weight: 800;
    /* ExtraBold */
    line-height: 64px;
    color: #1a1a1a;
    margin: 0;
    padding: 40px 0 50px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    letter-spacing: 0;
}

.tour-detail-page .tour-detail-content {
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px 25px;
    margin: 0 auto;
    width: min(100%, 1400px);
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.05);
}

/* Itinerary Header Row */
.tour-itinerary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border: none;
    background: transparent;
    padding: 0;
}

.tour-itinerary-header .header-label {
    font-size: 24px;
    font-weight: 700;
    /* Bold */
    line-height: 32px;
    color: #008d8d;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.tour-header-icon {
    width: 28px;
    height: 28px;
    color: #008d8d;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #008d8d;
    border-radius: 50%;
}

/* Main Grid */
.tour-grid {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.tour-itinerary-col {
    flex: 1;
}

.tour-media-col {
    flex: 0 0 45%;
}

/* Accordion Styling - Final Scoped */
.tour-detail-page .tour-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tour-detail-page .tour-accordion-item {
    background: #fdf9e1;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
}

.tour-detail-page .tour-accordion-header {
    width: 100%;
    padding: 13px 25px;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    word-spacing: 4px;
}

.tour-detail-page .tour-accordion-header span {
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    color: #1a1a1a;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.tour-detail-page .tour-accordion-header i {
    font-size: 14px;
    color: #1a1a1a;
    transition: transform 0.3s ease;
}

.tour-detail-page .tour-accordion-body {
    padding: 20px 0 25px;
    /* No horizontal padding here */
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 25px;
    /* Indent the whole body including the border */
}

.tour-detail-page .tour-accordion-item.active .tour-accordion-body {
    display: block;
}

.tour-detail-page .tour-accordion-item.active .tour-accordion-header i {
    transform: rotate(180deg);
}

.tour-detail-page .tour-accordion-body p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.tour-detail-page .tour-accordion-body p:last-child {
    margin-bottom: 0;
}

/* Header Visibility & Desktop Layout */
.desktop-only-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mobile-only-header {
    display: none !important;
}

.desktop-only-header .header-label {
    font-size: 24px;
    font-weight: 800;
    color: #008d8d;
}

.desktop-only-header .tour-header-icon {
    color: #008d8d;
    width: 32px;
    height: 32px;
}

/* Map Card */
.tour-map-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 100px;
}

.tour-map-card .tour-itinerary-header.mobile-only-header {
    width: 100%;
    margin-bottom: 25px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.map-thumbs-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 110px;
}

.map-thumb-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.map-thumb-item:hover {
    transform: translateY(-2px);
}

.map-thumb-item img {
    width: 100%;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease;
}

.map-thumb-item:hover img {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.map-thumb-item .thumb-label {
    font-size: 10px;
    font-weight: 700;
    color: #333;
    text-align: left;
}

.map-center-visual {
    flex: 1;
    display: flex;
    justify-content: center;
}

.map-center-visual img {
    max-width: 100%;
    height: auto;
}

/* Interactive Map Modal */
.tour-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.tour-modal.active {
    opacity: 1;
    visibility: visible;
}

.tour-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.tour-modal-container {
    position: relative;
    background: #ffffff;
    width: 95%;
    max-width: 576px;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 576px) {
    .tour-modal-container {
        padding: 15px 12px;
    }

    .tour-modal-visuals {
        gap: 10px;
        width: 100%;
    }
}

.tour-modal.active .tour-modal-container {
    transform: scale(1) translateY(0);
}

.tour-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #999999;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tour-modal-close:hover {
    color: #1a1a1a;
}

.tour-modal-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
    line-height: 1.2;
}

.tour-modal-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.tour-modal-link {
    display: inline-flex;
    align-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #008d8d !important;
    text-decoration: underline;
    margin-bottom: 25px;
}

.tour-modal-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('images/motorbike-location.png') no-repeat center/contain;
    margin-right: 8px;
}

.tour-modal-visuals {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: stretch;
    width: 100%;
}

.modal-qr-side {
    flex: 0 0 45%;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-qr-side img {
    max-width: 100%;
    height: auto;
    display: block;
}

.modal-image-side {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
}

.modal-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.qr-frame {
    border: 2px solid #f7c600;
    padding: 8px;
    border-radius: 12px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.qr-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.modal-image-side img {
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    max-width: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* ==========================================================================
   Book Tour Now Section
   ========================================================================== */
.tour-booking-section {
    padding: 80px 0;
    background: url('images/bg-tour-book.png') no-repeat center center;
    background-size: cover;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.tour-booking-section input,
.tour-booking-section button,
.tour-booking-section select,
.tour-booking-section textarea,
.tour-booking-section span,
.tour-booking-section div,
.tour-booking-section label,
.tour-booking-section h2,
.tour-booking-section h3,
.tour-booking-section h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.booking-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 40px;
}

.booking-row {
    display: flex;
    gap: 30px;
    align-items: stretch;
    position: relative;
}

.booking-form-col {
    flex: 0 0 calc(70% - 15px);
    width: calc(70% - 15px);
}

.booking-subtotal-col {
    flex: 0 0 calc(30% - 15px);
    width: calc(30% - 15px);
    position: relative;
    min-height: 100%;
}

/* Booking Card */
.booking-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.booking-header {
    background: #ffffff;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.booking-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #009981;
    margin: 0;
}

.booking-header-right {
    color: #009981;
    font-size: 18px;
}

.booking-body {
    padding: 25px;
}

/* Info Box */
.booking-info-box {
    background: #e6f5f3;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.booking-info-box ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

.booking-info-box li {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

/* Form Groups */
.booking-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.booking-form-group {
    margin-bottom: 20px;
    width: 100%;
}

.booking-form-group.col-date {
    flex: 1;
}

.booking-form-group.half-width {
    flex: 0 0 calc(50% - 10px);
}

.booking-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
}

input#tour-date-display,
input#end-date-display {
    background: #9e9e9e52;
}

.booking-form-control,
.booking-form-select {
    width: 100%;
    height: 45px;
    background: white;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 14px;
    color: #333333;
    outline: none;
    transition: border-color 0.3s;
}

.booking-form-control:focus,
.booking-form-select:focus {
    border-color: #f7c600;
}

textarea.booking-form-control {
    height: 100px;
    padding-top: 12px;
    resize: none;
    background: white;
}

input#pickup-date {
    background: white;
}

.booking-input-with-icon {
    position: relative;
}

.booking-input-with-icon i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
}

/* Counter Input */
.booking-counter-input {
    position: relative;
}

.counter-controls {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff9e6;
    padding: 4px 10px;
    border-radius: 20px;
}

.hgbus-sec .hgbus-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.hgbus-sec .hgbus-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 999px;
    background: #d9d9d9;
    display: block;
    transition: all 0.3s ease;
}

.hgbus-sec .hgbus-carousel .owl-dot.active span {
    width: 28px;
    background: #0aa99a;
}

.btn-counter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f7c600;
    border: none;
    color: #000000;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

.btn-counter:hover {
    opacity: 0.8;
}

.count-val {
    font-size: 16px;
    font-weight: 700;
    min-width: 15px;
    text-align: center;
    color: #1a1a1a;
    display: inline-block;
}

/* Option Rows */
.booking-form-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin: 30px 0 15px;
}

.booking-section-desc {
    font-size: 13px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.booking-option-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin-bottom: 12px;
    color: #171A1F;
}

.booking-option-row .option-label {
    font-size: 14px;
    /* font-weight: 600; */
}

.booking-option-row .counter-controls {
    position: static;
    transform: none;
    background: transparent;
    padding: 0;
}

#tour-booking,
#tour-booking *:not(.fa) {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.booking-main-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.booking-header h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #0aa99a;
    margin: 0;
}

.booking-form-group label,
.booking-form-section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #171A1F;
    margin-bottom: 8px;
    display: block;
}

/* Subtotal Sidebar Layout & Typography */
.subtotal-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.sticky-subtotal {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 99;
    height: fit-content;
}

.subtotal-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px;
    color: #0aa99a;
}

.rental-sidebar .subtotal-title {
    color: #0aa99a;
}

.booking-subtotal-col .subtotal-title {
    color: #0aa99a;
}

.promo-box label {
    color: #231f25;

}

.subtotal-info-bg {
    background: #f7b200;
    /* Loop Moto Yellow from screenshot */
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.subtotal-info-bg h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #171A1F;
    margin: 0;
}

.subtotal-duration-box {
    background: #0aa99a;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    color: #ffffff;
}

.duration-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.duration-row:last-child {
    margin-bottom: 0;
}

.duration-row .label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.duration-row .value {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.subtotal-details .detail-row .label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #171A1F;
}

.subtotal-details .detail-row .value {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #171A1F;
}

.subtotal-details .sub-detail {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
    margin-top: -3px;
    margin-bottom: 15px;
}

.detail-separator {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 15px auto;
}

#subtotal-dynamic-items {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
    margin-bottom: 20px;
}

.hghstay-sec,
.hghstay-sec * {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hghstay-sec {
    padding: 30px 0;
}

.hghstay-sec .hghstay-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.hghstay-sec .hghstay-box {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    padding: 24px 18px 18px;
}

.hghstay-sec .hghstay-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.hghstay-sec .hghstay-title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #0aa99a;
}

.hghstay-sec .hghstay-toggle {
    width: 30px;
    height: 30px;
    border: 2px solid #0aa99a;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
    flex: 0 0 30px;
}

.hghstay-sec .hghstay-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0aa99a;
    border-bottom: 2px solid #0aa99a;
    transform: translate(-50%, -62%) rotate(45deg);
    transition: transform 0.3s ease;
}

.hghstay-sec .hghstay-box.is-collapsed .hghstay-toggle span {
    transform: translate(-50%, -38%) rotate(-135deg);
}

.hghstay-sec .hghstay-body {
    display: block;
}

.hghstay-sec .hghstay-box.is-collapsed .hghstay-body {
    display: none;
}

.hghstay-sec .hghstay-group+.hghstay-group {
    margin-top: 14px;
}

.hghstay-sec .hghstay-group-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #222222;
}

.hghstay-sec .hghstay-item {
    width: 100%;
}

.hghstay-sec .hghstay-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f3f3;
    aspect-ratio: 1.38 / 1;
}

.hghstay-sec .hghstay-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.hghstay-sec .hghstay-thumb:hover img {
    transform: scale(1.06);
}

.hghstay-sec .hghstay-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hghstay-sec .hghstay-thumb:hover::after {
    opacity: 1;
}

.hghstay-sec .hghstay-carousel .owl-stage-outer {
    overflow: hidden;
}

.hghstay-sec .hghstay-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.hghstay-sec .hghstay-carousel .owl-dot {
    margin: 0;
    outline: none;
}

.hghstay-sec .hghstay-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0;
    display: block;
    border-radius: 999px;
    background: #d9d9d9;
    transition: all 0.3s ease;
}

.hghstay-sec .hghstay-carousel .owl-dot.active span {
    width: 28px;
    background: #0aa99a;
}

.hghstay-sec .hghstay-carousel.hghstay-no-dots .owl-dots {
    display: none !important;
}

.hghstay-sec .hghstay-carousel.hghstay-no-dots .owl-stage {
    transform: none !important;
}

.hghstay-sec .owl-nav {
    display: none;
}

/* Tablet */
@media (max-width: 991px) {
    .hghstay-sec {
        padding: 24px 0;
    }

    .hghstay-sec .hghstay-box {
        border-radius: 20px;
        padding: 20px 16px 16px;
    }

    .hghstay-sec .hghstay-title {
        font-size: 34px;
    }

    .hghstay-sec .hghstay-group-title {
        font-size: 17px;
    }

    .hghstay-sec .hghstay-thumb {
        border-radius: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hghstay-sec .hghstay-box {
        border-radius: 16px;
        padding: 16px 14px 14px;
    }

    .hghstay-sec .hghstay-title {
        font-size: 28px;
    }

    .hghstay-sec .hghstay-head {
        margin-bottom: 12px;
    }

    .hghstay-sec .hghstay-toggle {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }

    .hghstay-sec .hghstay-toggle span {
        width: 7px;
        height: 7px;
    }

    .hghstay-sec .hghstay-group+.hghstay-group {
        margin-top: 12px;
    }

    .hghstay-sec .hghstay-group-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .hghstay-sec .hghstay-thumb {
        border-radius: 14px;
    }

    .hghstay-sec .hghstay-carousel .owl-dots {
        margin-top: 14px;
    }
}

/* Custom Scrollbar */
#subtotal-dynamic-items::-webkit-scrollbar {
    width: 4px;
}

#subtotal-dynamic-items::-webkit-scrollbar-track {
    background: #f9f9f9;
}

#subtotal-dynamic-items::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

#subtotal-dynamic-items::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.subtotal-title {
    font-size: 24px;
    font-weight: 800;
    color: #00bacd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #00bacd;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.subtotal-info-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.subtotal-info-bg {
    background: #f7c600;
    padding: 15px;
    border-radius: 10px;
    flex-grow: 1;
    /*margin-right: 15px;*/
}

.subtotal-info-bg h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1.4;
}

.subtotal-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.subtotal-duration-box {
    background: #009981;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.duration-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.duration-row:last-child {
    margin-bottom: 0;
}

.duration-row .label {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.9;
}

.duration-row .value {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.address-summary {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dddddd;
}

.address-summary .light-text {
    color: #666666;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.detail-row .label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.detail-row .value {
    font-size: 14px;
    font-weight: 700;
    color: #5c6389;
}

.sub-detail {
    font-size: 12px;
    color: #888888;
    margin-bottom: 15px;
}

.promo-box {
    margin: 25px 0;
}

.availability-tag {
    display: block;
    font-size: 13px;
    color: #666666;
    margin-bottom: 8px;
}

.promo-input-group {
    display: flex;
    gap: 10px;
}

.promo-control {
    flex-grow: 1;
    height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 13px;
}

.btn-apply {
    background: #009981;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.total-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.total-label {
    font-size: 14px;
    color: #666666;
}

.total-value {
    font-size: 20px;
    font-weight: 800;
    color: #e60000;
}

.btn-checkout {
    width: 100%;
    /*height: 50px;*/
    background: #f7c600;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(247, 198, 0, 0.3);
    transition: transform 0.3s;
}

.btn-checkout:hover {
    transform: translateY(-2px);
}

/* Responsive Booking */
@media (max-width: 1200px) {
    .booking-form-col {
        flex: 0 0 65%;
        width: 65%;
    }

    .booking-subtotal-col {
        flex: 0 0 35%;
        width: 35%;
    }
}

@media (max-width: 1024px) {
    .booking-row {
        flex-direction: column;
    }

    .booking-form-col,
    .booking-subtotal-col {
        width: 100%;
        flex: 0 0 100%;
    }

    .sticky-subtotal {
        position: static;
        margin-top: 30px;
    }

    .booking-form-row {
        flex-wrap: wrap;
    }

    .booking-form-group.col-date {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .booking-main-title {
        font-size: 28px;
    }

    .booking-form-group.col-date {
        flex: 0 0 100%;
    }

    .booking-form-group.half-width {
        flex: 0 0 100%;
    }

    .booking-header h3 {
        font-size: 16px;
    }

    .subtotal-title {
        font-size: 20px;
    }
}

.hgfaq-sec {
    padding: 30px 0;
}

.hgfaq-sec .hgfaq-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.hgfaq-sec .hgfaq-box {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    padding: 26px 24px 24px;
}

.hgfaq-sec .hgfaq-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hgfaq-sec .hgfaq-title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
    color: #0ba99a;
}

.hgfaq-sec .hgfaq-toggle-all {
    width: 30px;
    height: 30px;
    border: 2px solid #0ba99a;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    position: relative;
    cursor: pointer;
    flex: 0 0 30px;
}

.hgfaq-sec .hgfaq-toggle-all span {
    position: absolute;
    top: 63%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 2px solid #0ba99a;
    border-bottom: 2px solid #0ba99a;
    margin-top: -2px;
}

.hgfaq-sec .hgfaq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hgfaq-sec .hgfaq-item {
    background: #FDF9E1;
    border-radius: 18px;
    overflow: hidden;
}

.hgfaq-sec .hgfaq-question {
    width: 100%;
    border: 0;
    background: #FDF9E1;
    text-align: left;
    padding: 18px 56px 18px 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #171A1F;
    cursor: pointer;
    position: relative;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hgfaq-sec .hgfaq-question span {
    display: block;
}

.hgfaq-sec .hgfaq-question i {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #1c1c1c;
    border-bottom: 2px solid #1c1c1c;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}

.hgfaq-sec .hgfaq-item.active .hgfaq-question i {
    transform: translateY(-50%) rotate(-135deg);
}

.hgfaq-sec .hgfaq-answer {
    display: none;
}

.hgfaq-sec .hgfaq-answer-inner {
    padding: 18px 0px 18px;
    border-top: 1px solid #d8d2b8;
}

.hgfaq-sec .hgfaq-answer-inner p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #171A1F;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Tablet */
@media (max-width: 991px) {
    .hgfaq-sec {
        padding: 24px 0;
    }

    .hgfaq-sec .hgfaq-box {
        border-radius: 20px;
        padding: 22px 18px 18px;
    }

    .hgfaq-sec .hgfaq-title {
        font-size: 34px;
    }

    .hgfaq-sec .hgfaq-question {
        padding: 16px 50px 16px 16px;
        font-size: 15px;
    }

    .hgfaq-sec .hgfaq-answer-inner {
        padding: 0 16px 16px;
    }

    .hgfaq-sec .hgfaq-answer-inner p {
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hgfaq-sec .hgfaq-box {
        border-radius: 16px;
        padding: 18px 14px 14px;
    }

    .hgfaq-sec .hgfaq-head {
        margin-bottom: 14px;
    }

    .hgfaq-sec .hgfaq-title {
        font-size: 28px;
    }

    .hgfaq-sec .hgfaq-toggle-all {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }

    .hgfaq-sec .hgfaq-item {
        border-radius: 14px;
    }

    .hgfaq-sec .hgfaq-question {
        padding: 14px 44px 14px 14px;
        font-size: 15px;
    }

    .hgfaq-sec .hgfaq-question i {
        right: 16px;
        width: 10px;
        height: 10px;
    }

    .hgfaq-sec .hgfaq-answer-inner {
        padding: 0 14px 14px;
    }

    .hgfaq-sec .hgfaq-answer-inner p {
        font-size: 14px;
        line-height: 1.55;
    }
}

.subtotal-details span.label {
    padding: 0px;
}

/* Premium Scrollbar for Booking Sidebar */
#subtotal-dynamic-items {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
    margin-right: -4px;
    scrollbar-width: thin;
    scrollbar-color: #f4c400 rgba(0, 0, 0, 0.02) !important;
}

#subtotal-dynamic-items::-webkit-scrollbar {
    width: 6px;
}

#subtotal-dynamic-items::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}

#subtotal-dynamic-items::-webkit-scrollbar-thumb {
    background: #f4c400;
    /* Loop Moto Yellow */
    border-radius: 10px;
    border: 2px solid #fff;
    /* Thin handle effect over white background */
}

#subtotal-dynamic-items::-webkit-scrollbar-thumb:hover {
    background: #d4ab00;
}

@media (max-width: 991px) {
    .hgfaq-sec .hgfaq-answer-inner {
        padding: 16px 16px 16px;
    }
}

@media (max-width: 767px) {
    .hgfaq-sec .hgfaq-answer-inner {
        padding: 14px 14px 14px;
    }
}

/* ==========================================================================
   Flatpickr Custom Theme
   ========================================================================== */
.flatpickr-calendar {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #1a1a1a;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: #f4c400;
    border-color: #f4c400;
    color: #000;
}

.flatpickr-day:hover {
    background: rgba(244, 196, 0, 0.2);
    border-color: transparent;
    color: #fff;
}

.flatpickr-month,
.flatpickr-current-month,
.flatpickr-monthDropdown-months,
.numInputWrapper,
.flatpickr-weekday {
    color: #ffffff !important;
    fill: #ffffff !important;
    font-weight: 700;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #1a1a1a !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 2px 4px;
    border-radius: 4px;
}

.flatpickr-monthDropdown-month {
    background: #1a1a1a !important;
    color: #fff !important;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    fill: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(255, 255, 255, 0.1);
}

.flatpickr-day.today {
    border-color: #f4c400;
}

.flatpickr-day.today:hover {
    background: #f4c400;
    color: #000;
}

.flatpickr-day {
    color: #ffffff !important;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: rgba(255, 255, 255, 0.3) !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(255, 255, 255, 0.1) !important;
}

.numInputWrapper span.arrowUp:after {
    border-bottom-color: #fff;
}

.numInputWrapper span.arrowDown:after {
    border-top-color: #fff;
}

.hgbus-sec,
.hgbus-sec * {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hgbus-sec {
    padding: 30px 0;
}

.hgbus-sec .hgbus-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.hgbus-sec .hgbus-box {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    padding: 24px 18px 18px;
}

.hgbus-sec .hgbus-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.hgbus-sec .hgbus-title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #0aa99a;
}

.hgbus-sec .hgbus-head-right {
    display: flex;
    align-items: center;
    gap: 120px;
    flex-shrink: 0;
}

.hgbus-sec .hgbus-dot {
    width: 10px;
    height: 10px;
    border: 1.5px solid #ff3bbf;
    border-radius: 50%;
    display: block;
}

.hgbus-sec .hgbus-toggle {
    width: 30px;
    height: 30px;
    border: 2px solid #0aa99a;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
    flex: 0 0 30px;
}

.hgbus-sec .hgbus-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0aa99a;
    border-bottom: 2px solid #0aa99a;
    transform: translate(-50%, -62%) rotate(45deg);
    transition: transform 0.3s ease;
}

.hgbus-sec .hgbus-box.is-collapsed .hgbus-toggle span {
    transform: translate(-50%, -38%) rotate(-135deg);
}

.hgbus-sec .hgbus-body {
    display: block;
}

.hgbus-sec .hgbus-box.is-collapsed .hgbus-body {
    display: none;
}

.hgbus-sec .hgbus-group+.hgbus-group {
    margin-top: 14px;
}

.hgbus-sec .hgbus-group-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #222222;
}

.hgbus-sec .hgbus-carousel .owl-stage-outer {
    overflow: hidden;
}

.hgbus-sec .hgbus-item {
    width: 100%;
}

.hgbus-sec .hgbus-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f3f3;
    aspect-ratio: 1.38 / 1;
}

.hgbus-sec .hgbus-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.hgbus-sec .hgbus-thumb:hover img {
    transform: scale(1.06);
}

.hgbus-sec .hgbus-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hgbus-sec .hgbus-thumb:hover::after {
    opacity: 1;
}

/*.hgbus-sec .owl-dots {*/
/*    display: none;*/
/*}*/

/*.hgbus-sec .owl-nav {*/
/*    display: none;*/
/*}*/
.hgbus-sec .hgbus-carousel.hgbus-no-dots .owl-dots {
    display: none;
}

.hgbus-sec .hgbus-carousel.hgbus-no-dots .owl-dots {
    display: none !important;
}

/* Tablet */
@media (max-width: 991px) {
    .hgbus-sec {
        padding: 24px 0;
    }

    .hgbus-sec .hgbus-box {
        border-radius: 20px;
        padding: 20px 16px 16px;
    }

    .hgbus-sec .hgbus-title {
        font-size: 34px;
    }

    .hgbus-sec .hgbus-head-right {
        gap: 36px;
    }

    .hgbus-sec .hgbus-group-title {
        font-size: 17px;
    }

    .hgbus-sec .hgbus-thumb {
        border-radius: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hgbus-sec .hgbus-box {
        border-radius: 16px;
        padding: 16px 14px 14px;
    }

    .hgbus-sec .hgbus-title {
        font-size: 28px;
    }

    .hgbus-sec .hgbus-head {
        margin-bottom: 12px;
    }

    .hgbus-sec .hgbus-head-right {
        gap: 16px;
    }

    .hgbus-sec .hgbus-dot {
        width: 8px;
        height: 8px;
    }

    .hgbus-sec .hgbus-toggle {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }

    .hgbus-sec .hgbus-toggle span {
        width: 7px;
        height: 7px;
    }

    .hgbus-sec .hgbus-group+.hgbus-group {
        margin-top: 12px;
    }

    .hgbus-sec .hgbus-group-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .hgbus-sec .hgbus-thumb {
        border-radius: 14px;
    }
}

/* Contact Section Styling */
.hghcontact-sec,
.hghcontact-sec *:not(.fa) {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hghcontact-sec {
    padding: 30px 0;
}

.hghcontact-sec .hghcontact-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.hghcontact-sec .hghcontact-box {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    padding: 24px 18px 18px;
}

.hghcontact-sec .hghcontact-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.hghcontact-sec .hghcontact-title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #0aa99a;
}

.hghcontact-sec .hghcontact-toggle {
    width: 30px;
    height: 30px;
    border: 2px solid #0aa99a;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
    flex: 0 0 30px;
}

.hghcontact-sec .hghcontact-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0aa99a;
    border-bottom: 2px solid #0aa99a;
    transform: translate(-50%, -62%) rotate(45deg);
    transition: transform 0.3s ease;
}

.hghcontact-sec .hghcontact-box.is-collapsed .hghcontact-toggle span {
    transform: translate(-50%, -38%) rotate(-135deg);
}

.hghcontact-sec .hghcontact-body {
    display: block;
}

.hghcontact-sec .hghcontact-box.is-collapsed .hghcontact-body {
    display: none;
}

.hghcontact-form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.hghcontact-group {
    flex: 1;
}

.hghcontact-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #171A1F;
    margin-bottom: 6px;
}

.hghcontact-group label span {
    color: #FF4D4F;
    margin-left: 2px;
}

.phone-input-combined {
    display: flex;
    gap: 12px;
}

.phone-country-code {
    flex: 0 0 100px;
    position: relative;
}

.phone-country-code .booking-form-select {
    width: 100%;
    padding-right: 25px;
    appearance: none;
    background: #fff;
}

.phone-country-code .lm-chevron,
.booking-input-with-icon .lm-chevron {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.hghcontact-sec textarea.booking-form-control {
    height: auto;
    padding-top: 12px;
    resize: none;
}

@media (max-width: 767px) {
    .hghcontact-form-row {
        flex-direction: column;
    }

    .phone-input-combined {
        flex-direction: row;
        /* Keep code and number side by side even on mobile */
    }
}

.address-summary .address-user {
    color: #171A1F;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

/* Select2 Custom Styling to match booking-form-control and fix visibility */
.select2-container--default .select2-selection--single {
    height: 45px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    background-color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #171A1F !important;
    /* Darker text for visibility */
    line-height: 45px !important;
    padding-left: 15px !important;
    font-size: 14px;
    font-weight: 500;
}

aside.rental-sidebar .subtotal-details span.label {
    color: #171A1F
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #99A1AF !important;
    /* Clear placeholder color */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
    right: 10px !important;
}

.select2-dropdown {
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    z-index: 9999 !important;
    background-color: #fff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eeeeee !important;
    border-radius: 6px !important;
    padding: 10px !important;
    color: #171A1F !important;
    background-color: #f8f9fa !important;
}

.select2-container--default .select2-results__option {
    padding: 10px 15px !important;
    color: #171A1F !important;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f7c600 !important;
    color: #000 !important;
}

/* Split Phone Row */
.phone-row {
    display: flex;
    gap: 12px;
}

.phone-code-col {
    flex: 0 0 250px;
    /* Further increased width for a better, more readable display */
}

.phone-num-col {
    flex: 1;
    /* Takes remaining space */
}

/* Select2 Flag Icons Styling */
.select2-container--default .select2-selection--single .fi {
    margin-right: 8px;
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.select2-results__option .fi {
    margin-right: 10px;
    width: 22px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

/* Mandatory Asterisks */
.hghcontact-group label span,
.booking-form-group label span {
    color: #ff4d4d;
    /* Bright red for visibility */
    font-weight: bold;
    margin-left: 2px;
}

/* intl-tel-input remains to provide data, but we use Select2 for UI */
.iti {
    display: none;
}

/* -------------------------------------------------------------------------
   Motorbike Detail View (Rental Page)
------------------------------------------------------------------------- */
.rental-detail-section {
    position: relative;
    padding: 100px 0;
    min-height: 100vh;
    background: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.rental-detail-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: url('images/motobike-rental.png') top center / 100% auto no-repeat;
    opacity: 1;
    z-index: 0;
}

.rental-detail-section .container-fluid {
    position: relative;
    z-index: 10;
}

.rental-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Gallery Styles */
.bike-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bike-main-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    aspect-ratio: 4 / 3;
}

.bike-price-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 15px 25px;
    border-radius: 0 0 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    pointer-events: none;
    transition: all 0.3s ease;
}

.bike-gallery:hover .bike-price-badge {
    transform: translateY(-2px);
    background: rgba(15, 15, 15, 0.85);
}

.badge-v {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 4px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.badge-v span {
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 700;
    color: #f4c400;
}

.badge-u {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.bike-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.gallery-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFD200;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
    transition: all 0.2s ease;
}

.gallery-btn:hover {
    transform: scale(1.1);
}

.gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px;
}

.thumb-item {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.2s ease;
    aspect-ratio: 1 / 1;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item.active {
    border-color: #FFD200;
}

/* Info Column Styles */
/*.bike-info-col {*/
/*    padding-top: 10px;*/
/*}*/

.bike-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    color: #fff;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 20px;
    border-radius: 12px;
    display: inline-block;
}

.bike-subtitle {
    font-size: 20px;
    /* font-weight: 600; */
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 8px 15px;
    border-radius: 8px;
    display: table;
}

.bike-desc {
    font-size: 16px;
    font-weight: 400;
    /* Regular */
    line-height: 24px;
    color: #555;
    margin-bottom: 30px;
}

.bike-specs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: center;
}

.spec-tag {
    background: #fff;
    padding: clamp(8px, 1vw, 12px) clamp(10px, 1.5vw, 20px);
    border-radius: 12px;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #eee;
    color: #444;
    white-space: normal;
    flex-shrink: 0;
}

.spec-tag i {
    color: #038463;
}

/* Price Options */
.price-option-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
}

.price-box {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 16px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.price-box.selected {
    border-color: #00B1A7;
    /* Cyan-teal from image */
    background: #F0FAF9;
}

.price-box__radio {
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: clamp(10px, 1.5vw, 20px);
    position: relative;
    flex-shrink: 0;
}

.price-box__radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #00B1A7;
    border-radius: 50%;
    opacity: 0;
}

.price-box.selected .price-box__radio {
    border-color: #00B1A7;
}

.price-box.selected .price-box__radio::after {
    opacity: 1;
}

.price-box__info {
    flex-grow: 1;
}

.price-box__name {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 800;
    line-height: 1.2;
    color: #171A1F;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    white-space: normal;
}

.price-box__name i {
    cursor: pointer;
    color: #00B1A7;
    margin-left: 5px;
    font-size: 18px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
    background: rgba(0, 177, 167, 0.05);
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.price-box__name i:hover {
    background: #00B1A7;
    color: #FFF;
    transform: scale(1.1);
}

.price-box__desc {
    font-size: 14px;
    color: #171A1F;
    opacity: 0.7;
    margin-top: 4px;
}

.price-box__val {
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 800;
    line-height: 1.2;
    color: #171A1F;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
    white-space: normal;
}

/* Availability Tag */

.availability-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
    padding: 12px;
    background: #FFF0F0;
    color: #333;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.availability-tag i {
    color: #f44336;
}

.availability-tag strong {
    color: #f44336;
}

/* Rider Safety Upgrades */
.safety-upgrades-section {
    margin-top: 40px;
    border-top: 1px dashed #ddd;
    padding-top: 30px;
}

.safety-upgrades-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.safety-upgrades-title span {
    font-weight: 400;
    color: #888;
    font-size: 14px;
}

.upgrade-card {
    background: #E8F7F6;
    border: 1px solid #00B1A7;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.upgrade-checkbox {
    width: 24px;
    height: 24px;
    background: #00B1A7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Safety Upgrades Section */
.safety-upgrades-section {
    margin-top: 60px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.safety-upgrades-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #231f25;
}

.safety-upgrades-title span {
    font-size: 18px;
    font-weight: 400;
    color: #7d7781;
}

.safety-items-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.safety-item {
    cursor: pointer;
    margin: 0;
}

.safety-item input {
    display: none;
}

.safety-item__box {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 20px;
    transition: all 0.3s;
}

.safety-item input:checked+.safety-item__box {
    border-color: #009981;
    background: rgba(0, 153, 129, 0.05);
}

.safety-item__check {
    width: 24px;
    height: 24px;
    border: 2px solid #DDD;
    border-radius: 6px;
    margin-right: 20px;
    position: relative;
    transition: all 0.3s;
}

.safety-item input:checked+.safety-item__box .safety-item__check {
    background: #009981;
    border-color: #009981;
}

.safety-item input:checked+.safety-item__box .safety-item__check::after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #FFF;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.safety-item__info {
    flex: 1;
}

.safety-item__name {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #231f25;
}

.safety-item__note {
    font-size: 16px;
    line-height: 20px;
    color: #7d7781;
}

.safety-item__price {
    font-size: 18px;
    font-weight: 700;
    color: #231f25;
}

/* Ultimate Combo Card */
.ultimate-combo-card {
    position: relative;
    border: 2px solid #F7C600;
    border-radius: 24px;
    padding: 30px;
    background: rgba(247, 198, 0, 0.05);
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: visible;
    /* Ensure badge can overlap border */
}

.ultimate-badge {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #F7C600;
    color: #000;
    padding: 6px 14px;
    border-radius: 0 14px 0 14px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    z-index: 10;
}

.ultimate-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #231f25;
    margin-bottom: 5px;
}

.ultimate-subtitle {
    font-size: 16px;
    color: #7d7781;
    margin-bottom: 15px;
}

.ultimate-pricing {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 25px;
}

.ultimate-price {
    font-size: 24px;
    font-weight: 700;
    color: #00A7A2;
}

.ultimate-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #7d7781;
}

.add-combo-btn {
    width: 100%;
    background: #F7C600;
    border: none;
    padding: 15px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(247, 198, 0, 0.3);
    transition: all 0.3s;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.add-combo-btn:hover {
    background: #333;
    color: #FFF;
}

/* Rental Detail Layout & Sidebar */
.rental-flex-layout {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.rental-main-content {
    flex: 1;
    min-width: 0;
}

.rental-sidebar {
    width: 380px;
    flex-shrink: 0;
    align-self: flex-start;
    position: sticky;
    top: 90px;
}

.subtotal-card.sticky-subtotal {
    position: sticky;
    top: 90px;
    background: #FFFAF9;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Global Select2 Flag Fix */
.select2-results__option span {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}

.subtotal-title {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    margin-bottom: 25px;
}

.subtotal-info-bg {
    background: #F7C600;
    padding: 12px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.subtotal-info-bg h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.subtotal-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #DDD;
}

.subtotal-group:last-child {
    border-bottom: none;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.detail-row .label {
    font-size: 16px;
    font-weight: 600;
    color: #171A1F;
}

.detail-row .value {
    font-size: 16px;
    font-weight: 700;
    color: #171A1F;
}

.sub-detail {
    font-size: 14px;
    color: #171A1F;
    opacity: 0.7;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.qty-counter {
    display: flex;
    align-items: center;
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 30px;
    padding: 5px;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #F7C600;
    color: #171A1F;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.qty-btn:hover {
    background: #E5B800;
}

.qty-input {
    width: 40px;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 16px;
    background: transparent;
}

.duration-box {
    margin-bottom: 25px;
    color: #171A1F;
}

.duration-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtotal-day-row {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-weight: 700;
    padding-top: 15px;
    border-top: 2px solid #EEE;
    color: #171A1F;
}

.total-section {
    margin-top: 30px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.total-label {
    font-size: 14px;
    color: #171A1F;
}

.total-value {
    font-size: 20px;
    font-weight: 800;
    color: #E60000;
}

.btn-checkout {
    width: 100%;
    background: #F7C600;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

aside.rental-sidebar .subtotal-card.sticky {
    margin-top: 50px;
}

.btn-checkout:hover {
    background: #e5b800;
}

/* Global Booking Preloader */
.booking-preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.98) !important;
    z-index: 999999 !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
}

.booking-preloader .preloader-content {
    text-align: center;
}

.lm-spinner {
    width: 60px !important;
    height: 60px !important;
    border: 5px solid #f3f3f3 !important;
    border-top: 5px solid #f4c400 !important;
    border-radius: 50% !important;
    animation: lm-spin 1s linear infinite !important;
    margin: 0 auto 15px !important;
}

@keyframes lm-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.promo-control {
    flex: 1;
    border: 1px solid #DDD;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
}

.btn-apply {
    background: #009981;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-apply:hover {
    background: #007A67;
}

.ultimate-combo-card {
    background: linear-gradient(135deg, #FFF9E6 0%, #FFF2CC 100%);
    border: 2px solid #F7C600;
    border-radius: 16px;
    padding: 24px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(247, 198, 0, 0.15);
}

.ultimate-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #F7C600;
    color: #171A1F;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 800;
    border-bottom-left-radius: 12px;
    text-transform: uppercase;
}

.ultimate-title {
    font-size: 20px;
    font-weight: 800;
    color: #171A1F;
    margin-bottom: 5px;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.ultimate-subtitle {
    font-size: 14px;
    color: #171A1F;
    opacity: 0.8;
    margin-bottom: 20px;
}

.ultimate-pricing {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
}

.ultimate-price {
    font-size: 24px;
    font-weight: 800;
    color: #009981;
}

.ultimate-old-price {
    font-size: 16px;
    color: #171A1F;
    opacity: 0.5;
    text-decoration: line-through;
}

.add-combo-btn {
    width: 100%;
    background: #F7C600;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 16px;
    color: #171A1F;
    cursor: pointer;
    transition: all 0.3s;
}

.add-combo-btn:hover {
    background: #171A1F;
    color: #FFF;
}

.add-combo-btn.active {
    background: #009981;
    color: #FFF;
}

@media (max-width: 1200px) {
    .bike-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .bike-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
}

/* Updated Responsive Overrides */
@media (max-width: 991px) {
    .rental-flex-layout {
        flex-direction: column;
    }

    .rental-main-content {
        width: 100%;
    }

    .rental-sidebar {
        width: 100%;
        margin-top: 0px;
    }

    .subtotal-card.sticky {
        position: static;
        width: 100%;
        margin: 0;
    }

    .rental-detail-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .rental-detail-section {
        padding: 60px 0;
    }

    .bike-title {
        font-size: 32px;
        line-height: 40px;
    }

    .bike-specs-tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .safety-item__box {
        padding: 15px;
    }

    .safety-item__price {
        font-size: 16px;
    }

    .ultimate-title {
        font-size: 20px;
    }

    .ultimate-price {
        font-size: 26px;
    }
}

.hgbus-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.hgbus-specs {
    position: relative;
    overflow: hidden;
    padding: 72px 0 84px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-image: url("images/Motorbike-Rental.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hgbus-specs::before,
.hgbus-specs::after {
    content: "";
    position: absolute;
    border: 3px dashed #eddcc6;
    border-radius: 50%;
    pointer-events: none;
}

.hgbus-specs::before {
    width: 520px;
    height: 520px;
    top: -220px;
    left: -180px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-10deg);
}

.hgbus-specs::after {
    width: 430px;
    height: 430px;
    right: -180px;
    top: 150px;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: rotate(10deg);
}

.hgbus-specs__inner {
    position: relative;
    z-index: 2;
}

.hgbus-specs__head {
    text-align: center;
    margin-bottom: 38px;
}

.hgbus-specs__title {
    margin: 0 0 8px;
    font-size: 48px;
    line-height: 64px;
    font-weight: Bold;
    letter-spacing: -0.02em;
    color: #171A1F;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hgbus-specs__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    /* Regular */
    color: #171A1F;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hgbus-specs__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hgbus-spec-card {
    min-height: 106px;
    padding: 18px 20px 20px;
    border-radius: 14px;
    background: #FFFBFC;
    /* Very light pinkish from image */
    border: 1.5px solid #F3EAEA;
    /* Subtle border */
    box-shadow: 0 8px 18px rgba(35, 31, 37, 0.04);
    transition: all .25s ease;
    box-sizing: border-box;
}

.hgbus-spec-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(35, 31, 37, 0.12);
}

.hgbus-spec-card.is-active {
    border-color: #00a7a2;
}

.hgbus-spec-card__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hgbus-spec-card__icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.hgbus-spec-card__label {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #5E6771;
    /* Greyish color from image */
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hgbus-spec-card__value {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #171A1F;
    /* Dark color from image */
    word-break: break-word;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

.hgbus-specs__inner::before,
.hgbus-specs__inner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hgbus-specs__inner::before {
    width: 18px;
    height: 18px;
    right: 8px;
    bottom: -8px;
    background: #e9d5be;
}

.hgbus-specs__inner::after {
    width: 18px;
    height: 18px;
    right: 72px;
    bottom: -20px;
    background: #ecc9a9;
}

@media (max-width: 1199.98px) {
    .hgbus-specs__title {
        font-size: 42px;
    }

    .hgbus-spec-card__value {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .hgbus-specs {
        padding: 60px 0 72px;
    }

    .hgbus-specs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hgbus-specs__title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .hgbus-specs {
        padding: 48px 0 60px;
    }

    .hgbus-specs__head {
        margin-bottom: 28px;
    }

    .hgbus-specs__title {
        font-size: 30px;
    }

    .hgbus-specs__subtitle {
        font-size: 14px;
    }

    .hgbus-specs__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hgbus-spec-card {
        min-height: auto;
        padding: 16px 14px;
        border-radius: 12px;
    }

    .hgbus-spec-card__label {
        font-size: 13px;
    }

    .hgbus-spec-card__value {
        font-size: 17px;
    }

    .hgbus-specs__inner::before,
    .hgbus-specs__inner::after {
        display: none;
    }
}

/* Info Modal Styling */
.info-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(4px);
    padding: 20px;
}

.info-modal-overlay.is-visible {
    display: flex !important;
}

.info-modal-card {
    background: #FFF;
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: modalFadeUp 0.3s ease-out;
    font-family: 'Plus-Jakarta-Sans', sans-serif !important;
}

.info-modal-card * {
    font-family: inherit !important;
}

.info-modal-card i.fa {
    font-family: FontAwesome !important;
}

@keyframes modalFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #F3F4F6;
    border: none;
    border-radius: 50%;
    color: #6B7280;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: none;
}

.info-modal-close:hover {
    background: #EF4444;
    color: #FFF;
    transform: rotate(90deg);
}

.price-box__name i.fa-info-circle {
    color: #00B1A7;
    margin-left: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.price-box__name i.fa-info-circle:hover {
    color: #171A1F;
    transform: scale(1.2);
}

.info-modal-title {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
    padding-right: 30px;
}

.info-teal-box {
    background: #F0FAF9;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.info-teal-box .box-label {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    display: block;
}

.info-price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

.info-price-row:last-child {
    margin-bottom: 0;
}

.info-price-row .label {
    font-weight: 500;
}

.info-price-row .value {
    font-weight: 700;
    color: #1a1a1a;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
    font-weight: 500;
}

.benefit-list li i {
    color: #00B1A7;
    font-size: 14px;
    margin-top: 4px;
}

.info-warning {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #F39C12;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
}

aside.rental-sidebar span.value {
    font-size: 14px !important;
}

div#infoModalBody .info-price-row .label {
    color: #171A1F;
}

h2#lm-tour-section-title {
    font-size: 48px;
    font-family: 'Plus-Jakarta-Sans';
    line-height: 64px;
    color: #171A1F;
    text-align: center;
    font-weight: bold;
}

.lm-tour-section__header p.lm-tour-section__desc.lm-reveal.lm-delay-1.lm-reveal--visible {
    text-align: center;

}

.lm-tour-section__header {
    margin-bottom: 50px;
}

/* ==========================================================================
   Back To Top Custom Styling
   ========================================================================== */
.back-to-top {
    position: fixed;
    right: 32px;
    bottom: 32px;
    width: 48px;
    height: 48px;
    background-color: var(--color-yellow);
    transform: rotate(45deg);
    z-index: 9999999;
    display: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
    transform: rotate(45deg) scale(1.1);
    box-shadow: 0 12px 30px rgba(244, 196, 0, 0.35);
    background-color: #fff;
}

.back-to-top a {
    position: absolute;
    inset: 4px;
    background-color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-yellow);
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.back-to-top:hover a {
    background-color: var(--color-dark);
    color: var(--color-yellow);
}

.back-to-top i {
    transform: rotate(-45deg);
    font-size: 22px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.back-to-top:hover i {
    transform: rotate(-45deg) translateY(-2px);
}

@media (max-width: 767px) {
    .back-to-top {
        right: 20px;
        bottom: 20px;
        width: 42px;
        height: 42px;
    }
}

/* ==========================================================================
   Desktop Language Switcher (Side by side icons)
   ========================================================================== */
/* ==========================================================================
   Desktop Language Switcher (Dropdown Menu)
   ========================================================================== */
.desktop-lang-switcher {
    position: relative;
    margin-right: 0px;
    z-index: 100;
}

.dl-current {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dl-current:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-yellow);
}

.dl-current__flag,
.dl-item__flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dl-current__flag img,
.dl-item__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dl-current__name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.dl-current i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    transition: transform 0.3s ease;
}

.desktop-lang-switcher:hover .dl-current i {
    transform: rotate(180deg);
}

.dl-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 180px;
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.desktop-lang-switcher:hover .dl-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dl-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    margin-bottom: 2px;
}

.dl-item:last-child {
    margin-bottom: 0;
}

.dl-item span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    flex-grow: 1;
}

.dl-item i.fa-check {
    color: var(--color-yellow);
    font-size: 12px;
}

.dl-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.dl-item:hover span {
    color: #fff;
}

.dl-item.active {
    background: rgba(244, 196, 0, 0.1);
}

.dl-item.active span {
    color: var(--color-yellow);
}

/* Fix mmenu appearance to match dark theme */
#main-mobile-menu.mm-menu_offcanvas {
    display: none;
}

/* Final Fix for mmenu 6.1.8 in non-offcanvas mode */
.mobile-nav {
    position: relative;
    width: 100%;
    flex: 1;
    /* Take all available middle space */
    min-height: 400px;
    background: transparent;
}

#main-mobile-menu.mm-menu {
    background: transparent !important;
    color: #fff !important;
    position: static;
    /* mmenu uses wrapper classes, so let it be static here */
}

/* Force mmenu to hide panels that are NOT current */
.mm-menu .mm-panels>.mm-panel {
    background: #111 !important;
    visibility: hidden;
    display: none;
    z-index: 0;
}

.mm-menu .mm-panels>.mm-panel.mm-opened {
    visibility: visible;
    display: block;
    z-index: 1;
}

.mm-menu .mm-panels>.mm-panel.mm-highest {
    z-index: 2;
}

.mm-listview>li {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.mm-listview>li a,
.mm-listview>li span {
    padding: 15px 20px !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Style the Arrows for sliding submenus */
.mm-next {
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: transparent !important;
}

.mm-next:after {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

/* Navbar & Prev Button */
.mm-navbar {
    background: #1a1a1a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mm-navbar .mm-title {
    color: var(--color-yellow) !important;
}

.mm-prev:before {
    border-color: var(--color-yellow) !important;
}

/* Hide raw submenus if mmenu fails to panelize them instantly */
#main-mobile-menu ul.sub-menu {
    display: none;
}

/* Mobile Drawer - The Beautiful Version */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    background: #111;
    z-index: 10001;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
}

.mobile-drawer.is-open {
    transform: translateX(0);
}

.mobile-drawer__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-drawer__top {
    padding: 20px;
    display: flex;
    align-items: center;
}

/* Unified mmenu Premium Design (Right-side slide) */
.mm-menu.mm-theme-dark {
    background: #111 !important;
}

/* Header Navbar Styling */
.mm-navbar-top {
    height: 110px !important;
    background: #111 !important;
    border-bottom: 3px solid #1a1a1a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.mm-nav-header {
    width: 100%;
}

.mm-nav-header img {
    max-width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Footer Navbar Styling */
.mm-navbar-bottom {
    height: 130px !important;
    background: #111 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 0 !important;
    justify-content: center !important;
}

.mm-nav-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.mm-footer-lang {
    display: flex;
    gap: 20px;
}

.mm-footer-lang a img {
    transition: all 0.3s ease;
}

.mm-footer-lang a.active img {
    opacity: 1;
    box-shadow: 0 0 5px var(--color-yellow);
}

.mm-footer-book {
    display: block;
    width: 80%;
    background: var(--color-yellow);
    color: #000;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 14px;
}

/* ==========================================================================
   UNIFIED MOBILE MENU (MMENU) - PREMIUM DESIGN
   Fixes overlap and layout issues from Image 15
   ========================================================================== */

/* Hide native navigation source */
#mobileMenu,
#mmenu-templates {
    display: none;
}

/* Base mmenu customization */
.mm-menu.mm-theme-dark {
    background: #111 !important;
}

.mm-panel {
    background: #111 !important;
}

/* Custom Header Navbar (Logo Area) */
.mm-navbar-top {
    height: 100px !important;
    background: #111 !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.mm-header-content {
    width: 100%;
}

.mm-header-content img {
    max-width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Custom Footer Navbar (Lang & Book) */
.mm-navbar-bottom {
    height: 120px !important;
    background: #1a1a1a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 15px 0 !important;
    justify-content: center !important;
    gap: 10px !important;
}

.mm-footer-lang {
    display: flex;
    gap: 15px;
    justify-content: center;
}


.mm-footer-lang a.active img {
    opacity: 1;
    box-shadow: 0 0 5px var(--color-yellow);
}

.mm-footer-book {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: var(--color-yellow);
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 13px;
}

/* List Items Styling */
.mm-listview>li {
    border-color: rgba(255, 255, 255, 0.03) !important;
}

.mm-listview>li a,
.mm-listview>li span {
    padding: 18px 25px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8) !important;
}

.mm-listview>li:hover>a {
    color: var(--color-yellow) !important;
}

.mm-navbar .mm-title {
    color: var(--color-yellow) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mm-prev:before,
.mm-next:after {
    border-color: var(--color-yellow) !important;
}

/* Initial hide of menu source (but allow mmenu to show it) */
body>#mobileMenu,
body>#mmenu-templates {
    display: none;
}

/* Force Mobile Toggle Visibility & Branding */
.hero-toggle {
    display: none;
    /* Desktop hide */
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 24px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
}

@media (max-width: 991px) {
    .hero-toggle {
        display: flex !important;
        position: relative;
    }
}

.hero-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f4c400 !important;
    /* Loop Moto Yellow */
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Hero Content Stability */
.hero-content {
    position: relative;
    z-index: 10;
}

/* Error Alert fixes */
.loopadv-form-alert.alert-error {
    background-color: #fceaea;
    color: #e53935;
    border: 1px solid #ffcdd2;
}

/* Success Modal Styles */
.lm-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lm-modal.active {
    opacity: 1;
    visibility: visible;
}

.lm-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.lm-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 450px;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.lm-modal.active .lm-modal-content {
    transform: translateY(0);
}

.lm-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
}

.lm-modal-close:hover {
    color: #333;
}

.lm-success-icon {
    font-size: 64px;
    color: #4CAF50;
    margin-bottom: 20px;
}

.lm-modal-body h3 {
    font-size: 24px;
    color: #1a3a3a;
    margin-bottom: 10px;
    font-weight: 700;
}

.lm-modal-body p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.lm-btn-primary {
    background: #f58220;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lm-btn-primary:hover {
    background: #e4751a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 130, 32, 0.3);
}

/* premium Flatpickr Theme for Loopmoto */
.flatpickr-calendar {
    background: #1a1a1a;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    border-radius: 12px;
    color: #fff;
    font-family: inherit;
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #1a1a1a;
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #333;
}

.flatpickr-months {
    background: #252525;
    border-radius: 12px 12px 0 0;
}

.flatpickr-month {
    color: #fff !important;
    fill: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-weight: 700;
}

.flatpickr-current-month input.cur-year {
    font-weight: 700;
}

.flatpickr-calendar .flatpickr-innerContainer {
    padding: 10px;
}

.flatpickr-weekday {
    color: #f58220 !important;
    font-weight: 700 !important;
}

.flatpickr-day {
    color: #eee;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.flatpickr-day:hover {
    background: #f58220 !important;
    border-color: #f58220 !important;
    color: #fff !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay:hover,
.flatpickr-day.selected.nextMonthDay:hover {
    background: #f58220 !important;
    border-color: #f58220 !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(245, 130, 32, 0.4);
}

.flatpickr-day.today {
    border-color: #f58220 !important;
    color: #f58220;
}

.flatpickr-day.today:hover {
    color: #fff;
}

/* Make past dates more legible but distinct */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(255, 255, 255, 0.15) !important;
    background: transparent !important;
    border-color: transparent !important;
    cursor: default;
}

.flatpickr-calendar.hasWeeks .flatpickr-weeks {
    border-bottom: 1px solid #333;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    color: #fff !important;
    fill: #fff !important;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #f58220 !important;
}

/* Motorbike Rental Page Grid & Pagination */
.hg-bike-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .hg-bike-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .hg-bike-grid {
        grid-template-columns: 1fr;
    }
}

/* Tour Listing Page Grid */
.lm-tour-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .lm-tour-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .lm-tour-grid {
        grid-template-columns: 1fr;
    }
}

.lm-tour-grid .lm-tour-card {
    height: 100%;
}

.lm-pagination {
    text-align: center;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.lm-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #1a1a1a;
    border: 1px solid #333;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 15px;
}

.lm-pagination .page-numbers:hover,
.lm-pagination .page-numbers.current {
    background: #f58220;
    border-color: #f58220;
    color: #fff;
    box-shadow: 0 5px 15px rgba(245, 130, 32, 0.3);
}

.lm-pagination .page-numbers.prev,
.lm-pagination .page-numbers.next {
    font-size: 12px;
}

.motorbike-rental-page .blog-hero-section {
    padding: 100px 0 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;

}

.motorbike-rental-page .blog-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.motorbike-rental-page .blog-hero {
    position: relative;
    z-index: 2;
}

/* Premium Scrollbar for Booking Sidebar */
#subtotal-dynamic-items {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
    margin-right: -4px;
    scrollbar-width: thin;
    scrollbar-color: #f4c400 rgba(0, 0, 0, 0.02);
}

#subtotal-dynamic-items::-webkit-scrollbar {
    width: 6px;
}

#subtotal-dynamic-items::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}

#subtotal-dynamic-items::-webkit-scrollbar-thumb {
    background: #f4c400;
    /* Loop Moto Yellow */
    border-radius: 10px;
    border: 2px solid #fff;
    /* Thin handle effect over white background */
}

#subtotal-dynamic-items::-webkit-scrollbar-thumb:hover {
    background: #d4ab00;
}

@media (max-width: 991px) {
    .hgfaq-sec .hgfaq-answer-inner {
        padding: 16px 16px 16px;
    }
}

@media (max-width: 767px) {
    .hgfaq-sec .hgfaq-answer-inner {
        padding: 14px 14px 14px;
    }
}

/* ==========================================================================
   Flatpickr Custom Theme
   ========================================================================== */
.flatpickr-calendar {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #1a1a1a;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: #f4c400;
    border-color: #f4c400;
    color: #000;
}

/* Fix Select2 Indentation & Appearance */
.select2-container--default .select2-selection--single {
    height: 48px !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding-left: 16px !important;
    padding-right: 35px !important;
    color: #171A1F !important;
    font-size: 15px !important;
    font-family: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6B7280 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    right: 10px !important;
}

.select2-container {
    width: 100% !important;
}

.booking-form-group {
    margin-bottom: 25px;
}

.booking-form-group label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #171A1F;
}

.booking-form-group label span {
    color: #ff4d4f;
}

.promo-input-group input.promo-control {
    color: #337ab7;
}

.booking-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.booking-form-group.half-width {
    width: 50%;
}

@media (max-width: 767px) {
    .booking-form-row {
        flex-direction: column;
        gap: 0;
    }

    .booking-form-group.half-width {
        width: 100%;
    }
}

select#pickup-location .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 0px !important;
}

main.motorbike-rental-page section.rental-hero {
    padding: 100px 0 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* -------------------------------------------------------------------------
   CONTENT TYPOGRAPHY (H2 - H5) & COLOR
   Applied to Blog Posts and Pages content area
------------------------------------------------------------------------- */
.blog-post-body {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
}

article.blog-post-card.blog-content-main .blog-post-body h2,
article.blog-post-card.blog-content-main .blog-post-body h3,
article.blog-post-card.blog-content-main .blog-post-body h4,
article.blog-post-card.blog-content-main .blog-post-body h5 {
    color: #1a1a1a;
    font-family: 'Plus Jakarta Sans', 'Inter', 'Outfit', sans-serif;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;

}

article.blog-post-card.blog-content-main h2 {
    font-size: 32px;
    border-left: 2px solid #F7C600;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

article.blog-post-card.blog-content-main .blog-post-body h3 {
    font-size: 26px;
}

article.blog-post-card.blog-content-main .blog-post-body h4 {
    font-size: 22px;
}

article.blog-post-card.blog-content-main .blog-post-body h5 {
    font-size: 18px;
}

/* Lists and paragraphs spacing */
article.blog-post-card.blog-content-main .blog-post-body p {
    margin-bottom: 1.5rem;
}


article.blog-post-card.blog-content-main .blog-post-body li {
    margin-bottom: 0.8rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    article.blog-post-card.blog-content-main .blog-post-body h2 {
        font-size: 26px;
        padding-left: 15px;
        border-left-width: 5px;
    }

    article.blog-post-card.blog-content-main .blog-post-body h3 {
        font-size: 22px;
    }

    article.blog-post-card.blog-content-main .blog-post-body h4 {
        font-size: 20px;
    }

    article.blog-post-card.blog-content-main .blog-post-body h5 {
        font-size: 17px;
    }

    article.blog-post-card.blog-content-main .blog-post-body {
        font-size: 15px;
    }
}


article.blog-post-card.blog-content-main .blog-detail-page .blog-content-section h2 {
    font-size: 26px;
    line-height: 32px;
    color: #1a1a1a;
    font-weight: 700;
    margin: 25px 0 12px 0;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}



/* Chi tiết tin */
.blog-content-main.blog-content-section .blog-post-body h2,
.blog-content-main.blog-content-section .blog-post-body h3,
.blog-content-main.blog-content-section .blog-post-body h4,
.blog-content-main.blog-content-section .blog-post-body h5 {
    color: #1a1a1a;
    font-family: 'Plus Jakarta Sans', 'Inter', 'Outfit', sans-serif;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 0px;
}

.blog-content-main.blog-content-section .blog-post-body h2 {
    font-size: 32px;
    border-left: 6px solid #F7C600;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.blog-content-main.blog-content-section .blog-post-body h3 {
    font-size: 26px;
}

.blog-content-main.blog-content-section .blog-post-body h4 {
    font-size: 22px;
}

.blog-content-main.blog-content-section .blog-post-body h5 {
    font-size: 18px;
}

/* Lists and paragraphs spacing */
.blog-content-main.blog-content-section .blog-post-body p {
    margin-bottom: 1.5rem;
}



.blog-content-main.blog-content-section .blog-post-body li {
    margin-bottom: 0.8rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    section.rental-detail-section .rental-detail-grid {
        padding-top: 50px;
    }

    .blog-content-main.blog-content-section .blog-post-body h2 {
        font-size: 26px;
        padding-left: 15px;
        border-left-width: 5px;
    }

    .blog-content-main.blog-content-section .blog-post-body h3 {
        font-size: 22px;
    }

    .blog-content-main.blog-content-section .blog-post-body h4 {
        font-size: 20px;
    }

    .blog-content-main.blog-content-section .blog-post-body h5 {
        font-size: 17px;
    }

    .blog-content-main.blog-content-section .blog-post-body {
        font-size: 15px;
    }
}


.blog-content-main.blog-content-section .blog-detail-page .blog-content-section h2 {
    font-size: 26px;
    line-height: 32px;
    color: #1a1a1a;
    font-weight: 700;
    margin: 25px 0 12px 0;
    font-family: 'Plus-Jakarta-Sans', sans-serif;
}

/*css call mobile*/
#button-contact-vr {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 99999;
}

/*phone*/
#button-contact-vr .button-contact {
    position: relative;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 60px;
    max-width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: fixed;
    bottom: 125px;
    right: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 50px 7px 15px;
    border-radius: 100px;
    white-space: nowrap;
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

@media(max-width: 736px) {
    .phone-bar {
        display: none;
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2ab540;
    background-color: #2ab540;
}

#contact-vr .phone-vr-img-circle {
    background-color: #2ab540;
}


/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

#button-contact-vr .button-contact {
    position: relative;
}

/* Label style */
#button-contact-vr .label {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

/* Hiển thị khi hover */
#button-contact-vr .button-contact:hover .label {
    opacity: 1;
    right: 60px;
    /* trượt nhẹ vào */
}


article.blog-post-card.blog-content-main .blog-post-body h2 span,
article.blog-post-card.blog-content-main .blog-post-body h3 span,
article.blog-post-card.blog-content-main .blog-post-body h4 span,
article.blog-post-card.blog-content-main .blog-post-body h5 span {
    color: #1a1a1a;
    font-family: 'Plus Jakarta Sans', 'Inter', 'Outfit', sans-serif;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}

article.blog-post-card.blog-content-main h2 span {
    font-size: 32px;
}

.desktop-only-header .header-label {
    font-size: 24px;
    font-weight: bold !important;
    color: #008d8d;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.blog-post-card table {
    width: 100%;
}

.blog-post-card table tr td {
    padding: 10px;
}

/* LM Custom Button Shortcode */
.lm-custom-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 36px !important;
    background: linear-gradient(135deg, #f4c400 0%, #e6a800 100%) !important;
    color: #111 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 99px !important;
    box-shadow: 0 4px 15px rgba(244, 196, 0, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 15px 0 !important;
}

.lm-custom-btn span {
    position: relative !important;
    z-index: 2 !important;
}

.lm-custom-btn::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent) !important;
    transition: 0.5s !important;
    z-index: 1 !important;
}

.lm-custom-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(244, 196, 0, 0.5) !important;
    background: linear-gradient(135deg, #e6a800 0%, #f4c400 100%) !important;
    color: #000 !important;
}

.lm-custom-btn:hover::before {
    left: 100% !important;
}

.lm-custom-btn:active {
    transform: translateY(-1px) !important;
}

/* Centering Wrapper for LM Button */
.lm-custom-btn-wrapper {
    text-align: center !important;
    width: 100% !important;
    margin: 25px 0 !important;
    display: block !important;
}

/* WhatsApp Tooltip Chat */
.vr-tooltip-chat {
    position: absolute;
    right: 11px;
    bottom: 110px;
    background: #ffffff;
    padding: 24px 20px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    white-space: nowrap;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    border: 1px solid #eeeeee;
}

.vr-tooltip-chat.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;
}

.vr-tooltip-chat::after {
    content: '';
    position: absolute;
    right: 38px;
    top: 100%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}

.vr-tooltip-close {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    color: #aaaaaa;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    transition: color 0.2s ease;
}

.vr-tooltip-close:hover {
    color: #ff4d4f;
}

@media (max-width: 767px) {
    .vr-tooltip-chat {
        right: 15px;
        bottom: 95px;
        padding: 20px 16px 16px;
        font-size: 14px;
    }

    .vr-tooltip-chat::after {
        right: 32px;
    }
}