/*
Theme Name: Eversoft
Author: Techmind Softwares
Author URI: http://techmind.co.in/
Version: 2.0
Text Domain: eversoft
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*** for default theme's css ***/


/* Contact Form 7 Error Default CSS */

span.wpcf7-not-valid-tip {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 3px 10px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 13px;
}

.wpcf7-response-output {
    position: relative !important;
    padding: 12px 15px !important;
    margin-bottom: 0;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
    font-size: 18px !important;
}

.invalid .wpcf7-response-output {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.sent .wpcf7-response-output {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.failed .wpcf7-response-output {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}


/* error page design  */

.error_template {
    width: 900px !important;
    max-width: 100% !important;
    padding: 100px 15px;
    box-shadow: 0px 0px 33px rgb(0 0 0 / 6%);
    margin: 60px auto;
}

.error_template h1 {
    font-size: 100px;
    margin: 0;
}

.error_template h3 {
    font-size: 28px;
    margin: 0;
}

.error_template p {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0;
}

.error_template p a {
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none !important;
}


/* when page is empty  */

.singular_page:empty {
    position: relative;
    padding: 50px 50px;
    background: #0a4c0112;
    width: 900px;
    max-width: 95%;
    margin: 130px auto 90px;
    color: #0e5205;
    font-size: 50px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 19%);
}

.singular_page:empty::before {
    position: absolute;
    content: "Page is not Created Yet";
    content: attr(data-pageName) " page is not created yet";
    width: 540px;
    max-width: 100%;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width:992px) {
    .singular_page:empty {
        font-size: 42px;
        margin: 100px auto 80px;
    }
    .singular_page:empty::before {
        width: 480px;
    }
}

@media screen and (max-width:768px) {
    .singular_page:empty {
        font-size: 36px;
        margin: 80px auto 70px;
    }
    .singular_page:empty::before {
        width: 400px;
    }
}

@media screen and (max-width:576px) {
    .singular_page:empty {
        font-size: 32px;
        margin: 120px auto 60px;
    }
    .singular_page:empty::before {
        width: 320px;
    }
}

.main_hdng span {
    color: #000000;
}

.main_hdng .elementor-heading-title {
    position: relative;
}

.main_hdng .elementor-heading-title::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/wp-content/uploads/2023/05/icon_leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 230px;
    height: 20px;
}

@media screen and (max-width:576px) {
    .center_product_m>div {
        justify-content: center;
    }
}