.menu-sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
background-color: #ffffff;
transition: all 0.3s ease;
} @media screen and (min-width: 1024px) {
.menu-sticky {
height: 60px;
}
body {
padding-top: 60px !important;
}
.menu-sticky.scrolled {
left :0;
right: 0;
height: 45px;
width: 1200px;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0.499);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 0 0 10px 10px;
}
} @media screen and (max-width: 1023px) {
.menu-sticky {
height: 60px;
}
body {
padding-top: 60px !important;
}
}
footer a {
color: #ededed !important; text-decoration: none !important;
font-weight: 500;
transition: color 0.3s ease-in-out !important;
}
footer a:hover {
color: #FFD166 !important; } .wpforms-container .wpforms-submit-container button.wpforms-submit:hover {
background-color: #005590 !important; box-shadow: 0 4px 8px rgba(0, 61, 102, 0.3) !important; transition: all 0.3s ease !important; } .wpforms-container .wpforms-submit-container button.wpforms-submit {
transition: all 0.3s ease !important; 
background-color: #003D66 !important; color: #ffffff !important; border-radius: 8px !important; }