﻿/* ============================================================
           PAGE BANNER
        ============================================================ */
#banner-area {
    padding: 16px 0;
    background: var(--bg2);
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 1;
}

.banner-title-content h2 {
    font-family: var(--ff-d);
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.02em;
    margin: 0 0 4px;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 11px;
    color: var(--muted);
}

    .breadcrumb li + li::before {
        content: '\f054';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 7px;
        color: var(--gold);
        opacity: 0.6;
    }

    .breadcrumb li a {
        color: var(--gold);
        text-decoration: none;
        font-weight: 600;
    }

        .breadcrumb li a:hover {
            color: var(--gold-lt);
        }
/* Why AAISS accordion */
.why-panel {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 14px !important;
    margin-bottom: 8px !important;
    overflow: hidden;
    box-shadow: none !important;
}

    .why-panel + .why-panel {
        border-top: 1px solid var(--border) !important;
    }

    .why-panel .panel-heading {
        background: transparent !important;
        border: none !important;
        padding: 0;
    }

    .why-panel .panel-title {
        margin: 0;
    }

        .why-panel .panel-title a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 18px;
            font-family: var(--ff-d);
            font-size: 13px;
            font-weight: 600;
            color: var(--text) !important;
            letter-spacing: 0.01em;
        }

            .why-panel .panel-title a::after {
                content: '\f078';
                font-family: 'Font Awesome 6 Free';
                font-weight: 900;
                font-size: 9px;
                color: var(--gold);
                transition: transform var(--ease);
                flex-shrink: 0;
                margin-left: 10px;
            }

            .why-panel .panel-title a:not(.collapsed)::after {
                transform: rotate(180deg);
            }

            .why-panel .panel-title a:hover {
                color: var(--gold) !important;
            }

    .why-panel .panel-collapse {
        border-top: 1px solid var(--border);
    }

    .why-panel .panel-body {
        background: var(--surface);
        padding: 14px 18px;
    }

        .why-panel .panel-body ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .why-panel .panel-body ul li {
                color: var(--muted);
                font-size: 13px;
                line-height: 1.7;
                padding: 3px 0 3px 18px;
                position: relative;
            }

                .why-panel .panel-body ul li::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 11px;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background: var(--gold);
                    opacity: 0.55;
                }
/* ============================================================
           DARK THEME — default  (data-theme="dark" or no attribute)
        ============================================================ */
:root,
[data-theme="dark"] {
    --bg: #07090f;
    --bg2: #0d1117;
    --bg3: #111520;
    --surface: rgba(255,255,255,0.04);
    --surface2: rgba(255,255,255,0.07);
    --border: rgba(255,255,255,0.08);
    --border2: rgba(255,255,255,0.14);
    --gold: #428bca;
    --gold-lt: #428bca;
    --gold-dim: rgba(201,168,76,0.14);
    --gold-dim2: rgba(201,168,76,0.22);
    --text: #e8eaf0;
    --muted: #7a8098;
    --muted2: #a0a8bc;
    --nav-bg: rgba(7,9,15,0.92);
    --topbar-bg: rgba(201,168,76,0.05);
    --card-bg: rgba(255,255,255,0.04);
    --footer-bg: #0d1117;
    --copy-bg: #07090f;
    --shadow-card: 0 20px 56px rgba(0,0,0,0.38);
    --shadow-nav: 0 6px 30px rgba(0,0,0,0.5);
    --toggle-track: #1e2330;
    --toggle-knob: #c9a84c;
    --invert-icon: 0;
}

/* ============================================================
           LIGHT THEME  (data-theme="light")
        ============================================================ */
[data-theme="light"] {
    --bg: #f4f2ec;
    --bg2: #ffffff;
    --bg3: #eceae3;
    --surface: rgba(0,0,0,0.035);
    --surface2: rgba(0,0,0,0.06);
    --border: rgba(0,0,0,0.09);
    --border2: rgba(0,0,0,0.16);
    --gold: #428bca;
    --gold-lt: #428bca;
    --gold-dim: rgba(168,113,30,0.1);
    --gold-dim2: rgba(168,113,30,0.18);
    --text: #1a1c24;
    --muted: #5c6070;
    --muted2: #3d4050;
    --nav-bg: rgba(244,242,236,0.95);
    --topbar-bg: rgba(168,113,30,0.06);
    --card-bg: #ffffff;
    --footer-bg: #1a1c24;
    --copy-bg: #111318;
    --shadow-card: 0 8px 32px rgba(0,0,0,0.10);
    --shadow-nav: 0 4px 20px rgba(0,0,0,0.1);
    --toggle-track: #ddd8cc;
    --toggle-knob: #a8711e;
    --invert-icon: 1;
}

