:root {
    --bs-primary: #002147;
    --bs-primary-rgb: 0, 33, 71;
    --bs-secondary: #00873d;
    --bs-secondary-rgb: 0, 135, 61;
    --bs-accent-orange: #ea580c;
    --bs-accent-blue: #0284c7;
    --bs-accent-purple: #7c3aed;
    --bs-accent-coral: #e11d48;
    --bs-dark-navy: #002147;
    --bs-mission-green: #00873d;
    --bs-body-font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
    font-family: var(--bs-body-font-family);
    color: #334155;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #002147;
}

.script-font {
    font-family: 'Caveat', cursive !important;
}

.text-navy {
    color: #002147 !important;
}
.bg-navy {
    background-color: #002147 !important;
}
.text-brand-green {
    color: #00873d !important;
}
.bg-brand-green {
    background-color: #00873d !important;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary {
    color: var(--bs-white);
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: var(--bs-secondary) !important;
}
/*** 3-Tier Header Start (Brand Masthead + Contact Strip + Navy Navbar) ***/
.header-wrapper {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 33, 71, 0.08);
}

/* Tier 1: Brand Masthead */
.brand-masthead {
    background: #ffffff;
    padding: 14px 0 10px 0;
}
.masthead-logo-left img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}
.masthead-org-title {
    font-size: 26px;
    font-weight: 800;
    color: #002147;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 2px;
    line-height: 1.15;
}
.masthead-mission-title {
    font-size: 21px;
    font-weight: 800;
    color: #00873d;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 1.15;
}
.masthead-tagline {
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.masthead-tagline .dot-navy { color: #002147; }
.masthead-tagline .dot-green { color: #00873d; }
.masthead-tagline .dot-orange { color: #ea580c; }
.masthead-tagline .dot-purple { color: #7c3aed; }

.masthead-emblem-badge {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.emblem-circle-wrap {
    text-align: center;
}
.emblem-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00873d 0%, #15803d 100%);
    border: 3px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 135, 61, 0.25);
    margin-bottom: 4px;
}
.emblem-text {
    font-size: 9.5px;
    font-weight: 700;
    color: #002147;
    line-height: 1.1;
    text-transform: uppercase;
}

/* Tier 2: Contact & Info Strip */
.contact-info-strip {
    background: #ffffff;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
    padding: 7px 0;
    font-size: 13.5px;
}
.site-pill-btn {
    background: #00873d;
    color: #ffffff !important;
    border-radius: 50px;
    font-weight: 600;
    padding: 4px 16px;
    font-size: 12.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 135, 61, 0.2);
}
.site-pill-btn:hover {
    background: #00662e;
    transform: translateY(-1px);
    color: #ffffff !important;
}
.strip-contact-link {
    color: #334155;
    font-weight: 500;
    text-decoration: none;
    margin-right: 22px;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}
.strip-contact-link:hover {
    color: #00873d;
}
.strip-contact-link i {
    color: #00873d;
}
.social-icon-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 12px;
    margin-left: 6px;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s;
}
.social-icon-circle:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
.social-icon-circle.social-fb { background: #1877f2; }
.social-icon-circle.social-tw { background: #1da1f2; }
.social-icon-circle.social-insta { background: #e4405f; }
.social-icon-circle.social-yt { background: #ff0000; }
.social-icon-circle.social-in { background: #0077b5; }

/* Tier 3: Main Navy Navigation Bar */
.main-navy-navbar {
    background-color: #002147 !important;
    padding: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 33, 71, 0.15);
    position: sticky;
    top: 0;
    z-index: 1020;
}
.main-navy-navbar .navbar-collapse {
    flex-wrap: nowrap;
}
.main-navy-navbar .navbar-nav {
    flex-wrap: nowrap;
    align-items: center;
}
.main-navy-navbar .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 14px 9px !important;
    transition: all 0.2s ease;
    position: relative;
    white-space: nowrap !important;
}
@media (min-width: 1400px) {
    .main-navy-navbar .navbar-nav .nav-link {
        font-size: 13.5px;
        padding: 15px 12px !important;
        letter-spacing: 0.5px;
    }
}
.main-navy-navbar .navbar-nav .nav-link:hover,
.main-navy-navbar .navbar-nav .nav-link.active {
    color: #00d068 !important;
    background: rgba(255, 255, 255, 0.05);
}
.main-navy-navbar .navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 9px;
    right: 9px;
    height: 3px;
    background: #00873d;
    border-radius: 3px 3px 0 0;
}
@media (min-width: 1400px) {
    .main-navy-navbar .navbar-nav .nav-link.active::after {
        left: 12px;
        right: 12px;
    }
}
.main-navy-navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 11px;
}
.nav-search-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.nav-search-btn:hover {
    background: #00873d;
    border-color: #00873d;
    color: #ffffff;
    transform: scale(1.06);
}

@media (min-width: 1200px) {
    .main-navy-navbar .nav-item:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199px) {
    .brand-masthead {
        text-align: center;
    }
    .masthead-emblem-badge {
        display: none !important;
    }
    .contact-info-strip {
        text-align: center;
    }
    .contact-info-strip .d-flex {
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 8px;
    }
}
/*** 3-Tier Header End ***/

/*** Modern Hero Carousel Start ***/
.main-hero-carousel {
    position: relative;
    background: #001733;
    overflow: hidden;
}
.main-hero-carousel .carousel-item {
    height: 520px;
    min-height: 480px;
    position: relative;
    background-color: #001733;
}
.main-hero-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-hero-carousel .carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 33, 71, 0.94) 0%, rgba(0, 33, 71, 0.78) 55%, rgba(0, 33, 71, 0.3) 100%);
    display: flex;
    align-items: center;
    z-index: 2;
}
.main-hero-carousel .carousel-caption-box {
    max-width: 720px;
    text-align: left;
    color: #ffffff;
    padding: 20px 0;
}
.carousel-badge-tag {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.carousel-slide-title {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.carousel-slide-sub {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 580px;
}

/* Carousel Controls */
.main-hero-carousel .carousel-control-prev,
.main-hero-carousel .carousel-control-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
    transition: all 0.25s ease;
    z-index: 4;
}
.main-hero-carousel .carousel-control-prev {
    left: 25px;
}
.main-hero-carousel .carousel-control-next {
    right: 25px;
}
.main-hero-carousel .carousel-control-prev:hover,
.main-hero-carousel .carousel-control-next:hover {
    background: #00873d;
    border-color: #00873d;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}
.main-hero-carousel .carousel-control-prev-icon,
.main-hero-carousel .carousel-control-next-icon {
    width: 18px;
    height: 18px;
}

/* Indicators */
.main-hero-carousel .carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
    gap: 8px;
    z-index: 4;
}
.main-hero-carousel .carousel-indicators button {
    width: 32px;
    height: 6px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    transition: all 0.3s ease;
}
.main-hero-carousel .carousel-indicators button.active {
    width: 50px;
    background-color: #00873d;
}

@media (max-width: 768px) {
    .main-hero-carousel .carousel-item {
        height: 460px;
        min-height: 440px;
    }
    .carousel-slide-title {
        font-size: 28px;
    }
    .carousel-slide-sub {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .main-hero-carousel .carousel-control-prev,
    .main-hero-carousel .carousel-control-next {
        display: none;
    }
}
/*** Modern Hero Carousel End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/breadcrumb-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** About End ***/


/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-link {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    bottom: 0; 
    left: 0; 
    display: flex; 
    align-items: end;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s; 
}

.service .service-item .service-link:hover {
    background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: var(--bs-primary);
}
/*** Service End ***/


/*** Donation Start ***/
.donation .donation-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.donation .donation-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}


.donation .donation-item .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: -60px; 
    left: 0;
    transition: 0.5s;
    z-index: 3;
}

