/*
Theme Name: Medova
Theme URI: https://wordpress.themeholy.com/medova
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Medova - Health & Medical WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medova
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, 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 with others. 

*/

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

/*  */
.filter-item.hidden {
    display: none;
}
.blog-meta{
  display: none!important;	
	}
.counter-box .box-number {
	display: none!important;
}

.call-button {
    position: fixed;
       bottom: 78px;
    right: 15px;
    background-color: #28a745; /* Green like WhatsApp */
    color: white;
    font-size: 24px;
    padding: 14px 16px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    text-decoration: none;
    z-index: 1000;
    transition: transform 0.2s ease-in-out, background-color 0.3s;
}
.call-button:hover {
    background-color: #218838;
    transform: scale(1.1);
}