footer {
    color: #ddd!important;
}
footer[data-footer-bg] {
    background: var(--footer-bg-colour, #333)!important;
}

footer[data-heading-colour] *:is(h1,h2,h3,h4,h5) {
    color: var(--footer-heading-colour, var(--main-color, #fff))!important;
}

footer[data-text-colour] {
    color: var(--footer-text-colour, #fff)!important;
}

footer[data-link-colour] *:is(a, i) {
    color: var(--footer-link-colour, var(--main-color, #fff))!important;
}

.banner h1{color:#fff;}

.swiper .card {
    min-height: 575px;
}