.elementor-4337 .elementor-element.elementor-element-fd8bc13{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-4337 .elementor-element.elementor-element-fd8bc13:not(.elementor-motion-effects-element-type-background), .elementor-4337 .elementor-element.elementor-element-fd8bc13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4EEE2;}.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-4337 .elementor-element.elementor-element-48841b1{text-align:center;}.elementor-4337 .elementor-element.elementor-element-48841b1 .elementor-heading-title{font-family:"Roboto Slab", Sans-serif;font-weight:600;color:#000000;}#elementor-popup-modal-4337 .dialog-widget-content{animation-duration:1.2s;border-style:solid;border-color:#FFFFFF;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4337{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4337 .dialog-message{width:480px;height:auto;}#elementor-popup-modal-4337 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-4337 .dialog-close-button i{color:#000000;}#elementor-popup-modal-4337 .dialog-close-button svg{fill:#000000;}/* Start custom CSS for shortcode, class: .elementor-element-98eb8e3 *//* Form Container */
.wpcf7-form {
    max-width: 500px;
    margin: 0 auto;
    
   
    border-radius: 0px;
    
}

/* Form Labels */
.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2d3436;
}

/* Input Fields */
.wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
   
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.wpcf7-form-control:focus {
    border-color: #74b9ff;
    outline: none;
    box-shadow: 0 0 8px rgba(116, 185, 255, 0.2);
}

/* Placeholder Text */
.wpcf7-form-control::placeholder {
    color: #b2bec3;
    opacity: 1;
}

/* Submit Button */
.wpcf7-submit {
    width: 20%;
    padding: 5px 10px;
    background: #153B63;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: auto 160px;
}

.wpcf7-submit:hover {
    background: #0873c4;
    transform: translateY(-2px);
}

/* Error Messages */
.wpcf7-not-valid-tip {
    color: #e74c3c;
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Success Message */
.wpcf7-mail-sent-ok {
    border: none!important;
    background: #d4edda!important;
    color: #155724!important;
    padding: 20px!important;
    border-radius: 6px!important;
    text-align: center;
}

/* Loading Animation */
.wpcf7-spinner {
    margin-top: 20px!important;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .wpcf7-form {
        padding: 20px;
        margin: 0 15px;
    }
    
    .wpcf7-form-control {
        font-size: 14px;
    }
    
    .wpcf7-submit {
        font-size: 16px;
        padding: 12px 15px;
    }
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 0px;
}/* End custom CSS */