:root {
    --green: #28a745;
    --orange: #fd7e14;
    --teal: #20c997;
    --light-blue: #17a2b8;
    --dark: #343a40;
    --light: #f8f9fa
}

.mission-section {
    position: relative;
    background: linear-gradient(135deg, rgba(240, 255, 250, 0.95) 0%, rgba(210, 250, 240, 0.95) 100%), url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSgzMCkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgxODAsIDIyMCwgMjEwLDAuMSkiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybikiLz48L3N2Zz4=');
    background-attachment: fixed;
    overflow: hidden
}

.campaigns-section,
.about-section,
.success-stories-section {
    position: relative;
    background: linear-gradient(135deg, rgba(230, 250, 245, 0.95) 0%, rgba(200, 240, 235, 0.95) 100%), url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSgzMCkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgxNTAsIDIyMCwgMjEwLCAwLjEpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+');
    background-attachment: fixed;
    overflow: hidden
}

.navbar {
    transition: all 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(4px)
}

.dropdown-menu {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0.5rem 0;
    overflow: hidden
}

.dropdown-item {
    padding: 0.75rem 1.25rem;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    color: #333;
    font-size: 0.9rem;
    margin: 0
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #20c997;
    transform: translateX(5px)
}

.dropdown-item.active {
    background-color: #e8f5e8;
    color: #20c997;
    font-weight: 600;
    border-left: 3px solid #20c997
}

.dropdown-item.active i {
    color: #20c997 !important
}

.dropdown-item i {
    transition: all 0.2s ease;
    font-size: 0.8rem
}

.dropdown-item:hover i {
    transform: scale(1.1)
}

.dropdown-item .fw-semibold {
    font-size: 0.95rem;
    line-height: 1.2
}

.dropdown-item small {
    font-size: 0.75rem;
    display: block;
    line-height: 1.1
}

.dropdown-toggle::after {
    transition: transform 0.2s ease
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg)
}

#programsDropdown {
    position: relative
}

.navbar-brand {
    position: relative;
    line-height: 1.2
}

.navbar-brand .text-muted {
    position: relative;
    left: 3.5em
}

.pulse {
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.hero-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 600px
}

.stat-card {
    transition: transform 0.3s ease
}

.stat-card:hover {
    transform: translateY(-5px)
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important
}

.btn {
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700
}

.top-bar {
    font-size: 0.875rem
}

.top-bar a {
    transition: color 0.3s ease
}

.top-bar a:hover {
    color: #28a745 !important
}

.progress {
    height: 8px;
    border-radius: 10px
}

.progress-bar {
    border-radius: 10px
}

@media (max-width:768px) {
    .display-4 {
        font-size: 2.5rem
    }

    .hero-slide {
        height: 60vh !important
    }

    .top-bar .d-flex {
        justify-content: center
    }

    .top-bar .text-end {
        text-align: center !important;
        margin-top: 0.5rem
    }
}

.bg-green {
    background-color: var(--green) !important
}

.bg-orange {
    background-color: var(--orange) !important
}

.bg-teal {
    background-color: var(--teal) !important
}

.bg-light-blue {
    background-color: var(--light-blue) !important
}

.text-green {
    color: var(--green) !important
}

.text-orange {
    color: var(--orange) !important
}

.text-teal {
    color: var(--teal) !important
}

.text-light-blue {
    color: var(--light-blue) !important
}

.btn-green {
    background-color: var(--green);
    border-color: var(--green);
    color: white
}

.btn-green:hover {
    background-color: #218838;
    border-color: #218838;
    color: white
}

.btn-orange {
    background-color: var(--orange);
    border-color: var(--orange);
    color: white
}

.btn-orange:hover {
    background-color: #e96b00;
    border-color: #e96b00;
    color: white
}

.btn-teal {
    background-color: var(--teal);
    border-color: var(--teal);
    color: white
}

.btn-teal:hover {
    background-color: #1cb985;
    border-color: #1cb985;
    color: white
}

.btn-light-blue {
    background-color: var(--light-blue);
    border-color: var(--light-blue);
    color: white
}

.btn-light-blue:hover {
    background-color: #148496;
    border-color: #148496;
    color: white
}

.hero-carousel {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 600px
}