/* ============================================================
           SHARED CONSTANTS (never change between themes)
        ============================================================ */
:root {
    --nav-h: 70px;
    --ease: 0.3s cubic-bezier(0.4,0,0.2,1);
    --r: 16px;
    --ff-d: 'Syne', sans-serif;
    --ff-b: 'DM Sans', sans-serif;
}

/* ============================================================
           SMOOTH THEME TRANSITION
           Only on named properties — not on page load (handled by anti-flash)
        ============================================================ */
body.theme-ready,
body.theme-ready *,
body.theme-ready *::before,
body.theme-ready *::after {
    transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease !important;
}

/* ============================================================
           BASE
        ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--ff-b);
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    overflow-x: hidden;
}

a {
    color: var(--gold);
}

    a:hover, a:focus {
        color: var(--gold-lt);
        text-decoration: none;
        outline: none;
    }

/* ============================================================
           TOP BAR
        ============================================================ */
#top-bar {
    background: var(--topbar-bg);
    border-bottom: 1px solid var(--border);
    padding: 7px 0;
    font-size: 12px;
    color: var(--muted);
}

    #top-bar .top-info {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 18px;
        justify-content: flex-end;
    }

        #top-bar .top-info li {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        #top-bar .top-info .fa {
            color: var(--gold);
            font-size: 11px;
        }

    #top-bar .top-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 1px solid var(--border);
        color: var(--muted);
        font-size: 10px;
        margin-right: 3px;
        transition: var(--ease);
    }

        #top-bar .top-social a:hover {
            border-color: var(--gold);
            color: var(--gold);
            background: var(--gold-dim);
        }

/* ============================================================
           NAVBAR
        ============================================================ */
#header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.ts-mainnav {
    background: var(--nav-bg) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: none !important;
    border-bottom: 1px solid var(--border) !important;
    border-radius: 0 !important;
    min-height: var(--nav-h) !important;
    margin-bottom: 0 !important;
    overflow: visible !important; /* must NOT clip the mega menu */
}

    /* The .container inside the navbar must be relative for mega menu positioning */
    .ts-mainnav .container {
        position: relative;
    }

    .ts-mainnav.scrolled {
        box-shadow: var(--shadow-nav) !important;
    }

    .ts-mainnav .navbar-header {
        display: flex;
        align-items: center;
        height: var(--nav-h);
    }

    .ts-mainnav .navbar-brand {
        padding: 0;
        height: auto;
        display: flex;
        align-items: center;
    }

.logo-text {
    font-family: var(--ff-d);
    font-size: 23px;
    font-weight: 800;
    color: var(--text) !important;
    letter-spacing: -0.02em;
}

    .logo-text span {
        color: var(--gold);
    }

/* Mobile toggle */
.ts-mainnav .navbar-toggle {
    border: 1px solid var(--border) !important;
    background: transparent !important;
    border-radius: 8px !important;
    padding: 7px 10px !important;
    margin-top: 17px !important;
    margin-bottom: 17px !important;
}

    .ts-mainnav .navbar-toggle .icon-bar {
        background: var(--text) !important;
    }

    .ts-mainnav .navbar-toggle:hover,
    .ts-mainnav .navbar-toggle:focus {
        background: var(--gold-dim) !important;
        border-color: var(--gold) !important;
    }

.ts-mainnav .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}

/* Nav links */
.ts-mainnav .navbar-nav > li {
    display: flex;
    align-items: center;
}

    .ts-mainnav .navbar-nav > li > a {
        font-family: var(--ff-d) !important;
        font-size: 11.5px !important;
        font-weight: 700 !important;
        color: var(--muted) !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05em !important;
        line-height: var(--nav-h) !important;
        padding: 0 12px !important;
        border-radius: 8px !important;
        background: transparent !important;
    }

        .ts-mainnav .navbar-nav > li > a:hover,
        .ts-mainnav .navbar-nav > li > a:focus {
            color: var(--text) !important;
            background: var(--surface) !important;
        }

    .ts-mainnav .navbar-nav > li.active > a,
    .ts-mainnav .navbar-nav > li.active > a:hover {
        color: var(--gold) !important;
        background: var(--gold-dim) !important;
    }

    /* Admin link */
    .ts-mainnav .navbar-nav > li.admin-link > a {
        color: var(--gold) !important;
        background: var(--gold-dim) !important;
        border: 1px solid var(--gold-dim2) !important;
        margin-left: 6px;
    }

        .ts-mainnav .navbar-nav > li.admin-link > a:hover {
            background: var(--gold) !important;
            color: var(--bg) !important;
        }

