:root{
    --bg-color-theme : rgb(5, 170, 78);
}

.item-logo img{
    width: 200px;
    object-fit: cover;
}

.footer-logo img{
    width: 200px;
}

.swiper-pagination-bullet-active{
    border-color: var(--bg-color-theme) !important;
}

#header.header-black.header-scrolled .button-main-menu a, #header.header-white .button-main-menu a {
    background: #05aa4e;
    color: #fff;
}

#header .header-container .menu-item-has-children .nav-drop .nav-drop-wrapper{
    background: #000;
}

#header .header-container .menu-item-has-children .nav-drop li .item-link:hover{
    color: var(--bg-color-theme);   
}

#footer .footer-bottom{
    display: block;
}

.btn.btn-primary {
    background-color: var(--bg-color-theme);
}

.image-clone{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media.reveal{
    height: 800px;
}

.media.reveal .image-wrapper{
    height: 100%;
    width: 100%;
}

.media .image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header.header-scrolled {
    background-color: rgb(0, 0, 0);
}

#footer {
    background-color: #000;
}

#header.header-scrolled .header-container .menu-item-has-children .nav-drop .nav-drop-wrapper {
    background-color: #000;
}

.partners-wrapper img{
    width: 100px;
    object-fit: cover;
}

.swiper-slide:hover img{
    filter: none !important;
    cursor: pointer;
}

.last-news .image-wrapper{
    height: 200px;
}

.section-slider-text-image{
    padding-bottom: 10px;
}

.section-slider-text-image .swiper-pagination{
    margin-top: 60px;
}

.accordion-item{
    background-color: transparent;
}

.btn-primary:hover, .btn-primary{
    border: none;
}

.accordion-button{
    font-size: 20px;
    color: #000 !important;
}

