.elementor-1545 .elementor-element.elementor-element-795d787{overflow:visible;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1545 .elementor-element.elementor-element-0029f06 img{width:100%;}.elementor-1545 .elementor-element.elementor-element-5c46fee2{overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1545 .elementor-element.elementor-element-40f202e > .elementor-widget-container{margin:13px 0px 0px 0px;}.elementor-1545 .elementor-element.elementor-element-40f202e .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-1545 .elementor-element.elementor-element-9f4a9c5 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-71ee031 */.wpcf7 {
    background-color: #fff; /* Set the background color to white */
    padding: 20px; /* Add some padding around the form */
    border-radius: 10px; /* Add rounded corners to the form */
    box-shadow: 0 0 10px rgba(0,0,0,.2); /* Add a shadow effect to the form */
}

.wpcf7 label {
    display: block; /* Make the label a block element */
    font-weight: bold; /* Add some weight to the label text */
    margin-bottom: 10px; /* Add some space between the label and input field */
    line-height: 22px;
    text-transform: capitalize; 
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%; /* Make the input fields and textarea full width */
    padding: 10px; /* Add some padding inside the input fields and textarea */
    border: 2px solid #ccc; /* Add a border around the input fields and textarea */
    border-radius: 5px; /* Add rounded corners to the input fields and textarea */
    margin-bottom: 10px; /* Add some space between the input fields and textarea */
}

.wpcf7 label {
    display: block; /* Make the label a block element */
    font-weight: bold; /* Add some weight to the label text */
    margin-bottom: 5px; /* Add some space between the label and input field */
}

.wpcf7 input[type="submit"] {
    background-color: #007bff; /* Set the background color of the submit button */
    color: #fff; /* Set the text color of the submit button */
    padding: 10px 20px; /* Add some padding to the submit button */
    border: none; /* Remove the border of the submit button */
    border-radius: 5px; /* Add rounded corners to the submit button */
    cursor: pointer; /* Change the cursor to a pointer on hover */
}

.wpcf7 input[type="submit"]:hover {
    background-color: #0056b3; /* Change the background color of the submit button on hover */
}/* End custom CSS */