/* --- 1. GLOBAL RESET --- */
body {
    background: #ffffff; 
    font: 400 1em/1.7 'Open Sans', Arial, Verdana, sans-serif;
    color: #444;
    margin: 0;
    padding: 0;
}

body p {
    margin-bottom: 25px;
    line-height: 1.8;
    word-wrap: break-word;
}

/* --- 3. THE FULL WIDTH SANDY AREA --- */
#footer {
    clear: both;
    width: 100% !important;
    margin: 50px 0 0 0 !important;
    padding: 60px 0 0 0 !important;
    border-top: 1px solid #e0e0e0;
    background: #f5f2ed url('images/background.jpg') repeat !important;
}

/* --- 4. THE CENTERED CONTENT + BIG DECORATIVE IMAGE --- */
#footer-inner {
    max-width: 1050px;
    margin: 0 auto !important;
    padding-bottom: 280px !important; /* Space for footer_bg.jpg */
    background: url('images/footer_bg.jpg') no-repeat bottom center !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    text-align: left !important;
}

/* LEFT SIDE: Links & Copyright */
#footer-inner p {
    flex: 1 !important;
    margin: 0 !important;
    padding-right: 40px !important; 
    float: none !important;
    color: #666;
    font-size: 13px;
    line-height: 2.2; 
    text-align: left !important;
}

#footer-inner p a {
    color: #333 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    text-transform: uppercase; 
    letter-spacing: 1.2px;      
    transition: color 0.2s ease;
    display: inline-block;
    margin-right: 8px;
}

#footer-inner p a:hover {
    color: #273c73 !important; 
}

#footer-inner p br {
    display: block;
    content: "";
    margin-top: 10px;
}

#footer-inner p span {
    display: block;
    margin-top: 15px;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: none;
}

/* --- 3a. AUTOMATIC DOT SEPARATORS --- */
#footer-inner p a::after {
    content: " \2022 "; 
    margin-left: 8px;
    color: #ccc;        
    font-weight: 300;   
}

#footer-inner p a:last-of-type::after {
    content: "" !important;
}

#footer-inner p a[href*="search.htm"]::after,
#footer-inner p a[href*="contact.htm"]::after {
    content: "" !important;
}

/* RIGHT SIDE: Logos */
.footer-logos {
    display: flex !important;
    gap: 20px; 
    float: none !important;
    margin: 0 !important;
    width: auto !important;
    height: 50px !important; 
    align-items: center !important;
}

.footer-logos a {
    text-indent: -9999px !important;
    display: block !important;
    width: 80px !important;  
    height: 50px !important; 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important; 
    transition: opacity 0.3s ease;
    opacity: 0.9;
}

.footer-logos a:hover {
    opacity: 1; 
}

.footer-logos a.agoda-my { 
    background-image: url('images/footer_logo_agoda.png') !important; 
}

.footer-logos a.rentalcars-my { 
    background-image: url('images/footer_logo_rentalcars.png') !important; 
}

.footer-logos a.klook-my { 
    background-image: url('images/footer_logo_klook.png') !important; 
}

/* --- KILL MOBILE ELEMENTS ON DESKTOP --- */
#mobile-top-bar, #mobile-menu-overlay {
    display: none !important;
}

@media (min-width: 766px) {
    #mobile-top-bar, 
    #mobile-menu-overlay, 
    .search-container {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        visibility: hidden !important;
    }

    #header { 
        margin-top: 0 !important; 
    }
}

/* --- WONDERFUL MALAYSIA UNIQUE HERO SECTION (TOP) --- */
.hero-wm-section {
    max-width: 1050px;
    margin: 20px auto 50px auto;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.hero-wm-intro h1 {
    color: #333;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.hero-wm-intro h1 strong {
    color: #273c73;
    font-weight: 800;
}

.hero-wm-intro p {
    font-size: 16px;
    color: #777;
    max-width: 700px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.hero-wm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 20px;
}

.hero-wm-card {
    background: transparent;
    border: none !important;
    text-align: left;
    padding: 0;
}

.hero-wm-card h3 {
    font-size: 16px;
    color: #273c73;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.hero-wm-card h3::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #eee;
    margin-left: 15px;
}

/* --- BOTTOM LINK LISTS --- */
.hero-wm-grid-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 0; 
    max-width: 1100px;
    margin: 50px auto;
}

.hero-wm-card-links {
    padding: 0 40px; 
    box-sizing: border-box;
    position: relative;
}

.hero-wm-card-links:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 15px !important;
    height: 85% !important;
    width: 1px !important;
    background: #eeeeee !important;
}

.hero-wm-card-links h3 {
    display: flex !important;
    align-items: center !important;
    color: #273c73 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    background: none !important;
}

.hero-wm-card-links h3::after {
    content: '' !important;
    flex: 1 !important;
    height: 1px !important;
    background: #f2f2f2 !important;
    margin-left: 15px !important;
}

.hero-list-links a {
    display: block !important;
    padding: 8px 0 !important; 
    color: #555 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    background-image: url('images/listarrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 9px !important;
}

.hero-list-links a.more-link {
    text-align: left !important;
    color: #aaaaaa !important;
    font-style: italic !important;
    background-image: none !important; 
    padding-top: 20px !important;
    font-size: 14px !important;
}

/* --- MAGAZINE SEO SECTION --- */
.seo-wm-magazine {
    max-width: 1050px;
    margin: 60px auto;
    padding: 0 20px;
    color: #444;
}

