/* ---------------------------------------------------------
   WELFLEW DESIGN SYSTEM V4 (MASTER THEME ENGINE)
   FINAL FOUNDATION - ALL THEMES
--------------------------------------------------------- */

:root {
    /* --------- BRAND COLORS --------- */

    --primary: #16A34A;
    --primary-dark: #15803D;
    --secondary: #2563EB;
    --accent: #22C55E;
    /* --------- BACKGROUND --------- */

    --bg-top: #05070B;
    --bg-mid: #08111B;
    --bg-bottom: #0A1622;
    /* --------- AURORA / GLOW --------- */
    --glow-primary-opacity: .28;
    --glow-secondary-opacity: .22;
    --glow-primary-soft: .14;
    --glow-secondary-soft: .08;
    /* --------- SURFACE --------- */
    --surface-rgb: 255,255,255;
    --surface: #FFFFFF;
    --surface-soft: #F8FAFC;
    --surface-alt: #EEF2F7;
    --surface-card: rgba(255,255,255,.04);
    /* --------- TEXT --------- */

    --text: #E5E7EB;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    /* --------- BORDER --------- */

    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.26);
    /* --------- SHADOW --------- */

    --shadow-sm: 0 4px 12px rgba(0,0,0,.12);
    --shadow-md: 0 15px 35px rgba(0,0,0,.35);
    --shadow-lg: 0 20px 45px rgba(0,0,0,.45);
    /* --------- RGB --------- */

    --primary-rgb: 22,163,74;
    --secondary-rgb: 37,99,235;
    /* --------- HERO TAG --------- */
    /* --------- HERO TAG --------- */

    --hero-tag-bg: rgba(var(--primary-rgb), .08);
    --hero-tag-border: rgba(var(--primary-rgb), .25);
    --hero-tag-text: var(--primary);
}

/* ---------------------------------------------------------
   GREEN THEME (DEFAULT)
--------------------------------------------------------- */

body.theme-green {
    --primary: #16A34A;
    --primary-dark: #15803D;
    --secondary: #2563EB;
    --accent: #22C55E;
    --bg-top: #05070B;
    --bg-mid: #08111B;
    --bg-bottom: #0A1622;
    --surface-card: rgba(255,255,255,.04);
    --text: #E5E7EB;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.20);
    --primary-rgb: 22,163,74;
    --secondary-rgb: 37,99,235;
}

/* ---------------------------------------------------------
   BLUE THEME
--------------------------------------------------------- */

body.theme-blue {
    --primary: #2563EB;
    --primary-dark: #1D4ED8;
    --secondary: #0EA5E9;
    --accent: #38BDF8;
    --bg-top: #04111F;
    --bg-mid: #072B4A;
    --bg-bottom: #0A3A63;
    --surface-card: rgba(255,255,255,.04);
    --text: #E5E7EB;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.20);
    --primary-rgb: 37,99,235;
    --secondary-rgb: 14,165,233;
}

/* ---------------------------------------------------------
   RED THEME
--------------------------------------------------------- */

body.theme-red {
    --primary: #DC2626;
    --primary-dark: #B91C1C;
    --secondary: #EA580C;
    --accent: #F97316;
    --bg-top: #180707;
    --bg-mid: #3B0A0A;
    --bg-bottom: #5B1111;
    --surface-card: rgba(255,255,255,.04);
    --text: #E5E7EB;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.20);
    --primary-rgb: 220,38,38;
    --secondary-rgb: 249,115,22;
}

/* ---------------------------------------------------------
   ORANGE THEME
--------------------------------------------------------- */

body.theme-orange {
    --primary: #EA580C;
    --primary-dark: #C2410C;
    --secondary: #F59E0B;
    --accent: #FDBA74;
    --bg-top: #1A0F05;
    --bg-mid: #3B1E08;
    --bg-bottom: #5A2F0A;
    --surface-card: rgba(255,255,255,.04);
    --text: #E5E7EB;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.20);
    --primary-rgb: 234,88,12;
    --secondary-rgb: 245,158,11;
}

/* ---------------------------------------------------------
   TEAL THEME
--------------------------------------------------------- */

body.theme-teal {
    --primary: #0F766E;
    --primary-dark: #115E59;
    --secondary: #14B8A6;
    --accent: #2DD4BF;
    --bg-top: #041614;
    --bg-mid: #08332F;
    --bg-bottom: #0D4A44;
    --surface-card: rgba(255,255,255,.04);
    --text: #E5E7EB;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.20);
    --primary-rgb: 15,118,110;
    --secondary-rgb: 20,184,166;
}

/* ---------------------------------------------------------
   PURPLE THEME
--------------------------------------------------------- */

body.theme-purple {
    --primary: #4F46E5;
    --primary-dark: #4338CA;
    --secondary: #8B5CF6;
    --accent: #A855F7;
    --bg-top: #09061A;
    --bg-mid: #17113B;
    --bg-bottom: #261A52;
    --surface-card: rgba(255,255,255,.04);
    --text: #E5E7EB;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.20);
    --primary-rgb: 79,70,229;
    --secondary-rgb: 139,92,246;
}

/* ---------------------------------------------------------
   OLIVE THEME
--------------------------------------------------------- */

body.theme-olive {
    --primary: #4D7C0F;
    --primary-dark: #3F6212;
    --secondary: #84CC16;
    --accent: #A3E635;
    --bg-top: #0B1204;
    --bg-mid: #1B2B08;
    --bg-bottom: #2E4210;
    --surface-card: rgba(255,255,255,.04);
    --text: #E5E7EB;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.20);
    --primary-rgb: 77,124,15;
    --secondary-rgb: 132,204,22;
}

/* ---------------------------------------------------------
   GOLD THEME
--------------------------------------------------------- */

body.theme-gold {
    --primary: #D4AF37;
    --primary-dark: #B8860B;
    --secondary: #8B6B00;
    --accent: #F8D568;
    --bg-top: #0F0C03;
    --bg-mid: #241A05;
    --bg-bottom: #3A2A08;
    --surface-card: rgba(255,255,255,.04);
    --text: #E5E7EB;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.20);
    --primary-rgb: 212,175,55;
    --secondary-rgb: 139,107,0;
}

/* ---------------------------------------------------------
   BLACK THEME
--------------------------------------------------------- */

body.theme-black {
    --primary: #F59E0B;
    --primary-dark: #D97706;
    --secondary: #E5E7EB;
    --accent: #FBBF24;
    --bg-top: #000000;
    --bg-mid: #111111;
    --bg-bottom: #1F1F1F;
    --surface-card: rgba(255,255,255,.04);
    --text: #F3F4F6;
    --text-dark: #111827;
    --text-muted: #CBD5E1;
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.20);
    --primary-rgb: 245,158,11;
    --secondary-rgb: 229,231,235;
}

/* ---------------------------------------------------------
   WHITE THEME
--------------------------------------------------------- */

body.theme-white {
    --primary: #198754;
    --primary-dark: #146C43;
    --secondary: #2563EB;
    --accent: #22C55E;
    --bg-top: #FFFFFF;
    --bg-mid: #F8FAFC;
    --bg-bottom: #EEF2F7;
    --surface: #FFFFFF;
    --surface-soft: #F8FAFC;
    --surface-alt: #EEF2F7;
    --surface-card: rgba(255,255,255,.04);
    --surface-rgb: 255,255,255;
    --text: #111827;
    --text-dark: #111827;
    --text-muted: #475569;
    --border: rgba(148,163,184,.28);
    --border-strong: rgba(100,116,139,.35);
    --primary-rgb: 25,135,84;
    --secondary-rgb: 37,99,235;
    /* Shadow */
    --shadow-sm: 0 4px 12px rgba(15,23,42,.08);
    --shadow-md: 0 12px 28px rgba(15,23,42,.10);
    --shadow-lg: 0 20px 40px rgba(15,23,42,.14);
    --glow-primary-opacity: .18;
    --glow-secondary-opacity: .12;
    --glow-primary-soft: .08;
    --glow-secondary-soft: .04;
    /* Hero Tag Override */

    --hero-tag-bg: rgba(var(--primary-rgb), .08);
    --hero-tag-border: #111827;
    --hero-tag-text: #111827;
}

