body.theme-win95 {
    font-family: "MS Sans Serif", Tahoma, sans-serif !important;
    background: #c0c0c0 !important;
    margin: 0 !important;
}

body.theme-win95 html {
    scroll-padding-top: 120px !important;
    scroll-behavior: smooth !important;
}

body.theme-win95 .sticky-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 2000 !important;
    overflow: visible !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	transition: box-shadow 0.3s ease;
}

body.theme-win95 .side-note {
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: normal !important;
    margin-left: 10px !important;
}

body.theme-win95 header {
    background: #000080 !important;
    color: white !important;
    padding: 20px !important;
    font-size: 28px !important;
    font-weight: bold !important;
    border-bottom: 3px solid #000 !important;
    text-align: center !important;
}

body.theme-win95 .top-nav {
    background: #c0c0c0 !important;
    padding: 12px !important;
    text-align: center !important;
    border-bottom: 2px solid #c0c0c0 !important;
    margin-bottom: 20px !important;
}

body.theme-win95 .top-nav a {
    display: inline-block !important;
    margin: 0 15px !important;
}

body.theme-win95 .section {
    background: #c0c0c0 !important;
    border: 2px solid #fff !important;
    border-right-color: #808080 !important;
    border-bottom-color: #808080 !important;
    padding: 15px !important;
    max-width: 1000px !important;
    margin: 25px auto !important;
    border-radius: 0 !important;
}

body.theme-win95 .section h2 {
    background: #000080 !important;
    color: white !important;
    padding: 4px 8px !important;
    font-size: 18px !important;
    border: 2px solid #fff !important;
    border-right-color: #808080 !important;
    border-bottom-color: #808080 !important;
    display: inline-block !important;
}

body.theme-win95 .card {
    background: #c0c0c0 !important;
    padding: 15px !important;
    border: 2px solid #fff !important;
    border-right-color: #808080 !important;
    border-bottom-color: #808080 !important;
    text-align: center !important;
    display: block !important;
    opacity: 1 !important;
    animation: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.theme-win95 a.button {
    display: inline-block !important;
    background: #c0c0c0 !important;
    padding: 8px 20px !important;
    text-decoration: none !important;
    color: black !important;
    border: 2px solid #fff !important;
    border-right-color: #808080 !important;
    border-bottom-color: #808080 !important;
    font-weight: bold !important;
}

body.theme-win95 a.button:active {
    border: 2px solid #808080 !important;
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
}

body.theme-win95 .vendor-btn {
    background: #c0c0c0;
    border: 2px solid #fff;
    border-right-color: #6e6e6e;
    border-bottom-color: #6e6e6e;
    padding: 18px 20px;
    font-family: "MS Sans Serif", sans-serif;
    width: 260px;
    cursor: pointer;
    box-shadow: inset -1px -1px 0 #000;
}

body.theme-win95 .vendor-btn:hover {
    background: #d8d8d8;
}

body.theme-win95 .vendor-buttons {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 16px !important;
    width: 100%;
}

body.theme-win95 .vendor-btn {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
}

body.theme-win95 .modal-fun .modal-box,
body.theme-win95 .vendor-modal-content,
body.theme-win95 #trickPopup,
body.theme-win95 #tipBox {
    background: #c0c0c0;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #7b7b7b;
    border-top-color: #7b7b7b;
    padding: 12px;
    font-family: "MS Sans Serif", sans-serif;
    color: #000;
}

/* Modal / Popup headers */
body.theme-win95 .modal-fun h2,
body.theme-win95 .vendor-modal-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}

/* Close buttons */
body.theme-win95 .vendor-close,
body.theme-win95 .close-btn {
    font-size: 18px;
    cursor: pointer;
    color: #000;
    background: #c0c0c0;
    border: 1px solid #000;
    padding: 2px 6px;
}

/* Popup buttons */
body.theme-win95 .fun-btn,
body.theme-win95 .fun-btn.secondary {
    font-family: "MS Sans Serif", sans-serif;
    color: #000;
    background: #c0c0c0;
    border: 2px solid #fff;
    border-right-color: #7b7b7b;
    border-bottom-color: #7b7b7b;
    padding: 6px 12px;
    cursor: pointer;
}