.hero-slide {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    z-index: 1
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    animation: fadeIn 1s ease-in-out
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards 0.3s
}

.hero-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff;
    text-transform: capitalize;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards 0.5s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3)
}

.hero-description {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards 0.7s
}

.hero-buttons {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards 0.9s
}

.hero-buttons .btn {
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 12px 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2)
}

.hero-buttons .btn-primary {
    background: #ff5e14;
    border-color: #ff5e14;
    color: #fff
}

.hero-buttons .btn-outline-light {
    background: transparent;
    border: 2px solid #fff;
    color: #fff
}

.hero-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2)
}

.carousel-control-prev,
.carousel-control-next {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10
}

.hero-carousel:hover .carousel-control-prev,
.hero-carousel:hover .carousel-control-next {
    opacity: 1
}

.carousel-control-prev {
    left: 30px
}

.carousel-control-next {
    right: 30px
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
    background-size: 30px 30px
}

.carousel-indicators {
    bottom: 40px;
    margin: 0;
    padding: 0;
    z-index: 10
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease
}

.carousel-indicators .active {
    background-color: #ff5e14;
    width: 30px;
    border-radius: 10px
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

@media (max-width:1199.98px) {
    .hero-title {
        font-size: 60px
    }
}

@media (max-width:991.98px) {
    .hero-title {
        font-size: 50px
    }

    .hero-subtitle {
        font-size: 20px
    }

    .hero-description {
        font-size: 16px
    }
}

@media (max-width:767.98px) {

    .hero-carousel,
    .hero-slide {
        height: auto;
        min-height: 500px
    }

    .hero-title {
        font-size: 36px
    }

    .hero-subtitle {
        font-size: 18px
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        height: 50px
    }

    .hero-buttons .btn {
        padding: 12px 25px;
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .hero-title {
        font-size: 28px
    }

    .hero-subtitle {
        font-size: 16px
    }

    .hero-buttons .btn {
        display: block;
        width: 80%;
        margin: 0 auto 15px
    }
}

.stat-card {
    transition: transform 0.3s ease
}

.stat-card:hover {
    transform: translateY(-5px)
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important
}

.btn {
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--green) !important
}

.top-bar {
    font-size: 0.875rem;
    background-color: var(--dark) !important
}

.top-bar a {
    transition: color 0.3s ease
}

.top-bar a:hover {
    color: var(--green) !important
}

.progress {
    height: 8px;
    border-radius: 10px
}

.progress-bar {
    border-radius: 10px
}

.bg-light {
    background-color: #f8f9fa !important
}

.display-5 {
    color: var(--green)
}

.btn-success {
    background-color: var(--green);
    border-color: var(--green)
}

.btn-success:hover {
    background-color: #218838;
    border-color: #218838
}

.btn-primary {
    background-color: var(--light-blue);
    border-color: var(--light-blue)
}

.btn-primary:hover {
    background-color: #148496;
    border-color: #148496
}

.btn-info {
    background-color: var(--teal);
    border-color: var(--teal)
}

.btn-info:hover {
    background-color: #1cb985;
    border-color: #1cb985
}

.btn-warning {
    background-color: var(--gray-600);
    border-color: var(--gray-600)
}

.btn-warning:hover {
    background-color: var(--gray-700);
    border-color: var(--gray-700)
}

footer.bg-dark {
    background-color: var(--dark) !important
}

footer .text-success {
    color: var(--green) !important
}

.about-section {
    padding: 80px 0;
    background-color: #f8f9fa
}

.about-section .section-title {
    text-align: center;
    margin-bottom: 50px
}

.about-section .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block
}

.about-section .section-title h2:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #28a745;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.about-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    padding: 30px 25px;
    border-top: 4px solid #28a745
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1)
}

.about-card i {
    font-size: 48px;
    color: #28a745;
    margin-bottom: 20px;
    display: inline-block
}

.about-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333
}

.about-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px
}

.about-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #f8f9fa;
    color: #28a745;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #28a745
}

.about-btn:hover {
    background: #28a745;
    color: #fff
}

.stats-scroll-container {
    overflow-y: auto;
    max-height: 400px;
    padding-right: 15px;
    scrollbar-width: none
}

