.elementor-30 .elementor-element.elementor-element-8037f66{--display:flex;}.elementor-30 .elementor-element.elementor-element-faa7e1b.elementor-element{--align-self:stretch;}.elementor-30 .elementor-element.elementor-element-faa7e1b .ph-8b181fa8-header{box-shadow:no === "yes" ? "0 2px 10px rgba(0, 0, 0, 0.05)" : "none";}.elementor-30 .elementor-element.elementor-element-faa7e1b .ph-8b181fa8-title{color:#2D4B22;}.elementor-30 .elementor-element.elementor-element-faa7e1b .ph-8b181fa8-btn{background-color:#2D4B22;}.elementor-30 .elementor-element.elementor-element-faa7e1b .ph-8b181fa8-menu-link:hover{color:#2D4B22;}.elementor-30 .elementor-element.elementor-element-faa7e1b .ph-8b181fa8-menu-link:hover::after{background-color:#2D4B22;}.elementor-30 .elementor-element.elementor-element-faa7e1b .ph-8b181fa8-menu-link.is-active::after{background-color:#2D4B22;}.elementor-30 .elementor-element.elementor-element-faa7e1b .ph-8b181fa8-menu-link.is-active{color:#2D4B22;}.elementor-30 .elementor-element.elementor-element-faa7e1b .ph-8b181fa8-subtitle{color:#E0803D;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for pegasus_header_8b181fa8, class: .elementor-element-faa7e1b *//* ============================================
   PEGASUS PEST CONTROL — Elementor Site Settings Custom CSS
   Paste into: Elementor > Site Settings > Custom CSS

   ALL header styling lives here — nothing in Customizer.
   ============================================ */

/* ============================================
   1. STICKY (accounts for WP admin bar)
   position:sticky fails if ANY ancestor has overflow:hidden.
   We override html, body, and .elementor wrapper to prevent that.
   ============================================ */
html,
body,
body > .elementor,
body > .elementor > .elementor-inner,
.elementor-page,
#page,
#content,
.site-content,
.entry-content {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

.elementor-location-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
}

.admin-bar .elementor-location-header {
    top: 32px !important;
}

@media (max-width: 782px) {
    .admin-bar .elementor-location-header {
        top: 0 !important;
    }
}

/* ============================================
   2. NUKE ALL ELEMENTOR PARENT STYLING
   Forces full width, removes ALL padding/margin that
   could shift content, and locks vertical centering.
   ============================================ */
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-column,
.elementor-location-header .elementor-column-wrap,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: stretch !important;
    min-height: 80px !important;
    height: 80px !important;
    max-height: 80px !important;
    box-sizing: border-box !important;
    transition: none !important;
}

/* ============================================
   3. THE HEADER WIDGET
   ============================================ */
.ph-8b181fa8-header {
    width: 100% !important;
    max-width: 100% !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    padding: 0 40px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
}

/* ============================================
   4. BRAND (logo + text) — left
   ============================================ */
.ph-8b181fa8-brand {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
}

.ph-8b181fa8-logo-wrapper {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    background-color: #355222 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ph-8b181fa8-text-group {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.ph-8b181fa8-title {
    color: #355222 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.ph-8b181fa8-subtitle {
    color: #f1852d !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* ============================================
   5. NAV — centered (flex:1 takes remaining space)
   ============================================ */
.ph-8b181fa8-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
}

