/*
Theme Name: IELTS Escort
Theme URI: https://ieltsescort.com
Author: IELTS Escort Team
Author URI: https://ieltsescort.com
Description: WordPress theme conversion of the IELTS Escort consultancy website — study abroad, IELTS preparation, visa processing, and international recruitment for Bangladesh students. Includes mega-menu navigation, lead capture with counseling modal, intake countdown, testimonials, FAQ accordion, blog and 20+ ready page templates. Brand color #B91C1C, Poppins typography.
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: ielts-escort
Tags: education, one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/*
Main styles are compiled with Tailwind CSS and enqueued from assets/css/main.css.
This file holds the required WordPress theme header plus a few WP-specific overrides.
*/

/* WordPress admin bar offset for the sticky header */
body.admin-bar .ie-sticky-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .ie-sticky-header {
		top: 46px;
	}
}

/* Keep WP-added content (editor blocks) readable inside themed pages */
.ie-page-content img {
	max-width: 100%;
	height: auto;
}
.ie-page-content ul,
.ie-page-content ol {
	padding-left: 1.5rem;
	margin: 0.75rem 0;
}
.ie-page-content ul {
	list-style: disc;
}
.ie-page-content ol {
	list-style: decimal;
}
.ie-page-content a {
	color: #b91c1c;
	text-decoration: underline;
}
.ie-page-content a:hover {
	color: #a01414;
}