.seo-wm-header h2 {
    color: #333 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}

.seo-wm-header p {
    font-style: italic;
    color: #888;
    font-size: 16px;
    margin: 0 0 30px 0;
}

.seo-wm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.seo-wm-column h3 {
    display: flex !important;
    align-items: center !important;
    color: #273c73 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.seo-wm-column h3::after {
    content: '' !important;
    flex: 1 !important;
    height: 1px !important;
    background: #eeeeee !important;
    margin-left: 15px !important;
}

.seo-wm-text {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.seo-wm-text a {
    color: #0077cc;
    text-decoration: underline;
}

.seo-wm-tiktok-link {
    display: inline-flex !important;
    width: auto !important; 
    align-items: center !important;
    margin-top: 25px !important;
    padding: 10px 22px !important;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.seo-wm-tiktok-icon {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    fill: white;
    flex-shrink: 0;
}

.seo-wm-footer-note {
    margin-top: 40px;
    padding: 25px 0;
    border-top: 1px solid #eee;
    font-style: italic;
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    text-align: center;
}

/* --- MAGAZINE STYLE LATEST POSTS --- */
#latest-news-container.news-wm-wrapper {
    max-width: 1050px;
    margin: 60px auto;
    padding: 0 20px;
    background: transparent;
    border: none;
}

.news-wm-title {
    display: flex !important;
    align-items: center !important;
    color: #273c73 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 20px !important;
}

.news-wm-title::after {
    content: '' !important;
    flex: 1 !important;
    height: 1px !important;
    background: #eeeeee !important;
    margin-left: 15px !important;
}

.news-wm-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important; 
}

.news-wm-list li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

.news-wm-list li:last-child {
    border-bottom: none !important;
}

.news-wm-list li a {
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: flex-start !important; 
    padding: 15px 5px !important;
    transition: all 0.2s ease;
}

.news-wm-list li a::before {
    content: "\2014"; 
    margin-right: 15px;
    color: #0077cc;
    font-weight: bold;
    flex-shrink: 0; 
}

.news-wm-list li a:hover {
    color: #273c73 !important;
    background-color: #fafafa !important; 
    padding-left: 15px !important; 
}

/* --- MAGAZINE STYLE CHECKLIST --- */
.check-wm-container {
    max-width: 1050px;
    margin: 60px auto;
    padding: 0 20px;
    background: transparent;
    border: none;
}

.check-wm-title {
    display: flex !important;
    align-items: center !important;
    color: #273c73 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 30px !important;
}

.check-wm-title::after {
    content: '' !important;
    flex: 1 !important;
    height: 1px !important;
    background: #eeeeee !important;
    margin-left: 15px !important;
}

.check-wm-list {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 30px 50px; 
}

.check-wm-item {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.check-wm-icon {
    color: #273c73; 
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.check-wm-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.check-wm-text strong {
    color: #333;
    display: block;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 4px;
    font-weight: 700;
}

.check-wm-text a {
    color: #0077cc;
    text-decoration: underline;
    font-weight: 600;
}

.check-wm-text a:hover {
    color: #e68616;
}

/* --- SHARED MOBILE RESPONSIVENESS (PART 1) --- */
@media (max-width: 765px) {
    .hero-wm-grid, .hero-wm-grid-links, .seo-wm-grid, .check-wm-list {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }
    .seo-wm-text { text-align: left !important; }
    .hero-wm-card-links::after { display: none !important; }
    .hero-wm-card, .hero-wm-card-links {
        padding: 0 0 20px 0 !important;
        border-bottom: 1px solid #f2f2f2 !important;
    }
    .hero-wm-card:last-child, .hero-wm-card-links:last-child { border-bottom: none !important; }
    .seo-wm-tiktok-link { display: flex !important; justify-content: center; }
    .news-wm-list li a { font-size: 15px !important; padding: 12px 0 !important; }
}

/* --- MODERN SIDEBOX: DESKTOP STYLING --- */

/* 1. Reset the container to be clean and white */
.modern-sidebox {
    background: #ffffff !important;
    border: 1px solid #eeeeee !important; /* Light, elegant border */
    border-radius: 8px !important;
    padding: 25px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
    width: 370px !important; /* Matches your sidebar width */
    margin-bottom: 30px !important;
    box-sizing: border-box !important;
}

/* 2. Modern Header: Orange text with the signature horizontal line */
.modern-sidebox h3 {
    display: flex !important;
    align-items: center !important;
    background: none !important; /* Removes the old green background */
    color: #273c73 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* The signature line next to the title */
.modern-sidebox h3::after {
    content: '' !important;
    flex: 1 !important;
    height: 1px !important;
    background: #eeeeee !important;
    margin-left: 15px !important;
}

/* 3. List Cleanup */
.modern-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.modern-list li {
    position: relative !important;
    border-bottom: 1px solid #f9f9f9 !important;
    padding: 10px 0 10px 25px !important; /* Space for the bullet */
    font-size: 14px !important;
    line-height: 1.6 !important;
    float: none !important; /* Kills the old desktop float */
    width: 100% !important;
}

.modern-list li:last-child {
    border-bottom: none !important;
}

/* 4. THE CSS BULLETS (Replacing the GIFs) */
.modern-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 18px !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
}

/* Bullet Colors */
.guidebook-icons li.orange::before { background-color: #F8941D !important; }
.guidebook-icons li.pink::before   { background-color: #E91E63 !important; }
.guidebook-icons li.blue::before   { background-color: #2196F3 !important; }
.guidebook-icons li.green::before  { background-color: #4CAF50 !important; }
.guidebook-icons li.grey::before   { background-color: #9E9E9E !important; }
.guidebook-icons li.purple::before { background-color: #9C27B0 !important; }
.guidebook-icons li.yellow::before { background-color: #FFC107 !important; }

/* Booking Section Bullet (Thumbs up replacement) */
.check-list li::before {
    background-color: #273c73 !important; /* Or use a checkmark color */
}

/* 5. Link Styling */
.modern-list li a {
    color: #444 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.modern-list li a:hover {
    color: #273c73 !important;
    text-decoration: underline !important;
}

/* --- MODERN H1 REFINEMENT (Desktop) --- */
h1 {
    font-family: 'Open Sans', Arial, sans-serif !important; /* Clean, modern choice */
    font-size: 32px !important;       /* Reduced from likely 40px+ */
    font-weight: 700 !important;      /* Bold but not chunky */
    color: #333333 !important;        /* Deep charcoal, softer than pure black */
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important; /* Tighter modern look */
    margin-bottom: 25px !important;
    text-transform: none !important;  /* Keep it natural casing unless you prefer CAPS */
}

/* Optional: If you want that signature orange accent on the H1 too */
h1 span.highlight {
    color: #273c73 !important;
}

/* --- MODERN ARTICLE LAYOUT (Desktop) --- */

/* Breadcrumb: Clean and modern */
#breadcrumb {
    background: #f9f9f9 !important;
    border: none !important;
    padding: 10px 15px !important;
    border-radius: 4px;
    margin-bottom: 20px !important;
}

/* Post Container: Remove the old beige border */
.post {
    border: none !important;
    background: #fff !important;
    padding: 0 !important; /* We will use post-text for padding */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

.post-text {
    padding: 30px !important;
}

/* Fix the Title (H1) - Removed the blue background and fixed width */
.post h1 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 34px !important;
    color: #333 !important;
    background: transparent !important; /* Gone is the blue bar */
    padding: 0 0 15px 0 !important;
    width: 100% !important; /* Fixes the break */
    margin: 0 0 20px 0 !important;
    border-bottom: 3px solid #273c73 !important;
}

/* Headlines */
.post h2 {
    font-size: 24px !important;
    color: #222 !important;
    background: transparent !important;
    width: 100% !important;
    margin: 40px 0 20px 0 !important;
    padding: 0 !important;
}

.post h3 {
    font-size: 20px !important;
    color: #444 !important;
    padding: 0 !important;
    margin: 25px 0 15px 0 !important;
}

/* Universal 2-Column List Fix (Jump Menu & Hotels) */
#double, #hoteldouble, #restaurantdouble, #listarrowdouble {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* Perfect 2 columns */
    gap: 10px 20px !important;
    list-style: none !important;
    padding: 20px !important;
    background: #fcfcfc;
    border-radius: 6px;
    margin: 20px 0 !important;
}

#double li, #hoteldouble li {
    width: 100% !important; /* Overrides the 43% */
    float: none !important;
    padding: 5px 0 5px 25px !important;
    background-position: 0 10px !important; /* Aligns icons */
}

/* --- ARTICLE TYPOGRAPHY & ALIGNMENT --- */

/* Aligning all content to the same vertical "start" line */
.post-text {
    padding: 30px 40px !important;
}

.post p, .post blockquote, .post ul, .post ol {
    margin-left: 0 !important; /* Removes the "pushed-in" look */
    margin-right: 0 !important;
    padding-left: 0 !important;
}

/* H1: Smaller for long titles, consistent alignment */
.post h1 {
    font-size: 28px !important; /* Reduced from 34px */
    line-height: 1.3 !important;
    padding: 0 0 15px 0 !important;
    margin: 0 0 25px 0 !important;
}

/* Content Readability */
.post p {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important; /* Increased for better reading */
    color: #444 !important;
}

/* Ensure images match content width */
.post img {
    max-width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
    display: block !important;
}

/* --- MODERNIZED LIST SECTIONS --- */

/* Base style for all list containers (Hotels, Pages, Restaurants, etc.) */
.post ul.pages, 
.post ul.hotelbed, 
.post ul.restaurant {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* 2 Columns on Desktop */
    gap: 8px 30px !important;
    background: #fdfdfd !important; /* Very subtle grey, almost white */
    border: 1px solid #f0f0f0 !important;
    padding: 20px !important;
    border-radius: 6px !important;
    list-style: none !important;
    margin: 25px 0 !important;
}

/* Aligning the text with the icons */
.post ul.pages li, 
.post ul.hotelbed li, 
.post ul.restaurant li {
    float: none !important;
    width: 100% !important;
    padding: 4px 0 4px 30px !important; /* Left padding for icon */
    background-position: 0 50% !important; /* Centers the icon vertically */
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important; /* Modern vertical centering */
}

/* Links inside these lists */
.post ul li a {
    color: #0077cc !important; /* Your signature blue */
    text-decoration: none !important;
    font-weight: 600 !important;
}

.post ul li a:hover {
    text-decoration: underline !important;
}

/* --- TABLE OF CONTENTS (On This Page) --- */

/* The Container Box */
.toc-container {
    background: #fdfdfd !important;
    border: 1px solid #eeeeee !important;
    border-radius: 6px !important;
    padding: 20px !important;
    margin: 30px 0 !important;
    display: block !important; /* Changed from inline-block to block */
    width: 100% !important;    /* Always matches the content width */
    box-sizing: border-box !important;
}

/* The Title inside the Box */
.toc-container h4 {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: none !important; /* Removes old background images */
}

/* The List Grid */
.toc-container ul.pages {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 30px !important; /* Zero vertical gap */
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important; /* Remove individual UL background */
    border: none !important;
}

/* Fixing the Icon Alignment */
.toc-container ul.pages li {
    padding: 2px 0 2px 25px !important; /* Tighter vertical spacing */
    margin: 0 !important;
    /* Swapping to the orange arrow icon */
    background: url('images/listarrow.png') no-repeat 0 50% !important;
    background-size: 10px auto !important; 
    background-position: 0 8px !important; /* Manually positioning the arrow by pixels */
    line-height: 1.6 !important;
}

.toc-container ul.pages li a {
    font-size: 14px !important;
    font-weight: 400 !important; /* Regular font weight */
    color: #273c73 !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* --- HOTEL & RESTAURANT LISTS (Regular Weight) --- */
.post ul.hotelbed, 
.post ul.restaurant {
    font-weight: 400 !important; /* Forces Regular weight */
}

.post ul.hotelbed li, 
.post ul.restaurant li {
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #555 !important;
    padding: 6px 0 6px 35px !important; /* Balanced vertical padding */
    /* Adjusting 55% nudges the icon slightly DOWN to meet the text */
    background-position: 0 55% !important; 
    line-height: 1.5 !important;
}

.post ul.hotelbed li a, 
.post ul.restaurant li a {
    font-weight: 400 !important; /* Ensures the links aren't bold either */
    color: #0077cc !important;
}

/* --- CHECKLIST / LISTING STYLE --- */
.post ul.listing {
    list-style: none !important;
    margin: 20px 0 20px 0 !important;
    padding: 0 !important;
}

.post ul.listing li {
    padding: 8px 0 8px 35px !important; 
    line-height: 1.7 !important;
    font-weight: 400 !important;
    color: #444 !important;
    /* 0 is left, 10px is the distance from the top */
    background: url('images/tick.png') no-repeat 0 16px !important;
    background-size: 14px auto !important;
}

.subscribe-title {
    background: #f9f9f9 !important;
    border-top: 2px solid #273c73 !important;
    padding: 25px !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    text-align: center !important;
    margin-top: 40px !important;
    font-weight: 400 !important;
}

.subscribe-title a {
    color: #0077cc !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* --- MODERN POST FOOTER (Wonderful Malaysia Edition) --- */
.foot-wm-box {
    clear: both;
    text-align: center;
    background-color: #fdfdfd; 
    padding: 40px 20px;
    margin: 50px 0 20px 0;
    border: 1px solid #eeeeee;
    border-radius: 12px;
}

.foot-wm-title {
    color: #273c73 !important; /* Your signature blue */
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    background: none !important; /* Clear any old background images */
    padding: 0 !important;
}

.foot-wm-links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}

.foot-wm-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    color: #444 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.foot-wm-link:hover {
    background-color: #333;
    color: #ffffff !important;
    border-color: #333;
    transform: translateY(-2px);
}

.foot-wm-link-highlight {
    border-color: #0077cc;
    color: #0077cc !important;
}

.foot-wm-link-highlight:hover {
    background-color: #0077cc;
    border-color: #0077cc;
    color: #ffffff !important;
}

.foot-wm-subtext {
    display: block;
    margin-top: 25px;
    font-size: 15px;
    color: #777;
    font-style: italic;
}

/* Mobile Tweak */
@media (max-width: 600px) {
    .foot-wm-title { font-size: 20px !important; }
    .foot-wm-links-container { gap: 8px; }
    .foot-wm-link { padding: 8px 15px; font-size: 13px; }
}

/* --- FOOTER TITLE RESET --- */

.foot-wm-box h3.foot-wm-title {
    margin-top: 0 !important;      /* Removes the huge gap at the top */
    padding-top: 0 !important;     /* Removes internal top padding */
    background: none !important;    /* Ensures no old background images appear */
    display: block !important;
    width: 100% !important;        /* Ensures it stays centered */
    border: none !important;       /* Removes any old border lines */
}

/* Adjust the box padding if the whole box still feels too tall */
.foot-wm-box {
    padding: 30px 20px !important; /* Slightly tighter top/bottom padding */
}

/* --- 2026 SLEEK SPOTLIGHT BOX --- */
.sideboxspotlight {
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important; /* Consistent with your grid thumbnails */
    margin-bottom: 30px !important;
    padding: 20px !important; 
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.sideboxspotlight h3 {
    display: flex !important;
    align-items: center !important;
    background: none !important; 
    color: #273c73 !important; /* Modernized to Blue */
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}

/* The signature line next to the "Spotlight" title */
.sideboxspotlight h3::after {
    content: '' !important;
    flex: 1 !important;
    height: 1px !important;
    background: #eeeeee !important;
    margin-left: 15px !important;
}

.sideboxspotlight p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #555 !important;
}

/* Ensure images inside spotlight (from the PHP random script) look modern */
.sideboxspotlight img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 4px !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
}

/* --- SIDEBAR PAGE LIST STYLING (Bullet-Proof Version) --- */

.modern-sidebox ul.pageslist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.modern-sidebox ul.pageslist li {
    /* 1. Kill the old background bullet/diamond icon */
    background: none !important; 
    list-style-type: none !important;
    
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

.modern-sidebox ul.pageslist li a {
    display: flex !important;           /* Magic fix for alignment */
    align-items: center !important;     /* Centers arrow and text vertically */
    padding: 10px 0 !important;
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    background: none !important;
}

/* 2. Using a "Safe" CSS-only Arrow (No special characters) */
.modern-sidebox ul.pageslist li a::before {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-top: 2px solid #273c73 !important;
    border-right: 2px solid #273c73 !important;
    transform: rotate(45deg) !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;          /* Prevents arrow from squishing */
    
    /* Manual micro-nudge: If it STILL looks 1px off, adjust this 1px up/down */
    margin-top: 0px !important; 
}

/* 3. Hover Interaction */
.modern-sidebox ul.pageslist li a:hover {
    color: #273c73 !important;
    padding-left: 5px !important;
}

/* --- CLEAN EVENTS LIST --- */

.post ul.events {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 30px 0 !important; /* Space after the list before the next H2 */
    display: flex !important;
    flex-direction: column !important; /* Stack them vertically */
    gap: 10px !important;
    clear: both !important; /* Forces the list to stay below the H2 */
}

.post ul.events li {
    background: #fdfdfd !important;
    border: 1px solid #f0f0f0 !important;
    border-left: 4px solid #273c73 !important; /* Signature blue accent */
    padding: 12px 15px !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    color: #444 !important;
    line-height: 1.5 !important;
    /* This ensures the icon/bullet doesn't show up */
    background-image: none !important;
}

/* Style for the links within events */
.post ul.events li a {
    color: #0077cc !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.post ul.events li a:hover {
    text-decoration: underline !important;
}

/* Ensure H2s don't "float" up into the lists */
.post h2 {
    clear: both !important;
    margin-top: 40px !important;
}

/* --- MODERN HIGHLIGHTS GRID --- */

.shoppingmalls {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* 4 items per row */
    gap: 20px !important;
    margin: 20px 0 40px 0 !important;
    clear: both !important;
}

/* Container for each highlight item */
.shoppingmalls .theme1, 
.shoppingmalls .theme2 {
    float: none !important; /* Kill the old float */
    width: 100% !important;  /* Let the grid control width */
    margin: 0 !important;
    text-align: center !important;
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

/* Hover effect for the cards */
.shoppingmalls .theme1:hover, 
.shoppingmalls .theme2:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    border-color: #273c73 !important;
}

/* Style the images */
.shoppingmalls img {
    width: 100% !important;
    height: 120px !important; /* Forces consistent height */
    object-fit: cover !important; /* Crops images to fit without stretching */
    display: block !important;
    border-bottom: 1px solid #eeeeee !important;
}

/* Style the labels/titles */
.shoppingmalls p {
    margin: 0 !important;
    padding: 10px 5px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.shoppingmalls p a {
    color: #444 !important;
    text-decoration: none !important;
}

.shoppingmalls .theme1:hover p a, 
.shoppingmalls .theme2:hover p a {
    color: #273c73 !important;
}

/* --- MOBILE RESPONSIVENESS --- */

@media (max-width: 900px) {
    .shoppingmalls { grid-template-columns: 1fr 1fr 1fr !important; } /* 3 per row */
}

@media (max-width: 650px) {
    .shoppingmalls { grid-template-columns: 1fr 1fr !important; } /* 2 per row */
}

/* --- CLEAN MULTI-COLUMN LISTS (No Boxes) --- */

.post ul.hospitals, 
.post ul.pages {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* Forces 2 columns */
    gap: 0 40px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 40px 0 !important; /* 40px bottom margin for breathing room */
    background: none !important;      /* Removes any accidental box backgrounds */
    border: none !important;          /* Removes any accidental box borders */
    box-shadow: none !important;      /* Removes any accidental box shadows */
    clear: both !important;
}

/* 2. Private Hospitals Style (Using hospitals.jpg) */
.post ul.hospitals li {
    float: none !important;
    width: 100% !important;
    padding: 8px 0 8px 35px !important;
    background: url('images/hospitals.jpg') no-repeat 0 10px !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 15px !important;
    color: #666 !important;
    border-bottom: 1px solid #f9f9f9 !important;
}

/* 3. More Pages Style (Using listarrow.gif) */
.post ul.pages li {
    float: none !important;
    width: 100% !important;
    padding: 8px 0 8px 25px !important; /* Slightly less padding for a smaller arrow */
    background: url('images/listarrow.png') no-repeat 0 12px !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 15px !important;
    border-bottom: 1px solid #f9f9f9 !important;
}

.post ul.pages li a {
    color: #0077cc !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.post ul.pages li a:hover {
    text-decoration: underline !important;
    color: #333 !important;
}

/* Mobile: Drop to 1 column */
@media (max-width: 600px) {
    .post ul.hospitals, .post ul.pages {
        grid-template-columns: 1fr !important;
    }
}

/* --- FULL WIDTH CONTENT IMAGES --- */

img.centerednbg {
    display: block !important;
    width: 100% !important;      /* Forces it to fill the 670px container */
    max-width: 100% !important;  /* Ensures it never overflows on mobile */
    height: auto !important;     /* Maintains aspect ratio (prevents stretching) */
    margin: 30px auto !important; /* Centers it and adds breathing room top/bottom */
    padding: 0 !important;
    border: none !important;
    
    /* Optional: Add a very subtle rounding to match your new "modern" theme */
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
}

/* Fix for any images wrapped in <p> tags that might cause weird alignment */
.post-text p img.centerednbg {
    margin: 10px 0 !important;
}

/* --- CLEAN LISTARROW (No Box, Full Transparency) --- */
.post ul.listarrow {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px 40px !important;
    background: none !important; /* Forces the box background away */
    border: none !important;     /* Forces the border away */
    padding: 0 !important;        /* Removes the internal box padding */
    margin: 25px 0 40px 0 !important;
    list-style: none !important;
    box-shadow: none !important;
}

.post ul.listarrow li {
    display: block !important;    /* Changed from flex to block for long text */
    float: none !important;
    width: 100% !important;
    padding: 0 0 12px 30px !important; 
    background: url('images/listarrow.png') no-repeat 0 5px !important; /* Icon stays at top-left */
    font-size: 15px !important;
    line-height: 1.7 !important;  /* Maximum readability for long advice text */
    color: #555 !important;
    border: none !important;
}

/* Mobile Fix for the long text list */
@media (max-width: 768px) {
    .post ul.listarrow {
        grid-template-columns: 1fr !important;
    }
}

/* --- MODERN AIRLINES GRID --- */

.airlines {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* 3 airlines per row */
    gap: 20px !important;
    margin: 30px 0 !important;
    clear: both !important;
}

/* Individual Airline Card */
.airlines .theme1, 
.airlines .theme2 {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 8px !important;
    padding: 15px !important;
    transition: all 0.3s ease !important;
}

.airlines .theme1:hover, 
.airlines .theme2:hover {
    border-color: #273c73 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    transform: translateY(-3px) !important;
}

/* Logo Styling */
.airlines img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
    /* Optional: Makes logos look uniform until hovered */
    filter: grayscale(20%) opacity(0.8); 
    transition: all 0.3s ease;
}

.airlines .theme1:hover img, 
.airlines .theme2:hover img {
    filter: grayscale(0%) opacity(1);
}

/* Airline Name Label */
.airlines p {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.airlines p a {
    color: #555 !important;
    text-decoration: none !important;
}

.airlines .theme1:hover p a, 
.airlines .theme2:hover p a {
    color: #273c73 !important;
}

/* Mobile: 2 columns for phones */
@media (max-width: 500px) {
    .airlines {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* --- RECOMMENDED PARTNERS BOX --- */

.adv2.melding2 {
    background: #fcfcfc !important;
    border: 1px solid #eeeeee !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin: 30px 0 !important;
    text-align: center !important;
    clear: both !important;
}

/* The "We recommend" Heading */
.adv2.melding2 h4 {
    margin: 0 0 20px 0 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #888 !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
}

/* The Logo Grid */
.adv2.melding2 ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 20px !important;
}

.adv2.melding2 ul li {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 1 auto !important;
}

/* Logo Images */
.adv2.melding2 img {
    display: block !important;
    max-width: 145px !important;
    height: auto !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
    /* Keeps all logos looking consistent */
    filter: brightness(1.02) contrast(0.95);
}

/* Hover Effect */
.adv2.melding2 a:hover img {
    border-color: #273c73 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
}

/* Mobile: Stack 2 by 2 on small screens */
@media (max-width: 600px) {
    .adv2.melding2 ul {
        gap: 15px !important;
    }
    .adv2.melding2 img {
        max-width: 130px !important;
    }
}

/* --- SITEMAP BOXES --- */
.sitemap-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin: 30px 0 !important;
}

.sitemap-box {
    background: #fff !important;
    border: 1px solid #eee !important;
    padding: 20px !important;
    border-radius: 8px !important;
}

.sitemap-box h3 {
    border-bottom: 2px solid #273c73 !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

.sitemap-box ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sitemap-box li {
    margin-bottom: 8px !important;
}

.sitemap-box li a {
    text-decoration: none !important;
    color: #666 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
}

/* THE FIX: Use CSS hex code for the arrow to avoid UTF8 issues */
.sitemap-box li a::before {
    content: "\203A" !important; /* This is the '>' symbol in CSS code */
    color: #0077cc !important;
    font-weight: bold !important;
    margin-right: 10px !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.sitemap-box li a:hover {
    color: #273c73 !important;
    text-decoration: underline !important;
}

/* --- WONDERFUL MALAYSIA FEATURED IMAGE HEADER --- */

.hdr-wm-featured-container {
    width: 100%;
    clear: both;
    margin: 20px 0; /* Adds space above and below the image area */
}

/* This part ensures it matches your menu width (1140px) */
.hdr-wm-centered {
    max-width: 1140px; 
    margin: 0 auto; 
    padding: 0;
}

.hdr-wm-featured-wrapper {
    width: 100%;
    height: 600px; /* Increased height for a more cinematic look */
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.hdr-wm-featured-img {
    width: 100% !important;
    height: 100% !important;
    /* This crops the sides to maintain the 600px height */
    object-fit: cover !important; 
    object-position: center center !important;
    display: block;
    border: none !important;
}

/* Mobile Fix: Make it shorter on phones so people don't have to scroll forever */
@media (max-width: 1140px) {
    .hdr-wm-centered {
        width: 100%;
        padding: 0 10px; /* Adds a little breathing room on tablets */
    }
    .hdr-wm-featured-wrapper {
        height: 400px; 
    }
}

@media (max-width: 768px) {
    .hdr-wm-featured-wrapper {
        height: 250px;
    }
}

/* 
--- TOP MENU UPDATES ---
.top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.top-menu li.list {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

.top-menu li.list:last-of-type {
    border-right: none;
}

.top-menu .social-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.top-menu .social-item a {
    display: block;
    width: 22px; 
    height: 22px;
    text-indent: -9999px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: transform 0.2s ease-in-out;
}

.top-menu .social-item a:hover {
    transform: scale(1.2);
}

.sc-fb  { background-image: url('images/social/fb.png'); }
.sc-tw  { background-image: url('images/social/x-twitter.png'); }
.sc-yt  { background-image: url('images/social/youtube.png'); }
.sc-ins { background-image: url('images/social/instagram.png'); }
.sc-tk  { background-image: url('images/social/tik-tok.png'); }
*/

/* --- SLEEK MINIMALIST NAV --- */
#wm-sleek-nav {
    width: 1140px;
    margin: 0 auto 0 auto !important; /* 1. Lifts the entire bar 3px HIGHER */
    background: #ffffff; 
    border-bottom: 1px solid #eee; 
    position: relative;
    z-index: 1000;
}

.sleek-menu {
    display: flex;
    justify-content: center; 
    list-style: none;
    margin: 0;
    /* 2. Adds 10px breathing room on the far left and right of the menu strip */
    padding: 0 10px !important; 
}

.sleek-menu > li {
    position: relative;
}

.sleek-menu > li > a {
    display: block;
    /* 3. Balanced padding for vertical centering */
    padding: 20px 25.2px 30px 25.2px !important;
    color: #444; 
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
    
    /* 4. Reduced from 15px to 14px to match WPMU exactly */
    font-size: 13.8px !important;
    
    font-weight: 500 !important; 
    text-transform: uppercase;
    letter-spacing: 0.6px !important; 
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1 !important; /* Forces the letter to sit exactly in its box */
    transition: all 0.3s ease;
    position: relative;
}

/* Hover Accent Line */
.sleek-menu > li > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #222222; 
    transition: width .3s;
    bottom: 0; 
    left: 0;
}

.sleek-menu > li:hover > a:after {
    width: 100%;
}

.sleek-menu > li:hover > a {
    color: #000;
}

/* --- THE INDEPENDENT BOTTOM LINE --- */
/* This draws the line without pushing any other elements */
#wm-sleek-nav::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px; /* Sits at the very bottom edge */
    height: 1px;
    background-color: #eeeeee !important;
    z-index: 1001; /* Sits slightly above the nav background */
    pointer-events: none; /* Ensures it doesn't interfere with clicks */
}

/* Ensure the parent container can hold an absolute child */
#wm-sleek-nav {
    position: relative !important;
    border-bottom: none !important; /* Remove any failing border-bottom */
}

/* --- DROP-DOWN BASE (HIDDEN STATE) --- */
.sleek-dropdown {
    display: none; /* Keep hidden by default */
    position: absolute;
    top: 100%;
    left: 0;
    width: 850px; 
    background: #fff;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 9999;
    gap: 40px;
    border-top: 1px solid #f9f9f9;
}

/* --- THE TRIGGER: SHOW AS FLEX ON HOVER --- */
.sleek-menu > li:hover .sleek-dropdown {
    display: flex; /* Only triggers flex layout when hovered */
}

/* Ensure last items grow leftward to avoid screen cutoff */
.sleek-menu > li.align-right .sleek-dropdown {
    left: auto;
    right: 0;
}

.sleek-dropdown .column {
    flex: 1; 
    min-width: 0;
}

/* Brighter/Darker Headers */
.sleek-dropdown h3, 
.sleek-dropdown h3 a {
    /* The WPMU 'Leading' Header */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.sleek-dropdown h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

/* Link Spacing and Style */
.sleek-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sleek-dropdown ul li a {
    /* The Tight Link List */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    color: #666 !important; /* WPMU standard grey */
    line-height: 1.3 !important;
    padding: 3px 0 !important; /* Slightly more vertical breathing room */
    display: block !important;
    
    /* THE SMOOTHNESS: Required for the nudge to slide */
    transition: all 0.2s ease-in-out !important; 
}

.sleek-dropdown ul li a:hover {
    color: #000000 !important; /* Sharp black snap */
    padding-left: 6px !important; /* The precise WPMU nudge distance */
    text-decoration: none !important;
    background: transparent !important;
}

/* Handling the 20-link list */
.long-list {
    column-count: 1; 
}

/******************************************************************
 * 2026 SLEEK REDESIGN - 1140px LAYOUT (FINAL MASTER CONSOLIDATED)
 ******************************************************************/

/* --- MASTER WRAPPER --- */
#container {
    width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
}

/* --- THE CONTENT PANE (Left Alignment Fix) --- */
#content {
    width: 810px !important; 
    float: left !important;
    padding: 0 !important; 
    /* The -1px nudge aligns the first thumbnail with the header image */
    margin: 0 0 0 -1px !important;
    box-sizing: border-box !important;
    clear: none !important;
}

/* --- THE SIDEBAR (Right) --- */
#aside, #sidebar {
    width: 300px !important;
    float: right !important;
    /* Changed from 0 to 20px top margin */
    margin: 20px 0 0 0 !important; 
    padding: 0 !important;
    box-sizing: border-box !important;
    clear: none !important;
    overflow: hidden !important;
    position: relative !important;
}

#aside img, #aside .sidebox, #aside .widget, #aside .sideboxspotlight, #aside .textwidget {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    display: block !important;
}

/* --- THE RESET --- */
#container:after {
    content: "";
    display: table;
    clear: both;
}

/* --- GLOBAL POST TYPOGRAPHY --- */
.post {
    width: 100% !important;
    clear: both !important;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

/* --- FINAL REFINED POST COLUMNS --- */

/* 1. THE GRID: Perfectly aligned, no sidebar overlap */
#content .columns {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 840px !important; 
    width: 100% !important;
    gap: 30px !important;
    margin: 40px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 2. THE COLUMN: Tight vertical spacing */
#content .post-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important; /* FORCES everything to the left edge */
    height: auto !important;
    min-height: 0 !important; /* KILLS THE HUGE GAP */
    margin-bottom: 30px !important;
    overflow: visible !important;
}

/* 3. THUMBNAILS: Fixes the 5px right-shift */
#content .post-column a:first-child { 
    width: 100% !important; /* Ensures the link wrapper doesn't shift */
    margin: 0 !important;
}

#content .post-column img.post-thumb {
    width: 100% !important;
    height: 160px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    margin: 0 0 15px 0 !important; /* Reset all margins to 0 except bottom */
    display: block !important;
}

/* 4. TITLES: Clean WPMU Blue */
#content .post-column h3 {
    color: #273c73 !important;
    font-family: 'Oswald', sans-serif !important; 
    font-size: 19px !important;
    text-transform: uppercase !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* 5. DESCRIPTION: Tightened line height and font */
#content .post-column p {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #444 !important;
    margin: 0 0 10px 0 !important; /* Reduced bottom margin */
    height: auto !important;
    flex-grow: 0 !important; /* STOPS the text from pushing the button down */
}

