/*!
Theme Name: SEOWP - Child
Theme URI: http://seowptheme.com/
Author: BlueAstralThemes
Author URI: https://themeforest.net/user/blueastralthemes
Template: seowp
Description: SEOWP is a clean theme specially designed for Digital Marketing Agencies and their clients.
Version: 3.12.0
License: GNU General Public License
License URI: http://themeforest.net/licenses
Tags: white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
*/

/* You can place custom CSS below... */

body .dslc-modules-section-wrapper, body .dslca-add-modules-section {
    width: 1200px;
}

/* Contact Form 7 Wrapper */
.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Labels */
.wpcf7 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

/* Inputs & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: all .3s ease;
    box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #36a669;
    outline: none;
    box-shadow: 0 0 0 3px rgba(54,166,105,0.15);
}

/* Textarea */
.wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #36a669;
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.wpcf7 input[type="submit"]:hover {
    background: #2d8d58;
}

/* Form Spacing */
.wpcf7 p {
    margin-bottom: 20px;
}

/* Response Messages */
.wpcf7-response-output {
    margin-top: 20px !important;
    border-radius: 6px;
}