.elementor-kit-3042{--e-global-color-smartmag:var(--c-main);--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-3042 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:940px;}.e-con{--container-max-width:940px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Make all input fields and textarea full width */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

/* Prevent textarea from being resizable */
.wpcf7 textarea {
    resize: none;
    height: 150px; /* Optional: Set desired height */
}

/* Center align all labels */
.wpcf7 form label {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Center the submit button */
.wpcf7 input[type="submit"] {
    display: block;
    margin: 20px auto 0 auto;
    padding: 10px 30px;
    background-color: #921125;
    color: #fff;
    border: none;
    cursor: pointer;
}

/* Optional: Add some responsiveness */
@media (max-width: 600px) {
    .wpcf7 input[type="submit"] {
        width: 100%;
    }
}/* End custom CSS */