/* Dropdown (standard, for non-mega items) */
.ts-mainnav .dropdown-menu {
    background: var(--bg2) !important;
    backdrop-filter: blur(24px);
    border: 1px solid var(--border2) !important;
    border-radius: var(--r) !important;
    padding: 10px !important;
    min-width: 200px;
    box-shadow: var(--shadow-card) !important;
    margin-top: 6px !important;
}

    .ts-mainnav .dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .ts-mainnav .dropdown-menu ul li a {
            display: block;
            font-size: 13px;
            color: var(--muted) !important;
            padding: 9px 14px !important;
            border-radius: 10px;
            line-height: 1.4 !important;
        }

            .ts-mainnav .dropdown-menu ul li a:hover {
                background: var(--gold-dim) !important;
                color: var(--gold) !important;
            }

            .ts-mainnav .dropdown-menu ul li a h4 {
                font-family: var(--ff-d);
                font-size: 10.5px;
                font-weight: 700;
                color: var(--gold);
                margin: 0;
                letter-spacing: 0.08em;
                text-transform: uppercase;
            }

/* ============================================================
     MEGA MENU  — Solutions (Grouped Columns)
  ============================================================ */

.dropdown.mega-item {
    position: static !important;
}

.mega-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--bg2);
    border: 1px solid var(--border2);
    border-top: 2px solid var(--gold);
    border-radius: 0 0 var(--r) var(--r);
    box-shadow: var(--shadow-card);
    z-index: 1050;
    padding: 0;
    animation: megaFadeIn 0.2s ease both;
}

@keyframes megaFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown.mega-item:hover .mega-menu {
    display: block;
}

.mega-inner {
    display: flex;
    align-items: stretch;
}

/* LEFT PANEL */
.mega-header {
    flex: 0 0 200px;
    background: var(--gold-dim);
    border-right: 1px solid var(--border);
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mega-header-label {
    font-family: var(--ff-d);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
}

.mega-header h3 {
    font-family: var(--ff-d);
    font-size: 20px;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 12px;
}

.mega-header p {
    font-size: 11.5px;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 20px;
}

.mega-all-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--ff-d);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--bg) !important;
    background: var(--gold);
    padding: 9px 18px;
    border-radius: 100px;
    text-decoration: none !important;
    transition: var(--ease);
    align-self: flex-start;
}

    .mega-all-link:hover {
        background: var(--gold-lt) !important;
        color: var(--bg) !important;
    }

/* RIGHT PANEL — grouped columns */
.mega-items {
    flex: 1;
    padding: 22px 24px;
    overflow-x: auto;
}

/* Group container — flex row of columns */
.mega-groups {
    display: flex;
    gap: 0;
    align-items: flex-start;
}

/* Each group = one column */
.mega-group {
    flex: 1;
    min-width: 140px;
    padding: 0 16px 0 0;
    border-right: 1px solid var(--border);
}

    .mega-group:last-child {
        border-right: none;
        padding-right: 0;
    }

    .mega-group:first-child {
        padding-left: 0;
    }

/* Group heading */
.mega-group-title {
    font-family: var(--ff-d);
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--gold-dim2);
    display: flex;
    align-items: center;
    gap: 6px;
}

    .mega-group-title::before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--gold);
    }

/* Solution link inside a group */
.mega-group a {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 12px;
    color: var(--muted) !important;
    padding: 6px 8px;
    border-radius: 7px;
    text-decoration: none !important;
    transition: var(--ease);
    line-height: 1.35;
    border: 1px solid transparent;
    margin-bottom: 1px;
}

    .mega-group a::before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--gold);
        opacity: 0.35;
        flex-shrink: 0;
        margin-top: 5px;
        transition: var(--ease);
    }

    .mega-group a:hover {
        background: var(--gold-dim) !important;
        color: var(--gold) !important;
        border-color: var(--gold-dim2) !important;
    }

        .mega-group a:hover::before {
            opacity: 1;
        }

