/* Shared teal chrome — previous Travel King header on every public page */
:root {
        --tk-blue: #071b78;
            --tk-blue-light: #075bd8;
                --tk-yellow: #ffc400;
}

.travel-header {
        position: sticky;
            top: 0;
                left: 0;
                    width: 100%;
                        z-index: 1030;
                            background: transparent;
                                border-bottom: 1px solid transparent;
                                    box-shadow: none;
                                        color: #ffffff;
                                            transition: background-color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, color 0.28s ease, backdrop-filter 0.28s ease;
}

.travel-header.scrolled {
        background: #ffffff;
            border-bottom: 1px solid rgba(7, 27, 120, 0.08);
                box-shadow: 0 2px 12px rgba(7, 27, 120, 0.08);
                    color: var(--tk-blue);
}

body:not(.tk-home) .travel-header {
        background: #ffffff;
            border-bottom: 1px solid rgba(7, 27, 120, 0.08);
                box-shadow: 0 2px 12px rgba(7, 27, 120, 0.08);
                    color: var(--tk-blue);
}

/* Homepage only: header overlays the Hero (transparent glass) instead of pushing it down */
body.tk-home .travel-header {
        position: fixed;
            background: transparent;
                border: none;
                    box-shadow: none;
                        backdrop-filter: none;
                            -webkit-backdrop-filter: none;
                                will-change: background-color, backdrop-filter;
}

body.tk-home .travel-header.scrolled {
        background: #ffffff;
            backdrop-filter: none;
                -webkit-backdrop-filter: none;
}

.travel-navbar {
        min-height: 88px;
}

.travel-header .navbar-brand.travel-logo {
        background: transparent !important;
            padding-top: 0;
                padding-bottom: 0;
}

.travel-header .travel-logo img {
        width: auto;
            height: auto;
                max-width: 168px;
                    max-height: 72px;
                        object-fit: contain;
                            background: transparent;
                                mix-blend-mode: normal;
                                    border-radius: 0;
                                        box-shadow: none;
}

.travel-footer {
        background: #257e81;
            color: #ffffff;
                padding: 60px 0 25px;
                    margin-top: auto;
}

.travel-footer h5 {
        color: #ffffff;
            font-weight: 800;
                margin-bottom: 20px;
}

.travel-footer p,
.travel-footer li,
.travel-footer a {
        color: #e4e8ff;
            font-size: 14px;
}

.travel-footer a {
        text-decoration: none;
}

.travel-footer ul {
        list-style: none;
            padding: 0;
                margin: 0;
}

.travel-footer li {
        margin-bottom: 10px;
}

.travel-footer a:hover {
        color: var(--tk-yellow);
}

.footer-logo-box {
        display: inline-flex;
            align-items: center;
                justify-content: center;
                    background: #ffffff;
                        border-radius: 8px;
                            padding: 8px 10px;
                                margin-bottom: 15px;
}

.footer-logo-box img {
        width: 160px;
            height: auto;
                max-height: 88px;
                    object-fit: contain;
                        background: #ffffff;
                            mix-blend-mode: normal;
                                filter: none;
}

.travel-footer .social-links {
        display: flex;
            gap: 10px;
                margin-top: 18px;
}

.travel-footer .social-links a {
        width: 40px;
            height: 40px;
                border-radius: 50%;
                    background: rgba(255, 255, 255, 0.15);
                        display: flex;
                            align-items: center;
                                justify-content: center;
                                    color: #ffffff;
                                        font-size: 18px;
                                            transition: 0.25s ease;
}

.travel-footer .social-links a:hover {
        background: var(--tk-yellow);
            color: var(--tk-blue);
}

.travel-footer .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
            margin-top: 45px;
                padding-top: 22px;
                    display: flex;
                        flex-wrap: wrap;
                            justify-content: space-between;
                                align-items: center;
                                    gap: 14px 20px;
}

.travel-footer-payment-grid {
        display: grid;
            grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
                gap: 8px;
                    max-width: 260px;
}

