.elementor-1528 .elementor-element.elementor-element-e545065{--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-14c95b2 *//* AeroSpect NY Blog Styling */
/* Professional, clean design matching existing site aesthetic */

:root {
    --primary-color: #1a1a1a;
    --secondary-color: #0066cc;
    --accent-color: #00a8ff;
    --text-color: #333333;
    --text-light: #666666;
    --border-color: #e0e0e0;
    --bg-light: #f8f9fa;
    --white: #ffffff;
    --transition: all 0.3s ease;
}

* {
    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: var(--text-color);
    background-color: var(--white);
    font-size: 18px;
}

/* Blog Article Container */
.blog-post {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background: var(--white);
}

/* Header Section */
.blog-header {
    margin-bottom: 50px;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 40px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-meta time {
    font-weight: 500;
}

.reading-time {
    padding-left: 20px;
    border-left: 2px solid var(--border-color);
}

h1 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.blog-subtitle {
    font-size: 22px;
    line-height: 1.5;
    color: var(--text-light);
    font-weight: 400;
    margin-bottom: 30px;
}

.featured-image {
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

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

/* Content Section */
.blog-content {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-color);
}

.intro-text {
    font-size: 20px;
    line-height: 1.7;
    color: var(--text-color);
    margin-bottom: 30px;
    font-weight: 400;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 25px;
    color: var(--text-color);
}

a {
    color: var(--secondary-color);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}

a:hover {
    color: var(--accent-color);
    border-bottom-color: var(--accent-color);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
    color: var(--white);
    padding: 50px 40px;
    border-radius: 12px;
    margin: 60px 0;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 102, 204, 0.2);
}

.cta-section h3 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
}

.cta-section p {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background: var(--white);
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    border-bottom: none;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color: var(--secondary-color);
    border-bottom: none;
}

/* Footer Section */
.blog-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid var(--border-color);
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.tag {
    display: inline-block;
    padding: 8px 16px;
    background: var(--bg-light);
    color: var(--text-color);
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    transition: var(--transition);
}

.tag:hover {
    background: var(--secondary-color);
    color: var(--white);
}

/* Related Services */
.related-services {
    margin-bottom: 40px;
}

.related-services h3 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
}

.related-services ul {
    list-style: none;
    padding: 0;
}

.related-services li {
    margin-bottom: 12px;
}

.related-services a {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 500;
    transition: var(--transition);
}

.related-services a::before {
    content: "→";
    margin-right: 10px;
    font-size: 18px;
    transition: var(--transition);
}

.related-services a:hover {
    color: var(--accent-color);
    padding-left: 10px;
}

.related-services a:hover::before {
    transform: translateX(5px);
}

/* Share Section */
.share-section {
    padding: 30px;
    background: var(--bg-light);
    border-radius: 8px;
    text-align: center;
}

.share-section p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--text-color);
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    color: var(--white);
    text-decoration: none;
    border-bottom: none;
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.facebook {
    background: #1877f2;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: var(--white);
    border-bottom: none;
}

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

    h1 {
        font-size: 32px;
    }

    .blog-subtitle {
        font-size: 18px;
    }

    h2 {
        font-size: 26px;
        margin-top: 40px;
    }

    h3 {
        font-size: 20px;
        margin-top: 30px;
    }

    .blog-content {
        font-size: 16px;
    }

    .intro-text {
        font-size: 18px;
    }

    .cta-section {
        padding: 40px 25px;
    }

    .cta-section h3 {
        font-size: 24px;
    }

    .share-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .share-btn {
        width: 100%;
        text-align: center;
    }

    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .reading-time {
        padding-left: 0;
        border-left: none;
        padding-top: 10px;
        border-top: 2px solid var(--border-color);
    }
}

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

    h1 {
        font-size: 28px;
    }

    .blog-subtitle {
        font-size: 16px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }
}

/* Print Styles */
@media print {
    .share-section,
    .cta-section {
        display: none;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 18pt;
        page-break-after: avoid;
    }

    h3 {
        font-size: 14pt;
        page-break-after: avoid;
    }

    a {
        color: var(--text-color);
        text-decoration: underline;
    }

    .featured-image {
        page-break-inside: avoid;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

/* Focus States for Keyboard Navigation */
a:focus,
button:focus,
.cta-button:focus {
    outline: 3px solid var(--accent-color);
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    :root {
        --primary-color: #000000;
        --text-color: #000000;
        --border-color: #000000;
    }

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