/*
Theme Name: Fauri Job
Theme URI: https://faurijob.com
Description: Pakistan's fast job and career update portal child theme built for GeneratePress.
Author: Fauri Job
Author URI: https://faurijob.com
Template: generatepress
Version: 1.0.0
Text Domain: fauri-job
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
    /* Color Palette */
    --fj-primary: #08978b;
    /* Brand Primary Teal/Green */
    --fj-secondary: #0f766e;
    /* Accent Teal */
    --fj-bg: #ffffff;
    /* Light Slate Body Background */
    --fj-text: #0f172a;
    /* Slate 900 Text */
    --fj-text-muted: #64748b;
    /* Slate 500 Subtext */
    --fj-border: #e2e8f0;
    /* Slate 200 border */
    --fj-card-bg: #ffffff;
    /* Card Background */
    --fj-success: #22c55e;
    /* Verified / Success Green */

    /* Layout */
    --fj-container: 1240px;
    --fj-spacing: 0.85rem;
    --fj-radius: 10px;
    --fj-radius-sm: 6px;
    --fj-radius-full: 9999px;

    /* Shadows */
    --fj-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.03), 0 1px 2px -1px rgba(15, 23, 42, 0.03);
    --fj-shadow-hover: 0 12px 20px -5px rgba(15, 23, 42, 0.06), 0 6px 8px -6px rgba(15, 23, 42, 0.06);
    --fj-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);

    /* Typography defaults */
    --fj-font: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Base resets & typography */
*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--fj-text);
    font-family: var(--fj-font);
    line-height: 1.5;
    background-color: #ffffff !important;
}

.site,
#page {
    overflow-x: hidden;
    width: 100%;
}

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

a {
    color: var(--fj-text);
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a:hover {
    color: var(--fj-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--fj-text);
    font-family: var(--fj-font);
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

/* =========================
   Logo Sizing & Responsiveness
========================= */
.fj-header-inner .site-branding {
    width: 18%;
    max-width: 200px;
    min-width: 130px;
}

.fj-header-inner .site-branding .custom-logo-link {
    display: block;
    width: 100%;
}

.fj-header-inner .site-branding img,
.fj-header-inner .site-branding .custom-logo {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* Mobile header logo responsive width */
.fj-mobile-header .site-branding {
    width: 40%;
    max-width: 145px;
    min-width: 115px;
}

.fj-mobile-header .site-branding .custom-logo-link {
    display: block;
    width: 100%;
}

.fj-mobile-header .site-branding img,
.fj-mobile-header .site-branding .custom-logo {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* Mobile drawer logo responsive width */
.fj-mobile-drawer .site-branding {
    width: 55%;
    max-width: 160px;
    min-width: 115px;
}

.fj-mobile-drawer .site-branding .custom-logo-link {
    display: block;
    width: 100%;
}

.fj-mobile-drawer .site-branding img,
.fj-mobile-drawer .site-branding .custom-logo {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* Footer logo responsive width */
.footer-widget-col .custom-logo-link {
    display: block;
    width: 55%;
    max-width: 160px;
    min-width: 110px;
    margin-bottom: 1.25rem;
}

.footer-widget-col .custom-logo {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}