/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2025 | 08:02:19 */
@keyframes glow {
    from {
        box-shadow: 0 0 5px rgba(165, 132, 50, 0.7);
    }
    to {
        box-shadow: 0 0 20px rgba(165, 132, 50, 0.9);
    }
}


.footer-cta a.button.primary {
	    animation: glow 1.5s infinite alternate;
margin: 0px !important;
    text-transform: unset !important;
    background: #a58432;
    border: none !important;
    margin-bottom: 0px !important;
    border-radius: 20em;
    font-weight: 600;
    font-size: 16px !important;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3px;
    padding-bottom: 4px;
}
.footer-cta p {
    font-size: 19px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-style: italic;
}
.footer-cta .button span::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 6px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
    color: #a58432 !important;
    font-weight: 900 !important;
}


