/*
Theme Name: Astra Child
Theme URI: https://delightmultiservices.com
Description: Child theme for Delighted Insurance Landing Pages
Author: Delighted Insurance Agency
Template: astra
Version: 1.0
*/delighted-landingpage.php

body {
    font-family: Arial, Helvetica, sans-serif;
.delighted-hero {
    background: linear-gradient(135deg, #1e3c72, #2a5298); /* placeholder hero */
    color: #ffffff;
    text-align: center;
    padding: 140px 20px;  /* taller hero */
    position: relative;
}

.delighted-section {
    max-width: 900px;
    margin: auto;
    padding: 50px 20px;
}

.delighted-form {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 8px;
}

.delighted-btn {
    background-color: #0e2a47;
    color: white;
    padding: 12px;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
}

.delighted-btn:hover {
    opacity: 0.9;
}


.delighted-simple-list li {
    margin-bottom: 8px;
}