/* Footer strip */
.mega-footer {
    border-top: 1px solid var(--border);
    padding: 9px 24px 9px calc(200px + 24px);
    background: var(--surface);
    display: flex;
    align-items: center;
    gap: 20px;
}

.mega-footer-tag {
    font-size: 11px;
    color: var(--muted);
}

    .mega-footer-tag strong {
        color: var(--gold);
        font-weight: 600;
    }

/* Responsive */
@media (max-width: 991px) {
    .dropdown.mega-item {
        position: relative !important;
    }

    .mega-header {
        flex: none;
        border-right: none;
        border-bottom: 1px solid var(--border);
        padding: 16px 18px;
    }

        .mega-header p {
            display: none;
        }

    .mega-inner {
        flex-direction: column;
    }

    .mega-items {
        padding: 12px 16px;
        overflow-x: auto;
    }

    .mega-groups {
        flex-wrap: wrap;
        gap: 16px;
    }

    .mega-group {
        flex: 0 0 calc(50% - 8px);
        border-right: none;
        padding: 0;
    }

    .mega-footer {
        padding: 10px 16px;
    }
}

 


/* ============================================================
    THEME TOGGLE BUTTON
 ============================================================ */
.theme-toggle-wrap {
    display: flex;
    align-items: center;
    padding: 0 8px 0 12px;
}

.theme-toggle {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    user-select: none;
}

    /* The track (pill) */
    .theme-toggle .tt-track {
        width: 46px;
        height: 24px;
        border-radius: 100px;
        background: var(--toggle-track);
        border: 1px solid var(--border2);
        position: relative;
        transition: background 0.3s ease, border-color 0.3s ease;
        flex-shrink: 0;
    }

    /* The sliding knob */
    .theme-toggle .tt-knob {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: var(--toggle-knob);
        transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), background 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .theme-toggle .tt-knob i {
            font-size: 9px;
            color: var(--bg);
            line-height: 1;
        }

/* Light mode — knob slides right */
[data-theme="light"] .theme-toggle .tt-knob {
    transform: translateX(22px);
}

/* Icon labels beside the track */
.theme-toggle .tt-icon {
    font-size: 12px;
    color: var(--muted);
    transition: color 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
}

    .theme-toggle .tt-icon.sun {
        color: var(--gold);
    }

    .theme-toggle .tt-icon.moon {
        color: var(--muted);
    }

[data-theme="light"] .theme-toggle .tt-icon.sun {
    color: var(--muted);
}

[data-theme="light"] .theme-toggle .tt-icon.moon {
    color: var(--gold);
}

/* Hover glow */
.theme-toggle:hover .tt-track {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px var(--gold-dim);
}

/* Mobile: show toggle in collapsed nav too */
@media (max-width: 767px) {
    .theme-toggle-wrap {
        padding: 10px 16px;
        justify-content: flex-start;
    }

    .theme-toggle .tt-label {
        display: inline;
    }

    .ts-mainnav .navbar-nav > li > a {
        line-height: 1.4 !important;
        padding: 10px 16px !important;
    }

    .ts-mainnav .navbar-collapse {
        background: var(--nav-bg);
        border-top: 1px solid var(--border) !important;
    }

    .ts-mainnav .dropdown-menu {
        position: static !important;
        float: none;
        margin: 0 !important;
        box-shadow: none !important;
        background: var(--surface) !important;
        border: none !important;
    }
}
/* ============================================================
           FOOTER
        ============================================================ */
#footer {
    background: var(--footer-bg);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 70px 0 48px;
}

    #footer .logo-text {
        color: #ffffff !important;
    }

        #footer .logo-text span {
            color: var(--gold-lt);
        }

    #footer p {
        color: rgba(255,255,255,0.45);
    }

.footer-title {
    font-family: var(--ff-d);
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
}

    .footer-title::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 28px;
        height: 2px;
        background: var(--gold-lt);
        border-radius: 2px;
    }

.footer-address {
    font-style: normal;
}

    .footer-address p {
        color: rgba(255,255,255,0.45);
        font-size: 13px;
        margin-bottom: 9px;
        display: flex;
        align-items: flex-start;
        gap: 9px;
        line-height: 1.6;
    }

    .footer-address .fa {
        color: var(--gold-lt);
        width: 13px;
        flex-shrink: 0;
        margin-top: 3px;
        font-size: 12px;
    }

    .footer-address a {
        color: rgba(255,255,255,0.45);
    }

        .footer-address a:hover {
            color: var(--gold-lt);
        }

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    margin-right: 5px;
    margin-top: 10px;
    transition: var(--ease);
}

    .footer-social a:hover {
        border-color: var(--gold-lt);
        color: var(--gold-lt);
        background: rgba(201,168,76,0.12);
        transform: translateY(-2px);
    }

