/********** Template CSS **********/
:root {
    --primary: #38761d;
    --light: #F3F4F5;
    --dark: #282F34;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    max-height: 100px;
    padding: 8px 0px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-bg {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banners/banner-7.jpg) center center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 40px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 10;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none !important;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}

.img-position {
    object-position: 80% center;
}


/*** Facts & Visiting Hours ***/
.facts {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(180deg,
            rgba(255, 103, 31, .35) 0%,
            rgba(255, 103, 31, .15) 25%,
            rgba(0, 0, 0, 0) 50%,
            rgba(4, 106, 56, .15) 75%,
            rgba(4, 106, 56, .35) 100%),
        url("../img/tiger-3.JPG");

    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

/* Counter Item */
.facts .text-center {
    position: relative;
    z-index: 2;
    padding: 25px 15px;
}

/* Soft spotlight behind each item */
.facts .text-center::before {
    content: "";
    position: absolute;

    width: 220px;
    height: 220px;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    background: radial-gradient(circle,
            rgba(255, 255, 255, .18) 0%,
            rgba(255, 255, 255, .08) 35%,
            transparent 70%);

    z-index: -1;
    border-radius: 50%;
}

/* Icons */
.facts i {
    color: #f26c25 !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, .3);
}

/* Counter Number */
.facts h1 {
    font-size: 58px;
    font-weight: 700;
    color: #fff !important;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, .45),
        0 4px 18px rgba(0, 0, 0, .25);
}

/* Heading */
.facts p {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, .35);
}

/* Description */
.facts small {
    font-size: 15px;
    color: rgba(255, 255, 255, .92) !important;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, .25);
}

/* Tablet */
@media (max-width: 991px) {

    .facts h1 {
        font-size: 46px;
    }

    .facts p {
        font-size: 18px;
    }

    .facts .text-center::before {
        width: 190px;
        height: 190px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .facts {
        padding: 60px 0 !important;
    }

    .facts h1 {
        font-size: 38px;
    }

    .facts p {
        font-size: 17px;
    }

    .facts small {
        font-size: 14px;
    }

    .facts .text-center {
        margin-bottom: 30px;
    }

    .facts .text-center::before {
        width: 170px;
        height: 170px;
    }
}

.visiting-hours {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(180deg,
            rgba(255, 103, 31, .30) 0%,
            rgba(255, 103, 31, .12) 25%,
            rgba(0, 0, 0, 0) 50%,
            rgba(4, 106, 56, .12) 75%,
            rgba(4, 106, 56, .30) 100%),
        url("../img/tiger-4.jpg");

    background-size: cover;
    background-repeat: no-repeat;

    /* Show lower part of image */
    background-position: center bottom;
}

/* Section heading */
.visiting-hours h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}

/* Left list items */
.visiting-hours .list-group-item {
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, .15);

    color: #fff;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 18px 25px;
    margin-bottom: 12px;

    border-radius: 12px;
}

.visiting-hours .list-group-item span:first-child {
    font-weight: 600;
}

.visiting-hours .list-group-item span:last-child {
    color: #FFE082;
}

/* Contact table */
.visiting-hours table {
    color: #fff;
}

.visiting-hours table td {
    background: rgba(255, 255, 255, .12) !important;
    backdrop-filter: blur(5px);

    border-color: rgba(255, 255, 255, .15);

    padding: 18px 20px;
}

.visiting-hours table td:first-child {
    width: 120px;
    font-weight: 600;
    color: #FFE082;
}

.visiting-hours a {
    color: #f26c25;
    text-decoration: none;
}

.visiting-hours a:hover {
    color: #25935b;
}

/* Mobile */
@media (max-width: 768px) {

    .visiting-hours .list-group-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .visiting-hours table td {
        display: block;
        width: 100%;
    }

    .visiting-hours table tr {
        display: block;
        margin-bottom: 15px;
    }
}

