 a {
    color: #2c8f0d;
}

a:hover,a:focus {
    color: #000000
}


h1.page_title {
    color: #2c8f0d;
}

span.name {
    color: green;
}


  .pkp_site_name {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        padding: 0;
        white-space: normal;
        font-size: 2em;
        background: #2c8f0d;
        overflow: visible
    }

.hvr-underline-from-center {
    color: #fff !important; /* Make icons and labels black */
}

.hvr-underline-from-center a {
    color: #fff !important; /* Keep links black */
    font-weight: bold; /* Make text bold */
}


@media (min-width: 768px) {
    .pkp_structure_main:before,.pkp_structure_main:after {
        content:'';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #fff;
    }


    /* Slider Container */
        .image-slider {
            position: relative;
            width: 100%;
            max-width: 800px; /* Adjust slider width */
            height: 400px; /* Adjust slider height */
            margin: 20px auto;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        /* Slides Wrapper */
        .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        /* Individual Images */
        .slides img {
            width: 100%;
            height: 100%;
            flex-shrink: 0;
            object-fit: cover; /* Adjust image fit */
        }

.pkp_structure_sidebar {
    background-color: #2c8f0d;
}


@media (min-width: 576px) {
    .pkp_structure_content {
        padding-top:0.143rem; 
	 width:80%;
    }


@media (min-width: 576px) {
    .pkp_structure_main {
        width:75%;
    }

  
}

    .pkp_structure_sidebar {
        float: right;
        width: 25%;
    }



  .pkp_site_name .is_text {
            font-family: "Times New Roman", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
            font-size: 2.414rem;
            line-height: 2.143rem;
            color: ffffff; /* Corrected color */
        }


.pkp_structure_footer_wrapper {
        background-color: #2c8f0d;
        color: black;
        padding: 20px;
        text-align: center;
        font-family: "Times New Roman", sans-serif;
    }
    
    .footer-container {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-section {
        flex: 1;
        min-width: 250px;
        padding: 10px;
        text-align: left;
    }

    .footer-section h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .footer-section ul {
        list-style: none;
        padding: 0;
    }

    .footer-section ul li {
        margin: 5px 0;
    }

    .footer-section ul li a {
        color: white;
        text-decoration: none;
    }

    /* Responsive design: Stack sections vertically on smaller screens */
    @media screen and (max-width: 768px) {
        .footer-container {
            flex-direction: column;
            text-align: center;
        }

        .footer-section {
            width: 100%;
        }
    }
