/* ==========================================================================
   Root Variables & Custom Properties
   ========================================================================== */

:root {
    --cirb-green: #123f2a;
    --cirb-green-700: #0b2c1d;
    --cirb-navy: #0d5a3d;
    --cirb-gold: #b7842f;
    --cirb-page: #f6f8f5;
    --cirb-card: #fff;
    --cirb-border: #d8e0d8;
    --cirb-text: #1d2924;
    --cirb-muted: #61706a;
    --cirb-success: #1f7a4d;
    --cirb-warning: #b87913;
    --cirb-danger: #b42318;
    --cirb-info: #256f9c;
    --cirb-focus: #f2b84b;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-5: 2rem;
    --radius-sm: 0.35rem;
    --radius: 0.65rem;
    --radius-lg: 1rem;
    --shadow-sm: 0 0.25rem 0.75rem rgba(24, 36, 51, 0.08);
    --shadow: 0 0.75rem 2rem rgba(24, 36, 51, 0.12);
    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-serif: Georgia, "Times New Roman", serif;
    --header-height: 168px;
    --sidebar-width: 280px;
}

/* ==========================================================================
   Global Base & Typography
   ========================================================================== */

html {
    font-size: 16px;
    scroll-padding-top: var(--header-height);
}

body {
    font-family: var(--font-sans);
    color: var(--cirb-text);
    background: var(--cirb-page);
    overflow-x: hidden;
}

a {
    color: var(--cirb-green);
}

    a:hover {
        color: var(--cirb-green-700);
    }

:focus-visible {
    outline: 3px solid var(--cirb-focus);
    outline-offset: 3px;
}

.text-muted {
    color: var(--cirb-muted) !important;
}

/* ==========================================================================
   Accessibility Components
   ========================================================================== */

.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    z-index: 3000;
}

    .skip-link:focus {
        left: 1rem;
        top: 1rem;
        background: #fff;
        color: var(--cirb-navy);
        padding: 0.75rem 1rem;
        border: 3px solid var(--cirb-focus);
        border-radius: var(--radius);
    }

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:0 0.75rem;
   
}

.btn-primary {
    --bs-btn-bg: var(--cirb-green);
    --bs-btn-border-color: var(--cirb-green);
    --bs-btn-hover-bg: var(--cirb-green-700);
    --bs-btn-hover-border-color: var(--cirb-green-700);
}

.btn-outline-primary {
    --bs-btn-color: var(--cirb-green);
    --bs-btn-border-color: var(--cirb-green);
    --bs-btn-hover-bg: var(--cirb-green);
    --bs-btn-hover-border-color: var(--cirb-green);
}

/* ==========================================================================
   Page Headers & Sections
   ========================================================================== */

.page-header {
    background: #fff;
    border-bottom: 1px solid var(--cirb-border);
    padding: var(--space-4) 0;
}

    .page-header h1 {
        font-family: var(--font-serif);
        font-weight: 700;
        color: var(--cirb-green);
        margin: 0;
    }

    .page-header p {
        color: var(--cirb-muted);
        max-width: 70ch;
        margin: 0.5rem 0 0;
    }

.section-title {
    font-family: var(--font-serif);
    font-weight: 700;
    color: var(--cirb-green);
}

/* ==========================================================================
   Cards & Content Blocks
   ========================================================================== */

.card,
.info-card {
    border-color: var(--cirb-border);
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius);
    height: 100%;
}

.empty-state {
    border: 2px dashed #b8c8bd;
    background: #fbfdfb;
    border-radius: var(--radius);
    padding: 2rem;
    text-align: center;
    color: var(--cirb-muted);
}

/* ==========================================================================
   Forms, Badges & Tables
   ========================================================================== */

.badge-soft {
    background: #e7f1ea;
    color: var(--cirb-green);
}

.status-badge {
    font-weight: 700;
}

.form-control,
.form-select {
    min-height: 44px;
}