body.theme-win95 .fun-btn:active,
body.theme-win95 .fun-btn.secondary:active {
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #7b7b7b;
    border-top-color: #7b7b7b;
}

body.theme-win95 .modal-fun,
body.theme-win95 .vendor-modal {
    background: rgba(0,0,0,0.2);
}

body.theme-win95 .hotel-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

body.theme-win95 .hotel-tab {
    background: #c0c0c0;
    color: #000;
    padding: 6px 12px;
    border: 2px solid #fff;
    border-right-color: #808080;
    border-bottom-color: #808080;
    font-family: "MS Sans Serif", sans-serif;
    cursor: pointer;
}

body.theme-win95 .hotel-tab:active {
    border: 2px solid #808080;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

/* Hide all hotel sections by default */
body.theme-win95 .hotel-section {
    display: none !important;
}

body.theme-crt {
    background: #000000;
    font-family: "Courier New", monospace;
    color: #00FF66;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 4px #00ff66;
    animation: crtFlicker 0.15s infinite;
}

body.theme-crt html {
    scroll-padding-top: 120px;
    scroll-behavior: smooth;
}

/* Top Nav */
body.theme-crt .top-nav {
    background: #001a00;
    padding: 12px;
    text-align: center;
    border-bottom: 2px solid #00ff66;
    margin-bottom: 20px;
}

body.theme-crt .top-nav a {
    color: #00ff66;
    font-weight: bold;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
    text-shadow: 0 0 4px #00ff66;
}

body.theme-crt .top-nav a:hover {
    color: #00ffcc;
    text-shadow: 0 0 8px #00ffcc;
    border-bottom: 2px solid #00ff88;
}

/* Sticky header wrapper */
body.theme-crt .sticky-header {
    position: sticky;
    top: 0;
    z-index: 2000;
    overflow: visible;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	transition: box-shadow 0.3s ease;
}

/* Main Header / Title Bar */
body.theme-crt header {
    background: #003300;
    color: #00ff66;
    padding: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 3px solid #00ff66;
    text-shadow: 0 0 6px #00ff66;
}

body.theme-crt .section {
    background: #001a00;
    border: 2px solid #00ff66;
    border-right-color: #009944;
    border-bottom-color: #009944;
    padding: 20px;
    max-width: 1200px;
    margin: 30px auto;
}

body.theme-crt .section h2 {
    background: #003300;
    padding: 6px 12px;
    display: inline-block;
    border: 2px solid #00ff66;
    border-right-color: #009944;
    border-bottom-color: #009944;
    font-size: 20px;
    margin-bottom: 15px;
    text-shadow: 0 0 4px #00ff66;
}

body.theme-crt .side-note {
    font-size: 16px;
    color: #00ff66;
    font-weight: normal;
    margin-left: 10px;
}

body.theme-crt .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    padding: 20px;
}

body.theme-crt .card {
    background: #000000;
    border: 2px solid #00ff66;
    border-right-color: #009944;
    border-bottom-color: #009944;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px #00ff66 inset;
    display: flex;
    flex-direction: column;
}

body.theme-crt .fairplanner .button + .button {
    margin-top: 12px;
}

body.theme-crt .card:hover {
    background: #001100;
    cursor: pointer;
}

body.theme-crt .icon {
    font-size: 50px;
    margin-bottom: 10px;
    text-shadow: 0 0 6px #00ff66;
}

body.theme-crt a.button {
    display: inline-block;
    padding: 10px 25px;
    background: #000000;
    color: #00ff66;
    border: 2px solid #00ff66;
    margin-top: auto;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 4px #00ff66;
}

body.theme-crt a.button:active {
    border: 2px solid #009944;
    color: #009944;
}

body.theme-crt .popup-fun,
body.theme-crt .trick-modal,
body.theme-crt .tips-popup,
body.theme-crt .tips-box,
body.theme-crt .pro-tip,
body.theme-crt .popup-box,
body.theme-crt .modal,
body.theme-crt .modal-content,
body.theme-crt #trickModal,
body.theme-crt #tipsPopup,
body.theme-crt #tipsBox,
body.theme-crt #proTipPopup {
    background: #001400 !important;
    border: 2px solid #00ff66 !important;
    border-radius: 16px !important;
    box-shadow: 0 0 15px #00ff66 !important;
    color: #00ff66 !important;
    font-family: "VT323", monospace !important;
    text-shadow: 0 0 2px #00ff66, 0 0 5px rgba(0,255,102,0.5) !important;
}