.donation .donation-item:hover .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: 0px; 
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.donation .donation-item .donation-btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.donation .donation-item:hover .donation-btn {
    visibility: visible;
    opacity: 1;
}

/*** Donation End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white); 
    font-size: 30px;
}
/*** Counter End ***/


/*** causes Start ***/
.causes .causes-item {
    overflow: hidden;
}

.causes .causes-item .causes-img {
    position: relative;
    transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0 !important; 
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover .causes-link {
    background: rgba(0, 0, 0, .6);
}

.causes .causes-item .causes-img img {
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover img {
    transform: scalex(-1);
}

.causes .causes-item .causes-img .causes-dination {
    position: absolute;
    top: 0; 
    right: 0;
}

.causes .causes-item .causes-img .causes-dination a {
    font-size: 14px;
}

.causes .causes-item .causes-content {
    background: var(--bs-secondary);
    border-color: var(--bs-white);
    border-style: dotted;
    border-top: 0;

}

.causes .causes-item .progress {
    height: 10px;
    overflow: visible;
}

.causes .causes-item .progress .progress-bar {
    position: relative;
    width: 0;
    overflow: visible;
    background: var(--bs-primary);
    transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    padding: 1px 5px;
    font-size: 12px;
    color: var(--bs-white);
    background: var(--bs-dark);
    z-index: 1;
}
/*** causes End ***/


/*** Events Start ***/
.event .event-carousel.owl-carousel {
    position: relative;
}
.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}
.event .event-carousel .event-item .event-content {
    border-style: dotted;
    border-top: 0; 
    border-color: var(--bs-white); 
    background: var(--bs-secondary);
}
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .6);
}


.blog .blog-item .blog-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item .blog-img:hover .search-icon {
    opacity: 1;
}
/*** Blog End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0; 
    left: 0;
    background: rgba(198, 214, 243, .4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
    z-index: 2;
}

.gallery .gallery-item:hover .gallery-content {
    height: 100%;
}

.gallery .gallery-item .gallery-content .gallery-inner {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.gallery .gallery-item:hover .gallery-content .gallery-inner {
    background: rgba(198, 214, 243, 1);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/


/*** Volunteer Start ***/
.volunteer {
    background: rgba(198, 214, 243, .2);
}
.volunteer .volunteer-img {
    position: relative;
    overflow: hidden;
}

.volunteer .volunteer-img .volunteer-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    transition: 0.5s;
}

.volunteer .volunteer-img:hover .volunteer-title {
    background: rgba(0, 0, 0, .5);
}

.volunteer .volunteer-img img {
    transition: 0.5s;
}

.volunteer .volunteer-img:hover img {
    transform: scale(1.2);
}
/*** Volunteer End ***/


