.elementor-610754 .elementor-element.elementor-element-99b7ba2{--display:flex;}/* Start custom CSS *//* Custom styles for the interactive menu */
#interactive-menu-unique {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center; /* Center-align the text */
}

#interactive-menu-unique h2 {
    margin-top: 0;
    font-size: 24px;
}

#interactive-menu-unique p {
    font-size: 16px;
    margin-bottom: 20px;
}

#interactive-menu-unique button {
    display: block;
    margin: 10px auto;
    padding: 15px 15px 12px;
    width: 100%;
    max-width: 600px; /* Set a max-width for the buttons */
    background-color: #EC7A5C;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

#interactive-menu-unique button:hover {
    background-color: #bf4424;
}

#interactive-menu-unique button strong {
    display: block;
    font-size: 16px;
}

#interactive-menu-unique button small {
    display: block;
    font-size: 14px;
    color: #eeeeee; /* Slightly lighter text for subtext */
    text-transform: none;
}

.contact-link {
    color: #4db5a2;
    text-decoration: underline !important;
}

.contact-link:hover {
    color: #29a890;
}

.step-unique {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.step-unique.active {
    display: block;
    opacity: 1;
}

@media (max-width: 600px) {
    #interactive-menu-unique {
        width: 100%;
        padding: 10px;
    }

    #interactive-menu-unique button {
        font-size: 14px;
    }
}/* End custom CSS */