.elementor-3060 .elementor-element.elementor-element-cf17731{--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-931fe39 *//* ===========================
   CityLine Air Conditioning Blog
   Matches existing site design patterns
   =========================== */

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

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

body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.75;
    background-color: #fff;
}

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

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

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

/* ===========================
   Header
   =========================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 12px 0;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-link {
    display: inline-flex;
    align-items: center;
}

.site-logo {
    max-width: 260px;
    height: auto;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.header-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #333;
    white-space: nowrap;
}

/* ===========================
   Buttons
   =========================== */
.btn {
    display: inline-block;
    padding: 12px 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease;
}

.btn-primary {
    background-color: #c0392b;
    color: #fff;
}

.btn-primary:hover {
    background-color: #a93226;
    color: #fff;
    text-decoration: none;
}

.btn-secondary {
    background-color: #000080;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #000060;
    color: #fff;
    text-decoration: none;
}

.btn-large {
    padding: 16px 36px;
    font-size: 1rem;
}

/* ===========================
   Hero Banner
   =========================== */
.hero-banner {
    position: relative;
    background: url('https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?w=1600&q=80') center/cover no-repeat;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 40, 0.7);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    padding: 60px 20px;
    text-align: center;
}

.hero-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 16px;
}

.breadcrumbs {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ===========================
   Blog Main Layout
   =========================== */
.blog-main {
    padding: 50px 0 60px;
    background: #f9f9f9;
}

.blog-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-article {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    padding: 40px 48px;
}

/* ===========================
   Post Navigation
   =========================== */
.post-navigation-top,
.post-navigation-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

.post-navigation-bottom {
    padding-top: 24px;
    padding-bottom: 0;
    margin-top: 24px;
    margin-bottom: 0;
    border-top: 1px solid #eee;
    border-bottom: none;
}

/* ===========================
   Featured Image
   =========================== */
.featured-image {
    margin-bottom: 36px;
    border-radius: 6px;
    overflow: hidden;
}

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

/* ===========================
   Blog Section & Typography
   =========================== */
.blog-section {
    margin-bottom: 40px;
}

.blog-section:last-of-type {
    margin-bottom: 20px;
}

.blog-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.65rem;
    color: #1a1a2e;
    margin-bottom: 18px;
    margin-top: 10px;
    line-height: 1.3;
}

.blog-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #2c3e50;
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.35;
}

.blog-section p {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.blog-section p:last-child {
    margin-bottom: 0;
}

/* ===========================
   Lists
   =========================== */
.styled-list,
.numbered-list {
    margin: 16px 0 20px 24px;
    padding: 0;
}

.styled-list li,
.numbered-list li {
    margin-bottom: 10px;
    padding-left: 6px;
    line-height: 1.7;
    color: #444;
}

.styled-list li strong,
.numbered-list li strong {
    color: #1a1a2e;
}

/* ===========================
   Callout Boxes
   =========================== */
.callout-box {
    background: #eef4fb;
    border-left: 4px solid #000080;
    padding: 20px 24px;
    margin: 24px 0;
    border-radius: 0 6px 6px 0;
}

.callout-box p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #333;
}

.callout-warning {
    background: #fef5e7;
    border-left-color: #c0392b;
}

/* ===========================
   Comparison Table
   =========================== */
.comparison-table-wrapper {
    margin: 28px 0;
    overflow-x: auto;
}

.comparison-table-wrapper h3 {
    margin-top: 0;
    margin-bottom: 14px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.comparison-table th {
    background: #000080;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
}

.comparison-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
    color: #444;
}

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

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

/* ===========================
   Services Grid
   =========================== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 28px;
}

.service-card {
    background: #f8f9fb;
    border: 1px solid #e4e8ee;
    border-radius: 8px;
    padding: 24px;
    transition: box-shadow 0.2s ease;
}

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

.service-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000080;
    margin-top: 0;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ===========================
   Trust Badges
   =========================== */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    padding: 20px;
    background: #f0f4f0;
    border-radius: 8px;
}

.badge {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 calc(50% - 16px);
    min-width: 200px;
}

.badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #27ae60;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.badge-text {
    font-weight: 600;
    font-size: 0.9rem;
    color: #2c3e50;
}

/* ===========================
   Checklist Grid
   =========================== */
.checklist-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.checklist-card {
    background: #fff;
    border: 1px solid #e4e8ee;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.checklist-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 14px;
}

.checklist-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist-card ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #444;
}

.checklist-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-size: 0.8rem;
    font-weight: 700;
}

