.elementor-kit-9{--e-global-color-primary:#210D41;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#9AEDB6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-footer{background-color:#1F0E40;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:0px;max-width:0px;}.site-header .site-navigation ul.menu li a{color:#000000;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WPForms Container Styling */
.elementor-element-38a4256 .wpforms-container {
    background-color: #1f0e40; /* Dark Purple Background */
    padding: 30px; /* Add space inside the form */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Add subtle shadow */
    max-width: 600px; /* Center and restrict width */
    margin: 0 auto; /* Align the form in the center */
}

/* Form Fields Styling */
.elementor-element-38a4256 .wpforms-field {
    margin-bottom: 20px; /* Space between fields */
}

.elementor-element-38a4256 .wpforms-field input,
.elementor-element-38a4256 .wpforms-field textarea {
    width: 100%; /* Full width */
    background-color: #ffffff; /* White field background */
    border: none;
    padding: 10px 15px; /* Spacing inside fields */
    font-size: 16px; /* Text size */
    border-radius: 5px; /* Slightly rounded corners */
    box-sizing: border-box;
}

/* Message Box Resizing */
.elementor-element-38a4256 .wpforms-field textarea {
    height: 150px; /* Smaller message box */
    resize: none; /* Disable resizing */
}

/* Submit Button Styling */
.elementor-element-38a4256 .wpforms-submit {
    background-color: #A7E4B3; /* Green button */
    color: #000000; /* Dark text */
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0; /* Center align */
}

.elementor-element-38a4256 .wpforms-submit:hover {
    background-color: #90d89d; /* Slightly darker green on hover */
}/* End custom CSS */