.elementor-1494 .elementor-element.elementor-element-fa0c675{--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-193526a *//* ===== Global Reset & Typography ===== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #2c2c2c;
    background-color: #fff;
    line-height: 1.75;
}

/* ===== Blog Hero Section ===== */
.blog-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    background-image: url('https://www.aerospectny.com/wp-content/uploads/2025/03/Thermography-1024x576.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.15) 100%);
    z-index: 1;
}

.blog-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 3rem 5vw 3.5rem;
}

.blog-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.blog-hero-meta .meta-item {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.blog-hero-meta .meta-item i {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
}

.blog-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.blog-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    max-width: 750px;
    font-weight: 400;
}

/* ===== Main Content Area ===== */
.blog-main {
    max-width: 860px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 4rem;
}

.blog-article {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}

/* ===== Blog Sections ===== */
.blog-section {
    margin-bottom: 3rem;
}

.blog-section h2 {
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding-top: 0.5rem;
    border-top: 3px solid #0a66c2;
    display: inline-block;
}

.blog-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-section p {
    margin-bottom: 1.15rem;
    color: #444;
}

.blog-section a {
    color: #0a66c2;
    text-decoration: underline;
    text-decoration-color: rgba(10, 102, 194, 0.3);
    text-underline-offset: 3px;
    font-weight: 500;
    transition: text-decoration-color 0.2s ease, color 0.2s ease;
}

.blog-section a:hover {
    color: #094d92;
    text-decoration-color: #094d92;
}

/* ===== Lists ===== */
.blog-section ul {
    margin: 1rem 0 1.5rem 1.5rem;
    padding: 0;
}

.blog-section ul li {
    margin-bottom: 0.6rem;
    padding-left: 0.25rem;
    color: #444;
    line-height: 1.7;
}

.blog-section ul li strong {
    color: #1a1a1a;
}

/* ===== Blog Images ===== */
.blog-image-section {
    margin: 2.5rem 0 3rem;
}

.blog-image-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

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

.image-caption {
    padding: 0.85rem 1.25rem;
    font-size: 0.88rem;
    color: #666;
    background: #f7f8fa;
    line-height: 1.5;
    font-style: italic;
    border-top: 1px solid #eee;
}

/* ===== Comparison Table ===== */
.comparison-table-wrapper {
    overflow-x: auto;
    margin: 1.5rem 0 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    font-size: 0.95rem;
}

.comparison-table thead {
    background: #0a66c2;
    color: #fff;
}

.comparison-table th {
    padding: 1rem 1.25rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.comparison-table td {
    padding: 0.9rem 1.25rem;
    border-bottom: 1px solid #eef0f3;
    color: #444;
    vertical-align: top;
}

.comparison-table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.comparison-table tbody tr:hover {
    background: #f0f4f8;
}

.comparison-table td strong {
    color: #1a1a1a;
}

/* ===== FAQ Section ===== */
.faq-section {
    background: #f7f8fa;
    border-radius: 10px;
    padding: 2.5rem 2rem;
    margin-top: 3.5rem;
    margin-bottom: 3rem;
}

.faq-section h2 {
    border-top: none;
    display: block;
    margin-bottom: 1.75rem;
}

.faq-item {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #e2e5ea;
}

.faq-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 0.65rem;
    line-height: 1.45;
}

.faq-item p {
    margin-bottom: 0;
    font-size: 1rem;
    color: #555;
    line-height: 1.75;
}

/* ===== CTA Section ===== */
.blog-cta-section {
    background: linear-gradient(135deg, #0a66c2 0%, #064a8a 100%);
    border-radius: 12px;
    padding: 3rem 2.5rem;
    margin-top: 1rem;
    text-align: center;
}

.blog-cta-content h2 {
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.3;
    border-top: none;
    display: block;
}

.blog-cta-content p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.9);
    max-width: 650px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

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

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.75rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    letter-spacing: 0.01em;
}

.cta-primary {
    background: #fff;
    color: #0a66c2;
}

.cta-primary:hover {
    background: #f0f4f8;
    color: #064a8a;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.cta-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
}

.cta-secondary:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
    .blog-hero {
        min-height: 420px;
    }

    .blog-hero-content {
        padding: 2rem 1.25rem 2.5rem;
    }

    .blog-main {
        padding: 2.5rem 1.25rem 3rem;
    }

    .blog-section h2 {
        font-size: 1.35rem;
    }

    .faq-section {
        padding: 1.75rem 1.25rem;
    }

    .blog-cta-section {
        padding: 2.25rem 1.5rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-button {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.75rem 0.9rem;
        font-size: 0.88rem;
    }
}

@media (max-width: 480px) {
    .blog-hero {
        min-height: 360px;
    }

    .blog-hero-meta {
        gap: 0.75rem;
    }

    .blog-hero-meta .meta-item {
        font-size: 0.78rem;
    }

    .blog-article {
        font-size: 1rem;
    }

    .blog-section ul {
        margin-left: 1rem;
    }
}

/* ===== Print Styles ===== */
@media print {
    .blog-hero {
        min-height: auto;
        background: none;
        color: #000;
    }

    .blog-hero-overlay {
        display: none;
    }

    .blog-hero h1 {
        color: #000;
    }

    .blog-cta-section {
        display: none;
    }

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