.visiting-hours .list-group-item {
    display: flex;
    justify-content: space-between;
    color: var(--light);
    background: rgba(0, 0, 0, .15);
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table {
    color: var(--light);
    background: rgba(0, 0, 0, .15);
}

.visiting-hours .table td {
    padding: .5rem 1rem;
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table tr:last-child td {
    border: none;
}


/*** Animal ***/
.animal-item {
    position: relative;
    display: block;
}

.animal-item .animal-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.animal-item:hover .animal-text {
    opacity: 1;
    padding-bottom: 20px !important;
}


/*** Membership ***/
.membership-item {
    padding: 45px 30px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .7);
}

.membership-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.membership-item .display-1 {
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** --- Clean Light Theme Footer Styles Integration --- ***/
.footer {
    background: #F3F4F5 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}

.footer .contact-link {
    color: #495057;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer .contact-link:hover {
    color: #f26c25;
    /* Template warm orange accent hover state */
}

.footer .btn.btn-social {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #25935b;
    border: 1px solid rgba(37, 147, 91, 0.25);
    background: rgba(37, 147, 91, 0.02);
    border-radius: 50%;
    transition: all 0.25s ease;
}

.footer .btn.btn-social:hover {
    background: #25935b;
    color: #ffffff !important;
    border-color: #25935b;
    transform: translateY(-2px);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    text-align: left;
    color: #495057 !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer .btn.btn-link::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #25935b;
    /* Icon pointers set to custom Green */
    font-size: 0.85rem;
}

.footer .btn.btn-link:hover {
    color: #f26c25 !important;
    letter-spacing: 0.5px;
    background: transparent;
    box-shadow: none;
}

.footer .copyright-strip {
    padding: 25px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer .copyright-strip a:hover {
    color: #25935b;
}

.footer .line-credit a {
    text-decoration: none;
}

.footer .line-credit a:hover {
    color: #f26c25 !important;
}

/* --- Premium Partners Card Layout Configuration --- */
.partner-holder-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    height: 180px;
    /* Keeps card distribution mathematically balanced across viewports */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Elevate profile card subtly matching the leadership grids on focus */
.partner-holder-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(242, 108, 37, 0.12);
    border-color: rgba(242, 108, 37, 0.25);
}

/* Smooth grayscale-to-color transition structure for corporate logos */
.partner-holder-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* filter: grayscale(100%); */
    opacity: 1;
    transition: all 0.3s ease;
}

.partner-holder-card:hover img {
    /* filter: grayscale(0%); */
    opacity: 1;
}

/* Mobile viewport padding compression adjustments */
@media (max-width: 576px) {
    .partner-holder-card {
        height: 120px;
        padding: 15px;
    }
}

.banner-text {
    top: 60% !important;
    left: 25% !important;
}

/* Team Section Context Background */
.team-section {
    padding: 20px 0;
    position: relative;
    background-color: transparent;
    /* Inherits your tiger stripe pattern */
}

.section-title-wrap {
    margin-bottom: 50px;
}

/* --- Custom Responsive Team Slider Layout --- */
.team-slider-container {
    position: relative;
    overflow: hidden;
    padding: 20px 5px;
}

.team-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 24px;
}

.team-card {
    flex: 0 0 calc(33.333% - 16px);
    /* 3 Cards on Laptop */
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(242, 108, 37, 0.15);
    /* Soft highlight with Tiger Trust orange accent */
    border-color: rgba(242, 108, 37, 0.3);
}

.team-img-box {
    position: relative;
    height: 320px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.team-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-img-box img {
    transform: scale(1.06);
}

/* Hover Overlay Indicator */
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.view-profile-btn {
    background: #f26c25;
    /* Theme Primary Color */
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 15px rgba(242, 108, 37, 0.4);
}

.team-info {
    padding: 25px 20px;
    text-align: center;
}

.team-info h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #232323;
}

.team-info p {
    color: #25935b;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Slider Controls */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232323;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.slider-arrow:hover {
    background: #f26c25;
    color: #fff;
    border-color: #f26c25;
}

.arrow-prev {
    left: -25px;
}

.arrow-next {
    right: -25px;
}

/* --- Dynamic Details Modal Accent Customization --- */
.team-modal .modal-content {
    border-radius: 16px;
    border: none;
    overflow: hidden;
}

.modal-profile-img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    border-radius: 12px;
}

.team-modal-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #444;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.team-modal-social a:hover {
    background: #f26c25;
    color: #fff;
    transform: translateY(-3px);
}