.travel-footer-payment-card {
        display: flex;
            align-items: center;
                justify-content: center;
                    aspect-ratio: 1 / 1;
                        padding: 8px;
                            background: #ffffff;
                                border: 1px solid #e5eaf1;
                                    border-radius: 6px;
}

.travel-footer-payment-logo {
        max-width: 100%;
            max-height: 100%;
                object-fit: contain;
}

.travel-footer-payment-card--placeholder {
        background: rgba(255, 255, 255, 0.15);
            border: 1px dashed rgba(255, 255, 255, 0.35);
}

.travel-footer-payment-card--placeholder i {
        font-size: 18px;
            color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 1200px) {
        .travel-footer-payment-grid {
                    grid-template-columns: repeat(4, minmax(56px, 1fr));
        }
}

@media (max-width: 575px) {
        .travel-footer-payment-grid {
                    grid-template-columns: repeat(4, minmax(0, 1fr));
                            gap: 6px;
                                    width: 100%;
                                            max-width: 100%;
        }
        
            .travel-footer-payment-card {
                        padding: 5px;
                                border-radius: 5px;
            }
}

.footer-legal-box {
        display: flex;
            flex-direction: column;
                height: 100%;
                    border: 1px solid rgba(255, 255, 255, 0.25);
                        border-radius: 8px;
                            padding: 8px 24px;
}

.footer-legal-box a {
        padding: 14px 0;
            text-align: center;
}

.footer-legal-box a:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
        .travel-footer .footer-bottom {
                    flex-direction: column;
                            align-items: flex-start;
        }
}

.travel-header .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.55);
            background: rgba(255, 255, 255, 0.06);
}

.travel-header .navbar-toggler-icon {
        filter: invert(1) brightness(1.4);
}

.travel-header.scrolled .navbar-toggler {
        border-color: rgba(7, 27, 120, 0.18);
            background: rgba(7, 27, 120, 0.04);
}

.travel-header.scrolled .navbar-toggler-icon {
        filter: none;
}

.main-nav {
        display: flex;
            flex-direction: row;
                flex-wrap: nowrap;
                    align-items: center;
                        justify-content: center;
                            gap: 2px;
}

