/* Style for the thank you pop-up container */
#thank-you-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Style for the thank you pop-up content */
#thank-you-popup .popup-content {
    background-color: #fff;
    max-width: 400px;
    margin: 100px auto;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

/* Style for the thank you message */
#thank-you-popup .popup-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Style for the close button */
#thank-you-popup .popup-content .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #888;
}

/* Style for the close button hover */
#thank-you-popup .popup-content .close-button:hover {
    color: #333;
}


/* Style for the Contact Us on Pricing page */

.hidden {
    display: none;
}

#popupContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
}

#popupForm {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

#closeFormButton {
    margin-top: 10px;
}

#popupContainerFitsitPlus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
}

#FitsitPlusForm {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

#closeFormButtonFitsitPlus {
    margin-top: 10px;
}