.elementor-3083 .elementor-element.elementor-element-9b2cd5e{--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-c8258ad *//* ===========================
   CityLine Air Conditioning
   Blog Page Styles
   =========================== */

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

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

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

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

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

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

.flex {
    display: flex;
}

.flex-vertical-center {
    align-items: center;
}

.flex-horizontal-space {
    justify-content: space-between;
}

.clear {
    clear: both;
}

/* ===========================
   Header
   =========================== */
.header-fixed {
    background-color: #fff;
    padding: 12px 0;
    border-bottom: 3px solid #0073aa;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

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

.header-fixed .line1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-fixed .button {
    display: inline-block;
    background-color: #e8491d;
    color: #fff;
    padding: 10px 22px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.header-fixed .button:hover {
    background-color: #c73c15;
    text-decoration: none;
}

.header--phone {
    font-size: 20px;
    font-weight: 700;
    color: #0073aa;
    white-space: nowrap;
}

/* ===========================
   Archive Header / Hero
   =========================== */
.archive-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
    position: relative;
}

.archive-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 50, 80, 0.88) 0%, rgba(0, 80, 130, 0.78) 100%);
}

.archive-header .miolo {
    position: relative;
    z-index: 2;
}

.archive-header .page-title {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.25;
}

.archive-header .breadcrumbs {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

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

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

/* ===========================
   Blog Content Area
   =========================== */
.archive-content {
    padding: 50px 0;
}

.archive-content .content {
    max-width: 820px;
    width: 100%;
}

.archive-content p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
}

.archive-content p:last-child {
    margin-bottom: 0;
}

/* Headings */
.archive-content h2 {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 45px;
    margin-bottom: 18px;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid #0073aa;
}

.archive-content h3 {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-top: 30px;
    margin-bottom: 14px;
    line-height: 1.35;
}

/* Lists */
.archive-content ul,
.archive-content ol {
    margin-bottom: 20px;
    padding-left: 28px;
}

.archive-content ul li,
.archive-content ol li {
    margin-bottom: 8px;
    line-height: 1.7;
    color: #444;
}

.archive-content ul li strong,
.archive-content ol li strong {
    color: #1a1a2e;
}

/* Bold links */
.archive-content a strong,
.archive-content strong a {
    color: #0073aa;
}

.archive-content a strong:hover,
.archive-content strong a:hover {
    color: #005177;
}

/* ===========================
   Callout Box
   =========================== */
.callout-box {
    background: linear-gradient(135deg, #f0f7fb 0%, #e8f4f8 100%);
    border-left: 5px solid #0073aa;
    padding: 22px 28px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.callout-box strong {
    color: #0073aa;
    display: inline;
}

.callout-box a {
    color: #005177;
    font-weight: 600;
}

.callout-box a:hover {
    color: #003d5c;
}

/* ===========================
   Comparison Tables
   =========================== */
.comparison-table {
    margin: 28px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    min-width: 580px;
}

.comparison-table thead {
    background: #0073aa;
}

.comparison-table th {
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 14px 16px;
    font-size: 14px;
    letter-spacing: 0.3px;
}

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

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

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

/* ===========================
   FAQ Section
   =========================== */
.faq-section {
    margin-top: 10px;
}

.faq-section h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 32px;
    margin-bottom: 10px;
    padding-left: 0;
    position: relative;
}

.faq-section h3::before {
    content: 'Q:';
    color: #0073aa;
    font-weight: 800;
    margin-right: 8px;
}

.faq-section p {
    padding-left: 0;
    margin-bottom: 12px;
}

/* ===========================
   Navigation Container
   =========================== */
.navigation-container {
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    font-size: 14px;
}

.navigation-container a {
    color: #0073aa;
}

.navigation-container a:hover {
    color: #005177;
}

/* ===========================
   Post Meta
   =========================== */
.archive-content small {
    font-size: 13px;
    color: #777;
    display: block;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.archive-content small a {
    color: #0073aa;
}

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

.bar.area h2 {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
}

.bar.area h3 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
    margin-top: 0;
}

.area-search {
    max-width: 500px;
    margin: 0 auto;
}

.form-container {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.form-container form {
    display: flex;
    gap: 0;
}

.zip-input {
    padding: 12px 16px;
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    border-radius: 4px 0 0 4px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: none;
    width: 160px;
    transition: border-color 0.3s ease;
}

.zip-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

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

.zip-button {
    padding: 12px 18px;
    font-size: 15px;
    background-color: #0073aa;
    color: #fff;
    border: 2px solid #0073aa;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

.zip-button:hover {
    background-color: #005c8a;
}

.bar.area .button {
    display: inline-block;
    background-color: #e8491d;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
}

.bar.area .button:hover {
    background-color: #c73c15;
    text-decoration: none;
}

/* ===========================
   Responsive Design
   =========================== */
@media (max-width: 768px) {
    .header-fixed .flex {
        flex-wrap: wrap;
        gap: 10px;
    }

    .header-fixed .logo-fixed {
        max-width: 200px;
    }

    .header-fixed .line1 {
        gap: 12px;
    }

    .header-fixed .button {
        padding: 8px 14px;
        font-size: 12px;
    }

    .header--phone {
        font-size: 16px;
    }

    .archive-header {
        padding: 45px 0;
    }

    .archive-header .page-title {
        font-size: 26px;
    }

    .archive-content {
        padding: 30px 0;
    }

    .archive-content .content {
        max-width: 100%;
    }

    .archive-content h2 {
        font-size: 22px;
        margin-top: 35px;
    }

    .archive-content h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .callout-box {
        padding: 18px 20px;
        margin: 24px 0;
    }

    .comparison-table {
        margin: 20px -10px;
        padding: 0 10px;
    }

    .bar.area {
        padding: 35px 0;
    }

    .bar.area h2 {
        font-size: 22px;
    }

    .form-container {
        flex-direction: column;
    }

    .form-container form {
        width: 100%;
        max-width: 300px;
    }

    .zip-input {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .header-fixed .line1 {
        flex-direction: column;
        gap: 6px;
        align-items: flex-end;
    }

    .archive-header .page-title {
        font-size: 22px;
    }

    .archive-header .breadcrumbs {
        font-size: 12px;
    }

    .archive-content p,
    .archive-content ul li,
    .archive-content ol li {
        font-size: 15px;
    }

    .archive-content h2 {
        font-size: 20px;
    }

    .archive-content h3 {
        font-size: 17px;
    }

    .faq-section h3 {
        font-size: 17px;
    }
}/* End custom CSS */