.elementor-1546 .elementor-element.elementor-element-7b3e6ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a457097 */.thank-you-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f8f9fa;
}
.thank-you-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}
.thank-you-card h2 {
    color: #ff6400;
    font-size: 22px;
}
.thank-you-card p {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}
.contact-options {
    margin: 15px 0;
}
.instagram-button {
    display: inline-block;
    background: #E1306C;
    color: white !important;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}
.instagram-button:hover {
    background: #C13584;
}
.cta-buttons {
    margin-top: 20px;
}
.btn {
    display: inline-block;
    background: #007bff;
    color: white !important;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    margin: 5px;
    font-weight: bold;
}
.btn:hover {
    background: #0056b3;
}/* End custom CSS */