/**
* Theme Name: Pediatric Clinic Child
* Description: This is a child theme of Pediatric Clinic.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: pediatric-clinic
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: pediatric-clinic-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/* Sticky Header */
.cmsmasters_header,
.cmsmasters_header_wrap,
.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
}

/* Prevent content hiding behind header */
body {
    padding-top: 100px;
}