/* ---------------------------------------------------------
   WELFLEW WEBSITE - GLOBAL CSS (Blueprint V2.0)
   Theme : White + Black + Green + Red + Blue Accent
--------------------------------------------------------- */

/* ---------- ROOT ---------- */

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width:768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}
/* =========================================================
   WELFLEW HERO WIDTH (FINAL)
========================================================= */

.hero-wrapper {
    width: 100%;
    padding: 0;
}

.hero-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 24px;
}

#home-hero .row {
    --bs-gutter-x: 2rem;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:991px) {

    .hero-container {
        padding: 0 18px;
    }

    #home-hero .row {
        --bs-gutter-x: 1.5rem;
    }
}


/* ---------------------------------------------------------
   WELFLEW GLOBAL INDUSTRIAL BACKGROUND (FINAL FREEZE)
--------------------------------------------------------- */

/* WEBSITE (Public Pages) */

body:not(.bg-light) {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    background:
    /* Top Right Aurora */
    radial-gradient(circle at 85% 10%, rgba(var(--primary-rgb), var(--glow-primary-opacity)) 0%, rgba(var(--primary-rgb), var(--glow-primary-soft)) 18%, transparent 42%),
    /* Bottom Left Aurora */
    radial-gradient(circle at 12% 85%, rgba(var(--secondary-rgb), var(--glow-secondary-opacity)) 0%, rgba(var(--secondary-rgb), var(--glow-secondary-soft)) 28%, transparent 48%),
    /* Center Ambient Glow */
    radial-gradient(circle at 50% 45%, rgba(var(--primary-rgb), .05) 0%, transparent 60%),
    /* Main Theme Gradient */
    linear-gradient( 180deg, var(--bg-top) 0%, var(--bg-mid) 38%, var(--bg-bottom) 75%, var(--bg-top) 100% );
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--text);
    overflow-x: hidden;
}

/* ADMIN PANEL (Original Background) */

body.bg-light {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    background: var(--surface-alt) !important;
    background-image: none !important;
    color: var(--text-dark);
    overflow-x: hidden;
    min-height: 100vh;
}


/* ---------- BOOTSTRAP FOCUS ---------- */

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 .1rem var(--surface), 0 0 0 .25rem var(--primary);
}


/* ---------- LINKS ---------- */

a {
    text-decoration: none;
    transition: .3s;
}
/* ---------------------------------------------------------
   GLOBAL BUTTONS (WELFLEW V4 FINAL)
--------------------------------------------------------- */

.btn-primary,
.hero-btn-primary {
    background: var(--primary);
    border: 2px solid var(--primary);
    color: var(--surface) !important;
    font-weight: 700;
    border-radius: 14px;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .hero-btn-primary:hover,
    .hero-btn-primary:focus {
        background: var(--primary-dark);
        border-color: var(--primary-dark);
        color: var(--surface) !important;
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(var(--primary-rgb), .25);
    }

/* ---------- Secondary Button ---------- */

.btn-outline-primary,
.hero-btn-secondary {
    background: var(--surface);
    color: var(--primary) !important;
    border: 2px solid var(--primary);
    font-weight: 700;
    border-radius: 14px;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus,
    .hero-btn-secondary:hover,
    .hero-btn-secondary:focus {
        background: var(--primary);
        border-color: var(--primary);
        color: var(--surface) !important;
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(var(--primary-rgb), .20);
    }
    
/* =========================================================
   HERO MOVING GALLERY STRIP — WELFLEW V4 FINAL
========================================================= */

.hero-gallery-strip {
    width: 100%;
    height: 185px; /* 165 → 185 */
    margin: 20px 0 8px;
    padding: 0;
    padding-top: 12px; /* Zoom ke liye upar space */
    background: transparent;
    position: relative;
    overflow: visible; /* Hover card bahar niklegi */
    z-index: 20;
    margin-bottom: 40px;
}

/* ---------- Moving Track ---------- */

.hero-gallery-track {
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content;
    animation: heroGalleryScroll 42s linear infinite;
    position: relative;
    overflow: visible;
    z-index: 21;
}

.hero-gallery-strip:hover .hero-gallery-track {
    animation-play-state: paused;
}

/* ---------- Gallery Card ---------- */

.hero-gallery-item {
    flex: 0 0 auto;
    width: 320px;
    height: 165px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 18px;
    border: 1px solid rgba(var(--primary-rgb), .15);
    background: var(--surface-card);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    transition: all .35s ease;
}

    /* ---------- Gallery Image ---------- */

    .hero-gallery-item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center center;
        transition: transform .45s ease;
    }

    /* ---------- Premium Hover ---------- */

    .hero-gallery-item:hover {
        transform: translateY(-8px) scale(1.05);
        z-index: 9999;
        border-color: var(--accent);
        box-shadow: 0 0 15px rgba(var(--primary-rgb), .55), 0 0 30px rgba(var(--primary-rgb), .35), 0 18px 40px rgba(0,0,0,.18);
    }

        .hero-gallery-item:hover img {
            transform: scale(1.08);
        }

/* ---------- Infinite Scroll ---------- */

@keyframes heroGalleryScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width:991px) {

    .hero-gallery-strip {
        height: 150px;
        margin: 20px 0 10px;
        padding: 10px 0;
        overflow: hidden;
    }

    .hero-gallery-track {
        gap: 12px;
        animation-duration: 30s;
        align-items: center;
    }

    .hero-gallery-item {
        width: 210px;
        height: 130px;
        border-radius: 12px;
        overflow: hidden;
    }

        .hero-gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            display: block;
        }
}

/* ----------------------------------------------------------
   WELFLEW PREMIUM THEME SELECTOR (FINAL FREEZE V2)
   THEME ENGINE SAFE - ALL 10 THEMES
---------------------------------------------------------- */

.theme-selector {
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--surface);
    padding: 16px;
}

/* 10 Themes - 2 Rows × 5 Columns */

.theme-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 8px;
}

/* Theme Card */

