.elementor-3067 .elementor-element.elementor-element-ebb7164{--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-9c30976 *//* ============================
   CityLine Air Conditioning Blog
   Matching Site Theme 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: #005580;
    text-decoration: underline;
}

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

/* Layout Utilities */
.miolo {
    max-width: 1140px;
    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);
}

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

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

.header--phone {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0073aa;
    letter-spacing: -0.5px;
}

/* Button */
.button {
    display: inline-block;
    background-color: #e8491d;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    letter-spacing: 0.5px;
}

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

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

.archive-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 60, 100, 0.88) 0%, rgba(0, 40, 70, 0.92) 100%);
}

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

.archive-header .page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.9);
    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: 800px;
    margin: 0 auto;
}

/* Article Styles */
article {
    line-height: 1.8;
}

article p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #444;
}

article h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 45px;
    margin-bottom: 18px;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8491d;
}

article h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #0073aa;
    margin-top: 32px;
    margin-bottom: 12px;
    line-height: 1.35;
}

article ul,
article ol {
    margin-bottom: 24px;
    padding-left: 28px;
}

article ul li,
article ol li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

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

article ul {
    list-style-type: disc;
}

article ol {
    list-style-type: decimal;
}

/* Internal Links within content */
article a strong {
    color: #0073aa;
}

article a:hover strong {
    color: #005580;
}

/* Tags & Meta */
.archive-content small {
    display: block;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
    color: #777;
    line-height: 1.8;
}

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

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

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

.area-search h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

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

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

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

.zip-input:focus {
    outline: none;
    border-color: #e8491d;
    background: rgba(255, 255, 255, 0.15);
}

.zip-button {
    padding: 12px 20px;
    font-size: 16px;
    background-color: #e8491d;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

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

.form-container .button {
    margin-left: 8px;
}

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

    .line1 {
        margin-left: 0 !important;
        justify-content: center;
        flex-wrap: wrap;
    }

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

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

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

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

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

    article h2 {
        font-size: 23px;
        margin-top: 35px;
    }

    article h3 {
        font-size: 19px;
        margin-top: 25px;
    }

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

    .form-container {
        flex-direction: column;
        gap: 10px;
    }

    .zip-input {
        width: 100%;
        max-width: 280px;
    }

    .form-container .button {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .archive-header .page-title {
        font-size: 22px;
    }

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

    article h2 {
        font-size: 20px;
    }

    article h3 {
        font-size: 17px;
    }

    .button {
        font-size: 13px;
        padding: 10px 18px;
    }
}/* End custom CSS */