.elementor-1097 .elementor-element.elementor-element-2687878{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1097 .elementor-element.elementor-element-a015852{--display:flex;--min-height:0px;--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;--justify-content:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0%;--padding-bottom:0%;--padding-left:15%;--padding-right:15%;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-1097 .elementor-element.elementor-element-8069786 > .elementor-widget-container{padding:0px 0px 0px 0px;}.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-1097 .elementor-element.elementor-element-3db8aa3{text-align:center;}.elementor-1097 .elementor-element.elementor-element-3db8aa3 .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:24px;font-weight:600;text-transform:uppercase;font-style:normal;text-decoration:none;line-height:30px;letter-spacing:0px;color:#141313;}.elementor-1097 .elementor-element.elementor-element-2773cb3{width:auto;max-width:auto;}.elementor-1097 .elementor-element.elementor-element-2773cb3.elementor-element{--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-1097 .dialog-widget-content{animation-duration:0s;}#elementor-popup-modal-1097{background-color:#000000CC;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1097 .dialog-message{width:458px;height:518px;align-items:center;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-1097 .elementor-element.elementor-element-3db8aa3 .elementor-heading-title{font-size:22px;line-height:30px;}}@media(min-width:768px){.elementor-1097 .elementor-element.elementor-element-a015852{--width:100%;}}@media(max-width:767px){.elementor-1097 .elementor-element.elementor-element-a015852{--padding-top:1%;--padding-bottom:1%;--padding-left:1%;--padding-right:1%;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-1097 .elementor-element.elementor-element-8069786{z-index:2;}.elementor-1097 .elementor-element.elementor-element-3db8aa3{z-index:2;}.elementor-1097 .elementor-element.elementor-element-3db8aa3 .elementor-heading-title{font-size:20px;line-height:28px;}.elementor-1097 .elementor-element.elementor-element-2773cb3 > .elementor-widget-container{margin:-55px -1px -1px -1px;}.elementor-1097 .elementor-element.elementor-element-2773cb3{z-index:1;}#elementor-popup-modal-1097 .dialog-message{width:77vw;height:69vh;}}/* Start custom CSS for shortcode, class: .elementor-element-2773cb3 *//* Style the Contact Form 7 container */
.wpcf7-form {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: auto;
    text-align: center;
}

/* Style input fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 16px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background: #5a67d8;
}

/* Style error messages */
.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
}

/* Success and error message styling */
.wpcf7-response-output {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-mail-sent-ng {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}/* End custom CSS */