Elementor #18394
.wedding-menu {
text-align: center;
margin: 30px 0;
}
.wedding-menu ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.wedding-menu a {
text-decoration: none;
color: #333;
font-size: 18px;
font-weight: 500;
padding: 12px 20px;
border: 1px solid #ddd;
border-radius: 30px;
transition: all 0.3s ease;
}
.wedding-menu a:hover {
background: #d4af37;
color: #fff;
border-color: #d4af37;
}





