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


body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #f4f4f4;
}

/* Headings */
h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #222;
}

h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #222;
}

h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #222;
}

h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

h5 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
}

h6 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 6px;
}
















/* Standard centered container */

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    background: #ffffff;
}




/* Header */
.site-header {
    background: transparent;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
    position: relative;

    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}


/* Logo */
.logo img {
    height: 100px;
    display: block;
}


/*
.site-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #222;
}
*/
/*
.site-tagline {
    font-size: 16px;
    line-height: 1.3;
    color: #666;
}
*/

/* Navigation */
.main-nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

.main-nav a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.main-nav a:hover {
    color: #0073e6;
}

/* CTA Button */
.main-nav .cta {
    background: #0073e6;
    color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
}

.main-nav .cta:hover {
    background: #005bb5;
}

/* Header image */
.no-padding img {
    width: 100%;
    height: auto;
    display: block;
}

/* Main content layout */

.content-container {
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 20px;
    align-items: start;
    padding-top: 20px;
    padding-bottom: 20px;
}


.column {
    padding: 0;
}

.left-column p {
    margin-bottom: 18px;
    line-height: 1.7;
    color: #444;
}

/* Right column */


.right-column {
    position: sticky;
    top: 20px;
    padding-right: 20px;
}


/* Hamburger button hidden on desktop */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    line-height: 1;
}

/* Sidebar */
.sidebar-box {
    background: #f8f8f8;
    border: 1px solid #dddddd;
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar-box h3 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #222;
}

.sidebar-box p {
    margin-bottom: 12px;
    line-height: 1.3;
    color: #444;
}

.sidebar-list {
    list-style: disc;
    padding-left: 20px;
}

.sidebar-list li {
    margin-bottom: 6px;
    line-height: 1.4;
    color: #333;
}

/* Testimonials section */
.testimonials {
    margin-top: 0;
}

.testimonials h2 {
    margin-bottom: 15px;
    color: #222;
}

.testimonial {
    margin-bottom: 15px;
    background: #f9f9f9;
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
}

.testimonial p {
    margin-bottom: 0;
    line-height: 1.45;
    color: #444;
    font-style: italic;
}

.testimonial strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #222;
}

.sidebar-cta {
    display: inline-block;
    background: #0073e6;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: bold;
}

.sidebar-cta:hover {
    background: #005bb5;
}

.cta-box {
    background: #eef6ff;
    border: 1px solid #cfe3ff;
}

/* Footer */

.site-footer {
    max-width: 1000px;
    margin: 0 auto;
    background: #2f2f2f;
    color: #cccccc;
    padding: 25px 20px;
}

.site-footer p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.site-footer a {
    color: #dddddd;
    text-decoration: none;
}

.site-footer a:hover {
    color: #ffffff;
}

.footer-nav {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-nav a {
    color: #cccccc;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #ffffff;
}

.footer-nav span {
    margin: 0 8px;
    color: #888;
}

.footer-social {
    text-align: center;
    margin-bottom: 10px;
}

.footer-social a {
    display: inline-block;
    margin: 0 8px;
}

.footer-social img {
    width: 20px;
    height: 20px;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.footer-social img:hover {
    opacity: 1;
}

.footer-tagline {
    text-align: center;
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 10px;
}

.footer-business {
    text-align: center;
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 6px;
}

.footer-business span {
    margin: 0 6px;
    color: #888;
}

.footer-business a {
    color: #cccccc;
    text-decoration: none;
}

.footer-business a:hover {
    color: #ffffff;
}

.footer-copyright {
    text-align: center;
    font-size: 13px;
    color: #888888;
}

/* For any additional footer lines */
.footer-line {
    text-align: center;
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 6px;
}

.footer-muted {
    color: #888888;
}

/* Mobile */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .main-nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 90px;
        left: 0;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        z-index: 1000;
    }

    .main-nav.active {
        display: block;
    }

    .main-nav ul {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .main-nav li {
        border-bottom: 1px solid #e5e5e5;
    }

    .main-nav a {
        display: block;
        padding: 15px 20px;
    }

    .main-nav .cta {
        display: inline-block;
        margin: 10px 20px;
    }



    .content-container {
    grid-template-columns: 1fr;
    gap: 20px;
}



.right-column {
        position: static;
        padding-right: 0;
    }

}

.no-padding {
    padding: 0;
}


.container,
.site-footer {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}


.site-footer {
    border-bottom: 1px solid #e0e0e0;
}

a {
    color: #0073e6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

.left-column ul,
.left-column ol {
    margin-bottom: 18px;
    padding-left: 20px;
}

.left-column li {
    margin-bottom: 6px;
    line-height: 1.6;
}

.left-column > *:last-child {
    margin-bottom: 0;
}

strong {
    color: #222;
}

em {
    font-style: italic;
}

.button {
    display: inline-block;
    background: #0073e6;
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.button:hover {
    background: #005bb5;
}


.phone-link {
    font-weight: bold;
    color: #0073e6;
    text-decoration: none;
}

.phone-link:hover {
    text-decoration: underline;
}

.hero-wrap {
    position: relative;
    padding: 0;
}

/* overlay */


.hero-wrap img {
    display: block;
}

.hero-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   /* full coverage */
    height: 100%;

    background: rgba(0,0,0,0.55); /* ← change this value */

    z-index: 1;
}


.hero-branding {
    position: absolute;
    top: 10px;      /* moved up 60px */
    left: 30px;
    z-index: 2;
}



.site-title {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;   /* ADD THIS */
}


.site-tagline {
    font-size: 24px;
    font-weight: 500;
    color: #f0f0f0;
    position: relative;
    top: 5px;
}





.site-title,
.site-tagline {
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}


