.pkp_brand_footer,
.pkp_footer,
.pkp_structure_footer_wrapper {
    background-color: #5DD5B7 !important;
    color: #00332A !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 #7de5cb; /* lighter mint border */
    box-shadow: 0 -2px 10px rgba(93, 213, 183, 0.4);
}

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

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