/* 6. READ MORE: Tucked neatly under the text */
#content .post-column a.post-column-read {
    display: inline-block !important;
    margin: 0 !important; /* Removes the 'auto' that caused the gap */
    padding-top: 5px !important; /* Minimal breathing room under text */
    color: #273c73 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    text-decoration: none !important;
    background: transparent !important;
}

#content .post-column a.post-column-read:hover {
    text-decoration: underline !important;
    color: #222 !important;
}

/* --- FOOTER & PAGINATION --- */
.pagination {
    clear: both !important;
    display: block !important;
    width: 100% !important;
    padding-top: 15px !important;
}

#footer {
    clear: both !important;
}

/* --- MISC TYPOGRAPHY --- */
h2.post-title, h2.title_welcome, h2.title_link {
    font-family: 'Oswald', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}

/* --- MODERN PAGINATION --- */
.pagetitle {
    text-align: center; 
    font-family: 'Oswald', sans-serif;
    font-size: 22px; 
    padding: 30px 0; 
    color: #444;
    text-transform: uppercase;
}

ul.pagination {
    clear: both !important; 
    list-style: none !important;
    padding: 40px 0 !important; 
    margin: 0 !important;
    display: flex !important; /* Switch to flex for perfect alignment */
    flex-wrap: wrap;
    gap: 8px; /* Consistent spacing between items */
}

