#elementor-popup-modal-296{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-296 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-296 .dialog-close-button{display:flex;}#elementor-popup-modal-296 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-0dc79fc *//* Container styling */
.minimal-form-wrapper {
    max-width: 700px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Grid layout */
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.col-6 { flex: 1 1 calc(50% - 10px); min-width: 250px; }
.col-12 { flex: 1 1 100%; }

/* Minimal labels */
.minimal-form-wrapper label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    margin-bottom: 8px;
}

/* Field styling */
.minimal-form-wrapper input,
.minimal-form-wrapper select {
    border: none !important;
    border-bottom: 2px solid #e0e0e0 !important;
   
    padding: 10px 0 !important;
    font-size: 16px !important;
    color: #333 !important;
    border-radius: 0 !important;
    transition: border-color 0.3s ease;
    width: 100% !important;
}

.minimal-form-wrapper input:focus,
.minimal-form-wrapper select:focus {
    outline: none !important;
    border-bottom-color: #ff5722 !important; /* Orange accent from the image */
}

/* Divider line */
.form-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 30px 0;
}

/* Submit Button */
.btn-minimal {
    background: #E05C49 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.btn-minimal:hover {
    opacity: 0.9;
}
.minimal-form-wrapper input{
    background: none;
}
.form-action {
    text-align: center;
}

.privacy-note {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}

/* Mobile responsiveness */
@media (max-width: 500px) {
    .col-6 { flex: 1 1 100%; }
}/* End custom CSS */