.elementor-3096 .elementor-element.elementor-element-69f99a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-eda161d *//* ===========================
   Global Styles & Reset
   =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
    font-size: 16px;
}

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

a {
    color: #0A5DAC;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #DF1F3D;
}

/* ===========================
   Typography
   =========================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
}

h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
}

p {
    margin-bottom: 1.2rem;
}

.lead-paragraph {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2rem;
    font-weight: 400;
}

/* ===========================
   Header Styles
   =========================== */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo h1 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 800;
}

.logo-red {
    color: #DF1F3D;
    font-weight: 800;
}

.logo-blue {
    color: #0A5DAC;
    font-weight: 800;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.main-nav a {
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.header-cta .phone-link {
    background: #DF1F3D;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-weight: 700;
    transition: background 0.3s ease;
}

.header-cta .phone-link:hover {
    background: #c11830;
}

/* ===========================
   Blog Hero Section
   =========================== */
.blog-hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 3rem;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    max-width: 900px;
    padding: 0 2rem;
}

.breadcrumbs {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.breadcrumbs a {
    color: #fff;
    opacity: 0.9;
}

.breadcrumbs span {
    opacity: 0.7;
}

.blog-hero h1 {
    color: #fff;
    font-size: 3rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 1rem;
}

.blog-meta {
    display: flex;
    gap: 2rem;
    justify-content: center;
    font-size: 0.95rem;
}

.blog-meta span {
    opacity: 0.9;
}

/* ===========================
   Article Layout
   =========================== */
.blog-article {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

.article-container {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 4rem;
}

.article-content {
    max-width: 800px;
}

/* ===========================
   Content Elements
   =========================== */
.styled-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.styled-list li {
    margin-bottom: 0.8rem;
    line-height: 1.7;
}

.styled-list strong {
    color: #DF1F3D;
}

.callout-box {
    background: #f8f9fa;
    border-left: 4px solid #0A5DAC;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 5px;
}

.callout-box h3 {
    color: #0A5DAC;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

.highlight-box {
    background: #fff5f5;
    border-left-color: #DF1F3D;
}

.highlight-box h3 {
    color: #DF1F3D;
}

.highlight-box ul {
    list-style: none;
    padding-left: 0;
}

.highlight-box li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.highlight-box li:before {
    content: "•";
    color: #DF1F3D;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.image-block {
    margin: 2.5rem 0;
}

.image-block img {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.image-caption {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    text-align: center;
    margin-top: 0.8rem;
}

/* ===========================
   CTA Box
   =========================== */
.cta-box {
    background: linear-gradient(135deg, #0A5DAC 0%, #0d7ae6 100%);
    color: #fff;
    padding: 2.5rem;
    border-radius: 10px;
    text-align: center;
    margin: 3rem 0;
    box-shadow: 0 5px 20px rgba(10,93,172,0.3);
}

.cta-box h3 {
    color: #fff;
    margin-top: 0;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.cta-box p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.btn {
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background: #DF1F3D;
    color: #fff;
}

.btn-primary:hover {
    background: #c11830;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(223,31,61,0.3);
}

.btn-secondary {
    background: #fff;
    color: #0A5DAC;
    border: 2px solid #fff;
}

.btn-secondary:hover {
    background: transparent;
    color: #fff;
}

.small-text {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 0;
}

/* ===========================
   Sidebar Styles
   =========================== */
.blog-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.sidebar-widget {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.sidebar-widget h3 {
    margin-top: 0;
    color: #1a1a1a;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.sidebar-widget.featured {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #0A5DAC;
}

.contact-info {
    text-align: center;
}

.sidebar-phone {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #DF1F3D;
    margin: 1rem 0;
}

.sidebar-btn {
    display: block;
    background: #0A5DAC;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 1rem;
    transition: background 0.3s ease;
}

.sidebar-btn:hover {
    background: #084a8f;
}

.service-links {
    list-style: none;
    padding: 0;
}

.service-links li {
    margin-bottom: 0.8rem;
}

.service-links a {
    color: #333;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: block;
    padding: 0.3rem 0;
}

.service-links a:hover {
    color: #DF1F3D;
    padding-left: 0.5rem;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    margin-bottom: 0.7rem;
    color: #333;
    font-weight: 500;
}

/* ===========================
   Related Articles Section
   =========================== */
.related-articles {
    background: #f8f9fa;
    padding: 4rem 2rem;
    margin-top: 4rem;
}

.related-articles .container {
    max-width: 1200px;
    margin: 0 auto;
}

.related-articles h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 2.2rem;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.article-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.article-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card-content {
    padding: 1.5rem;
}

.card-content h3 {
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

.card-content p {
    color: #666;
    margin-bottom: 1rem;
}

.read-more {
    color: #0A5DAC;
    font-weight: 600;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #DF1F3D;
}

/* ===========================
   Footer Styles
   =========================== */
.site-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem 2rem 1.5rem;
    margin-top: 4rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-column h3 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.footer-column h4 {
    color: #DF1F3D;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-column p {
    color: #ccc;
    line-height: 1.6;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 0.7rem;
}

.footer-column ul a {
    color: #ccc;
    transition: color 0.3s ease;
}

.footer-column ul a:hover {
    color: #DF1F3D;
}

.footer-phone a {
    color: #DF1F3D;
    font-size: 1.3rem;
    font-weight: 700;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 1.5rem;
    text-align: center;
    color: #999;
    font-size: 0.9rem;
}

.footer-bottom a {
    color: #999;
}

.footer-bottom a:hover {
    color: #DF1F3D;
}

/* ===========================
   Responsive Design
   =========================== */
@media screen and (max-width: 1024px) {
    .article-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .blog-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .main-nav ul {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .blog-hero {
        height: 400px;
    }
    
    .blog-hero h1 {
        font-size: 2rem;
    }
    
    .blog-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.6rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
    }
    
    .blog-sidebar {
        grid-template-columns: 1fr;
    }
    
    .articles-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .blog-article {
        padding: 0 1rem 2rem;
    }
    
    .blog-hero {
        height: 300px;
    }
    
    .blog-hero h1 {
        font-size: 1.5rem;
    }
    
    .lead-paragraph {
        font-size: 1rem;
    }
    
    .callout-box,
    .cta-box {
        padding: 1.5rem;
    }
}

/* ===========================
   Utility Classes
   =========================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.text-center {
    text-align: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }/* End custom CSS */