.stats-scroll-container::-webkit-scrollbar {
    width: 8px
}

.stats-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

.stats-scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px
}

.stats-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555
}

@media (max-width:768px) {
    .hero-title {
        font-size: 2.5rem
    }

    .hero-cta {
        font-size: 1.5rem
    }

    .hero-slide {
        height: 70vh;
        min-height: 500px
    }

    #heroCarousel {
        height: 100vh;
        min-height: 500px
    }

    .hero-image-placeholder {
        height: 250px
    }

    .hero-image-placeholder::before {
        font-size: 4rem
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px
    }

    .carousel-control-prev {
        left: 15px
    }

    .carousel-control-next {
        right: 15px
    }

    .top-bar .d-flex {
        justify-content: center
    }

    .top-bar .text-end {
        text-align: center !important;
        margin-top: 0.5rem
    }
}

@media (max-width:576px) {
    .navbar-brand img {
        height: 35px !important
    }

    .navbar-brand .fw-bold {
        font-size: 14px !important
    }

    .hero-carousel,
    .hero-slide {
        height: 50vh !important;
        min-height: 400px !important
    }

    .hero-title {
        font-size: 2rem !important
    }

    .hero-subtitle {
        font-size: 1.2rem !important
    }

    .hero-description {
        font-size: 1rem !important
    }

    .hero-buttons .btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
        margin: 5px auto !important;
        display: block !important;
        width: 80% !important
    }

    .memory-slideshow-container {
        height: 300px !important
    }

    .gallery-item {
        margin-bottom: 15px !important
    }

    .gallery-item img {
        height: 200px !important
    }

    .card {
        margin-bottom: 20px !important
    }

    .stat-card {
        margin-bottom: 15px !important
    }

    .form-control {
        font-size: 16px
    }

    .btn {
        min-height: 44px
    }

    h1 {
        font-size: 1.75rem !important
    }

    h2 {
        font-size: 1.5rem !important
    }

    h3 {
        font-size: 1.25rem !important
    }

    .display-4 {
        font-size: 2rem !important
    }

    .display-5 {
        font-size: 1.5rem !important
    }

    .lead {
        font-size: 1rem !important
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .mb-5 {
        margin-bottom: 2rem !important
    }

    .mt-5 {
        margin-top: 2rem !important
    }

    .footer .col-lg-4,
    .footer .col-lg-2 {
        margin-bottom: 2rem !important
    }

    .footer-logo {
        height: 35px !important;
        width: auto !important
    }

    .top-bar {
        font-size: 12px !important;
        padding: 8px 0 !important
    }

    .top-bar a {
        margin: 0 8px !important;
        padding: 4px 8px !important
    }
}

@media (max-width:480px) {

    .hero-carousel,
    .hero-slide {
        height: 100vh !important;
        min-height: 350px !important
    }

    .hero-title {
        font-size: 1.5rem !important
    }

    .hero-subtitle {
        font-size: 1rem !important
    }

    .memory-slideshow-container {
        height: 250px !important
    }

    .navbar-brand .fw-bold {
        font-size: 12px !important
    }

    .footer-logo {
        height: 30px !important;
        width: auto !important
    }

    .btn {
        font-size: 14px !important;
        padding: 8px 16px !important
    }
}

@media (min-width:577px) and (max-width:768px) {

    .hero-carousel,
    .hero-slide {
        height: 60vh !important;
        min-height: 450px !important
    }

    .hero-title {
        font-size: 2.5rem !important
    }

    .memory-slideshow-container {
        height: 350px !important
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px !important
    }
}

@media (hover:none) and (pointer:coarse) {
    .btn:hover {
        transform: none !important
    }

    .card:hover {
        transform: none !important
    }

    .gallery-item:hover {
        transform: none !important
    }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .hero-slide {
        background-size: cover;
        background-attachment: scroll
    }
}

@media (max-width:768px) and (orientation:landscape) {

    .hero-carousel,
    .hero-slide {
        height: 70vh !important;
        min-height: 400px !important
    }

    .memory-slideshow-container {
        height: 300px !important
    }
}

