
  .cst .tabs-navigation li a
   {
       font-size:16px;
   }
   table, th, td {
    width: auto;
    padding: 10px 5px;
    /* border: 1px solid #333; */
    color: #000;
}
table, th, td {
    width: 100%;
    border: 1px solid #333;
    padding: 10px 5px;
}
.top_notification {
    text-align: center;
    margin: 20px 0;
    top:85% !important;
    
}

.top_notification {
    width: 100%;
    text-align: center;
    top:80%;
}
.top_notification ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.top_notification li {
    display: inline-block;
    margin: 0 10px;
}
.blink {
    animation: blinkAnimation 1s infinite;
}

@keyframes blinkAnimation {
    0%   { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
}

/* =========================================================
   HERO BANNER  v3  — editorial / typography-led
   Scoped to .hero-modern. No animations.
   ========================================================= */
.hero-modern.inspiro-slider{
    background: #0b1410;
    overflow: hidden;
    height: auto !important;
    table-layout: auto !important;
    display: block !important;
}
.hero-modern .owl-stage-outer,
.hero-modern .owl-stage,
.hero-modern .owl-item{
    height: auto !important;
    display: block !important;
}
.hero-modern .slide.hero-slide{
    min-height: 720px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 70px 16px 80px;
    position: relative;
    height: auto !important;
    box-sizing: border-box;
}
/* Neutralize plugin's default caption margin */
.hero-modern .slide-captions.hero-captions{
    margin-top: 0 !important;
    padding: 0;
}

/* Background image + a single elegant gradient overlay (top-vignette + radial center-light) */
.hero-modern .slide-bg.hero-bg-img{
    position: absolute !important;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-modern .hero-overlay{
    position: absolute; inset: 0;
    z-index: 2;
    background:
        radial-gradient(ellipse at 50% 40%, rgba(10,20,15,0.55) 0%, rgba(8,16,12,0.82) 60%, rgba(6,12,9,0.94) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.55) 100%);
}

.hero-modern .hero-content-wrap{
    position: relative;
    z-index: 3;
}
.hero-modern .hero-captions{
    text-align: center;
    max-width: 920px;
    margin: 0 auto !important;
}

/* --- Eyebrow: pure typography, no chrome --- */
.hero-modern .hero-eyebrow{
    color: #c8d0bd;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 22px;
    line-height: 1.4;
}

/* --- Hairline rule --- */
.hero-modern .hero-rule{
    display: inline-block;
    width: 56px;
    height: 2px;
    background: #6fa130;
    margin: 0 0 28px;
    border-radius: 2px;
}

/* --- Title: massive, centered, restrained --- */
.hero-modern .hero-captions h1.hero-title,
.hero-modern .hero-captions h2.hero-title{
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 78px !important;
    line-height: 1.04 !important;
    font-weight: 700 !important;
    letter-spacing: -1.2px;
    margin: 0 0 22px !important;
    text-wrap: balance;
}
.hero-modern .hero-title-accent{
    color: #b7e766;
    -webkit-text-fill-color: #b7e766;
    font-style: normal;
    font-weight: 800;
    font-size: 1.08em;
    letter-spacing: -1.5px;
    display: inline-block;
    line-height: 1;
    text-shadow: 0 2px 16px rgba(111,161,48,0.35);
}

/* --- Theme / Tagline --- */
.hero-modern .hero-theme{
    color: #d6dcce;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    max-width: 640px;
    margin: 0 auto 48px;
    line-height: 1.55;
}

/* --- Actions: 1 primary button + 1 text-arrow link --- */
.hero-modern .hero-actions{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin: 0 0 56px;
}
.hero-modern .hero-cta{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.hero-modern .hero-cta i{ font-size: 13px; line-height: 1; }

.hero-modern .hero-cta--primary{
    padding: 16px 34px;
    background: #6fa130;
    color: #fff;
    border: 1px solid #6fa130;
    border-radius: 999px;
}
.hero-modern .hero-cta--primary:hover{
    background: #7cb53a;
    border-color: #7cb53a;
    color: #fff;
    text-decoration: none;
}

.hero-modern .hero-cta--link{
    padding: 6px 2px;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    border-radius: 0;
}
.hero-modern .hero-cta--link:hover{
    color: #9ed25a;
    border-bottom-color: #9ed25a;
    text-decoration: none;
}

/* --- Notifications belt: rounded card with chip-style links --- */
.hero-modern .hero-notifications.top_notification{
    position: static !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    top: auto !important;
    right: auto !important;
    width: 100%;
    margin: 0 !important;
    text-align: center;
}
.hero-modern .hero-notifications ul{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    list-style: none;
    margin: 0;
}
.hero-modern .hero-notifications li{
    margin: 0 !important;
    float: none !important;
    list-style: none;
}
.hero-modern .hero-notifications li a{
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    color: #f1f5e8 !important;
    font-size: 13px !important;
    font-weight: 500;
    padding: 6px 12px !important;
    border-radius: 6px;
    background: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    transition: background .2s ease, color .2s ease;
    white-space: nowrap;
}
.hero-modern .hero-notifications li a:hover{
    background: rgba(111,161,48,0.25) !important;
    color: #fff !important;
}
.hero-modern .hero-notifications .blink{ animation: none !important; }

.hero-modern .hero-note-tag{
    display: inline-block;
    background: #6fa130;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
}
.hero-modern .hero-note-tag-hot{
    background: #e8ad10;
    color: #1a1a1a;
}

/* Early Bird alert: pulsing live dot + soft text blink */
.hero-modern .hero-notifications li a.is-alert{
    color: #fff !important;
}
.hero-modern .hero-note-pulse{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e8ad10;
    box-shadow: 0 0 0 0 rgba(232,173,16,0.7);
    animation: heroLivePulse 1.6s ease-out infinite;
    flex-shrink: 0;
}
.hero-modern .hero-note-blink{
    font-size: 13px;
    line-height: 1.4;
    animation: heroSoftBlink 1.8s ease-in-out infinite;
}
/* Defend against plugin's `.slide-captions span { font-size: 28px }` rule */
.hero-modern .hero-notifications li a > span:not(.hero-note-tag):not(.hero-note-pulse){
    font-size: inherit;
}
@keyframes heroLivePulse{
    0%   { box-shadow: 0 0 0 0 rgba(232,173,16,0.65); }
    70%  { box-shadow: 0 0 0 10px rgba(232,173,16,0); }
    100% { box-shadow: 0 0 0 0 rgba(232,173,16,0); }
}
@keyframes heroSoftBlink{
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.55; }
}

/* Tablet */
@media (max-width: 991px){
    .hero-modern .hero-slide{ min-height: 680px; padding: 50px 0 60px; }
    .hero-modern .hero-captions{ max-width: 720px; }
    .hero-modern .hero-eyebrow{ font-size: 11px; letter-spacing: 2.2px; margin-bottom: 18px; }
    .hero-modern .hero-rule{ margin-bottom: 22px; }
    .hero-modern .hero-captions h1.hero-title,
    .hero-modern .hero-captions h2.hero-title{ font-size: 56px !important; letter-spacing: -0.8px; margin-bottom: 18px !important; }
    .hero-modern .hero-theme{ font-size: 17px; margin-bottom: 36px; max-width: 540px; }
    .hero-modern .hero-actions{ gap: 22px; margin-bottom: 40px; }
    .hero-modern .hero-cta--primary{ padding: 14px 28px; }
}

/* Mobile */
@media (max-width: 575px){
    .hero-modern .hero-slide{ min-height: 600px; padding: 40px 0 50px; }
    .hero-modern .hero-captions{ padding: 0 8px; }
    .hero-modern .hero-eyebrow{
        font-size: 10px;
        letter-spacing: 1.6px;
        margin-bottom: 16px;
    }
    .hero-modern .hero-rule{ width: 40px; margin-bottom: 18px; }
    .hero-modern .hero-captions h1.hero-title,
    .hero-modern .hero-captions h2.hero-title{
        font-size: 36px !important;
        letter-spacing: -0.4px;
        line-height: 1.08 !important;
        margin-bottom: 14px !important;
    }
    .hero-modern .hero-theme{
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 28px;
    }
    .hero-modern .hero-actions{
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }
    .hero-modern .hero-cta--primary{
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }
    .hero-modern .hero-notifications ul{
        flex-direction: column;
        align-items: stretch;
        padding: 8px;
        gap: 4px;
    }
    .hero-modern .hero-notifications li a{
        justify-content: flex-start;
        font-size: 12px !important;
        white-space: normal;
    }
}

/* =========================================================
   VIDEO GALLERY (click-to-play, lazy iframe, horizontal scroll)
   ========================================================= */
.video-gallery-wrap{
    position: relative;
}
.video-gallery-grid{
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.video-gallery-grid::-webkit-scrollbar{ display: none; }

.video-gallery-nav{
    position: absolute;
    top: calc(50% - 28px);
    transform: translateY(-50%);
    width: 40px; height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    color: #1a2a14;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    cursor: pointer;
    z-index: 3;
    display: flex; align-items: center; justify-content: center;
    padding: 0;
    transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}
.video-gallery-nav--prev{ left: -14px; }
.video-gallery-nav--next{ right: -14px; }
.video-gallery-nav:hover{
    background: #6fa130;
    border-color: #6fa130;
    color: #fff;
}
.video-gallery-nav[disabled]{
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}
.video-gallery-nav[hidden]{ display: none; }

.video-card{
    flex: 0 0 calc((100% - 48px) / 3);
    scroll-snap-align: start;
    min-width: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow .2s ease;
    outline: none;
}
.video-card:hover,
.video-card:focus-visible{
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.video-card:focus-visible{
    box-shadow: 0 0 0 3px rgba(111,161,48,0.45), 0 6px 18px rgba(0,0,0,0.12);
}
.video-card__thumb{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}
.video-card__thumb img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-card__iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-card__play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.92;
    transition: opacity .2s ease;
    line-height: 0;
}
.video-card:hover .video-card__play{ opacity: 1; }
.video-card__play svg{ display: block; }

.video-card__info{
    padding: 14px 16px;
}
.video-card__title{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1a2a14;
    line-height: 1.4;
    margin: 0;
}

.video-card.is-playing{ cursor: default; }
.video-card.is-playing .video-card__play{ display: none; }

@media (max-width: 991px){
    .video-gallery-grid{ gap: 18px; }
    .video-card{ flex: 0 0 calc((100% - 18px) / 2); }
}
@media (max-width: 575px){
    .video-gallery-grid{ gap: 16px; }
    .video-card{ flex: 0 0 86%; }
    .video-card__play svg{ width: 54px; height: 38px; }
    .video-gallery-nav{ display: none; }
}

/* =========================================================
   WAYS TO PARTICIPATE
   ========================================================= */
.ways-to-attend-section{
    background: #f7f9f4;
    border-top: 1px solid #e8ede0;
    border-bottom: 1px solid #e8ede0;
}
.ways-to-attend-section .heading h2{ margin-bottom: 8px; }
.ways-to-attend-sub{
    color: #5a6650;
    font-size: 15px;
    max-width: 720px;
    margin: 0 auto;
}

.ways-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 26px;
}
.way-card{
    position: relative;
    background: #fff;
    border: 1px solid #e6ebde;
    border-radius: 12px;
    padding: 26px 22px 22px;
    display: flex;
    flex-direction: column;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.way-card:hover{
    border-color: #6fa130;
    box-shadow: 0 8px 20px rgba(111,161,48,0.12);
}
.way-card--featured{
    border: 2px solid #6fa130;
    background: linear-gradient(180deg, #ffffff 0%, #f4fbe9 100%);
    box-shadow: 0 8px 24px rgba(111,161,48,0.15);
}
.way-card__badge{
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #6fa130;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
    white-space: nowrap;
}
.way-card__icon{
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #eef6df;
    color: #6fa130;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}
.way-card--featured .way-card__icon{ background: #6fa130; color: #fff; }

.way-card__title{
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #1a2a14;
    margin: 0 0 8px;
    line-height: 1.25;
}
.way-card__sub{
    display: inline;
    font-size: 13px;
    font-weight: 500;
    color: #6fa130;
}
.way-card__desc{
    color: #5a6650;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 14px;
}
.way-card__points{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex-grow: 1;
}
.way-card__points li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #1a2a14;
    line-height: 1.45;
}
.way-card__points li::before{
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #6fa130;
    font-size: 12px;
}
.way-card__cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 6px;
    border: 1px solid #1a2a14;
    background: transparent;
    color: #1a2a14;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    margin-top: auto;
}
.way-card__cta:hover{
    background: #1a2a14;
    color: #fff;
    border-color: #1a2a14;
    text-decoration: none;
}
.way-card__cta--primary{
    background: #6fa130;
    border-color: #6fa130;
    color: #fff;
}
.way-card__cta--primary:hover{
    background: #7cb53a;
    border-color: #7cb53a;
    color: #fff;
}
.way-card__cta i{ font-size: 12px; }

.ways-to-attend-note{
    text-align: center;
    margin-top: 22px;
    color: #5a6650;
    font-size: 14px;
}
.ways-to-attend-note a{
    color: #6fa130;
    font-weight: 600;
    text-decoration: none;
}
.ways-to-attend-note a:hover{ text-decoration: underline; }

@media (max-width: 1199px){
    .ways-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px){
    .ways-grid{ grid-template-columns: 1fr; gap: 16px; }
    .way-card{ padding: 22px 20px 20px; }
    .way-card__title{ font-size: 17px; }
}