.elementor-kit-8{--e-global-color-primary:#4F6B5A;--e-global-color-secondary:#F4F1EC;--e-global-color-text:#2C2C2C;--e-global-color-accent:#7A8F7C;--e-global-color-ae6027f:#1E2A23;--e-global-color-d373795:#B4C5B7;--e-global-color-4bcc04c:#C46A2D;--e-global-color-7e0b29c:#CED99D;--e-global-color-4b6639a:#F3F4F1;--e-global-color-b8d9915:#FFFFFF;--e-global-color-cfee378:#9BAA9C;--e-global-color-d97f043:#1F2A24;--e-global-color-cd0ce49:#2E3A33;--e-global-color-cf18cc2:#B4C5B721;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 a{color:var( --e-global-color-4bcc04c );font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-8 a:hover{color:var( --e-global-color-primary );}.elementor-kit-8 h1{color:#1F2A24;font-size:48px;font-weight:700;}.elementor-kit-8 h2{color:#1F2A24;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8 h3{color:#1F2A24;font-family:"Inter", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-8 h4{color:#1F2A24;}.elementor-kit-8 img{border-radius:3px 3px 3px 3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================
   ALPHA METHOD – HEADING PILL
   Section Label Style
================================ */
.heading-pill {
    background-color: #e8f4ef;
    color: #4F6B5A;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ================================
   ALPHA OMEGA – SERVICE CARD
   Structured, Operational Style
================================ */
.ao-service-card {
    background-color: #FFFFFF;
    border: 1px solid #E8E3DA;
    padding: 32px 28px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}
.ao-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #C7A14A;
}
.ao-service-card h3 {
    color: #2E3A33;
    font-weight: 700;
    margin-bottom: 14px;
}
.ao-service-card p {
    color: #4A554E;
    line-height: 1.6;
}
.ao-service-card:hover {
    border-color: #D4CFC6;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* ================================
   PAIN POINT CARD
   Same as service card, burnt orange top
================================ */
.pain-point {
    background-color: #FFFFFF;
    border: 1px solid #E8E3DA;
    padding: 32px 28px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}
.pain-point::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #c46a2d;
}
.pain-point h3 {
    color: #2E3A33;
    font-weight: 700;
    margin-bottom: 14px;
}
.pain-point p {
    color: #4A554E;
    line-height: 1.6;
}
.pain-point:hover {
    border-color: #D4CFC6;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* ================================
   SIDE CARD – WHITE
   White card, thin green left border
================================ */
.side-card-white {
    background-color: #FFFFFF;
    border: 1px solid #E8E3DA;
    border-left: 4px solid #4F6B5A;
    padding: 32px 28px 32px 38px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.side-card-white h3 {
    color: #2E3A33;
    font-weight: 700;
    margin-bottom: 14px;
}
.side-card-white p {
    color: #4A554E;
    line-height: 1.6;
}
.side-card-white:hover {
    border-color: #D4CFC6;
    border-left-color: #4F6B5A;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* ================================
   SIDE CARD – POP
   White card, pear green left border
================================ */
.side-card-pop {
    background-color: #FFFFFF;
    border: 1px solid #E8E3DA;
    border-left: 4px solid #ced99d;
    padding: 32px 28px 32px 38px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.side-card-pop h3 {
    color: #2E3A33;
    font-weight: 700;
    margin-bottom: 14px;
}
.side-card-pop p {
    color: #4A554E;
    line-height: 1.6;
}
.side-card-pop:hover {
    border-color: #D4CFC6;
    border-left-color: #ced99d;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* ================================
   SIDE CARD – SAND
   Sand background, thin green left border
================================ */
.side-card-sand {
    background-color: #F3F4F1;
    border: 1px solid #E8E3DA;
    border-left: 4px solid #4F6B5A;
    padding: 32px 28px 32px 38px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.side-card-sand h3 {
    color: #2E3A33;
    font-weight: 700;
    margin-bottom: 14px;
}
.side-card-sand p {
    color: #4A554E;
    line-height: 1.6;
}
.side-card-sand:hover {
    border-color: #D4CFC6;
    border-left-color: #4F6B5A;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* =================================
   ALPHA OMEGA – TESTIMONIAL CARD
   Structured Authority Version
================================= */
.ao-testimonial-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 32px;
    transition: all 0.25s ease;
}
.ao-testimonial-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px) scale(1.02);
}
.ao-testimonial-card p {
    color: #F4F6F4;
    line-height: 1.7;
    font-size: 15px;
}
.ao-testimonial-card h4 {
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 4px;
}
.ao-testimonial-card .testimonial-meta {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
}
.ao-testimonial-card .star-rating {
    color: #C7A14A;
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 2px;
}

/* ================================
   ENTRANCE ANIMATION – SLIDE IN LEFT
   Add class "slide-in-left" to any widget
   Triggers once when element scrolls into view
================================ */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slide-in-left {
    opacity: 0;
    animation: slideInLeft 0.6s ease-out forwards;
    animation-play-state: paused;
}
.slide-in-left.animated {
    animation-play-state: running;
}
@media (prefers-reduced-motion: no-preference) {
    .slide-in-left {
        animation-play-state: running;
    }
}

/* =========================================
   BLOG HEADING HIERARCHY SPACING
========================================= */
.single-post .elementor-widget-theme-post-content h2 {
    margin-top: 80px;
    margin-bottom: 16px;
}
.single-post .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content h4 {
    margin-top: 40px;
    margin-bottom: 12px;
}/* End custom CSS */