@media (max-width:576px) {
    .support-bot {
        bottom: 20px !important;
        right: 20px !important;
        width: 50px !important;
        height: 50px !important
    }

    .support-bot i {
        font-size: 1.2rem !important
    }

    .modal-dialog {
        margin: 10px !important
    }

    .modal-content {
        border-radius: 10px !important
    }

    .campaign-actions-row {
        flex-wrap: nowrap !important;
        gap: 0.25rem;
        width: 100%
    }

    .campaign-actions-row .btn {
        white-space: nowrap;
        padding: 0.35rem 0.5rem !important;
        font-size: 0.8rem !important;
        line-height: 1.1 !important
    }

    .campaign-actions-row .btn-sm {
        padding: 0.25rem 0.45rem !important;
        font-size: 0.75rem !important;
        line-height: 1.1 !important
    }

    .campaign-actions-row .btn .ms-1 {
        margin-left: 0.25rem !important
    }

    .card-body {
        padding: 1rem !important
    }

    .page-header {
        min-height: 250px !important;
        padding: 60px 0 !important
    }

    .page-header h1 {
        font-size: 1.75rem !important
    }

    .about-card {
        padding: 20px 15px !important
    }

    .about-card i {
        font-size: 36px !important
    }

    .about-card h3 {
        font-size: 18px !important
    }

    .stat-card .card-body {
        padding: 1.5rem 1rem !important
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 1rem !important
    }

    .dropdown-menu {
        border: none !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        min-width: 220px !important
    }

    .dropdown-item {
        padding: 0.6rem 1rem !important;
        font-size: 0.85rem !important
    }

    .dropdown-item .fw-semibold {
        font-size: 0.9rem !important
    }

    .dropdown-item small {
        font-size: 0.7rem !important
    }

    .dropdown-menu.dropdown-menu-end {
        right: 0;
        left: auto;
        transform: translate3d(0, 0, 0)
    }
}

@media (max-width:768px) {
    .wow {
        animation: none !important;
        visibility: visible !important
    }

    .hero-slide {
        background-attachment: scroll !important
    }

    .card {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important
    }

    .shadow-lg {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important
    }
}

@media print {

    .navbar,
    .top-bar,
    .support-bot,
    .carousel-control-prev,
    .carousel-control-next,
    footer {
        display: none !important
    }

    .container {
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important
    }
}

@media (max-width:767.98px) {
    #eventsCarousel .carousel-item {
        min-height: 400px;
        display: flex;
        align-items: center
    }

    #eventsCarousel .achievement-item {
        width: 100%;
        padding: 0 15px
    }

    #eventsCarousel .card {
        width: 100%;
        max-width: none;
        margin: 0 auto
    }

    #eventsCarousel .carousel-control-prev,
    #eventsCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%)
    }

    #eventsCarousel .carousel-control-prev {
        left: 10px
    }

    #eventsCarousel .carousel-control-next {
        right: 10px
    }
}

@media (min-width:768px) {
    #eventsCarousel .achievement-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

.stats-horizontal-slider {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: rgba(248, 249, 250, 0.5);
    margin: 20px 0
}

.stats-slider-track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.stats-slider-track::-webkit-scrollbar {
    display: none
}

.stat-slide-item {
    min-width: 300px;
    flex-shrink: 0
}

.stat-slide-item .bg-white {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    background: #ffffff
}

.stat-slide-item .bg-white:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18)
}

.facts .col-lg-4 {
    margin-bottom: 30px
}

.facts .bg-white {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px
}

.facts .bg-white:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15)
}

@media (max-width:991.98px) {
    .facts .col-lg-4 {
        margin-bottom: 20px
    }

    .stats-slider-track {
        gap: 25px;
        padding: 0 15px
    }

    .stat-slide-item {
        min-width: 280px
    }
}

@media (max-width:575.98px) {
    .stats-horizontal-slider {
        padding: 30px 0
    }

    .stats-slider-track {
        gap: 20px;
        padding: 0 10px
    }

    .stat-slide-item {
        min-width: 260px
    }

    .stat-slide-item .bg-white {
        padding: 20px
    }
}

.top-bar {
    z-index: 1020
}

