.elementor-3090 .elementor-element.elementor-element-9e55717{--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-8cd3302 *//* Reset and Base Styles */
* {
    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;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo a {
    text-decoration: none;
}

.logo-text {
    font-size: 28px;
    font-weight: 800;
    color: #333;
    margin: 0;
}

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

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

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

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

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

.phone-link {
    background-color: #DF1F3D;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
}

.phone-link:hover {
    background-color: #c01a35;
    color: #fff !important;
}

/* Blog Post Styles */
.blog-post {
    padding: 40px 0;
}

.breadcrumbs {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    padding: 10px 0;
}

.breadcrumbs a {
    color: #0A5DAC;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* Article Header */
.article-header {
    margin-bottom: 30px;
}

.article-header h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
    font-weight: 800;
}

.article-meta {
    font-size: 14px;
    color: #666;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.separator {
    color: #ccc;
}

/* Featured Image */
.featured-image {
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Article Content */
.article-content {
    max-width: 850px;
    margin: 0 auto;
}

.lead {
    font-size: 20px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px;
    font-weight: 400;
}

.article-content h2 {
    font-size: 32px;
    color: #333;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.article-content h3 {
    font-size: 24px;
    color: #444;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.article-content h4 {
    font-size: 20px;
    color: #555;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
}

.article-content p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.8;
}

.article-content ul,
.article-content ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

.article-content li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.7;
}

.article-content strong {
    font-weight: 600;
    color: #222;
}

.article-content a {
    color: #0A5DAC;
    text-decoration: none;
    border-bottom: 1px solid #0A5DAC;
    transition: all 0.3s ease;
}

.article-content a:hover {
    color: #DF1F3D;
    border-bottom-color: #DF1F3D;
}

/* Info Box */
.info-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #0A5DAC;
    padding: 25px;
    margin: 35px 0;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.info-box h4 {
    color: #0A5DAC;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.info-box p {
    margin-bottom: 10px;
    font-size: 16px;
}

.info-box p:last-child {
    margin-bottom: 0;
}

/* Service List */
.service-list {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin: 35px 0;
}

.service-list h3 {
    color: #DF1F3D;
    margin-top: 0;
    margin-bottom: 20px;
}

.service-list ul {
    margin-bottom: 0;
}

.service-list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%230A5DAC" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/></svg>') no-repeat left 5px;
    padding-left: 30px;
    list-style: none;
}

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, #DF1F3D 0%, #c01a35 100%);
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    box-shadow: 0 5px 25px rgba(223, 31, 61, 0.3);
}

.cta-box h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
}

.cta-box p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

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

.btn-primary:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

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

.btn-secondary:hover {
    background-color: rgba(255,255,255,0.1);
}

/* FAQ Section */
.faq-section {
    margin-top: 40px;
}

.faq-item {
    background-color: #f8f9fa;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #0A5DAC;
}

.faq-item h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.faq-item p {
    margin-bottom: 0;
    color: #555;
}

/* Article Footer */
.article-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.tags,
.social-share {
    flex: 1;
    min-width: 250px;
}

.tags strong,
.social-share strong {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.tags a,
.social-share a {
    display: inline-block;
    background-color: #e9ecef;
    color: #555;
    padding: 5px 15px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 20px;
    text-decoration: none;
    border: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tags a:hover {
    background-color: #0A5DAC;
    color: #fff;
}

.social-share a:hover {
    background-color: #DF1F3D;
    color: #fff;
}

/* Related Posts */
.related-posts {
    margin-top: 70px;
    padding-top: 50px;
    border-top: 2px solid #e9ecef;
}

.related-posts h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

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

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

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

.related-card h3 {
    padding: 20px 20px 10px;
    margin: 0;
    font-size: 20px;
}

.related-card h3 a {
    color: #333;
    text-decoration: none;
    border: none;
}

.related-card h3 a:hover {
    color: #DF1F3D;
}

.related-card p {
    padding: 0 20px 20px;
    color: #666;
    font-size: 15px;
    margin: 0;
}

/* Footer Styles */
.site-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 60px 0 20px;
    margin-top: 80px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-section p {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
}

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

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    border: none;
}

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

.contact-info {
    background-color: rgba(255,255,255,0.05);
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.contact-info a {
    color: #DF1F3D;
    font-weight: 700;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    font-size: 14px;
}

.footer-bottom a {
    color: #ccc;
    text-decoration: none;
    border: none;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .article-header h1 {
        font-size: 32px;
    }

    .article-content h2 {
        font-size: 26px;
    }

    .article-content h3 {
        font-size: 22px;
    }

    .lead {
        font-size: 18px;
    }

    .article-content p,
    .article-content li {
        font-size: 16px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .article-footer {
        flex-direction: column;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .info-box,
    .service-list,
    .cta-box {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .logo-text {
        font-size: 22px;
    }

    .article-header h1 {
        font-size: 26px;
    }

    .article-content h2 {
        font-size: 24px;
    }

    .cta-box h3 {
        font-size: 22px;
    }
}

/* Print Styles */
@media print {
    .site-header,
    .breadcrumbs,
    .article-footer,
    .related-posts,
    .site-footer,
    .cta-box {
        display: none;
    }

    body {
        font-size: 12pt;
    }

    .article-content {
        max-width: 100%;
    }
}

/* Accessibility */
a:focus,
button:focus {
    outline: 2px solid #0A5DAC;
    outline-offset: 2px;
}

/* Loading Animation for Images */
img {
    transition: opacity 0.3s ease;
}

img[loading="lazy"] {
    opacity: 0;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background-color: #DF1F3D;
    color: #fff;
}/* End custom CSS */