ul.pagination li {
    float: none !important; /* Kill the old floats */
    display: inline-block !important;
}

/* Base style for all links and the "..." dots */
ul.pagination a, 
ul.pagination span.current-page {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 35px;
    padding: 0 10px !important;
    border-radius: 4px !important;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

/* The Inactive/Standard Buttons */
ul.pagination a {
    background: #f4f4f4 !important;
    color: #666 !important;
    border: 1px solid #ddd !important;
}

/* The Hover State */
ul.pagination a:hover {
    background: #273c73 !important;
    color: #fff !important;
    border-color: #273c73 !important;
}

/* The Current Page (Active) */
ul.pagination .current-page {
    background: #333 !important; /* Dark grey/black for the active page */
    color: #fff !important;
    border: 1px solid #333 !important;
}

/* Styling the "..." dots */
ul.pagination span.current-page:not(:first-child):not(.active) {
    background: transparent !important;
    color: #999 !important;
    border: none !important;
    cursor: default;
}

/* Specific fix for the "Next" button to make it stand out slightly */
ul.pagination li:last-child a {
    padding: 0 15px !important;
    background: #fff !important;
    color: #0077cc !important;
    border: 1px solid #0077cc !important;
}

ul.pagination li:last-child a:hover {
    background: #273c73 !important;
    color: #fff !important;
}

/* --- 1. THE CONTAINER BOX RESET --- */
.post:has(.pagesBox) {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
}

/* --- 2. MODERN TITLE (REPLACES OLD IMAGE) --- */
.post h2.title_link {
  width: 100% !important;
  height: auto !important;
  background: none !important; /* Kills the title_link.gif */
  text-indent: 0 !important;   /* Makes text visible again */
  padding: 0 0 15px 0 !important;
  margin: 0 !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #222 !important;
  border-bottom: 2px solid #273c73 !important; /* Blue underline accent */
}

/* --- 3. THE LISTS (NO ORANGE) --- */
.pagesBox, .allpagesBox {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

ul.pageslist, ul.allpageslist {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.pagesBox li, .allpagesBox li {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #eeeeee !important;
}

/* Kills the tan zebra-striping from 'last' items */
.pagesBox li.last, .allpagesBox li.last {
  background: #ffffff !important;
}

/* --- 4. THE LINKS (THE ORANGE KILLER) --- */
#content .post .pagesBox li a, 
#content .post .allpagesBox li a {
  display: block !important;
  padding: 12px 15px !important;
  text-decoration: none !important;
  /* This force-kills the orange */
  color: #333 !important; 
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

#content .post .pagesBox li a:hover, 
#content .post .allpagesBox li a:hover {
  background-color: #f0f7fd !important;
  color: #273c73 !important;
  text-decoration: underline !important;
}

/* --- 5. CLEANUP --- */
.allpagesBox img {
  display: none !important;
}

.allpageslist li a:after {
  content: " >" !important;
  color: #0077cc !important;
  font-weight: bold !important;
}

/* --- 1. TOP SECTION BOX (The Container) --- */
.post {
    background: #ffffff !important;
    border: 1px solid #eeeeee !important; /* Soft modern border */
    border-radius: 8px !important;
    margin-bottom: 30px !important;
    padding: 0 !important; /* Keep this 0 so the header can span full width if needed */
    overflow: hidden !important;
}

/* --- 2. THE TEXT PADDING (Fixes the "Cramped" look) --- */
.post p, 
.post .post-text, 
.post h2:not(.post-title) {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Specific spacing for the intro paragraph */
.post p {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    line-height: 1.7 !important;
    color: #444 !important;
    font-size: 16px !important;
}

/* --- 3. GETYOURGUIDE WIDGET ALIGNMENT --- */
#gyg-widget {
    margin: 20px !important; /* Creates equal space around the widget */
    display: block !important;
}

/* --- 4. THE INTERNAL HEADERS (Inside the Box) --- */
.post h2.title_welcome {
    background: #fcfcfc !important; /* Very subtle grey header bar */
    border-bottom: 1px solid #eee !important;
    margin: 0 0 15px 0 !important;
    padding: 15px 20px !important; /* More padding for the main title */
    width: 100% !important;
    box-sizing: border-box !important;
}

.post h2:not(.title_welcome) {
    margin-top: 30px !important;
    font-size: 18px !important;
    color: #273c73 !important; /* Brand blue for sub-headers */
}

/* --- 2026 MASTER SOCIAL BOX (CENTERED VERSION) --- */
.post-footer {
    clear: both !important;
    width: 100% !important;
    max-width: 810px !important; 
    margin: 40px 0 !important;
    padding: 40px 30px !important; /* Increased vertical padding for better centering */
    background: #f9f9f9 !important; 
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    text-align: center !important; /* Centers the title and subtext */
}

/* Ensure the inner containers don't fight the centering */
.foot-wm-box, .foot-wm-community {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    text-align: center !important;
}

.foot-wm-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 22px !important; /* Slightly larger for a centered focal point */
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #273c73 !important; 
    letter-spacing: 1px !important;
    margin: 0 0 20px 0 !important;
    display: block !important;
}

.foot-wm-subtext {
    display: block !important;
    margin: 30px 0 15px 0 !important; /* Added space above for breathing room */
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #666 !important;
    font-style: normal !important;
}

.foot-wm-links-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; /* This is the key for centering the buttons */
    gap: 12px !important;
    margin: 0 auto !important;
    max-width: 600px !important; /* Keeps buttons from spreading too wide on huge screens */
}