body.theme-crt .trick-modal h3,
body.theme-crt .tips-popup h3,
body.theme-crt .popup-box h3,
body.theme-crt .modal-content h3,
body.theme-crt #trickModal h3,
body.theme-crt #tipsPopup h3,
body.theme-crt #tipsBox h3 {
    color: #00ff66 !important;
    text-shadow: 0 0 3px #00ff66, 0 0 6px rgba(0,255,102,0.6) !important;
}

body.theme-crt .popup-btn,
body.theme-crt .fun-btn,
body.theme-crt .tips-btn {
    background: #002000 !important;
    border: 1px solid #00ff66 !important;
    color: #00ff66 !important;
    text-shadow: 0 0 3px #00ff66 !important;
    border-radius: 10px !important;
}

body.theme-crt .popup-btn:hover,
body.theme-crt .fun-btn:hover,
body.theme-crt .tips-btn:hover {
    background: #003000 !important;
}

body.theme-crt .close,
body.theme-crt .popup-close,
body.theme-crt .tips-close,
body.theme-crt .vendor-close {
    color: #00ff55 !important;
    text-shadow: none !important;
}

body.theme-crt .vendor-btn {
    background: #001800;
    border: 1px solid #00ff66;
    color: #00ff66;
    padding: 18px 20px;
    width: 260px;
    font-family: "VT323", monospace;
    font-size: 18px;
    cursor: pointer;
    text-shadow: 0 0 8px #00ff66;
}

body.theme-crt .vendor-btn:hover {
    background: #002500;
}

body.theme-crt #trickPopup,
body.theme-crt #trickModal .modal-box,
body.theme-crt #tipBox {
    background: #001100 !important;
    color: #33ff33 !important;
    box-shadow: 0 0 10px rgba(0,255,0,0.5) !important;
    border: 1px solid #33ff33 !important;
}

body.theme-crt .vendor-buttons {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 16px !important;
    width: 100%;
}

body.theme-crt .vendor-btn {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
}

body.theme-crt .vendor-modal {
    background: rgba(0, 20, 0, 0.85) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.theme-crt .vendor-modal-content {
    background: #001400 !important;
    color: #00ff66 !important;
    border: 2px solid #00ff66 !important;
    border-radius: 16px !important;
    padding: 22px !important;
    width: 420px;
    max-width: 95%;
    box-shadow: 0 0 15px rgba(0,255,102,0.6) !important;
    font-family: "VT323", monospace !important;
    text-shadow: 0 0 3px #00ff66 !important;
}

body.theme-crt #vendorTitle {
    color: #00ff66 !important;
    margin-bottom: 12px;
    font-size: 24px;
    text-shadow: 0 0 4px #00ff66 !important;
}

body.theme-crt #vendorDetails {
    color: #00ff66 !important;
    font-size: 18px;
    line-height: 1.5;
    text-shadow: 0 0 3px #00ff66 !important;
}

body.theme-crt .vendor-close {
    color: #00ff66 !important;
    font-size: 26px !important;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
    text-shadow: 0 0 2px #00ff66 !important;
}

body.theme-crt .hotel-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

body.theme-crt .hotel-tab {
    background: #001900;
    color: #00ff66;
    padding: 8px 14px;
    border: 1px solid #00ff66;
    font-family: "Courier New", monospace;
    cursor: pointer;
    text-shadow: 0 0 6px #00ff33;
}

body.theme-crt .hotel-tab:hover {
    background: #002500;
}

body.theme-crt .hotel-section {
    display: none;
}

@keyframes crtFlicker {
    0% { opacity: 0.98; }
    50% { opacity: 1; }
    100% { opacity: 0.97; }
}

body.theme-original {
    font-family: Arial;
    margin: 0;
    background: #f5f7fa;
}

/* Sticky wrapper for Header + Nav */
body.theme-original .sticky-header {
    position: sticky;
    top: 0;
    z-index: 2000;
    overflow: visible;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	transition: box-shadow 0.3s ease;
}