.theme-card {
    position: relative;
    border: 1px solid rgba(148,163,184,.45);
    border-radius: 10px;
    padding: 8px 10px;
    min-height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    background: var(--surface);
    transition: .25s ease;
}

    .theme-card:hover {
        border-color: var(--primary);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(var(--primary-rgb), .10);
    }

    /* Selected Theme */

    .theme-card.active {
        border: 2px solid var(--primary);
        background: rgba(var(--primary-rgb), .08);
        box-shadow: 0 0 0 2px rgba(var(--primary-rgb), .10);
    }

        .theme-card.active::after {
            content: "✓";
            position: absolute;
            top: 22px;
            right: 8px;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: var(--primary);
            color: var(--surface);
            font-size: 11px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    /* Theme Text */

    .theme-card span {
        font-size: 12px;
        font-weight: 600;
        color: var(--text-dark);
        line-height: 1.15;
    }

/* Color Bar */

.theme-color {
    width: 100%;
    height: 8px;
    border-radius: 999px;
}

/* Theme Preview Colors (KEEP HARDCODED) */

.green .theme-color {
    background: #16A34A;
}

.blue .theme-color {
    background: #2563EB;
}

.red .theme-color {
    background: #DC2626;
}

.orange .theme-color {
    background: #EA580C;
}

.black .theme-color {
    background: #111827;
}

.white .theme-color {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
}

.teal .theme-color {
    background: #0F766E;
}

.purple .theme-color {
    background: #7C3AED;
}

.olive .theme-color {
    background: #65A30D;
}

.gold .theme-color {
    background: #B45309;
}

/* White Theme Preview Active Border */

.white.active .theme-color {
    border: 2px solid var(--primary);
}

/* Mobile */

@media (max-width:768px) {
    .theme-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

/* =========================================================
   WELFLEW NAVBAR WIDTH (FINAL)
========================================================= */
.welflew-navbar .container-fluid {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width:991px) {
    .welflew-navbar .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* =========================================================
   WELFLEW MASTER FOOTER WIDTH
========================================================= */

.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width:991px) {
    .footer-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/*----------------------------------------------
   HOME HERO SECTION - WELFLEW V3 (FINAL FREEZE)
------------------------------------------------ */

#home-hero {
    background: transparent !important;
    /* Counter merge ke liye */
    margin-top: 0 !important;
    position: relative;
    margin-bottom: 0 !important;
    z-index: 1;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: visible;
}
    #home-hero .row.align-items-center {
        margin-bottom: 0 !important;
    }
/* ---------------------------------------------------------
   HERO IMAGE (WELFLEW V4 PREMIUM)
--------------------------------------------------------- */

.hero-img {
    margin-top: 40px ;
    width: 100%;
    height: 58vh;
    min-height: 500px;
    max-height: 620px;
    object-fit: cover;
    object-position: center center;
    border-radius: 28px;
    border: 1px solid rgba(var(--primary-rgb), .16);
    box-shadow: 0 24px 55px rgba(0,0,0,.22), 0 0 28px rgba(var(--primary-rgb), .08);
    transition: transform .40s ease, box-shadow .40s ease, border-color .30s ease;
}

    /* Desktop Hover */

    .hero-img:hover {
        transform: translateY(-8px) scale(1.01);
        border-color: rgba(var(--primary-rgb), .30);
        box-shadow: 0 32px 65px rgba(0,0,0,.24), 0 0 40px rgba(var(--primary-rgb), .12);
    }



/* ---------------------------------------------------------
   HERO IMAGE - MOBILE
--------------------------------------------------------- */

@media (max-width:991px) {

    .hero-img {
        width: 100%;
        height: 50vh;
        min-height: 260px;
        max-height: 420px;
        margin-top: 18px;
        border-radius: 20px;
        object-fit: cover;
        object-position: center center;
        transform: none;
    }
}

.hero-content {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 60px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.hero-buttons {
    margin-bottom: 0 !important;
}
/* ---------------------------------------------------------
   HERO BADGE (WELFLEW FINAL)
--------------------------------------------------------- */

.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 380px;
    max-width: 100%;
    padding: 14px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .4px;
    white-space: nowrap;
    background: linear-gradient( 90deg, #EF4444 0%, var(--primary) 50%, var(--accent) 100% );
    color: var(--surface);
    border: 1px solid rgba(var(--surface-rgb), .18);
    border-radius: 999px;
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    box-shadow: 0 12px 28px rgba(var(--primary-rgb), .28), 0 2px 8px rgba(0,0,0,.08);
    transition: all .35s ease;
    /* ===== Position (Gallery Strip se niche) ===== */
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    transform: translateY(35px);
    position: relative;
    z-index: 5;
}

    .hero-badge:hover {
        transform: translateY(35px) scale(1.02);
        box-shadow: 0 18px 36px rgba(var(--primary-rgb), .35), 0 4px 12px rgba(0,0,0,.10);
    }

    .hero-badge i {
        color: inherit;
    }

/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 991px) {

    .hero-badge {
        width: 100%;
        min-width: 0;
        justify-content: center;
        margin: 20px auto 0 !important;
        transform: none;
        font-size: 15px;
        padding: 12px 18px;
        white-space: normal;
    }

        .hero-badge:hover {
            transform: none;
        }
}

/* =========================================================
   HERO TYPOGRAPHY (WELFLEW V4 FINAL)
========================================================= */

/* ---------- Hero Title ---------- */

#home-hero .hero-title,
.hero-title {
    font-size: clamp(3.4rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1px;
    text-align: left;
    color: var(--text);
    margin-bottom: 24px;
}

    /* Green Accent */

    .hero-title span {
               color: var(--accent);
    }

/* ---------- Hero Description ---------- */

#home-hero .hero-description,
#home-hero .hero-content-text,
#home-hero .hero-content-text p {
    max-width: 620px;
    text-align: left;
    font-size: 18px;
    line-height: 1.9;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* ---------- Hero Buttons ---------- */

.hero-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

    .hero-buttons .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 170px;
        height: 50px;
        padding: 0 22px;
        border-radius: 14px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }

/* ---------- Hero Tags ---------- */

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    color: var(--text);
}

    .hero-tags span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 16px;
        min-height: 40px;
        border-radius: 999px;
        background: var(--surface-card);
        border: 1px solid var(--border);
        color: var(--text) !important; /* ← Main Fix */
        font-size: .92rem;
        font-weight: 700;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow: 0 8px 18px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.10);
        transition: all .30s ease;
    }

        .hero-tags span i {
            color: var(--primary); /* Icon theme color */
        }

        .hero-tags span:hover {
            background: rgba(var(--primary-rgb), .14);
            border-color: var(--primary);
            transform: translateY(-3px);
            box-shadow: 0 12px 24px rgba(var(--primary-rgb), .18);
        }
  
/* ---------- Hero Buttons Theme ---------- */

.hero-buttons .btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--surface);
}

    .hero-buttons .btn-primary:hover {
        background: var(--primary-dark);
        border-color: var(--primary-dark);
        color: var(--surface);
    }

.hero-buttons .btn-outline-light {
    background: transparent;
    border: 2px solid var(--text);
    color: var(--text);
}

    .hero-buttons .btn-outline-light:hover {
        background: var(--primary);
        border-color: var(--primary);
        color: var(--surface);
    }

/* =========================================================
   HERO TYPOGRAPHY - MOBILE
========================================================= */

@media (max-width:991px) {

    .hero-title {
        text-align: center;
        font-size: clamp(2.8rem, 5vw, 3.4rem);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: -0.5px;
        margin-bottom: 18px;
    }

    .hero-description,
    .hero-content-text,
    .hero-content-text p {
        max-width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 1.8;
    }

    .hero-buttons {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        margin-top: 22px;
    }

        .hero-buttons .btn {
            width: 100%;
            min-width: 0;
            height: 48px;
            padding: 0 18px;
        }

    .hero-tags {
        justify-content: center;
    }
}


/* ------------------------------------
   HERO BADGE (RIGHT SIDE - ABOVE IMAGE)
--------------------------------------- */

.hero-badge-right {
    width: 100%;
    background: linear-gradient(90deg,var(--primary),var(--accent));
    color: var(--surface);
    padding: 14px 20px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .4px;
    text-align: center;
    margin-top: 0px; /* FINAL FIX */
    margin-bottom: 18px;
    box-shadow: 0 10px 25px rgba(var(--primary-rgb), .35);
}

    .hero-badge-right i {
        color: #FFE66D;
        font-size: 18px;
    }
/* ---------------------------------------------------------
   HOME COUNTER SECTION - WELFLEW FINAL (FREEZE)
--------------------------------------------------------- */
.counter-section {
    background: transparent !important;
    padding: 0 0 30px;
    margin-top: -25px !important;
    padding-top: 0 !important;
    margin-bottom: 0;
    position: relative;
    z-index: 40 !important;
}

    .counter-section .row {
        --bs-gutter-x: 66px;
        --bs-gutter-y: 26px;
    }

    .counter-section::before,
    .counter-section::after {
        display: none;
    }

/* ---------------------------------------------------------
   PREMIUM COUNTER BOX (ALL THEMES)
--------------------------------------------------------- */

.counter-box {
    background: var(--surface-card);
    border: 1px solid var(--border);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 22px;
    padding: 34px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 14px 28px rgba(0,0,0,.12);
    transition: all .35s ease;
}

    .counter-box:hover {
        transform: translateY(-8px);
        border-color: rgba(var(--primary-rgb), .35);
        box-shadow: 0 22px 40px rgba(var(--primary-rgb), .18);
    }

/* ---------- Counter Number ---------- */

.counter-number {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--text);
    text-shadow: 0 0 15px rgba(var(--primary-rgb), .25);
}

/* ---------- Counter Title ---------- */

.counter-title,
.counter-box p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    color: var(--text-muted);
}

/* ---------- Counter Icon ---------- */

.counter-icon {
    margin-bottom: 18px;
}

    .counter-icon i {
        font-size: 38px;
        display: inline-block;
        color: var(--primary);
        text-shadow: 0 0 8px rgba(var(--primary-rgb), .45), 0 0 18px rgba(var(--primary-rgb), .28);
        transition: all .35s ease;
    }

