.elementor-11054 .elementor-element.elementor-element-edf1e52{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-11054 .elementor-element.elementor-element-edf1e52:not(.elementor-motion-effects-element-type-background), .elementor-11054 .elementor-element.elementor-element-edf1e52 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4A888D25;}.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-11054 .elementor-element.elementor-element-2a599ee{text-align:center;}.elementor-11054 .elementor-element.elementor-element-2a599ee .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:32px;font-weight:600;line-height:30px;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.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 );}.elementor-11054 .elementor-element.elementor-element-5b979bb > .elementor-widget-container{margin:0px 0px -25px 0px;}.elementor-11054 .elementor-element.elementor-element-5b979bb{text-align:center;font-family:"Inter", Sans-serif;font-weight:400;color:#000000;}.elementor-11054 .elementor-element.elementor-element-fba9fad{--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:33px;--margin-bottom:33px;--margin-left:0px;--margin-right:0px;}.elementor-11054 .elementor-element.elementor-element-3063323{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-11054 .elementor-element.elementor-element-a40b8fd{width:100%;max-width:100%;}.elementor-11054 .elementor-element.elementor-element-a40b8fd > .elementor-widget-container{margin:25px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-11054 .elementor-element.elementor-element-edf1e52{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-11054 .elementor-element.elementor-element-5b979bb > .elementor-widget-container{margin:0px 10px -25px 10px;}.elementor-11054 .elementor-element.elementor-element-5b979bb{font-size:14px;}}/* Start custom CSS */.custom-contact-form .wpcf7-form {
    display: flex;
    align-items: stretch; /* Ensures both elements stretch to the same height */
    width: 100%; /* Makes the entire form take up the full width of the container */
}

.custom-contact-form .wpcf7-form input[type="text"],
.custom-contact-form .wpcf7-form input[type="email"],
.custom-contact-form .wpcf7-form input[type="url"] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-right: none; /* Remove the border between input and button */
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    outline: none;
    height: 100%; /* Ensures the input field is the same height as the button */
    box-sizing: border-box; /* Ensures padding and border are included in the element's width and height */
}

.custom-contact-form .wpcf7-form input[type="submit"] {
    background-color: #459598; /* Set button background color to green */
    color: white;
    padding: 10px 20px;
    border: 1px solid #459598; /* Matches the button border with the input */
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 100%; /* Ensures the button is the same height as the input field */
    box-sizing: border-box; /* Ensures padding and border are included in the element's width and height */
}

.custom-contact-form .wpcf7-form input[type="submit"]:hover {
    background-color: #387e78; /* Darker shade of green for hover effect */
}/* End custom CSS */