.pkp_brand_footer,
.pkp_footer,
.pkp_structure_footer_wrapper {
    background-color: #291CC5 !important;
    color: #f4f8ff !important;
    width: 100% !important;
    text-align: center;
    padding: 25px 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    border-top: 4px solid #4a3fe0; /* slightly lighter royal blue border */
    box-shadow: 0 -2px 10px rgba(41, 28, 197, 0.5);
}

.pkp_brand_footer a,
.pkp_footer a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.pkp_brand_footer a:hover,
.pkp_footer a:hover {
    color: #c9d1ff !important;
}