.counter-box:hover .counter-icon i {
    transform: scale(1.12) rotate(-3deg);
    color: var(--accent);
}
/* ---------------------------------------------------------
   MOBILE COUNTER SECTION
--------------------------------------------------------- */

@media (max-width:991px) {

    .counter-section {
        margin-top: -25px !important;
        padding-bottom: 25px !important;
    }

        .counter-section .row {
            --bs-gutter-x: 12px;
            --bs-gutter-y: 12px;
        }

    .counter-box {
        padding: 22px 12px !important;
        border-radius: 18px;
    }

    .counter-number {
        font-size: 34px !important;
    }

    .counter-title,
    .counter-box p {
        font-size: 14px !important;
        line-height: 1.4;
    }

    .counter-icon {
        margin-bottom: 12px !important;
    }

        .counter-icon i {
            font-size: 28px !important;
        }
}

/* ---------------------------------------------------------
   WELFLEW PREMIUM HERO POLISH (FINAL)
--------------------------------------------------------- */

/* Hero Title Accent */

.hero-title span {
    color: var(--accent);
}

/* =========================================================
   HERO ACCENT LINE (WELFLEW FINAL)
========================================================= */

/* Home Page */
#home-hero .hero-title::before{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    margin-top: 18px;
    margin-bottom: 18px;
    border-radius: 50px;
    background: linear-gradient(
        90deg,
        #EF4444 0%,
        var(--primary) 50%,
        var(--accent) 100%
    );
    box-shadow: 0 0 10px rgba(var(--primary-rgb), .25);
}

