/* ===== Mobile Responsiveness Fixes ===== */
.hero-section {
    background-size: cover !important;
    background-position: center !important;
}

/* Make all images responsive */
img {
    max-width: 100%;
    height: auto;
}

/* ===== Section Dividers ===== */
.section-divider {
    border-top: 2px solid #e2e2e2;
    margin: 40px 0;
}

/* ===== WPForms / CTA Button Styling ===== */
.wpforms-form input[type="submit"],
.cta-button {
    background-color: #25D366;
    color: white;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.wpforms-form input[type="submit"]:hover,
.cta-button:hover {
    background-color: #128C5E;
}

/* ===== Optional Icon Alignment in Services ===== */
.service-icon {
    font-size: 36px;
    color: #0073e6;
    margin-bottom: 15px;
}