/* Social Buttons */
.foot-wm-link {
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 20px !important;
    background: #ffffff !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important; 
    color: #444 !important;
    text-decoration: none !important;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease !important;
}

.foot-wm-link:hover {
    background-color: #273c73 !important;
    color: #ffffff !important;
    border-color: #273c73 !important;
    transform: translateY(-2px) !important; /* Adds that nice little lift on hover */
}

/* Highlighted Community Buttons */
.foot-wm-link-highlight {
    background: #273c73 !important;
    color: #ffffff !important;
    border-color: #273c73 !important;
}

.foot-wm-link-highlight:hover {
    background-color: #222 !important;
    border-color: #222 !important;
}

/* --- 12GO.ASIA WIDGET WRAPPER (FIXED CUT-OFF) --- */
.sidebox-widget-container {
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    padding: 10px !important; /* Reduced from 15px to give the widget more room */
    margin-bottom: 30px !important;
    width: 100% !important;
    max-width: 300px !important; /* Matches sidebar exactly */
    box-sizing: border-box !important;
    overflow: hidden !important; /* Prevents the "spill over" */
    display: block !important;
}

/* Force the internal 12go content to stay within bounds */
.sidebox-widget-container iframe, 
.sidebox-widget-container div[id^="12go"], 
.sidebox-widget-container .one2go_form_container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

