/*
Theme Name: MedibillRCM Child Theme
Theme URI: https://www.medibillrcm.com/
Description: This a custom developed well optimized child theme for MediBill RCM with performance improvements. 
Author: Buzz Marketing
Author URI: https://buzzmarketing.com.pk/
Template: hello-elementor
Version: 1.0.0
Text Domain: medibillrcm-child-theme
Tags: medical, healthcare, billing, RCM, finance, insurance, hospital, doctor, invoicing

/* Remove Underlines from Links & Buttons */
a,button,a.button,.elementor-button{text-decoration:none !important;}
a:hover{text-decoration:underline;}

/* Optimize Images */
img{max-width:100%;height:auto;display:block;}

/* Lazy Load Iframes */
iframe{loading:lazy;}

/* Reduce Render Blocking */
h1,h2,h3,h4,h5,h6{font-weight:600;margin:0 0 10px;}

/* Buttons & Form Elements */
button,input,select{font-family:inherit;border:none;outline:none;}

/* Elementor Optimization */
.elementor a,.elementor-button{text-decoration:none !important;}

/* Fast Caching Fix */
*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}



















/*
 Theme Name:   Medibillrcm Child Theme
 Theme URI:    https://www.medibillrcm.com/
 Description:  This is a custom child theme desinged and developed for MediBillrcm, a leading medical billing company in the US. 
 Tags: medical, healthcare, billing, revenue cycle, RCM, insurance, claims, finance, hospital, clinic, doctor, healthtech, HIPAA, invoicing, payments

 Author:       Buzz Marketging Agency 
 Author URI:   https://buzzmarketing.com.pk/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  medibillrcm-child
*/
/* Remove underline from all links */
a {
    text-decoration: none !important;
}

/* Remove underline from buttons inside links */
button, a.button, .elementor-button {
    text-decoration: none !important;
}

/* Ensure underline only appears on hover if needed */
a:hover {
    text-decoration: underline;
}


/* Remove underlines from Elementor buttons */
.elementor a, .elementor-button {
    text-decoration: none !important;
}

