/*
Theme Name: JEE Maths Home Tutor
Theme URI: https://jeemathshometutor.in
Author: Kamalesh Sir
Author URI: https://jeemathshometutor.in
Description: Premium, high-converting, SEO-optimized theme for JEE Maths Home Tutor. Fully Elementor Pro compatible with a designed default layout, glassmorphism styling, and location-based SEO landing pages for Dwarka, South Delhi and Gurgaon.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: jmht
Tags: education, one-column, two-columns, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* Lead form submission banner */
.jmht-lead-banner{ position:fixed; top:14px; left:50%; transform:translateX(-50%); z-index:1200; max-width:92vw; padding:14px 22px; border-radius:50px; font-weight:600; font-size:14px; box-shadow:var(--shadow-strong); text-align:center; animation:jmht-banner-in .3s ease; }
.jmht-lead-success{ background:#e9f9ef; color:#1e7e34; border:1px solid #b9ecc7; }
.jmht-lead-error{ background:#fdecec; color:#b3261e; border:1px solid #f6c6c2; }
@keyframes jmht-banner-in{ from{ opacity:0; transform:translate(-50%,-14px);} to{ opacity:1; transform:translate(-50%,0);} }

/* Base resets. Full design system lives in assets/css/custom.css so it stays organized. */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
