:root {
    --tb-gold: #ffffff;
    --tb-dark: #ffffff;
    --tb-red: #e50000;
    --tb-footer-bg: #ffffff;
    --tb-footer-text: #111111;
    --tb-topbar-bg: #f8f9fa;
    --tb-topbar-text: #111111;
    --tb-header-text: #111111;
    --tb-body-bg: #f8f9fa;
    --tb-search-form-bg: #ffffff;
    --tb-search-field-bg: #ffffff;
    --tb-search-field-border: #eaeaea;
    --tb-section-bg: #f8f9fa;
    --tb-section-alt-bg: #ffffff;
    --tb-heading: #111111;
    --tb-text: #222222;
    --tb-search-btn-bg: #e50000;
    --tb-search-btn-text: #ffffff;
    --tb-call-bg: transparent;
    --tb-call-text: #111111;
    --tb-whatsapp-bg: #e50000;
    --tb-whatsapp-text: #ffffff;
    --tb-btn-radius: 8px;
    --tb-btn-padding-y: 12px;
    --tb-btn-weight: 700;
    --tb-btn-transform: none;
}
body.tb-lock {
    padding-top: 86px;
    padding-bottom: 72px;
    background: var(--tb-body-bg);
}
.tb-mobile-only {
    display: none;
}
.tb-carousel-wrap , .tb-carousel-wrap * {overflow-y:hidden}