/* Fix the "Powered by" link inside the box */
#powered {
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    color: #999 !important;
    text-align: center !important;
    margin-top: 10px !important;
    padding-top: 8px !important;
    border-top: 1px solid #f5f5f5 !important;
    display: block !important;
}

#powered a {
    color: #0077cc !important;
    text-decoration: none !important;
}

#powered a:hover {
    text-decoration: underline !important;
}

/* Kill any extra sidebox borders if the theme is adding them */
#aside .sidebox-widget-container .sidebox {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* --- 2026 UNIFIED SLEEK HEADER (FINAL & TIGHT) --- */

#header {
    max-width: 1050px;
    margin: 0 auto;
    padding: 20px 0 !important; 
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #ffffff;
}

/* THE LOGO IMAGE (Sized Up) */
.site-logo {
    display: block !important;
    width: auto !important;
    height: 90px !important; /* Increased from 60px to 90px */
    max-height: 110px !important; /* Safety cap for mobile/smaller screens */
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-logo:hover {
    opacity: 0.9;
    transform: scale(1.02); /* Very subtle "grow" effect on hover */
}

/* --- THE TOP MENU CONTAINER --- */
ul.top-menu {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    
    /* 1. Lift the line: Change 8px to 6px */
    padding: 0 0 6px 0 !important; 
    
    /* 2. Compensate the gap: Add 2px margin so the page doesn't jump */
    margin: 0 0 2px 0 !important; 
    
    border-bottom: 1px solid #f0f0f0 !important;
    height: auto !important;
}

/* --- TEXT LINKS STYLING --- */
ul.top-menu li.list {
    margin-left: 25px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    /* Micro-nudge to align text baseline with icons */
    margin-top: 2px !important; 
}

ul.top-menu li.list a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #666 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important; 
    line-height: 1 !important;
    display: inline-block !important;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    transition: color 0.3s ease !important;
}

/* --- THE PERFECT OVERLAY (BLUE LINE) --- */
ul.top-menu li.list a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; /* Standard crisp line thickness */
    
    /* LOWERED: Changed from -7px to -11px 
       This should drop the blue line exactly 4px to sit ON the grey line.
    */
    bottom: -15px; 
    
    left: 0;
    background-color: #0077cc !important;
    transition: width 0.3s ease !important;
    z-index: 10; /* Ensures it masks the grey line perfectly */
}

ul.top-menu li.list a:hover {
    color: #273c73 !important;
}

ul.top-menu li.list a:hover::after {
    width: 100%;
}

/* --- SOCIAL MEDIA ICONS --- */

ul.top-menu li.social-item:first-of-type {
    margin-left: 30px !important;
    padding-left: 20px !important;
    border-left: 1px solid #eee !important;
}

.top-menu .social-item {
    margin-left: 15px;
}

.top-menu .social-item a {
    display: block;
    width: 20px; 
    height: 20px;
    text-indent: -9999px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.3s ease !important;
}

.top-menu .social-item a:hover {
    filter: grayscale(0%) opacity(1);
    transform: translateY(-3px) scale(1.1);
}

/* Individual Icon Images */
.sc-fb  { background-image: url('images/social/fb.png'); }
.sc-tw  { background-image: url('images/social/x-twitter.png'); }
.sc-yt  { background-image: url('images/social/youtube.png'); }
.sc-ins { background-image: url('images/social/instagram.png'); }
.sc-tk  { background-image: url('images/social/tik-tok.png'); }

/* --- 2026 FORCE-FLUSH ALIGNMENT --- */

#content {
    width: 810px !important; 
    float: left !important;
    margin: 0 0 0 -1px !important;
    box-sizing: border-box !important;
}

/* THE ARTICLE BOX */
.post {
    background: #ffffff !important;
    padding: 30px 40px !important; /* Fixed 40px padding for the whole box */
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
    box-sizing: border-box !important;
}

/* THE TITLE AREA (H1) - Pulling it 20px left to fix the "jump" */
.post-text {
    margin: 0 0 25px -20px !important; /* The -20px pulls it back in line */
    padding: 0 0 15px 20px !important; /* The 20px padding keeps text inside */
    border-bottom: 1px solid #f2f2f2 !important; 
}

h1.post-title, 
h1.post-title a {
    font-family: 'Oswald', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #444444 !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important; /* Strips theme-inherited header padding */
    text-decoration: none !important;
    border: none !important;
}

h1.post-title a:hover {
    color: #999999 !important; 
}

/* SUBHEADERS (H2) - Pulling 20px left to align with text */
.post h2 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 22px !important;
    color: #555555 !important;
    margin: 35px 0 15px -20px !important; /* The -20px pulls it back in line */
    padding-left: 20px !important; 
    text-transform: uppercase;
}

/* BODY TEXT & IMAGES - These will naturally use the 40px box padding */
.post p {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #4a4a4a !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

/* IMAGES & SLIDERS - Standard 100% width of the padded area */
.post .n2-section-smartslider, 
.post img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important; /* Tightened vertical space */
    border-radius: 4px !important;
    display: block !important;
}

