/*!
Theme Name: Medic Child
Theme URI: https://www.templatemonster.com/wordpress-themes/medic-health-and-medical-clinic-wordpress-theme-216233.html
Author: MhrTheme
Author URI: https://www.templatemonster.com/authors/mhrtheme/
Template: medic
Description: Medic is a WordPress theme that is based on the hospital, diagnostic, clinic, health, and medical lab website.
Version: 1.1
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medic-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.btn-programare-plutitor {
    position: fixed;
    bottom: 72px;
    right: 30px;
    background-color: #f62d36; 
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0px 5px 15px rgba(246, 45, 54, 0.3);  
    z-index: 999999; 
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-programare-plutitor:hover {
    background-color: #d62028;
    transform: translateY(-3px); 
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .btn-programare-plutitor {
        bottom: 10px;
        right: 20px;
        padding: 10px 18px;
        font-size: 13px;
        box-shadow: 0px 3px 10px rgba(246, 45, 54, 0.3);
    }
}


