.elementor-480 .elementor-element.elementor-element-1720bf9{--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;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-480 .elementor-element.elementor-element-1720bf9:not(.elementor-motion-effects-element-type-background), .elementor-480 .elementor-element.elementor-element-1720bf9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EF0C2D;}#elementor-popup-modal-480{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-480 .dialog-message{width:450px;height:auto;}#elementor-popup-modal-480 .dialog-close-button{display:flex;}#elementor-popup-modal-480 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-6714182 *//* Style the Add Testimonial button */
.strong-form input[type="submit"],
.strong-form button[type="submit"] {
    background-color: #FFFFFF; /* button background black */
    color: #EF0C2D; /* text color white */
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover effect */
.strong-form input[type="submit"]:hover,
.strong-form button[type="submit"]:hover {
    background-color: #ffffff; /* gold on hover */
    color: #000000;
}

/* Reduce testimonial textarea height */
.strong-form textarea {
    min-height: 120px !important; /* smaller height */
    resize: vertical; /* allow manual resize if needed */
}
/* Change label text color and font for Strong Testimonials form */
.strong-form .form-field label {
    color: #ffffff; /* White color */
    font-family: 'Sora', sans-serif;
}/* End custom CSS */