.elementor-1481 .elementor-element.elementor-element-e634a2d{--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;--padding-top:120px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7d3ae3b *//* ============================================
   AeroSpect NY Blog — Matching Site Design
   Light theme, professional, clean layout
   Matches: aerospectny.com blog template
   ============================================ */

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a2e;
    background-color: #ffffff;
    line-height: 1.8;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

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

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

/* ============================================
   HERO SECTION
   Compact hero with background image
   ============================================ */
.hero-section {
    position: relative;
    width: 100%;
    height: 45vh;
    min-height: 320px;
    max-height: 480px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.70) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.hero-spacer {
    display: none;
}

.hero-text {
    padding-bottom: 36px;
}

.hero-category {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.85);
    margin-bottom: 12px;
    background: rgba(255,255,255,0.15);
    padding: 5px 12px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.hero-text h1 {
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 720px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}

/* ============================================
   BLOG LAYOUT — 3-column with TOC + Content + Form
   Matches newer AeroSpect blog pattern (Bridge Inspection)
   ============================================ */
.blog-layout {
    display: grid;
    grid-template-columns: 220px 1fr 280px;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 48px 40px 80px;
    align-items: start;
}

/* ============================================
   TOC SIDEBAR (Left)
   ============================================ */
.toc-sidebar {
    position: relative;
}

.toc-sticky {
    position: sticky;
    top: 24px;
}

.toc-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a2e;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.toc-list {
    list-style: none;
    padding: 0;
}

.toc-list li {
    margin-bottom: 0;
}

.toc-list a {
    display: block;
    padding: 6px 0 6px 12px;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
    border-left: 2px solid transparent;
    transition: all 0.2s ease;
    text-decoration: none;
}

.toc-list a:hover,
.toc-list a.active {
    color: #1a1a2e;
    border-left-color: #2563eb;
    text-decoration: none;
}

/* ============================================
   MAIN BLOG CONTENT
   ============================================ */
.blog-main {
    min-width: 0;
}

/* Blog Meta */
.blog-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #d1d5db;
}

.meta-date,
.meta-read {
    font-size: 0.85rem;
    color: #64748b;
}

.meta-separator {
    color: #94a3b8;
    font-size: 0.85rem;
}

/* Content Sections */
.content-section {
    margin-bottom: 48px;
}

.content-section h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.content-section h3 {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    font-weight: 600;
    color: #1e293b;
    margin-top: 32px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.content-section p {
    margin-bottom: 16px;
    color: #334155;
    line-height: 1.8;
}

.lead-text {
    font-size: 1.1rem;
    color: #1e293b;
    line-height: 1.85;
    font-weight: 400;
}

.content-section ul,
.content-section ol {
    margin: 14px 0 22px 20px;
    color: #334155;
}

.content-section li {
    margin-bottom: 10px;
    line-height: 1.75;
    padding-left: 4px;
}

.content-section li strong {
    color: #0f172a;
}

/* Highlighted Section */
.section-highlight {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 36px 32px;
}

/* ============================================
   STATS GRID
   ============================================ */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 28px 0;
}

.stat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    transition: box-shadow 0.2s ease;
}

.stat-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 6px;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.5;
}

/* ============================================
   CONTENT IMAGES
   ============================================ */
.content-image {
    margin: 36px 0;
}

.content-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.content-image figcaption {
    font-size: 0.82rem;
    color: #94a3b8;
    margin-top: 10px;
    text-align: center;
    font-style: italic;
    line-height: 1.5;
}

/* ============================================
   DATA TABLES
   ============================================ */
.table-wrapper {
    overflow-x: auto;
    margin: 20px 0 28px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 480px;
}

.data-table thead {
    background: #f1f5f9;
}

.data-table th {
    padding: 14px 18px;
    text-align: left;
    font-weight: 600;
    color: #0f172a;
    border-bottom: 2px solid #e2e8f0;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.data-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
    vertical-align: top;
    line-height: 1.6;
}

.data-table td strong {
    color: #1e293b;
}

.data-table tbody tr:last-child td {
    border-bottom: none;
}

.data-table tbody tr:hover {
    background: #f8fafc;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.section-faq {
    border-top: 1px solid #e2e8f0;
    padding-top: 40px;
}