body.theme-original header {
    background: linear-gradient(135deg, #2b70c9, #1e3c72);
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1px;
}

body.theme-original .top-nav {
    background: #ffffffcc;
    backdrop-filter: blur(5px);
    padding: 0;
    text-align: center;
    z-index: 99999;
    display: flex;
    align-items: stretch;
    position: relative;
    justify-content: flex-start;
    overflow: visible;
}

body.theme-original .top-nav a {
    margin: 0 15px;
    color: #2b70c9;
    font-weight: bold;
    text-decoration: none;
}

body.theme-original .section {
    background: #fff;
    margin: 30px auto;
    padding: 25px;
    border-radius: 12px;
    max-width: 1300px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

body.theme-original section h2 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #1e3c72;
}

body.theme-original .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}

body.theme-original .card {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
    background: white;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    text-align: center;
    transition: 0.25s;
    display: flex;
    flex-direction: column;
}

body.theme-original .card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

body.theme-original @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

body.theme-original .icon {
    font-size: 50px;
    margin-bottom: 15px;
}

body.theme-original a.button {
    display: inline-block;
    margin-top: auto;
    padding: 12px 20px;
    background: #2b70c9;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
}

body.theme-original footer {
    text-align: center;
    padding: 25px;
    background: #e9eef5;
    margin-top: 40px;
    color: #555;
}

body.theme-original .subtext {
    font-size: 14px;
    color: #555;
    margin-top: -10px;
}

body.theme-original .side-note {
    font-size: 16px;
    color: #2b70c9;
    font-weight: normal;
    margin-left: 10px;
}

body.theme-original .vendor-btn {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    padding: 18px 25px;
    border-radius: 12px;
    width: 260px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #333;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

body.theme-original .vendor-btn:hover {
    background: #f0f4f8;
    border-color: #a0a0a0;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

body.theme-original .vendor-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 12px 0 0 12px;
    transition: all 0.3s ease;
}

body.theme-original .vendor-btn:hover::before {
    width: 6px;
}

body.theme-original .vendor-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 50px;
}

body.theme-original .hotel-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 20px 0;
}

body.theme-original .hotel-tab {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    color: #555;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.25);
    cursor: pointer;
    transition: 0.25s ease;
}

body.theme-original .hotel-tab:hover {
    background: rgba(200, 200, 200, 0.35);
}

body.theme-original .hotel-tab.active {
    background: rgba(200, 200, 200, 0.45);
    color: #333;
    border-color: rgba(200, 200, 200, 0.55);
}

body.theme-original .hotel-section {
    display: none;
}

.popup-fun {
    position: fixed;
    bottom: -200px;
    right: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    z-index: 1000;
    font-size: 17px;
    animation: slideUp 0.8s ease-out forwards;
}

@keyframes slideUp {
    from { bottom: -200px; opacity: 0; }
    to   { bottom: 20px; opacity: 1; }
}

.fun-btn {
    background: #4f46e5;
    color: white;
    border: none;
    padding: 10px 16px;
    margin: 8px 4px 0 0;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.fun-btn:hover {
    background: #4338ca;
    transform: scale(1.05);
}

.fun-btn.secondary {
    background: #e5e7eb;
    color: black;
}

.fun-btn.secondary:hover {
    background: #d1d5db;
}

.modal-fun {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 2000;
    backdrop-filter: blur(3px);
}

.modal-box {
    background: white;
    margin: 12% auto;
    padding: 25px 30px;
    width: 380px;
    border-radius: 16px;
    text-align: center;
    animation: bounceIn 0.5s ease;
}

@keyframes bounceIn {
    0% { transform: scale(0.5); opacity: 0; }
    70% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(1); }
}

.close-btn {
    float: right;
    font-size: 26px;
    cursor: pointer;
}

