/*
Theme Name: Child Safe Middle East
Theme URI: https://childsafeme.com
Author: CSME
Author URI: https://childsafeme.com
Description: A clean, professional, and minimalistic block theme for Child Safe Middle East — dedicated to safeguarding children across the Middle East.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csme
Tags: block-patterns, full-site-editing, one-column, custom-colors, custom-logo, editor-style, wide-blocks
*/

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* Clean image defaults */
img {
	max-width: 100%;
	height: auto;
}

/* Button transition */
.wp-block-button__link {
	transition: background-color 0.2s ease, color 0.2s ease;
}

/* Navigation link transition */
.wp-block-navigation a {
	transition: color 0.2s ease;
}

/* Separator styling */
.wp-block-separator.has-secondary-color {
	border-color: var(--wp--preset--color--secondary);
}

/* Service card hover */
.csme-service-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.csme-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