/*** Contact Start ***/
.contact {
    background: rgba(198, 214, 243, .4);
    border-style: dotted;
    border-color: var(--bs-white);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    border-top: 4px solid #00873d !important;
    background-color: #00142b !important;
    color: #cbd5e1;
}
.footer .footer-item h4 {
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-item h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 3px;
    background-color: #00873d;
    border-radius: 2px;
}
.footer .footer-item p {
    line-height: 26px;
    color: #94a3b8;
}
.footer .footer-item a {
    line-height: 32px;
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
}
.footer .footer-item a i {
    color: #00873d;
    transition: transform 0.25s ease, color 0.25s ease;
}
.footer .footer-item a:hover,
.footer .footer-item a:focus,
.footer .footer-item a:active {
    color: #00d068 !important;
    text-decoration: none !important;
    transform: translateX(6px);
}
.footer .footer-item a:hover i,
.footer .footer-item a:focus i,
.footer .footer-item a:active i {
    color: #00d068 !important;
    transform: translateX(3px);
}

.footer .footer-item .footer-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-item .footer-gallery img {
    transition: transform 0.4s ease;
    height: 70px;
    object-fit: cover;
    width: 100%;
}

.footer .footer-item .footer-gallery:hover img {
    transform: scale(1.15);
}

.footer .footer-item .footer-gallery .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 33, 71, 0.75);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #000e1f !important;
    color: #94a3b8;
}
.copyright a {
    color: #cbd5e1 !important;
    text-decoration: none;
    transition: color 0.25s ease;
}
.copyright a:hover,
.copyright a:focus {
    color: #00d068 !important;
    text-decoration: underline;
}
/*** copyright end ***/

/*** Sports Page Styles Start ***/
.sports-metric-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sports-metric-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(3, 33, 94, 0.12) !important;
}
.hover-elevate {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-elevate:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(3, 33, 94, 0.14) !important;
}
.badge-icon-wrap {
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.hover-elevate:hover .badge-icon-wrap {
    transform: scale(1.1);
    background-color: var(--bs-secondary) !important;
}
.fs-7 {
    font-size: 0.82rem;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: rgba(198, 214, 243, 0.25);
}
/*** Sports Page Styles End ***/

/*** Mission Healthy India Modern UI/UX Start ***/
.mhi-gradient-header {
    background: linear-gradient(135deg, #021a4c 0%, #03215E 50%, #0f5132 100%);
    position: relative;
    overflow: hidden;
}
.mhi-gradient-header::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(25, 135, 84, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}
.glass-panel {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 15px 35px rgba(3, 33, 94, 0.08);
}
.glass-dark {
    background: rgba(3, 33, 94, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.pulse-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #20c997;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(32, 201, 151, 0.7);
    animation: pulseGlow 1.8s infinite;
}
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(32, 201, 151, 0.7);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(32, 201, 151, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(32, 201, 151, 0);
    }
}
.health-pillar-card {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 16px;
    overflow: hidden;
}
.health-pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 81, 50, 0.12) !important;
}
.pillar-icon-box {
    width: 65px;
    height: 65px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.pillar-icon-box i {
    color: #ffffff !important;
    font-size: 1.6rem;
    line-height: 1;
}
.pillar-icon-box.bg-warning {
    background-color: #f59e0b !important;
}
.pillar-icon-box.bg-info {
    background-color: #0284c7 !important;
}
.health-pillar-card:hover .pillar-icon-box {
    transform: scale(1.1) rotate(5deg);
}
/* Soft background badges & utilities for Bootstrap 5.0 compatibility */
.bg-soft-success {
    background-color: rgba(25, 135, 84, 0.12) !important;
    color: #198754 !important;
}
.bg-soft-primary {
    background-color: rgba(3, 33, 94, 0.12) !important;
    color: #03215E !important;
}
.bg-soft-danger {
    background-color: rgba(220, 53, 69, 0.12) !important;
    color: #dc3545 !important;
}
.bg-soft-warning {
    background-color: rgba(245, 158, 11, 0.18) !important;
    color: #b45309 !important;
}
.bg-soft-info {
    background-color: rgba(13, 202, 240, 0.15) !important;
    color: #0284c7 !important;
}
.bg-soft-dark {
    background-color: rgba(33, 37, 41, 0.12) !important;
    color: #1e293b !important;
}
.calc-input {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    transition: border-color 0.2s ease;
}
.calc-input:focus {
    border-color: #198754;
    background: #ffffff;
    box-shadow: none;
}
.pledge-certificate-wrap {
    background: #ffffff;
    border: 8px double #198754;
    border-radius: 12px;
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/*** Mission Healthy India Modern UI/UX End ***/

/*** Defence & Police Training Modern UI/UX Start ***/
.tactical-hero-section {
    background: linear-gradient(135deg, #111d13 0%, #1e3a1e 50%, #15291b 100%);
    position: relative;
    overflow: hidden;
}
.tactical-hero-section::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.12) 0%, transparent 60%);
    pointer-events: none;
}
.tactical-card {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #ffffff;
}
.tactical-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(27, 59, 34, 0.14) !important;
}
.tactical-icon-box {
    width: 65px;
    height: 65px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}
.tactical-icon-box i {
    color: #ffffff !important;
    font-size: 1.6rem;
    line-height: 1;
}
.tactical-card:hover .tactical-icon-box {
    transform: scale(1.1) rotate(-5deg);
}
.ssb-step-pill {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    background: #1b3b22;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.obstacle-card img {
    transition: transform 0.4s ease;
}
.obstacle-card:hover img {
    transform: scale(1.06);
}
.bg-camo-green {
    background-color: #1b3b22 !important;
    color: #ffffff !important;
}
.text-camo-gold {
    color: #f59e0b !important;
}
/*** Defence & Police Training Modern UI/UX End ***/

