.elementor-3112 .elementor-element.elementor-element-e52dfed{--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-2a383a9 *//* Global 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;
}

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

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

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

a:hover {
    color: #DF1F3D;
}

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

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.logo img {
    height: 60px;
    width: auto;
}

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

.nav-menu a {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

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

.phone-btn {
    background-color: #DF1F3D;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.phone-btn:hover {
    background-color: #c01830;
    color: #fff;
}

/* Blog Content Styles */
.blog-content {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.blog-post {
    background-color: #fff;
    margin-bottom: 40px;
}

.blog-header {
    text-align: center;
    padding: 60px 20px 40px;
    background: linear-gradient(135deg, #0A5DAC 0%, #0d7bd9 100%);
    color: #fff;
}

.blog-header h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.post-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
    opacity: 0.95;
}

.post-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.featured-image {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.blog-body {
    padding: 60px 40px;
    max-width: 900px;
    margin: 0 auto;
}

.lead {
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f5f8fc;
    border-left: 4px solid #0A5DAC;
    border-radius: 5px;
}

.content-section {
    margin-bottom: 50px;
}

.content-section h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0A5DAC;
    margin-bottom: 20px;
    line-height: 1.4;
}

.content-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.content-section ul {
    margin: 25px 0;
    padding-left: 0;
}

.content-section li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #444;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

.content-section li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #DF1F3D;
    font-weight: 800;
    font-size: 20px;
}

.benefits-list li strong {
    color: #0A5DAC;
    font-weight: 800;
}

.brand-name {
    color: #DF1F3D;
    font-weight: 800;
}

/* CTA Sections */
.cta-section {
    background-color: #f5f8fc;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #0A5DAC;
}

.final-cta {
    background: linear-gradient(135deg, #DF1F3D 0%, #c01830 100%);
    color: #fff;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
}

.final-cta h2 {
    color: #fff;
    margin-bottom: 20px;
}

.final-cta p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
}

.final-cta a {
    color: #fff;
    text-decoration: underline;
    font-weight: 800;
}

.final-cta a:hover {
    color: #f0f0f0;
}

.final-cta strong a {
    font-size: 24px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0;
}

.final-cta strong a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Tags */
.blog-tags {
    padding: 30px 40px;
    border-top: 2px solid #f0f0f0;
    max-width: 900px;
    margin: 0 auto;
}

.blog-tags strong {
    color: #0A5DAC;
    font-weight: 800;
    margin-right: 15px;
}

.tag {
    display: inline-block;
    background-color: #f5f8fc;
    color: #0A5DAC;
    padding: 8px 15px;
    border-radius: 20px;
    margin: 5px;
    font-size: 14px;
    font-weight: 500;
}

/* Related Content */
.related-content {
    padding: 60px 0;
}

.related-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0A5DAC;
    text-align: center;
    margin-bottom: 40px;
}

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

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

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

.related-post-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0A5DAC;
    margin-bottom: 15px;
}

.related-post-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Footer Styles */
.site-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 0 30px;
}

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

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

.footer-section p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
}

.footer-section .phone {
    margin-top: 20px;
}

.footer-section .phone a {
    color: #DF1F3D;
    font-weight: 800;
    font-size: 22px;
}

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

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

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

.footer-section ul li a {
    color: #ccc;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

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

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

    .nav-menu {
        flex-direction: column;
        gap: 15px;
    }

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

    .blog-body {
        padding: 40px 20px;
    }

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

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

    .lead {
        font-size: 18px;
        padding: 20px;
    }

    .featured-image img {
        height: 300px;
    }

    .final-cta {
        padding: 30px 20px;
    }

    .blog-tags {
        padding: 20px;
    }

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

@media (max-width: 480px) {
    .blog-header h1 {
        font-size: 26px;
    }

    .post-meta {
        font-size: 12px;
        gap: 10px;
    }

    .content-section h2 {
        font-size: 22px;
    }

    .phone-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
}

/* Print Styles */
@media print {
    .site-header,
    .site-footer,
    .related-content,
    .final-cta {
        display: none;
    }

    .blog-body {
        padding: 20px;
    }

    a {
        color: #000;
        text-decoration: underline;
    }
}/* End custom CSS */