.elementor-2834 .elementor-element.elementor-element-4897448{--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-c4ce37e *//* 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;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Blog Post Container */
.blog-post {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Post Header */
.post-header {
    margin-bottom: 30px;
    text-align: center;
}

.post-header h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.post-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #666;
    font-size: 0.95rem;
}

.post-date, .read-time {
    display: inline-block;
}

/* Featured Image */
.featured-image {
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
}

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

/* Post Content */
.post-content {
    max-width: 800px;
    margin: 0 auto;
}

.post-content p {
    margin-bottom: 20px;
    color: #333;
}

.post-content .lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 30px;
}

/* Headings */
.post-content h2 {
    font-size: 2rem;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.post-content h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Links */
.post-content a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.post-content a:hover {
    color: #1e40af;
    text-decoration: underline;
}

/* Lists */
.post-content ul,
.post-content ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

.post-content ul li,
.post-content ol li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.post-content ul li strong,
.post-content ol li strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Info Box */
.info-box {
    margin: 35px 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.info-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
    border-radius: 12px;
    padding: 40px;
    margin: 40px 0;
    text-align: center;
    color: #fff;
}

.cta-box img {
    max-width: 200px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
    border-radius: 8px;
}

.cta-box h3 {
    color: #fff;
    font-size: 1.75rem;
    margin: 0;
}

/* CTA Section */
.cta-section {
    background: #f8f9fa;
    border: 2px solid #2563eb;
    border-radius: 12px;
    padding: 40px;
    margin: 50px 0;
    text-align: center;
}

.cta-section h3 {
    color: #1a1a1a;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

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

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary {
    background-color: #2563eb;
    color: #fff;
    border: 2px solid #2563eb;
}

.btn-primary:hover {
    background-color: #1e40af;
    border-color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

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

.btn-secondary:hover {
    background-color: #2563eb;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.cta-note {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0;
}

/* Post Footer */
.post-footer {
    max-width: 800px;
    margin: 60px auto 0;
    padding-top: 40px;
    border-top: 2px solid #e5e7eb;
}

.author-bio {
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
}

.author-bio h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.author-bio p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

.disclaimer {
    padding: 20px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 6px;
}

.disclaimer p {
    margin-bottom: 0;
    color: #856404;
}

/* Responsive Images */
.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    display: block;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .blog-post {
        padding: 15px;
    }

    .post-header h1 {
        font-size: 1.75rem;
    }

    .post-content .lead {
        font-size: 1.1rem;
    }

    .post-content h2 {
        font-size: 1.5rem;
        margin-top: 35px;
    }

    .post-content h3 {
        font-size: 1.25rem;
        margin-top: 25px;
    }

    .post-meta {
        flex-direction: column;
        gap: 10px;
    }

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

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

    .cta-box,
    .cta-section {
        padding: 25px;
    }

    .cta-section h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 15px;
    }

    .post-header h1 {
        font-size: 1.5rem;
    }

    .post-content h2 {
        font-size: 1.35rem;
    }

    .post-content h3 {
        font-size: 1.15rem;
    }

    .featured-image img {
        max-height: 250px;
    }
}

/* Print Styles */
@media print {
    .cta-section,
    .cta-box {
        border: 2px solid #000;
        background: #fff;
    }

    .btn-primary,
    .btn-secondary {
        border: 1px solid #000;
        color: #000;
        background: #fff;
    }

    a {
        color: #000;
        text-decoration: underline;
    }
}

/* Accessibility */
.post-content a:focus,
.btn-primary:focus,
.btn-secondary:focus {
    outline: 3px solid #2563eb;
    outline-offset: 2px;
}

/* Loading State */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
    opacity: 1;
}/* End custom CSS */