.pkp_structure_page {  
      
    margin-top: 0;  
    margin-bottom: 0;  
}

/* Custom Footer Style */
#footer {
    background-color: #f8f9fa; /* Light grey background */
    padding: 20px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #e0e0e0;
}

#footer .footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; /* Space between logos */
    margin-top: 10px;
}

#footer .footer-logos img {
    max-width: 200px; /* Adjust the size of the logos */
    max-height: 100px;
    transition: transform 0.3s;
}

#footer .footer-logos img:hover {
    transform: scale(1.1); /* Slight zoom effect on hover */
}

#footer p {
    margin: 0;
    padding: 0;
    color: #666;
}