.vendor-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.vendor-modal-content {
    background: #fff;
    padding: 25px;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from { transform: translateY(-20px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

.vendor-close {
    float: right;
    cursor: pointer;
    font-size: 22px;
}

.toast {
    position: fixed;
    bottom: 20px;
    right: -320px;
    background: #323232;
    color: #fff;
    padding: 15px 22px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    transition: right 0.5s ease;
    z-index: 99999;
    max-width: 280px;
    display: block;
}

.toast.show {
    right: 20px;
}

.email-btn {
    display: inline-block;
    padding: 8px 14px;
    background: #0078d4;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
}

.email-btn:hover {
    background: #005a9e;
}

.ravi-watermark {
    position: fixed;
    bottom: 12px;
    right: 12px;
    font-size: 13px;
    opacity: 0.25;
    color: #000;
    z-index: 9999;
    pointer-events: none;
    user-select: none;
}


section {
    scroll-margin-top: 110px; /* header + nav height */
}

.top-nav a {
    flex: 0 0 auto;
}

.top-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    overflow: visible;
}

.top-nav a {
    padding: 6px 10px;
    position: relative;
}

#vendorModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.body-locked {
    overflow: hidden !important;
    height: 100vh !important;
}

.modal-content {
    background: #fff;
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    border-radius: 6px;
    box-sizing: border-box;
}

.futurelog .button + .button {
    margin-top: 12px;
}

.theme-switcher {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 9999;
}

.theme-switcher button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.25);
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
    backdrop-filter: blur(4px);
}

.theme-switcher button:hover {
    transform: scale(1.2);
    background: rgba(0,0,0,0.45);
}
/* ── Burger Menu – Shared Base ── */
.burger-btn {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 18px;
    border: none;
    border-radius: 8px;
}

.burger-menu {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    min-width: 220px;
    z-index: 99999;
    overflow: hidden;
    max-height: 0;
    border-radius: 0 0 10px 10px;
    display: flex;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.burger-menu.open {
    max-height: 600px !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

.burger-menu a {
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.burger-menu a.active-section {
    font-weight: bold;
}

@media (max-width: 768px) {

    /* Cards stack full width */
    .container {
        grid-template-columns: 1fr !important;
        padding: 12px !important;
        gap: 16px !important;
    }

    /* Sections have less padding */
    .section {
        margin: 12px !important;
        padding: 14px !important;
    }

    /* Vendor buttons stack full width */
    .vendor-buttons {
        grid-template-columns: 1fr !important;
        padding-left: 0 !important;
        gap: 10px !important;
    }

    /* Hotel tabs wrap and shrink */
    .hotel-tabs {
        gap: 6px !important;
    }

    .hotel-tab {
        font-size: 13px !important;
        padding: 6px 10px !important;
    }

    /* Header shrinks */
    body.theme-original header {
        font-size: 22px !important;
        padding: 16px !important;
    }

    body.theme-win95 header {
        font-size: 18px !important;
        padding: 12px !important;
    }

    body.theme-crt header {
        font-size: 20px !important;
        padding: 16px !important;
        letter-spacing: 1px !important;
    }

    /* Burger menu on mobile */
    .burger-menu {
        min-width: 220px !important;
        width: 220px !important;
        left: 0 !important;
    }

    /* Theme switcher moves to bottom right on mobile */
    .theme-switcher {
        bottom: 12px !important;
        left: unset !important;
        right: 12px !important;
        flex-direction: row !important;
    }

    /* Vendor modal full width */
    .vendor-modal-content {
        width: 95% !important;
        padding: 16px !important;
    }

    /* Toast full width */
    .toast {
        max-width: 90% !important;
        right: 5% !important;
        left: 5% !important;
    }
	
	body.theme-original .burger-menu {
        background: #ffffff !important;
    }

    body.theme-win95 .burger-menu {
        background: #c0c0c0 !important;
    }

    body.theme-crt .burger-menu {
        background: #001a00 !important;
    }
.burger-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 220px !important;
}

body.theme-win95 .top-nav {
    padding: 0 !important;
}

body.theme-crt .top-nav {
    padding: 0 !important;
}
	
	.popup-fun,
    #trickPopup,
    #tipBox,
    .toast,
    .modal-fun {
        display: none !important;
    }
}

#backToTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.2s ease;
    z-index: 9998;
}

#backToTop.visible {
    opacity: 1;
    pointer-events: all;
}

#backToTop:hover {
    transform: scale(1.15);
}

body.theme-original #backToTop {
    background: #2b70c9;
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(43,112,201,0.4);
}

body.theme-win95 #backToTop {
    background: #c0c0c0;
    color: #000;
    border: 2px solid #fff;
    border-right-color: #808080;
    border-bottom-color: #808080;
    border-radius: 0;
    font-family: "MS Sans Serif", sans-serif;
}

