.curved-footer-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.curved-footer-ribbon {
    width: 100%;
    line-height: 0;
    margin-bottom: -1px; /* Prevent subtle gaps between SVG and background container */
}
.curved-footer-ribbon svg {
    width: 100%;
    height: 90px;
    display: block;
}
.curved-footer-container {
    width: 100%;
    padding: 0;
    margin: 0;
    /* Background color applied via Elementor controls */
}
.curved-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
}
.curved-footer-menu {
    width: 100%;
}
.curved-footer-menu ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.curved-footer-menu a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.curved-footer-menu a:hover {
    opacity: 0.8;
}
.curved-footer-copyright {
    text-align: center;
    font-size: 0.9em;
}