/* Kills extra paragraph spacing if images are wrapped in <p> */
.post p img, 
.post p .n2-section-smartslider {
    margin: 0 !important;
}

/* --- 2026 SURGICAL SPACING FIX (LEGACY COMPATIBLE) --- */

/* 1. Force the Slider to ignore the hidden <p> and <br> margins */
.post .n2-section-smartslider {
    margin-top: -30px !important;    /* Pulls it UP to close the top gap */
    margin-bottom: -30px !important; /* Pulls it UP to close the bottom gap */
    position: relative !important;
    z-index: 10 !important;
}

/* 2. Target the Smart Slider's own internal alignment div to stop the extra 30px */
#n2-ss-30-align, 
.n2-ss-align {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 3. Hide the line breaks that are trapped inside the paragraph you found */
.post p br {
    display: none !important;
}

/* 4. Kill the H2 Blue/Thick style specifically */
.post h2 {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    color: #555555 !important;
}

/* --- 2026 BREADCRUMB ICON RESTORATION --- */

#breadcrumb {
    margin: -10px 0 18px 0 !important;
    padding: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 10px !important; 
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    border: none !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

/* 1. RESTORE THE HOME ICON GIF */
#breadcrumb .home {
    display: inline-block !important;
    width: 16px !important;  /* Adjust width to fit the gif */
    height: 14px !important; /* Adjust height to fit the gif */
    background: url('images/icon_home.gif') no-repeat 0 0 !important;
    background-size: contain !important; /* Forces it to scale down if needed */
    text-indent: -9999px !important; /* Keeps "Main Page" text hidden */
    margin-right: 10px !important;
    float: none !important; /* Crucial: kills the old float */
    position: relative;
    top: 1px; /* Micro-adjustment to level it with the text */
}

/* 2. KEEP THE ARROW GIFS DEAD */
#breadcrumb a {
    background: none !important; 
    padding-right: 0 !important;
    margin-right: 0 !important;
    color: #999999 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* 3. ADD THE MODERN SLASH SEPARATOR */
#breadcrumb a:not(.home):after {
    content: '/'; 
    margin: 0 10px;
    color: #dddddd !important;
    font-weight: 300;
}

/* Special Case: Add a slash AFTER the Home Icon if one is missing */
#breadcrumb a.home:after {
    content: '/';
    margin-left: 25px; /* Pushes the slash past the background image */
    color: #dddddd !important;
    visibility: visible;
}

/* 4. CURRENT PAGE */
#breadcrumb .current {
    font-size: 10px !important;
    color: #bbbbbb !important;
    display: inline-block !important;
}

#breadcrumb a:hover {
    color: #444444 !important;
}

/* --- 2026 EDITORIAL CTA BOX --- */

.post-cta {
    margin: 40px 0 !important;
    padding: 30px !important;
    background-color: #f9f9f9 !important; /* Very light grey */
    border-left: 4px solid #eeeeee !important; /* Thick accent line on the left */
    border-radius: 4px;
}

.post-cta h3 {
    margin-top: 0 !important;
    font-size: 18px !important;
    color: #222222 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: none !important; /* Ensures no blue lines from theme */
    background: none !important;
}

.post-cta p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #555555 !important;
    margin-bottom: 20px !important;
}

/* The Facebook "Button" Link */
.post-cta .fb-button {
    display: inline-block !important;
    padding: 10px 20px !important;
    background-color: #4267B2 !important; /* Official FB Blue */
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    border-radius: 3px !important;
    transition: background 0.3s ease !important;
}

.post-cta .fb-button:hover {
    background-color: #365899 !important;
    color: #ffffff !important;
}

/* --- 2026 ARCHITECTURAL COMMENTS (MASTER RESET) --- */

#comment-box {
    max-width: 800px !important; 
    margin: 80px auto 0 auto !important;
    padding: 0 20px !important;
    border: none !important;
    background: transparent !important;
}

/* 1. THE BIG HEADER & INTRO */
#comments-header {
    font-size: 32px !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    color: #000 !important;
    margin-bottom: 10px !important;
    font-weight: 900 !important;
    text-align: center !important;
}

.comments-intro {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.comments-intro p {
    font-size: 15px !important;
    color: #888 !important;
    line-height: 1.6 !important;
}

/* 2. THE INDIVIDUAL COMMENT BOXES */
#comment-box ol.commentlist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#comment-box li.comment {
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    padding: 35px !important;
    margin-bottom: 25px !important;
    border-radius: 4px !important;
    list-style: none !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
}

/* 3. NAME & DATE (ONE ROW) */
#comment-box .comment-meta {
    display: flex !important;
    align-items: center !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
}

#comment-box .comment-meta p {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    gap: 10px !important;
}

#comment-box .comment-meta strong, 
#comment-box .comment-meta strong a {
    font-size: 15px !important;
    color: #111 !important;
    font-weight: 800 !important;
    text-transform: lowercase !important;
    text-decoration: none !important;
    pointer-events: none !important; /* De-Spamming names */
}

#comment-box .comment-meta strong:after {
    content: "\2022" !important;
    color: #ccc !important;
    margin-left: 10px !important;
}

#comment-box .comment-meta small a {
    font-size: 13px !important;
    color: #999 !important;
    text-decoration: none !important;
}

/* 4. THE MESSAGE TEXT */
.comment-text-body {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #444 !important;
    margin: 15px 0 25px 0 !important;
}

.comment-text-body a {
    color: #222 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

/* 5. THE REPLY BUTTON */
#comment-box a.comment-reply-link {
    display: inline-block !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #999 !important;
    background: #f8f8f8 !important;
    padding: 8px 18px !important;
    border-radius: 3px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

#comment-box a.comment-reply-link:hover {
    background: #222 !important;
    color: #fff !important;
}

/* 6. NESTED REPLIES */
#comment-box .children {
    list-style: none !important;
    margin: 30px 0 0 40px !important;
    padding: 0 !important;
}

#comment-box .children li.comment {
    background: #fafafa !important;
    padding: 25px !important;
}

/* 7. THE REPLY FORM (WRITE A COMMENT) */
#respond h4 {
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 25px !important;
    font-weight: 800 !important;
    color: #111 !important;
}

#comment-box textarea.comment-textarea {
    width: 100% !important;
    border: 1px solid #ddd !important;
    padding: 20px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

#comment-box .comment-inputs-modern {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

#comment-box .comment-text {
    width: 100% !important;
    border: 1px solid #ddd !important;
    padding: 14px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
}

.comment-buttons {
    background: #222 !important;
    color: #fff !important;
    padding: 16px 45px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    border-radius: 4px !important;
    margin-top: 25px !important;
    border: none !important;
    cursor: pointer !important;
}

/* 8. THE LOGGED-IN STATUS */
#comment-box .logged-in-as {
    font-size: 13px !important;
    color: #888 !important;
    margin-bottom: 20px !important;
    font-style: italic !important;
}

#comment-box .logged-in-as a {
    color: #444 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #eee !important;
}

/* --- 2026 DEEP PEEK LOGIC --- */

.commentlist-container {
    position: relative !important;
    overflow: hidden !important;
    /* This height is the 'Window'. 80vh usually shows a decent preview */
    max-height: 80vh !important; 
    transition: max-height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* When the button is clicked, we expand */
.commentlist-container.is-open {
    max-height: 50000px !important; 
}

/* Ensure the list itself doesn't fight the container */
.commentlist {
    display: block !important;
    max-height: none !important; 
}

/* The Fade & Button - Adjusted for a deeper peek */
.load-more-comments-wrapper {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 250px !important; /* Taller gradient for a smoother 'fade out' */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    padding-bottom: 40px !important;
    z-index: 999 !important;
    pointer-events: none;
}

.btn-load-more {
    pointer-events: auto !important;
    background: #111 !important;
    color: #fff !important;
    padding: 16px 45px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
    border: none !important;
}

/* 10. POST FOOTER & RELATED */
.full-width-comment-wrapper {
    width: 100% !important;
    clear: both !important;
    background: #ffffff !important;
    padding: 60px 0 100px 0 !important;
    border-top: 1px solid #eee !important;
}

.comment-divider {
    width: 60px !important;
    height: 3px !important;
    background: #eeeeee !important;
    margin: 50px auto !important;
    border: none !important;
}

#footer-navi {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #eee;
    list-style: none;
}

#footer-navi li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    text-decoration: none;
    font-weight: 700;
}

ul.post-related {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 25px !important;
    list-style: none !important;
    padding: 0 !important;
}

