.kadence-logo {
display: block;
width: 14em;
height: auto;
margin: 0 auto;
filter: drop-shadow(0 1px 0 rgba(255,255,255,0.3))
drop-shadow(0 2px 3px rgba(0,0,0,0.7));
}
.kadence-logo path {
stroke: url(#goldGradient);
stroke-width: 8;
fill: rgba(212,175,55,0.06); stroke-dasharray: 1200;
stroke-dashoffset: 1200;
animation:
drawKadence 2.5s ease-out forwards,
goldPulse 4s ease-in-out infinite 2.5s;
} .footer-custom-text {
font-size: 0.9em;
color: #ffffff;
display: flex;             
justify-content: center;
text-align: center;
align-items: center;
gap: 0.5em;
flex-wrap: wrap;
} .footer-custom-text img {
height: 4em;
vertical-align: middle;
} .footer-custom-text a {
color: #ffffff; text-decoration: none;
} .footer-custom-text a:hover {
color: #a0d8ff; text-decoration: underline;
} .footer-custom-text a:visited {
color: #efffff;
}
@media (prefers-reduced-motion: reduce) {
.kadence-logo path {
animation: none;
}
}