/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.hotline-footer{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.btn-call-now{
    display: flex;
    align-items: center;
    background: #e53935;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.btn-call-now i{
    margin-right: 8px;
    font-size: 18px;
}

.btn-call-now:hover{
    background: #c62828;
    transform: scale(1.05);
}
h1.product-title.product_title.entry-title {
    text-transform: capitalize;
}
.title-wrapper {
    text-transform: capitalize;
    font-weight: 500;
}