.main-nav .nav-link {
        color: rgba(255, 255, 255, 0.96) !important;
            font-weight: 700;
                font-size: 14px;
                    padding: 11px 13px !important;
                        border-radius: 8px;
                            transition: color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
                                white-space: nowrap;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active,
.main-nav .nav-link.show {
        color: #ffffff !important;
            background: rgba(255, 255, 255, 0.12);
}

.travel-header.scrolled .main-nav .nav-link {
        color: var(--tk-blue) !important;
}

body:not(.tk-home) .main-nav .nav-link {
        color: var(--tk-blue) !important;
}

.travel-header.scrolled .main-nav .nav-link:hover,
.travel-header.scrolled .main-nav .nav-link.active,
.travel-header.scrolled .main-nav .nav-link.show {
        color: var(--tk-blue) !important;
            background: rgba(7, 27, 120, 0.06);
}

.travel-header .dropdown-menu {
        border: 1px solid rgba(7, 27, 120, 0.08);
            box-shadow: 0 12px 24px rgba(7, 27, 120, 0.12);
                background: #ffffff;
}

.travel-header .dropdown-item {
        color: var(--tk-blue);
}

.travel-header .dropdown-item:hover,
.travel-header .dropdown-item:focus {
        background: #f3f6ff;
            color: var(--tk-blue);
}

.travel-header-actions {
        flex-wrap: nowrap;
}

.chat-link {
        color: rgba(255, 255, 255, 0.96);
            font-weight: 700;
                white-space: nowrap;
                    transition: color 0.25s ease;
}

.chat-link i {
        font-size: 18px;
}

.chat-link:hover {
        color: #ffffff;
            opacity: 0.88;
}

.travel-header.scrolled .chat-link,
.travel-header.scrolled .chat-link:hover {
        color: var(--tk-blue);
            opacity: 1;
}

body:not(.tk-home) .chat-link,
body:not(.tk-home) .chat-link:hover {
        color: var(--tk-blue);
            opacity: 1;
}

.sign-in-btn {
        background: var(--tk-blue);
            color: #ffffff !important;
                padding: 11px 20px;
                    border-radius: 7px;
                        font-weight: 700;
                            white-space: nowrap;
}

.sign-in-btn:hover {
        background: #090979;
            color: #ffffff !important;
}

.menu-btn {
        width: 42px;
            height: 42px;
                border-radius: 9px;
                    border: 1px solid rgba(255, 255, 255, 0.26);
                        background: rgba(255, 255, 255, 0.08);
                            color: #ffffff;
                                font-size: 21px;
                                    display: inline-flex;
                                        align-items: center;
                                            justify-content: center;
                                                transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.menu-btn:hover {
        background: rgba(255, 255, 255, 0.15);
}

.travel-header.scrolled .menu-btn {
        border-color: rgba(7, 27, 120, 0.12);
            background: #ffffff;
                color: var(--tk-blue);
}

body:not(.tk-home) .menu-btn {
        border-color: rgba(7, 27, 120, 0.12);
            background: #ffffff;
                color: var(--tk-blue);
}

.travel-header.scrolled .menu-btn:hover {
        background: #f1f5ff;
}

@media (min-width: 992px) {
        .travel-header .navbar-expand-lg .navbar-nav.main-nav {
                    display: flex !important;
                            flex-direction: row !important;
                                    flex-wrap: nowrap;
                                            align-items: center;
                                                    justify-content: center;
        }
}

.tk-logo-plate {
        display: inline-flex;
            align-items: center;
                justify-content: center;
                    background: #ffffff;
                        border-radius: 14px;
                            padding: 8px 12px;
}

.tk-logo-plate img {
        max-height: 64px;
            width: auto;
                height: auto;
                    margin: 0;
                        background: #ffffff;
                            mix-blend-mode: normal;
}

.tk-auth-card .tk-logo-plate {
        display: flex;
            margin: 0 auto 18px;
                max-width: 220px;
                    background: transparent;
                        border-radius: 0;
                            padding: 0;
}

.tk-auth-card .tk-logo-plate img {
        height: 72px;
            max-height: 72px;
                background: transparent;
}

@media (max-width: 1199px) {
        .main-nav .nav-link {
                    font-size: 13px;
                            padding: 10px 9px !important;
        }
}

@media (max-width: 991px) {
        .travel-navbar {
                    min-height: 76px;
        }
        
            .travel-logo img {
                        max-width: 140px;
                                max-height: 62px;
            }
            
                .travel-header .navbar-collapse {
                            background: var(--tk-blue);
                                    border-radius: 14px;
                                            margin-top: 12px;
                                                    padding: 10px 18px 18px;
                                                            box-shadow: 0 16px 32px rgba(7, 27, 120, 0.28);
                }
                
                    .main-nav {
                                display: block;
                                        margin-top: 5px;
                    }
                    
                        .main-nav .nav-link {
                                    padding: 10px 0 !important;
                        }
                        
                            .travel-header-actions {
                                        margin: 12px 0 4px;
                                                flex-wrap: wrap;
                            }
}


/* Currency switcher */
.tk-currency-switcher { display:inline-flex; align-items:center; margin-left:4px; }
.tk-currency-select { min-width:82px; border:1px solid rgba(22, 61, 94, .24); border-radius:999px; background:#fff; color:#163d5e; font-size:.75rem; font-weight:700; line-height:1; padding:6px 24px 6px 9px; cursor:pointer; }
.tk-currency-select:focus-visible { outline:2px solid #f2b233; outline-offset:1px; }
@media (max-width: 991.98px) { .tk-currency-switcher { margin:8px 0; } .travel-header-actions { gap:.55rem !important; } }
@media (max-width: 575.98px) { .tk-currency-select { min-width:74px; font-size:.68rem; padding:5px 20px 5px 7px; } }


/* Currency switcher transparent override */
.tk-currency-select { background-color: transparent; color: inherit; border-color: currentColor; }
.tk-currency-select option { background: #ffffff; color: #163d5e; }

                            }
                        }
                    }
                }
            }
        }
}
        }
}
}
}
}
}
        }
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
        }
}
}
}
}
            }
        }
}
        }
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}