/* ==========================================================================
   CAMDEMICS PREMIUM STATE-OF-THE-ART LANDING PAGE DESIGN SYSTEM
   ========================================================================== */

:root {
    --primary-color: #1e3a8a;
    --primary-light: #3b82f6;
    --secondary-color: #f59e0b;
    --secondary-light: #fbbf24;
    --accent-color: #10b981;
    --text-dark: #0f172a;
    --text-body: #334155;
    --text-muted: #64748b;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    
    /* Premium Gradients */
    --gradient-primary: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    --gradient-secondary: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
    --gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.6) 100%);
    
    --gradient-1: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    --gradient-2: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
    --gradient-3: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    --gradient-4: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    --gradient-5: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 10px 25px -5px rgba(15, 23, 42, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.03);
    --shadow-lg: 0 20px 35px -10px rgba(15, 23, 42, 0.12), 0 10px 10px -5px rgba(15, 23, 42, 0.04);
    --shadow-glow: 0 0 25px rgba(59, 130, 246, 0.25);
}

body {
    font-family: 'Inter', 'Outfit', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    background-color: var(--bg-light);
    color: var(--text-body);
    overflow-x: hidden;
}

/* ==========================================================================
   TOP HEADER BAR & NAVBAR
   ========================================================================== */

/* ==========================================================================
   FORCED BUTTON CONTRAST & WHITE TEXT RULES
   ========================================================================== */

.btn-primary, 
.btn-secondary, 
.btn-theme, 
.btn-premium, 
.btn-app-download,
.cta-btn,
.web-navbar .commonBtn,
a.btn-primary, 
a.btn-secondary, 
a.btn-theme, 
a.btn-premium, 
a.btn-lg:not(.btn-outline-light):not(.btn-outline-primary):not(.btn-outline-secondary), 
button.btn-primary, 
button.btn-secondary, 
.aboutUs .btn,
.aboutUs a.btn {
    color: #ffffff !important;
    text-shadow: none !important;
}

.btn-primary *, 
.btn-secondary *, 
.btn-theme *, 
.btn-premium *, 
.btn-app-download *,
.cta-btn *,
.web-navbar .commonBtn *,
a.btn-primary *, 
a.btn-secondary *, 
a.btn-theme *, 
a.btn-premium *, 
a.btn-lg:not(.btn-outline-light):not(.btn-outline-primary):not(.btn-outline-secondary) *, 
.aboutUs .btn *,
.aboutUs a.btn * {
    color: #ffffff !important;
}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-theme:hover, 
.btn-premium:hover, 
a.btn-primary:hover, 
a.btn-secondary:hover, 
a.btn-theme:hover, 
a.btn-premium:hover, 
a.btn-lg:hover, 
.aboutUs a.btn:hover {
    color: #ffffff !important;
}

