.elementor-26315 .elementor-element.elementor-element-182c13b{--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:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-26315 .elementor-element.elementor-element-496b394{text-align:center;}.elementor-26315 .elementor-element.elementor-element-9a4d103 > .elementor-widget-container{margin:0px 300px 0px 300px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-9a4d103 */#testimonial-form {
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    background: #F5F5F5;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#testimonial-form label {
    display: block;
    font-weight: bold;
    color: #596D62;
    margin-top: 10px;
}

#testimonial-form input[type="text"],
#testimonial-form textarea,
#testimonial-form select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #B5C0B0;
    border-radius: 5px;
    font-size: 16px;
    background: #ffffff;
}

#testimonial-form textarea {
    min-height: 120px;
    resize: vertical;
}

#testimonial-form input[type="submit"] {
    background: #596D62;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 15px;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: 0.3s ease-in-out;
}

#testimonial-form input[type="submit"]:hover {
    background: #48594F;
}

/* Success Message */
.testimonial-success {
    background: #E6F4EA; /* Light green background */
    border: 1px solid #4CAF50; /* Green border */
    color: #2E7D32; /* Darker green text */
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* Error Message */
.testimonial-error {
    background: #FDECEA; /* Light red background */
    border: 1px solid #D32F2F; /* Red border */
    color: #B71C1C; /* Darker red text */
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}


/* Responsive Design */
@media (max-width: 600px) {
    #testimonial-form {
        padding: 15px;
    }
    #testimonial-form input[type="submit"] {
        font-size: 16px;
    }
}/* End custom CSS */