/*
Theme Name: Calyra Framework Fixed
Theme URI: https://calyracleaning.com
Author: Calyra Cleaning Services
Description: Corrected fully editable WordPress block theme for Calyra Cleaning Services. Normal pages render all editor content between the global header and footer without automatically displaying the page title.
Version: 1.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: calyra-framework-fixed
Tags: block-patterns, full-site-editing, custom-colors, custom-logo, wide-blocks
*/

html {
	scroll-behavior: smooth;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	text-underline-offset: 0.18em;
}

.wp-element-button,
.wp-block-button__link {
	transition: transform .2s ease, box-shadow .2s ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
	transform: translateY(-2px);
}

.calyra-shadow {
	box-shadow: 0 18px 50px rgba(3, 23, 47, .12);
}

.calyra-rounded {
	border-radius: 18px;
	overflow: hidden;
}

.calyra-service-card {
	height: 100%;
	border: 1px solid #dfe5ee;
	box-shadow: 0 12px 36px rgba(3, 23, 47, .08);
}

.calyra-service-icon {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #e2a928;
	border-radius: 15px;
	color: #e2a928;
	font-weight: 800;
}

@media (max-width: 782px) {
	.calyra-mobile-stack {
		flex-wrap: wrap !important;
	}
}
