.elementor-3075 .elementor-element.elementor-element-aae77db{--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-f234824 *//* ============================================
   CityLine Air Conditioning - Blog Styles
   Matches existing site design patterns
   ============================================ */

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

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

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

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

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

/* Layout Container */
.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: #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 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

.button {
    display: inline-block;
    background: #d32f2f;
    color: #fff;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.button:hover {
    background: #b71c1c;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.header--phone {
    font-size: 22px;
    font-weight: 700;
    color: #0073aa;
    letter-spacing: 0.3px;
}

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

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

.page-title {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 16px;
    max-width: 800px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.breadcrumbs {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-weight: 600;
}

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

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

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

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

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

.content strong {
    font-weight: 700;
    color: #333;
}

/* Headings */
.content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 45px 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8e8e8;
    line-height: 1.3;
}

.content h2:first-of-type {
    margin-top: 35px;
}

.content h3 {
    font-size: 21px;
    font-weight: 700;
    color: #2c2c4a;
    margin: 30px 0 12px;
    line-height: 1.35;
}

/* Lists */
.content ul,
.content ol {
    margin: 15px 0 25px 24px;
    padding: 0;
}

.content ul li,
.content ol li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    padding-left: 6px;
}

.content ul {
    list-style-type: disc;
}

.content ol {
    list-style-type: decimal;
}

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

/* Links inside content */
.content a {
    color: #0073aa;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease;
}

.content a:hover {
    color: #005580;
    border-bottom-color: #005580;
    text-decoration: none;
}

/* Related Topics */
.content > p:nth-last-child(2) + ul,
.content > ul:last-child {
    margin-top: 5px;
}

.content > ul:last-child li {
    margin-bottom: 8px;
}

.content > ul:last-child a {
    font-weight: 600;
}

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

.bar.area h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.area-search h3 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

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

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

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

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

.zip-input:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.25);
}

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

.zip-button:hover {
    background: #e8f4f8;
}

.form-container .button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 28px;
    font-size: 14px;
    border-radius: 4px;
}

.form-container .button:hover {
    background: #fff;
    color: #0073aa;
}

/* ============================================
   Responsive Design
   ============================================ */
@media screen and (max-width: 960px) {
    .page-title {
        font-size: 30px;
    }

    .content h2 {
        font-size: 24px;
    }

    .content h3 {
        font-size: 19px;
    }

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

@media screen and (max-width: 768px) {
    .header-fixed .flex {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .line1 {
        flex-direction: column;
        gap: 10px;
        margin-left: 0 !important;
    }

    .logo-fixed {
        max-width: 200px;
        margin: 0 auto;
    }

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

    .archive-header {
        padding: 50px 0 35px;
    }

    .archive-content {
        padding: 35px 0 45px;
    }

    .content h2 {
        font-size: 22px;
        margin: 35px 0 14px;
    }

    .content h3 {
        font-size: 18px;
        margin: 24px 0 10px;
    }

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

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

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

    .zip-input {
        flex: 1;
    }

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

@media screen and (max-width: 480px) {
    .miolo {
        padding: 0 15px;
    }

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

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

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

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

    .button {
        padding: 10px 22px;
        font-size: 13px;
    }

    .bar.area {
        padding: 35px 0;
    }
}/* End custom CSS */