/* About / Infrastructure / Quality / Contact */
.page-hero-section .hero-title::before {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    margin-top: 18px; /* Home se 38px upar */
    margin-bottom: 18px;
    border-radius: 50px;
    background: linear-gradient( 90deg, #EF4444 0%, var(--primary) 50%, var(--accent) 100% );
    box-shadow: 0 0 10px rgba(var(--primary-rgb), .25);
    }

    /* ---------------------------------------------------------
   FOOTER POLISH
--------------------------------------------------------- */

    footer {
        background: transparent !important;
        border-top: 1px solid rgba(var(--primary-rgb),.15);
        padding-top: 60px;
    }
    /* Brand Accent */

    .brand-name span {
        color: #EF4444;
    }
    /* ---------------------------------------------------------
   COMMON SECTION TITLE (WELFLEW V4 FREEZE)
--------------------------------------------------------- */

    .section-title {
        color: var(--text);
        font-size: clamp(2.3rem, 3vw, 3rem);
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -0.5px;
        text-align: center;
        margin-bottom: 14px;
    }

    .section-subtitle {
        color: var(--text-muted);
        font-size: 17px;
        line-height: 1.8;
        max-width: 700px;
        margin: 0 auto 40px;
        text-align: center;
    }
    /* ---------------------------------------------------------
   COMMON SECTION TITLE - MOBILE
--------------------------------------------------------- */

    @media (max-width:991px) {

        .section-title {
            font-size: 30px;
            line-height: 1.2;
            margin-bottom: 12px;
            text-align: center;
        }

        .section-subtitle {
            font-size: 16px;
            line-height: 1.75;
            max-width: 100%;
            margin: 0 auto 28px;
            text-align: center;
        }
    }
    /* =========================================================
   WELFLEW GALLERY PAGE (FINAL FREEZE v1.0)
   ThemeEngine Compatible • Desktop + Mobile
========================================================= */
    /* =========================================================
   PAGE LAYOUT
========================================================= */

    .gallery-page {
        padding: 30px 0 60px;
    }
        /* Same Full Width as Home / Products */

        .gallery-page .container {
            max-width: 1720px !important;
            padding-left: 24px;
            padding-right: 24px;
        }
    /* =========================================================
   HERO SECTION
========================================================= */

    .gallery-hero {
        max-width: 820px;
        margin: 0 auto 56px;
    }

    .gallery-subtitle {
        max-width: 720px;
        margin: 0 auto;
        color: var(--text-muted) !important;
        font-size: 18px;
        line-height: 1.8;
    }
    /* =========================================================
   GALLERY GRID
========================================================= */

    .gallery-page .row.g-4 {
        --bs-gutter-x: 28px;
        --bs-gutter-y: 28px;
    }
    /* =========================================================
   GALLERY CARD
========================================================= */

    .gallery-card {
        position: relative;
        overflow: hidden;
        background: rgba(var(--surface-rgb), .04);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border: 1px solid var(--border);
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: all .35s ease;
        box-shadow: var(--shadow-md);
    }

        .gallery-card:hover {
            transform: translateY(-6px);
            border-color: rgba(var(--primary-rgb), .45);
            box-shadow: 0 24px 45px rgba(var(--primary-rgb), .14);
        }
    /* =========================================================
   IMAGE
========================================================= */

    .gallery-image-box {
        aspect-ratio: 16 / 10;
        overflow: hidden;
        background: #0F172A;
    }

    .gallery-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .45s ease;
    }

    .gallery-card:hover .gallery-image {
        transform: scale(1.06);
    }
    /* =========================================================
   GLASS FOOTER
========================================================= */

    .gallery-card-body {
        background: rgba(var(--surface-rgb), .05);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-top: 1px solid rgba(var(--primary-rgb), .12);
        padding: 18px 20px;
        min-height: 76px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* =========================================================
   TITLE
========================================================= */

    .gallery-title {
        color: var(--text);
        font-size: 18px;
        font-weight: 700;
        line-height: 1.45;
        text-align: center;
        margin: 0;
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* =========================================================
   GLOBAL CARD HOVER (Gallery Only)
========================================================= */

    .gallery-page .card {
        transition: all .3s ease;
    }

        .gallery-page .card:hover {
            box-shadow: var(--shadow-md);
        }
    /* =========================================================
   DESKTOP (992px+)
========================================================= */

    @media (min-width:992px) {

        .gallery-page {
            padding: 36px 0 70px;
        }

        .gallery-hero {
            margin-bottom: 56px;
        }
    }
    /* =========================================================
   MOBILE (Below 992px)
========================================================= */

    @media (max-width:991px) {

        .gallery-page {
            padding: 26px 0 46px;
        }

            .gallery-page .container {
                padding-left: 18px;
                padding-right: 18px;
            }

        .gallery-hero {
            margin-bottom: 36px;
        }

        .gallery-subtitle {
            font-size: 16px;
            line-height: 1.7;
        }

        .gallery-page .row.g-4 {
            --bs-gutter-x: 20px;
            --bs-gutter-y: 20px;
        }

        .gallery-card {
            border-radius: 20px;
        }

        .gallery-image-box {
            aspect-ratio: 16 / 10;
        }

        .gallery-card-body {
            min-height: 68px;
            padding: 16px 18px;
        }

        .gallery-title {
            font-size: 17px;
            min-height: auto;
        }
    }
    /* ---------------------------------------------------------
   WELFLEW PREMIUM NAVBAR V3 (FINAL FREEZE)
--------------------------------------------------------- */

    .pt-navbar {
        padding-top: 78px;
    }
    /* ---------- NAVBAR ---------- */

    .welflew-navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1080;
        color: var(--text);
        padding: 3px 0;
        transition: all .35s ease;
    }

    .header-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 16px;
    }
    /* ---------------------------------------------------------
   LEFT COMPANY PANEL
--------------------------------------------------------- */

    .company-panel {
        flex: 0 0 auto;
        min-width: 340px;
        max-width: 340px;
    }

        .company-panel .navbar-brand {
            color: var(--text) !important;
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            margin: 0;
            min-height: 74px; /* Fixed panel height */
        }
    /* ----- LOGO BIGGER ----- */

    .brand-logo {
        width: 80px !important;
        height: 80px !important;
        min-width: 80px;
        max-width: none !important;
        object-fit: contain;
        display: block;
        flex-shrink: 0;
    }

    .brand-text {
        color: var(--text);
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.15;
    }

    .brand-name {
        color: var(--text);
        font-size: 24px;
        font-weight: 800;
        letter-spacing: .3px;
    }

    .brand-subtitle {
        color: var(--text);
        font-size: 13px;
        font-weight: 600;
        margin-top: 3px;
    }

    .brand-tagline {
        color: var(--accent);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1.3px;
        text-transform: uppercase;
        margin-top: 5px;
    }

        .brand-tagline::before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 3px;
            margin-right: 8px;
            vertical-align: middle;
            border-radius: 20px;
            background: linear-gradient(90deg,#EF4444,var(--accent));
        }

        .brand-tagline::after {
            content: "";
            display: inline-block;
            width: 18px;
            height: 3px;
            margin-right: 8px;
            vertical-align: middle;
            border-radius: 20px;
            background: linear-gradient(90deg,#EF4444,var(--accent));
        }
    /* ---------------------------------------------------------
   RIGHT MENU PANEL - DESKTOP FINAL FREEZE
--------------------------------------------------------- */
    /* ---------------------------------------------------------
   PREMIUM GLASS MENU PANEL (ALL THEMES)
--------------------------------------------------------- */

    .menu-panel {
        flex: 0 0 auto !important;
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 5px 16px !important;
        margin-left: auto !important;
        border-radius: 18px;
        /* Glass */

        backdrop-filter: blur(18px) saturate(160%);
        -webkit-backdrop-filter: blur(18px) saturate(160%);
        transition: .35s ease;
    }
        /* ---------------------------------------------------------
   MENU PANEL NAVIGATION (ALL THEMES)
--------------------------------------------------------- */

        .menu-panel .navbar-nav {
            display: flex;
            align-items: center;
            gap: 2px !important;
        }

        .menu-panel .nav-link {
            color: var(--text) !important;
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            padding: 8px 10px !important;
            border-radius: 10px;
            transition: all .25s ease;
        }
    /* ---------------------------------------------------------
   RIGHT ACTIONS
--------------------------------------------------------- */

    .menu-actions {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .nav-phone {
        color: #CBD5E1;
        font-size: 13px;
        text-decoration: none;
        white-space: nowrap;
    }

        .nav-phone i {
            color: var(--accent);
            margin-right: 4px;
        }

    .nav-whatsapp {
        color: var(--accent);
        font-size: 22px;
        transition: .3s;
    }

        .nav-whatsapp:hover {
            color: #25D366;
            transform: scale(1.1);
        }
    /* ---------------------------------------------------------
   WELFLEW GET QUOTE BUTTON - FINAL
--------------------------------------------------------- */
    /* ---------------------------------------------------------
   NAVBAR GET QUOTE BUTTON (WELFLEW V4)
--------------------------------------------------------- */

    .btn-getquote {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--surface-card);
        color: var(--primary) !important;
        border: 2px solid var(--primary);
        padding: 8px 18px;
        border-radius: 24px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        line-height: 1.2;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: all .25s ease;
    }

        .btn-getquote:hover {
            background: var(--primary);
            color: var(--surface) !important;
            border-color: var(--primary-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 22px rgba(var(--primary-rgb),.30);
        }

        .btn-getquote:focus {
            color: var(--surface) !important;
            outline: none;
        }
    /* =========================================================
   WELFLEW FOOTER EDGE TO EDGE (FINAL)
========================================================= */

    .welflew-footer {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
    }

    .footer-container {
        width: 100%;
        max-width: none !important;
        margin: 0 !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .welflew-footer .row {
        --bs-gutter-x: 2rem;
        margin-left: 0;
        margin-right: 0;
    }

    @media (max-width:991px) {
        .footer-container {
            padding-left: 16px !important;
            padding-right: 16px !important;
        }

        .welflew-footer .row {
            --bs-gutter-x: 1.5rem;
        }
    }
    /* ---------------------------------------------------------
   FOOTER BRAND - WELFLEW PREMIUM
--------------------------------------------------------- */

    .footer-brand {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 8px;
    }

    .footer-logo {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .footer-brand-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .footer-brand-name {
        color: var(--text);
        font-size: 30px;
        font-weight: 800;
        line-height: 1.05;
        margin-bottom: 4px;
        letter-spacing: .5px;
    }

    .footer-brand-subtitle {
        color: var(--text-muted);
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .footer-brand-tagline {
        color: var(--primary);
        white-space: nowrap;
        display: block;
        font-size: 13.2px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }
    /* ---------- Footer Heading ---------- */

    .footer-title {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 10px;
    }
    /* ---------- Footer Text ---------- */

    .footer-text {
        color: var(--text-muted);
        line-height: 1.55;
        font-size: 17px;
        margin-bottom: 6px;
    }
    /* ---------- Links ---------- */

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-links li {
            margin-bottom: 2px;
        }

        .footer-links a {
            color: var(--text-muted);
            text-decoration: none;
            transition: .3s;
        }

            .footer-links a:hover {
                color: var(--primary);
                padding-left: 5px;
            }
    /* ---------- Footer Social Icons ---------- */

    .footer-social {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

        .footer-social a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-decoration: none;
            background: var(--surface-card);
            border: 1px solid var(--border);
            color: var(--text) !important;
            transition: all .25s ease;
        }

            .footer-social a i {
                display: flex; /* FIX */
                align-items: center;
                justify-content: center;
                font-size: 18px;
                color: inherit !important;
                line-height: 1;
                transition: all .25s ease;
            }

            .footer-social a:hover {
                background: var(--primary);
                border-color: var(--primary);
                color: #FFFFFF !important;
                transform: translateY(-3px);
            }

                .footer-social a:hover i {
                    color: #FFFFFF !important;
                }
    /* ---------- Divider ---------- */

    .footer-divider {
        border-color: rgba(255,255,255,.08);
        margin: 18px 0 10px;
    }

    .footer-social {
        margin-top: 10px;
    }
    /* ---------- Footer Bottom ---------- */

    .footer-bottom {
        padding-top: 8px;
        font-size: 14px;
        color: #94A3B8;
    }

    @media (max-width:991px) {
        /* ---------- Footer Mobile (CENTER) ---------- */

        .footer-brand {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            gap: 10px;
            margin-bottom: 18px;
        }

        .footer-logo {
            width: 74px;
            height: 74px;
        }

        .footer-brand-text {
            align-items: center;
            text-align: center;
        }

        .footer-brand-name {
            font-size: 24px;
            text-align: center;
        }

        .footer-brand-subtitle {
            font-size: 14px;
            text-align: center;
        }

        .footer-brand-tagline {
            white-space: normal;
            text-align: center;
            letter-spacing: 1px;
        }

        .footer-title,
        .footer-text,
        .footer-links {
            text-align: center;
        }

            .footer-links li {
                text-align: center;
            }

        .footer-social {
            justify-content: center;
        }
    }
    /* WELFLEW HEADER SPACING FIX */


    .navbar-brand {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .company-panel {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .mobile-menu-btn {
        display: none;
    }
    /* ---------------------------------------------------------
   WELFLEW ADMIN PANEL - SIMPLE BACKGROUND (FINAL)
--------------------------------------------------------- */

    body.bg-light {
        background: #F4F6F9 !important; /* Simple light gray */
        background-image: none !important;
    }

        body.bg-light main {
            background: transparent !important;
        }

        body.bg-light footer {
            background: var(--surface) !important;
        }
    /* --------------------------
   NAVBAR PHONE POPUP
-------------------------- */

    .nav-phone-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    .nav-phone {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #198754;
        transition: 0.25s ease;
    }

        .nav-phone:hover {
            color: #146c43;
        }
    /* Hidden by default */
    .phone-popup {
        position: absolute;
        top: 52px;
        right: 0;
        min-width: 220px;
        background: #ffffff;
        border-radius: 14px;
        padding: 14px 16px;
        box-shadow: 0 12px 30px rgba(0,0,0,.15);
        border: 1px solid #e9ecef;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .25s ease;
        z-index: 9999;
    }
    /* Show only on hover */
    .nav-phone-wrapper:hover .phone-popup {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .phone-popup-title {
        font-size: 13px;
        font-weight: 600;
        color: #198754;
        margin-bottom: 4px;
    }

    .phone-popup-number {
        font-size: 16px;
        font-weight: 700;
        color: #212529;
        margin-bottom: 6px;
    }

    .phone-popup-hours {
        font-size: 12px;
        color: #6c757d;
    }
    /* ---------------------------------------------------------
   GLOBAL BODY (ALL THEMES)
--------------------------------------------------------- */

    body {
        color: var(--text);
        transition: background .35s ease,color .35s ease;
    }

    i,
    svg,
    svg path {
        color: inherit;
        fill: currentColor;
        stroke: currentColor;
    }
    /* ---------------------------------------------------------
   PREMIUM NAVBAR (ALL THEMES)
--------------------------------------------------------- */

    .welflew-navbar {
        background: linear-gradient( 180deg, var(--bg-top) 0%, var(--bg-mid) 100% ) !important;
        border-bottom: 1px solid var(--border);
        box-shadow: var(--shadow-sm);
    }
    /* ---------------------------------------------------------
   GLASS MENU PANEL
--------------------------------------------------------- */

    .menu-panel {
        background: var(--surface-card);
        border: 1px solid var(--border);
        box-shadow: var(--shadow-md);
    }
        /* ---------------------------------------------------------
   MENU LINKS
--------------------------------------------------------- */

        .menu-panel .nav-link i {
            color: inherit;
        }

        .menu-panel .nav-link:hover {
            color: var(--primary) !important;
            background: rgba(var(--primary-rgb),.10);
        }

        .menu-panel .nav-link.active-page {
            background: linear-gradient( 90deg, var(--primary), var(--accent) );
            color: var(--text-dark) !important;
            box-shadow: 0 6px 16px rgba(var(--primary-rgb),.25);
        }
    /* ---------------------------------------------------------
   MOBILE MENU BUTTON
--------------------------------------------------------- */

    .mobile-menu-btn {
        border: 1px solid var(--border) !important;
        background: var(--surface-card) !important;
        color: var(--text) !important;
        box-shadow: var(--shadow-sm);
    }

        .mobile-menu-btn:hover,
        .mobile-menu-btn[aria-expanded-"true"] {
            background: linear-gradient( 135deg, var(--primary), var(--accent) ) !important;
            color: var(--text-dark) !important;
            border-color: rgba(var(--primary-rgb),.35) !important;
            box-shadow: 0 10px 24px rgba(var(--primary-rgb),.30);
        }

        .mobile-menu-btn:focus {
            outline: none;
        }
    /* ==============
   WELFLEW MOBILE PATCH FINAL
   Paste at END of site.css
============== */
    @media (max-width:991px) {
        /* -----------
    Mobile: popup off, tap - call
    --------------*/
        .phone-popup {
            display: none !important;
        }



        .hero-content {
            grid-template-columns: 1fr;
            gap: 30px;
        }
        /* ---------- GLOBAL ---------- */

        .pt-navbar {
            padding-top: 72px !important;
        }

        section {
            padding-top: 25px;
            padding-bottom: 25px;
        }
        /* ---------- NAVBAR ---------- */

        .welflew-navbar {
            padding: 8px 0 !important;
        }

        .company-panel {
            display: flex !important;
            align-items: center !important;
            flex: 1;
            min-width: 0;
            width: auto !important;
            max-width: calc(100% - 55px) !important;
            margin-left: -10px !important;
            padding: 0 !important;
        }

        .brand-logo {
            width: 56px !important;
            height: 56px !important;
            transform: none !important;
        }

        .brand-text {
            transform: none !important;
            margin-left: 0 !important;
        }

        .brand-name {
            font-size: 18px !important;
        }

        .brand-subtitle {
            font-size: 10px !important;
        }
        /* 3rd line (Tagline) - width chhoti, height same */
        .brand-tagline {
            font-size: 8px !important;
            letter-spacing: .4px !important;
            transform: scaleX(0.82) !important; /* Sirf width 18% kam */
            transform-origin: left center !important;
            display: inline-block;
            white-space: nowrap;
        }
        /* ---------- GALLERY ---------- */

        .gallery-image-box {
            height: 220px !important;
        }

        .gallery-card-body {
            padding: 16px;
        }

        .gallery-title {
            font-size: 16px !important;
        }
        /* =========================================================
   WELFLEW PAGE VIEW (MASTER TEMPLATE v1.0 FREEZE)
   About • Infrastructure • Quality • Contact
   ThemeEngine Compatible
========================================================= */
        /* =========================================================
   PAGE LAYOUT
========================================================= */

        .page-hero-section {
            padding: 28px 0 48px;
        }

        .hero-wrapper {
            width: 100%;
            padding: 0;
        }

        .hero-container {
            width: 100%;
            max-width: 1720px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .page-hero-section .row {
            align-items: flex-start; /* center ki jagah top */
            --bs-gutter-x: 2.5rem;
            --bs-gutter-y: 2rem;
            margin-left: 0;
            margin-right: 0;
        }
        /* =========================================================
   HERO BUTTONS
========================================================= */

        .hero-buttons {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

            .hero-btn-primary,
            .hero-buttons .btn {
                padding: 12px 28px;
                border-radius: 14px;
                font-weight: 700;
            }
        /* =========================================================
   PAGE CONTENT
========================================================= */

        .page-content {
            color: var(--text-muted);
            font-size: 17px;
            line-height: 1.9;
        }

            .page-content h2 {
                color: var(--text);
                font-size: 36px;
                font-weight: 800;
                margin: 52px 0 18px;
            }

            .page-content h3 {
                color: var(--text);
                font-size: 28px;
                font-weight: 700;
                margin: 36px 0 16px;
            }

            .page-content p {
                margin-bottom: 18px;
            }

            .page-content ul,
            .page-content ol {
                padding-left: 22px;
                margin-bottom: 22px;
            }

            .page-content li {
                margin-bottom: 10px;
            }

            .page-content img {
                width: 100%;
                border-radius: 22px;
                margin: 28px 0;
                box-shadow: var(--shadow-md);
            }
        /* =========================================================
   CONTACT PAGE CARDS
========================================================= */

        .contact-card {
            display: flex;
            align-items: center;
            gap: 18px;
            height: 100%;
            padding: 24px;
            background: var(--surface-card);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid var(--border);
            border-radius: 22px;
            transition: all .35s ease;
            box-shadow: var(--shadow-sm);
        }

            .contact-card:hover {
                transform: translateY(-5px);
                border-color: rgba(var(--primary-rgb), .35);
                box-shadow: var(--shadow-md);
            }

        .contact-icon {
            width: 58px;
            height: 58px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 18px;
            background: rgba(var(--primary-rgb), .12);
            color: var(--primary);
            font-size: 24px;
        }

            .contact-icon.whatsapp {
                background: rgba(37,211,102,.12);
                color: #25D366;
            }

        .contact-label {
            display: block;
            color: var(--text-muted);
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: .5px;
            margin-bottom: 4px;
        }

        .contact-value {
            color: var(--text);
            text-decoration: none;
            font-weight: 600;
            line-height: 1.5;
        }

            .contact-value:hover {
                color: var(--accent);
            }

        .whatsapp-link {
            color: #25D366;
        }
        /* =========================================================
   CONTACT MAP / SOCIAL CARDS
========================================================= */

        .page-hero-section .card {
            background: var(--surface-card);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid var(--border);
            border-radius: 22px;
            box-shadow: var(--shadow-md);
        }

        .page-hero-section .card-body {
            padding: 24px;
        }

        .page-hero-section .card-title {
            color: var(--text);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .page-hero-section .card a {
            color: var(--accent);
            text-decoration: none;
        }

            .page-hero-section .card a:hover {
                color: var(--primary);
            }
        /* ---------- Page Layout ---------- */

        .page-hero-section {
            padding: 20px 0 36px;
        }

        .hero-container {
            padding: 0 18px;
        }

        .page-hero-section .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 1.25rem;
        }
        /* ---------- Hero ---------- */

        .page-hero-section .hero-title {
            font-size: 34px;
            line-height: 1.15;
            margin-bottom: 14px;
        }

        .page-hero-section .hero-description {
            font-size: 16px;
            line-height: 1.75;
            margin-bottom: 22px;
            max-width: 100%;
        }

        .page-title-line {
            margin-bottom: 14px;
        }
        /* ---------- Hero Image ---------- */

        .page-hero-image {
            border-radius: 20px;
        }

        .page-hero-section .hero-img {
            height: 260px;
            min-height: 260px;
            max-height: 320px;
            margin-top: 16px;
            border-radius: 20px;
        }
        /* ---------- Buttons ---------- */

        .hero-buttons {
            flex-direction: column;
            gap: 12px;
            margin-top: 20px;
        }

            .hero-buttons .btn {
                width: 100%;
                height: 48px;
            }
        /* ---------- Page Content ---------- */

        .page-content {
            font-size: 16px;
            line-height: 1.85;
        }

            .page-content h2 {
                font-size: 30px;
                margin: 38px 0 14px;
            }

            .page-content h3 {
                font-size: 24px;
                margin: 30px 0 12px;
            }

            .page-content img {
                width: 100%;
                border-radius: 18px;
                margin: 22px 0;
            }
        /* ---------- Contact Cards ---------- */

        .contact-card {
            padding: 20px;
            border-radius: 20px;
        }

        .contact-icon {
            width: 52px;
            height: 52px;
            font-size: 22px;
        }

        .contact-value {
            font-size: 15px;
        }

        .page-hero-section .card {
            border-radius: 20px;
        }

        .page-hero-section .card-body {
            padding: 20px;
        }
        /* ---------- FOOTER ---------- */


        .footer-brand {
            flex-direction: column;
            text-align: center;
            gap: 12px;
        }

        .footer-logo {
            width: 80px;
            height: 80px;
        }

        .footer-brand-name {
            font-size: 22px !important;
        }

        .footer-brand-subtitle {
            font-size: 13px !important;
        }

        .footer-brand-tagline {
            font-size: 10px !important;
        }

        .footer-title,
        .footer-text,
        .footer-links,
        .footer-bottom {
            text-align: center;
        }

        .footer-social {
            text-align: center;
        }
        /* Existing mobile CSS ... */
        /* ----- WELFLEW PREMIUM MOBILE MENU BUTTON ----- */
        /* ---------------------------------------------------------
   PREMIUM MOBILE MENU BUTTON (ALL THEMES)
--------------------------------------------------------- */

        .mobile-menu-btn {
            width: 38px !important;
            height: 38px !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            margin-left: auto;
            margin-right: 6px;
            border-radius: 10px !important;
            backdrop-filter: blur(14px) saturate(160%);
            -webkit-backdrop-filter: blur(14px) saturate(160%);
            transition: all .25s ease;
            transform: translateY(6px);
        }
            /* Hover */
            .mobile-menu-btn:hover {
                background: linear-gradient(135deg, var(--primary), var(--accent)) !important;
                color: var(--text-dark) !important;
                transform: translateY(-1px);
                box-shadow: 0 10px 24px rgba(var(--primary-rgb), .35), inset 0 1px 0 rgba(255,255,255,.15);
            }
            /* Icon */
            .mobile-menu-btn i {
                font-size: 22px;
                font-weight: 900;
                line-height: 1;
            }
        /* ---------- HOME HERO ---------- */

        #home-hero {
            padding-top: 10px !important;
            padding-bottom: 35px !important;
            min-height: auto;
            padding: 15px 0 40px;
        }



        .menu-panel {
            display: block !important;
            position: absolute;
            top: 72px;
            left: 0;
            width: 100%;
            padding: 18px;
            z-index: 999;
        }

            .menu-panel:not(.show) {
                display: none !important;
            }

            .menu-panel.show {
                display: block !important;
            }
    }
    /* =========================================================
   DESKTOP (992px+)
========================================================= */

    @media (min-width:992px) {

        .page-content {
            margin-top: 10px;
        }


        .contact-card {
            min-height: 120px;
        }
    }
    /* =========================================================
   WELFLEW ENQUIRY PAGE (FINAL FREEZE v1.0)
   ThemeEngine Compatible • Clean Structure
========================================================= */
    /* =========================================================
   PAGE LAYOUT
========================================================= */

    .enquiry-page {
        padding: 24px 0 48px;
    }
        /* =========================================================
   GLASS CARD
========================================================= */

        .enquiry-page .card {
            background: var(--surface-card);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid var(--border);
            border-radius: 24px;
            box-shadow: var(--shadow-lg);
            overflow: hidden;
        }

            .enquiry-page .card::before {
                display: none;
            }

        .enquiry-page .card-body {
            background: transparent;
            padding: 24px 28px;
        }
        /* =========================================================
   HEADINGS
========================================================= */

        .enquiry-page h1 {
            color: var(--text);
            font-weight: 800;
            letter-spacing: -.5px;
            margin-bottom: 4px;
        }

        .enquiry-page .lead {
            color: var(--text-muted);
            margin-bottom: 14px;
        }

        .enquiry-page h5 {
            color: var(--text);
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 8px;
        }
        /* =========================================================
   LABELS / HELP TEXT
========================================================= */

        .enquiry-page .form-label {
            color: var(--text);
            font-weight: 600;
            margin-bottom: 4px;
        }

        .enquiry-page .form-text,
        .enquiry-page .text-muted {
            color: var(--text-muted) !important;
            font-size: 13px;
            margin-top: 6px;
            margin-bottom: 4px !important;
        }

        .enquiry-page hr {
            border-color: var(--border);
            margin: 6px 0 8px;
        }
        /* =========================================================
   INPUTS
========================================================= */

        .enquiry-page .form-control,
        .enquiry-page .form-select {
            background: rgba(var(--surface-rgb), .05);
            color: var(--text);
            border: 1px solid var(--border);
            border-radius: 14px;
            min-height: 44px;
            padding: 10px 14px;
            transition: all .25s ease;
        }

        .enquiry-page textarea.form-control {
            min-height: 90px;
            resize: vertical;
        }

        .enquiry-page .form-control::placeholder,
        .enquiry-page textarea::placeholder {
            color: var(--text-muted);
            opacity: .55;
        }

        .enquiry-page .form-control:focus,
        .enquiry-page .form-select:focus {
            background: rgba(var(--surface-rgb), .08);
            color: var(--text);
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(var(--primary-rgb), .18);
        }
        /* =========================================================
   PRODUCT DROPDOWN
========================================================= */

        .enquiry-page .form-select {
            appearance: none;
            padding-right: 42px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23CBD5E1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 7 9 12 14 7'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 14px center;
            background-size: 18px;
        }

            .enquiry-page .form-select:hover {
                border-color: rgba(var(--primary-rgb), .45);
            }

            .enquiry-page .form-select option {
                background: #101722;
                color: #F8FAFC;
            }

                .enquiry-page .form-select option[value=""] {
                    color: #CBD5E1;
                }
        /* =========================================================
   BUTTONS
========================================================= */
        /* Attach File */

        .enquiry-page .btn-outline-secondary {
            background: rgba(var(--surface-rgb), .05);
            color: var(--text);
            border: 1px solid var(--border-strong);
            border-radius: 12px;
            padding: 8px 14px;
        }

            .enquiry-page .btn-outline-secondary:hover {
                background: rgba(var(--primary-rgb), .12);
                color: var(--accent);
                border-color: var(--primary);
            }
        /* Send Button */

        .enquiry-page .btn-primary {
            background: var(--primary);
            border-color: var(--primary);
            color: #fff;
            font-weight: 700;
            border-radius: 12px;
            padding: 10px 26px;
        }

            .enquiry-page .btn-primary:hover {
                background: var(--primary-dark);
                border-color: var(--primary-dark);
            }
        /* Button Position */

        .enquiry-page .text-end {
            margin-top: 0;
        }
        /* Selected Files */

        .enquiry-page #selectedFiles {
            color: var(--text-muted);
            font-size: 13px;
            margin-top: 8px;
        }
    /* =========================================================
   DESKTOP (992px+)
========================================================= */

    @media (min-width: 992px) {

        .enquiry-page {
            min-height: calc(100vh - 88px);
            display: flex;
            align-items: center;
            padding: 16px 0 24px;
        }

            .enquiry-page .card-body {
                padding: 22px 26px;
            }

            .enquiry-page .row {
                --bs-gutter-x: 16px;
                --bs-gutter-y: 8px;
            }

            .enquiry-page .mb-3 {
                margin-bottom: 10px !important;
            }

            .enquiry-page h1 {
                font-size: 46px;
                line-height: 1.08;
            }

            .enquiry-page .lead {
                font-size: 15px;
            }

            .enquiry-page textarea.form-control {
                min-height: 84px;
                max-height: 110px;
            }
    }

    @media (max-width: 991px) {

        .enquiry-page {
            min-height: auto;
            display: block;
            padding: 22px 0 40px;
        }

            .enquiry-page .card {
                border-radius: 20px;
            }

            .enquiry-page .card-body {
                padding: 22px;
            }

            .enquiry-page .row {
                --bs-gutter-y: 12px;
            }

            .enquiry-page textarea.form-control {
                min-height: 120px;
            }

            .enquiry-page .btn-primary {
                width: 100%;
            }

            .enquiry-page .text-end {
                text-align: center;
            }
    }
    /* =========================================================
   MOBILE NAVBAR DROPDOWN - OPEN FROM RIGHT
========================================================= */

    @media (max-width:991px) {

        .navbar-collapse {
            position: absolute;
            top: calc(100% + 12px);
            right: 0; /* Right edge se open */
            left: auto !important;
            width: 320px;
            max-width: 92vw;
            background: var(--surface-card);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid var(--border);
            border-radius: 18px;
            box-shadow: var(--shadow-lg);
            padding: 16px;
            z-index: 1055;
        }
    }
/* =========================================================
   GALLERY HERO TITLE (FINAL FIX)
========================================================= */

.gallery-page h1.display-4 {
    font-size: clamp(3.4rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1px;
    text-align: center;
    color: var(--text);
    margin-bottom: 24px;
}

.gallery-page .gallery-subtitle {
    max-width: 620px;
    text-align: left;
    font-size: 18px;
    line-height: 1.9;
    color: var(--text-muted);
    margin-bottom: 0;
}
/* =========================================================
   HOME HERO MOBILE CENTER ALIGNMENT
========================================================= */

@media (max-width:991px) {

    #home-hero .hero-title {
        text-align: center !important;
    }

    #home-hero .hero-description {
        text-align: center !important;
    }
    #home-hero .hero-content-text,
    #home-hero .hero-content-text p {
        text-align: left !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}
/* =========================================================
   HERO DOCUMENT DOWNLOAD — WELFLEW CMS V2 (THEME SAFE)
========================================================= */

/* Download Button + Badge Wrapper */
.hero-top-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    margin-top: -40px;
    margin-bottom: 18px;
}

    /* Hero Badge reset (wrapper ke andar hi) */
    .hero-top-actions .hero-badge {
        position: static !important;
        transform: none !important;
        margin: 0 !important;
        align-self: flex-end;
    }

/* Download Button
   Base style Navbar ke .btn-getquote se inherit karega */
.hero-doc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 18px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 15px;
}

    .hero-doc-btn i {
        font-size: 15px; /* 13 से 15 */
        font-weight: 900; /* Sharp/Bold */
        -webkit-text-stroke: 0.3px currentColor;
    }

/* Multi Document Dropdown */
.hero-doc-list {
    background: var(--surface-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    min-width: 260px;
}

.hero-doc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    color: var(--text);
    text-decoration: none;
    border-bottom: 1px solid var(--border);
    transition: all .2s ease;
}

    .hero-doc-item:last-child {
        border-bottom: none;
    }

    /* Theme Hover */
    .hero-doc-item:hover {
        background: rgba(var(--primary-rgb),0.08);
        color: var(--primary);
    }

        .hero-doc-item:hover i {
            color: var(--primary);
        }



/* ================= MOBILE ================= */

@media (max-width:991px) {

    .hero-top-actions {
        align-items: center;
        gap: 10px;
        margin-top: 0;
        margin-bottom: 14px;
    }

    .hero-doc-btn {
        min-height: 36px;
        padding: 7px 16px;
        font-size: 12px;
    }

    .hero-doc-list {
        width: 100%;
        min-width: 220px;
    }
}
/* ==========================================================
   WELFLEW CONTACT PREMIUM CARD (FINAL FREEZE)
========================================================== */

/* ---------- Premium Contact Card ---------- */

.contact-side-card {
    background: var(--surface-card);
    border: 1px solid var(--border);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 22px;
    box-shadow: 0 14px 28px rgba(0,0,0,.12);
    transition: all .35s ease;
    padding: 22px;
    margin-top: -400px;
    position: relative;
    z-index: 40;
}

    .contact-side-card:hover {
        transform: translateY(-8px);
        border-color: rgba(var(--primary-rgb),.35);
        box-shadow: 0 22px 40px rgba(var(--primary-rgb),.18);
    }

/* ---------- Heading ---------- */

.contact-side-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--heading);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(var(--primary-rgb),.10);
}

/* ---------- Two Column Layout ---------- */

.contact-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 10px;
}

/* ---------- Contact Rows ---------- */

.contact-side-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(var(--primary-rgb),.08);
}

    .contact-side-item:last-child {
        border-bottom: none;
    }

    /* ---------- Icons ---------- */

    .contact-side-item i {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: rgba(var(--primary-rgb),.08);
        color: var(--primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        flex-shrink: 0;
        transition: .3s;
    }

.contact-side-card:hover .contact-side-item i {
    background: var(--primary);
    color: #fff;
}

/* ---------- Labels ---------- */

.contact-side-item small {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 2px;
}

/* ---------- Values ---------- */

.contact-side-item a,
.contact-side-item span {
    display: block;
    color: var(--text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

    .contact-side-item a:hover {
        color: var(--primary);
    }

/* ==========================================================
   GOOGLE MAP TILE
========================================================== */

.gmap-preview {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 120px;
    padding: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg,var(--primary),#22c55e);
    color: #fff;
    text-decoration: none;
    transition: all .30s ease;
}

    .gmap-preview:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 28px rgba(var(--primary-rgb),.28);
        color: #fff;
    }

.gmap-icon-box {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: rgba(255,255,255,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .gmap-icon-box i {
        font-size: 38px;
        color: #fff;
    }

.gmap-content {
    flex: 1;
}

    .gmap-content small {
        display: block;
        color: rgba(255,255,255,.85);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }

    .gmap-content h6 {
        margin: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }

    .gmap-content span {
        color: rgba(255,255,255,.92);
        font-size: 13px;
    }

.gmap-arrow {
    font-size: 20px;
    color: #fff;
}

/* ---------- Address ---------- */

.address-box {
    margin-top: 14px;
    padding: 12px;
    background: rgba(var(--primary-rgb),.04);
    border: 1px solid rgba(var(--primary-rgb),.08);
    border-radius: 12px;
}

    .address-box small {
        display: block;
        color: var(--primary);
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .address-box p {
        margin: 0;
        color: var(--text);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.55;
    }

/* ---------- Social Icons ---------- */

.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

    .social-icons a {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(var(--primary-rgb),.08);
        color: var(--primary);
        font-size: 15px;
        transition: .25s ease;
    }

        .social-icons a:hover {
            background: var(--primary);
            color: #fff;
            transform: translateY(-3px);
        }

/* ==========================================================
   MOBILE RESPONSIVE
========================================================== */

@media (max-width:991px) {

    .contact-side-card {
        margin-top: 24px;
        padding: 20px;
    }

    .contact-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gmap-preview {
        min-height: 110px;
    }

    .gmap-icon-box {
        width: 60px;
        height: 60px;
    }

        .gmap-icon-box i {
            font-size: 32px;
        }

    .contact-side-title {
        font-size: 22px;
    }
}

/* ==========================================
   WELFLEW Mobile Dark Button
========================================== */

.theme-toggle-floating {
    position: fixed;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: transparent !important; /* Transparent */
    border: none; /* Border भी हट गया */

    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 1055;
    transition: all .25s ease;
    
}

    .theme-toggle-floating i {
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .theme-toggle-floating:hover {
        background: linear-gradient(135deg,var(--primary),var(--accent));
        color: var(--text-dark);
        transform: scale(1.05);
    }


   