ul.arrow {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.arrow li {
        margin-bottom: 8px;
    }

        ul.arrow li a {
            color: rgba(255,255,255,0.4);
            font-size: 13px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: var(--ease);
        }

            ul.arrow li a::before {
                content: '';
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: var(--gold-lt);
                opacity: 0.4;
                flex-shrink: 0;
                transition: var(--ease);
            }

            ul.arrow li a:hover {
                color: var(--gold-lt);
                padding-left: 4px;
            }

                ul.arrow li a:hover::before {
                    opacity: 1;
                }

/* ============================================================
           COPYRIGHT
        ============================================================ */
#copyright {
    background: var(--copy-bg);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 22px 0;
}

.footer-logo h3.alawadi {
    font-family: var(--ff-d);
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.nav.footer-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

    .nav.footer-nav li a {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 4px 0;
    }

        .nav.footer-nav li a:hover {
            color: var(--gold-lt);
        }

.copyright-info {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
}

    .copyright-info a {
        color: var(--gold-lt);
    }

/* Back to top */
.back-to-top {
    position: fixed !important;
    bottom: 28px;
    right: 28px;
    z-index: 9990;
}

    .back-to-top .btn.btn-primary {
        width: 44px;
        height: 44px;
        border-radius: 50% !important;
        background: var(--gold) !important;
        border-color: var(--gold) !important;
        color: #fff !important;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        box-shadow: 0 4px 18px var(--gold-dim);
    }

        .back-to-top .btn.btn-primary:hover {
            background: var(--gold-lt) !important;
            border-color: var(--gold-lt) !important;
            transform: translateY(-3px);
        }

/* ============================================================
           SHARED UTILITIES
        ============================================================ */
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--ff-d);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    padding: 5px 13px;
    background: var(--gold-dim);
    border: 1px solid var(--gold-dim2);
    border-radius: 100px;
    margin-bottom: 14px;
}

    .section-tag::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--gold);
        animation: ptag 2s ease-in-out infinite;
    }

@keyframes ptag {
    0%,100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.75);
    }
}

.section-heading {
    font-family: var(--ff-d);
    font-size: clamp(26px,4vw,44px);
    font-weight: 800;
    color: var(--text);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.gold {
    color: var(--gold);
}

.dropdown.mega-item {
    position: static !important;
}

.mega-menu {
    display: none;
    position: fixed;
    left: 2.5%;
    right:2.5%;
    top: var(--nav-h);
    width: 95vw;
    transform: translateX(-50%);
    background: var(--bg2);
    border: 1px solid var(--border2);
    border-top: 2px solid var(--gold);
    border-radius: 0 0 var(--r) var(--r);
    box-shadow: var(--shadow-card);
    z-index: 1050;
    padding: 0;
    animation: megaFadeIn 0.2s ease both;
}
.mega-header {
    flex: 0 0 240px;
    background: var(--gold-dim);
    border-right: 1px solid var(--border);
    padding: 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mega-footer {
    border-top: 1px solid var(--border);
    padding: 9px 28px;
    background: var(--surface);
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {

    .dropdown.mega-item .mega-menu {
        display: none !important;
    }

    .dropdown.mega-item {
        position: relative !important;
    }

        .dropdown.mega-item .dropdown-menu {
            display: none;
            position: static !important;
            float: none !important;
            width: 100% !important;
            background: var(--bg2) !important;
            border: 1px solid var(--border) !important;
            border-radius: 8px !important;
            box-shadow: none !important;
            padding: 6px 0 !important;
            margin-top: 4px !important;
        }

            .dropdown.mega-item .dropdown-menu > li > a {
                display: flex !important;
                align-items: center !important;
                gap: 8px !important;
                padding: 10px 18px !important;
                font-size: 13px !important;
                font-weight: 500 !important;
                color: var(--muted) !important;
                text-decoration: none !important;
                white-space: normal !important;
            }

                .dropdown.mega-item .dropdown-menu > li > a:active {
                    background: var(--gold-dim) !important;
                    color: var(--gold) !important;
                }

            .dropdown.mega-item .dropdown-menu > li:first-child > a {
                font-weight: 700 !important;
                color: var(--gold) !important;
            }
}