.pkp_brand_footer,
.pkp_footer,
.pkp_structure_footer_wrapper {
    background-color: #0C0763 !important;
    color: #e8eaff !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 #2e2a84;
    box-shadow: 0 -2px 10px rgba(12, 7, 99, 0.4);
}

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

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