/* ===========================
   FAQ Section
   =========================== */
.faq-section {
    border-top: 2px solid #000080;
    padding-top: 32px;
}

.faq-item {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

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

.faq-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}

.faq-item p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #444;
}

/* ===========================
   CTA Section
   =========================== */
.cta-section h2 {
    color: #000080;
}

.cta-box {
    background: linear-gradient(135deg, #000080 0%, #1a1a6e 100%);
    color: #fff;
    padding: 36px 40px;
    border-radius: 10px;
    text-align: center;
    margin: 24px 0;
}

.cta-box p {
    color: #e8e8f0;
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.cta-box p strong {
    color: #fff;
}

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

.cta-phone {
    font-size: 1.1rem !important;
    margin-bottom: 0 !important;
}

.cta-phone a {
    color: #fff;
    font-size: 1.2rem;
}

.cta-phone a:hover {
    color: #ddd;
}

.related-links {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.related-links li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.related-links li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #000080;
    font-weight: 700;
}

/* ===========================
   Post Meta
   =========================== */
.post-meta {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #888;
}

.post-meta small {
    font-size: 0.85rem;
}

.post-meta a {
    color: #000080;
}

/* ===========================
   Service Area Bar
   =========================== */
.service-area-bar {
    background: #1a1a2e;
    color: #fff;
    padding: 48px 20px;
    text-align: center;
}

.bar-inner {
    max-width: 700px;
    margin: 0 auto;
}

.service-area-bar h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #fff;
}

.area-search h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.85);
}

.zip-form {
    display: inline-flex;
    gap: 0;
    margin-bottom: 16px;
}

.zip-input {
    padding: 12px 16px;
    font-size: 1rem;
    border: 2px solid #444;
    border-right: none;
    border-radius: 4px 0 0 4px;
    background: #fff;
    color: #333;
    width: 160px;
    outline: none;
}

.zip-input:focus {
    border-color: #c0392b;
}

.zip-button {
    padding: 12px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    background: #c0392b;
    color: #fff;
    border: 2px solid #c0392b;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background 0.2s ease;
}

.zip-button:hover {
    background: #a93226;
    border-color: #a93226;
}

.area-search .btn {
    margin-left: 12px;
    vertical-align: middle;
}

/* ===========================
   Footer
   =========================== */
.site-footer {
    background: #111;
    color: rgba(255, 255, 255, 0.6);
    padding: 24px 20px;
    text-align: center;
    font-size: 0.85rem;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer a:hover {
    color: #fff;
}

/* ===========================
   Responsive Design
   =========================== */
@media (max-width: 900px) {
    .blog-article {
        padding: 30px 28px;
    }

    .services-grid,
    .checklist-grid {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 1.85rem;
    }

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

@media (max-width: 680px) {
    .header-inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .header-actions {
        margin-left: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    .site-logo {
        max-width: 200px;
    }

    .hero-content h1 {
        font-size: 1.55rem;
    }

    .hero-content {
        padding: 40px 16px;
    }

    .blog-article {
        padding: 24px 18px;
    }

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

    .blog-section h3 {
        font-size: 1.05rem;
    }

    .cta-box {
        padding: 28px 20px;
    }

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

    .btn-large {
        width: 100%;
        max-width: 320px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    .post-navigation-top,
    .post-navigation-bottom {
        flex-direction: column;
        text-align: center;
    }

    .badge {
        flex: 1 1 100%;
    }

    .trust-badges {
        flex-direction: column;
    }

    .breadcrumbs {
        font-size: 0.75rem;
    }

    .zip-form {
        flex-direction: column;
        align-items: center;
    }

    .zip-input {
        border-right: 2px solid #444;
        border-radius: 4px;
        width: 100%;
        max-width: 240px;
    }

    .zip-button {
        border-radius: 4px;
        width: 100%;
        max-width: 240px;
    }

    .area-search .btn {
        display: block;
        margin: 12px auto 0;
    }
}

@media (max-width: 400px) {
    .hero-content h1 {
        font-size: 1.35rem;
    }

    body {
        font-size: 15px;
    }
}

/* Print Styles */
@media print {
    .site-header,
    .hero-banner,
    .service-area-bar,
    .site-footer,
    .post-navigation-top,
    .post-navigation-bottom,
    .cta-box,
    .cta-buttons {
        display: none;
    }

    .blog-article {
        box-shadow: none;
        padding: 0;
    }

    .blog-main {
        padding: 0;
        background: #fff;
    }
}/* End custom CSS */