.elementor-3484 .elementor-element.elementor-element-4d70957{--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:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3484 .elementor-element.elementor-element-4d70957:not(.elementor-motion-effects-element-type-background), .elementor-3484 .elementor-element.elementor-element-4d70957 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.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-3484 .elementor-element.elementor-element-8157dc9 > .elementor-widget-container{background-color:#6D5BEF;margin:0px 0px 0px 0px;padding:12px 12px 12px 12px;}.elementor-3484 .elementor-element.elementor-element-8157dc9{text-align:center;}.elementor-3484 .elementor-element.elementor-element-8157dc9 .elementor-heading-title{font-family:"Gilmer Bold", Sans-serif;font-size:29px;font-weight:400;letter-spacing:0.8px;color:#FFFFFF;}.elementor-3484 .elementor-element.elementor-element-61ce0c66 > .elementor-widget-container{background-color:#F6F6F6;margin:40px 0px 50px 0px;}.elementor-3484 .elementor-element.elementor-element-61ce0c66.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-3484 .elementor-element.elementor-element-8157dc9 .elementor-heading-title{font-size:20px;line-height:1.3em;}}/* Start custom CSS for shortcode, class: .elementor-element-61ce0c66 *//* Style the input fields */
.wpcf7 input, .wpcf7 textarea {
    width: 100% !important; /* Make fields full-width */
    border-radius: 5px !important;
    font-size: 16px !important;
}

/* Style form labels (Full Name, Email, Phone, etc.) */
.wpcf7-form label {
    font-family: 'Gilmer', sans-serif !important;
    font-weight: 500 !important; /* Medium weight */
    font-size: 16px !important;
    color: #333 !important; /* Adjust color if needed */
    margin-bottom: 5px !important;
}

/* Style the submit button */
.wpcf7-submit {
    background-color: #6d5bef !important; /* Button filled with requested color */
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    padding: 12px 20px !important; /* Added padding for better look */
    transition: background-color 0.2s ease-in-out !important;
    font-family: 'Gilmer Medium' !important;
}

/* Hover effect for the submit button */
.wpcf7-submit:hover {
    background-color: #4e8fdd !important; /* Hover color as requested */
}

/* Style placeholders */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    font-family: 'Gilmer', sans-serif !important;
    font-weight: 500 !important; /* Medium weight */
}/* End custom CSS */