/* ===== Payment Advisory Sidebar Section ===== */
.payment-advisory-sidebar-section {
    background: transparent;
    padding: 0;
}

.payment-advisory-sidebar-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 24px 60px rgba(93, 112, 148, 0.12);
    overflow: hidden;
}

.payment-advisory-sidebar-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.payment-advisory-sidebar-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #120004;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
}

.payment-advisory-sidebar-title {
    margin: 0;
    color: #241b42;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
}

.payment-advisory-sidebar-text {
    color: #5c6f8a;
    font-size: 13px;
    line-height: 1.85;
    text-align: justify;
    margin-bottom: 24px;
}

.payment-advisory-sidebar-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.payment-advisory-sidebar-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #5c6f8a;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    border: none;
    border-radius: 0;
    text-decoration: none;
    transition: color 0.25s ease;
}

.payment-advisory-sidebar-contact i {
    color: #0b3a88;
    font-size: 18px;
}

.payment-advisory-sidebar-contact:hover {
    color: #0b3a88;
    text-decoration: underline;
}

.payment-advisory-sidebar-contact:hover i {
    color: #0b3a88;
}

/* ===== Responsive (Sidebar) ===== */
@media (max-width: 767px) {
    .payment-advisory-sidebar-card {
        padding: 24px 20px;
    }

    .payment-advisory-sidebar-title {
        font-size: 22px;
    }

    .payment-advisory-sidebar-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .payment-advisory-sidebar-text {
        font-size: 14px;
    }

    .payment-advisory-sidebar-contact {
        width: 100%;
        justify-content: center;
    }
}

/* ===================================================================
   Payment Advisory Footer Section
   (Used only in footer.php â€” does NOT affect the conference-registration
   sidebar version above, which uses .payment-advisory-sidebar-* classes)
   =================================================================== */
.payment-advisory-section {
    padding: 40px 0 10px;
}

.payment-advisory-card {
    position: relative;
    background: linear-gradient(135deg, #1e3a8f2e 0%, #14267a40 55%, #0d1b632e 100%);
    border-left: 6px solid #9fc14b;
    border-radius: 20px;
    padding: 34px 40px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.payment-advisory-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.payment-advisory-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #9fc14b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
}

.payment-advisory-title {
    margin: 0;
    color: #9fc14b;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.payment-advisory-text {
    color: #dfe6f3;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
    margin-bottom: 22px;
}

.payment-advisory-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.payment-advisory-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 22px;
    border: 1px solid #9fc14b;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.payment-advisory-contact i {
    color: #9fc14b;
    font-size: 17px;
}

.payment-advisory-contact:hover {
    background: #9fc14b;
    color: #0d1b63;
}

.payment-advisory-contact:hover i {
    color: #0d1b63;
}

/* ===== Responsive (Footer) ===== */
@media (max-width: 767px) {
    .payment-advisory-card {
        padding: 24px 20px;
    }

    .payment-advisory-title {
        font-size: 22px;
    }

    .payment-advisory-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .payment-advisory-text {
        font-size: 14px;
    }

    .payment-advisory-contact {
        width: 100%;
        justify-content: center;
    }
}

/* ===================================================================
   Payment Advisory HIGHLIGHT Section  (payment-methods.php)
   Everything is scoped under .payment-advisory-highlight-section so it
   does NOT affect the footer (.payment-advisory-card) or the sidebar
   (.payment-advisory-sidebar-*) versions, even when they share classes.
   =================================================================== */
.payment-advisory-highlight-section {
    padding: 60px 0;
}

.payment-advisory-highlight-section .payment-advisory-card.is-highlight {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fd 100%);
    border: 1px solid #e6ecf6;
    border-radius: 24px;
    padding: 44px 48px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(20, 40, 90, 0.10);
}

/* Top gradient accent bar */
.payment-advisory-highlight-section .payment-advisory-card.is-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background:linear-gradient(90deg, #120004 0%, #cd9290 45%, #1c8c5b 100%);
}

/* ----- Header ----- */
.payment-advisory-highlight-section .payment-advisory-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.payment-advisory-highlight-section .payment-advisory-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(160deg, #120004 0%, #120004 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    box-shadow: 0 12px 24px rgba(13, 27, 99, 0.25);
}

.payment-advisory-highlight-section .pa-badge {
    display: inline-block;
    background: #e6ecf7;
    color: #1e3a8f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.payment-advisory-highlight-section .payment-advisory-title {
    margin: 0;
    color: #0f1b3d;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
}

/* ----- Tags ----- */
.payment-advisory-highlight-section .pa-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.payment-advisory-highlight-section .pa-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 12px;
    line-height: 1.2;
}

.payment-advisory-highlight-section .pa-tag i {
    font-size: 17px;
}

.payment-advisory-highlight-section .pa-tag--ok {
    background: #e3f5e9;
    color: #1f9d54;
}

.payment-advisory-highlight-section .pa-tag--ok i {
    color: #2fae5f;
}

.payment-advisory-highlight-section .pa-tag--no {
    background: #fdecea;
    color: #e0533b;
}

.payment-advisory-highlight-section .pa-tag--no i {
    color: #e0533b;
}

/* ----- Body text + highlights ----- */
.payment-advisory-highlight-section .payment-advisory-text {
    color: #4a5b7a;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
    margin-bottom: 28px;
}

.payment-advisory-highlight-section .payment-advisory-text mark.mk-ok {
    background: #d8f3e0;
    color: #1f9d54;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 5px;
}

.payment-advisory-highlight-section .payment-advisory-text mark.mk-no {
    background: #fde3d3;
    color: #e8722e;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 5px;
}

/* ----- Contact buttons ----- */
.payment-advisory-highlight-section .payment-advisory-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.payment-advisory-highlight-section .pa-contact {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.payment-advisory-highlight-section .pa-contact i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
}

.payment-advisory-highlight-section .pa-contact span {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.payment-advisory-highlight-section .pa-contact small {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.85;
}

.payment-advisory-highlight-section .pa-contact b {
    font-size: 17px;
    font-weight: 800;
}

.payment-advisory-highlight-section .pa-contact--email {
    background: linear-gradient(160deg, #16306e 0%, #0d1f4d 100%);
    color: #ffffff;
}

.payment-advisory-highlight-section .pa-contact--call {
    background:linear-gradient(160deg, #1c8c5b 0%, #1c8c5b 100%);
    color: #fff ;
}

.payment-advisory-highlight-section .pa-contact--call i {
    background: rgba(13, 27, 61, 0.12);
}

.payment-advisory-highlight-section .pa-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(20, 40, 90, 0.20);
}

/* ----- Responsive (Highlight) ----- */
@media (max-width: 767px) {
    .payment-advisory-highlight-section {
        padding: 36px 0;
    }

    .payment-advisory-highlight-section .payment-advisory-card.is-highlight {
        padding: 28px 22px;
    }

    .payment-advisory-highlight-section .payment-advisory-title {
        font-size: 26px;
    }

    .payment-advisory-highlight-section .payment-advisory-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .payment-advisory-highlight-section .payment-advisory-text {
        font-size: 15px;
    }

    .payment-advisory-highlight-section .pa-contact {
        width: 100%;
    }
}