.accordion-button:not(.collapsed){
    background-color: rgba(5, 170, 78, 0.09);
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.faq-container{
    padding-bottom: 100px !important;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-body ul li strong{
    font-weight: 500;
}

.team-section img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: grayscale(100);
    transition: filter 0.4s ease-in-out;
}

.team-section:hover img{
    filter: grayscale(0);
}

.team-section{
    margin-bottom: 40px;
}

.team-section h3{
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

.team-section p{

}

.team-section-wrapper{
    padding: 80px 0;
}

.team-section-wrapper .title{
    margin-bottom: 80px;
}

#page-contact #units .units .item .location::after {
    background-color: rgb(5, 170, 78);
}

.page-preloader{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.page-preloader.hide{
    opacity: 0;
}

.page-preloader-inner img{
    width: 200px;
    object-fit: cover;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(197, 197, 197, 0.2);
  border-right: 0.5em solid rgba(197, 197, 197, 0.2);
  border-bottom: 0.5em solid rgba(197, 197, 197, 0.2);
  border-left: 0.5em solid rgb(5, 170, 78);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.iframe-container{
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.iframe-container iframe{
    width: 100%;
    height: 100%;
    border: 2px solid #05aa4e;
}

.contact-section-wrapper{
    padding-top: 40px;
    padding-bottom: 50px;
}

.contact-section-wrapper .header{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.contact-section-wrapper .header .title{
    color: rgb(29, 39, 38);
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
}

.contact-section-wrapper .header .caption{
    color: rgb(29, 39, 38);
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.contact-section-wrapper .header .caption::after {
    background-color: rgb(5, 170, 78);
    content: "";
    margin: 15px 0px;
    width: 100%;
    height: 1px;
    display: block;
}

.contact-section-wrapper .form-group{
    margin: 10px 0;
}

.contact-section-wrapper .form-group .form-control{
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 0;
    min-height: 50px;
}

.recaptcha{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* #page-home #partners .partners-wrapper .swiper-slide img {
    filter: none;
} */

.partner-footer-list{

}

.partner-footer-list ul{
    display: flex;
    gap: 20px;
    margin-left: 80px;
}

.partner-footer-list ul li{
    list-style: none;
}

.partner-footer-list ul li img{
    width: 60px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.partner-footer-list ul li:hover{
    background-color: #fff;
}

.partner-footer-list ul li:hover img{
    filter: brightness(1) invert(0);
}

.swal2-styled.swal2-confirm{
    background: #05aa4e !important;
    border-radius: 5px;
}

.swal2-styled.swal2-cancel{
    border-radius: 5px;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.form-loader img{
    display: none;
}

.form-loader{
    background: rgba(255,255,255,0.7) !important;
}

.email-content-wrapper {
    width: auto;
    padding: 10px;
    /* border: 1px solid #fff; */
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-top: 20px;
}

.email-content-wrapper input {
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,0.1);
    display: inline-block;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}

.email-content-wrapper input::placeholder{
    color: #fff;
    opacity: 1;
}

.section-text-bg-image .btn{
    margin-top: 20px;
}

.investors-opp{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgb(246, 246, 246);
}

.investors-opp-text{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.investors-opp-text h1{
  font-size: 35px;
  width: 60%;
  line-height: 50px;
}

.investors-opp-text .btn-w{
    margin-top: 20px;
    display: inline-block;
}

.investors-opp-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-news-update{
    /* border-top: 1px solid #000; */
    margin-bottom: 60px;
}

.news-header{
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-header h1{
    font-size: 30px;
    padding: 15px;
    padding-left: 0;
}

.news-header a{
    height: 45px;
}

.news-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.news-container .other-blog{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.news-container .other-blog .other-blog-item{
    /* border-bottom: 1px solid #000; */
    transition: all 0.4s ease-in-out;
    background: rgb(246, 246, 246);
}

.news-container .other-blog .other-blog-item .blog-item-info{
    padding: 20px;
}

.news-container .other-blog .other-blog-item .blog-item-info h1{
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
}

.news-container .other-blog .other-blog-item:hover{
    /* background: rgba(246, 246, 246, 2); */
    cursor: pointer;
}

.news-container .other-blog .blog-item-inner{
    transition: all 0.4s ease-in-out;
}

.news-container .other-blog .other-blog-item:hover .blog-item-inner{
    /* transform: scale(0.9); */
}

.other-blog-item-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.other-blog-item-footer span{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: var(--bg-color-theme);
}

.other-blog-item .date{
    margin-bottom: 10px;
    color: #999;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.blog-item-inner-image{
    width: 100%;
    height: 200px;
}

.blog-item-inner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-container{
    margin-top: 0px;
}

.why-title{
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #c6c6c6;
    line-height: normal;
}

.theme-text-color{
    color: #05aa4e;
    font-weight: 600;
}

.key-objective-group{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.key-objective-group .group-box{
    padding: 25px;
    background-color: rgba(255,255,255,0.95);
    padding-top: 40px;
    border-radius: 10px;
}

.key-objective-group .group-box h2{
    font-size: 1.4rem;
    line-height: 30px;
    color: #000;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: center;
}

.key-objective-group .group-box h2::after{
    width: 20%;
    height: 2px;
    position: absolute;
    background-color: #05aa4e;
    content: "";
    top: -8px;
}

.key-objective-group .group-box p{
    color: #000;
    margin-top: 20px;
}

.fixed-background{
    background-attachment: fixed;
}

#page-home #about-us {
    padding-top:120px;
    padding-bottom:120px;
}

.locations-group{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.locations-group .box{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    text-align: center;
    height: 70px;
}

.location-section{
    /* background: rgb(246, 246, 246); */
}

.location-section .title{
    font-size: 40px;
}

.location-map{
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
    .location-map{
        width: 100%;
    }
}

.location-map a{
    position: absolute;
    top: -100%;
}

.box-map{
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
}

.box-map.available{
    background-color: #05ac50;
}

.box-map.not-available{
    background-color: #797979;
}

#page-home #partners .partners-wrapper .swiper-slide img{
    filter: none;
}

.ministry.partners-wrapper img {
    width: 150px;
    object-fit: cover;
}

#page-modulable .partners-item.ministry {
    width: 240px;
}

.page-section-dash{
    margin-top: 50px;
}

.page-section-dash .box{
    background: rgb(246, 246, 246);
}

.page-section-dash .box select{
    width: 50%;
    height: auto;
    background: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 20px;
}

.page-section-dash .box h1{
    font-size: 30px;
}

.page-section-dash .box{
    padding-bottom: 30px;
    padding-left: 15px;
}

.page-section-dash .box .count{
    font-size: 120px;
    font-weight: 100;
    margin-top: 30px;
}

.page-section-dash .row{
    gap: 10px;
}

.page-section-dash .box button{
    margin-left: 5px;
}

.page-content-preloader{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.6);
}

.page-content-preloader.hide{
    display: none;
}

.page-table-dash{
    margin-top: 70px;
}

.page-table-dash .table-list{
    margin-top: 50px;
}

.page-table-dash .page-heading h1{
    font-size: 40px;
}

.page-table-dash a{
    text-decoration: underline;
    color: #05aa4e;
}

.page-item.active .page-link {
    background-color: #05aa4e;
    border-color: #05aa4e;
}

.page-link{
    color: #05aa4e;
}

@media only screen and (max-width: 750px) {
    .page-section-dash .row{
        display: flex;
        flex-direction: column;
    }

    .page-section-dash .row .box{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-section-dash .box h1{
        font-size: 20px;
    }

    .page-section-dash .row .box .count{
        font-size: 25px;
        margin-top: 10px;
    }

    .page-table-dash .page-heading h1{
        font-size: 25px;
    }
}

/* Vision and Mission Section */
.vision-mission-section {
    padding: 60px 0;
}

.vision-mission-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #333;
    font-weight: 600;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.vision-card, .mission-card {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-top: 4px solid #00ae4f;
}

.vision-card h3, .mission-card h3 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}

.vision-card p, .mission-card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
}



.implementation-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.implementation-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.implementation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.implementation-item {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.implementation-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.implementation-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #00cc6a, #00a855);
    position: relative;
    overflow: hidden;
}

.implementation-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/placeholder.svg?height=200&width=400') center/cover;
    opacity: 0.3;
}

.implementation-image.conversion {
    background: url('/placeholder.svg?height=200&width=400') center/cover;
}

.implementation-image.deployment {
    background: url('/placeholder.svg?height=200&width=400') center/cover;
}

.implementation-image.expansion {
    background: url('/placeholder.svg?height=200&width=400') center/cover;
}

.implementation-image.infrastructure {
    background: url('/placeholder.svg?height=200&width=400') center/cover;
}

.implementation-image.training {
    background: url('/placeholder.svg?height=200&width=400') center/cover;
}

.implementation-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,204,106,0.8), rgba(0,168,85,0.8));
}

.implementation-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    z-index: 2;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
}

.implementation-content {
    padding: 35px;
}

.implementation-content h3 {
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.implementation-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.implementation-content li {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.implementation-content li:before {
    content: "✓";
    color: #00cc6a;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.1rem;
    top: 2px;
}

.implementation-content li:last-child {
    margin-bottom: 0;
}

.implementation-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.9);
    color: #00cc6a;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 3;
}

.implementation-section {
    padding: 100px 0;
}

.hidden {
    display: none;
}

/* Why Choose CNG Section */
.why-cng-section {
    background: white;
    padding: 100px 0;
}

.why-cng-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
}

.why-cng-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.benefit-card {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #00cc6a;
}

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

.benefit-icon {
    width: 60px;
    height: 60px;
    background: #00cc6a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: white;
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.benefit-card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

/* Impact Section */
.impact-section {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    color: white;
    padding: 100px 0;
}

.impact-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: white;
    font-weight: 600;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.impact-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

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

.impact-number {
    font-size: 3rem;
    font-weight: bold;
    color: #00cc6a;
    margin-bottom: 15px;
    display: block;
}

.impact-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: white;
    font-weight: 600;
}

.impact-card p {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.6;
}

.impact-highlights {
    background: rgba(0, 204, 106, 0.1);
    padding: 40px;
    border-radius: 15px;
    margin-top: 60px;
    border: 1px solid rgba(0, 204, 106, 0.3);
}

.impact-highlights h3 {
    color: #00cc6a;
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-align: center;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.highlight-item {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}

.highlight-item:before {
    content: "✓";
    color: #00cc6a;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.1rem;
}

.map-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.primary-text-btn:hover{
    color: #00a855;
}

@media (max-width: 768px) {
    .vision-mission-grid,
    .plan-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .benefits-grid,
    .impact-grid {
        grid-template-columns: 1fr;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
    }
}

.footer-heading {
    font-size: 18px; 
    font-weight: bold; 
    padding-bottom: 10px;
}

/* Filter Tabs */
.filter-tabs {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.filter-btn {
  background: transparent;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  color: #666;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.filter-btn.active,
.filter-btn:hover {
  background: #00cc6a;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 204, 106, 0.3);
}

/* News Cards */
.news-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  cursor: pointer;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.featured-card {
  height: auto;
}

.featured-card .card-image {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.medium-card .card-image {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .card-image img {
  transform: scale(1.05);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), transparent);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
}

.category-badge {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-badge.press { color: #e74c3c; }
.category-badge.deployment { color: #f39c12; }
.category-badge.programs { color: #3498db; }
.category-badge.infrastructure { color: #00cc6a; }

.date-badge {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
}

.card-content {
  padding: 25px;
}

.featured-card .card-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #2c3e50;
}

.medium-card .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #2c3e50;
}

.card-excerpt {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.read-time {
  color: #95a5a6;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.read-more-btn {
  background: linear-gradient(45deg, #00cc6a, #00a855);
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  transform: translateX(5px);
  color: white;
}

.card-meta-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ecf0f1;
  font-size: 14px;
  color: #95a5a6;
}

/* Optimized Impact Dashboard */
.optimized-impact {
  background: white;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #00cc6a;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.impact-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.impact-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.status-dot {
  width: 12px;
  height: 12px;
  background: #00cc6a;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex: 1;
}

.metric-card {
  text-align: center;
  padding: 25px 15px;
  background: #f8f9fa;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.metric-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #00cc6a;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-5px);
  background: #e9ecef;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.metric-card:hover::before {
  transform: scaleX(1);
}

.metric-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00cc6a;
  line-height: 1;
  margin-bottom: 8px;
}

.metric-label {
  font-size: 1rem;
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 4px;
}

.metric-sublabel {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 400;
}

/* Responsive Design */
@media (max-width: 768px) {
  .optimized-impact {
    padding: 20px;
  }
  
  .impact-header {
    margin-bottom: 20px;
  }
  
  .impact-title {
    font-size: 1.3rem;
  }
  
  .metrics-grid {
    gap: 15px;
  }
  
  .metric-card {
    padding: 20px 12px;
  }
  
  .metric-number {
    font-size: 2rem;
  }
  
  .metric-label {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .metrics-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .metric-card {
    padding: 15px;
  }
  
  .metric-number {
    font-size: 1.8rem;
  }
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.05); }
}

/* Timeline Card */
.timeline-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #2c3e50;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #00cc6a, #00a855);
}

.timeline-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}

.timeline-marker {
  position: absolute;
  left: 8px;
  top: 5px;
  width: 16px;
  height: 16px;
  background: #00cc6a;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 3px #00cc6a;
}

.timeline-date {
  color: #00cc6a;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.timeline-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c3e50;
}

.timeline-content p {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin: 0;
}

/* Events Card */
.events-card {
  background: linear-gradient(135deg, #05aa4e 0%, #05aa4e 100%);
  color: white;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.events-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.event-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.event-date {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin-right: 15px;
  min-width: 60px;
}

.event-date .day {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}

.event-date .month {
  display: block;
  font-size: 0.8rem;
  opacity: 0.9;
}

.event-details h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.event-details p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin: 0;
  color: #fff;
}

.view-all-events {
  color: white;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  transition: transform 0.3s ease;
}

.view-all-events:hover {
  transform: translateX(5px);
  color: white;
}

/* Load More Button */
.load-more-btn {
  background: linear-gradient(45deg, #00cc6a, #00a855);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.load-more-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 204, 106, 0.3);
}

/* Animations */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.05); }
}

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

.news-card {
  animation: fadeInUp 0.6s ease forwards;
}

/* Responsive Design */
@media (max-width: 768px) {
  .filter-tabs {
    padding: 4px;
  }
  
  .filter-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
  
  .featured-card .card-title {
    font-size: 1.4rem;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .timeline-item {
    padding-left: 40px;
  }
}