/*
Theme Name: Space Dynamic
Theme URI: https://templatemo.com/tm-562-space-dynamic
Author: TemplateMo
Author URI: https://templatemo.com/
Description: A modern WordPress theme based on the Space Dynamic landing page template with responsive sections and Bootstrap styling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: space-dynamic
Tags: one-column, custom-menu, featured-images, translation-ready
*/

body {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.entry-content p,
.page-content p {
    margin-bottom: 1.25rem;
}

.wpcf7-form fieldset {
    margin-bottom: 15px;
}

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

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 15px;
    color: #2a2a2a;
    background-color: #fff;
}

.wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
}

.wpcf7-form .main-button {
    border: none;
    padding: 12px 30px;
    background-color: #03a4ed;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
}

.wpcf7-form .main-button:hover {
    background-color: #007bff;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}

.wpcf7-form .wpcf7-response-output {
    margin-top: 15px;
}