/*** Competitive Exams Modern UI/UX Start ***/
.exam-hero-section {
    background: linear-gradient(135deg, #0b1329 0%, #1e293b 45%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}
.exam-hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
    pointer-events: none;
}
.exam-hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
.exam-card {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    background: #ffffff;
}
.exam-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12) !important;
    border-color: #3b82f6;
}
.exam-icon-box {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
}
.exam-icon-box i {
    color: #ffffff !important;
    font-size: 1.6rem;
    line-height: 1;
}
.exam-card:hover .exam-icon-box {
    transform: scale(1.1) rotate(6deg);
}
.quiz-option-card {
    cursor: pointer;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 18px;
    transition: all 0.2s ease;
    background: #f8fafc;
}
.quiz-option-card:hover {
    border-color: #3b82f6;
    background: #ffffff;
}
.quiz-option-card.selected {
    border-color: #2563eb;
    background: #eff6ff;
    font-weight: 600;
}
.material-capsule-card {
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    background: #ffffff;
}
.material-capsule-card:hover {
    border-color: #2563eb;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.1);
}
/*** Competitive Exams Modern UI/UX End ***/

/*** Careers & Jobs Modern UI/UX Start ***/
.career-hero-section {
    background: linear-gradient(135deg, #064e3b 0%, #065f46 45%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}
.career-hero-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, transparent 70%);
    pointer-events: none;
}
.job-listing-card {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}
.job-listing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(6, 78, 59, 0.12) !important;
    border-color: #10b981;
}
.hiring-step-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    background: #064e3b;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(6, 78, 59, 0.25);
}
.perk-card {
    transition: all 0.3s ease;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}
.perk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}
.department-filter-btn {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 600;
    transition: all 0.25s ease;
}
.department-filter-btn:hover,
.department-filter-btn.active {
    background: #064e3b;
    color: #ffffff;
    border-color: #064e3b;
    box-shadow: 0 4px 12px rgba(6, 78, 59, 0.2);
}
/*** Careers & Jobs Modern UI/UX End ***/

/*** Circulars & Official Gazette Modern UI/UX Start ***/
.circular-hero-section {
    background: linear-gradient(135deg, #042f2e 0%, #0f4c3a 45%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}
.circular-hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.2) 0%, transparent 70%);
    pointer-events: none;
}
.urgent-ticker-banner {
    background: #fef2f2;
    border-left: 5px solid #dc2626;
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.08);
}
.circular-row-card {
    transition: all 0.25s ease;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}
.circular-row-card:hover {
    transform: translateX(6px);
    border-color: #0d9488;
    box-shadow: 0 10px 25px rgba(13, 148, 136, 0.1) !important;
}
.circular-cat-badge {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 50px;
}
.circular-pdf-btn {
    transition: all 0.2s ease;
    border-radius: 8px;
    font-weight: 600;
    padding: 8px 16px;
}
.circular-pdf-btn:hover {
    transform: scale(1.04);
}
.circular-search-box {
    background: #f8fafc;
    border: 2px solid #cbd5e1;
    border-radius: 50px;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
}
.circular-search-box:focus {
    background: #ffffff;
    border-color: #0d9488;
    box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.15);
}
/*** Circulars & Official Gazette Modern UI/UX End ***/

/*** Volunteer & Civic Service Modern UI/UX Start ***/
.volunteer-hero-section {
    background: linear-gradient(135deg, #064e3b 0%, #15803d 50%, #047857 100%);
    position: relative;
    overflow: hidden;
}
.volunteer-hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.22) 0%, transparent 70%);
    pointer-events: none;
}
.volunteer-mission-card {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}
.volunteer-mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(6, 78, 59, 0.12) !important;
    border-color: #10b981;
}
.volunteer-id-badge {
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border: 3px solid #16a34a;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.15);
}
.volunteer-step-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.15rem;
    background: #15803d;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(21, 128, 61, 0.25);
}
.volunteer-avatar-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #10b981;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
/*** Volunteer & Civic Service Modern UI/UX End ***/

