:root {
    --brand-blue: #083f91;
    --brand-blue-dark: #07357c;
    --brand-orange: #f9a31a;
    --brand-orange-dark: #e58d05;
    --footer-bg: #f1eee7;
    --text-dark: #111111;
    --text-muted: #666666;
    --border-soft: #d8d1c7;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: var(--text-dark);
    background: #ffffff;
}

/* =========================
   TOP BAR
========================= */

.topbar {
    background: var(--brand-blue);
    color: #ffffff;
    min-height: 39px;
    font-size: 13px;
}

    .topbar .container-fluid {
        min-height: 39px;
    }

.topbar-welcome {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
}

    .topbar-welcome i {
        color: var(--brand-orange);
        font-size: 12px;
    }

    .topbar-welcome span {
        font-weight: 500;
    }

    .topbar-welcome em {
        font-size: 13px;
        opacity: 0.9;
    }

.topbar-right {
    display: flex;
    align-items: center;
    gap: 11px;
}

    .topbar-right a {
        color: #d9e7ff;
        text-decoration: none;
        font-size: 14px;
    }

        .topbar-right a:hover {
            color: #ffffff;
        }

.currency-dropdown {
    background: rgba(255, 255, 255, 0.12);
    padding: 7px 11px;
    border-radius: 4px;
    font-weight: 700;
    color: #ffffff;
}

    .currency-dropdown i {
        font-size: 9px;
        margin-left: 4px;
    }

.top-login,
.top-faq {
    background: rgba(255, 255, 255, 0.12);
    padding: 7px 11px;
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: 700;
}

.top-signup {
    background: var(--brand-orange);
    color: #ffffff !important;
    padding: 7px 12px;
    border-radius: 4px;
    font-weight: 700;
}

    .top-signup:hover {
        background: var(--brand-orange-dark);
    }

/* =========================
   HEADER NAV
========================= */

.site-header {
    background: #ffffff;
    position: relative;
    z-index: 100;
}

    .site-header .navbar {
        min-height: 70px;
        padding-top: 0;
        padding-bottom: 0;
    }

.main-logo {
    width: 92px;
    height: auto;
}

.navbar-nav .nav-link {
    color: #444444;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 25px 9px 22px !important;
    position: relative;
    white-space: nowrap;
}

    .navbar-nav .nav-link i {
        color: #159be8;
        margin-right: 4px;
        font-size: 13px;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #111111;
    }

        .navbar-nav .nav-link.active::after,
        .navbar-nav .nav-link:hover::after {
            content: "";
            position: absolute;
            height: 3px;
            background: var(--brand-orange);
            left: 9px;
            right: 9px;
            bottom: 0;
        }

.more-menu .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 210px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.more-menu .dropdown-item {
    padding: 15px 22px;
    color: #23415f;
    font-weight: 600;
    font-size: 13px;
}

    .more-menu .dropdown-item i {
        color: #159be8;
        margin-right: 12px;
    }

    .more-menu .dropdown-item:hover {
        background: rgba(21, 155, 232, 0.15);
    }

.header-blue-strip {
    height: 68px;
    background: var(--brand-blue);
}

/* =========================
   EXISTING PAYMENT PAGES
========================= */

.payment-hero {
    background: var(--brand-blue);
    color: #ffffff;
    padding: 55px 0;
    margin-top: -68px;
}

    .payment-hero h1 {
        font-weight: 800;
        margin-bottom: 10px;
    }

    .payment-hero p {
        color: rgba(255, 255, 255, 0.88);
        margin-bottom: 0;
    }

.payment-section {
    padding: 55px 0;
    background: #f7f7f7;
}

.payment-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.payment-card-header {
    background: var(--brand-blue);
    color: #ffffff;
    padding: 24px 28px;
}

    .payment-card-header h3 {
        margin: 0 0 5px;
        font-weight: 800;
    }

.payment-card-body {
    padding: 30px;
}

.payment-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px dashed #dddddd;
}

.payment-summary-label {
    color: var(--text-muted);
    font-weight: 600;
}

.payment-summary-value {
    font-weight: 800;
    text-align: right;
}

.amount-box {
    margin-top: 20px;
    background: #fff7e8;
    border: 1px solid #ffd99a;
    border-radius: 12px;
    padding: 20px;
}

    .amount-box span {
        display: block;
        color: var(--text-muted);
        font-weight: 600;
        margin-bottom: 5px;
    }

    .amount-box strong {
        color: var(--brand-orange-dark);
        font-size: 32px;
    }

.secure-box {
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 16px;
    color: var(--text-muted);
}

.btn-1860 {
    background: var(--brand-orange);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 800;
}

    .btn-1860:hover {
        background: var(--brand-orange-dark);
        color: #ffffff;
    }

.status-icon {
    width: 78px;
    height: 78px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 18px;
}

.status-success {
    background: #dcfce7;
    color: #16a34a;
}

.status-failed {
    background: #fee2e2;
    color: #dc2626;
}