/* --- Responsive Media Queries --- */
@media (max-width: 992px) {
    .team-card {
        flex: 0 0 calc(50% - 12px);
        /* 2 Cards on Tablets */
    }

    .arrow-prev {
        left: 5px;
    }

    .arrow-next {
        right: 5px;
    }
}

@media (max-width: 576px) {
    .team-card {
        flex: 0 0 100%;
        /* 1 Card on Mobile Viewports */
    }

    .team-img-box {
        height: 290px;
    }

    .slider-arrow {
        display: none;
        /* Hide navigation arrows on smaller phones for swipe ease */
    }
}

/* Custom CSS */
.text-justify {
    text-align: justify !important;
}

.header-carousel .owl-carousel-item img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}


.owl-carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

@media(max-width:991px) {
    .carousel-caption h1 {
        font-size: 2.7rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }
}

@media(max-width:576px) {
    .header-carousel .owl-carousel-item img {
        height: 65vh;
    }

    .carousel-caption h1 {
        font-size: 1.8rem;
    }

    .carousel-caption p {
        display: none;
    }
}

/* Hero Page Title Header Banner */
.page-header-title {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5)), url('assets/img/carousel-2.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    margin-bottom: 60px;
    text-align: center;
}

.page-header-title h1 {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* --- Premium Modern Event Card Layout --- */
.event-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(242, 108, 37, 0.15);
    border-color: rgba(242, 108, 37, 0.3);
}

.event-img-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.event-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-img-wrapper img {
    transform: scale(1.05);
}

/* Floating Date Badge Component */
.event-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f26c25;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(242, 108, 37, 0.3);
    font-size: 0.9rem;
}

.event-date-badge span {
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
}

/* Category Pill */
.event-tag {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.event-meta-info {
    display: flex;
    gap: 15px;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 12px;
}

.event-meta-info i {
    color: #f26c25;
}

.event-body h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #232323;
    line-height: 1.4;
    margin-bottom: 12px;
}

.event-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.event-footer {
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 15px;
}

.read-more-link {
    color: #f26c25;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.read-more-link i {
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.event-card:hover .read-more-link i {
    transform: translateX(4px);
}

/* Hero Page Title Header Banner */
.page-header-title {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5)), url('assets/img/carousel-3.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    margin-bottom: 60px;
    text-align: center;
}

.page-header-title h1 {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* --- Premium Program Row Component Layout --- */
.program-row {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Glow switches gracefully to your signature Forest Green (#25935b) on hover */
.program-row:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(37, 147, 91, 0.12);
    border-color: rgba(37, 147, 91, 0.2);
}

.program-img-container {
    min-height: 380px;
    position: relative;
}

.program-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.program-content-body {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.program-tag {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: block;
}

.program-content-body h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #232323;
    margin-bottom: 18px;
}

.program-content-body p {
    color: #666;
    line-height: 1.75;
    font-size: 0.95rem;
    margin-bottom: 25px;
}

/* Impact Badges Grid */
.impact-badge-box {
    display: flex;
    gap: 30px;
    border-top: 1px solid #f8f9fa;
    padding-top: 20px;
}

.impact-item {
    display: flex;
    align-items: center;
}

.impact-icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-right: 14px;
    flex-shrink: 0;
}

/* Responsive Breakpoints Mobile Viewports */
@media (max-width: 992px) {
    .program-img-container {
        min-height: 280px;
    }

    .program-content-body {
        padding: 30px;
    }

    .program-content-body h2 {
        font-size: 1.5rem;
    }

    .impact-badge-box {
        flex-wrap: wrap;
        gap: 15px;
    }
}

/* ==========================================================================
   Home Page: Core Programs & Events Integration Layout Style
   ========================================================================== */

/* --- Home Mission Programs Cards Styles --- */
.home-program-box {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.home-program-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(37, 147, 91, 0.12);
    border-color: rgba(37, 147, 91, 0.2);
}

.home-program-img {
    position: relative;
    height: 200px;
}

.home-program-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-program-icon-badge {
    position: absolute;
    bottom: -20px;
    right: 25px;
    width: 44px;
    height: 44px;
    background: #25935b;
    /* Signature Forest Green */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(37, 147, 91, 0.3);
}

.home-program-body {
    padding: 30px 25px 25px 25px;
}

.home-program-body h4 {
    font-size: 1.15rem;
    color: #232323;
    margin-bottom: 10px;
}

/* --- Home Event Module Cards Styles --- */
.home-event-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.home-event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(242, 108, 37, 0.12);
    border-color: rgba(242, 108, 37, 0.2);
}