/*** CSR & Corporate Partnerships Modern UI/UX Start ***/
.csr-hero-section {
    background: linear-gradient(135deg, #091a2b 0%, #064e3b 50%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}
.csr-hero-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.22) 0%, transparent 70%);
    pointer-events: none;
}
.csr-hero-section::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.18) 0%, transparent 70%);
    pointer-events: none;
}
.csr-card {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}
.csr-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(6, 78, 59, 0.12) !important;
    border-color: #10b981;
}
.csr-step-pill {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.15rem;
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.25);
}
.partner-logo-card {
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.partner-logo-card:hover {
    transform: translateY(-5px);
    border-color: #3b82f6;
    box-shadow: 0 12px 25px rgba(59, 130, 246, 0.1);
}
.compliance-badge-card {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 16px 20px;
    transition: all 0.2s ease;
}
.compliance-badge-card:hover {
    background: #ffffff;
    border-color: #10b981;
    border-style: solid;
}
/*** CSR & Corporate Partnerships Modern UI/UX End ***/

/*** Training Centres & Campsites Modern UI/UX Start ***/
.centres-hero-section {
    background: linear-gradient(135deg, #063d27 0%, #0d5f38 45%, #082f49 100%);
    position: relative;
    overflow: hidden;
}
.centres-hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.22) 0%, transparent 70%);
    pointer-events: none;
}
.campsite-card {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    overflow: hidden;
}
.campsite-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(6, 61, 39, 0.14) !important;
    border-color: #10b981;
}
.campsite-card img {
    transition: transform 0.4s ease;
}
.campsite-card:hover img {
    transform: scale(1.05);
}
.facility-feature-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    transition: all 0.2s ease;
}
.facility-feature-box:hover {
    background: #ffffff;
    border-color: #10b981;
}
.facility-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e6f4ea;
    color: #15803d;
    margin-bottom: 8px;
}
.hero-eco-badge-box {
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
}
.hero-eco-badge-box .eco-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #d1fae5;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 14px;
    font-size: 20px;
}
.hero-eco-badge-box .eco-title {
    color: #065f46 !important;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 2px;
}
.hero-eco-badge-box .eco-desc {
    color: #374151 !important;
    font-size: 12.5px;
    line-height: 1.35;
    margin-bottom: 0;
}
.badge-soft-success, .bg-success.bg-opacity-10 {
    background-color: #ecfdf5 !important;
    color: #065f46 !important;
    border: 1px solid #a7f3d0 !important;
}
.badge-soft-primary, .bg-primary.bg-opacity-10 {
    background-color: #eff6ff !important;
    color: #1d4ed8 !important;
    border: 1px solid #bfdbfe !important;
}
.badge-soft-warning, .bg-warning.bg-opacity-10 {
    background-color: #fffbeb !important;
    color: #b45309 !important;
    border: 1px solid #fde68a !important;
}
.badge-soft-info, .bg-info.bg-opacity-10 {
    background-color: #f0fdfa !important;
    color: #0f766e !important;
    border: 1px solid #99f6e4 !important;
}
/*** Training Centres & Campsites Modern UI/UX End ***/

/*** Modern Mega Dropdown Menu UI/UX Start ***/
.main-navy-navbar .nav-item.dropdown {
    position: relative !important;
}

@media (min-width: 1200px) {
    .main-navy-navbar .dropdown-menu.mega-menu-pages {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: auto !important;
        transform: none !important;
        margin-top: 0 !important;
        width: 840px !important;
        max-width: calc(100vw - 40px) !important;
        padding: 22px 24px 18px 24px !important;
        border-radius: 16px !important;
        box-shadow: 0 20px 50px rgba(0, 33, 71, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.06) !important;
        border: 1px solid rgba(0, 135, 61, 0.25) !important;
        background: #ffffff !important;
        z-index: 1060 !important;
    }

    .main-navy-navbar .dropdown-menu.mega-menu-pages::before {
        content: '';
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        height: 8px;
        background: transparent;
    }

    .main-navy-navbar .nav-item:hover .dropdown-menu.mega-menu-pages,
    .main-navy-navbar .nav-item .dropdown-menu.mega-menu-pages.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.mega-menu-category-title {
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
}

.dropdown .dropdown-menu.mega-menu-pages a.mega-menu-item,
.mega-menu-item {
    display: flex !important;
    align-items: center !important;
    padding: 7px 10px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    color: #1f2937 !important;
    transition: all 0.22s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    margin-bottom: 4px !important;
    background: transparent !important;
}

.dropdown .dropdown-menu.mega-menu-pages a.mega-menu-item:hover,
.mega-menu-item:hover {
    background: #f0fdf4 !important;
    color: #047857 !important;
    transform: translateX(4px);
}

.dropdown .dropdown-menu.mega-menu-pages a.mega-menu-item.active,
.mega-menu-item.active {
    background: #d1fae5 !important;
    color: #065f46 !important;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px #a7f3d0;
}

.mega-menu-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    font-size: 13px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.mega-menu-item:hover .mega-menu-icon {
    transform: scale(1.1);
}

.mega-menu-text {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.25;
    color: #1e293b;
    display: block;
}

.mega-menu-item:hover .mega-menu-text {
    color: #047857;
}

.mega-menu-sub {
    font-size: 10.5px;
    color: #64748b;
    font-weight: 400;
    display: block;
    line-height: 1.2;
}

.mega-menu-item:hover .mega-menu-sub {
    color: #059669;
}

/* Category 1: Green / Camping */
.cat-outdoor .mega-menu-category-title {
    color: #059669;
    border-bottom-color: #a7f3d0;
}
.cat-outdoor .mega-menu-icon {
    background: #ecfdf5;
    color: #059669;
}

/* Category 2: Sky Blue / Skills & Career */
.cat-education .mega-menu-category-title {
    color: #0284c7;
    border-bottom-color: #bae6fd;
}
.cat-education .mega-menu-icon {
    background: #f0f9ff;
    color: #0284c7;
}

/* Category 3: Amber / Missions & Engagement */
.cat-missions .mega-menu-category-title {
    color: #d97706;
    border-bottom-color: #fde68a;
}
.cat-missions .mega-menu-icon {
    background: #fffbeb;
    color: #d97706;
}

/* Bottom highlight bar */
.mega-menu-footer {
    background: #f8fafc;
    border-radius: 12px;
    padding: 10px 16px;
    margin-top: 12px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Custom sleek scrollbar for mobile / smaller screens */
@media (max-width: 1199px) {
    .dropdown-menu.mega-menu-pages {
        max-height: 440px !important;
        overflow-y: auto !important;
        padding: 16px !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        scrollbar-width: thin;
        scrollbar-color: #10b981 #f1f5f9;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    }
    .dropdown-menu.mega-menu-pages::-webkit-scrollbar {
        width: 6px;
    }
    .dropdown-menu.mega-menu-pages::-webkit-scrollbar-thumb {
        background: #10b981;
        border-radius: 4px;
    }
    .dropdown-menu.mega-menu-pages::-webkit-scrollbar-track {
        background: #f1f5f9;
    }
    .mega-menu-footer {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}
/*** Modern Mega Dropdown Menu UI/UX End ***/

/*** New Official Theme: Homepage Sections Start ***/
/* Hero Section */
.hero-bharat-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 30px 0 20px 0;
}
.hero-scout-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
    box-shadow: 0 10px 30px rgba(0, 33, 71, 0.08);
}
.hero-scout-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-scout-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 33, 71, 0.75) 100%);
}
.hero-center-content {
    padding: 10px;
}
.hero-together-tag {
    font-size: 19px;
    font-weight: 800;
    color: #002147;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}
.hero-title-green {
    font-size: 42px;
    font-weight: 900;
    color: #00873d;
    line-height: 1.1;
    display: block;
    letter-spacing: 0.5px;
}
.hero-title-navy {
    font-size: 42px;
    font-weight: 900;
    color: #002147;
    line-height: 1.1;
    display: block;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}
.hero-desc-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.55;
    margin-bottom: 24px;
}
.btn-hero-join {
    background: #00873d;
    color: #ffffff !important;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 135, 61, 0.35);
}
.btn-hero-join:hover {
    background: #00662e;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 135, 61, 0.45);
}
.btn-hero-centre {
    background: #002147;
    color: #ffffff !important;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 33, 71, 0.35);
}
.btn-hero-centre:hover {
    background: #001733;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 33, 71, 0.45);
}