/* =========================
   NEWSLETTER
========================= */

.newsletter-section {
    background: var(--footer-bg);
    padding: 56px 0 36px;
}

    .newsletter-section h3 {
        margin: 0 0 3px;
        font-size: 22px;
        font-weight: 800;
    }

    .newsletter-section p {
        margin: 0;
        color: #444444;
        font-size: 14px;
    }

.newsletter-form {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

    .newsletter-form input {
        width: min(100%, 350px);
        border: 1px solid #d6d1ca;
        border-radius: 8px;
        height: 43px;
        padding: 0 16px;
        outline: none;
        background: #ffffff;
    }

        .newsletter-form input:focus {
            border-color: var(--brand-orange);
        }

    .newsletter-form button {
        height: 43px;
        border: none;
        background: var(--brand-orange);
        color: #ffffff;
        font-weight: 800;
        border-radius: 8px;
        padding: 0 23px;
    }

        .newsletter-form button:hover {
            background: var(--brand-orange-dark);
        }

/* =========================
   FOOTER
========================= */

.parent-footer {
    background: var(--footer-bg);
    padding: 0 0 58px;
    color: #333333;
}

.footer-divider {
    height: 1px;
    background: var(--border-soft);
    margin-bottom: 62px;
}

.footer-logo {
    width: 62px;
    height: auto;
    margin-bottom: 18px;
}

.footer-about {
    max-width: 270px;
    color: #444444;
    line-height: 1.65;
    font-size: 15px;
    margin-bottom: 24px;
}

.footer-socials {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
}

    .footer-socials a {
        width: 36px;
        height: 36px;
        background: #ffffff;
        border: 1px solid #d5d0c9;
        color: #444444;
        border-radius: 7px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

        .footer-socials a:hover {
            background: var(--brand-orange);
            color: #ffffff;
            border-color: var(--brand-orange);
        }

.iata-logo {
    width: 66px;
    height: auto;
    display: block;
}

.parent-footer h5 {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #111111;
    font-weight: 900;
    margin-bottom: 22px;
}

    .parent-footer h5 span {
        color: var(--brand-orange);
    }

.footer-links,
.footer-contact,
.working-hours {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

    .footer-links a {
        color: #444444;
        text-decoration: none;
        font-size: 15px;
    }

        .footer-links a:hover {
            color: var(--brand-orange);
        }

    .footer-contact li {
        display: flex;
        gap: 12px;
        margin-bottom: 18px;
        color: #444444;
        font-size: 14px;
    }

    .footer-contact i {
        color: #111111;
        min-width: 16px;
    }

    .footer-contact a {
        color: #444444;
        text-decoration: none;
    }

        .footer-contact a:hover {
            color: var(--brand-orange);
        }

.working-hours {
    margin-top: 4px;
}

    .working-hours li {
        display: flex;
        gap: 10px;
        color: #555555;
        font-size: 13px;
        line-height: 1.35;
        margin-bottom: 8px;
    }

    .working-hours span {
        width: 6px;
        height: 6px;
        background: #139cde;
        border-radius: 100%;
        margin-top: 6px;
        flex: 0 0 6px;
    }

        .working-hours span.closed {
            background: #cccccc;
        }

.post-card {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 12px;
    overflow: hidden;
    max-width: 320px;
}

.post-follow {
    background: #0967ff;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    padding: 5px;
    font-size: 13px;
}

.post-body {
    padding: 15px;
}

    .post-body strong {
        display: block;
        font-size: 14px;
    }

    .post-body small {
        display: block;
        color: #777777;
        font-size: 12px;
    }

    .post-body p {
        font-size: 14px;
        color: #111111;
        line-height: 1.35;
        margin: 12px 0;
    }

.post-image {
    height: 88px;
    background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05)), url('/images/footer-post.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0 0 8px 8px;
}

.view-posts {
    display: inline-block;
    margin-top: 12px;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}

    .view-posts:hover {
        color: var(--brand-orange);
    }

/* =========================
   FLOATING BUTTONS
========================= */

.floating-chat {
    position: fixed;
    right: 28px;
    bottom: 34px;
    width: 60px;
    height: 60px;
    background: #26bdeb;
    color: #ffffff;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 200;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

    .floating-chat i {
        font-size: 25px;
    }

.back-to-top {
    position: fixed;
    right: 18px;
    bottom: 8px;
    width: 37px;
    height: 31px;
    border: none;
    background: #111111;
    color: #ffffff;
    z-index: 201;
    border-radius: 3px;
}

/* =========================
   RESPONSIVE
========================= */

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

        .navbar-nav .nav-link.active::after,
        .navbar-nav .nav-link:hover::after {
            display: none;
        }

    .main-logo {
        width: 86px;
    }

    .site-header .navbar {
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    .topbar-right {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-bottom: 8px;
    }

    .topbar-welcome {
        padding-top: 8px;
    }

    .header-blue-strip {
        height: 40px;
    }

    .payment-hero {
        margin-top: -40px;
    }

    .newsletter-form {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .topbar {
        font-size: 12px;
    }

    .topbar-welcome {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .topbar-right a,
    .currency-dropdown {
        font-size: 12px;
    }

    .newsletter-section {
        padding: 36px 0 25px;
    }

    .newsletter-form {
        flex-direction: column;
    }

        .newsletter-form input,
        .newsletter-form button {
            width: 100%;
        }

    .footer-divider {
        margin-bottom: 40px;
    }

    .payment-summary-row {
        flex-direction: column;
        gap: 4px;
    }

    .payment-summary-value {
        text-align: left;
    }

    .amount-box strong {
        font-size: 26px;
    }

    .floating-chat {
        right: 18px;
        bottom: 44px;
        width: 54px;
        height: 54px;
    }
}



/* =========================
   MULTI-WEBSITE CHECKOUT PAGE
========================= */

.payment-page-section {
    background: #f7f7f7;
    padding: 55px 0 70px;
}

.payment-page-title {
    margin-bottom: 28px;
}

.payment-page-title h1 {
    font-weight: 800;
    color: #111111;
    margin-bottom: 4px;
}

.payment-page-title p {
    color: #666666;
    margin-bottom: 0;
}

.payment-option-card,
.order-summary-card {
    background: #ffffff;
    border: 1px solid #e5e1db;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
}

.payment-option-header,
.order-summary-header {
    background: #083f91;
    color: #ffffff;
    padding: 22px 26px;
}

.payment-option-header h3,
.order-summary-header h3 {
    margin: 0 0 4px;
    font-weight: 800;
}

.payment-option-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

.order-summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.order-summary-header span {
    background: #f9a31a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 20px;
}

.payment-option-body,
.order-summary-body {
    padding: 24px;
}

.payment-method-box {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 18px;
    align-items: center;
    border: 1px solid #e5e1db;
    border-radius: 13px;
    padding: 18px;
    margin-bottom: 16px;
    background: #ffffff;
    transition: all 0.2s ease;
}

.payment-method-box:hover {
    border-color: #f9a31a;
    box-shadow: 0 10px 24px rgba(249, 163, 26, 0.13);
    transform: translateY(-1px);
}

.method-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-icon i {
    font-size: 26px;
}

.paylater-icon {
    background: #fff7e8;
    color: #e58d05;
}

.flutterwave-icon {
    background: #e8f2ff;
    color: #083f91;
}

.paypal-icon {
    background: #eaf4ff;
    color: #0070ba;
}

.method-content h4 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 800;
}

.method-content p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.45;
}

.method-action .btn {
    min-width: 105px;
    font-weight: 800;
    border-radius: 8px;
    padding: 10px 14px;
}

.btn-paylater {
    background: #fff7e8;
    color: #e58d05;
    border: 1px solid #ffd99a;
}

.btn-paylater:hover {
    background: #f9a31a;
    color: #ffffff;
}

.btn-flutterwave {
    background: #f9a31a;
    color: #ffffff;
    border: 1px solid #f9a31a;
}

.btn-flutterwave:hover {
    background: #e58d05;
    color: #ffffff;
}

.btn-paypal {
    background: #0070ba;
    color: #ffffff;
    border: 1px solid #0070ba;
}

.btn-paypal:hover {
    background: #005ea6;
    color: #ffffff;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px dashed #ded8cf;
}

.summary-row span {
    color: #666666;
    font-weight: 600;
}

.summary-row strong {
    text-align: right;
    color: #111111;
    font-weight: 800;
    word-break: break-word;
}

.order-items {
    margin-top: 22px;
}

.order-items h5 {
    font-weight: 800;
    margin-bottom: 12px;
}

.order-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #e5e1db;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 9px;
    background: #fafafa;
}

.order-item strong {
    display: block;
    font-size: 14px;
}

.order-item small {
    display: block;
    color: #666666;
    margin-top: 3px;
}

.order-item span {
    font-weight: 800;
    white-space: nowrap;
}

.total-box {
    background: #fff7e8;
    border: 1px solid #ffd99a;
    border-radius: 13px;
    padding: 18px;
    margin-top: 20px;
}

.total-box span {
    color: #666666;
    display: block;
    font-weight: 700;
}

.total-box strong {
    color: #e58d05;
    font-size: 30px;
    font-weight: 900;
}

.secure-note {
    margin-top: 16px;
    background: #f3f7fb;
    border: 1px solid #dce8f7;
    border-radius: 12px;
    padding: 14px;
    color: #4d5d70;
    font-size: 14px;
    line-height: 1.45;
}

.secure-note i {
    color: #083f91;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .payment-method-box {
        grid-template-columns: 1fr;
    }

    .method-action .btn {
        width: 100%;
    }

    .summary-row {
        flex-direction: column;
        gap: 4px;
    }

    .summary-row strong {
        text-align: left;
    }

    .order-summary-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
