/*
Theme Name: NaqlData
Theme URI: https://naqldata.ma/
Author: MaSolide / Tareq Chellal
Description: Static WordPress conversion of the NaqlData HTML website. The theme preserves the original HTML sections and loads the original CSS, JavaScript, image, and animation assets from /assets/.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: naqldata
*/

/* Contact Form 7 compatibility */
.wpcf7 .naqldata-cf7-form p {
    margin: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7 .form-control,
.wpcf7 .form-select {
    width: 100%;
}

.wpcf7 .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.wpcf7-spinner {
    margin: 0 0 0 12px;
}

.wpcf7-not-valid-tip {
    margin-top: .45rem;
    font-size: .875rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 0;
    padding: 1rem 1.1rem;
    border-radius: 14px;
}

.naqldata-cf7-warning {
    border-radius: 16px;
    margin: 0;
}