.home-event-img-wrap {
    position: relative;
    height: 190px;
}

.home-event-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-event-date-pill {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f26c25;
    /* Theme Orange Accent */
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
}

.home-event-date-pill span {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.home-event-content {
    padding: 20px;
}

.home-event-content h5 {
    font-size: 1.1rem;
    color: #232323;
    line-height: 1.4;
}

.home-event-link {
    color: #f26c25;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
}

.home-event-link i {
    transition: transform 0.2s ease;
}

.home-event-card:hover .home-event-link i {
    transform: translateX(3px);
}

/* --- Action View All Global Button Components --- */
.home-view-all-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

.btn-green-style {
    color: #25935b;
    border: 2px solid #25935b;
    background: transparent;
}

.btn-green-style:hover {
    background: #25935b;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 147, 91, 0.3);
}

.btn-orange-style {
    color: #f26c25;
    border: 2px solid #f26c25;
    background: transparent;
}

.btn-orange-style:hover {
    background: #f26c25;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(242, 108, 37, 0.3);
}

/* Hero Header Banner Styling */
.page-header-title {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.55)), url('assets/img/carousel-1.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    margin-bottom: 60px;
    text-align: center;
}

.page-header-title h1 {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* --- Founder Spotlight Section --- */
.founder-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    padding: 40px;
}

.founder-img-frame {
    border: 8px solid #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
}

.founder-img-frame:hover {
    transform: scale(1.02);
}

.founder-img-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.title-badge {
    font-size: 0.85rem;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}

/* --- Premium Clean Timeline Section --- */
.timeline-container {
    position: relative;
    padding: 20px 0;
}

/* Center vertical guiding spine */
.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: linear-gradient(to bottom, #25935b 0%, #f26c25 100%);
    transform: translateX(-50%);
}

.timeline-block {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
}

.timeline-pointer {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #25935b;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 0 0 5px rgba(37, 147, 91, 0.15);
    transition: all 0.3s ease;
}

.timeline-block:hover .timeline-pointer {
    background: #f26c25;
    border-color: #f26c25;
    box-shadow: 0 0 0 5px rgba(242, 108, 37, 0.2);
}

.timeline-box {
    position: relative;
    width: 45%;
    padding: 30px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.timeline-block:hover .timeline-box {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(37, 147, 91, 0.1);
}

/* Left-aligned items mechanics */
.timeline-block-left .timeline-box {
    left: 0;
    text-align: right;
}

/* Right-aligned items mechanics */
.timeline-block-right .timeline-box {
    left: 55%;
    text-align: left;
}

.timeline-year {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

/* --- Outreach Methods Section --- */
.outreach-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.outreach-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(242, 108, 37, 0.1);
    border-color: rgba(242, 108, 37, 0.2);
}

.outreach-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* Responsive Breakpoints Override */
@media (max-width: 768px) {
    .timeline-container::before {
        left: 20px;
    }

    .timeline-pointer {
        left: 20px;
    }

    .timeline-box {
        width: calc(100% - 45px);
    }

    .timeline-block-left .timeline-box,
    .timeline-block-right .timeline-box {
        left: 45px;
        text-align: left;
    }

    .founder-card {
        padding: 25px;
    }
}

.page-header-title {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5)), url('assets/img/carousel-2.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    margin-bottom: 60px;
    text-align: center;
}

