/* HEADER */

.l2-header-contact-btn {
    background-color: #B3915A;
}
.l2-header-contact-btn a {
    color: #fff !important;
    text-transform: uppercase !important;
}
.l2-header-contact-btn:hover {
    background-color: #D5B580;
}

.l2-social_icon:hover rect {
    fill: #D5B580 !important;
}



.l2-blur-bg {
    backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
}











/* FOOTER */
footer a {
    color: #fff !important;
}
footer a:hover {
    color: #D5B580 !important;
}