:root {
    --bs-primary: #00853E; /* Dominant green */
    --bs-secondary: #FFD700; /* Gold for highlights */
    --bs-white: #FFFFFF; /* White for backgrounds/text */
    --bs-light: #F5F5F5; /* Light gray for subtle backgrounds */
    --bs-dark: #333333; /* Dark for contrast where needed */
    --bs-primary-rgb: 0, 133, 62; /* RGB for primary color */
}

/*** Spinner Start ***/
#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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

/*** 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;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary);
}

.btn.btn-secondary {
    background: transparent;
    color: var(--bs-primary);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-primary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary);
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

/*** Topbar Start ***/
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background-color: white;
}

.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
    position: sticky;
}

.topbar,
.topbar a,
.topbar span {
    color: var(--bs-white) !important;
}

.topbar a i {
    color: inherit;
}

.topbar .topbar-icon a.btn.btn-sm.btn-outline-light.btn-square.rounded-circle {
    background: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
    transition: opacity 0.3s ease;
}

.topbar .topbar-icon a.btn.btn-sm.btn-outline-light.btn-square.rounded-circle:hover {
    background: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
    color: inherit !important;
    opacity: 0.8;
}

.topbar a i.fab.fa-twitter {
    color: #1DA1F2;
}
.topbar a i.fab.fa-facebook-f {
    color: #3B5998;
}
.topbar a i.fab.fa-linkedin-in {
    color: #0077B5;
}
.topbar a i.fab.fa-instagram {
    color: #E1306C;
}
.topbar a i.fab.fa-youtube {
    color: #FF0000;
}

.topbar a:not(.btn):hover {
    color: var(--bs-secondary) !important;
}

.topbar a i:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-primary) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    color: var(--bs-primary);
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-secondary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-white) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background: var(--bs-white) !important;
    }

    .navbar-light .navbar-nav .nav-link::before,
    .navbar-light .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--bs-primary);
        opacity: 0;
        transition: all 0.3s ease;
    }

    .navbar-light .navbar-nav .nav-link::before {
        top: 20px;
        transform: translateY(-10px);
    }

    .navbar-light .navbar-nav .nav-link::after {
        bottom: 20px;
        transform: translateY(10px);
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        opacity: 1;
        transform: translateY(0);
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6)), url(/DOBE/img/bread.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 50px 0 25px 0;
}
/*** Single Page Hero Header End ***/

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    background-color: var(--bs-primary);
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-primary);
    border-radius: 50%;
    margin-right: 30px;
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
    border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh;
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
}

/*** Countdown Timer Start ***/
.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.countdown .countdown-item {
    margin: 0 15px;
    text-align: center;
}

.countdown .countdown-item span {
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--bs-primary);
}

.countdown .countdown-item small {
    font-size: 1rem;
    color: var(--bs-dark);
    text-transform: uppercase;
}
/*** Countdown Timer End ***/

