/*
Theme Name: Dealer InLine
Theme URI: https://dealerinline.com
Author: Dealer InLine
Description: Custom WordPress theme for Dealer InLine lead capture website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dealerinline
*/

html {
  scroll-behavior: smooth;
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background: #111;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar {
    background: #000;
    padding: 36px 0;
}
.site-header .container {
    background: transparent;
}

.navbar .logo {
    color: #fff;
}

.nav-links li a {
    color: #ee1a2d;
    font-weight: bold;
    text-decoration: none;
    transition: border-bottom 0.2s, color 0.2s;
}

.nav-links li a:hover, .nav-links li a:focus {
    color: #ee1a2d;
    font-weight: bold;
    border-bottom: 2px solid #ee1a2d;
    text-decoration: underline;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #000 !important;
    border-bottom: 2px solid #ee1a2d;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 48px;
}

.nav-links {
    justify-content: center;
    width: 100%;
    gap: 48px;
}

.nav-links li a {
    padding: 18px 0;
    font-size: 1.18rem;
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ee1a2d;
    text-decoration: none;
    letter-spacing: 1px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    color: #ee1a2d !important;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: bold !important;
    transition: color 0.2s, border-bottom 0.2s;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.nav-links li a:hover, .nav-links li a:focus {
    color: #ee1a2d;
    border-bottom: 2px solid #ee1a2d;
}

@media (max-width: 700px) {
    .navbar .container {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 10px;
    }
    .nav-links {
        gap: 18px;
        flex-wrap: wrap;
    }
    .logo {
        margin-bottom: 8px;
    }
}

/* Main Content */
.main-content {
    padding-bottom: 80px;
    padding-top: 0;
}

.cta-section {
    margin-top: 80px;
    margin-bottom: 56px;
}

/* Hero Section */
.hero-section {
    text-align: center;
    padding: 120px 0 100px 0;
    background: #fff6f7;
    border-bottom: 2px solid #ee1a2d;
    position: relative;
    z-index: 1;
}
.hero-bg {
    background: linear-gradient(120deg, #000000bb 0%, #00000088 100%), url('/wp-content/uploads/2025/07/aerial-cars.jpg') center center/cover no-repeat;
    background-attachment: fixed;
    color: #fff;
}
.hero-bg h1, .hero-bg p {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.14);
}
@media (max-width: 900px) {
    .hero-bg {
        background-attachment: scroll;
    }
}
.hero-section h1 {
    font-size: 2.8rem;
    color: #ee1a2d;
    margin-bottom: 18px;
}
.hero-section p {
    font-size: 1.3rem;
    color: #fff !important;
}

/* About Section */
.about-section {
    margin: 0;
    text-align: center;
}
.about-section .container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.about-section h2 {
    color: #a80f2a;
    margin-bottom: 14px;
}
.about-section p {
    font-size: 1.1rem;
    color: #444;
    max-width: 700px;
    margin: 0 auto;
}

/* Our Approach Section */
.approach-section {
    margin: 0 0 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.approach-section .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.approach-bg {
    background: linear-gradient(120deg, #000000bb 0%, #00000088 100%), url('/wp-content/uploads/2025/07/dealership-classy-interior-discussion.jpeg') center center/cover no-repeat;
    background-attachment: fixed;
}
@media (max-width: 900px) {
    .approach-bg {
        background-attachment: scroll;
    }
}
.approach-section h2 {
    color: #fff !important;
    margin-bottom: 18px;
}
.approach-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-top: 20px;
}
.approach-card {
    background: #fff;
    border: 2px solid #ee1a2d;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(238,26,45,0.07);
    padding: 28px 22px;
    flex: 1 1 260px;
    max-width: 340px;
    min-width: 240px;
}
.approach-card h3 {
    color: #a80f2a;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}
.approach-card p {
    color: #222;
    font-size: 1rem;
}

/* Executive Services Section */
.services-section {
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.services-section .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.services-bg {
    background: linear-gradient(120deg, #000000bb 0%, #00000088 100%), url('/wp-content/uploads/2025/07/pexels-photo-7144181.jpeg') center center/cover no-repeat;
    background-attachment: fixed;
}
@media (max-width: 900px) {
    .services-bg {
        background-attachment: scroll;
    }
}
.services-section h2 {
    color: #fff !important;
    margin-bottom: 18px;
}
.services-intro {
    color: #fff !important;
    font-size: 1.1rem;
    margin-bottom: 32px;
}
.services-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-top: 20px;
}
.service-card {
    background: #fff;
    border: 2px solid #a80f2a;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(168,15,42,0.08);
    padding: 28px 22px 40px 22px;
    flex: 1 1 260px;
    max-width: 340px;
    min-width: 240px;
    position: relative;
}
.service-card h3 {
    color: #a80f2a;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.service-card p {
    color: #222;
    font-size: 1rem;
}
.login-btn {
    display: inline-block;
    margin-top: 16px;
    background: #ee1a2d;
    color: #fff;
    font-weight: bold;
    padding: 10px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: background 0.2s;
    border: none;
    outline: none;
}
.login-btn:hover, .login-btn:focus {
    background: #a80f2a;
    color: #fff;
}

@media (max-width: 900px) {
    .approach-cards, .services-cards {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

/* CTA Section */
.cta-section {
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1;
}
.cta-section .container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.cta-bg {
    background: linear-gradient(120deg, #000000bb 0%, #00000088 100%), url('/wp-content/uploads/2025/07/analytics-laptop-contact.jpg') center center/cover no-repeat;
    background-attachment: fixed;
}
.cta-bg .cta-text, .cta-bg .cta-btn {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.14);
}
@media (max-width: 900px) {
    .cta-bg {
        background-attachment: scroll;
    }
}
.cta-text {
    font-size: 2rem;
    font-weight: bold;
    color: #a80f2a;
    margin-bottom: 22px;
    line-height: 1.2;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ee1a2d 60%, #a80f2a 100%);
    color: #fff;
    font-weight: bold;
    font-size: 1.13rem;
    padding: 16px 38px;
    border-radius: 7px;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 2px 10px rgba(238,26,45,0.11);
    border: none;
    transition: background 0.2s, box-shadow 0.2s, transform 0.18s;
    outline: none;
    margin-top: 8px;
}
.cta-btn:hover, .cta-btn:focus {
    background: linear-gradient(90deg, #a80f2a 60%, #730b12 100%);
    color: #fff;
    box-shadow: 0 4px 18px rgba(168,15,42,0.14);
    transform: translateY(-2px) scale(1.03);
}
@media (max-width: 600px) {
    .cta-text {
        font-size: 1.2rem;
    }
    .cta-btn {
        font-size: 1rem;
        padding: 12px 18vw;
    }
}

/* Mini CTA Section */
.mini-cta-section {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    padding: 0;
}
.mini-cta-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.mini-cta-text {
    color: #a80f2a;
    font-size: 1.08rem;
    font-weight: 500;
    margin-right: 8px;
    white-space: nowrap;
}
.mini-cta-btn {
    display: inline-block;
    background: #ee1a2d;
    color: #fff;
    font-weight: bold;
    font-size: 0.99rem;
    padding: 8px 22px;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: 0.5px;
    border: none;
    transition: background 0.18s, box-shadow 0.18s;
    outline: none;
    box-shadow: 0 1px 4px rgba(238,26,45,0.07);
}
.mini-cta-btn:hover, .mini-cta-btn:focus {
    background: #a80f2a;
    color: #fff;
}
@media (max-width: 600px) {
    .mini-cta-section .container {
        flex-direction: column;
        gap: 10px;
    }
    .mini-cta-text {
        font-size: 0.97rem;
        text-align: center;
    }
    .mini-cta-btn {
        font-size: 0.93rem;
        padding: 8px 12vw;
    }
}

.ai-cta-section {
    background: #f9f9f9;
    padding: 12px 0 10px 0;
    border-bottom: 1px solid #ececec;
    min-height: 64px;
    display: flex;
    align-items: center;
}
.ai-cta-section .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: nowrap;
}
.ai-cta-section img,
.ai-cta-section .ai-cta-text,
.ai-cta-section .ai-cta-btn {
    align-self: center !important;
    margin: 0 !important;
}
.ai-cta-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: nowrap;
}
.ai-cta-section img {
    display: inline-block;
    vertical-align: middle;
    max-height: 48px;
    height: 48px;
    width: auto;
    margin: 0;
    align-self: center;
}
.ai-cta-section .ai-cta-text {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 600;
    color: #222;
    line-height: 1;
    align-self: center;
}
@media (max-width: 800px) {
    .ai-cta-section .container {
        flex-direction: column;
        gap: 16px;
    }
    .ai-cta-section .ai-cta-text {
        font-size: 1.05rem;
    }
    .ai-cta-section {
        padding: 24px 0 18px 0;
    }
    .ai-cta-btn {
        padding: 11px 18px;
        font-size: 1rem;
    }
}
.ai-cta-section .ai-cta-text {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 16px 0 20px 0;
    color: #222;
}
.ai-cta-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 13px 34px;
    border-radius: 24px;
    font-size: 1.08rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-top: 0;
}
.ai-cta-btn:hover {
    background: #333;
    color: #fff;
}
@media (max-width: 700px) {
    .ai-cta-section .ai-cta-text {
        font-size: 1.05rem;
    }
    .ai-cta-section {
        padding: 24px 0 18px 0;
    }
    .ai-cta-btn {
        padding: 11px 18px;
        font-size: 1rem;
    }
}

/* Footer */
.site-footer, footer {
    background: #111;
    color: #fff;
    padding: 32px 0 16px 0;
    text-align: center;
}
.site-footer a, footer a {
    color: #ee1a2d;
    text-decoration: underline;
}
.site-footer a:hover, footer a:hover {
    color: #fff;
}

/* Contact Section */
.contact-section {
    margin: 0;
    text-align: center;
    background: linear-gradient(135deg, #888888 0%, #444444 100%);
}
.contact-section .container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.contact-section h2, .contact-section p, .contact-section .lead-form {
    color: #fff !important;
}
.contact-section label,
.contact-section .wpcf7-form label,
.contact-section .wpcf7-form-control-wrap label,
.contact-section .wpcf7-form .floating-label,
.contact-section .lead-form label,
.contact-section .lead-form .floating-label,
.contact-section .wpcf7-form * label,
.contact-section .lead-form * label,
.wpcf7-form label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.contact-section input,
.contact-section textarea,
.contact-section select,
.contact-section .wpcf7-form input,
.contact-section .wpcf7-form textarea,
.contact-section .wpcf7-form select,
.contact-section .lead-form input,
.contact-section .lead-form textarea,
.contact-section .lead-form select,
.contact-section .wpcf7-form * input,
.contact-section .wpcf7-form * textarea,
.contact-section .wpcf7-form * select,
.contact-section .lead-form * input,
.contact-section .lead-form * textarea,
.contact-section .lead-form * select {
    color: #181818 !important;
    background: #fff !important;
    margin-bottom: 20px !important;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.contact-section .wpcf7-form .wpcf7-submit,
.contact-section .submit-button,
.contact-section input[type="submit"] {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    display: block;
    width: auto;
    min-width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.contact-section input::placeholder,
.contact-section textarea::placeholder,
.contact-section select::placeholder,
.contact-section .wpcf7-form input::placeholder,
.contact-section .wpcf7-form textarea::placeholder,
.contact-section .wpcf7-form select::placeholder,
.contact-section .lead-form input::placeholder,
.contact-section .lead-form textarea::placeholder,
.contact-section .lead-form select::placeholder,
.contact-section .wpcf7-form * input::placeholder,
.contact-section .wpcf7-form * textarea::placeholder,
.contact-section .wpcf7-form * select::placeholder,
.contact-section .lead-form * input::placeholder,
.contact-section .lead-form * textarea::placeholder,
.contact-section .lead-form * select::placeholder {
    color: #181818 !important;
    opacity: 1 !important;
}
.contact-section input,
.contact-section textarea,
.contact-section select,
.contact-section .wpcf7-form input,
.contact-section .wpcf7-form textarea,
.contact-section .wpcf7-form select {
    color: #181818 !important;
    background: #fff !important;
}
.contact-section input::placeholder,
.contact-section textarea::placeholder,
.contact-section select::placeholder,
.contact-section .wpcf7-form input::placeholder,
.contact-section .wpcf7-form textarea::placeholder,
.contact-section .wpcf7-form select::placeholder {
    color: #181818 !important;
    opacity: 1 !important;
}
.contact-section input::placeholder,
.contact-section textarea::placeholder,
.contact-section .wpcf7-form input::placeholder,
.contact-section .wpcf7-form textarea::placeholder {
    color: #181818 !important;
    opacity: 1;
}
.contact-section .floating-label {
    color: #181818 !important;
}
.contact-section input, .contact-section textarea {
    background: #fff;
    color: #181818;
    border-color: #333;
}
.contact-section input:focus, .contact-section textarea:focus {
    border-color: #ee1a2d;
    background: #fff;
    color: #181818;
}
.contact-section .wpcf7-form .wpcf7-submit, .contact-section .submit-button, .contact-section input[type="submit"] {
    background: linear-gradient(90deg, #ee1a2d 60%, #a80f2a 100%) !important;
    color: #fff !important;
    border: none;
}
.contact-section .wpcf7-form .wpcf7-submit:hover, .contact-section .submit-button:hover, .contact-section input[type="submit"]:hover {
    background: linear-gradient(90deg, #a80f2a 60%, #730b12 100%) !important;
    color: #fff !important;
}
.contact-section h2 {
    color: #a80f2a !important;
    margin-bottom: 18px;
}

.approach-section h2, .services-section h2, .services-intro {
    color: #fff !important;
}

/* Form Styles */
.lead-form, /* --- Horizontal Contact Form Layout --- */
.contact-form .wpcf7-form {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact-form .form-left,
.contact-form .form-right {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 220px;
}
.contact-form .form-left {
    gap: 18px;
}
.contact-form .form-right {
    gap: 18px;
}
.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form input[type="tel"] {
    width: 100%;
}
.contact-form .wpcf7-form textarea {
    min-height: 140px;
    width: 100%;
    resize: vertical;
}
.contact-form .wpcf7-submit {
    margin-top: 24px;
    align-self: center;
}
@media (max-width: 700px) {
    .contact-form .wpcf7-form {
        flex-direction: column;
        gap: 0;
    }
    .contact-form .form-left,
    .contact-form .form-right {
        min-width: 0;
        width: 100%;
    }
    .contact-form .wpcf7-submit {
        width: 100%;
    }
}
/* --- End Horizontal Contact Form Layout --- */
.contact-form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: block;
}
.contact-form .wpcf7-form {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 32px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto !important;
    box-sizing: border-box;
}
.contact-form .form-left, .contact-form .form-right {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 0 !important;
    min-width: 220px !important;
    max-width: none !important;
}
@media (max-width: 700px) {
    .contact-form .wpcf7-form {
        flex-direction: column !important;
        gap: 0 !important;
        max-width: 100vw !important;
    }
    .contact-form .form-left, .contact-form .form-right {
        min-width: 0 !important;
        width: 100% !important;
    }
}

/* FORCE horizontal layout for Dealer InLine contact form */
section.contact-section .contact-form > .wpcf7-form {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 32px !important;
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}
section.contact-section .contact-form .form-left,
section.contact-section .contact-form .form-right {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 0 !important;
    min-width: 220px !important;
    max-width: none !important;
}
@media (max-width: 700px) {
    section.contact-section .contact-form > .wpcf7-form {
        flex-direction: column !important;
        gap: 0 !important;
        max-width: 100vw !important;
    }
    section.contact-section .contact-form .form-left,
    section.contact-section .contact-form .form-right {
        min-width: 0 !important;
        width: 100% !important;
    }
}

/* About + Contact Row Layout */
.about-contact-row {
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: flex-start;
    margin: 60px auto 40px auto;
    flex-wrap: wrap;
    border: 2px solid #000;
    border-radius: 18px;
    padding: 36px 24px;
    background: #fff;
    box-sizing: border-box;
    max-width: 1080px;
    width: 100%;
}
.about-contact-row .about-col,
.about-contact-row .contact-col {
    flex: 1 1 350px;
    min-width: 280px;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.about-contact-row .about-section,
.about-contact-row .contact-section {
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 1000px) {
    .about-contact-row {
        gap: 24px;
    }
    .about-contact-row .about-col,
    .about-contact-row .contact-col {
        min-width: 220px;
        max-width: 100%;
    }
}
@media (max-width: 700px) {
    .about-contact-row {
        flex-direction: column;
        gap: 32px;
        margin: 30px 0 20px 0;
    }
}

/* Remove background from Contact Us section when .no-bg is present */
.contact-section.no-bg {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 18px;
}

.wpcf7-form-control {
    width: 100%;
    padding: 16px 14px 16px 14px;
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    font-size: 1.05rem;
    background: #fff;
    color: #222;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: none;
}

.wpcf7-form-control:focus {
    border-color: #ee1a2d;
    box-shadow: 0 0 0 2px #ee1a2d22;
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}
.wpcf7-form-control:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
}
.wpcf7-form-control::placeholder {
    color: #aaa;
    opacity: 1;
}

.wpcf7-form label {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 0.97rem;
    color: #730b12;
    background: #fff;
    padding: 0 4px;
    pointer-events: none;
    transition: 0.2s;
    opacity: 0.85;
    z-index: 2;
}

.wpcf7-form-control:focus + label,
.wpcf7-form-control:not(:placeholder-shown) + label {
    top: -12px;
    left: 10px;
    font-size: 0.83rem;
    color: #ee1a2d;
    background: #fff;
    opacity: 1;
    padding: 0 6px;
}

.wpcf7-form .wpcf7-submit, .submit-button {
    background: linear-gradient(90deg, #ee1a2d 60%, #a80f2a 100%);
    color: #fff;
    font-weight: bold;
    padding: 14px 36px;
    border-radius: 6px;
    border: none;
    font-size: 1.08rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 10px rgba(238,26,45,0.07);
    margin-top: 10px;
    outline: none;
    display: inline-block;
}
.wpcf7-form .wpcf7-submit:hover, .submit-button:hover {
    background: linear-gradient(90deg, #a80f2a 60%, #730b12 100%);
    box-shadow: 0 4px 18px rgba(238,26,45,0.13);
}

.wpcf7-not-valid-tip {
    color: #ee1a2d;
    font-size: 0.97rem;
    margin-top: 2px;
}

.wpcf7-response-output {
    margin-top: 18px;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 1rem;
    color: #fff;
    background: #ee1a2d;
    border: none;
}

@media (max-width: 600px) {
    .lead-form, .contact-form, .wpcf7 {
        padding: 20px 4vw;
    }
    .wpcf7-form {
        gap: 18px;
    }
}

.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}
.form-group textarea {
    height: 150px;
    resize: vertical;
}
.submit-button {
    background: #2271b1;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}
.submit-button:hover {
    background: #1a578a;
}