.page-header-title h1 {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* --- Premium Interactive Support Card Box --- */
.donation-container-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.donation-incentive-sidebar {
    background: linear-gradient(135deg, #1e3d2f 0%, #25935b 100%);
    color: #ffffff;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.donation-main-form {
    padding: 50px;
}

/* Form Controls Setup */
.form-label {
    font-weight: 700;
    color: #343a40;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.personal-fields .form-control,
.personal-fields .form-select {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.95rem;
}

.personal-fields .form-control:focus,
.personal-fields .form-select:focus {
    border-color: #25935b;
    box-shadow: 0 0 0 3px rgba(37, 147, 91, 0.15);
}

.submit-donation-btn {
    background: #f26c25;
    color: #ffffff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 30px;
    border-radius: 50px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(242, 108, 37, 0.35);
    transition: all 0.25s ease;
}

.submit-donation-btn:hover {
    background: #d95616;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(242, 108, 37, 0.45);
}

.connection-badge-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #25935b;
    font-weight: 600;
    margin-top: 22px;
    background: rgba(37, 147, 91, 0.06);
    padding: 12px;
    border-radius: 8px;
}

@media (max-width: 992px) {

    .donation-incentive-sidebar,
    .donation-main-form {
        padding: 35px;
    }
}

/* Hero Page Title Header Banner */
.page-header-title {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5)), url('assets/img/carousel-3.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    margin-bottom: 60px;
    text-align: center;
}

.page-header-title h1 {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* --- Premium Container Card Config --- */
.volunteer-container-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.volunteer-info-sidebar {
    background: linear-gradient(135deg, #1e3d2f 0%, #25935b 100%);
    color: #ffffff;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.volunteer-main-form {
    padding: 50px;
}

/* Form Controls Setup */
.form-label {
    font-weight: 700;
    color: #343a40;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.personal-fields .form-control,
.personal-fields .form-select {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.95rem;
}

.personal-fields .form-control:focus,
.personal-fields .form-select:focus {
    border-color: #25935b;
    box-shadow: 0 0 0 3px rgba(37, 147, 91, 0.15);
}

/* Custom Checkbox Grid */
.interest-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 5px;
}

.custom-check-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-check-box:hover {
    border-color: #25935b;
    background: rgba(37, 147, 91, 0.02);
}

.custom-check-box input {
    margin-right: 12px;
    accent-color: #25935b;
    width: 18px;
    height: 18px;
}

.submit-volunteer-btn {
    background: #f26c25;
    color: #ffffff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 30px;
    border-radius: 50px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(242, 108, 37, 0.35);
    transition: all 0.25s ease;
}

.submit-volunteer-btn:hover {
    background: #d95616;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(242, 108, 37, 0.45);
}

.notice-badge-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #25935b;
    font-weight: 600;
    margin-top: 22px;
    background: rgba(37, 147, 91, 0.06);
    padding: 12px;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .interest-checkbox-grid {
        grid-template-columns: 1fr;
    }

    .volunteer-info-sidebar,
    .volunteer-main-form {
        padding: 35px;
    }
}

/* Hero Page Title Header Banner */
.page-header-title {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5)), url('assets/img/carousel-1.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    margin-bottom: 60px;
    text-align: center;
}

.page-header-title h1 {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* --- Premium Filter Navigation Menu --- */
.gallery-filter-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.filter-btn {
    background: #ffffff;
    border: 2px solid #e9ecef;
    color: #495057;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.filter-btn:hover {
    color: #25935b;
    border-color: #25935b;
}

.filter-btn.active {
    background: #25935b;
    border-color: #25935b;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 147, 91, 0.25);
}

/* --- Elegant Gallery Grid Architecture --- */
.gallery-grid-item {
    transition: all 0.4s ease;
}

.gallery-card-box {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    height: 280px;
    cursor: pointer;
}

.gallery-card-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Interactive Action Overlay layer appearance */
.gallery-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37, 147, 91, 0) 40%, rgba(30, 61, 47, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card-box:hover .gallery-card-overlay {
    opacity: 1;
}

.gallery-card-box:hover img {
    transform: scale(1.06);
}

.overlay-icon-zoom {
    width: 44px;
    height: 44px;
    background: #f26c25;
    /* Target Orange Accent */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 12px;
    transform: translateY(15px);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(242, 108, 37, 0.3);
}

.gallery-card-box:hover .overlay-icon-zoom {
    transform: translateY(0);
}

.gallery-card-meta h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 1.1rem;
}

.gallery-card-meta small {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- ComponentViewer Lightbox CSS Inject --- */
.componentviewer-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 20, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.componentviewer-lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

.componentviewer-content-wrap {
    max-width: 85%;
    max-height: 80%;
    position: relative;
    text-align: center;
}

.componentviewer-img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.componentviewer-caption {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.componentviewer-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.componentviewer-nav-btn:hover {
    background: #25935b;
    color: #ffffff;
}

.componentviewer-prev {
    left: -70px;
}

.componentviewer-next {
    right: -70px;
}

.componentviewer-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.8rem;
    cursor: pointer;
}

.componentviewer-close:hover {
    color: #f26c25;
}

@media (max-width: 768px) {
    .componentviewer-nav-btn {
        position: static;
        transform: none;
        margin: 10px 15px;
    }

    .componentviewer-nav-row {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .componentviewer-close {
        top: -45px;
        right: 15px;
    }
}

/* --- New Dedicated Reports Section Styles --- */
.report-card-top {
    background: rgba(37, 147, 91, 0.05);
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-year-tag {
    background: #25935b;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 4px 12px;
    border-radius: 4px;
}

.report-download-link {
    color: #25935b;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.report-download-link:hover {
    color: #f26c25;
}

/* --- Empty State / No Updates Placeholder Styling --- */
.no-updates-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    padding: 60px 40px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.no-updates-icon {
    width: 80px;
    height: 80px;
    background: rgba(37, 147, 91, 0.08);
    color: #25935b;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
}

/* --- Styles for hidden content items (ready for activation later) --- */
.featured-update-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.featured-update-img {
    min-height: 380px;
    position: relative;
}

.featured-update-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.featured-update-body {
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.update-item-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.update-item-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(37, 147, 91, 0.12);
}

.update-card-img-wrap {
    position: relative;
    height: 220px;
}

.update-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.update-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.update-type-badge {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;
}

.badge-alert {
    background: rgba(242, 108, 37, 0.1);
    color: #f26c25;
}

.badge-dispatch {
    background: rgba(37, 147, 91, 0.1);
    color: #25935b;
}

.update-meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}

.update-read-btn {
    color: #25935b;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
}

/* Hero Page Title Header Banner */
.page-header-title {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5)), url('assets/img/carousel-1.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    margin-bottom: 60px;
    text-align: center;
}

.page-header-title h1 {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* --- Team Grid Cards Layout --- */
.team-grid-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-grid-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(37, 147, 91, 0.12);
    border-color: rgba(37, 147, 91, 0.2);
}

.team-grid-img-box {
    position: relative;
    height: 320px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.team-grid-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-grid-card:hover .team-grid-img-box img {
    transform: scale(1.05);
}

.team-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-grid-card:hover .team-grid-overlay {
    opacity: 1;
}

.profile-action-btn {
    background: #f26c25;
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 12px rgba(242, 108, 37, 0.35);
}

.team-grid-info {
    padding: 22px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-grid-info h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #232323;
    margin-bottom: 6px;
}

.team-grid-info p {
    color: #25935b;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Profile Detail Modal Custom Styles --- */
.team-modal-view .modal-content {
    border-radius: 16px;
    border: none;
}

.modal-view-img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.modal-social-links a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #333;
    border-radius: 50%;
    margin-right: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.modal-social-links a:hover {
    background: #f26c25;
    color: #fff;
    transform: translateY(-3px);
}

/* --- Home Page Redesigned Events & Program Card Overrides --- */
.home-program-box, .home-event-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.04);
    height: 100%;
}

/* --- Clean Text-Only Document Box Fallback Styling --- */
.home-program-body h4 {
    font-size: 1.2rem;
    color: #232323;
    margin-bottom: 8px;
    font-weight: 700;
}

/* --- Document Grid System Layout --- */
.home-event-img-wrap {
    position: relative;
    height: 190px;
    background-color: #f4f4f4;
}

.home-event-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- New Global Timeline Row System Definitions --- */
.timeline-doc-row {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 5px 20px rgba(0,0,0,0.01);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 25px;
    transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.timeline-doc-row:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(37, 147, 91, 0.1);
    border-color: rgba(37, 147, 91, 0.2);
}

.doc-date-column {
    text-align: center;
    border-right: 2px solid #e9ecef;
    padding-right: 25px;
    min-width: 80px;
    flex-shrink: 0;
}

.doc-date-column .day {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #25935b;
    line-height: 1;
}

.doc-date-column .month {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #f26c25;
    letter-spacing: 0.5px;
}

.doc-content-column {
    flex-grow: 1;
}

.doc-content-column h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #232323;
}

.bg-success-soft {
    background: rgba(37, 147, 91, 0.08);
    color: #25935b;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.doc-action-column {
    flex-shrink: 0;
}

.doc-view-btn {
    background: transparent;
    color: #f26c25;
    border: 2px solid #f26c25;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.doc-view-btn:hover {
    background: #f26c25;
    color: #ffffff;
}

@media (max-width: 768px) {
    .timeline-doc-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .doc-date-column {
        border-right: none;
        border-bottom: 2px solid #e9ecef;
        padding-right: 0;
        padding-bottom: 10px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: baseline;
        gap: 8px;
    }
    .doc-action-column {
        width: 100%;
    }
    .doc-view-btn {
        width: 100%;
        justify-content: center;
    }
}

/* --- Premium Updates & Initiatives Grid Component --- */

.initiative-report-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.3s ease,
                border-color 0.3s ease;
}