.topHeader {
    background: var(--theme-color, var(--primary-color, #00733B)) !important;
    color: #ffffff !important;
    padding: 3px 0 !important;
    font-size: 12px !important;
    min-height: 28px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.topHeader .top-header-row {
    min-height: 24px !important;
    gap: 4px 14px !important;
}

.topHeader .top-header-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 14px;
}

.topHeader a, .topHeader .commonSpan {
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none !important;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    font-size: 12px !important;
    line-height: 1.2;
}

.topHeader a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.topHeader .commonSpan i {
    color: #fbbf24 !important;
    font-size: 12.5px !important;
    margin-right: 5px;
    vertical-align: middle;
}

.topHeader .social-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topHeader .social-icon-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, color 0.2s ease;
}

.topHeader .social-icon-link:hover {
    color: #fbbf24 !important;
    transform: scale(1.15);
}

/* ==========================================================================
   PUBLIC ANNOUNCEMENT & NOTIFICATION TICKER (Vertical Dynamic Rotator)
   ========================================================================== */
.top-header-notices {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: 650px;
}

.notice-badge {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.notice-ping-dot {
    width: 6px;
    height: 6px;
    background-color: #fbbf24;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 6px #fbbf24;
}

.notice-ping-dot::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fbbf24;
    opacity: 0.75;
    animation: noticePing 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes noticePing {
    0% {
        transform: scale(0.8);
        opacity: 0.9;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.notice-ticker-wrapper {
    position: relative;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    min-width: 0;
    flex: 1 1 auto;
}

.notice-ticker-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.notice-ticker-item.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 2;
}

.notice-ticker-item.exit-up {
    opacity: 0;
    transform: translateY(-100%);
    z-index: 1;
}

.notice-ticker-item.enter-down {
    opacity: 0;
    transform: translateY(-100%);
}

.notice-ticker-item.exit-down {
    opacity: 0;
    transform: translateY(100%);
    z-index: 1;
}

.notice-ticker-title {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 12.5px;
    letter-spacing: 0.15px;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.18s ease, text-shadow 0.18s ease;
    text-shadow: none !important;
}

.notice-ticker-title:hover {
    color: #fbbf24 !important;
    text-shadow: none !important;
}

.notice-action-pill {
    background: #ffffff;
    color: var(--theme-color, #00733B) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2px;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none !important;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.notice-action-pill:hover {
    background: #fbbf24;
    color: #0f172a !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.notice-ticker-controls {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 8px;
    flex-shrink: 0;
}

.btn-ticker-nav {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #ffffff;
    border-radius: 4px;
    padding: 0;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 8.5px;
    line-height: 1;
    transition: all 0.18s ease;
}

.btn-ticker-nav:hover {
    background: rgba(255, 255, 255, 0.35);
    color: #fbbf24;
    transform: scale(1.15);
}

@media screen and (max-width: 991.98px) {
    .topHeader {
        padding: 5px 0 !important;
        min-height: 36px !important;
    }
    .topHeader .top-header-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }
    .topHeader .top-header-notices {
        display: flex !important;
        align-items: center !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    .topHeader .notice-ticker-wrapper {
        min-width: 0 !important;
        flex: 1 1 auto !important;
        overflow: hidden !important;
    }
    .topHeader .notice-ticker-title {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
        display: inline-block !important;
        font-size: 12px !important;
    }
    .topHeader .notice-action-pill {
        display: none !important;
    }
    .topHeader .top-header-contact {
        display: none !important;
    }
    .topHeader .social-icons-wrapper,
    .topHeader .top-header-social a {
        display: none !important;
    }
    .topHeader .top-header-right {
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
        margin-left: auto !important;
    }
    .topHeader .lang-toggle-wrap {
        margin-left: 0 !important;
    }
    .topHeader .lang-toggle-btn {
        padding: 2px 8px !important;
        font-size: 11px !important;
    }
}

@media screen and (max-width: 480px) {
    .topHeader {
        padding: 4px 0 !important;
    }
    .topHeader .notice-badge {
        font-size: 10px !important;
        padding: 2px 6px !important;
    }
    .topHeader .notice-ticker-title {
        font-size: 11.5px !important;
    }
}

html, body, .container-scroller, .page-body-wrapper {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

footer.commonMT,
.portal-compact-footer {
    margin-bottom: 0 !important;
}

/* ==========================================================================
   UNIVERSAL RESPONSIVE BUTTON & SEARCH BAR DESIGN SYSTEM
   ========================================================================== */
.btn-big,
.btn-cta,
.btn-portal-action,
.btn-contact-submit,
.btn-apply-now,
.btn-search-submit,
.btn-footer-auth,
.portal-hero-banner .btn,
.results-search-box .btn,
.card-body form .btn-primary:not(.btn-sm):not(.btn-xs),
.card-body form .btn-success:not(.btn-sm):not(.btn-xs),
.card-body form button[type="submit"]:not(.btn-sm):not(.btn-xs),
.card-body form input[type="submit"]:not(.btn-sm):not(.btn-xs) {
    min-height: 48px !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
    box-shadow: 0 4px 14px rgba(0, 115, 59, 0.22) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-big.rounded-pill,
.btn-cta.rounded-pill,
.btn-portal-action.rounded-pill,
.btn-apply-now.rounded-pill,
.portal-hero-banner .btn.rounded-pill {
    border-radius: 50px !important;
}

.btn-big:hover,
.btn-cta:hover,
.btn-portal-action:hover,
.btn-contact-submit:hover,
.btn-apply-now:hover,
.btn-search-submit:hover,
.btn-footer-auth:hover,
.portal-hero-banner .btn:hover,
.card-body form .btn-primary:not(.btn-sm):not(.btn-xs):hover,
.card-body form .btn-success:not(.btn-sm):not(.btn-xs):hover,
.card-body form button[type="submit"]:not(.btn-sm):not(.btn-xs):hover,
.card-body form input[type="submit"]:not(.btn-sm):not(.btn-xs):hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 115, 59, 0.35) !important;
    filter: brightness(1.06) !important;
}

/* Fluid responsive sizing for search buttons across smaller laptops & tablets */
@media (max-width: 1199.98px) {
    .btn-search-submit {
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 991.98px) {
    .results-search-box {
        flex-wrap: wrap;
    }
    .results-search-box .search-btn-wrap {
        min-width: max-content;
    }
}

.web-navbar,
.web-navbar-centered-floating {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1040 !important;
    background-color: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    padding: 6px 0 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.web-navbar.is-sticky,
.web-navbar.navbar-scrolled,
.web-navbar-centered-floating.is-sticky,
.web-navbar-centered-floating.navbar-scrolled {
    padding: 4px 0 !important;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.1) !important;
    background-color: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.85) !important;
}

.web-navbar .navbarWrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    min-height: 52px !important;
    height: auto !important;
}

.web-navbar .menuListWrapper {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.web-navbar .listItems {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
    list-style: none !important;
}

.web-navbar .listItems > li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

.web-navbar .listItems > li > a:not(.commonBtn):not(.btn),
.web-navbar .nav-dropdown-toggle {
    color: var(--text-dark) !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
    padding: 6px 12px !important;
    line-height: 1.3 !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    transition: color 0.2s ease;
}

.web-navbar .listItems > li > a.commonBtn,
.web-navbar .listItems > li > a.commonBtn *,
.web-navbar a.commonBtn,
.web-navbar a.commonBtn * {
    color: #ffffff !important;
}

.web-navbar .listItems > li > a:not(.commonBtn):hover, 
.web-navbar .nav-dropdown-toggle:hover, 
.web-navbar .listItems > li > a:not(.commonBtn).active {
    color: var(--primary-color) !important;
}

.web-navbar .hamburg {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    background: transparent;
    border: 1.5px solid rgba(0,0,0,0.1);
    color: #1e293b;
    transition: all 0.2s ease;
}

.web-navbar .hamburg:hover {
    background: rgba(0, 115, 59, 0.08);
    border-color: var(--theme-color, #00733B);
    color: var(--theme-color, #00733B);
}

.web-navbar .hamburg i {
    font-size: 20px;
}

@media screen and (max-width: 991.98px) {
    .web-navbar .listItems:not(.offcanvas-body .listItems) { 
        display: none !important; 
    }
    .web-navbar .nav-wing { 
        display: none !important; 
    }
    .web-navbar .hamburg { 
        display: flex !important; 
        align-items: center !important;
        justify-content: center !important;
    }
    .web-navbar .mobile-nav-brand {
        display: flex !important;
        align-items: center !important;
    }
    .web-navbar .navLogo img,
    .web-navbar .mobile-nav-brand img {
        height: 40px !important;
        max-height: 40px !important;
        width: auto !important;
        max-width: 190px !important;
        object-fit: contain !important;
    }
}

/* Offcanvas Drawer Modern Styling */
.offcanvas {
    width: 320px !important;
    max-width: 85vw !important;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.3) !important;
    z-index: 1060 !important;
}

.offcanvas-header {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-body {
    padding: 20px;
}

.offcanvas-body .listItems {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.offcanvas-body .listItems > li > a,
.offcanvas-body .listItems .nav-dropdown-toggle,
.mobile-nav-link {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.offcanvas-body .listItems > li > a:hover,
.offcanvas-body .listItems .nav-dropdown-toggle:hover,
.mobile-nav-link:hover,
.mobile-nav-link.active {
    background: rgba(0, 115, 59, 0.08) !important;
    color: var(--theme-color, #00733B) !important;
}

.web-navbar .commonBtn,
.web-navbar a.commonBtn,
.web-navbar .listItems > li > a.commonBtn {
    background: var(--gradient-primary, var(--theme-color, #00733B)) !important;
    background-color: var(--theme-color, #00733B) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 24px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 22px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 38px !important;
    text-decoration: none !important;
    box-shadow: 0 3px 12px rgba(0, 115, 59, 0.28) !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 0 6px !important;
    vertical-align: middle !important;
}

.commonBtn,
a.commonBtn,
button.commonBtn,
.mobile-auth-btn {
    background: var(--gradient-primary, var(--theme-color, #00733B)) !important;
    background-color: var(--theme-color, #00733B) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 8px 24px !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 115, 59, 0.3) !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.web-navbar .commonBtn *,
.commonBtn *,
a.commonBtn *,
button.commonBtn *,
.mobile-auth-btn * {
    color: #ffffff !important;
    fill: #ffffff !important;
    text-decoration: none !important;
}

.web-navbar .commonBtn:hover,
.commonBtn:hover,
a.commonBtn:hover,
button.commonBtn:hover,
.mobile-auth-btn:hover {
    background: var(--gradient-secondary, #005a2e) !important;
    background-color: #005a2e !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 115, 59, 0.4) !important;
    filter: brightness(1.08);
    text-decoration: none !important;
}

.web-navbar .commonBtn:hover *,
.commonBtn:hover *,
a.commonBtn:hover *,
button.commonBtn:hover *,
.mobile-auth-btn:hover * {
    color: #ffffff !important;
    fill: #ffffff !important;
    text-decoration: none !important;
}

/* ==========================================================================
   HERO CAROUSEL & DYNAMIC SLIDESHOW (5 Ultra-Premium Layouts)
   ========================================================================== */

.heroSection {
    position: relative;
    overflow: hidden;
    background: #0f172a;
}

.hero-carousel .item,
.hero-carousel .hero-slide-item {
    min-height: 600px;
    height: 640px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-bottom: 70px;
}

.hero-carousel .swiperImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.70);
    transform: scale(1);
    transition: transform 6s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-carousel.ken-burns-active .owl-item.active .swiperImage {
    transform: scale(1.08);
}

.hero-slide-item .hero-overlay-content {
    z-index: 10;
    pointer-events: auto;
}

.hero-glass-card {
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 38px 42px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
    animation: heroFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Style Specific Tweaks */
.hero-style-cinema .display-3,
.hero-style-cinema .display-4 {
    font-weight: 800;
    letter-spacing: -0.5px;
}

.hero-style-split .split-slider-wrapper {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.hero-style-split .split-slider-wrapper:hover {
    transform: translateY(-4px);
}

.heroSection .btn-outline-light {
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.heroSection .btn-outline-light:hover {
    color: #0f172a !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-2px);
}

/* Hero Carousel Navigation Buttons (Owl Nav) */
.hero-carousel.owl-carousel .owl-nav {
    position: static;
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev,
.hero-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 30 !important;
    width: 52px !important;
    height: 52px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    color: #0f172a !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 24px !important;
}

.hero-carousel.owl-carousel .owl-nav button.owl-next {
    right: 24px !important;
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.hero-carousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #027e17 !important;
    color: #ffffff !important;
    border-color: #027e17 !important;
    transform: translateY(-50%) scale(1.12) !important;
    box-shadow: 0 8px 25px rgba(2, 126, 23, 0.45) !important;
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev i,
.hero-carousel.owl-carousel .owl-nav button.owl-next i {
    font-size: 20px !important;
    line-height: 1 !important;
}

/* Dots pagination */
.hero-carousel.owl-carousel .owl-dots {
    position: absolute !important;
    bottom: 95px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 35 !important;
    margin: 0 !important;
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
    pointer-events: auto !important;
}

.hero-carousel.owl-carousel .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    transition: all 0.35s ease !important;
    display: block !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
}

.hero-carousel.owl-carousel .owl-dots .owl-dot.active span,
.hero-carousel.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f59e0b !important;
    width: 34px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 12px rgba(245, 158, 11, 0.7) !important;
}

@media (max-width: 991px) {
    .hero-carousel .item,
    .hero-carousel .hero-slide-item {
        height: auto;
        min-height: 540px;
        padding: 60px 0 90px 0;
    }
    .hero-glass-card {
        padding: 28px 22px;
        border-radius: 18px;
    }
    .hero-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 10px !important;
    }
    .hero-carousel.owl-carousel .owl-nav button.owl-next {
        right: 10px !important;
    }
    .hero-carousel.owl-carousel .owl-dots {
        bottom: 80px !important;
    }
}

@media (max-width: 576px) {
    .heroSection .display-3,
    .heroSection .display-4 {
        font-size: 2rem !important;
    }
    .hero-carousel.owl-carousel .owl-dots {
        bottom: 40px !important;
    }
}

/* ==========================================================================
   TOP FEATURE CARDS (OVERLAPPING HERO)
   ========================================================================== */

/* ==========================================================================
   TOP FEATURE PROGRAM CARDS OVERLAY (CLEAN CLICKABLE PROGRAM CARDS)
   ========================================================================== */

.top-cards-overlay {
    position: relative;
    z-index: 70 !important;
    overflow: visible !important;
}

@media (min-width: 992px) {
    .top-cards-overlay {
        margin-top: -4.5rem;
    }
}

@media (max-width: 991.98px) {
    .top-cards-overlay {
        margin-top: 2rem !important;
        padding-top: 1.5rem !important;
        margin-bottom: 2rem !important;
    }
    .top-cards-overlay .top-cards-grid-row {
        row-gap: 58px !important;
    }
    .top-cards-overlay .top-card-col {
        margin-top: 28px !important;
        margin-bottom: 12px !important;
    }
    .feature-card-item {
        margin-top: 15px !important;
        padding: 48px 18px 18px 18px !important;
    }
}

.feature-card-item {
    background: #ffffff;
    border-radius: 22px;
    padding: 50px 18px 18px 18px;
    border: 1.5px solid rgba(226, 232, 240, 0.95) !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    position: relative;
    overflow: visible !important;
    text-decoration: none !important;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 80 !important;
}

.feature-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
}

.feature-card-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: background 0.3s ease;
}

.feature-card-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.feature-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-card-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px 0;
    line-height: 1.3;
    transition: color 0.25s ease;
}

.feature-card-item:hover .feature-card-title {
    color: var(--card-color, #00733B);
}

/* Light text mode for dark or image background */
.feature-card-item.card-text-light .feature-card-title {
    color: #ffffff !important;
    text-shadow: none !important;
}

.feature-card-item.card-text-light:hover .feature-card-title {
    color: #f8fafc !important;
}

.feature-program-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 4px;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, background 0.25s ease;
    border: none;
}

.feature-card-item:hover .feature-program-badge {
    transform: scale(1.05);
}

.feature-card-item.card-text-light .feature-program-badge {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.feature-card-footer {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-arrow-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--card-bg-tint, #f1f5f9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
}

.feature-card-item:hover .feature-arrow-btn {
    background: var(--card-gradient, #00733B);
    color: #ffffff !important;
    transform: translateX(4px) scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.feature-card-item.card-text-light .feature-arrow-btn {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.feature-card-item.card-text-light:hover .feature-arrow-btn {
    background: #ffffff;
    color: #0f172a !important;
}

/* ==========================================================================
   STATISTICS COUNTERS BANNER (LIGHT MODE)
   ========================================================================== */

.stats-banner-section {
    padding: 70px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
}

.stat-icon-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(0, 115, 59, 0.1);
    border: 2px solid var(--primary-color, #00733B);
    color: var(--primary-color, #00733B);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin: 0 auto 16px auto;
    box-shadow: 0 4px 15px rgba(0, 115, 59, 0.15);
}

.stats-banner-section h3,
.stats-banner-section .stat-count {
    color: #0f172a !important;
}

.stats-banner-section p,
.stats-banner-section .stat-label {
    color: #64748b !important;
}

/* ==========================================================================
   SECTION HEADINGS & UTILITIES
   ========================================================================== */

.section-tag-badge {
    display: inline-block;
    padding: 0 !important;
    background: transparent !important;
    color: var(--primary-color) !important;
    border-radius: 0 !important;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    border: none !important;
    box-shadow: none !important;
}

.section-tag-badge i {
    display: none !important;
}

.section-main-heading {
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--text-dark);
    margin-bottom: 14px;
}

.section-subtext {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.65;
    max-width: 680px;
    margin: 0 auto 30px auto;
}

/* ==========================================================================
   PROGRAMS & COURSES CARDS
   ========================================================================== */

.colorful-program-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1.5px solid #e2e8f0;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 22px;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.colorful-program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--program-color, var(--primary-color));
}

.program-card-icon-bubble {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 18px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.colorful-program-card:hover .program-card-icon-bubble {
    transform: scale(1.1) rotate(4deg);
}

.program-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.program-card-subtext {
    font-size: 0.86rem;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 16px;
}

.program-card-btn {
    font-size: 0.88rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--program-color, var(--primary-color));
    transition: gap 0.2s ease;
    margin-top: auto;
}

.colorful-program-card:hover .program-card-btn {
    gap: 10px;
}

.course-card-premium {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.course-card-premium:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

/* ==========================================================================
   EVENT CARDS & ACCORDION
   ========================================================================== */

.premium-event-card-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.premium-event-card-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(59, 130, 246, 0.2);
}

.event-date-badge-pill {
    background: var(--gradient-primary);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.825rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.premium-accordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 14px;
    border-radius: 14px !important;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.premium-accordion .accordion-button {
    background: #ffffff;
    font-weight: 700;
    color: var(--text-dark);
    padding: 18px 22px;
}

.premium-accordion .accordion-button:not(.collapsed) {
    background: rgba(30, 58, 138, 0.05);
    color: var(--primary-color);
    box-shadow: none;
}

/* ==========================================================================
   FOOTER SECTION (LIGHT MODE)
   ========================================================================== */

footer,
footer.commonMT {
    background: #ffffff !important;
    color: #475569 !important;
    border-top: 1px solid #e2e8f0 !important;
    padding-top: 60px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.02);
}

footer .companyInfoWrapper .commonDesc {
    color: #64748b !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

footer .linksWrapper .title {
    color: #0f172a !important;
    font-weight: 800 !important;
    font-size: 1.15rem !important;
    margin-top: 0;
    margin-bottom: 22px !important;
    position: relative;
}

footer .linksWrapper .title::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background: var(--primary-color, #00733B);
    border-radius: 2px;
    margin-top: 6px;
}

footer .linksWrapper span:not(.btn-footer-auth):not(.btn-footer-auth *),
footer .linksWrapper a:not(.btn):not(.btn-footer-auth),
footer a:not(.btn):not(.btn-footer-auth) {
    color: #475569 !important;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

footer .linksWrapper a.btn-footer-auth,
footer a.btn-footer-auth,
.btn-footer-auth,
.btn-footer-auth * {
    color: #ffffff !important;
}

footer .linksWrapper a:not(.btn):hover,
footer a:not(.btn):hover {
    color: var(--primary-color, #00733B) !important;
    transform: translateX(4px);
    display: inline-block;
}

footer .socialIcons span {
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0;
    color: var(--primary-color, #00733B) !important;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.25s ease;
}

footer .socialIcons span:hover {
    background: var(--primary-gradient, linear-gradient(135deg, #00733B 0%, #0d5c31 100%)) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 115, 59, 0.25);
}

footer .socialIcons span i {
    color: var(--primary-color, #00733B) !important;
}

footer .socialIcons span:hover i {
    color: #ffffff !important;
}

footer .iconsWrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #475569 !important;
}

footer .iconsWrapper span i {
    color: var(--primary-color, #00733B) !important;
    font-size: 16px;
}

.copyRightText,
footer .copyRightText {
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 22px 15px !important;
    margin-top: 45px !important;
    color: #64748b !important;
    font-size: 0.9rem !important;
    font-weight: 500;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    width: 100% !important;
}

.copyRightText span,
footer .copyRightText span {
    color: #64748b !important;
    text-align: center !important;
}

.copyRightText a,
footer .copyRightText a {
    color: var(--primary-color, #00733B) !important;
    font-weight: 700 !important;
    text-decoration: none;
}

/* ==========================================================================
   DYNAMIC PAGE HEADERS & BREADCRUMBS WITH BACKGROUND IMAGES
   ========================================================================== */
.breadcrumb,
.program-hero-header {
    position: relative;
    overflow: hidden;
    padding: 65px 0 55px 0 !important;
    color: #ffffff !important;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.breadcrumb::after,
.program-hero-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b 0%, #10b981 50%, #3b82f6 100%);
    opacity: 0.85;
}

.breadcrumb .contentWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.breadcrumb .title {
    font-size: 2.3rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
    text-shadow: none !important;
}

.breadcrumb span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    font-weight: 600;
}

.breadcrumb span a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.breadcrumb span a:hover {
    color: #fde047 !important;
    text-decoration: underline !important;
}

.breadcrumb span i {
    font-size: 0.75rem;
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb .page {
    color: #fde047 !important;
    font-weight: 700;
}

.program-hero-header h1 {
    font-size: 2.6rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px;
    text-shadow: none !important;
}

.program-hero-header p.lead {
    text-shadow: none !important;
}

@media (max-width: 768px) {
    .breadcrumb,
    .program-hero-header {
        padding: 45px 0 40px 0 !important;
    }
    .breadcrumb .title {
        font-size: 1.75rem !important;
    }
    .program-hero-header h1 {
        font-size: 1.9rem !important;
    }
}

/* ==========================================================================
   PARTNERS SECTION & CLEAN THIN BORDERS SYSTEM
   ========================================================================== */
.partners-section {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.8) 0%, rgba(241, 245, 249, 0.95) 100%);
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.partner-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.partner-logo-wrap {
    background: #f8fafc;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.partner-name-text {
    color: #1e293b;
}

.partner-badge-pill {
    background: rgba(14, 165, 233, 0.1);
    color: #0284c7;
}

.btn-program-apply {
    background: #ffffff !important;
    color: #0f172a !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease !important;
}

.btn-program-apply:hover {
    background: #f8fafc !important;
    color: var(--primary-color, #00733B) !important;
    transform: translateY(-1px) scale(1.03);
}

.btn-program-apply span {
    color: #0f172a !important;
}

/* Floating Circular Dark Mode Toggle Base */
#darkModeToggleBtn,
.theme-toggle-circle {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    right: auto !important;
    z-index: 99999 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#darkModeToggleBtn .dm-icon,
.theme-toggle-circle .dm-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
}

#darkModeToggleBtn .dm-icon svg,
.theme-toggle-circle .dm-icon svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 2.2 !important;
}

