.sidebar .widget-wrap .form-fields .form-title {
    animation: pulse 1.5s infinite;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    max-width: 1200px;
    margin: 10px 10px 30px;
    padding: 10px;
}
.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    text-decoration: none;
    padding: 5px;
    border-radius: 12px;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    box-shadow: 0 4px 12px rgba(0,123,255,0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    white-space: normal;
    height: 100%;
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
}
.service-btn:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,123,255,0.4);
    border-color: rgba(255,255,255,0.3);
    color: white;
}
.service-btn:active {
    transform: translateY(-1px);
}
.genesis-nav-menu > .menu-item.menu-item-has-children ul > .menu-item.menu-item-has-children > a span:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f0d7";
    margin-left: 7px;
    font-size: 12px;
}
.blog-section.layout-3 .blog-date {
    background-color: #ee7223 !important;
}
.site-footer .footer-col-item.site-logo {
    background: #e5e4e5;
    padding: 10px;
}
.slmp-faqs.faqs-layout-1 {
    margin-bottom: 20px;
}
footer .footer-item-rows:first-child .footer-col-item p a {
    color: #fff;
}
footer .footer-item-rows:first-child .footer-col-item p a:hover {
    color: #ee7223;
}
#slmp_widget_gallery-2 .slmp-gallery {
    margin-bottom: 0;
}
#slmp_widget_gallery-2 .slmp-widget-gallery {
    padding: 20px 10px;
}
.yext-reviews {
    margin-bottom: 30px !important;
}
.yext-widget .yext-widget-empty {
    margin-bottom: 30px !important;
    display: block;
}
.two-col-list {
    column-count: 2;
}
.two-col-list  li {
    break-inside: avoid-column;
    vertical-align: top;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border-color: red !important;
    background: red;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    background: green;
    color: #fff;
}

@media only screen and (max-width:1200px) {
    footer .column-element .column-label {
        font-size: 18px !important;
    }
    .main-header .header-items .header-col.logo-item img {
        max-width: 240px;
    }
}

@media only screen and (max-width:1140px) {
    .main-header .header-items .header-col.logo-item img {
        max-width: 230px;
    }
}

@media only screen and (max-width:1100px) {
    .nav-primary .genesis-nav-menu a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .main-header .header-items .header-col.logo-item img {
        max-width: 220px;
    }
}

@media only screen and (max-width:1023px) {
    .floating-cta.hide-cta.medium.show-item-mobile {
        background: #ee7223;
        animation: pulse 1.5s infinite;
    }
    .nav-primary .genesis-nav-menu a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .floating-cta {
        z-index: 2 !important;
        cursor: pointer;
    }
    footer .column-element .column-label {
        font-size: 25px !important;
    }
    .genesis-nav-menu > .menu-item.menu-item-has-children ul > .menu-item.menu-item-has-children > a span:after {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
    .nav-primary .genesis-nav-menu a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 10px;
        padding: 10px;
    }

    .service-btn {
        padding: 10px;
        margin: 10px;
    }
}

@media only screen and (max-width:420px) {

}