@media (max-width:767.98px) {

    html,
    body {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important
    }

    .top-bar {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
        min-height: 32px;
        max-height: 36px
    }

    .top-bar .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }

    .top-bar .row {
        margin: 0
    }

    .top-bar .col-12 {
        padding: 0
    }

    .top-bar .d-flex.align-items-center.flex-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        flex-wrap: nowrap !important;
        gap: 0.5rem;
        justify-content: flex-start !important
    }

    .top-bar .d-flex.align-items-center.flex-wrap::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important
    }

    .top-bar * {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important
    }

    .top-bar *::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important
    }

    .top-bar .d-flex.align-items-center.flex-wrap>div {
        display: inline-flex;
        flex-shrink: 0;
        gap: 0.5rem
    }

    .top-bar a {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.75rem;
        white-space: nowrap;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        margin-bottom: 0 !important
    }

    .top-bar i {
        font-size: 12px !important;
        margin-right: 0.25rem !important
    }

    .top-bar .me-3 {
        margin-right: 0.5rem !important
    }

    .top-bar .mb-1,
    .top-bar .mb-md-0 {
        margin-bottom: 0 !important
    }

    .top-bar span.d-inline.d-sm-none.d-md-inline {
        display: none !important
    }

    .top-bar .dropdown-toggle::after {
        margin-left: 0.25rem;
        font-size: 0.6rem
    }

    .top-bar .dropdown-menu {
        position: absolute;
        z-index: 1050
    }
}

.navbar {
    top: 0px;
    z-index: 1010
}

@media (max-width:767.98px) {
    .navbar {
        top: 36px
    }

    .navbar .container {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        position: relative !important
    }

    .navbar .navbar-brand {
        flex: 0 0 auto;
        margin-right: auto;
        max-width: calc(100% - 60px);
        overflow: hidden
    }

    .navbar .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
        order: 2;
        padding: 0.25rem 0.5rem !important
    }

    .navbar .navbar-collapse {
        position: absolute !important;
        top: calc(100%+8px) !important;
        right: 0.75rem !important;
        left: auto !important;
        width: auto !important;
        min-width: 280px !important;
        max-width: calc(100vw - 1.5rem) !important;
        max-height: calc(100vh - 120px) !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.1) !important;
        border-radius: 0.75rem !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
        z-index: 1050 !important;
        padding: 0.75rem !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        transform-origin: top right !important;
        flex-basis: auto !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
        margin: 0 !important
    }

    .navbar .navbar-collapse {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important
    }

    .navbar .navbar-collapse::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important
    }

    .navbar .navbar-collapse:not(.show) {
        opacity: 0 !important;
        transform: scale(0.95) translateY(-10px) !important;
        pointer-events: none !important;
        visibility: hidden !important;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important
    }

    .navbar .navbar-collapse.show {
        opacity: 1 !important;
        transform: scale(1) translateY(0) !important;
        pointer-events: auto !important;
        visibility: visible !important
    }

    .navbar .collapsing {
        opacity: 0 !important;
        transform: scale(0.95) translateY(-10px) !important;
        transition: opacity 0.2s ease, transform 0.2s ease !important
    }

    .navbar:has(.navbar-collapse.show),
    .navbar:has(.collapsing) {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important
    }

    .navbar .navbar-collapse .navbar-nav {
        flex-direction: column !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important
    }

    .navbar .navbar-collapse .navbar-nav .nav-item {
        width: 100% !important;
        margin-bottom: 0.25rem !important
    }

    .navbar .navbar-collapse .navbar-nav .nav-link {
        padding: 0.6rem 0.75rem !important;
        display: block !important;
        width: 100% !important;
        border-radius: 0.5rem !important;
        transition: background-color 0.15s ease !important;
        font-size: 0.9rem !important
    }

    .navbar .navbar-collapse .navbar-nav .nav-link:hover,
    .navbar .navbar-collapse .navbar-nav .nav-link:focus {
        background-color: rgba(0, 0, 0, 0.05) !important
    }

    .navbar .navbar-collapse .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin-top: 0.25rem !important;
        margin-left: 0 !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        border-radius: 0.5rem !important;
        box-shadow: none !important;
        background: #f8f9fa !important;
        padding: 0.25rem 0 !important
    }

    .navbar .navbar-collapse .dropdown-item {
        padding: 0.6rem 1rem !important;
        border-radius: 0.375rem !important;
        font-size: 0.875rem !important
    }

    .navbar .navbar-collapse .dropdown-item:hover {
        background-color: rgba(0, 0, 0, 0.05) !important
    }
}

