/*
Theme Name: Freshly Curtain Cleaning Near Me
Theme URI: https://freshlycurtaincleaningnearme.com.au/
Author: Freshly Services
Author URI: https://freshlycurtaincleaningnearme.com.au/
Description: A modern, mobile-first WordPress theme built with Tailwind CSS for Freshly Curtain Cleaning Near Me. Includes banner enquiry forms, a bottom CTA section, Contact Form 7 support with a graceful fallback, sticky mobile call/contact buttons and a multi-level dropdown menu.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: freshly-curtain
Tags: business, custom-menu, custom-logo, featured-images, footer-widgets, translation-ready, block-styles, wide-blocks

--------------------------------------------------------------------------
NOTE
--------------------------------------------------------------------------
All visual styling lives in the compiled Tailwind stylesheet:

    assets/css/tailwind.css   (compiled output — do not edit by hand)
    src/input.css             (edit this, then run `npm run build`)

This file exists because WordPress requires it for theme detection. Any
rules added below load AFTER Tailwind, so they will win on specificity ties.
--------------------------------------------------------------------------
*/

/* Classes WordPress core expects a theme to define. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #155c74;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 1rem;
	line-height: normal;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.alignleft {
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	margin-left: -2rem;
	margin-right: -2rem;
	max-width: none;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
}

.sticky,
.gallery-caption,
.bypostauthor {
	/* Required by the WordPress theme review guidelines. */
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 0.875rem;
	text-align: center;
}

/* Mega Menu Dropdown (2 Columns) */
@media (min-width: 1280px) {
	.primary-menu > li > .sub-menu {
		min-width: 32rem !important;
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.25rem 0.5rem !important;
		padding: 0.75rem !important;
	}
	.primary-menu .sub-menu .sub-menu {
		display: block !important;
		min-width: 16rem !important;
		padding: 0.5rem !important;
	}
}