body.theme-crt #backToTop {
    background: #001a00;
    color: #00ff66;
    border: 2px solid #00ff66;
    border-radius: 0;
    text-shadow: 0 0 4px #00ff66;
    box-shadow: 0 0 8px rgba(0,255,102,0.3);
}

/* ── Original Theme ── */

body.theme-original .burger-btn {
    background: #2b70c9;
    color: white;
    box-shadow: 0 2px 6px rgba(43,112,201,0.35);
    padding: 12px 18px;
    margin: 0;
    border-radius: 0;
}

body.theme-original .burger-menu {
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

body.theme-original .burger-menu a {
    color: #1e3c72;
    border-bottom: 1px solid #e8edf5;
    transition: background 0.2s, padding-left 0.2s;
    border-left: 3px solid transparent;
}

body.theme-original .burger-menu a:hover {
    background: #f0f5ff;
    border-left: 3px solid #2b70c9;
    padding-left: 28px;
}

body.theme-original .burger-menu a:hover {
    background: #f0f5ff;
}

body.theme-original .burger-menu a.active-section {
    border-left: 3px solid #2b70c9;
    background: #f0f5ff;
    padding-left: 28px;
    color: #2b70c9;
}

body.theme-original .vendor-modal-content {
    border-top: 4px solid #2b70c9;
    border-radius: 12px;
}

body.theme-original #vendorTitle {
    color: #1e3c72;
    font-size: 20px;
    border-bottom: 2px solid #e8edf5;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

body.theme-original .vendor-close {
    color: #2b70c9;
    font-weight: bold;
}

body.theme-original .vendor-close:hover {
    color: #1e3c72;
}

/* ── Win95 Theme ── */
body.theme-win95 .top-nav {
    position: relative;
    text-align: left;
    padding: 8px 12px;
    z-index: 99999;
    overflow: visible;
}

body.theme-win95 .burger-btn {
    font-family: "MS Sans Serif", Tahoma, sans-serif;
    background: #c0c0c0;
    color: #000;
    border: 2px solid #fff;
    border-right-color: #808080;
    border-bottom-color: #808080;
    border-radius: 0;
    padding: 6px 14px;
}

body.theme-win95 .burger-btn:active {
    border: 2px solid #808080;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

body.theme-win95 .burger-menu {
    background: #c0c0c0;
    border: 2px solid #808080;
    border-top: none;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

body.theme-win95 .burger-menu a {
    color: #000;
    font-family: "MS Sans Serif", Tahoma, sans-serif;
    border-bottom: 1px solid #808080;
    padding: 10px 16px;
}

body.theme-win95 .burger-menu a:hover {
    background: #000080;
    color: #fff;
}

body.theme-win95 .burger-menu a:hover::before {
    content: '► ';
}

body.theme-win95 .burger-menu a.active-section {
    background: #000080;
    color: #fff;
}

body.theme-win95 #vendorTitle {
    background: #000080 !important;
    color: #fff !important;
    padding: 4px 8px !important;
    font-size: 16px !important;
    display: block !important;
    margin-bottom: 12px !important;
}

body.theme-win95 .vendor-close {
    float: right;
    background: #c0c0c0 !important;
    border: 2px solid #fff !important;
    border-right-color: #808080 !important;
    border-bottom-color: #808080 !important;
    font-size: 14px !important;
    padding: 2px 8px !important;
    cursor: pointer !important;
}

body.theme-win95 .vendor-close:active {
    border: 2px solid #808080 !important;
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
}

/* ── CRT Theme ── */
body.theme-crt .top-nav {
    position: relative;
    text-align: left;
    padding: 10px 14px;
    z-index: 99999;
    overflow: visible;
}

body.theme-crt .burger-btn {
    font-family: "Courier New", monospace;
    background: #001a00;
    color: #00ff66;
    border: 2px solid #00ff66;
    border-radius: 0;
    text-shadow: 0 0 4px #00ff66;
    box-shadow: 0 0 6px rgba(0,255,102,0.3);
}

body.theme-crt .burger-menu {
    background: #001a00;
    border: 2px solid #00ff66;
    border-top: none;
    box-shadow: 0 0 12px rgba(0,255,102,0.3);
    background-image: repeating-linear-gradient(
        0deg, transparent, transparent 2px, rgba(0,0,0,0.15) 2px, rgba(0,0,0,0.15) 4px
    );
}

body.theme-crt .burger-menu a {
    color: #00ff66;
    font-family: "Courier New", monospace;
    text-shadow: 0 0 4px #00ff66;
    border-bottom: 1px solid #003300;
}

body.theme-crt .burger-menu a:hover {
    background: #002500;
    text-shadow: 0 0 8px #00ff99;
}

body.theme-crt .burger-menu a.active-section {
    background: #002500;
    color: #00ffcc;
    text-shadow: 0 0 8px #00ffcc;
}
body.theme-crt .vendor-modal-content {
    position: relative;
}

body.theme-crt #vendorTitle {
    font-size: 22px !important;
    letter-spacing: 1px !important;
    border-bottom: 1px solid #00ff66 !important;
    padding-bottom: 10px !important;
    margin-bottom: 14px !important;
}

body.theme-crt #vendorDetails strong {
    color: #00ffcc !important;
    text-shadow: 0 0 4px #00ffcc !important;
}