/*** Mobile-Specific Adjustments ***/
@media (max-width: 768px) {
    .topbar {
        display: none;    
    }

    .carousel-header {
        height: 1050px !important;
    }

    .carousel-header .carousel-inner .carousel-item {
        min-height: 1050px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
        margin-top: 475px;
        margin-left: -20px;
        background-size: 50% 50%;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: -20px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding-bottom: 10px;
    }

    .carousel-header .carousel .carousel-indicators li {
        width: 6px;
        height: 6px;
        border: 6px solid var(--bs-primary);
        margin-right: 15px;
    }

    .carousel-header .carousel .carousel-indicators li.active {
        border: 6px solid var(--bs-secondary);
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        padding: 0 10px;
    }

    .countdown {
        margin-top: 20px;
    }

    .btn-square {
        width: 28px;
        height: 28px;
    }

    .btn-sm-square {
        width: 30px;
        height: 30px;
    }

    .btn-md-square {
        width: 36px;
        height: 36px;
    }

    .btn-lg-square {
        width: 48px;
        height: 48px;
    }

    .countdown .countdown-item {
        margin: 0 10px;
    }

    .countdown .countdown-item span {
        font-size: 1.5rem;
    }

    .countdown .countdown-item small {
        font-size: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .carousel-header {
        height: 850px !important;
    }

    .carousel-header .carousel-inner .carousel-item {
        min-height: 850px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
        margin-top: 375px;
        margin-left: -10px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: -10px;
    }

    .carousel-header .carousel .carousel-indicators li {
        width: 5px;
        height: 5px;
        border: 5px solid var(--bs-primary);
        margin-right: 10px;
    }

    .carousel-header .carousel .carousel-indicators li.active {
        border: 5px solid var(--bs-secondary);
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        padding: 0 5px;
    }

    .countdown {
        margin-top: 15px;
    }

    .btn-square {
        width: 24px;
        height: 24px;
    }

    .btn-sm-square {
        width: 26px;
        height: 26px;
    }

    .btn-md-square {
        width: 32px;
        height: 32px;
    }

    .btn-lg-square {
        width: 40px;
        height: 40px;
    }

    .countdown .countdown-item {
        margin: 0 8px;
    }

    .countdown .countdown-item span {
        font-size: 1.2rem;
    }

    .countdown .countdown-item small {
        font-size: 0.7rem;
    }
}

/*** Stakeholders Start ***/
.stakeholders {
    background-color: var(--bs-light);
}

.stakeholder-item {
    text-decoration: none;
    display: block;
    transition: all 0.5s ease;
}

.stakeholder-card {
    border-radius: 10px;
    transition: all 0.5s ease;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.stakeholder-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.stakeholder-card.bg-primary {
    background: var(--bs-primary) !important;
}

.stakeholder-card.bg-secondary {
    background: var(--bs-secondary) !important;
}

.stakeholder-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.bg-primary .stakeholder-icon {
    background: rgba(255, 255, 255, 0.2);
}

.bg-secondary .stakeholder-icon {
    background: rgba(0, 133, 62, 0.1);
}

.stakeholder-card h3 {
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.stakeholder-card small {
    font-size: 0.7rem;
    display: block;
}

.stakeholder-item:hover .stakeholder-card {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 133, 62, 0.2);
}

.stakeholder-item:hover .bg-primary {
    background: #007235 !important;
}

.stakeholder-item:hover .bg-secondary {
    background: #E6C200 !important;
}

@keyframes rotateIcon {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    50% { transform: rotate(-15deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}

@media (max-width: 1200px) {
    .stakeholder-card h3 {
        font-size: 0.9rem;
    }
}

@media (max-width: 991.98px) {
    .stakeholder-card {
        padding: 20px 10px !important;
    }
    
    .stakeholder-icon {
        width: 50px;
        height: 50px;
    }
    
    .stakeholder-icon i {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 767.98px) {
    .stakeholders .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    .stakeholders .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*** Stakeholders End ***/

/*** Leadership Section Styles ***/
.leadership {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../img/pexels-pixabay-163064.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.leader-card {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.leader-img-container {
    position: relative;
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 8px solid var(--bs-primary);
    border-radius: 0.375rem;
    overflow: visible;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-primary-rgb), 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.leader-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background-color: var(--bs-light);
    display: block;
    border-radius: 0.25rem;
}

.leader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-primary-rgb), 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 0.25rem;
}

.leader-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 50%;
    margin: 0 10px;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
}

.leader-social a:nth-child(1) {
    transition-delay: 0.1s;
}
.leader-social a:nth-child(2) {
    transition-delay: 0.2s;
}
.leader-social a:nth-child(3) {
    transition-delay: 0.3s;
}

.leader-social a:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
    transform: translateY(-5px) scale(1.1);
}

.leader-social a i.fab.fa-instagram {
    color: #E1306C;
}
.leader-social a i.fab.fa-twitter {
    color: #1DA1F2;
}
.leader-social a i.fab.fa-facebook-f {
    color: #3B5998;
}

.leader-img-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 1.25rem 2.5rem rgba(var(--bs-primary-rgb), 0.4);
}

.leader-img-container:hover .leader-overlay {
    opacity: 1;
}

.leader-img-container:hover .leader-social a {
    transform: translateY(0);
    opacity: 1;
}

.leader-quote {
    position: relative;
    padding: 1.5rem;
    background: var(--bs-light);
    border-radius: 0.375rem;
    margin-top: 1.5rem;
    border-left: 5px solid var(--bs-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader-quote p {
    color: var(--bs-dark);
}

.leader-quote:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.leader-quote:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--bs-light);
}

.leadership-info {
    background: var(--bs-white);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 5px solid var(--bs-primary);
}

.leadership-info p {
    color: var(--bs-dark);
}

.leadership-icon {
    margin-bottom: 1.5rem;
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.achievement-item {
    background: var(--bs-light);
    padding: 0.75rem;
    border-radius: 50rem;
    font-weight: 500;
    margin: 0.625rem auto;
    max-width: 80%;
    transition: all 0.3s ease;
    color: var(--bs-dark);
}

.achievement-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    transform: scale(1.05);
}

.achievement-item .badge {
    margin-right: 0.625rem;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
}

@media (max-width: 992px) {
    .leader-img-container {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .leader-img-container {
        max-width: 200px;
    }
}
/*** Image Slider Styles ***/
.activity-item img {
    display: block;       /* Removes unwanted inline spacing */
    max-width: 100%;      /* Image will not exceed container width */
    max-height: 290px;    /* Optional: limits the height of very tall images */
    width: auto;          /* Preserve natural width proportionally */
    height: auto;         /* Preserve aspect ratio */
    margin: 0 auto;       /* Centers the image horizontally */
    border-radius: 8px;   /* Optional: rounded corners */
}



.activity-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

/* Carousel Navigation Buttons */
.activity-carousel .owl-nav button {
    width: 7rem;                    /* Bigger width */
    height: 7rem;                   /* Bigger height */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #28a745 !important; /* Green color */
    color:  #28a745!important;       /* White arrow */
    font-size: 36px !important;      /* Bigger arrow */
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: none;
    pointer-events: all;
}

.activity-carousel .owl-nav button:hover {
    background: #218838 !important;  /* Darker green */
    transform: scale(1.1);
    opacity: 0.9;
}

/* Position Left / Right */
.activity-carousel .owl-nav .owl-prev {
    margin-left: 10px;
}

.activity-carousel .owl-nav .owl-next {
    margin-right: 10px;
}


@media (max-width: 992px) {
    .activity-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .activity-carousel .owl-nav .owl-next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .activity-carousel .owl-nav {
        display: none;
    }
}

/*** Paragraph Styling ***/
.activity-item .activity-caption {
    background-color: #E8F5E9;
    color: #333333;
    padding: 12px;
    margin: 8px 0 0 0;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.6;
    border-left: 4px solid #FFF3CD;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.activity-item .activity-caption .highlight {
    color: #FFB300;
    font-weight: 600;
}

.activity-item .activity-caption .date {
    color: #1A1A1A;
    font-weight: 600;
}
/*** Photo Icon Styling ***/
.activity-item .photo-icon {
    display: inline-block;
    margin-left: 10px;
    color: #FFB300; /* Matches the highlight color */
    font-size: 25px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.activity-item .photo-icon:hover {
    color: #E0A800; /* Slightly darker yellow on hover */
    transform: scale(1.2); /* Subtle zoom effect */
}
     /*** Modal Image Styling ***/
        #modalImage {
            max-height: 70vh;
            object-fit: contain;
            border-radius: 8px;
        }

        .modal-content {
            background: transparent;
            border: none;
        }

        .modal-body {
            padding: 0;
        }

        .fadeInUp {
            animation: fadeInUp 0.6s ease-out;
        }

        .fadeIn {
            animation: fadeIn 0.8s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
  
/*** News ***/
.sidebar-section {
    background-color: var(--bs-white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.sidebar-section:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 133, 62, 0.2);
}

.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.section-header a {
    color: var(--bs-secondary);
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.3s ease;
}

.section-header a:hover {
    color: var(--bs-white);
}

.news-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: fadeInUp 0.5s ease;
}

.news-item:hover {
    background-color: rgba(0, 133, 62, 0.05);
}

.news-item img {
    width: 80px;
    height: auto;
    margin-right: 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.news-item:hover img {
    transform: scale(1.1);
}

.news-content {
    flex: 1;
}

.news-date {
    font-size: 0.8rem;
    color: var(--bs-primary);
    margin-bottom: 5px;
}

.news-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--bs-dark);
}

.news-link {
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.news-link:hover {
    color: var(--bs-secondary);
}

.event-photo {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 0.5s ease;
    text-align: center;
}

.event-photo img {
    max-width: 390px;
    max-height: 550px;
    width: auto;
    height: auto;
    object-fit: contain; /* ensures no cropping or stretching */
    transition: transform 0.3s ease;
    display: inline-block;
}

.event-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 133, 62, 0.2);
}

.event-photo:hover img {
    transform: scale(1.05);
}

.video-item {
    text-align: center;
    animation: fadeInUp 0.5s ease;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.video-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-primary);
    margin-bottom: 5px;
}

