/**
Theme Name: Wiselogix
Author: Wiselogix Technologies
Author URI: https://wiselogix.com/
Description: Wiselogix Child Theme is a fast, lightweight, and SEO optimized WordPress child theme designed for business websites, startups, and digital agencies. Fully responsive, secure, and easy to customize for high-performance web development.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wiselogix
Template: astra
Tags: wordpress child theme, seo optimized, responsive design, fast loading, business website, customizable theme

*/
/* ___________________ Write Your Custom Styles below or in 'assets/css/custom.css' */


h1 { font-family: 'Montserrat',      sans-serif; font-weight:bold; }
p{font-family: 'Raleway',      sans-serif;}








.custom-cf7-form .cf7-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    margin: 0;
}
.custom-cf7-form .cf7-full {
    grid-column: 1 / -1;
}


.custom-cf7-form p {
    margin: 0;
}


.custom-cf7-form .cf7-col > p {
    margin-bottom: 22px;
}

.custom-cf7-form input:not([type="submit"]),
.custom-cf7-form textarea {
    display: block;
    width: 100%;
    padding: 11px 2px;
    border: 0;
    border-bottom: 1px solid #3BB54A;
    border-radius: 0;
    outline: none;
    background: #fff;
    color: #061638;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;

}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #3BB54A !important;
	color: #000 !important;
}

.custom-cf7-form input::placeholder,
.custom-cf7-form textarea::placeholder {
    color: #5c6b82;
    opacity: 1;
}


.custom-cf7-form input:not([type="submit"]):focus,
.custom-cf7-form textarea:focus {
    border-bottom: 2px solid #3BB54A;
    box-shadow: 0 3px 0 rgba(32, 185, 87, 0.08);
}


.custom-cf7-form .cf7-detail-label {
    margin: 2px 0 8px;
    color: #061638;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}


.custom-cf7-form textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 10px;
}


.custom-cf7-form .cf7-submit-row {
    display: block;
    margin-top: 8px;
    text-align: left;
}


.custom-cf7-form input[type="submit"] {
    display: inline-block;
    min-width: 145px;
    padding: 12px 24px;
    border: 1px solid #20b957;
    border-radius: 3px;
    background: #20b957;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease,
                transform 0.2s ease;
	
}


.custom-cf7-form input[type="submit"]:hover {
    border-color: #159344;
    background: #159344;
    transform: translateY(-1px);
}


.custom-cf7-form input[type="submit"]:focus {
    outline: 3px solid rgba(32, 185, 87, 0.25);
    outline-offset: 3px;
}


.custom-cf7-form .wpcf7-spinner {
    margin-left: 10px;
}


.custom-cf7-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #d64545;
    font-size: 11px;
}

.custom-cf7-form .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 10px 14px;
    border: 1px solid #20b957;
    color: #061638;
    font-size: 13px;
}


.form-section-dark .custom-cf7-form {
    background: #0a1b43;
    border-color: rgba(255, 255, 255, 0.12);
}

.form-section-dark .custom-cf7-form input:not([type="submit"]),
.form-section-dark .custom-cf7-form textarea {
    border-bottom-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

.form-section-dark .custom-cf7-form input::placeholder,
.form-section-dark .custom-cf7-form textarea::placeholder,
.form-section-dark .custom-cf7-form .cf7-detail-label {
    color: #ffffff;
}

.form-section-dark .custom-cf7-form input:not([type="submit"]):focus,
.form-section-dark .custom-cf7-form textarea:focus {
    border-bottom-color: #20b957;
}


@media screen and (max-width: 700px) {
    .custom-cf7-form {
        padding: 25px 22px;
    }

    .custom-cf7-form .cf7-row {
        display: block;
    }

    .custom-cf7-form .cf7-col,
    .custom-cf7-form .cf7-full {
        width: 100%;
    }

    .custom-cf7-form .cf7-col > p {
        margin-bottom: 18px;
    }

    .custom-cf7-form .cf7-submit-row {
        text-align: center;
    }

    .custom-cf7-form input[type="submit"] {
        width: 100%;
    }
}
.page-id-1852 .site-above-footer-wrap {
    display: none;
}
