.elementor-39 .elementor-element.elementor-element-7266121b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-39 .elementor-element.elementor-element-3df3d73f{--display:flex;--justify-content:flex-start;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-39 .elementor-element.elementor-element-6eb1084 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:60px;font-weight:600;line-height:1em;letter-spacing:0px;color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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-39 .elementor-element.elementor-element-3399f4ee{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-39 .elementor-element.elementor-element-2953a57.elementor-element{--align-self:center;}.elementor-39 .elementor-element.elementor-element-2953a57 .elementor-button-content-wrapper{flex-direction:row;}.elementor-39 .elementor-element.elementor-element-2953a57 .elementor-button{fill:var( --e-global-color-2f2b007 );color:var( --e-global-color-2f2b007 );}.elementor-39 .elementor-element.elementor-element-b767308{--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;}@media(max-width:1153px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}.elementor-39 .elementor-element.elementor-element-3399f4ee{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:769px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-39 .elementor-element.elementor-element-6eb1084 .elementor-heading-title{font-size:10vw;}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}.elementor-39 .elementor-element.elementor-element-3399f4ee{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-39 .elementor-element.elementor-element-b767308{--content-width:95%;}}/* Start custom CSS for shortcode, class: .elementor-element-3b7535dd *//* Set all form rows to full width */
.wpcf7 {
    width: 100%;
    margin-bottom: 10px; /* Adjust as needed */
}

/* Set labels to display block */
.wpcf7 label {
    display: block;
}

/* Set input fields to full width */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid black; /* Black border with a width of 1px */
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 5px; /* Adjust as needed */
}

/* Adjust styling for radio buttons and checkboxes */
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
    margin-top: 10px;
}

/* Center the submit button */
.wpcf7 input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 100%; /* Full width */
    background-color: #87376d; /* Purple color */
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px; /* Border radius of 40px */
    cursor: pointer;
    font-family: "Lato", sans-serif; /* Font family */
    font-weight: 600; /* Semi bold */
    font-size: 30px; /* Font size */
    transition: background-color 0.3s ease; /* Smooth transition */
}

/* Change button color on hover */
.wpcf7 input[type="submit"]:hover {
    background-color: #e4cda2; /* Light brown color */
}/* End custom CSS */