    /* 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: #cedde1c7;
}


@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top:0.143rem; 
    }

    .pkp_structure_sidebar {
        float: right;
        width: 300px
    }



  .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 */
        }