/* Desktop header alignment */
.header_right_top .header_menu_top {
    white-space: nowrap;
}

.header_right_top .header_menu_top a {
    white-space: nowrap;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    background: #85c226;
    color: #fff;
    padding: 15px;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
}

.mobile-menu-toggle::before {
    content: '\2630';
    margin-right: 10px;
    font-size: 18px;
}

.mobile-menu-toggle::after {
    content: '\25BC';
    float: right;
    font-size: 12px;
}

.mobile-menu-toggle.active::after {
    content: '\25B2';
}

.mobile-nav {
    display: none;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav > ul > li {
    border-bottom: 1px solid #ddd;
}

.mobile-nav > ul > li > a {
    display: block;
    padding: 12px 15px;
    color: #838383;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    background: #e8e8e8;
}

.mobile-nav > ul > li > a:hover {
    background: #d8d8d8;
}

.mobile-nav .mobile-submenu {
    display: none;
    background: #fff;
    padding: 0;
}

.mobile-nav .mobile-submenu.active {
    display: block;
}

.mobile-nav .mobile-submenu li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav .mobile-submenu li a {
    display: block;
    padding: 10px 15px 10px 30px;
    color: #333;
    text-decoration: none;
    font-size: 11px;
    background: url(dot_list_menu_01_7x7.gif) no-repeat 15px center;
}

.mobile-nav .mobile-submenu li a:hover {
    background-color: #f5f5f5;
    background-image: url(dot_list_menu_01_7x7.gif);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.mobile-nav .has-submenu > a::after {
    content: '\25BC';
    font-size: 10px;
    float: right;
}

.mobile-nav .has-submenu.open > a::after {
    content: '\25B2';
}

.header_right {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px), (max-width: 1024px) and (orientation: landscape) {
    DIV#wrapper {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    DIV#header {
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    
    DIV#content {
        width: 100%;
        overflow-x: hidden;
    }
    
    .header_left {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .header_logo {
        margin-top: 5px !important;
        max-width: 100%;
        height: auto;
    }
    
    .header_right {
        width: 100%;
        float: none;
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .header_right_top {
        float: none;
        width: 100%;
        padding: 10px 0;
        height: auto;
    }
    
    .header_right_top > div {
        float: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .header_menu_top {
        float: none !important;
        padding: 5px 0 !important;
        background: none !important;
    }
    
    FORM.search-form {
        margin: 10px 0;
    }
    
    INPUT.search {
        width: 100%;
        max-width: 200px;
    }
    
    UL.header_menu {
        display: none !important;
    }
    
    .bg_bottom {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }
    
    DIV.content_left {
        width: 100%;
        float: none;
        padding: 10px;
        background: #f5f5f5;
        margin-bottom: 0;
        box-sizing: border-box;
        padding-bottom: 10px;
        order: 2;
    }
    
    DIV.content_right {
        width: 100%;
        float: none;
        padding: 10px;
        background: none;
        box-sizing: border-box;
        overflow: hidden;
        margin-top: 0;
        padding-bottom: 5px;
        order: 1;
        margin-bottom: 20px;
    }
    
    /* Content left styling */
    .box_luxu_cruise,
    .box_private {
        margin-bottom: 20px;
    }
    
    .bg_box_top,
    .bg_box_top_junk {
        width: 100%;
    }
    
    .box_top_bar,
    .box_top_junk_bar {
        width: 100%;
    }
    
    UL.luxu_list,
    UL.private_list {
        width: 100%;
        min-height: auto;
    }
    
    LI.compare_button,
    LI.compare_junk {
        text-align: left;
        padding-left: 15px !important;
        float: none !important;
        list-style: none !important;
        height: auto !important;
        margin-top: 5px;
        margin-right: 0 !important;
        position: static !important;
        width: auto !important;
    }
    
    LI.compare_button SPAN.compare_button_left {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    
    LI.compare_button SPAN.compare_button {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    
    LI.compare_junk {
        padding-left: 15px !important;
    }
    
    LI.compare_junk SPAN.compare_junk {
        background: none !important;
        height: auto !important;
        display: inline !important;
    }
    
    LI.compare_junk A.compare_junk {
        text-align: left !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    /* Extend background images full width */
    .box_top_bar_right,
    .box_top_junk_bar_right {
        width: 100% !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
    }
    
    .box_top_bar_left,
    .box_top_junk_bar_left {
        width: 100% !important;
    }
    
    .box_top_bar,
    .box_top_junk_bar {
        width: 100% !important;
    }
    
    DIV.bg_box_top,
    DIV.bg_box_top_junk {
        width: 100% !important;
    }
    
    UL.private_list {
        background-image: none !important;
        background-color: #f0f0f0 !important;
        width: 100% !important;
    }
    
    /* Content right styling */
    .tour_list_content_sub {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .tour_list_content_sub img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    .breadcrumbs {
        font-size: 11px;
        padding: 10px 0;
    }
    
    .breadcrumbs div {
        display: inline;
    }
    
    .breadcrumbs strong {
        display: block;
        margin-bottom: 5px;
    }
    
    DIV.footer_menu {
        height: auto;
        line-height: 1.5;
    }
    
    A.footer_menu {
        display: block;
        padding: 8px 0;
        background: none !important;
        border-bottom: 1px solid #666;
    }
    
    DIV#footer {
        background: url(https://indochinajunkcruises.com/images/4.GIF) repeat;
        margin-top: 15px;
    }
    
    DIV.footer_address {
        padding: 1px 10px;
    }
    
    .box_private iframe {
        width: 100%;
        height: 250px;
    }
    
    .box_private {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 769px) and (orientation: portrait), (min-width: 1025px) {
    .mobile-menu-toggle,
    .mobile-nav {
        display: none !important;
    }
}