.elementor-11 .elementor-element.elementor-element-73300c41{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-1255a9b0 *//* Style the form container */
.elementor-11 .elementor-element.elementor-element-1255a9b0 {
    background-color: #f4f4f4; /* Light grey background */
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px; /* Padding for spacing */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    font-family: 'Arial', sans-serif; /* Match font style */
    max-width: 100%; /* Adjust width */
    width: 30%;
    margin: 40px auto; /* Center the form */
    text-align: center; /* Align text to center */
}

/* Style the form heading and text */
.elementor-11 .elementor-element.elementor-element-1255a9b0 p {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    text-align: center; /* Center align the text */
}

/* Style form labels */
.elementor-11 .elementor-element.elementor-element-1255a9b0 label {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    display: block;
    text-align: center;
}


/* Style input fields */
.elementor-11 .elementor-element.elementor-element-1255a9b0 input[type="text"] {
    width: 100%; /* Full width of the form */
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out;
}

.elementor-11 .elementor-element.elementor-element-1255a9b0 input:focus {
    border: 1px solid #0073aa; /* Blue focus color */
    outline: none;
}

/* Style the submit button */
.elementor-11 .elementor-element.elementor-element-1255a9b0 input[type="submit"] {
    background-color: #0073aa; /* Blue button color */
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    width: 100%; /* Full width for the button */
}

.elementor-11 .elementor-element.elementor-element-1255a9b0 input[type="submit"]:hover {
    background-color: #005580; /* Darker blue on hover */
}

@media (max-width: 1024px) {
    .elementor-11 .elementor-element.elementor-element-1255a9b0 {
        padding: 40px;
        max-width: 100%; /* Adjust width for smaller screens */
        width: 50%;
    }

    .elementor-11 .elementor-element.elementor-element-1255a9b0 input[type="text"],
    .elementor-11 .elementor-element.elementor-element-1255a9b0 input[type="submit"] {
        font-size: 14px;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .elementor-11 .elementor-element.elementor-element-1255a9b0 {
        padding: 30px;
        max-width: 100%; /* Adjust width for smaller screens */
        width: 80%;
    }

    .elementor-11 .elementor-element.elementor-element-1255a9b0 input[type="text"],
    .elementor-11 .elementor-element.elementor-element-1255a9b0 input[type="submit"] {
        font-size: 14px;
    }
}/* End custom CSS */