/*
Theme Name: Asha Clinic Child
Theme URI: https://example.com/asha-clinic
Template: asha-clinic
Author: Hashone Global
Author URI: https://example.com
Description: Child theme for Asha Clinic. Put all your custom CSS, JavaScript, and template overrides here so they survive parent-theme updates. Activate this theme instead of the parent, then edit the files inside.
Version: 1.0.0
Requires at least: 6.0
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: asha-clinic-child
*/

/* =========================================================================
 *  YOUR CUSTOM STYLES
 *  Anything you write below (or in assets/css/custom.css) loads AFTER the
 *  parent theme's CSS, so it wins by cascade order — no !important needed
 *  most of the time. The design uses CSS variables, so overriding a token
 *  re-themes the whole site.
 *
 *  Quick examples (delete or edit):
 * ====================================================================== */

/* --- Example 1: nudge the brand accent (uncomment to use) ---
:root {
	--teal: #1FA0B4;
	--brand: #1B4F86;
}
*/

/* --- Example 2: make section headings a touch larger ---
.section-head h2 {
	font-size: clamp(2rem, 4vw, 3rem);
}
*/

/* --- Example 3: round the buttons less ---
.btn { border-radius: 10px; }
*/
.svc-item.reveal.in .btn.btn-outline.svc-btn{margin-top:10px}