.table {
    vertical-align: middle;
}

.alert {
    border-radius: var(--radius);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .carousel {
        transition: none !important;
    }
}

@media print {
    .site-header,
    .site-footer,
    .btn,
    .no-print {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }

    .card {
        box-shadow: none;
        border: 1px solid #999;
    }
}
/* ==========================================================================
   Colored Child Page Header Banner (Soft Gradient with Visible Image)
   ========================================================================== */

.page-header-banner {
    /* Soft teal-to-navy gradient with lower opacity (40% to 65%) to reveal the background image */
    background: linear-gradient( 90deg, rgba(14, 107, 103, 0.88) 0%, /* Vibrant Teal Left */
    rgba(24, 61, 92, 0.82) 60%, /* Mid Ocean Teal/Blue */
    rgba(30, 41, 88, 0.76) 100% /* Soft Navy/Indigo Right */
    ), url('/images/hero-01.jpg') center/cover no-repeat;
    background-color: #0d4b45; /* Fallback color before image loads */
    position: relative;
    border-bottom: 3px solid var(--cirb-gold, #b7842f);
    min-height:320px
}

.page-header-title {
    font-family: "Segoe UI Light", "Segoe UI", sans-serif;
    font-weight: 100; /* 300 corresponds to the Light weight */
    letter-spacing: -0.01em;
    font-size: clamp(3rem, 3.5vw,3.75rem);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); /* Soft shadow for contrast over bright images */
}

.page-header-summary {
    max-width: 820px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    font-size: clamp(1.3rem, 1.5vw,1.75rem);
    color: #ffffff !important;
}

/* Breadcrumb Styling inside Header Banner */
.page-header-banner .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.99);
    content: "/";
}

.page-header-banner .breadcrumb-item a {
    color: #ffffff !important;
    text-decoration: underline;
    font-size:1rem;
    text-underline-offset: 3px;
    font-weight: 500;
}

    .page-header-banner .breadcrumb-item a:hover {
        opacity: 0.85;
    }

.page-header-banner .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.98) !important;
    font-size: 1rem;
}