/* Right Wellness Centre visual with circular vignettes */
.wellness-visual-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
    box-shadow: 0 10px 30px rgba(0, 33, 71, 0.08);
}
.wellness-bldg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vignettes-row {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 0 10px;
    z-index: 2;
}
.vignette-circle {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 3.5px solid #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.25s ease;
}
.vignette-circle:hover {
    transform: scale(1.12);
}
.vignette-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 6-Pillar Feature Strip */
.pillar-feature-strip {
    background: #ffffff;
    padding: 16px 0 28px 0;
}
.pillar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 10px;
    text-align: center;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    display: block;
    height: 100%;
    position: relative;
}
.pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 33, 71, 0.1);
    border-color: #00873d;
}
.pillar-icon-badge {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    transition: transform 0.25s ease;
}
.pillar-card:hover .pillar-icon-badge {
    transform: scale(1.1);
}
.pillar-badge-navy { background: #002147; }
.pillar-badge-orange { background: #ea580c; }
.pillar-badge-green { background: #00873d; }
.pillar-badge-cyan { background: #0284c7; }
.pillar-badge-purple { background: #7c3aed; }
.pillar-badge-coral { background: #e11d48; }

.pillar-title {
    font-size: 13px;
    font-weight: 800;
    color: #002147;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    display: block;
}
.pillar-sub {
    font-size: 11px;
    color: #64748b;
    line-height: 1.3;
    display: block;
    margin-bottom: 0;
}
.pillar-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #cbd5e1;
    transition: color 0.2s, transform 0.2s;
}
.pillar-card:hover .pillar-arrow {
    color: #00873d;
    transform: translateY(-50%) translateX(3px);
}

/* Statistics Counter Bar (Solid Deep Navy) */
.navy-stats-bar {
    background-color: #002147;
    color: #ffffff;
    padding: 22px 0;
    border-top: 3px solid #00873d;
}
.navy-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
}
.navy-stat-icon {
    font-size: 22px;
    margin-right: 12px;
    color: #facc15;
}
.navy-stat-number {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
}
.navy-stat-label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #93c5fd;
}

/* 4-Column Content Dashboard */
.dashboard-widgets-section {
    background-color: #f8fafc;
    padding: 45px 0;
}
.dash-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 33, 71, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.dash-card-header {
    padding: 16px 20px;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dash-card-title {
    font-size: 14px;
    font-weight: 800;
    color: #002147;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}
.dash-view-all-btn {
    font-size: 11.5px;
    font-weight: 600;
    color: #00873d;
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    padding: 2px 10px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s;
}
.dash-view-all-btn:hover {
    background: #00873d;
    color: #ffffff;
}
.dash-card-body {
    padding: 18px 20px;
    flex-grow: 1;
}

/* Events Widget */
.event-item-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #e2e8f0;
}
.event-item-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.event-date-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
    text-align: center;
}
.event-date-num {
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    color: #00873d;
}
.event-date-mon {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002147;
}
.event-title-text {
    font-size: 13px;
    font-weight: 700;
    color: #002147;
    line-height: 1.25;
    margin-bottom: 2px;
    display: block;
}
.event-loc-text {
    font-size: 11.5px;
    color: #64748b;
}

/* News Widget */
.news-item-row {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #e2e8f0;
}
.news-item-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.news-thumb-img {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 12px;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
}
.news-title-text {
    font-size: 12.5px;
    font-weight: 600;
    color: #002147;
    line-height: 1.35;
    display: block;
}
.news-title-text:hover {
    color: #00873d;
}

/* Health Centre Widget with India Map */
.health-centre-form .form-select {
    font-size: 12.5px;
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    margin-bottom: 9px;
}
.btn-centre-search {
    background: #00873d;
    color: #ffffff;
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 6px;
    padding: 8px;
    width: 100%;
    border: none;
    letter-spacing: 0.5px;
    transition: all 0.2s;
}
.btn-centre-search:hover {
    background: #00662e;
    color: #ffffff;
}
.india-map-preview {
    margin-top: 10px;
    text-align: center;
    background: #f0fdf4;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #bbf7d0;
}

/* Quick Links Widget */
.quick-link-item {
    display: flex;
    align-items: center;
    padding: 6.5px 8px;
    color: #1e293b;
    text-decoration: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s;
}
.quick-link-item:hover {
    background: #ecfdf5;
    color: #00873d;
    transform: translateX(4px);
}
.quick-link-item i {
    width: 22px;
    font-size: 14px;
    color: #00873d;
    margin-right: 10px;
    text-align: center;
}

/* Bottom Action button inside widget card */
.dash-card-footer {
    padding: 12px 20px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}
.btn-dash-action {
    background: #002147;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.6px;
    border-radius: 6px;
    padding: 8px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-dash-action:hover {
    background: #00873d;
}

/* Bottom Trekking CTA Banner */
.trekking-cta-banner {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 33, 71, 0.82) 0%, rgba(0, 23, 51, 0.95) 100%), url('../img/header3.jpg') center/cover no-repeat;
    color: #ffffff;
    text-align: center;
}
.trekking-cta-sub {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #93c5fd;
    display: block;
    margin-bottom: 6px;
}
.trekking-cta-title {
    font-family: 'Caveat', cursive !important;
    font-size: 56px;
    font-weight: 700;
    color: #fef08a;
    line-height: 1.1;
    margin-bottom: 18px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
/*** New Official Theme: Homepage Sections End ***/

/*** Universal Inner Pages Breadcrumb & Headings ***/
.bg-breadcrumb {
    background: linear-gradient(135deg, #00142b 0%, #002147 60%, #004d25 100%), url('../img/breadcrumb-bg.jpg') center/cover no-repeat !important;
    position: relative;
    padding: 55px 0 45px 0 !important;
    border-bottom: 3px solid #00873d;
}
.bg-breadcrumb h3 {
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 38px;
    color: #ffffff !important;
}
.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #93c5fd;
    text-decoration: none;
    font-weight: 500;
}
.bg-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
}
.bg-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #94a3b8;
}
/*** Universal Inner Pages Breadcrumb End ***/

/*** Modern Job Application Form UI/UX Start ***/
.job-app-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 33, 71, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}
.job-app-header {
    background: linear-gradient(135deg, #001f42 0%, #002d62 55%, #00873d 100%);
    color: #ffffff;
    padding: 40px 30px;
    text-align: center;
    position: relative;
}
.job-app-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #00d068;
}
.job-app-header-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 12px;
}
.job-app-progress-bar {
    display: flex;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 20px;
    overflow-x: auto;
    gap: 8px;
    scrollbar-width: none;
}
.job-app-progress-bar::-webkit-scrollbar {
    display: none;
}
.progress-step-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s ease;
}
.progress-step-pill:hover,
.progress-step-pill.active {
    background: #002147;
    color: #ffffff;
    border-color: #002147;
}
.progress-step-pill .step-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #002147;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10.5px;
    font-weight: 800;
}
.progress-step-pill.active .step-circle {
    background: #00d068;
    color: #ffffff;
}

