.elementor-80 .elementor-element.elementor-element-01927d2{--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;}.elementor-80 .elementor-element.elementor-element-5f9ae59c{--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;}.elementor-80 .elementor-element.elementor-element-7abc4eba{background-color:#25D366;}/* Start custom CSS for html, class: .elementor-element-7abc4eba *//* Container for the buttons */
.mobile-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999; /* Ensures it stays on top of all other content */
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

/* Base style for buttons */
.sticky-btn {
    flex: 1; /* Makes buttons equal width (50/50) */
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: white;
}

/* Specific button colors */
.call-btn {
    background-color: #002E5D; /* Professional Deep Blue to match your theme */
}

.wa-btn {
    background-color: #25D366; /* Standard WhatsApp Green */
}

/* Hide on Desktop - only show on Mobile */
@media screen and (min-width: 769px) {
    .mobile-sticky-footer {
        display: none;
    }
}/* End custom CSS */