.faq-container {
    margin-top: 8px;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.faq-item:first-child {
    border-top: 1px solid #e5e7eb;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 18px 0;
    cursor: pointer;
    color: #1e293b;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
    font-family: inherit;
    line-height: 1.5;
    gap: 16px;
    transition: color 0.2s ease;
}

.faq-question:hover {
    color: #2563eb;
}

.faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-icon i {
    font-size: 0.7rem;
    color: #94a3b8;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.active .faq-icon i {
    transform: rotate(180deg);
    color: #2563eb;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 400px;
    padding-bottom: 16px;
}

.faq-answer p {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.75;
    margin: 0;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
    margin-top: 16px;
}

.cta-card {
    background: #0f172a;
    border-radius: 16px;
    padding: 48px 40px;
    color: #ffffff;
}

.cta-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #60a5fa;
    margin-bottom: 12px;
}

.cta-card h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.3;
}

.cta-card p {
    color: #94a3b8;
    margin-bottom: 28px;
    max-width: 560px;
    line-height: 1.75;
    font-size: 0.95rem;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    background-color: #3b82f6;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #2563eb;
    color: #ffffff;
}

.btn-outline {
    background-color: transparent;
    color: #93c5fd;
    border: 1px solid #3b82f6;
}

.btn-outline:hover {
    background-color: rgba(59, 130, 246, 0.15);
    color: #bfdbfe;
}

/* ============================================
   SHARING
   ============================================ */
.sharing-section {
    padding: 0 0 16px;
}

.sharing-divider {
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        #d1d5db 0px,
        #d1d5db 4px,
        transparent 4px,
        transparent 8px
    );
    margin: 20px 0;
}

.sharing-links {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.sharing-links a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

.sharing-links a:hover {
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
}

/* ============================================
   CONTACT SIDEBAR (Right)
   Matches Bridge Inspection blog contact card
   ============================================ */
.contact-sidebar {
    position: relative;
}

.contact-card {
    position: sticky;
    top: 24px;
    background: #ffffff;
    padding: 28px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}

.contact-card h3 {
    margin: 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.contact-subtitle {
    margin: 0 0 20px;
    font-size: 0.85rem;
    color: #64748b;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 0.9rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s ease;
    color: #1e293b;
    background: #fafafa;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #3b82f6;
    background: #ffffff;
}

.contact-form textarea {
    resize: none;
}

.contact-form button {
    width: 100%;
    padding: 13px;
    border-radius: 999px;
    border: none;
    background: #3b82f6;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s ease;
}

.contact-form button:hover {
    background: #2563eb;
}

.success-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

.success-check {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.success-message h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.success-message p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablets and below: hide right sidebar */
@media (max-width: 1100px) {
    .blog-layout {
        grid-template-columns: 200px 1fr;
        gap: 32px;
    }

    .contact-sidebar {
        display: none;
    }
}

/* Medium tablets: stack to single column */
@media (max-width: 860px) {
    .hero-section {
        height: 38vh;
        min-height: 260px;
        max-height: 380px;
    }

    .hero-content {
        padding: 0 24px;
    }

    .hero-text h1 {
        font-size: clamp(1.4rem, 4.5vw, 2rem);
    }

    .blog-layout {
        grid-template-columns: 1fr;
        padding: 32px 24px 60px;
        gap: 0;
    }

    .toc-sidebar {
        display: none;
    }

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

    .section-highlight {
        padding: 28px 24px;
    }
}

/* Small mobile */
@media (max-width: 540px) {
    body {
        font-size: 16px;
    }

    .hero-section {
        height: 35vh;
        min-height: 220px;
        max-height: 320px;
    }

    .hero-content {
        padding: 0 20px;
    }

    .hero-text {
        padding-bottom: 24px;
    }

    .hero-text h1 {
        font-size: 1.35rem;
    }

    .blog-layout {
        padding: 24px 18px 48px;
    }

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

    .cta-card {
        padding: 32px 24px;
    }

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

    .btn {
        justify-content: center;
    }

    .data-table {
        font-size: 0.82rem;
    }

    .data-table th,
    .data-table td {
        padding: 10px 12px;
    }

    .section-highlight {
        padding: 24px 18px;
        border-radius: 8px;
    }
}/* End custom CSS */