.form-section-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 28px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}
.form-section-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 30px rgba(0, 33, 71, 0.05);
}
.form-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 14px;
    margin-bottom: 22px;
}
.form-section-title {
    font-size: 17.5px;
    font-weight: 800;
    color: #002147;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-icon-badge {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #e6f4ea;
    color: #00873d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.job-input-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
    display: block;
}
.job-input-label .text-danger {
    margin-left: 2px;
}
.job-form-control,
.job-form-select {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    color: #1e293b;
    transition: all 0.2s ease;
    background-color: #ffffff;
}
.job-form-control:focus,
.job-form-select:focus {
    border-color: #00873d !important;
    box-shadow: 0 0 0 3px rgba(0, 135, 61, 0.15) !important;
    outline: none;
}
.job-form-control::placeholder {
    color: #94a3b8;
    font-size: 13.5px;
}

/* Qualification Tier Box */
.qual-tier-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 16px;
    transition: all 0.2s ease;
}
.qual-tier-box:hover {
    background: #ffffff;
    border-color: #00873d;
    box-shadow: 0 4px 14px rgba(0, 135, 61, 0.06);
}
.qual-tier-title {
    font-size: 14px;
    font-weight: 700;
    color: #002147;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Document Upload Card */
.doc-upload-card {
    background: #ffffff;
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    padding: 20px 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
}
.doc-upload-card:hover {
    border-color: #00873d;
    background: #f0fdf4;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 135, 61, 0.12);
}
.doc-upload-card.has-file {
    border-color: #00873d;
    border-style: solid;
    background: #f0fdf4;
    box-shadow: 0 6px 18px rgba(0, 135, 61, 0.12);
}
.doc-upload-card.has-file .doc-icon {
    background: #00873d !important;
    color: #ffffff !important;
}
.doc-upload-card .doc-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #002147;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}
.doc-upload-card:hover .doc-icon {
    background: #00873d;
    color: #ffffff;
}
.doc-upload-card .doc-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 4px;
}
.doc-upload-card .doc-meta {
    font-size: 11.5px;
    color: #64748b;
    margin-bottom: 12px;
}
.doc-upload-btn-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #f8fafc;
    color: #002147;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 50px;
    border: 1.5px solid #e2e8f0;
    transition: all 0.2s ease;
}
.doc-upload-card:hover .doc-upload-btn-pill {
    background: #00873d;
    color: #ffffff;
    border-color: #00873d;
}
.doc-upload-card.has-file .doc-upload-btn-pill {
    background: #e6f4ea;
    color: #00873d;
    border-color: #a7f3d0;
}
.doc-file-status {
    font-size: 12px;
    color: #00873d;
    font-weight: 700;
    margin-top: 8px;
    word-break: break-all;
    display: flex;
    align-items: center;
    gap: 5px;
}
.doc-file-input-native {
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

/* Radio Selection Cards */
.radio-card-label {
    cursor: pointer;
    display: block;
    width: 100%;
}
.radio-card-label input[type="radio"] {
    display: none;
}
.radio-card-body {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
    font-weight: 700;
    color: #334155;
    background: #ffffff;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.radio-card-label input[type="radio"]:checked + .radio-card-body {
    border-color: #00873d;
    background: #ecfdf5;
    color: #065f46;
    box-shadow: 0 4px 12px rgba(0, 135, 61, 0.15);
}

/* Legal Declaration Box */
.declaration-panel {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-left: 5px solid #00873d;
    border-radius: 14px;
    padding: 22px;
}
.btn-submit-application {
    background: linear-gradient(135deg, #00873d 0%, #00662e 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 50px;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.8px;
    transition: all 0.25s ease;
    box-shadow: 0 8px 24px rgba(0, 135, 61, 0.35);
}
.btn-submit-application:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 135, 61, 0.45);
    background: linear-gradient(135deg, #009945 0%, #007334 100%);
}
.btn-submit-application:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}
/*** Modern Job Application Form UI/UX End ***/

