body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 1.6;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

.site-header {
    background: #0b4da2;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.site-header h1 {
    margin-bottom: 10px;
}

.tagline {
    font-size: 1.1rem;
}

.hero img,
.services img {
    width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 6px;
}

section {
    padding: 50px 0;
}

h2 {
    color: #0b4da2;
    margin-bottom: 15px;
}

h3 {
    margin-top: 30px;
    color: #222;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

.cta-button {
    display: inline-block;
    background: #ff9800;
    color: #000;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
    font-weight: bold;
}

.cta-button:hover {
    background: #e68900;
}

.contact {
    background: #f4f4f4;
    text-align: center;
}

.phone {
    font-size: 1.4rem;
    font-weight: bold;
}

.site-footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 0.9rem;
}