.ph-8b181fa8-menu {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ph-8b181fa8-menu-link {
    font-size: 15px !important;
}

/* ============================================
   6. CTA BUTTON — right
   ============================================ */
.ph-8b181fa8-cta-wrapper {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.ph-8b181fa8-btn {
    padding: 12px 28px !important;
    font-size: 15px !important;
    white-space: nowrap !important;
    background-color: #355222 !important;
}

/* ============================================
   7. HAMBURGER — hidden on desktop
   ============================================ */
.ph-8b181fa8-toggle {
    display: none !important;
}

/* ============================================
   8. BRAND COLORS
   ============================================ */
.ph-8b181fa8-menu-link:hover,
.ph-8b181fa8-menu-link.is-active {
    color: #355222 !important;
}

.ph-8b181fa8-menu-link:hover::after,
.ph-8b181fa8-menu-link.is-active::after {
    background-color: #355222 !important;
}

/* ============================================
   9. HAMBURGER COLORS (when visible)
   ============================================ */
.ph-8b181fa8-toggle span {
    background: #000000 !important;
}

.ph-8b181fa8-toggle.is-open span {
    background: #f1852d !important;
}

.ph-8b181fa8-toggle,
.ph-8b181fa8-toggle:hover,
.ph-8b181fa8-toggle:focus,
.ph-8b181fa8-toggle:active,
.ph-8b181fa8-toggle.is-open {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* ============================================
   10. TABLET (768px - 991px)
       [ Logo ]         [ Direct contact ] [ ≡ ]
   ============================================ */
@media (max-width: 991px) and (min-width: 768px) {
    .elementor-location-header .e-con,
    .elementor-location-header .e-con-inner,
    .elementor-location-header .elementor-widget-wrap,
    .elementor-location-header .elementor-widget-container {
        min-height: 70px !important;
    }

    .ph-8b181fa8-header {
        height: 70px !important;
        min-height: 70px !important;
        max-height: 70px !important;
        padding: 0 24px !important;
    }

    .ph-8b181fa8-brand {
        order: 1 !important;
        margin-right: auto !important;
    }

    .ph-8b181fa8-logo-wrapper {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }

    .ph-8b181fa8-title {
        font-size: 16px !important;
    }

    .ph-8b181fa8-subtitle {
        font-size: 10px !important;
    }

    .ph-8b181fa8-cta-wrapper {
        display: flex !important;
        order: 2 !important;
        margin-right: 15px !important;
    }

    .ph-8b181fa8-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    .ph-8b181fa8-toggle {
        display: flex !important;
        order: 3 !important;
    }

    .ph-8b181fa8-nav {
        display: none !important;
        order: 4 !important;
        flex: none !important;
        position: absolute !important;
        top: 70px !important;
        left: 0 !important;
        width: 100% !important;
        background-color: #ffffff !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
        padding: 20px 30px !important;
        z-index: 99 !important;
    }

    .ph-8b181fa8-nav.is-open {
        display: block !important;
    }

    .ph-8b181fa8-menu {
        flex-direction: column !important;
        gap: 0 !important;
        align-items: flex-start !important;
    }

    .ph-8b181fa8-menu-item {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }

    .ph-8b181fa8-menu-item:last-child {
        border-bottom: none !important;
    }

    .ph-8b181fa8-menu-link {
        padding: 14px 0 !important;
        font-size: 16px !important;
        display: block !important;
    }
}

/* ============================================
   11. MOBILE (max-width: 767px)
       [ Logo ]                        [ ≡ ]
       No CTA, no scrollbar in dropdown
   ============================================ */
@media (max-width: 767px) {
    .elementor-location-header .e-con,
    .elementor-location-header .e-con-inner,
    .elementor-location-header .elementor-widget-wrap,
    .elementor-location-header .elementor-widget-container {
        height: 90px !important;
        min-height: 90px !important;
        max-height: 90px !important;
    }

    .elementor-location-header {
        position: sticky !important;
        top: 0 !important;
    }

    .admin-bar .elementor-location-header {
        top: 0 !important;
    }

    .ph-8b181fa8-header {
        height: 90px !important;
        min-height: 90px !important;
        max-height: 90px !important;
        padding: 0 20px !important;
    }

    .ph-8b181fa8-brand {
        gap: 10px !important;
        margin-right: auto !important;
    }

    .ph-8b181fa8-logo-wrapper {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
    }

    .ph-8b181fa8-title {
        font-size: 16px !important;
    }

    .ph-8b181fa8-subtitle {
        font-size: 10px !important;
    }

    .ph-8b181fa8-toggle {
        display: flex !important;
    }

    .ph-8b181fa8-cta-wrapper {
        display: none !important;
    }

    .ph-8b181fa8-nav {
        display: none !important;
        flex: none !important;
        position: absolute !important;
        top: 90px !important;
        left: 0 !important;
        width: 100% !important;
        background-color: #ffffff !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
        padding: 10px 20px !important;
        z-index: 99 !important;
        overflow: visible !important;
        max-height: none !important;
        height: auto !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .ph-8b181fa8-nav::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    .ph-8b181fa8-nav.is-open {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }

    .ph-8b181fa8-menu {
        flex-direction: column !important;
        gap: 0 !important;
        align-items: flex-start !important;
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }

    .ph-8b181fa8-menu-item {
        display: block !important;
        width: 100% !important;
        visibility: visible !important;
        height: auto !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }

    .ph-8b181fa8-menu-item:last-child {
        border-bottom: none !important;
    }

    .ph-8b181fa8-menu-link {
        padding: 14px 0 !important;
        font-size: 16px !important;
        display: block !important;
    }
}/* End custom CSS */