.initiative-report-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(37, 147, 91, 0.12);
    border-color: rgba(37, 147, 91, 0.2);
}

.init-img-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.init-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.initiative-report-card:hover .init-img-wrapper img {
    transform: scale(1.04);
}

/* Status Badge Components */
.init-status-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 2;
}

.tag-ongoing {
    background: #25935b;
    color: #ffffff;
}

.tag-achievement {
    background: #f26c25;
    color: #ffffff;
}

.init-body-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.report-headline-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #232323;
    line-height: 1.4;
    margin-bottom: 12px;
}

.init-know-more-btn {
    color: #25935b;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.init-know-more-btn i {
    transition: transform 0.2s ease;
}

.initiative-report-card:hover .init-know-more-btn {
    color: #f26c25;
}

.initiative-report-card:hover .init-know-more-btn i {
    transform: translateX(4px);
}

/* Impact Section Tuning */
.impact-counter-item h1 {
    line-height: 1;
    margin-bottom: 8px;
}

/* Base Mobile Styles First (Mobile-First approach prevents layout breaking) */
.carousel-caption {
    position: absolute;
    bottom: 15px;
    left: 5%;
    right: 5%;
    width: 90%;
    text-align: left; /* Kept text-align start/left as per your design */
    z-index: 10;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.owl-nav{
    display: none !important;
}

.carousel-caption h1 {
    font-size: 1.6rem; /* Scaled down for mobile */
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 15px;
    color: #ffffff;
    background: rgba(37, 147, 91, 0.42); /* Cleaned up hex-alpha code */
    line-height: 1.3;
}

.carousel-caption p {
    font-size: 1rem;
    margin-bottom: 15px;
}

/* Optional styling for your read more button to ensure it doesn't wrap weirdly */
.carousel-caption .btn, 
.carousel-caption a {
    display: inline-block;
    vertical-align: middle;
}

/* --- Responsive Breakpoints --- */

/* Tablets & Small Laptops (Changes layout from centered/full-width to bottom-right anchored) */
@media (min-width: 768px) {
    .carousel-caption {
        bottom: 10%; /* Anchored cleanly to the bottom zone */
        left: auto;  /* Releases the left anchor */
        right: 5%;   /* Pushes it toward the right side */
        width: 45%;  /* Takes up less width on wide screens */
        max-width: 500px;
    }

    .carousel-caption h1 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .carousel-caption p {
        font-size: 1.15rem;
        margin-bottom: 20px;
    }
    .owl-nav{
        display: flex !important;
    }
}

/* Desktops & Large Screens */
@media (min-width: 1200px) {
    .carousel-caption {
        bottom: 12%;
        right: 0%;
        max-width: 550px;
    }
    .owl-nav{
        display: flex !important;
    }

    .carousel-caption h1 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .carousel-caption p {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }
}