/*** Application Success / Acknowledgment Slip UI/UX Start ***/
.app-success-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 33, 71, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}
.app-success-header {
    background: linear-gradient(135deg, #001f42 0%, #002d62 60%, #00873d 100%);
    color: #ffffff;
    padding: 35px 25px;
    text-align: center;
    position: relative;
}
.app-success-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #00d068;
}
.success-check-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00873d 0%, #00d068 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    box-shadow: 0 10px 25px rgba(0, 135, 61, 0.4);
    margin-bottom: 20px;
    animation: successPulse 2s infinite ease-in-out;
}
@keyframes successPulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 208, 104, 0.5); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 16px rgba(0, 208, 104, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 208, 104, 0); }
}
.app-id-banner {
    background: #f0fdf4;
    border: 2px dashed #00873d;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin: 25px 0;
}
.app-id-code {
    font-size: 26px;
    font-weight: 900;
    color: #002147;
    letter-spacing: 1.5px;
    font-family: 'Courier New', Courier, monospace;
}
.app-slip-table {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}
.app-slip-table th {
    background: #f8fafc;
    color: #475569;
    font-weight: 700;
    font-size: 13px;
    padding: 12px 16px;
    width: 35%;
    border-bottom: 1px solid #e2e8f0;
}
.app-slip-table td {
    background: #ffffff;
    color: #0f172a;
    font-weight: 600;
    font-size: 13.5px;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}
.roadmap-step-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
    height: 100%;
    transition: all 0.2s ease;
}
.roadmap-step-box:hover {
    border-color: #00873d;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 135, 61, 0.08);
}
.roadmap-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #002147;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}
.roadmap-step-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #002147;
    margin-bottom: 4px;
}
.roadmap-step-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 0;
}
/*** Application Success / Acknowledgment Slip UI/UX End ***/

/*** Admin Job Applications Dashboard UI/UX Start ***/
.admin-kpi-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.admin-kpi-card:hover {
    border-color: #00873d;
    box-shadow: 0 8px 24px rgba(0, 33, 71, 0.06);
    transform: translateY(-2px);
}
.admin-kpi-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.admin-kpi-value {
    font-size: 24px;
    font-weight: 800;
    color: #002147;
    line-height: 1.1;
    margin-bottom: 2px;
}
.admin-kpi-label {
    font-size: 12.5px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.admin-filter-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 25px;
    box-shadow: 0 4px 16px rgba(0, 33, 71, 0.03);
}

.admin-table-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 33, 71, 0.05);
}
.admin-table thead th {
    background: #002147 !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 15px 14px;
    border: none;
    white-space: nowrap;
}
.admin-table tbody td {
    padding: 13px 14px;
    font-size: 13.5px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}
.admin-table tbody tr {
    transition: all 0.15s ease;
}
.admin-table tbody tr:hover {
    background-color: #f8fafc !important;
}

.admin-app-id-pill {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
    font-size: 12.5px;
    color: #002147;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    padding: 3px 8px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}
.admin-app-id-pill:hover {
    background: #002147;
    color: #ffffff;
    border-color: #002147;
}

.admin-doc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.22s ease;
}
.admin-doc-card:hover {
    border-color: #00873d;
    box-shadow: 0 8px 20px rgba(0, 135, 61, 0.08);
    transform: translateY(-2px);
}
.admin-doc-card .doc-type-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #002147;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 10px auto;
    transition: all 0.2s ease;
}
.admin-doc-card:hover .doc-type-icon {
    background: #00873d;
    color: #ffffff;
}

.admin-sticky-sidebar {
    position: sticky;
    top: 20px;
    z-index: 10;
}
/*** Admin Job Applications Dashboard UI/UX End ***/