.brand-title {
    font-size: 18px;
    line-height: 1.1
}

.brand-subtitle-lg {
    font-size: 18px;
    line-height: 1.1
}

.brand-subtitle-sm {
    font-size: 14px;
    line-height: 1.1
}

.brand-motto-lg {
    font-size: 12px;
    display: inline-block;
    transform: translateX(-8px)
}

.brand-motto-sm {
    font-size: 10px;
    display: inline-block;
    transform: translateX(-33px)
}

.dropdown-menu-resource {
    min-width: 200px
}

.dropdown-menu-programs {
    min-width: 250px
}

.footer-logo {
    background-color: white;
    padding: 1px;
    border-radius: 4px
}

.footer-title {
    font-size: 16px;
    line-height: 1.2
}

.footer-subtitle {
    font-size: 14px
}

.footer-motto {
    font-size: 12px
}

.support-bot {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #20c997;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(32, 201, 151, 0.3);
    z-index: 1000;
    transition: all 0.3s ease
}

.support-bot:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(32, 201, 151, 0.4)
}

.support-bot .pulse {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: rgba(32, 201, 151, 0.5);
    border-radius: 50%;
    z-index: -1;
    animation: supportPulse 2s infinite;
    opacity: 0
}

@keyframes supportPulse {
    0% {
        transform: scale(0.8);
        opacity: 0.7
    }

    70% {
        transform: scale(1.3);
        opacity: 0
    }

    100% {
        transform: scale(0.8);
        opacity: 0
    }
}

.modal-header.bg-teal {
    background-color: #20c997
}

.btn-teal {
    background-color: #20c997;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease
}

.btn-teal:hover {
    background-color: #1aa67a;
    color: white
}

@media (max-width:768px) {
    .support-bot {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: 20px;
        right: 20px
    }

    .support-bot .pulse {
        width: 60px;
        height: 60px
    }
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

.campaign-card {
    position: relative
}

.badge {
    font-size: 0.75rem !important
}

.progress {
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    border-radius: 10px;
    transition: width 0.8s ease;
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%)
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #17a2b8 0%, #0d6efd 100%)
}

@keyframes pulse {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.7
    }

    100% {
        opacity: 1
    }
}

.pulse {
    animation: pulse 2s infinite
}

.btn {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15)
}

.gradient-primary {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%)
}

.gradient-info {
    background: linear-gradient(135deg, #17a2b8 0%, #20c997 100%)
}

.gradient-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%)
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important
}

@media (max-width:768px) {
    .display-4 {
        font-size: 2rem
    }

    .lead {
        font-size: 1.1rem
    }
}

.filter-card-header {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    color: white;
    border: none
}

.filter-card-header-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none
}

.filter-card-header-info {
    background: linear-gradient(135deg, #0d6efd 0%, #17a2b8 100%);
    color: white;
    border: none
}

.filter-card-header-warning {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
    border: none
}

.filter-active {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    color: white
}

.filter-active-today {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white
}

.filter-active-week {
    background: linear-gradient(135deg, #17a2b8 0%, #20c997 100%);
    color: white
}

.filter-active-month {
    background: linear-gradient(135deg, #0d6efd 0%, #17a2b8 100%);
    color: white
}

.filter-active-critical {
    background: linear-gradient(135deg, #dc3545 0%, #0d6efd 100%);
    color: white
}

.filter-active-high {
    background: linear-gradient(135deg, #fd7e14 0%, #20c997 100%);
    color: white
}

.filter-active-medium {
    background: linear-gradient(135deg, #28a745 0%, #17a2b8 100%);
    color: white
}

.filter-active-low {
    background: linear-gradient(135deg, #17a2b8 0%, #20c997 100%);
    color: white
}

.icon-circle-active {
    background: rgba(255, 255, 255, 0.2)
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.search-input-no-shadow {
    box-shadow: none
}

.progress-success {
    background-color: #28a745
}

.progress-primary {
    background-color: #0d6efd
}

.progress-info {
    background-color: #17a2b8
}

.progress-warning {
    background-color: #ffc107
}