body.theme-crt .vendor-close:hover {
    text-shadow: 0 0 8px #00ff66 !important;
    transform: scale(1.2);
}

  #hd-fab {
    position: fixed; top: 18px; right: 28px; z-index: 9999;
    width: 56px; height: 56px; border-radius: 50%;
    background: #1D9E75; color: white; border: none;
    font-size: 24px; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
  }
  #hd-fab:hover { background: #0F6E56; }
  #hd-panel {
    position: fixed; top: 84px; right: 28px; z-index: 9999;
    width: 360px; height: 520px;
    background: #fff; border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    display: none; flex-direction: column; overflow: hidden;
    font-family: system-ui, sans-serif;
  }
  #hd-panel.open { display: flex; }
  #hd-header {
    padding: 14px 16px; background: #1D9E75;
    display: flex; align-items: center; gap: 10px;
  }
  #hd-header span { color: white; font-size: 14px; font-weight: 500; flex: 1; }
  #hd-close { background: none; border: none; color: white; font-size: 20px; cursor: pointer; }
  #hd-messages {
    flex: 1; overflow-y: auto; padding: 14px;
    display: flex; flex-direction: column; gap: 10px;
    background: #f9f9f9;
  }
  .hd-msg { display: flex; gap: 7px; align-items: flex-end; }
  .hd-msg.user { flex-direction: row-reverse; }
  .hd-bubble {
    max-width: 80%; padding: 8px 12px; border-radius: 14px;
    font-size: 13px; line-height: 1.5; color: #1a1a1a;
  }
  .hd-msg.agent .hd-bubble { background: #fff; border: 0.5px solid #e5e5e5; border-bottom-left-radius: 4px; }
  .hd-msg.user .hd-bubble { background: #E1F5EE; color: #085041; border-bottom-right-radius: 4px; }
  .hd-dot { width: 28px; height: 28px; border-radius: 50%; background: #E1F5EE; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
  #hd-input-area { padding: 10px; border-top: 1px solid #eee; display: flex; gap: 8px; background: #fff; }
  #hd-input {
    flex: 1; font-size: 13px; padding: 8px 12px;
    border-radius: 20px; border: 1px solid #ddd;
    outline: none; font-family: inherit;
  }
  #hd-input:focus { border-color: #1D9E75; }
  #hd-send {
    width: 34px; height: 34px; border-radius: 50%;
    background: #1D9E75; border: none; color: white;
    cursor: pointer; font-size: 16px; display: flex;
    align-items: center; justify-content: center;
  }
  #hd-send:hover { background: #0F6E56; }
  .hd-typing { display: flex; gap: 4px; padding: 4px 2px; }
  .hd-typing span {
    width: 6px; height: 6px; border-radius: 50%;
    background: #aaa; animation: hdBounce 1.2s infinite;
  }
  .hd-typing span:nth-child(2) { animation-delay: 0.2s; }
  .hd-typing span:nth-child(3) { animation-delay: 0.4s; }
  @keyframes hdBounce {
    0%,60%,100% { transform: translateY(0); opacity: 0.4; }
    30% { transform: translateY(-5px); opacity: 1; }
  }
#emailNowBtn {
    display: none;
}
#tipBox {
  position: fixed;
  top: 50%;
  left: 20px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  font-size: 14px;
  display: none;
  z-index: 9999;
}