/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772108241
Updated: 2026-02-26 12:17:21

*/


body,
button,
input,
select,
textarea {
    font-family: 'Sora', sans-serif;
}

.bwah-sticky-actions {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    width: 10.5rem;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
    transform: translateY(-50%);
}

.bwah-sticky-actions__item {
    display: flex;
    min-height: 3.75rem;
    align-items: center;
    gap: 0.65rem;
    padding: 0.8rem 1rem;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: filter 0.2s ease;
}

.bwah-sticky-actions__item:hover,
.bwah-sticky-actions__item:focus-visible {
    color: #ffffff;
    filter: brightness(1.1);
}

.bwah-sticky-actions__item:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: -4px;
}

.bwah-sticky-actions__item--call {
    background: #14532d;
}

.bwah-sticky-actions__item--quote {
    background: linear-gradient(135deg, #ec2513 0%, #f98c1f 100%);
}

.bwah-sticky-actions__icon {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    background-color: currentColor;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.bwah-sticky-actions__icon--phone {
    -webkit-mask-image: url("bwah-helpers/templates/assets/img/icons/icon-phone.svg");
    mask-image: url("bwah-helpers/templates/assets/img/icons/icon-phone.svg");
}

.bwah-sticky-actions__icon--quote {
    -webkit-mask-image: url("bwah-helpers/templates/assets/img/icons/icon-file-text.svg");
    mask-image: url("bwah-helpers/templates/assets/img/icons/icon-file-text.svg");
}

@media (max-width: 767px) {
    body {
        padding-bottom: calc(4.25rem + env(safe-area-inset-bottom));
    }

    .bwah-sticky-actions {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        flex-direction: row;
        overflow: visible;
        border-radius: 0;
        box-shadow: 0 -4px 18px rgba(15, 23, 42, 0.2);
        transform: none;
    }

    .bwah-sticky-actions__item {
        min-width: 0;
        min-height: calc(4.25rem + env(safe-area-inset-bottom));
        flex: 1 1 50%;
        justify-content: center;
        padding: 0.75rem 0.5rem calc(0.75rem + env(safe-area-inset-bottom));
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bwah-sticky-actions__item {
        transition: none;
    }
}
