.elementor-2828 .elementor-element.elementor-element-2b9e452{--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;}.elementor-2828 .elementor-element.elementor-element-94f95f7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8a80c98 *//* 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: #ffffff;
    font-size: 16px;
}

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

/* Blog Hero Section */
.blog-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffffff;
    padding: 80px 0 60px;
    text-align: center;
}

.blog-hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.blog-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    font-size: 0.95rem;
    opacity: 0.9;
}

.blog-meta span {
    display: flex;
    align-items: center;
}

/* Main Content */
.blog-content {
    padding: 60px 0;
    background-color: #ffffff;
}

.content-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

/* Typography */
h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 50px 0 25px;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #16213e;
    margin: 35px 0 20px;
    line-height: 1.4;
}

h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 25px 0 15px;
}

p {
    margin-bottom: 20px;
    color: #444;
    font-size: 1.05rem;
}

p.lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #2c3e50;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Links */
a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #004999;
    text-decoration: underline;
}

/* Lists */
ul, ol {
    margin: 20px 0 20px 30px;
    padding: 0;
}

li {
    margin-bottom: 12px;
    color: #444;
    line-height: 1.7;
}

/* Images */
.featured-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.content-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Table of Contents */
.toc-box {
    background: #f8f9fa;
    border-left: 4px solid #0066cc;
    padding: 30px;
    margin: 40px 0;
    border-radius: 8px;
}

.toc-box h2 {
    margin-top: 0;
    font-size: 1.5rem;
    color: #1a1a2e;
}

.toc-box ul {
    margin: 20px 0 0 0;
    list-style: none;
}

.toc-box li {
    margin-bottom: 12px;
    padding-left: 0;
}

.toc-box a {
    color: #0066cc;
    font-weight: 500;
    display: block;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.toc-box a:hover {
    color: #004999;
    padding-left: 10px;
    text-decoration: none;
}

/* Callout Boxes */
.callout-box {
    padding: 25px 30px;
    margin: 35px 0;
    border-radius: 8px;
    border-left: 5px solid;
}

.callout-box h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.callout-box p {
    margin-bottom: 0;
}

.callout-box.warning {
    background: #fff3cd;
    border-color: #ffc107;
}

.callout-box.warning h4 {
    color: #856404;
}

.callout-box.tip {
    background: #d1ecf1;
    border-color: #17a2b8;
}

.callout-box.tip h4 {
    color: #0c5460;
}

.callout-box.success {
    background: #d4edda;
    border-color: #28a745;
}

.callout-box.success h4 {
    color: #155724;
}

/* Sections */
section {
    margin-bottom: 50px;
}

.intro-section {
    margin-top: 0;
}

/* Case Types Grid */
.case-types-section {
    background: #f8f9fa;
    padding: 50px 30px;
    margin: 60px -30px 50px;
    border-radius: 8px;
}

.case-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 35px 0;
}

.case-type-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.case-type-card h3 {
    font-size: 1.2rem;
    margin: 0 0 15px;
}

.case-type-card h3 a {
    color: #1a1a2e;
    text-decoration: none;
}

.case-type-card h3 a:hover {
    color: #0066cc;
}

.case-type-card p {
    font-size: 0.95rem;
    margin: 0;
    color: #666;
}

/* FAQ Section */
.faq-section {
    background: #f8f9fa;
    padding: 50px 30px;
    margin: 60px -30px 50px;
    border-radius: 8px;
}

.faq-section h2 {
    margin-top: 0;
}

.faq-item {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #0066cc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    font-size: 1.2rem;
    margin: 0 0 15px;
    color: #1a1a2e;
}

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

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffffff;
    padding: 50px;
    text-align: center;
    border-radius: 12px;
    margin: 50px 0;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

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

.cta-box p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin: 20px 0;
}

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

.btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary {
    background: #0066cc;
    color: #ffffff;
}

.btn-primary:hover {
    background: #004999;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
    text-decoration: none;
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn-secondary:hover {
    background: #ffffff;
    color: #1a1a2e;
    text-decoration: none;
}

.cta-note {
    font-size: 0.95rem;
    opacity: 0.8;
    margin-top: 20px;
}

/* Author Bio */
.author-bio {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 8px;
    margin-top: 60px;
    border-top: 4px solid #0066cc;
}

.author-bio h3 {
    margin-top: 0;
    color: #1a1a2e;
}

.author-bio p {
    color: #555;
    font-size: 0.98rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-hero {
        padding: 60px 0 40px;
    }
    
    .blog-hero h1 {
        font-size: 2rem;
    }
    
    .blog-meta {
        gap: 15px;
        font-size: 0.9rem;
    }
    
    .blog-content {
        padding: 40px 0;
    }
    
    h2 {
        font-size: 1.6rem;
        margin: 35px 0 20px;
    }
    
    h3 {
        font-size: 1.3rem;
        margin: 25px 0 15px;
    }
    
    p {
        font-size: 1rem;
    }
    
    p.lead {
        font-size: 1.1rem;
    }
    
    .toc-box,
    .callout-box {
        padding: 20px;
        margin: 30px 0;
    }
    
    .case-types-section,
    .faq-section {
        padding: 35px 20px;
        margin: 40px -20px 35px;
    }
    
    .case-types-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .cta-box {
        padding: 35px 25px;
    }
    
    .cta-box h3 {
        font-size: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn {
        width: 100%;
        padding: 14px 30px;
    }
    
    .author-bio {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .blog-hero h1 {
        font-size: 1.7rem;
    }
    
    .container {
        padding: 0 15px;
    }
    
    h2 {
        font-size: 1.4rem;
    }
    
    h3 {
        font-size: 1.2rem;
    }
    
    ul, ol {
        margin-left: 20px;
    }
}

/* Print Styles */
@media print {
    .cta-box,
    .blog-hero {
        background: #ffffff;
        color: #000000;
    }
    
    .btn {
        border: 2px solid #000000;
        color: #000000;
    }
    
    a {
        color: #000000;
        text-decoration: underline;
    }
}/* End custom CSS */