/*
Theme Name: MKD Child theme
Author:Kirncreative Team 
Description: this the child theme of twenty twenty 1 for MKD custom theme
Version: 1.0
Template: twentytwentyone

This is the child theme for Twenty Twenty-One theme.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/*--------------------------added-after-deploy----------------------------*/

/* Style for the error message */
.wpcf7-response-output {
    background-color: #f8d7da; /* Light red background */
    color: #721c24;            /* Dark red text */
    border: 1px solid #f5c6cb; /* Light red border */
    padding: 15px;             /* Padding around the message */
    margin-bottom: 15px;       /* Space below the message */
    border-radius: 5px;        /* Rounded corners */
    font-size: 14px;           /* Font size */
}

/* Optional: Style the success message differently */
.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #d4edda; /* Light green background */
    color: #155724;            /* Dark green text */
    border: 1px solid #c3e6cb; /* Light green border */
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
}