.video-desc {
    font-size: 0.9rem;
    color: var(--bs-dark);
    margin-bottom: 10px;
}

.video-link {
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.video-link:hover {
    color: var(--bs-secondary);
}

/* 🔽 Updated bottom image styling */
.bottom-image {
    text-align: center;
    margin-top: 15px;
}

.bottom-image img {
    width: 100%;
    max-height: 265px; /* adjust as needed */
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
    display: inline-block;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: var(--bs-white);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: .5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}

.service .service-item .service-inner .service-content ul li a:hover {
    color: #FFD700;
    background-color: #FFD700;
    transition: all 0.3s ease;
}
/*** Service End ***/

/*** Features Start ***/
.features {
    background-color: var(--bs-light);
    padding: 60px 0;
}

.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: var(--bs-white);
    transition: all 0.5s ease;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 133, 62, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-light);
    margin: 0 auto 20px;
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.features .feature-item h5 {
    color: var(--bs-primary);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.section-title h5 {
    color: var(--bs-primary);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .features .feature-item .feature-icon {
        width: 100px;
        height: 100px;
    }

    .features .feature-item .feature-icon img {
        max-width: 80px;
        max-height: 80px;
    }
}

@media (max-width: 767.98px) {
    .features .feature-item .feature-icon {
        width: 80px;
        height: 80px;
    }

    .features .feature-item .feature-icon img {
        max-width: 60px;
        max-height: 60px;
    }
}

@media (max-width: 575.98px) {
    .features .feature-item {
        padding: 15px;
    }

    .features .feature-item .feature-icon {
        width: 70px;
        height: 70px;
    }

    .features .feature-item .feature-icon img {
        max-width: 50px;
        max-height: 50px;
    }
}

/*** Footer Styles ***/
.footer-item h4 {
    color: var(--bs-secondary) !important;
}

.footer .footer-item a {
    line-height: 30px;
    color: white;
    transition: 0.5s;
    text-decoration: none;
}

.footer .footer-item p {
    line-height: 30px;
    color: white;
    margin-bottom: 0.5rem;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #FFD700;
}

.footer .text-dark {
    color: #212529 !important;
}

.footer .text-muted {
    color: #6c757d !important;
}

/*** Copyright ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: white;
    padding: 1rem 0;
}

/*** Map Container ***/
.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.map-container iframe {
    display: block;
    width: 100%;
    border: none;
}

/*** Visitor Stats ***/
.visitor-stats {
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.visitor-stats:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.visitor-stats i {
    transition: all 0.3s ease;
}

.visitor-stats:hover i {
    transform: scale(1.1);
}

.visitor-stats h4 {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.visitor-stats h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #FFD700;
}