.tb-app-shell {
    max-width: 980px;
    margin: 0 auto;
    background: var(--tb-body-bg);
}
.tb-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.tb-top-strip {
    background: var(--tb-topbar-bg);
    color: var(--tb-topbar-text);
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding: 6px 8px;
}
.tb-mobile-header {
    height: 60px;
    background: var(--tb-gold);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.tb-brand {
    font-weight: 900;
    letter-spacing: 0;
    color: var(--tb-header-text);
    text-decoration: none;
    flex: 1;
    text-align: center;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tb-icon-link {
    border: 0;
    background: transparent;
    color: var(--tb-header-text);
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tb-cart-link span {
    position: absolute;
    top: -6px;
    right: -9px;
    background: var(--tb-red);
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    min-width: 16px;
    height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.tb-search-toggle i {
    color: var(--tb-red);
}

/* ==========================================================
   Paulo Travels Search Form Update
   ========================================================== */
.tb-search-box {
    
}
.tb-tab-row {
    background: transparent;
    display: flex;
    justify-content: space-between;
    padding: 0;
    
}
.tb-tab {
    flex: 1;
    border: 0;
    background: transparent !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 16px 4px;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    border-bottom: 3px solid transparent;
}
.tb-tab i {
    display: block;
    font-size: 24px;
    color: #666;
}
.tb-tab.active {
    color: var(--tb-red) !important;
    border-bottom-color: var(--tb-red);
}
.tb-tab.active i {
    color: var(--tb-red);
}

/* --- THE SEARCH STACKING FIX & MOBILE SIDE-BY-SIDE --- */
.tb-search-form { display: none !important; }
.tb-search-form.active {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    background: var(--tb-search-form-bg);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.tb-search-form .tb-input-group,
.tb-search-form .tb-submit-group {
    width: 100%;
}
.tb-search-form .tb-input-half {
    width: calc(50% - 6px); /* Allows Adults and Kids to sit side-by-side on mobile */
}

.tb-search-form label {
    display: block;
    margin-top: 4px;
    margin-bottom: 0px;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 11px;
    color: var(--tb-red);
    text-transform: uppercase;
}
.tb-search-form .form-control,
.tb-search-form .form-select {
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    height: 40px;
    padding: 4px 0;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    color: #111;
    margin-bottom: 16px;
    box-shadow: none !important;
    width: 100%;
}
.tb-search-form .form-control:focus,
.tb-search-form .form-select:focus {
    border-bottom-color: var(--tb-red);
}
.tb-search-btn {
    margin-top: 8px;
    width: 100% !important;
    background: var(--tb-search-btn-bg);
    color: var(--tb-search-btn-text);
    border: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
    padding: 14px 12px;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: none !important;
}

.tb-section {
    padding: 20px 16px;
    max-width: 1360px;
    margin: 0 auto;
    color: var(--tb-text);
}
.tb-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.tb-section h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: var(--tb-heading);
}

/* ==========================================================
   Paulo Travels Package Cards (Mobile Horizontal / PC Vertical)
   ========================================================== */
.tb-package-card-rich {
    padding: 0;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important; 
    border: 1px solid #eaeaea;
    background: #fff;
    display: flex;
    overflow: hidden;
    margin-bottom: 16px;
    text-decoration: none;
    flex-direction: row; /* Mobile Row Layout */
    align-items: stretch;
}

/* Mobile Image Left Side */
.tb-paulo-img-wrap { 
    width: 40%; 
    position: relative; 
    display: block; 
    flex-shrink: 0;
}
.tb-package-card-rich .tb-card-img { 
    position: absolute; 
    inset: 0; 
    border-radius: 0; 
    display: block; 
    height: 100%; 
}
.tb-package-card-rich .tb-card-img img, .tb-placeholder { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 12px 0 0 12px !important; 
    position: absolute; 
    inset: 0;
}
.tb-placeholder { background: #f1f1f1; display: flex; align-items: center; justify-content: center; }

/* Best Seller Badge */
.tb-paulo-badge { 
    position: absolute; 
    top: 12px; 
    left: 0; 
    background: var(--tb-red); 
    color: #fff; 
    padding: 4px 10px; 
    font-size: 10px; 
    font-weight: 800; 
    border-radius: 0 4px 4px 0; 
    z-index: 2; 
}

/* Mobile Content Right Side */
.tb-paulo-content { 
    width: 60%; 
    padding: 12px 14px; 
    display: flex; 
    flex-direction: column; 
    flex: 1; 
}

/* Title & Price Header Rules */
.tb-paulo-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    gap: 8px; 
    margin-bottom: 8px; 
    flex-wrap: wrap;
    align-content: flex-start;
}
.tb-package-card-rich h3 { 
    background: transparent; 
    text-align: left; 
    padding: 0; 
    font-size: 14px; 
    color: #111; 
    line-height: 1.3; 
    margin: 0 !important; 
    font-weight: 800; 
    flex: 1;
    min-width: 80px;
}

/* Perfect Pricing Block Alignment */
.tb-paulo-price-block { 
    text-align: right; 
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.tb-price-old-wrap {
    font-size: 10px;
    color: #777;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}
.tb-old-price {
    text-decoration: line-through;
    color: #888;
}
.tb-price-new-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
    line-height: 1;
}
.tb-package-card-rich .tb-inr-price { 
    background: transparent; 
    color: var(--tb-red) !important; 
    font-size: 14px; 
    padding: 0; 
    border: none; 
    margin: 0; 
    font-weight: 900; 
    display: block; 
    text-align: right; 
}
.tb-save-badge {
    background: #28a745; 
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 1.2;
}
.tb-paulo-price-block small { 
    display: block; 
    font-size: 9px; 
    color: #666; 
    font-weight: 500; 
    margin-top: 2px; 
}


/* 4-Icon Features Grid */
.tb-paulo-features { 
    display: grid; 
    grid-template-columns: repeat(6, 1fr); 
    gap: 4px; 
    background: transparent; 
    border: none; 
    padding: 0; 
    margin-bottom: 0px; 
    overflow: visible; 
}
.tb-paulo-features span { 
    border: none; 
    color: #111; 
    font-size: 9px; 
    font-weight: 600; 
    padding: 0; 
    min-width: 0; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center;
}
.tb-paulo-features span em {display:none !important;}
.tb-paulo-features i { font-size: 16px; color: #444; margin-bottom: 4px; }
.tb-feature-icon-img { width: 16px; height: 16px; object-fit: contain; margin-bottom: 4px; }

/* Duration Pill */
.tb-paulo-duration { 
    background: rgba(229, 0, 0, 0.05); 
    color: #111; 
    border-radius: 6px; 
    padding: 0px; 
    margin-bottom: 6px; 
    font-size: 11px; 
    font-weight: 700; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    border: none; 
}
.tb-paulo-duration i { color: #111; margin-right: 4px; font-size: 12px;}

/* Action Buttons */
.tb-paulo-actions { 
    padding: 0; 
    gap: 8px; 
    display: flex; 
    justify-content: space-between; 
    margin-top: auto; 
}
.tb-paulo-actions .btn { 
    flex: 1; 
    min-width: 0; 
    border-radius: 6px !important; 
    padding: 8px 4px; 
    font-size: 11px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 4px; 
    font-weight: 800; 
    box-shadow: none !important; 
    text-transform: none;
}
.tb-paulo-actions .tb-call-btn { background: transparent; border: 1px solid #111; color: #111; }
.tb-paulo-actions .tb-call-btn:hover { background: #f8f9fa; }
.tb-paulo-actions .tb-whatsapp-btn { background: var(--tb-red); color: #fff; border: 1px solid var(--tb-red); }
.tb-paulo-actions .tb-whatsapp-btn:hover { background: #cc0000; border-color: #cc0000; }

/* DESKTOP OVERRIDES FOR CARDS (PC Vertical 3-Column Grid) */
@media (min-width: 768px) {
    .tb-package-card-rich { 
        flex-direction: column !important; 
    }
    .tb-paulo-img-wrap { 
        width: 100% !important; 
        height: 200px; 
        min-height: 200px;
        position: relative;
    }
    .tb-package-card-rich .tb-card-img img, .tb-placeholder { 
        border-radius: 12px 12px 0 0 !important; 
    }
    .tb-paulo-badge {
        top: 16px;
        padding: 6px 14px;
        font-size: 12px;
    }
    
    .tb-paulo-content { 
        width: 100% !important; 
        padding: 24px !important; 
    }
    .tb-paulo-header { 
        margin-bottom: 20px; 
    }
    .tb-package-card-rich h3 { 
        font-size: 18px !important; 
        max-width: 65%;
    }
    .tb-price-old-wrap { 
        font-size: 13px; 
    }
    .tb-package-card-rich .tb-inr-price { 
        font-size: 20px; 
    }
    .tb-save-badge { 
        font-size: 12px; 
        padding: 3px 6px; 
    }
    .tb-paulo-price-block small {
        font-size: 11px;
    }

    .tb-paulo-features {
        gap: 8px;
        margin-bottom: 20px;
    }
    .tb-paulo-features span {
        font-size: 11px;
    }
    .tb-paulo-features i { font-size: 24px; margin-bottom: 8px; }
    .tb-feature-icon-img { width: 24px; height: 24px; margin-bottom: 8px; }
    .tb-paulo-duration {
        padding: 10px;
        font-size: 13px;
        margin-bottom: 20px;
    }
    .tb-paulo-actions {
        gap: 14px;
    }
    .tb-paulo-actions .btn {
        font-size: 14px;
        padding: 12px;
        border-radius: 8px !important;
        gap: 8px;
    }
}

/* Base structural bits to keep plugin layout stable */
.tb-title-link { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.tb-title-link h2 { text-transform: none; font-size: 18px; }
.tb-title-link a { font-weight: 800; text-decoration: none; color: #444; }
.tb-pills { display: flex; gap: 20px; overflow: auto; margin-bottom: 12px; }
.tb-pills span { white-space: nowrap; font-weight: 700; }
.tb-pills span:first-child { border: 1px solid var(--tb-red); border-radius: 6px; color: var(--tb-red); padding: 3px 24px; }
.tb-where { background: var(--tb-section-alt-bg); }

.tb-footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    background: var(--tb-footer-bg);
    z-index: 99999;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}
.tb-footer-nav a { color: #666; text-decoration: none; text-align: center; font-weight: 700; font-size: 11px; min-width: 56px; }
.tb-footer-nav i { display: block; font-size: 22px; line-height: 1.1; margin-bottom: 2px; }
.tb-footer-nav a:hover, .tb-footer-nav a.active { color: var(--tb-red); }

.tb-ajax-results-wrap { border-top: none; }
.tb-ajax-loader { display: flex; align-items: center; justify-content: center; gap: 10px; background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 16px; margin-bottom: 14px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07); color: var(--tb-heading); }
.tb-spinner, .tb-mini-spinner { display: inline-block; border-radius: 50%; border: 3px solid rgba(0, 0, 0, 0.14); border-top-color: var(--tb-red); animation: tbSpin 0.8s linear infinite; }
.tb-spinner { width: 26px; height: 26px; }
.tb-mini-spinner { width: 14px; height: 14px; border-width: 2px; margin-right: 6px; vertical-align: -2px; }
.tb-ajax-results.tb-loading { opacity: 0.45; pointer-events: none; }
.tb-results-grid { align-items: stretch; padding:0 6%; }
.tb-no-results { text-align: center; background: #fff; border-radius: 14px; padding: 26px 18px; border: 1px dashed rgba(0, 0, 0, 0.18); color: var(--tb-text); }
.tb-no-results i { font-size: 32px; color: var(--tb-red); }
.tb-no-results h3 { font-size: 20px; font-weight: 900; margin: 8px 0 4px; color: var(--tb-heading); }
@keyframes tbSpin { to { transform: rotate(360deg); } }

/* Mobile Menu overlay */
.tb-menu-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.48); z-index: 99998; opacity: 0; visibility: hidden; transition: 0.25s ease; }
.tb-mobile-menu { position: fixed; top: 0; bottom: 0; left: 0; width: min(84vw, 340px); background: #fff; z-index: 100000; transform: translateX(-105%); transition: 0.28s ease; box-shadow: 10px 0 30px rgba(0, 0, 0, 0.25); display: block !important; }
.admin-bar .tb-mobile-menu { top: 46px; }
.tb-menu-panel-head { background: #fff; color: var(--tb-header-text); display: flex; align-items: center; justify-content: space-between; padding: 20px 18px; font-weight: 900; border-bottom: 1px solid #eaeaea; }
.tb-menu-close { border: 0; background: transparent; font-size: 24px; color: var(--tb-header-text); }
.tb-menu-links { padding: 12px; }
.tb-menu-links a { display: flex; align-items: center; justify-content: space-between; padding: 14px 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); text-decoration: none; color: var(--tb-heading); font-weight: 800; }
.tb-menu-links a:hover { color: var(--tb-red); }
body.tb-menu-open .tb-mobile-menu { transform: translateX(0); }
body.tb-menu-open .tb-menu-overlay { display:none !important }

/* Carousel Additions */
.tb-carousel-section { overflow: hidden; }
.tb-carousel-wrap { position: relative; }
.tb-carousel-track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; padding: 4px 2px 14px; scrollbar-width: none; }
.tb-carousel-track::-webkit-scrollbar { display: none; }
.tb-carousel-item { scroll-snap-align: start; flex: 0 0 calc(50% - 7px); }

.tb-offer-card, .tb-dest-card { position: relative; overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; justify-content: flex-end; min-height: 160px; border-radius: 12px; }
.tb-editable-image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.tb-editable-image-card:has(img)::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62)); z-index: 1; }
.tb-editable-image-card strong, .tb-editable-image-card small { position: relative; z-index: 2; padding: 0 12px; }
.tb-editable-image-card strong { margin-bottom: 2px; font-size: 16px; }
.tb-editable-image-card small { margin-bottom: 12px; font-weight: 500; font-size: 12px; }
.tb-editable-image-card:has(img) strong, .tb-editable-image-card:has(img) small { color: #fff; }

/* AJAX load more */
.tb-load-more-wrap { display: flex; justify-content: center; margin: 18px 0 24px; }
.tb-load-more { border: 0; background: var(--tb-red); color: #fff; border-radius: 8px; padding: 12px 24px; font-weight: 700; box-shadow: none !important; }

/* ==========================================================================
   RESTORED DESKTOP HEADER & FOOTER
   ========================================================================== */
.tb-desktop-only { display: none; }
.tb-desktop-header-wrap { background: #fff; border-bottom: 1px solid #e8edf3; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04); z-index: 9999; width: 100%; }
.tb-desktop-header-inner { height: 72px; display: flex; align-items: center; gap: 26px; padding: 0 36px; max-width: 1360px; margin: 0 auto; }
.tb-desktop-logo { display: flex; flex-direction: column; justify-content: center; min-width: 190px; text-decoration: none; color: #006ab6; line-height: 1; }
.tb-desktop-logo img { max-width: 145px; max-height: 48px; object-fit: contain; display: block; }
.tb-desktop-logo strong { font-size: 28px; font-weight: 900; letter-spacing: -1px; color: #0874bd; }
.tb-desktop-logo span { font-size: 11px; color: #333; margin-top: 4px; }
.tb-desktop-top-menu { display: flex; align-items: center; gap: 25px; flex: 1; min-width: 0; overflow: hidden; }
.tb-desktop-top-menu a { display: flex; align-items: flex-start; gap: 6px; text-decoration: none; color: #222; min-width: 96px; white-space: nowrap; }
.tb-desktop-top-menu i { font-size: 15px; color: #174d7d; line-height: 1.2; margin-top: 1px; }
.tb-desktop-top-menu strong { display: block; font-size: 14px; font-weight: 800; color: #202020; line-height: 1.1; }
.tb-desktop-top-menu small { display: block; font-size: 11px; color: #666; line-height: 1.25; margin-top: 4px; font-weight: 500; }
.tb-desktop-actions { display: flex; align-items: center; gap: 14px; white-space: nowrap; }
.tb-desktop-country { font-size: 14px; font-weight: 700; color: #222; }
.tb-desktop-login { background: #2c97ee; color: #fff !important; text-decoration: none; border-radius: 999px; padding: 10px 18px; font-size: 14px; font-weight: 800; box-shadow: 0 8px 18px rgba(44, 151, 238, 0.22); }
.tb-desktop-login:hover { color: #fff; filter: brightness(0.96); }

/* --- NEW DESKTOP LOGIN/LOGOUT ACTIONS CSS --- */
.tb-desktop-user-name { font-size: 14px; font-weight: 700; color: #222; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.tb-desktop-user-name i { color: var(--tb-red); font-size: 18px; }
.tb-desktop-login.tb-desktop-logout { background: #f1f3f5; color: #333 !important; box-shadow: none; padding: 8px 16px; border: 1px solid #ddd; }
.tb-desktop-login.tb-desktop-logout:hover { background: #ffe5e5; color: var(--tb-red) !important; border-color: var(--tb-red); }

.tb-desktop-cart { position: relative; color: #123; text-decoration: none; font-size: 20px; line-height: 1; }
.tb-desktop-cart span { position: absolute; top: -8px; right: -10px; background: #ed145b; color: #fff; border-radius: 999px; font-size: 10px; min-width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.tb-desktop-main-menu { height: 48px; display: flex; align-items: center; gap: 4px; padding: 0 36px; max-width: 1360px; margin: 0 auto; overflow-x: auto; scrollbar-width: none; border-top: 1px solid #f1f3f5; }
.tb-desktop-main-menu::-webkit-scrollbar { display: none; }
.tb-desktop-main-menu a { display: flex; align-items: center; gap: 6px; text-decoration: none; color: #222; font-size: 16px; font-weight: 700; padding: 10px 14px; border-radius: 6px; white-space: nowrap; }
.tb-desktop-main-menu a i { font-size: 20px; color: #333; }
.tb-desktop-main-menu a.active, .tb-desktop-main-menu a:hover { background: #eaf4ff; color: #0d66a8; }
.tb-desktop-main-menu a.active i, .tb-desktop-main-menu a:hover i { color: #0d66a8; }

@media (min-width: 768px) {
    .tb-desktop-only { display: block; }
    .tb-header-wrap { display: none !important; }
    .tb-desktop-header-wrap { position: sticky; top: 0; }
    .admin-bar .tb-desktop-header-wrap { top: 32px; }
    .tb-search-box { border-radius: 0; margin: 0 auto; max-width: 1360px; }
    .tb-footer-nav { display: none !important; }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .tb-desktop-header-inner { padding: 0 18px; gap: 14px; }
    .tb-desktop-top-menu { gap: 14px; }
    .tb-desktop-top-menu a { min-width: 84px; }
    .tb-desktop-actions { gap: 8px; }
    .tb-desktop-main-menu { padding: 0 18px; }
    .tb-desktop-logo { min-width: 160px; }
    .tb-desktop-login { padding: 9px 13px; }
}

.tb-desktop-footer { background:#111827; color:#dbe3ef; border-top:4px solid var(--tb-red); margin-top:40px; }
.tb-desktop-footer-inner { max-width:1360px; margin:0 auto; padding:48px 36px 34px; display:grid; grid-template-columns:1.5fr repeat(4,1fr) 1.15fr; gap:28px; }
.tb-desktop-footer h3, .tb-desktop-footer h4 { color:#fff; margin:0 0 14px; font-weight:900; }
.tb-desktop-footer h3 { font-size:28px !important; letter-spacing:-.5px; }
.tb-desktop-footer h4 { font-size:16px !important; text-transform:uppercase; letter-spacing:.8px; }
.tb-footer-brand-col p, .tb-footer-contact-col p { margin:0 0 12px; line-height:1.65; color:#212529 !important; }
.tb-footer-col ul { list-style:none; margin:0; padding:0; display:grid; gap:9px; }
.tb-footer-col a, .tb-footer-contact-mini a { color:#212529 !important; text-decoration:none; font-weight:600; }
.tb-footer-col a:hover, .tb-footer-contact-mini a:hover { color:var(--tb-topbar-text); }
.tb-footer-contact-mini { display:grid; gap:8px; margin-top:18px; }
.tb-footer-contact-mini a, .tb-footer-contact-col p { display:flex; align-items:flex-start; gap:9px; }
.tb-footer-contact-mini i, .tb-footer-contact-col i { color:var(--tb-topbar-text); margin-top:2px; }
.tb-desktop-footer-bottom { border-top:1px solid rgba(255,255,255,.12); max-width:1360px; margin:0 auto; padding:16px 36px; display:flex; align-items:center; justify-content:space-between; gap:18px; color:#bcc7d6; font-size:14px; }
.tb-desktop-footer-bottom a { color:var(--tb-topbar-text); text-decoration:none; font-weight:800; }

@media(max-width:1200px) and (min-width:768px){ 
    .tb-desktop-footer-inner { grid-template-columns:1.4fr repeat(3,1fr); } 
}
@media(max-width:767.98px){ 
    .tb-desktop-footer { display:none !important; } 
}

/* ==========================================================================
   RESTORED: SINGLE PACKAGE DETAILS & OFFERS
   ========================================================================== */
.tb-single-wrap { background: var(--tb-body-bg); color: var(--tb-text); padding: 20px 0 90px; }
.tb-single-container { max-width: 1120px; margin: 0 auto; padding: 0 18px; }
.tb-single-hero { position: relative; border-radius: 24px; overflow: hidden; min-height: 380px; background: #222; display: flex; align-items: flex-end; box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22); }
.tb-single-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.72); }
.tb-single-hero-content { position: relative; z-index: 2; padding: 38px; color: #fff; max-width: 760px; }
.tb-single-badge { display: inline-flex; gap: 6px; align-items: center; background: var(--tb-red); color: #fff; border-radius: 999px; padding: 7px 14px; font-weight: 900; margin-bottom: 12px; }
.tb-single-hero h1 { font-size: clamp(32px, 5vw, 58px); font-weight: 900; line-height: 0.98; margin: 0 0 12px; }
.tb-single-price { font-size: 24px; font-weight: 900; color: var(--tb-topbar-text); }
.tb-single-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; margin-top: 26px; }
.tb-single-card { background: #fff; border-radius: 22px; padding: 24px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09); }
.tb-single-card h2 { font-size: 24px; font-weight: 900; margin: 0 0 14px; color: var(--tb-heading); }
.tb-single-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.tb-meta-item { background: var(--tb-section-alt-bg); border-radius: 14px; padding: 14px; font-weight: 800; }
.tb-meta-item i { color: var(--tb-red); margin-right: 6px; }
.tb-booking-box { position: sticky; top: 95px; }
.tb-booking-box .btn { width: 100%; margin-top: 10px; border-radius: var(--tb-btn-radius); font-weight: var(--tb-btn-weight); text-transform: var(--tb-btn-transform); padding: 12px; }
.tb-single-content { line-height: 1.7; }
.tb-single-content img { max-width: 100%; height: auto; border-radius: 14px; }
.tb-back-link { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; font-weight: 900; color: var(--tb-heading); margin-bottom: 14px; }

.tb-info-subtitle { font-size: 20px; font-weight: 700; margin: 0 0 18px; color: #fff; }
.tb-info-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--tb-search-btn-bg); color: var(--tb-search-btn-text); text-decoration: none; border-radius: var(--tb-btn-radius); padding: 12px 18px; font-weight: var(--tb-btn-weight); text-transform: var(--tb-btn-transform); }
.tb-info-cta:hover { filter: brightness(0.95); color: var(--tb-search-btn-text); }
.tb-info-excerpt { font-size: 18px; font-weight: 700; color: var(--tb-heading); border-left: 4px solid var(--tb-red); padding-left: 14px; }
.tb-info-single .tb-single-card { overflow: hidden; }
.tb-info-hero:not(:has(img)) { background: linear-gradient(135deg, var(--tb-dark), var(--tb-red)); }
.tb-info-hero:not(:has(img)) .tb-single-hero-content { max-width: 850px; }
.tb-info-single .tb-booking-box p { font-weight: 700; color: var(--tb-text); }

.tb-package-tabs-wrap { margin: 24px 0; background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid rgba(0,0,0,.08); }
.tb-package-tabs { display: grid; grid-template-columns: repeat(4, 1fr); background: #f4f6fb; border-bottom: 1px solid rgba(0,0,0,.08); }
.tb-package-tab { border: 0; background: transparent; color: var(--tb-heading); padding: 14px 10px; font-weight: 900; letter-spacing: .6px; font-size: 14px; }
.tb-package-tab.active { background: var(--tb-red); color: #fff; }
.tb-package-tab-panel { display: none; padding: 22px; line-height: 1.75; color: var(--tb-text); }
.tb-package-tab-panel.active { display: block; }
.tb-package-tab-panel p:last-child, .tb-package-tab-panel ul:last-child, .tb-package-tab-panel ol:last-child { margin-bottom: 0; }

.tb-single-gallery { margin: 24px 0; }
.tb-single-gallery h2 { margin-bottom: 14px; }
.tb-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tb-gallery-grid a { display: block; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 22px rgba(0,0,0,.10); background: #f3f3f3; }
.tb-gallery-grid img { width: 100%; aspect-ratio: 1.35/1; object-fit: cover; display: block; transition: transform .3s ease; }
.tb-gallery-grid a:hover img { transform: scale(1.05); }

.tb-package-detail-page{background:var(--tb-body-bg);color:#3f3f46;padding:0 0 70px;font-family:inherit}
.tb-detail-container{max-width:1260px;margin:0 auto;padding:0 16px}
.tb-detail-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;margin:8px 0 18px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tb-detail-breadcrumb a{color:var(--tb-text);text-decoration:none}
.tb-detail-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}
.tb-detail-titlebar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.tb-detail-titlebar h1{font-size:22px;line-height:1.25;font-weight:900;margin:0;color:var(--tb-heading)}
.tb-detail-rating{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#555}
.tb-detail-rating i{color:#f9ad13;font-size:18px}
.tb-detail-rating strong{font-weight:700}
.tb-detail-meta-row{display:flex;align-items:center;gap:28px;margin-bottom:20px;font-weight:800;color:#555}
.tb-detail-meta-row span{display:inline-flex;align-items:center;gap:8px}
.tb-detail-meta-row i{font-size:20px;color:var(--tb-red)}
.tb-detail-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 298px;gap:24px;align-items:start}
.tb-detail-left{min-width:0}
.tb-detail-gallery-mosaic{display:grid;grid-template-columns:1.05fr 1fr;gap:12px}
.tb-gallery-main,.tb-gallery-small{position:relative;display:block;overflow:hidden;background:#eef1f4}
.tb-gallery-main{height:254px;border-radius:12px}
.tb-gallery-side-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tb-gallery-small{height:121px;border-radius:8px}
.tb-gallery-main img,.tb-gallery-small img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}
.tb-gallery-main:hover img,.tb-gallery-small:hover img{transform:scale(1.04)}
.tb-customized-badge{position:absolute;top:10px;left:10px;background:#fff;color:var(--tb-red);border:1px solid var(--tb-red);border-radius:5px;padding:8px 12px;font-weight:900;font-size:13px;display:inline-flex;align-items:center;gap:6px;z-index:2}
.tb-gallery-see-all:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.42);z-index:1}
.tb-gallery-see-all span{position:absolute;inset:0;z-index:2;color:#fff;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center;text-align:center}
.tb-detail-feature-icons{display:flex;align-items:flex-start;gap:34px;overflow-x:auto;padding:24px 8px;scrollbar-width:none}
.tb-detail-feature-icons::-webkit-scrollbar{display:none}
.tb-detail-feature-item{min-width:66px;text-align:center;color:#414141}
.tb-feature-circle{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-bottom:7px}
.tb-feature-circle i{font-size:20px}
.tb-feature-circle img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}
.tb-detail-feature-item strong{display:block;font-size:13px;line-height:1.2;font-weight:700}
.tb-feature-0{background:var(--tb-red)}.tb-feature-1{background:#ff7e3e}.tb-feature-2{background:#d9362e}.tb-feature-3{background:#8648a6}.tb-feature-4{background:#f5c62f}.tb-feature-5{background:#2fbec0}
.tb-detail-tabs-card{margin-top:0;background:#fff;border:1px solid #e1e1e1;border-radius:8px;overflow:hidden}
.tb-detail-tabs-card .tb-package-tabs{display:flex;gap:0;background:#fff;border-bottom:1px solid #e1e1e1;overflow-x:auto}
.tb-detail-tabs-card .tb-package-tab{border:0;background:#fff;color:#424242;padding:16px 17px;font-weight:900;text-transform:uppercase;font-size:15px;white-space:nowrap}
.tb-detail-tabs-card .tb-package-tab.active{color:var(--tb-red);border-bottom:3px solid var(--tb-red);}
.tb-detail-tabs-card .tb-package-tab-panels{padding:20px 16px}
.tb-detail-tabs-card .tb-package-tab-panel{display:none}
.tb-detail-tabs-card .tb-package-tab-panel.active{display:block}
.tb-detail-tabs-card .tb-package-tab-panel h2,.tb-detail-tabs-card .tb-package-tab-panel h3{font-size:18px;font-weight:900;color:var(--tb-heading);margin-top:0}
.tb-detail-tabs-card .tb-package-tab-panel p,.tb-detail-tabs-card .tb-package-tab-panel li{font-size:15px;line-height:1.75;color:var(--tb-text)}
.tb-detail-sidebar{position:sticky;top:90px;display:flex;flex-direction:column;gap:16px}
.tb-price-book-card,.tb-offer-side-card{background:#fff;border:1px solid #dedede;border-radius:10px;overflow:hidden}
.tb-price-book-card{padding:10px}
.tb-price-box{background:var(--tb-section-bg);border-radius:8px 8px 0 0;text-align:center;padding:18px 12px}
.tb-price-box del{display:block;color:#7a7a7a;font-size:15px;margin-bottom:2px}
.tb-price-box strong{display:block;font-size:26px;line-height:1.1;color:var(--tb-red);font-weight:900}
.tb-price-box span{display:block;color:#7b7284;font-size:13px;margin-top:6px}
.tb-reward-box{background:#fff3f3;text-align:center;padding:10px}
.tb-reward-box strong{display:block;font-size:17px;color:#555}
.tb-reward-box small{font-size:11px;color:#666}
.tb-book-now-btn{display:flex;align-items:center;justify-content:center;gap:7px;background:var(--tb-red);color:#fff!important;text-decoration:none;border-radius:8px;margin:14px 14px 10px;padding:12px;font-weight:900}
.tb-wishlist-btn{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d7d7d7;color:#555!important;text-decoration:none;border-radius:8px;margin:0 14px 10px;padding:10px;font-weight:800;background:#fff}
.tb-detail-side-actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #eee;margin-top:2px}
.tb-detail-side-actions a{display:flex;align-items:center;justify-content:center;gap:8px;color:#595959;text-decoration:none;padding:13px 6px;font-size:13px}
.tb-detail-side-actions a:first-child{border-right:1px solid #eee}
.tb-offer-side-card{padding:18px 24px}
.tb-offer-side-card h3{font-size:22px;font-weight:900;color:var(--tb-heading);margin:0 0 3px}
.tb-offer-side-card h3 i{color:var(--tb-red)}
.tb-offer-side-card>strong{display:block;color:#03a02b;font-size:12px;margin:0 0 12px;text-align:center}
.tb-offer-side-card label{font-size:13px;font-weight:600;color:#555;margin-bottom:6px}
.tb-coupon-line{display:flex}
.tb-coupon-line input{flex:1;height:34px;border:1px solid #bfbfbf;border-right:0;border-radius:4px 0 0 4px}
.tb-coupon-line button{width:72px;border:1px solid #bfbfbf;background:#f4f4f4;color:#111;font-weight:900;border-radius:0 4px 4px 0}
.tb-side-call{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--tb-call-bg);color:#111!important;border:1px solid #111; text-decoration:none;border-radius:8px;padding:12px;font-weight:900}

/* Booking form styling */
.tb-booking-form { margin: 14px 0; padding: 16px; border-radius: 14px; background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 8px 22px rgba(0,0,0,.06); }
.tb-booking-form h3 { font-size: 18px; font-weight: 900; margin: 0 0 12px; color: var(--tb-heading); }
.tb-booking-form label { display: block; font-size: 12px; font-weight: 800; margin: 9px 0 4px; color: var(--tb-text); }
.tb-booking-form input, .tb-booking-form textarea { width: 100%; border: 1px solid #ddd; border-radius: 8px; padding: 9px 10px; font-size: 14px; background: #fff; }
.tb-booking-two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tb-booking-message, .tb-booking-success { margin-top: 12px; border-radius: 10px; padding: 12px; font-weight: 700; line-height: 1.4; }
.tb-booking-ok, .tb-booking-success { background: #e9f9ef; color: #0c6b2f; border: 1px solid #bdeacb; }
.tb-booking-error { background: #fff0f0; color: #b30612; border: 1px solid #ffcaca; }
.tb-booking-status-pending { color: #b26a00; }
.tb-booking-status-approved { color: #0a7a2f; }
.tb-booking-status-cancelled { color: #b30612; }

@media(max-width:991px){
    .tb-detail-main-grid{grid-template-columns:1fr}
    .tb-detail-sidebar{position:static}
    .tb-detail-gallery-mosaic{grid-template-columns:1fr}
    .tb-gallery-main{height:260px}
    .tb-gallery-side-grid{grid-template-columns:repeat(4,1fr);gap:8px}
    .tb-gallery-small{height:88px}
    .tb-detail-feature-icons{gap:22px}
    .tb-price-book-card,.tb-offer-side-card{max-width:100%}
}
@media(max-width:767.98px){
    .tb-single-wrap { padding-top: 86px; }
    .tb-single-hero { min-height: 300px; border-radius: 0; margin-left: -18px; margin-right: -18px; }
    .tb-single-hero-content { padding: 26px 18px; }
    .tb-single-grid { grid-template-columns: 1fr; }
    .tb-single-meta { grid-template-columns: 1fr; }
    .tb-booking-box { position: static; }
    .tb-info-subtitle { font-size: 16px; }
    .tb-info-cta { width: 100%; justify-content: center; }
    .tb-package-tab {font-size: 12px; padding: 12px 5px;}
    .tb-package-tab-panel {padding: 16px;}
    .tb-gallery-grid {grid-template-columns: repeat(2, 1fr); gap: 9px;}
    .tb-package-detail-page{padding-top:86px;padding-bottom:90px}
    .tb-detail-container{padding:0 12px}
    .tb-detail-breadcrumb{font-size:12px;margin-bottom:12px}
    .tb-detail-titlebar h1{font-size:20px}
    .tb-detail-meta-row{gap:14px;flex-wrap:wrap;font-size:14px}
    .tb-gallery-main{height:220px}
    .tb-gallery-side-grid{grid-template-columns:1fr 1fr}
    .tb-gallery-small{height:100px}
    .tb-customized-badge{font-size:12px;padding:7px 9px}
    .tb-detail-feature-icons{padding:18px 2px;gap:18px}
    .tb-detail-feature-item{min-width:58px}
    .tb-detail-tabs-card .tb-package-tab{font-size:13px;padding:13px 12px}
    .tb-detail-tabs-card .tb-package-tab-panels{padding:16px 13px}
    .tb-price-box strong{font-size:24px}
}

/* ==========================================================================
   MOBILE ONLY OVERRIDES & USER CUSTOMIZATIONS
   ========================================================================== */
.tb-tab span {color:#000000}

@media (max-width: 767.98px) {
  .tb-paulo-header h3 {font-size:14px !important;}
    #travel-bit-search {padding:90px 0 0 0;}
    .tb-mobile-only { display: block; padding-bottom:0 !important }
	.tb-mobile-only a:nth-child(4) svg {fill:green;}
    body { padding-bottom: 75px; }
    .admin-bar .tb-header-wrap { top: 46px; }
    .tb-app-shell { padding-top: 90px; }
    .tb-section { padding-left: 0px; padding-right: 0px; }
    .tb-brand { font-size: 18px; }
    .tb-tab {padding:10px !important;}
    .tb-mobile-only a {color:#000000 !important; font-size:.8rem; max-height: 35px !important; letter-spacing:0 !important} 
    .tb-top-strip, .tb-whatsapp-btn {color:#ffffff !important;}
    button.tb-tab {border-radius:0 !important}
    .tb-icon-link {padding:9px !important; min-height:36px !important; min-width:36px !important}
    .tb-carousel-dot {padding:0px 4px !important}
    .tb-mobile-only svg {height:22px !important; width:22px !important;}
    
    /* Strict 1 Column for Mobile Grid */
    .tb-result-col { 
        width: 100% !important; 
        flex: 0 0 100% !important; 
        padding-left: 0;
        padding-right: 0;
    }
    
    /* Styled Circular Buttons from user */
    .tb-menu-toggle {
        background:#000000 !important; 
        border-color:#000000 !important;
        border-radius: 50% !important;
    }
    .tb-menu-toggle i { color: #fff !important; }
    .tb-search-toggle {
        background:#ffffff !important; 
        box-shadow: 0 2px 10px rgb(0 0 0 / 23%) !important;
        border-radius: 50% !important;
    }
    
    /* Header Logo */
    .tb-mobile-logo-img {
        max-height: 40px;
        max-width: 140px;
        object-fit: contain;
        display: inline-block;
        vertical-align: middle;
    }
}

/* ==========================================================
   Horizontal Search, Full Width Results & Offer Aspect Ratio
   ========================================================== */

/* Structure Inputs */
.tb-search-horizontal .tb-input-group { margin-bottom: 14px; }
.tb-search-horizontal .tb-input-group label { margin-bottom: 4px; }

/* Apply Horizontal Flexbox on Desktop */
@media (min-width: 992px) {
    /* STRICTLY apply flexbox only to active forms */
    .tb-search-form.tb-search-horizontal.active {
        display: flex !important;
        align-items: flex-end;
        gap: 12px;
        flex-wrap: wrap;
    }
    .tb-search-box {
        padding: 0 25px;
    }

    .tb-search-horizontal .tb-input-group {
        flex: 1;
        margin-bottom: 0;
        min-width: 120px;
    }
    .tb-search-horizontal .tb-input-half {
        flex: 0.5;
        min-width: 60px;
    }
    .tb-search-horizontal .tb-submit-group {
        flex: 0.8;
        min-width: 120px;
    }
    .tb-search-horizontal .form-control,
    .tb-search-horizontal .form-select {
        margin-bottom: 0 !important;
    }
    .tb-search-horizontal .tb-search-btn {
        margin-top: 0 !important;
        height: 40px; 
        width: 100%;
    }
}

/* 100% Container Width for Results Widget */
.tb-ajax-results-wrap { width: 100%; max-width: 1360px; margin:0 auto; }
.tb-results-grid { padding: 0 !important; margin: 0; width: 100%; }

/* Inherit Elementor Theme Fonts Naturally */
.tb-desktop-footer, .tb-desktop-footer *, .tb-search-form, .tb-search-form * { font-family: inherit; }

/* Offer Image EXACT Aspect Ratio (206:160) */
.tb-offer-card { aspect-ratio: 206 / 160; min-height: auto; }
.tb-offer-card img { width: 100%; height: 100%; object-fit: cover; }

/* --- THE SEARCH STACKING FIX & MOBILE SIDE-BY-SIDE --- */
.tb-search-form { display: none !important; }
.tb-search-form.active {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    background: var(--tb-search-form-bg);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.tb-search-form .tb-input-group,
.tb-search-form .tb-submit-group {
    width: 100%;
}
.tb-search-form .tb-input-half {
    width: calc(50% - 6px); /* Allows Adults and Kids to sit side-by-side on mobile */
}

/* ==========================================================
   Hero Gallery Widget (Desktop & Mobile)
   ========================================================== */
.tb-custom-hero-gallery {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.tb-custom-hero-gallery .tb-carousel-track {
    padding: 0;
    gap: 0;
}
.tb-hero-slide {
    flex: 0 0 100%;
    position: relative;
    height: 400px; /* Default height */
    display: flex;
    align-items: center; /* Desktop alignment */
    padding: 60px;
    scroll-snap-align: center;
}
.tb-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.tb-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tb-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.tb-hero-overlay {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 600px;
}
.tb-hero-overlay h2 {
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 10px;
    color: #fff;
}
.tb-hero-overlay h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 24px;
    color: rgba(255,255,255,0.9);
}
.tb-hero-btn {
    display: inline-block;
    background: #fff;
    color: #111;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 15px;
    transition: 0.2s;
}
.tb-hero-btn:hover { background: #f1f1f1; color: #000; }

/* Arrows */
.tb-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.7);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    color: #333;
}
.tb-carousel-arrow:hover { background: #fff; }
.tb-carousel-arrow i { font-size: 20px; }
.tb-carousel-prev { left: 20px; }
.tb-carousel-next { right: 20px; }

/* Dots */
.tb-custom-hero-gallery .tb-carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 3;
    gap: 8px;
}
.tb-custom-hero-gallery .tb-carousel-dot {
    background: rgba(255,255,255,0.4);
    width: 8px;
    height: 8px;
    border-radius: 4px;
    padding: 0;
    border: none;
    transition: 0.2s;
}
.tb-custom-hero-gallery .tb-carousel-dot.active {
    background: #fff;
    width: 24px;
}

/* Mobile Adjustments (Portrait) */
@media (max-width: 767px) {
    .tb-hero-slide {
        height: 400px; /* Reduced Mobile Height */
        align-items: flex-end; /* Align bottom */
        padding: 40px 20px 60px;
        text-align: left;
    }
    .tb-hero-slide::after {
        background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(32,47,72,0.9) 100%);
    }
    .tb-hero-overlay h2 { font-size: 32px; }
    .tb-hero-overlay h3 { font-size: 16px; margin-bottom: 20px; }
    .tb-carousel-arrow { display: none !important; }
}

/* WhatsApp Floating Button (Desktop) */
.tb-footer-wa-btn { 
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #effff5 !important;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 99999;
    transition: all 0.3s ease;
    
    /* The magic trick: Pushes the text 9999px off the screen */
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.tb-footer-wa-btn:hover { 
    background: #effff5 !important;
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* Forces the icon back into the center and resets its indent */
.tb-wa-btn-icon { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0; /* Brings the icon back from -9999px */
    font-size: 34px !important; 
    color: #fff !important; 
    line-height: 1 !important;
}

/* 2. Mobile Menu (Slide-out) Link */
.tb-menu-wa-btn {
    background: #e8f9ef;
    color: #0a7a2f !important;
    margin-top: 10px;
    border-radius: 8px;
    justify-content: center !important;
}
.tb-menu-wa-btn i {
    color: #25D366 !important;
    font-size: 20px;
    margin-right: 6px;
}

/* ==========================================================
   Trust Badges Widget (Verified Platforms)
   ========================================================== */
.tb-trust-section {
    padding: 24px 0;
    font-family: inherit;
}
.tb-trust-header {
    margin-bottom: 24px;
}
.tb-trust-subtitle {
    display: block;
    color: #888;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.tb-trust-title {
    font-size: 26px;
    font-weight: 900;
    color: #111;
    margin: 0 0 10px;
}
.tb-trust-desc {
    color: #555;
    font-size: 14px;
    margin: 0;
}
.tb-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.tb-trust-card {
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tb-trust-logo {
    
    object-fit: contain;
    margin-bottom: 16px;
    align-self: flex-start;
}
.tb-trust-stars {
    font-size: 22px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.tb-trust-score {
    font-size: 13px;
    color: #444;
}
.tb-trust-score strong {
    font-size: 14px;
    color: #111;
    font-weight: 800;
}

@media (max-width: 991px) {
    .tb-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .tb-trust-grid { grid-template-columns: 1fr; }
    .tb-trust-title { font-size: 22px; }
}

/* ==========================================================
   Customer Reviews Widget
   ========================================================== */
.tb-reviews-section {
    font-family: inherit;
}
.tb-review-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    min-height: 320px; /* Ensure cards align properly */
}
.tb-review-pill {
    display: inline-block;
    background: #f4f6fb;
    color: #333;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 20px;
    align-self: flex-start;
    margin-bottom: 18px;
}
.tb-review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 24px;
}
.tb-review-bottom {
    margin-top: auto; /* Pushes author area to the bottom */
}
.tb-review-stars {
    color: #ffc107;
    font-size: 16px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.tb-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tb-review-author img,
.tb-review-avatar-placeholder {
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    object-fit: cover;
}
.tb-review-avatar-placeholder {
    background: #f4f6fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 20px;
    border: 1px solid #eaeaea;
}
.tb-review-author strong {
    display: block;
    font-size: 14px;
    color: #111;
    font-weight: 800;
    margin-bottom: 2px;
}
.tb-review-author small {
    display: block;
    font-size: 11px;
    color: #888;
}
/* ==========================================================
   Universal Carousel Next/Prev Arrows Styling
   ========================================================== */
.tb-carousel-actions {
    display: flex;
    gap: 12px;
}
.tb-carousel-btn {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
   
   
   
    align-items: center !important;
    justify-content: center;
    cursor: pointer;
   
    transition: all 0.2s ease !important;
    padding: 0 !important;
}
.tb-carousel-btn i {
    font-size: 16px;
    margin-top: 2px;
}
.tb-carousel-btn:hover {
    background: #f8f9fa;
    color: var(--tb-red);
    border-color: #dddddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/* Ensure Elementor SVGs are sized and aligned properly in the footer */
.tb-desktop-footer svg { width: 1em; height: 1em; fill: currentColor; vertical-align: middle; }
.tb-social-links svg { width: 20px; height: 20px; }
.tb-footer-contact-mini a, .tb-footer-contact-col p { align-items: center; }

/* Mobile Footer Nav Overrides to protect from global .tb-mobile-only overrides */
.tb-footer-nav a {
    max-height: none !important; 
    font-size: 14px !important; /* Restore standard text size */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}
.tb-footer-nav i {
    font-size: 22px; /* Default, overrideable by Elementor */
    margin-bottom: 3px;
    line-height: 1;
}
.tb-footer-nav svg {
    width: 22px; /* Default, overrideable by Elementor */
    height: 22px;
    margin-bottom: 3px;
    display: block;
    fill: currentColor;
}



/* ==========================================================
   Carousel Track Scrollbar Fix (Hide Vertical & Horizontal)
   ========================================================== */
.tb-carousel-track {
    overflow-y: hidden !important; /* Forces vertical scroll to hide when height is reduced */
    overflow-x: auto !important;   /* Keeps horizontal swipe/drag working */
    scrollbar-width: none !important; /* Hides scrollbar in Firefox */
    -ms-overflow-style: none !important; /* Hides scrollbar in IE/Edge */
}

/* Hides the scrollbar in Chrome, Safari, and newer Edge */
.tb-carousel-track::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
}

/* Ensure individual slides clip their content if the height is set too small */
.tb-hero-slide, .tb-carousel-item {
    overflow: hidden !important;
}


/* ==========================================================
   Trust Badges Widget - Mobile 2x2 Grid Override
   ========================================================== */
@media (max-width: 767px) {
    /* Change from 1 column to 2 columns */
    .tb-trust-grid { 
        grid-template-columns: repeat(3, 1fr) !important; 
        gap: 12px !important; 
    }
    
    /* Reduce padding inside the cards so they fit nicely side-by-side */
    .tb-trust-card {
        padding: 10px !important;
    }
    
    /* Scale down the logos slightly */
    .tb-trust-logo {
        
        margin-bottom: 2px !important;
    }
    
    /* Scale down the stars */
    .tb-trust-stars {
        font-size: 10px !important;
        margin-bottom: 8px !important;
        letter-spacing: 1px !important;
		display:none;
    }
    
    /* Scale down the text */
    .tb-trust-score {
        font-size: 11px !important;
        line-height: 1 !important;
    }
    .tb-trust-score strong {
        font-size: 12px !important;
        display: block; /* Stacks the rating above the text like the image */
        margin-bottom: 2px;
    }
}


/* ==========================================================
   Dynamic Carousel Widths (Mobile "Peek" vs Desktop Grid)
   ========================================================== */
.tb-carousel-item {
    scroll-snap-align: start;
    /* Uses the variable set in PHP, falls back to 1.15 items on mobile */
    flex: 0 0 calc(100% / var(--tb-cols-mob, 1.15) - 14px) !important;
}

@media (min-width: 768px) {
    .tb-carousel-item {
        /* Uses the variable set in PHP, falls back to 3 items on PC */
        flex: 0 0 calc(100% / var(--tb-cols-pc, 3) - 14px) !important;
    }
}

/* Refine Review Card Mobile Spacing to match screenshot */
@media (max-width: 767px) {
    .tb-review-card {
        padding: 24px 18px !important;
        min-height: 260px !important;
    }
    .tb-review-text {
        font-size: 13px !important;
        margin-bottom: 16px !important;
    }
    .tb-review-pill {
        margin-bottom: 12px !important;
    }
}

/* ==========================================================
   Hero Gallery Full Width & Elementor Height Fix
   ========================================================== */
/* Force the Hero Slider to always be 100% of the container width */
.tb-custom-hero-gallery .tb-carousel-item.tb-hero-slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Remove CSS height overrides so Elementor Slider height settings work perfectly */
.tb-hero-slide {
    height: 100%; /* Allows Elementor to control the height of the wrapper */
    min-height: 200px;
}

@media (max-width: 767px) {
    .tb-hero-slide {
        height: auto; /* Lets Elementor's mobile height setting take over */
    }
	.tb-mobile-footer div {
    color: #000000 !important;
		padding:0 !important;
		border:0 !important;
}
}


/* ==========================================================
   Package Cards: Old Price & Save Percentage Badge
   ========================================================== */
.tb-paulo-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    gap: 8px; 
    margin-bottom: 8px; 
    flex-wrap: wrap;
    align-content: flex-start;
}
.tb-package-card-rich h3 { 
    background: transparent; 
    text-align: left; 
    padding: 0; 
    font-size: 13px; 
    color: #111; 
    line-height: 1.3; 
    margin: 0 !important; 
    font-weight: 800; 
    flex: 1;
    min-width: 80px;
}
.tb-paulo-price-block { 
    text-align: right; 
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.tb-price-old-wrap {
    font-size: 10px;
    color: #777;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}
.tb-old-price {
    text-decoration: line-through;
    color: #888;
}
.tb-price-new-wrap {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 2px;
    line-height: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.tb-package-card-rich .tb-inr-price { 
    background: transparent; 
    color: var(--tb-red) !important; 
    font-size: 14px; 
    padding: 0; 
    border: none; 
    margin: 0; 
    font-weight: 900; 
    display: inline-block; 
}
.tb-save-badge {
    background: #28a745; 
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 1.2;
    display: inline-block;
}
.tb-paulo-price-block .tb-per-person { 
    display: inline-block; 
    font-size: 9px; 
    color: #666; 
    font-weight: 500; 
    margin-top: 0; 
}

@media (min-width: 768px) {
    .tb-package-card-rich h3 { font-size: 18px; }
    .tb-price-old-wrap { font-size: 13px; }
    .tb-package-card-rich .tb-inr-price { font-size: 20px; }
    .tb-save-badge { font-size: 12px; padding: 3px 6px; }
    .tb-paulo-price-block .tb-per-person { font-size: 11px; }
}