/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html, body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    font-size: 0.9em;
    color: #333;
    background-color: #fff;
    line-height: 1.6;
}

:root {
    --primary-color: #78A23C; /* Leaf Green */
    --primary-hover-color: #557233; /* Forest Green */
    --secondary-color: #78C4ED; /* Light Blue */
    --secondary-light-color: #a3d0e6;
    --text-color: #616161; /* Medium Gray for body text */
    --heading-color: #2E7D32; /* Dark Green for headings */
    --background-color: #F2F9FF; /* Light Blue Tint */
    --border-color: #e2e2e2;
}

header {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
    z-index: 1000;
}

.topnav {
    background: var(--secondary-color);
    padding: 0.4em 0rem;
    color: #fff;
    font-size: 0.9em;
}

    .topnav .icons {
        margin-top: -4px;
    }

        .topnav .icons a {
            font-size: 17px;
            padding: 0;
            margin-left: 10px;
        }

    .topnav a {
        color: #fff;
        padding-right: 0.5em;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .topnav a:hover {
            color: #fff;
            opacity: 0.8;
        }

    .topnav .slogan {
        margin: 0 2em;
    }

    .topnav .list .item {
        float: left;
        margin-right: 1em;
        display: flex;
        align-items: center;
    }

.header {
    padding: 0.3rem 0rem;
    background: #fff;
}

.logo img {
    height: 90px;
    width: auto;
    margin-right: 2rem;
    transition: all 0.3s ease;
}

    .logo img:hover {
        opacity: 0.9;
    }

/* MENU STYLES */
.menusection {
    background: #fff;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu li {
    position: relative;
}

.menu a {
    color: #333;
    padding: 10px 15px;
    display: block;
    transition: all 0.3s ease;
}

    .menu a:hover {
        color: var(--primary-color);
    }

.menu .hasmenu1,
.menu .hasmenu2,
.menu .hasmenu3 {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-top: 3px solid var(--primary-color);
}

.navbar-brand {
    width: 120px;
}

    .navbar-brand img {
        max-width: 100%;
    }

.header .icon-listing {
    display: flex;
    align-items: center;
    margin-top: 0.5em;
}

    .header .icon-listing .icon-item {
        display: flex;
        align-items: center;
        margin-left: 3em;
        transition: 0.3s;
    }

        .header .icon-listing .icon-item .info {
            display: flex;
            flex-direction: column;
            color: #616161; /* Medium Gray */
        }

            .header .icon-listing .icon-item .info span:last-child {
                color: #81D4FA; /* Secondary Blue */
            }

        .header .icon-listing .icon-item:hover .info,
        .header .icon-listing .icon-item:hover .info span:last-child {
            color: #388E3C; /* Darker Green on hover */
        }

.header .icon {
    font-size: 3em;
    font-family: var(--bs-font-sans-serif);
    color: var(--primary-color); /* Primary Green */
    display: inline-block;
    margin-top: -5px;
}

.just-mob {
    display: none;
}

a {
    color: #4CAF50; /* Primary Green for links */
}

    a:hover {
        color: #388E3C; /* Darker Green on hover */
    }

.btn {
    font-size: 0.9em;
    padding: 0.5em 1.5em;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

    .btn-primary:hover {
        background-color: var(--primary-hover-color);
        border-color: var(--primary-hover-color);
        color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

    .btn-warning:hover {
        background-color: #5da5d8;
        border-color: #5da5d8;
        color: #fff;
    }

.spacer {
    display: block;
    margin: 5rem 0;
    clear: both;
}

/* SLIDESHOW
-------------------------------------------------- */

.slideshow {
    margin-bottom: 2rem;
    position: relative;
}

    .slideshow .carousel-caption {
        bottom: unset;
        top: 9rem;
        z-index: 10;
        color: #222;
        width: 35%;
        right: 13em;
        text-align: left;
    }

    .slideshow h1 {
        font-weight: bold;
        text-shadow: 1px 1px 6px #fff;
        color: #222;
        margin-bottom: 1rem;
    }

    .slideshow p {
        margin-bottom: 1.5rem;
        text-shadow: 1px 1px 3px #fff;
    }

    .slideshow .intro {
        font-weight: bold;
        font-size: 1.2em;
        color: #81D4FA; /* Secondary Blue */
    }

    /* Declare heights because of positioning of img element */
    .slideshow .carousel-item {
        height: 30rem;
    }

        .slideshow .carousel-item > img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
        }

    .slideshow .carousel-indicators [data-bs-target] {
        height: 5px;
        background-color: var(--primary-color);
    }

    .slideshow a {
        font-size: 0.9em;
    }

/* Feature Four Item
------------------------- */

.feature-four {
    text-align: center;
}

    .feature-four * {
        transition: 0.2s;
    }

    .feature-four .item {
        padding-top: 1rem;
        margin-bottom: 2rem;
        padding-bottom: 1em;
    }

        .feature-four .item:hover {
            background: #E8F5E9; /* Light green */
        }

            .feature-four .item:hover .icon {
                color: #388E3C; /* Darker Green */
            }

            .feature-four .item:hover a.btn {
                background: #4CAF50; /* Primary Green */
                border-color: #4CAF50;
                color: #FFFFFF;
            }

            .feature-four .item:hover h2 {
                color: #388E3C; /* Darker Green */
            }

    .feature-four .icon {
        display: block;
        margin: 0 auto;
        color: #4CAF50; /* Primary Green */
        font-size: 5em;
    }

    .feature-four h2 {
        font-size: 1.4rem;
        margin: 1rem 0;
        color: #2E7D32; /* Dark Green */
    }

    .feature-four p {
        margin-bottom: 1rem;
        color: #616161; /* Medium Gray */
    }

    .feature-four a.btn {
        background: transparent;
        color: #4CAF50; /* Primary Green */
        border-color: #4CAF50;
    }

        .feature-four a.btn:hover {
            background: #4CAF50;
            border-color: #4CAF50;
            color: #FFFFFF;
        }

/* Feature Blue Item
------------------------- */

.featured-blue {
    text-align: center;
    background: #0288D1; /* Darker blue for contrast */
    color: #FFFFFF;
}

    .featured-blue .container {
        background: #0288D1;
    }

    .featured-blue * {
        transition: 0.2s;
    }

    .featured-blue .item {
        background: #81D4FA; /* Secondary Blue */
        padding-top: 2rem;
        padding-bottom: 1rem;
        border-right: 1px solid #4FC3F7; /* Slightly darker blue */
        transition: 0.3s;
    }

        .featured-blue .item:last-child {
            border: 0;
        }

        .featured-blue .item:hover {
            background: rgba(0, 0, 0, 0.5);
        }

    .featured-blue .icon {
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
        color: #FFFFFF;
        font-size: 5rem;
    }

    .featured-blue h3 {
        font-size: 1.6rem;
        margin: 1rem 0;
        color: #FFFFFF;
    }

    .featured-blue p {
        margin-bottom: 1rem;
        color: #FFFFFF;
        opacity: 0.6;
    }

    .featured-blue a.btn {
        margin-bottom: 2rem;
        background: transparent;
        border-color: #FFFFFF;
    }

        .featured-blue a.btn:hover {
            background: #FFFFFF;
            color: #2E7D32; /* Dark Green */
        }

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/

.counter-value {
    background: #4CAF50; /* Primary Green */
    padding: 2px 15px;
    color: #FFFFFF;
    line-height: 2em;
    border-radius: 20px;
    font-weight: 500;
}

    .counter-value p {
        background: var(--primary-color);
        color: white;
        display: inline-block;
        padding: 2px 15px;
        border-radius: 20px;
        font-weight: bold;
    }

.service-box .promo-item {
    display: flex;
    background: var(--background-color);
    padding: 2rem 0;
}

.service-item {
    padding: 30px 15px;
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

    .service-item:hover {
        transform: translateY(-5px);
    }

    .service-item:before {
        content: "";
        height: 2px;
        width: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background: #388E3C; /* Darker Green */
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
    }

    .service-item:hover:before {
        width: 100%;
    }

.service-icon {
    transition: all 0.3s ease;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.service-content {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .service-content h4 {
        font-size: 1.1em;
        margin-top: 1rem;
        color: #333;
    }

.service-content h4 {
    font-size: 1.1em;
    margin-top: 1rem;
    color: #333;
}

.service-item:hover .service-icon {
    color: #388E3C; /* Darker Green */
}

.service .promo-title {
    margin: -2px 0 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2E7D32; /* Dark Green */
}

.service .promo-desc {
    color: #616161; /* Medium Gray */
    display: block;
    font-size: 14px;
    line-height: 18px;
}

/* Media queries for service section remain unchanged */
@media (max-width: 1440px) {
    .service-icon {
        margin: 0 5px 0 0;
    }
}

@media (max-width: 1199px) {
    .service-icon {
        font-size: 30px;
        margin: 0 0 13px 0;
    }

    .service .promo-title {
        margin: 0 0 5px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .service-icon {
        display: block;
    }

    .service-content {
        text-align: center;
    }

    .service-item {
        padding: 20px 10px;
    }
}

@media (max-width: 991px) {
    .service-box .promo-item {
        display: block;
        padding: 10px 10px;
    }

    .service-icon {
        margin: 0 10px 0 0;
    }

    .service-item {
        width: 50%;
        float: left;
        text-align: left;
        padding: 10px;
    }

        .service-item:before {
            display: none;
        }
}

@media (max-width: 680px) {
    .service-box .promo-item {
        padding: 10px 0;
    }

    .service .promo-title, .service .promo-desc {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .service-icon {
        display: block;
    }

    .service {
        text-align: center;
    }

    .service-icon {
        margin: 0 0 10px 0;
    }

    .service-content {
        text-align: center;
    }

    .service-item {
        width: 50%;
        float: left;
        text-align: left;
        padding: 10px;
    }

    .service .promo-desc {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .service .promo-title,
    .service .promo-desc {
        font-size: 12px;
    }

    .service-item {
        padding: 5px 0;
    }

    .service-box .promo-item {
        padding: 10px 20px;
    }

    .service-item {
        width: 50%;
        float: left;
        text-align: left;
        padding: 10px;
    }

    .service-icon {
        display: inline-block;
        margin: 0 10px 0 0;
    }
}

.card-img, .card-img-bottom, .card-img-top {
    height: auto;
}

.blog-block img,
#content-blogs .thumbnails .thumbnail img {
    width: 100%;
}

/* About-sec */
.about-sec {
    background: #3d3d3d;
    color: #FFFFFF;
    padding: 20px;
}

    .about-sec i {
        float: left;
        background: #545454;
        width: 45px;
        height: 45px;
        text-align: center;
        display: inline-block;
        font-size: 25px;
        margin-right: 10px;
        border-radius: 5px;
        color: #4CAF50; /* Primary Green */
    }

.about-title {
    font-size: 20px !important;
    border-bottom: 1px solid #4CAF50; /* Primary Green */
}

/* Feature Color Item
------------------------- */

.featured-color {
    text-align: center;
}

    .featured-color .container {
        background: #333;
    }

    .featured-color * {
        transition: 0.2s;
    }

    .featured-color .item {
        background: #4CAF50; /* Primary Green */
        padding-top: 2rem;
        padding-bottom: 1rem;
        transition: 0.3s;
    }

        .featured-color .item:nth-child(2) {
            background: #81D4FA; /* Secondary Blue */
        }

        .featured-color .item:first-child {
            background: #2E7D32; /* Dark Green */
        }

        .featured-color .item:last-child {
            background: #388E3C; /* Darker Green */
        }

        .featured-color .item:hover {
            background: #353535;
        }

    .featured-color .icon {
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
        color: #FFFFFF;
        font-size: 5rem;
    }

    .featured-color h3 {
        font-size: 1.6rem;
        margin: 1rem 0;
        color: #FFFFFF;
    }

    .featured-color p {
        margin-bottom: 1rem;
        color: #FFFFFF;
        opacity: 0.6;
    }

    .featured-color a.btn {
        margin-bottom: 2rem;
        background: transparent;
        border-color: #FFFFFF;
    }

        .featured-color a.btn:hover {
            background: #FFFFFF;
            color: #2E7D32; /* Dark Green */
        }

/* Feature Six Item
------------------------- */

.featured-six {
    text-align: center;
    padding: 10rem 0;
}

    .featured-six * {
        transition: 0.2s;
    }

    .featured-six h2 {
        font-size: 2.5em;
        font-weight: bold;
        color: #2E7D32; /* Dark Green */
    }

    .featured-six h4 {
        color: #616161; /* Medium Gray */
        font-size: 1.3em;
        margin-bottom: 1em;
        margin-top: 0.5em;
        margin-bottom: 2em;
    }

    .featured-six .item {
        padding: 2rem;
        border-right: 1px solid #E0E0E0; /* Light gray */
        border-bottom: 1px solid #E0E0E0;
        transition: 0.3s;
    }

        .featured-six .item:nth-child(3), .featured-six .item:nth-child(6) {
            border-right: 0;
        }

        .featured-six .item:nth-child(4), .featured-six .item:nth-child(5), .featured-six .item:nth-child(6) {
            border-bottom: 0;
        }

        .featured-six .item:hover {
            background: #E8F5E9; /* Light green */
        }

    .featured-six .icon {
        color: #4CAF50; /* Primary Green */
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
        font-size: 4rem;
    }

    .featured-six p.title {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 1rem 0;
        color: #2E7D32; /* Dark Green */
    }

        .featured-six p.title a {
            text-decoration: none;
        }

    .featured-six p {
        margin-bottom: 1rem;
        font-size: 1.1em;
        color: #616161; /* Medium Gray */
    }

/* About Top */
.about-top {
    position: relative;
}

    .about-top .r-dotted {
        position: absolute;
        top: -3rem;
        right: 0;
        background: url(../images/dotted/dotted6.png) no-repeat;
        width: 5%;
        height: 45%;
        z-index: -1;
    }

    .about-top .img {
        position: relative;
    }

    .about-top .dotted {
        position: absolute;
        left: -4rem;
        background: url(../images/dotted/dotted5.png) no-repeat;
        width: 45%;
        height: 45%;
        z-index: -1;
    }

    .about-top img {
        width: 100%;
        height: auto;
        margin-top: 3rem;
    }

    .about-top .img::after {
        content: "";
        width: 73%;
        height: 70%;
        background: #4CAF50; /* Primary Green */
        position: absolute;
        right: -3%;
        z-index: -1;
        bottom: -3%;
    }

    .about-top .text {
        padding: 1rem 0 0 4rem;
    }

    .about-top h2 {
        font-size: 2.5em;
        font-weight: bold;
        color: #2E7D32; /* Dark Green */
    }

    .about-top h3 {
        font-size: 1.2em;
        color: #4CAF50; /* Primary Green */
    }

        .about-top h3::before {
            content: "::: ";
            color: #4CAF50;
            margin-top: -5px;
        }

        .about-top h3::after {
            content: " _____";
            color: #4CAF50;
            margin-top: -5px;
        }

    .about-top h4 {
        color: #4CAF50; /* Primary Green */
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .about-top .list {
        margin-top: 2em;
    }

        .about-top .list .check {
            display: inline-block;
            background: #4CAF50; /* Primary Green */
            color: #FFFFFF;
            padding: 2px 3px;
            border-radius: 20%;
            float: left;
            margin-right: 0.5em;
        }

        .about-top .list p {
            padding-top: 3px;
        }

        .about-top .list .btn {
            margin-top: 1em;
            font-size: 1.1em;
            padding: 0.5em 2em !important;
            margin: 1.5em 0.3em 0 0.3em;
        }

@keyframes moving {
    0%, 100% {
        top: 0;
    }

    50% {
        top: -1rem;
        margin-left: 0.5rem;
    }
}

.about-top .dotted {
    animation: moving 5s linear infinite;
}

@keyframes moving2 {
    0%, 100% {
        bottom: 1.5rem;
        font-size: 10em;
    }

    50% {
        bottom: 2.5rem;
        right: 2rem;
        font-size: 12em;
    }
}

.faq .text .icon {
    animation: moving2 5s linear infinite;
}

/* FAQs */
.faq {
    padding-bottom: 3rem;
    background: var(--background-color);
    position: relative;
}

    .faq .accordion-item {
        border: none;
        margin: 1em 0;
        padding: 1em;
        box-shadow: 0 0 40px 5px rgba(0, 187, 255, 0.07);
        background: #fff;
        border-radius: 5px;
    }

.accordion-button {
    font-weight: bold;
    padding: 0.75rem 1.25rem;
}

.faq .accordion-button {
    font-weight: bold;
}

    .faq .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .faq .accordion-button:not(.collapsed) {
        color: var(--primary-color);
        background: #fff;
        border-bottom: 1px solid #4CAF50;
        box-shadow: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

.faq .icon {
    background: var(--primary-color);
    color: #fff;
    padding: 0.2em 0.4em;
    margin-right: 0.5em;
    font-size: 1.8em;
    border-radius: 50%;
}

.faq .text {
    padding: 2rem 0 0 4rem;
}

.faq h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #2E7D32; /* Dark Green */
}

.faq h3 {
    font-size: 1.2em;
    color: #2E7D32; /* Dark Green */
}

    .faq h3::before {
        content: "::: ";
        color: #2E7D32;
        margin-top: -5px;
    }

    .faq h3::after {
        content: " _____";
        color: #2E7D32;
        margin-top: -5px;
    }

.faq h4 {
    color: #2E7D32; /* Dark Green */
    margin-bottom: 1em;
    margin-top: 1em;
}

.faq p {
    padding-top: 3px;
}

.faq .btn {
    margin-top: 1em;
    font-size: 1.1em;
    padding: 0.5em 2em !important;
    margin: 1.5em 0.3em 0 0.3em;
}

.faq .text .icon {
    font-size: 12em;
    position: absolute;
    right: 0rem;
    z-index: -1;
    bottom: -3rem !important;
    color: #F5F5F5; /* Matches background */
    background: transparent;
    padding: 0;
    margin: 0;
}

.faq .dotted {
    position: absolute;
    left: 2rem;
    top: 2rem;
    background: url(../images/dotted/dotted4.png) no-repeat;
    width: 20%;
    height: 31%;
    z-index: -1;
}

/* Feature Eight Item
------------------------- */
.feature-eight * {
    transition: 0.2s;
}

.feature-eight h3 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 3em;
    color: #2E7D32; /* Dark Green */
}

.feature-eight h4 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1.5em;
    color: #616161; /* Medium Gray */
}

.feature-eight .item::before {
    content: "";
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: #E8F5E9; /* Light green */
    z-index: -1;
    position: absolute;
    transition: 0.5s;
}

.feature-eight .item {
    padding: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1em;
    position: relative;
    display: flex;
}

    .feature-eight .item:hover::before {
        width: 100%;
        right: unset;
        left: 0;
    }

    .feature-eight .item:hover .icon {
        color: #388E3C; /* Darker Green */
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .feature-eight .item:hover a {
        opacity: 1;
        margin-left: 0;
        transition: 0.3s;
    }

    .feature-eight .item:hover h2 {
        color: #388E3C; /* Darker Green */
    }

.feature-eight .icon {
    display: block;
    color: #4CAF50; /* Primary Green */
    font-size: 3em;
    line-height: 80px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    padding-right: 15px;
}

.feature-eight h2 {
    font-size: 1.2rem;
    margin: 1rem 0;
    color: #2E7D32; /* Dark Green */
}

.feature-eight p {
    margin-bottom: 1rem;
    color: #616161; /* Medium Gray */
}

.feature-eight a {
    color: #4CAF50; /* Primary Green */
    opacity: 0;
    display: block;
    margin-left: 5rem;
    transition: 0.3s;
}

    .feature-eight a:hover {
        color: #388E3C; /* Darker Green */
        text-decoration: none;
    }

/* Projects */
.projects {
    text-align: center;
    padding-bottom: 3rem;
}

    .projects .slick-slide {
        padding: 1rem;
        position: relative;
    }

    .projects .item {
        box-shadow: 0 0 15px #e5e5e5;
        transition: all 0.3s ease;
        margin-bottom: 1rem;
        background: #fff;
    }

        .projects .item:hover {
            background: #2E7D32; /* Dark Green */
            transition: 0.3s;
            color: #FFFFFF;
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

            .projects .item:hover .btn-primary {
                background: #388E3C; /* Darker Green */
                transition: 0.3s;
                color: #FFFFFF;
            }

        .projects .item .icon {
            background: #2E7D32; /* Dark Green */
            padding: 4px 5px;
            font-size: 1.2em;
            position: absolute;
            left: 15px;
            top: 15px;
            z-index: 11;
            color: #FFFFFF;
            transition: 0.3s;
            clip-path: polygon(0 0,0 100%,100% 0);
            width: 60px;
            height: 60px;
        }

        .projects .item:hover .icon {
            background: #388E3C; /* Darker Green */
            transition: 0.3s;
        }

        .projects .item:hover p.title {
            color: #FFFFFF;
            transition: 0.3s;
        }

    .projects .slick-slide img {
        width: 100%;
        height: auto;
    }

    .projects .list:hover .slick-prev:before,
    .projects .list:hover .slick-next:before {
        opacity: 1;
        transition: 0.3s;
    }

    .projects h2 {
        font-size: 2.5em;
        font-weight: bold;
        color: #2E7D32; /* Dark Green */
    }

    .projects h3 {
        font-size: 1.2em;
        color: #4CAF50; /* Primary Green */
    }

        .projects h3::before {
            content: "::: ";
            color: #4CAF50;
            margin-top: -5px;
        }

        .projects h3::after {
            content: " _____";
            color: #4CAF50;
            margin-top: -5px;
        }

    .projects h4 {
        color: #4CAF50; /* Primary Green */
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .projects .content {
        padding: 1rem;
    }

    .projects p.title {
        font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    }

    .projects .btn {
        margin-bottom: 1em;
    }

    .projects .slick-arrow:active {
        opacity: 0;
    }

/* News Vertical */
.news-vertical {
    padding: 3rem 0;
    background: #fff;
}

    .news-vertical h2 {
        font-size: 2.5em;
        font-weight: bold;
        text-align: center;
        color: var(--primary-color);
        margin-bottom: 1rem;
    }

    .news-vertical h3 {
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 2em;
        color: #555; /* Medium Gray */
    }

    .news-vertical .item {
        margin-top: 2rem;
        transition: all 0.3s ease;
    }

        .news-vertical .item:hover {
            transform: translateY(-5px);
        }

    .news-vertical .image {
        overflow: hidden;
        border-radius: 5px;
    }

    .news-vertical img {
        transition: all 0.3s ease;
        width: 100%;
        height: auto;
    }

        .news-vertical .item:hover img {
            transform: scale(1.05);
        }

    .news-vertical h4 {
        font-weight: bold;
        margin: 1rem 0 0.5rem;
    }

    .news-vertical .posted {
        color: #999;
        font-size: 0.9em;
        margin-bottom: 1rem;
    }

        .news-vertical .posted span {
            margin: 0 15px;
            font-size: 0.9em;
        }

    .news-vertical a {
        text-decoration: none;
        color: #4CAF50; /* Primary Green */
    }

        .news-vertical a:hover {
            color: #388E3C; /* Darker Green */
        }

        .news-vertical a.btn {
            color: #FFFFFF;
        }

    .news-vertical p {
        color: #616161; /* Medium Gray */
    }

/* DONORS STYLES */
#portfolio {
    padding: 3rem 0;
    background: var(--background-color);
}

    #portfolio h2 {
        color: var(--primary-color);
        font-weight: bold;
        margin-bottom: 2rem;
    }

    #portfolio .card {
        transition: all 0.3s ease;
        border-radius: 5px;
    }

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

    #portfolio img {
        max-height: 80px;
        width: auto;
        margin: 0 auto;
        object-fit: contain;
    }

/* Team */
.team {
    text-align: center;
    clear: both;
    padding: 4rem 0 5rem 0;
    background: #F5F5F5; /* Neutral Light Gray */
    position: relative;
    
}

    .team h2 {
        font-size: 2.5em;
        font-weight: bold;
        color: var(--primary-color);
        margin-bottom: 1rem;
    }

    .team h4 {
        color: #555;
        font-size: 1.3em;
        margin-bottom: 2em;
    }

    .team .dotted {
        position: absolute;
        left: 0rem;
        top: 0;
        background: url(../images/dotted/dotted6.png) no-repeat;
        width: 90px;
        height: 140px;
        z-index: -1;
    }

    .team .slick-slide {
        padding: 1rem;
        position: relative;
    }

    .team .content {
        color: #616161; /* Medium Gray */
    }

    .team .name a {
        margin-bottom: 1.5em;
        font-weight: bold;
        font-size: 1.3em;
        text-decoration: none;
        color: #2E7D32; /* Dark Green */
    }

        .team .name a::after {
            content: "";
            width: 90%;
            height: 1px;
            background: #; /* Primary Green */
            display: block;
            margin-top: 0.5rem;
            position: absolute;
            left: 6%;
            transition: 0.5s;
        }

    .team .crop-box {
        width: 94%;
        height: 0;
        padding-top: 94%;
        margin-left: 6%;
        position: relative;
    }

    .team .crop {
        position: absolute;
        height: 90%;
        width: 90%;
        top: 0;
        border-radius: 50%;
    }

    .team .item img {
        width: 94%;
        height: 94%;
        border: 5px solid #FFFFFF;
        border-radius: 50%;
        margin: 0;
        transition: 0.5s;
    }

    .team .item:hover img {
        border-color: #4CAF50; /* Primary Green */
    }

    .team p.title {
        color: #999;
        font-size: 1em;
        font-weight: bold;
        margin: 1em 0 1em 0;
    }

    .team .item:hover p.title {
        color: #4CAF50; /* Primary Green */
    }

    .team .item .icons a {
        font-size: 1.2em;
        border: 1px solid;
        padding: 3px;
        margin: 2px;
        color: #616161; /* Medium Gray */
    }

        .team .item .icons a:hover {
            color: #4CAF50; /* Primary Green */
        }

.card {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

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

.card-title {
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.card-text {
    color: #666;
    font-size: 0.9em;
}

a {
    text-decoration: none !important;
}

/* Intro Big Pic */
.intro-big-pic {
    clear: both;
    background: #2e2c27;
    color: #FFFFFF;
    z-index: 0;
}

    .intro-big-pic .pic img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .intro-big-pic .r-dotted {
        position: absolute;
        top: 01rem;
        right: 0;
        background: url(../images/dotted/dotted6.png) no-repeat;
        width: 95px;
        height: 110px;
        z-index: -1;
    }

    .intro-big-pic .img {
        position: relative;
    }

    .intro-big-pic .dotted {
        position: absolute;
        left: -4rem;
        background: url(../images/dotted/dotted5.png) no-repeat;
        width: 45%;
        height: 45%;
        z-index: -1;
    }

    .intro-big-pic img {
        width: 100%;
        height: auto;
        margin-top: 3rem;
    }

    .intro-big-pic .img::after {
        content: "";
        width: 73%;
        height: 70%;
        background: #4CAF50; /* Primary Green */
        position: absolute;
        right: -3%;
        z-index: -1;
        bottom: -3%;
    }

    .intro-big-pic .text {
        padding: 3rem 4rem 1rem 3rem;
    }

    .intro-big-pic h2 {
        font-size: 2.5em;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .intro-big-pic h3 {
        font-size: 1.2em;
        color: #81D4FA; /* Secondary Blue */
        text-transform: uppercase;
    }

        .intro-big-pic h3::before {
            content: "::: ";
            color: #81D4FA;
            margin-top: -5px;
        }

        .intro-big-pic h3::after {
            content: " _____";
            color: #81D4FA;
            margin-top: -5px;
        }

    .intro-big-pic h4 {
        color: #81D4FA; /* Secondary Blue */
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .intro-big-pic .list {
        margin-top: 2em;
    }

        .intro-big-pic .list .item {
            text-align: center;
        }

        .intro-big-pic .list .icon {
            display: inline-block;
            color: #4CAF50; /* Primary Green */
            font-size: 3em;
        }

        .intro-big-pic .list p {
            padding-top: 10px;
        }

        .intro-big-pic .list .btn {
            margin-top: 1em;
            font-size: 1.1em;
            padding: 0.5em 2em !important;
            margin: 1.5em 0.3em 0 0.3em;
        }

.page-inner {
    padding: 3rem 0;
    font-size: 1.1em;
}

    .page-inner h1 {
        margin-bottom: 2rem;
        color: #2E7D32; /* Dark Green */
    }

    .page-inner .innerimg img {
        float: left;
        margin-right: 1.5rem;
        width: 40%;
        height: auto;
        margin-bottom: 1rem;
    }

    .page-inner .listing .row {
        padding: 10px 0;
        transition: 0.3s;
    }

        .page-inner .listing .row:hover {
            background: #E8F5E9; /* Light green */
        }

    .page-inner .listing img {
        width: 100%;
        height: auto;
    }

    .page-inner .listing a {
        text-decoration: none;
    }

    .page-inner .listing h3 {
        font-size: 1.3rem;
        color: #2E7D32; /* Dark Green */
    }

    .page-inner .listing .posted {
        margin-bottom: 0.5rem;
        color: #999;
    }

#paginator ul {
    margin: 30px auto 20px auto;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    border-top: 1px solid #E0E0E0; /* Light gray */
    text-align: center;
}

    #paginator ul li {
        color: #888;
        display: inline;
        margin: 10px 3px;
        padding: 0px;
        font-size: 1rem;
    }

#paginator a, #paginator span {
    text-decoration: none;
    padding: 0px 10px;
    background: #F5F5F5; /* Neutral Light Gray */
    color: #ccc;
    border: 1px solid #aaa;
    border-radius: 1em;
    font-weight: bold;
}

#paginator a {
    color: #4CAF50; /* Primary Green */
    background: #FFFFFF;
}

    #paginator a:hover {
        text-decoration: none;
        background: #E8F5E9; /* Light green */
    }

.modal {
    z-index: 9999;
}

.carousel-control-next, .carousel-control-prev {
    width: 11%;
}

@keyframes footerbg {
    0% {
        background: url(../images/map-dotted.png) no-repeat 10% 0% #252525;
    }

    100% {
        background: url(../images/map-dotted.png) no-repeat 80% 0% #252525;
    }
}

/* FOOTER STYLES */
.footer {
    clear: both;
    text-align: center;
    color: #fff;
    background: #252525;
    padding: 3rem 0 0;
    border-top: 3rem solid var(--primary-color);
}

    .footer h6 {
        font-size: 1.1em;
        margin: 1rem 0;
        color: #fff;
    }

    .footer p, .footer .item1 {
        color: #ccc;
        font-size: 0.9em;
    }

    .footer .about-list {
        margin-top: 1rem;
    }

        .footer .about-list a {
            color: #fff;
            margin: 0 5px;
            display: inline-block;
            transition: all 0.3s ease;
        }

            .footer .about-list a:hover {
                color: var(--primary-color);
                transform: translateY(-3px);
            }

    .footer .end {
        padding: 1rem 0;
        margin-top: 2rem;
        border-top: 1px solid #444;
        font-size: 0.9em;
        color: #999;
    }

        .footer .end a {
            color: #ccc;
            transition: all 0.3s ease;
        }

            .footer .end a:hover {
                color: var(--primary-color);
            }

.iconfo {
    color: var(--primary-color);
    font-size: 40px;
    margin-bottom: 1rem;
}

.icon::before {
    margin-right: 0.2em;
}

.footer p {
    color: #E8F5E9; /* Light green */
}

.item1 {
    color: #E8F5E9; /* Light green */
}

.item i {
    margin-right: 5px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* X-Large devices */
@media (max-width: 1399.98px) {
    .slideshow .carousel-item {
        height: 30rem;
    }
}

/* Large devices */
@media (max-width: 1199.98px) {
    .slideshow .carousel-item {
        height: 29rem;
    }
}

/* Medium devices */
@media (max-width: 991.98px) {
    .header .icon-listing {
        margin-top: 1em;
    }

        .header .icon-listing .icon-item {
            margin-left: 2em;
            font-size: 0.7em;
        }

    .header .icon {
        font-size: 2.5em;
    }

        .header .icon i {
            vertical-align: middle;
        }

    .slideshow .carousel-item {
        height: 18rem;
    }

    .slideshow .carousel-caption {
        top: 1rem;
        width: 45%;
        left: 10%;
    }

    .about-top .r-dotted {
        top: 55rem;
        width: 11%;
        height: 14%;
    }

    .about-top .text, .faq .text {
        padding: 2rem !important;
    }
}

/* Small devices */
@media (max-width: 767.98px) {
    .no-mob {
        display: none !important;
    }

    .just-mob {
        display: block;
    }

    .topnav {
        text-align: center;
        width: 100%;
    }

        .topnav .d-flex {
            display: block !important;
        }

        .topnav .list .item {
            float: none;
            display: inline-block;
        }

        .topnav .search {
            display: block;
            position: relative;
            bottom: 5rem;
        }

            .topnav .search i {
                font-size: 2.5em;
                background: #4CAF50; /* Primary Green */
                color: #FFFFFF;
            }

    .slideshow {
        background: #E8F5E9; /* Light green */
    }

    .about-top .r-dotted {
        top: 43rem;
        width: 15%;
        height: 21%;
    }

    .slideshow .carousel-item {
        height: 30rem;
    }

    .slideshow .carousel-caption {
        top: 18rem;
        left: 1em;
        width: 95%;
        padding: 0;
    }
}

/* X-Small devices */
@media (max-width: 575.98px) {
    .menusection {
        background: #fff;
        
    }

    .menu ul {
        margin: 0;
        padding: 0;
    }

    .menu li {
        position: relative;
    }

    .menu a {
        color: #333;
        padding: 10px 15px;
        display: block;
        transition: all 0.3s ease;
    }

        .menu a:hover {
            color: var(--primary-color);
        }

    .menu .hasmenu1,
    .menu .hasmenu2,
    .menu .hasmenu3 {
        background: #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border-top: 3px solid var(--primary-color);
    }

    .logo {
        float: none !important;
        text-align: center;
    }

    .slideshow .carousel-item {
        height: 27rem;
    }

    .slideshow .carousel-caption {
        top: 11.5rem;
        left: 1em;
        width: 95%;
        padding: 0;
    }

    .feature-four .item {
        width: 49.8%;
    }

    .about-top img {
        width: 96%;
        margin-top: 2rem;
    }

    .about-top .img::after {
        bottom: -1rem;
        right: 0rem;
    }

    .feature-four .item {
        margin-bottom: 0;
    }

    .about-top .r-dotted {
        top: 36rem;
        width: 8%;
        height: 5%;
    }

    .faq .text .icon {
        font-size: 10em;
        right: 0;
        bottom: 0;
    }

    .faq .dotted {
        width: 19%;
        height: 8%;
        left: 0;
    }

    .faq .list {
        margin: 5%;
    }

    .gallery {
        margin: 10rem 1rem 8rem 1rem;
    }

        .gallery .col-lg-3 {
            margin: 1%;
            padding: 0;
            overflow: hidden;
            width: 48%;
        }

        .gallery .item {
            margin: 0;
        }

    .news .list {
        margin: 0;
    }

    .news p {
        margin: 0;
    }

    .news .posted {
        font-size: 0.8em;
    }

    .news .list .item .image {
        width: 35%;
        margin-right: 1em;
    }

    .news .list .item {
        margin-bottom: 2em;
        border-top: 1px dashed #aaa;
        margin-top: 1.5rem;
        padding-top: 2rem;
        margin-bottom: 0;
    }

    .news h3 {
        font-size: 1.3em;
    }
}

tbody, td, tfoot, th, thead, tr {
    border: 1px solid #E0E0E0; /* Light gray */
    padding: 10px;
}

.pulse-effect {
    background-color: var(--primary-color);
    height: 200px;
    width: 200px;
    border-radius: 100%;
    position: absolute;
    margin: auto;
    z-index: -1;
    left: 44%;
    top: 3%;
}

.circle {
    position: absolute;
    background-color: inherit;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    opacity: 0.5;
    animation: pulse 3s ease-out infinite;
}

    .circle:nth-of-type(1) {
        animation-delay: -0.5s;
    }

    .circle:nth-of-type(2) {
        animation-delay: -1s;
    }

    .circle:nth-of-type(3) {
        animation-delay: -1.5s;
    }

@keyframes pulse {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}


/* RESPONSIVE STYLES */
@media (max-width: 1399.98px) {
    .slideshow .carousel-item {
        height: 30rem;
    }
}

@media (max-width: 1199.98px) {
    .slideshow .carousel-item {
        height: 29rem;
    }

    .slideshow .carousel-caption {
        top: 5rem;
    }
}

@media (max-width: 991.98px) {
    .header .icon {
        font-size: 2.5em;
    }

    .slideshow .carousel-item {
        height: 18rem;
    }

    .slideshow .carousel-caption {
        top: 1rem;
        width: 45%;
        left: 10%;
    }
}

@media (max-width: 767.98px) {
    .no-mob {
        display: none !important;
    }

    .just-mob {
        display: block;
    }

    .topnav {
        text-align: center;
    }

        .topnav .d-flex {
            display: block !important;
        }

        .topnav .list .item {
            float: none;
            display: inline-block;
        }

    .slideshow .carousel-item {
        height: 30rem;
    }

    .slideshow .carousel-caption {
        top: 18rem;
        left: 1em;
        width: 95%;
    }
}

@media (max-width: 575.98px) {
    .menusection {
        margin-top: -4rem;
        padding-bottom: 1rem;
    }

    .logo {
        float: none !important;
        text-align: center;
    }

    .slideshow .carousel-item {
        height: 27rem;
    }

    .slideshow .carousel-caption {
        top: 11.5rem;
    }

    .service-item {
        width: 100%;
        margin-bottom: 1rem;
    }

    .pulse-effect {
        height: 150px;
        width: 150px;
        left: 50%;
        transform: translateX(-50%);
    }
}