/*
Theme Name: Ibrar SEO & WordPress Specialist Theme
Theme URI: https://seowithibrar.com
Description: A hyper-optimized, high-performance custom WordPress theme built for Elementor. Showcases pixel-perfect styling, rapid loading speeds, clean semantic structure, and conversion-focused layouts for study consultancies, visa hubs, and local businesses.
Version: 1.0.0
Author: Ibrar Ahmad & Team
Author URI: https://seowithibrar.com
Tags: custom-colors, custom-menu, featured-images, translation-ready, full-width-template, elementor-friendly, speed-optimized
Text Domain: ibrar-seo
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   GLOBAL DESIGN VARIABLES & PALETTE
   ========================================================================== */
:root {
    /* Theme Slate Colors */
    --color-slate-50: #f8fafc;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-300: #cbd5e1;
    --color-slate-400: #94a3b8;
    --color-slate-500: #64748b;
    --color-slate-900: #0f172a;
    --color-slate-950: #020617;

    /* Theme Active Accents */
    --color-emerald-400: #34d399;
    --color-emerald-500: #10b981;
    --color-emerald-600: #059669;
    --color-cyan-400: #22d3ee;
    --color-indigo-400: #818cf8;

    /* Professional Blue Branding Accents (e.g., LinkedIn/Trust Hubs) */
    --color-brand-blue: #0077b5;
    --color-brand-blue-hover: #005a8a;

    /* Elegant Font Pairings */
    --font-heading: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

/* ==========================================================================
   BASE RESET & ACCESSIBILITY MARKUP
   ========================================================================== */
body {
    font-family: var(--font-heading);
    background-color: var(--color-slate-50);
    color: var(--color-slate-900);
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--color-slate-950);
    margin-top: 0;
}

a {
    transition: color 0.15s ease-in-out;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* Screen reader text for accessibility */
.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;
    width: 1px;
    word-wrap: normal !important;
}

/* Alignments */
.aligncenter {
    display: block;
    margin: 1.5rem auto;
}
.alignleft {
    float: left;
    margin: 0.5rem 1.5rem 1.5rem 0;
}
.alignright {
    float: right;
    margin: 0.5rem 0 1.5rem 1.5rem;
}

/* ==========================================================================
   ELEMENTOR LAYOUT OVERRIDES & INTEGRATIONS
   ========================================================================== */
.elementor-page .entry-header {
    display: none;
}

.elementor-editor-active .elementor-text-editor {
    min-height: 20px;
}