/* Latest updates + registration call-to-action */
.updates-cta-section {
    background: linear-gradient(180deg, #f7faf8 0%, #ffffff 100%);
}

.updates-shell {
    overflow: hidden;
    border: 1px solid rgba(10, 75, 59, .10);
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 18px 50px rgba(22, 57, 46, .09);
}

.updates-panel {
    padding: clamp(1.5rem, 3vw, 2.75rem);
}

.updates-kicker,
.participate-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .65rem;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.updates-kicker {
    color: #0b6b50;
}

.updates-heading {
    color: #073f34;
    letter-spacing: -.025em;
}

.updates-list {
    display: grid;
    gap: .75rem;
    margin-top: 1.5rem;
}

.update-item {
    position: relative;
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: .9rem;
    align-items: start;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid #e5eeea;
    border-radius: 1rem;
    background: #fbfdfc;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

    .update-item::before {
        position: absolute;
        inset: 0 auto 0 0;
        width: 3px;
        content: "";
        background: #d8a72e;
        opacity: 0;
        transition: opacity .2s ease;
    }

    .update-item:hover {
        transform: translateY(-2px);
        border-color: rgba(11, 107, 80, .25);
        box-shadow: 0 10px 24px rgba(18, 72, 58, .08);
    }

        .update-item:hover::before {
            opacity: 1;
        }

.update-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    flex: 0 0 auto;
    border-radius: .8rem;
    color: #0b6b50;
    background: #e9f5ef;
}

.update-label {
    color: #99701b;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.update-title {
    margin: .2rem 0 .25rem;
    color: #172a25;
    font-size: 1rem;
    line-height: 1.35;
}

.update-summary {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #60706a;
    font-size: .9rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.participate-panel {
    position: relative;
    isolation: isolate;
    min-height: 100%;
    padding: clamp(2rem, 4vw, 3.5rem);
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 90% 10%, rgba(255, 210, 91, .22), transparent 32%), linear-gradient(145deg, #0b6b50 0%, #063d35 100%);
}

    .participate-panel::after {
        position: absolute;
        right: -4rem;
        bottom: -5rem;
        z-index: -1;
        width: 13rem;
        height: 13rem;
        border: 1px solid rgba(255, 255, 255, .13);
        border-radius: 50%;
        content: "";
        box-shadow: 0 0 0 2rem rgba(255, 255, 255, .035), 0 0 0 4rem rgba(255, 255, 255, .025);
    }

.participate-kicker {
    color: #f5d274;
}

.participate-icon {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1.35rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 1rem;
    color: #f5d274;
    background: rgba(255, 255, 255, .09);
    font-size: 1.35rem;
}

.participate-title {
    max-width: 24rem;
    margin-bottom: .85rem;
    color: #fff;
    letter-spacing: -.025em;
}

.participate-text {
    max-width: 28rem;
    color: rgba(255, 255, 255, .76);
    line-height: 1.7;
}

.participate-points {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    margin: 1.4rem 0 1.7rem;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, .9);
    font-size: .84rem;
    font-weight: 600;
}

    .participate-points i {
        margin-right: .3rem;
        color: #f5d274;
    }

.btn-participate {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    border: 0;
    border-radius: .8rem;
    color: #173c31;
    background: #f5c552;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
    font-weight: 800;
}

    .btn-participate:hover,
    .btn-participate:focus {
        color: #173c31;
        background: #ffda78;
        transform: translateY(-1px);
    }

.participate-login {
    color: rgba(255, 255, 255, .76);
    font-size: .84rem;
}

    .participate-login a {
        color: #fff;
        font-weight: 700;
        text-underline-offset: .2rem;
    }

@media (max-width: 991.98px) {
    .updates-shell {
        border-radius: 1.15rem;
    }

    .participate-panel {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .update-item, .update-item::before, .btn-participate {
        transition: none;
    }
}

.technical-programme {
    --ts-green: #123f32;
    --ts-green-2: #1f6650;
    --ts-gold: #c49a42;
    --ts-cream: #f7f4ed;
    --ts-ink: #20302a;
    padding: 4rem 0 5rem;
    background: radial-gradient(circle at 0 0, rgba(196, 154, 66, .10), transparent 25rem), #fff;
}

    .technical-programme .programme-intro {
        max-width: 850px;
        margin: 0 auto 2.75rem;
        text-align: center;
    }

    .technical-programme .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: .55rem;
        margin-bottom: .8rem;
        color: var(--ts-green-2);
        font-size: .78rem;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

        .technical-programme .eyebrow::before,
        .technical-programme .eyebrow::after {
            width: 28px;
            height: 1px;
            background: var(--ts-gold);
            content: "";
        }

    .technical-programme .programme-lead {
        margin: 0;
        color: #53635d;
        font-size: clamp(1rem, 1.5vw, 1.12rem);
        line-height: 1.8;
    }

    .technical-programme .format-strip {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 920px;
        margin: 0 auto 3rem;
        overflow: hidden;
        border: 1px solid #e4e7e5;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 12px 35px rgba(18, 63, 50, .08);
    }

    .technical-programme .format-item {
        padding: 1.15rem 1rem;
        text-align: center;
    }

        .technical-programme .format-item + .format-item {
            border-left: 1px solid #e4e7e5;
        }

    .technical-programme .format-value {
        display: block;
        color: var(--ts-green);
        font-size: 1.05rem;
        font-weight: 800;
    }

    .technical-programme .format-label {
        display: block;
        margin-top: .2rem;
        color: #6c7974;
        font-size: .82rem;
    }

    .technical-programme .session-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .technical-programme .session-card {
        position: relative;
        display: flex;
        min-height: 142px;
        overflow: hidden;
        border: 1px solid #e5e8e6;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(24, 55, 45, .06);
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

        .technical-programme .session-card:hover {
            transform: translateY(-4px);
            border-color: rgba(196, 154, 66, .55);
            box-shadow: 0 16px 36px rgba(24, 55, 45, .12);
        }

    .technical-programme .session-number {
        display: grid;
        flex: 0 0 105px;
        place-items: center;
        background: linear-gradient(145deg, var(--ts-green), var(--ts-green-2));
        color: #fff;
    }

        .technical-programme .session-number span {
            display: grid;
            width: 54px;
            height: 54px;
            place-items: center;
            border: 1px solid rgba(255, 255, 255, .45);
            border-radius: 50%;
            font-family: Georgia, serif;
            font-size: 1.25rem;
            font-weight: 700;
        }

    .technical-programme .session-content {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        padding: 1.35rem 1.5rem;
    }

    .technical-programme .session-label {
        margin-bottom: .45rem;
        color: var(--ts-gold);
        font-size: .73rem;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .technical-programme .session-title {
        margin: 0;
        color: var(--ts-ink);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.15rem, 2vw, 1.38rem);
        font-weight: 700;
        line-height: 1.3;
    }

    .technical-programme .session-detail {
        margin: .45rem 0 0;
        color: #68756f;
        font-size: .9rem;
        line-height: 1.5;
    }

    .technical-programme .round-table {
        position: relative;
        margin-top: 2.5rem;
        overflow: hidden;
        border-radius: 20px;
        padding: 2rem 2.25rem;
        background: linear-gradient(120deg, #10382d, #1d5b49);
        color: #fff;
        box-shadow: 0 18px 42px rgba(18, 63, 50, .18);
    }

        .technical-programme .round-table::after {
            position: absolute;
            right: -70px;
            bottom: -95px;
            width: 260px;
            height: 260px;
            border: 45px solid rgba(196, 154, 66, .13);
            border-radius: 50%;
            content: "";
        }

    .technical-programme .round-table-content {
        position: relative;
        z-index: 1;
        max-width: 850px;
    }

    .technical-programme .round-table-label {
        display: inline-block;
        margin-bottom: .65rem;
        border-radius: 999px;
        padding: .38rem .75rem;
        background: rgba(255, 255, 255, .12);
        color: #f1d697;
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .technical-programme .round-table h2 {
        margin: 0 0 .55rem;
        color: #fff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    }

    .technical-programme .round-table p {
        margin: 0;
        color: rgba(255, 255, 255, .78);
        font-size: .97rem;
        line-height: 1.65;
    }

@@media (max-width: 767.98px) {
    .technical-programme {
        padding: 3rem 0 4rem;
    }

        .technical-programme .format-strip {
            grid-template-columns: 1fr;
        }

        .technical-programme .format-item + .format-item {
            border-top: 1px solid #e4e7e5;
            border-left: 0;
        }

        .technical-programme .session-grid {
            grid-template-columns: 1fr;
        }

        .technical-programme .session-number {
            flex-basis: 82px;
        }

        .technical-programme .session-content {
            padding: 1.15rem;
        }

        .technical-programme .round-table {
            padding: 1.6rem 1.4rem;
        }
}

@@media (prefers-reduced-motion: reduce) {
    .technical-programme .session-card {
        transition: none;
    }
}

.bank-details-section {
    padding: 3.5rem 0;
    background: linear-gradient(180deg, #f7faf8 0%, #ffffff 100%);
}

.bank-details-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(15, 88, 62, .14);
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(18, 62, 48, .10);
}

    .bank-details-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto;
        height: 5px;
        background: linear-gradient(90deg, #0d5a3d, #198754 58%, #d9a928);
    }

.bank-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.25rem 2.5rem 2rem;
    color: #ffffff;
    background: radial-gradient(circle at 88% 10%, rgba(255, 255, 255, .12), transparent 28%), linear-gradient(135deg, #084c35 0%, #0f6a49 100%);
}

.bank-details-heading {
    max-width: 780px;
}

.bank-details-kicker {
    display: inline-block;
    margin-bottom: .65rem;
    color: #f4cf61;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bank-details-header h2 {
    margin: 0 0 .65rem;
    color: #ffffff;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -.025em;
}

.bank-details-header p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1rem;
    line-height: 1.65;
}

.bank-mark {
    display: grid;
    place-items: center;
    flex: 0 0 74px;
    width: 74px;
    height: 74px;
    color: #f4cf61;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
}

    .bank-mark svg {
        width: 38px;
        height: 38px;
        fill: currentColor;
    }

.bank-details-body {
    padding: 2.25rem 2.5rem 2.5rem;
}

.beneficiary-panel {
    display: flex;
    align-items: center;
    gap: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.4rem;
    background: #f1f8f4;
    border: 1px solid #dcece3;
    border-radius: 14px;
}

.detail-label,
.bank-detail-item dt {
    color: #69766f;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.beneficiary-panel .detail-label {
    flex: 0 0 125px;
}

.beneficiary-panel strong {
    color: #123f30;
    font-size: 1.08rem;
    line-height: 1.45;
}

.bank-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
}

.bank-detail-item {
    min-width: 0;
    padding: 1.2rem 1.3rem;
    background: #ffffff;
    border: 1px solid #e4ebe7;
    border-radius: 13px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

    .bank-detail-item:hover {
        transform: translateY(-2px);
        border-color: rgba(15, 106, 73, .28);
        box-shadow: 0 10px 24px rgba(18, 62, 48, .07);
    }

    .bank-detail-item dt {
        margin-bottom: .48rem;
    }

    .bank-detail-item dd {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        margin: 0;
        color: #18392e;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.45;
    }

.bank-detail-highlight {
    background: linear-gradient(135deg, #fffdf5, #ffffff);
    border-color: rgba(217, 169, 40, .38);
}

    .bank-detail-highlight dd > span {
        color: #0d5a3d;
        font-size: 1.12rem;
        letter-spacing: .035em;
    }

.copy-detail-btn {
    flex: 0 0 auto;
    padding: .38rem .72rem;
    color: #0d5a3d;
    background: #edf7f1;
    border: 1px solid #cde5d6;
    border-radius: 8px;
    font-size: .76rem;
    font-weight: 800;
    line-height: 1;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

    .copy-detail-btn:hover,
    .copy-detail-btn:focus-visible {
        color: #ffffff;
        background: #0d5a3d;
        border-color: #0d5a3d;
        outline: none;
    }

.payment-note {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    margin-top: 1.5rem;
    padding: 1rem 1.15rem;
    color: #5d563c;
    background: #fffbeb;
    border: 1px solid #f1e2a9;
    border-radius: 12px;
}

.payment-note-icon {
    display: grid;
    place-items: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #ffffff;
    background: #bd8b13;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: .9rem;
    font-weight: 700;
}

.payment-note p {
    margin: 0;
    font-size: .92rem;
    line-height: 1.6;
}

@@media (max-width: 767.98px) {
    .bank-details-section {
        padding: 2.25rem 0;
    }

    .bank-details-card {
        border-radius: 17px;
    }

    .bank-details-header,
    .bank-details-body {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .bank-details-header {
        align-items: flex-start;
        padding-top: 1.8rem;
        padding-bottom: 1.65rem;
    }

    .bank-mark {
        display: none;
    }

    .beneficiary-panel {
        display: block;
    }

        .beneficiary-panel .detail-label {
            display: block;
            margin-bottom: .45rem;
        }

    .bank-details-grid {
        grid-template-columns: 1fr;
    }
}

@@media (prefers-reduced-motion: reduce) {
    .bank-detail-item,
    .copy-detail-btn {
        transition: none;
    }
}
.validation-summary-valid {
    display: none;
}