.post-related li img {
    width: 100% !important;
    height: 140px !important;
    object-fit: cover !important;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* --- 2026 HEADER COLOR FIX --- */

/* Targets the 'Keep Exploring Malaysia' header specifically */
.post-footer h5, 
#comment-box h5,
.post-footer h5 a {
    color: #111 !important; /* Force deep charcoal/black */
    font-size: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 800 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    background: none !important; /* In case there's a weird background glow */
    border: none !important;
}

/* Just in case your theme uses 'h4' for some of these headers too */
.post-footer h4, #respond h4 {
    color: #111 !important;
}

/* --- THE 600px IMAGE LOCK --- */

.myHeroSlider {
    display: block !important;
    width: 1140px !important;
    height: 619px !important; 
    min-height: 619px !important;
    margin: 0 auto !important;
    position: relative !important;
    overflow: hidden !important;
    background: #ffffff !important;
    padding-top: 18px !important; 
    border-top: 1px solid #eeeeee !important; 
    box-sizing: content-box !important; 
    margin-top: -1px !important; 
    z-index: 1 !important; 

    /* THE PRECISION FIX: */
    /* This cancels out the 18px padding + 1px border exactly */
    margin-bottom: -19px !important; 
}

/* 2. Force Swiper layers back to the pure 600px image height */
.myHeroSlider .swiper-wrapper,
.myHeroSlider .swiper-slide {
    height: 600px !important;
    min-height: 600px !important;
}

/* 3. The Image is now a perfect 600px */
.myHeroSlider .swiper-slide img {
    width: 1140px !important;
    height: 600px !important;
    object-fit: cover !important;
    display: block !important;
}

/* --- THE CAPTION: Fixes Grey Text & Orange --- */
.hero-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 50px 50px 50px !important;
    background: linear-gradient(transparent, rgba(0,0,0,0.9)) !important;
    z-index: 10;
}

/* Title: Kills Theme Orange */
.hero-caption h3, 
.hero-caption h3 a {
    color: #ffffff !important; 
    font-family: 'Oswald', sans-serif !important;
    font-size: 38px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    margin: 0 0 10px 0 !important;
}

/* Description: Kills Theme Grey, Forces White */
.hero-caption p {
    color: #ffffff !important; 
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 0 25px 0 !important;
    max-width: 750px !important;
    opacity: 1 !important; /* Ensures no theme transparency is applied */
}

/* Button */
.hero-caption a.post-button {
    display: inline-block !important;
    background: #273c73 !important;
    color: #ffffff !important;
    padding: 14px 35px !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
}

/* --- THE GAP FIX --- */
/* This pulls the content section up to meet the slider if there's a gap */
#content {
    margin-top: 0 !important;
    padding-top: 20px !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 1140px) {
    .myHeroSlider {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1140 / 600;
    }
    .myHeroSlider .swiper-slide img {
        width: 100% !important;
        height: auto !important;
    }
}

/* --- THE JAVASCRIPT OVERRIDE (600px) --- */

/* 1. Target the 'Slick List' which is usually where the JS sets the height */
#content .hero-slider,
#content .slick-list,
#content .slick-track {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
}

/* 2. Target the actual slide container */
#content .slick-slide, 
#content .slide-item {
    height: 600px !important;
    width: 1140px !important;
}

/* 3. Force the image to ignore the JS calculation */
#content .hero-slider img,
#content .slide-item img,
#content .slick-slide img {
    height: 600px !important;
    min-height: 600px !important;
    width: 1140px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* --- INLINE PARAGRAPH LINKS --- */
p a {
    color: #3455a5 !important; /* Brighter blue so it's clearly clickable */
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    border-bottom: 1px solid transparent !important; /* Prep for the hover line */
}

p a:hover {
    color: #273c73 !important; /* Snaps to your Logo Blue on hover */
    border-bottom: 1px solid #273c73 !important; /* Adds a sophisticated thin underline */
}

/* --- 2. THE H1 POST TITLE (WITH GREY LINE) --- */
h1.post-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    margin: 0 0 25px 0 !important;    /* Space between H1 and first paragraph */
    padding: 0 0 15px 0 !important;   /* Space between text and the line */
    text-decoration: none !important;
    color: #273c73 !important;        /* Logo Blue */
    font-weight: 700 !important;
    border-bottom: 1px solid #eeeeee !important;
}

/* --- 3. FIRST PARAGRAPH SPACING --- */
.post-text p:first-of-type {
    margin-top: 10px !important;
}

/* --- THE MASTER SYSTEM FONT SYNC (REFINED) --- */
/* Target ONLY the article content area to protect menus */
.post p, 
.post-text p, 
.post-text li, 
.post li,
#content p,
.entry-content p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 17.2px !important;
    line-height: 1.8 !important;
    color: #333333 !important;
    margin-bottom: 22px !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Ensure bold text inside paragraphs matches the 17.2px */
.post-text p strong, 
.post p strong {
    font-size: 17.2px !important;
}

/* --- 1. TIGHTEN BULLET POINT SPACING --- */
/* This overrides the 22px margin for list items so they sit closer together */
.post-text ul li, 
.post-text ol li,
.post li {
    margin-bottom: 8px !important;   /* Gap between individual bullets */
    line-height: 1.6 !important;    /* Slightly tighter for lists */
}

/* --- 2. RESTORE GAP AFTER THE WHOLE LIST --- */
/* This ensures the 22px gap only happens AFTER the list is finished */
.post-text ul, 
.post-text ol {
    margin-bottom: 22px !important;
    margin-top: 10px !important;
}

/* --- 3. SPECIAL FIX FOR "LISTING" CLASS --- */
/* If you use <ul class="listing">, this ensures it stays sleek */
ul.listing li {
    padding-left: 5px !important;
    margin-bottom: 6px !important;
}

/* --- SIDEBAR LIST COMPACT FIX --- */
.sidebox ul.modern-list li, 
.sidebox li,
.modern-sidebox li {
    margin-bottom: 4px !important;
    line-height: 1.4 !important;
    font-size: 15px !important;
}

.sidebox ul.modern-list {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}

.sidebox h3 {
    margin-top: 10px !important; 
    margin-bottom: 15px !important;
    font-size: 18px !important;
}

/* --- SLEEK-DROPDOWN COMPACT FIX --- */
.sleek-dropdown li, 
.sleek-dropdown ul li,
.dropdown-menu li {
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px !important;
}

.sleek-dropdown ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.sleek-dropdown li a {
    display: block !important;
    padding: 8px 15px !important;
    line-height: 1.4 !important;
}

/* --- TOP & MAIN MENU RESET --- */
#top-menu li, 
#nav li, 
.menu li, 
.nav-menu li,
#header-menu li {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    line-height: 1.2 !important;
    display: inline-block !important; /* Forces horizontal layout back */
    font-size: 14px !important;
}

#top-menu a, 
#nav a, 
.menu a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: block !important;
}

.sub-menu li, 
.children li {
    width: 100% !important;
    padding: 5px 15px !important;
    display: block !important; /* Dropdowns should stay vertical */
}

/* --- SIDEBAR LINK COLOR RESTORATION --- */

/* 1. Force sidebar links to show their color (not the 17.2px grey) */
.sidebox a, 
.modern-sidebox a,
.sidebox ul li a {
    color: #273c73 !important;      /* Use your Logo Blue (or your preferred highlight color) */
    text-decoration: none !important;
    font-weight: normal !important;    /* Makes them stand out slightly as clickable */
}

/* 2. Specific fix for the 'check-list' or 'guidebook-icons' if they have unique colors */
.sidebox .modern-list li a {
    color: inherit;                 /* Allows specific classes like .orange or .pink to work */
}

/* 3. Keep your hover effect working */
.sidebox a:hover, 
.modern-sidebox a:hover {
    color: #f60 !important;
    text-decoration: underline !important;
}

/* 1. The Container: Forced to 1140px */
.static-hero-container {
    position: relative;
    display: block !important;
    width: 1140px !important;
    max-width: 1140px !important;
    left: 50%;
    margin-left: -570px !important; 
    
    /* --- The Magic Spacing Numbers --- */
    margin-top: 18px !important;     /* Lowers the image from the menu/grey bar */
    
    clear: both;
    overflow: hidden;
    z-index: 5; /* Ensures it doesn't overlap the menu dropdowns */
}

/* 2. The Slide: Standardizing the height */
.static-hero-slide {
    width: 100% !important;
    height: 600px !important; /* Matches your slider height */
    position: relative;
    display: block;
    line-height: 0;
}

/* 3. The Image: Covering the 1140x600 area */
.static-hero-slide img {
    width: 1140px !important;
    height: 600px !important;
    object-fit: cover; /* Ensures image isn't distorted if aspect ratio varies */
    display: block !important;
}

/* 4. The Caption: Same as before but verified for 1140px */
.static-hero-slide .hero-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 60px 30px 30px;
    color: #fff;
    line-height: 1.5;
    z-index: 10;
}