    /* =========================================
       OBERON TATTOOS - ABOUT SECTION
    ========================================= */

    .oberon-about-section {
        position: relative;
        overflow: hidden;
        padding: 35px 0;
        background: #f5f5f3;
        color: #171717;
    }

    .oberon-about-wrap {
        position: relative;
        z-index: 2;
    }

    /* ---------- Heading ---------- */


    .oberon-about-heading h2 {
        margin: 0;
        font-size: 56px;
        line-height: 1.05;
        font-weight: 500;
        /* letter-spacing: -0.5px; */
        color: var(--dark-color);
    }



    /* ---------- Main Grid ---------- */

    .oberon-about-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 55px;
        align-items: center;
    }

    /* ---------- Left Content ---------- */

    .oberon-about-intro {
        max-width: 560px;
        margin: 0 0 8px;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 500;
        color: rgb(16, 16, 16);
    }

    .oberon-about-content>p:not(.oberon-about-intro) {
        max-width: 560px;
        margin: 0 0 8px;
        font-size: 20px;
        line-height: 1.3;
        color: #666;
    }

    /* ---------- Image 1 ---------- */

    .oberon-main-image {
        position: relative;
        margin: 0;
        padding-left: 15px;
    }

    .oberon-main-image::before {
        content: "";
        position: absolute;
        width: 75%;
        height: 75%;
        left: 0;
        bottom: -10px;
        border-left: 1px solid #b18a3d;
        border-bottom: 1px solid #b18a3d;
    }

    .oberon-main-image img {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 2px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.13);
        transition: all 0.4s ease;
    }

    .oberon-main-image:hover img {
        transform: translateY(-4px);
        box-shadow: 0 23px 45px rgba(0, 0, 0, 0.18);
    }

    .oberon-number {
        position: absolute;
        right: 15px;
        bottom: -15px;
        z-index: 3;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #171717;
        color: #d4ad60;
        font-size: 14px;
        font-weight: 700;
        border: 3px solid #f5f5f3;
    }

    /* ---------- Quote ---------- */

    .oberon-quote {
        position: relative;
        margin-top: 30px;
        padding: 24px 28px;
        background: #171717;
        border-left: 3px solid #b18a3d;
        overflow: hidden;
    }

    .oberon-quote::before {
        content: "“";
        position: absolute;
        top: -28px;
        left: 10px;
        font-family: Georgia, serif;
        font-size: 110px;
        line-height: 1;
        color: rgba(190, 150, 65, 0.12);
    }

    .oberon-quote p {
        position: relative;
        z-index: 1;
        margin: 0;
        font-size: 20px;
        line-height: 1.45;
        font-weight: 600;
        color: #fff;
    }

    .oberon-quote small {
        display: block;
        margin-top: 10px;
        color: #c6a45d;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    /* ---------- Right Side ---------- */

    .oberon-side-image {
        position: relative;
        margin: 0 0 28px;
    }

    /* Image 2 */

    .oberon-side-image img {
        display: block;
        width: 100%;
        height: 285px;
        object-fit: cover;
        border-radius: 2px;
        transition: all 0.45s ease;
    }

    .oberon-side-image::after {
        content: "";
        position: absolute;
        left: 12px;
        top: 12px;
        right: -12px;
        bottom: -12px;
        border: 1px solid rgba(177, 138, 61, 0.5);
        z-index: -1;
    }

    .oberon-side-image:hover img {
        transform: translate(-4px, -4px);
    }

    /* ---------- Story ---------- */

    .oberon-story {
        padding-left: 20px;
        border-left: 2px solid #b18a3d;
    }

    .oberon-story p {
        margin: 0;
        font-size: 20px;
        line-height: 1.3;
        color: #666;
    }

    .oberon-story p+p {
        margin-top: 5px;
    }

    .oberon-story strong {
        color: #222;
        font-weight: 700;
    }

    /* ---------- Features ---------- */

    .oberon-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 28px;
    }

    .oberon-feature {
        padding: 16px 14px;
        background: #fff;
        border: 1px solid #e5e5e5;
        transition: all 0.3s ease;
    }

    .oberon-feature:hover {
        transform: translateY(-3px);
        border-color: #c2a15c;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    }

    .oberon-feature-number {
        display: block;
        margin-bottom: 5px;
        color: #b18a3d;
        font-size: 14px;
        font-weight: 800;
    }

    .oberon-feature strong {
        display: block;
        font-size: 16px;
        color: #222;
    }

    /* ---------- Responsive ---------- */

    @media (max-width: 991px) {
        .oberon-about-section {
            padding: 25px 0;
        }

        .oberon-about-grid {
            grid-template-columns: 1fr;
            gap: 55px;
        }

        .oberon-about-heading h2 {
            font-size: 42px;
        }

        .oberon-main-image img,
        .oberon-side-image img {
            height: 300px;
        }
    }

    @media (max-width: 767px) {


        .oberon-about-heading h2 {
            font-size: 35px;
        }


        .oberon-main-image img,
        .oberon-side-image img {
            height: 250px;
        }


        .oberon-quote {
            padding: 22px;
        }
    }

    @media (max-width: 480px) {
        .oberon-about-heading h2 {
            font-size: 31px;
            margin-bottom: 10px;
        }

        .oberon-main-image img,
        .oberon-side-image img {
            height: 220px;
        }

        .oberon-about-section {
            padding: 25px 0;
        }
    }


    :root {
        --footer-bg: #0b0c0f;
        --footer-bg-soft: #111318;
        --footer-card: #15171c;
        --footer-accent: #ffe082;
        --footer-accent-soft: rgba(255, 224, 130, 0.12);
        --footer-text: #e7e7e7;
        --footer-muted: #999da5;
        --footer-link: #b9bbc1;
        --footer-hover: #ffe082;
        --footer-border: rgba(255, 255, 255, 0.08);
        --footer-radius: 14px;
    }

    /* =========================
       MAIN FOOTER
    ========================= */

    .site-footer {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 15% 0%, rgba(255, 224, 130, 0.07), transparent 30%),
            radial-gradient(circle at 85% 100%, rgba(255, 224, 130, 0.045), transparent 30%),
            var(--footer-bg);
        color: var(--footer-text);
        padding: 70px 0 0;
        /* font-family: "Segoe UI", Arial, sans-serif; */
        border-top: 1px solid rgba(255, 224, 130, 0.35);
    }

    .site-footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--footer-accent), transparent);
        opacity: 0.8;
    }

    .footer-container {
        width: min(1280px, calc(100% - 50px));
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1.25fr 1fr 1fr 1fr;
        gap: 45px;
        position: relative;
        z-index: 1;
    }

    /* =========================
       BRAND COLUMN
    ========================= */

    .footer-logo-section {
        min-width: 0;
    }

    .footer-brand {
        display: inline-flex;
        align-items: center;

    }

    .footer-logo-section img {
        display: block;
        width: 145px;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .footer-tagline {
        max-width: 330px;
        margin: 0 0 22px;
        color: var(--footer-muted);
        font-size: 14px;
        line-height: 1.8;
    }

    .footer-brand-line {
        width: 52px;
        height: 2px;
        margin: 5px 0 25px;
        background: var(--footer-accent);
        border-radius: 50px;
    }

    /* =========================
       SOCIAL ICONS
    ========================= */

    .footer-social {
        display: flex;
        align-items: center;
        gap: 9px;
        margin-bottom: 30px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #bfc1c6;
        background: var(--footer-card);
        border: 1px solid var(--footer-border);
        border-radius: 50%;
        text-decoration: none;
        font-size: 15px;
        transition:
            transform 0.25s ease,
            color 0.25s ease,
            background 0.25s ease,
            border-color 0.25s ease,
            box-shadow 0.25s ease;
    }

    .footer-social a:hover {
        color: #151515;
        background: var(--footer-accent);
        border-color: var(--footer-accent);
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(255, 224, 130, 0.18);
    }

    /* =========================
       FOOTER SECTIONS
    ========================= */

    .footer-section {
        min-width: 0;
    }

    .footer-section h3,
    .footer-logo-bottom h3 {
        position: relative;
        margin: 0 0 20px;
        padding: 0 0 12px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        border-bottom: 1px solid var(--footer-border);
    }

    .footer-section h3::after,
    .footer-logo-bottom h3::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 38px;
        height: 2px;
        background: var(--footer-accent);
        border-radius: 50px;
    }

    /* =========================
       LINKS
    ========================= */

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .footer-links a {
        position: relative;
        display: inline-flex;
        align-items: center;
        width: 100%;
        padding: 2px 0 2px 17px;
        color: var(--footer-link);
        text-decoration: none;
        font-size: 18px;
        line-height: 1.3;
        transition:
            color 0.2s ease,
            padding-left 0.2s ease;
    }

    .footer-links a::before {
        content: "›";
        position: absolute;
        left: 0;
        color: var(--footer-accent);
        font-size: 18px;
        line-height: 1;
        opacity: 0.7;
        transition:
            transform 0.2s ease,
            opacity 0.2s ease;
    }

    .footer-links a:hover {
        color: var(--footer-hover);
        padding-left: 22px;
    }

    .footer-links a:hover::before {
        opacity: 1;
        transform: translateX(3px);
    }

    /* =========================
       SECONDARY SECTION
    ========================= */

    .footer-logo-bottom {
        margin-top: 5px;
    }

    .footer-logo-bottom h3 {
        margin-bottom: 15px;
    }

    /* =========================
       DIVIDER
    ========================= */

    .footer-divider {
        width: min(1280px, calc(100% - 50px));
        height: 1px;
        margin: 15px auto 0;
        background: linear-gradient(90deg, transparent, var(--footer-border), transparent);
    }

    /* =========================
       BOTTOM FOOTER
    ========================= */

    .footer-bottom {
        background: rgba(0, 0, 0, 0.18);
    }

    .footer-bottom-row {
        width: min(1280px, calc(100% - 50px));
        min-height: 50px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .footer-bottom-left {
        color: #8f9299;
        font-size: 16px;
        line-height: 1.4;
    }

    .footer-bottom-left a {
        color: var(--footer-accent);
        text-decoration: none;
        transition: opacity 0.2s ease;
    }

    .footer-bottom-left a:hover {
        opacity: 0.75;
    }

    .footer-bottom-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 8px 22px;
    }

    .footer-bottom-right a {
        position: relative;
        color: #9699a0;
        font-size: 16px;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .footer-bottom-right a:hover {
        color: var(--footer-accent);
    }

    .footer-bottom-right a:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        background: #555;
        border-radius: 50%;
        right: -13px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* =========================
       TABLET
    ========================= */

    @media (max-width: 1100px) {
        .footer-container {
            grid-template-columns: repeat(2, 1fr);
            gap: 45px 35px;
        }

        .footer-logo-section {
            grid-column: span 2;
        }

        .footer-tagline {
            max-width: 600px;
        }

        .footer-bottom-row {
            flex-direction: column;
            justify-content: center;
            text-align: center;
            padding: 20px 0;
        }

        .footer-bottom-right {
            justify-content: center;
        }
    }

    /* =========================
       MOBILE
    ========================= */

    @media (max-width: 650px) {
        .site-footer {
            padding-top: 0;
        }

        .footer-social {
            margin-bottom: 7px;
        }

        .footer-logo-bottom h3 {
            margin-bottom: 5px;
        }

        .footer-links li {
            line-height: 0.9;
        }


        .footer-container {
            width: min(100% - 32px, 500px);
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .footer-logo-section {
            grid-column: auto;
        }

        .footer-logo-section img {
            width: 125px;
        }

        .footer-tagline {
            font-size: 13px;
            line-height: 1.7;
        }

        .footer-section h3,
        .footer-logo-bottom h3 {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .footer-links a {
            /* font-size: 13.5px; */
            padding-top: 2px;
            padding-bottom: 2px;
        }

        .footer-divider {
            width: calc(100% - 32px);
            margin-top: 10px;
        }

        .footer-bottom-row {
            width: calc(100% - 32px);
            padding: 22px 0;
            gap: 13px;
        }

        /* .footer-bottom-left {
            font-size: 12px;
        } */

        .footer-bottom-right {
            gap: 9px 18px;
        }

        /* .footer-bottom-right a {
            font-size: 12px;
        } */
    }

    @media (max-width: 400px) {
        .footer-social {
            gap: 7px;
        }

        .footer-social a {
            width: 37px;
            height: 37px;
        }

        .footer-bottom-right {
            flex-direction: row;
            gap: 8px;
        }

        .footer-bottom-right a::after {
            display: none !important;
        }
    }

    .footer-social .fa-facebook-f {
        color: #1877f3;
    }

    .footer-social .fa-pinterest-p {
        color: #e60023;
    }

    .footer-social .fa-youtube {
        color: #ff0000;
    }

    .footer-social .fa-instagram {
        /* Instagram gradient */
        background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    /* overlay */
    .section-page-title {
        position: relative;
    }

    .section-page-title .container {
        position: relative;
        z-index: 2;
    }

    .section-page-title .section-page-title-overlay {
        position: absolute;
        inset: 0;
        background: #1717178a;
        z-index: 1;
        pointer-events: none;
    }

    @media (max-width: 650px) {
        .section-page-title {
            background-position: center;
        }
    }


    .side-form-section {
        padding: 38px 0 28px 0;
        border-radius: 18px;
    }

    .side-form-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .side-form-header {
        padding-left: 0;
        padding-right: 0;
    }

    .side-form-title {
        font-size: 1.6em;
        font-weight: 600;
        letter-spacing: 0.3px;
        margin-bottom: 12px;
    }

    .side-form-desc {
        font-size: 1.04em;
        color: #fafafa;
        margin-bottom: 0;
        padding: 0 20px;
    }

    .side-form-cols {
        padding-left: 12px;
        padding-right: 12px;
    }

    .side-form-mailform {
        background: rgba(255, 255, 255, 0.06);
        padding: 18px 12px 10px 12px;
        border-radius: 8px;
    }

    .side-form-label {
        font-weight: 500;
        font-size: 0.97em;
        color: #ffe082;
        letter-spacing: 0.02em;
        padding-bottom: 2px;
    }

    .side-form-input,
    .side-form-select {
        border-radius: 4px;
        border: 1px solid #e3e8ee;
        /* background: #fff; */
        box-shadow: none;
        font-size: 1em;
        color: #111;
        padding: 8px 12px;
        margin-top: 3px;
    }

    .side-form-input:focus,
    .side-form-select:focus {
        outline: none;
        border-color: #bc8b32;
    }

    .side-form-select-wrapper {
        position: relative;
        width: 100%;
    }

    .side-form-select {
        padding-right: 2.5em;
    }

    .side-form-select-icon {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .side-form-select-icon svg {
        color: #aaa;
        opacity: 0.87;
    }

    textarea.side-form-input {
        min-height: 84px;
        resize: vertical;
    }

    .side-form-btn {
        letter-spacing: 0.5px;
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    @media (max-width: 768px) {
        .side-form-section {
            padding: 22px 0 16px 0;
        }

        .side-form-mailform {
            padding-left: 0;
            padding-right: 0;
        }

        .side-form-label {
            font-size: 1em;
        }

        .side-form-input,
        .side-form-select,
        textarea.side-form-input {
            font-size: 1em;
        }
    }

    .select2-container .select2-choice {
        display: block;
        position: relative;
        color: #a1a1a1;
        background-color: transparent;
        /* padding: 11px 19px; */
        padding: 8px 6px;
        border-radius: 0;
        text-decoration: none;
        /* font-size: 16px; */
        font-size: 20px;
    }


    :root {
        --light-color: #ffd023;
        --dark-color: #7a6000;
        --section-bg: #7a6000;
        --section-bg-dark: #604a00;
        --text-light: #ffffff;
        --text-dark: #171717;
        --gold-border: rgba(255, 208, 35, 0.45);
    }

    /* =========================================
   PREMIUM SIDEBAR SECTION
========================================= */
    .side-vertical-section {
        position: relative;
        width: 100%;
        margin-bottom: 28px;
        margin-top: 28px;
        background: linear-gradient(145deg, var(--section-bg) 0%, var(--section-bg-dark) 100%);
        border: 1px solid var(--gold-border);
        border-radius: 18px;
        overflow: hidden;
        box-shadow:
            0 18px 45px rgba(70, 52, 0, 0.20),
            0 5px 15px rgba(0, 0, 0, 0.08);
    }

    /* =========================================
   TOP GOLD LINE
========================================= */
    .side-vertical-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: var(--light-color);
        z-index: 5;
    }

    /* =========================================
   DECORATIVE GLOW
========================================= */
    .side-vertical-section::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        right: -90px;
        top: -90px;
        border-radius: 50%;
        background: rgba(255, 208, 35, 0.10);
        box-shadow:
            0 0 0 25px rgba(255, 208, 35, 0.025),
            0 0 0 50px rgba(255, 208, 35, 0.015);
        pointer-events: none;
    }

    /* =========================================
   HEADING
========================================= */
    .side-vertical-section h3 {
        position: relative;
        margin: 0;
        padding: 25px 24px 20px;
        color: var(--light-color);
        font-size: 21px;
        line-height: 1.3;
        font-weight: 800;
        letter-spacing: -0.2px;
        border-bottom: 1px solid rgba(255, 208, 35, 0.22);
        z-index: 2;
    }

    /* Heading underline */
    .side-vertical-section h3::after {
        content: "";
        position: absolute;
        left: 24px;
        bottom: -2px;
        width: 55px;
        height: 3px;
        background: var(--light-color);
        border-radius: 20px;
    }

    /* =========================================
   LIST
========================================= */
    .side-nav-popular-list {
        list-style: none;
        margin: 0;
        padding: 14px;
        display: flex;
        flex-direction: column;
        gap: 4px;
        /* Removed max-height and overflow for scroll function */
    }



    /* =========================================
   LIST ITEM
========================================= */
    .side-nav-popular-list li {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 9px;
        transition: transform 0.25s ease;
    }

    /* =========================================
   GOLD DOT
========================================= */
    .side-nav-popular-list li::before {
        content: "";
        position: absolute;
        left: 14px;
        top: 50%;
        width: 5px;
        height: 5px;
        background: var(--light-color);
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 3;
        transition:
            transform 0.25s ease,
            background 0.25s ease,
            box-shadow 0.25s ease;
    }

    /* =========================================
   LINKS
========================================= */
    .side-nav-popular-list a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 41px;
        padding: 8px 36px 8px 30px;
        box-sizing: border-box;
        color: var(--text-light);
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        letter-spacing: 0.01em;
        text-decoration: none;
        border-radius: 9px;
        transition:
            color 0.25s ease,
            background 0.25s ease,
            padding-left 0.25s ease,
            box-shadow 0.25s ease;
    }

    /* =========================================
   ARROW
========================================= */
    .side-nav-popular-list a::after {
        content: "›";
        position: absolute;
        right: 13px;
        top: 50%;
        color: rgba(255, 255, 255, 0.50);
        font-size: 20px;
        line-height: 1;
        opacity: 0;
        transform: translateY(-50%) translateX(-6px);
        transition:
            opacity 0.25s ease,
            transform 0.25s ease,
            color 0.25s ease;
    }

    /* =========================================
   HOVER ITEM
========================================= */
    .side-nav-popular-list li:hover {
        transform: translateX(3px);
    }

    /* =========================================
   HOVER LINK
========================================= */
    .side-nav-popular-list a:hover,
    .side-nav-popular-list a:focus-visible {
        color: var(--text-dark);
        background: var(--light-color);
        padding-left: 36px;
        text-decoration: none;
        box-shadow: 0 5px 16px rgba(255, 208, 35, 0.20);
        outline: none;
    }

    /* Hover dot */
    .side-nav-popular-list li:hover::before {
        background: var(--dark-color);
        transform: translateY(-50%) scale(1.25);
        box-shadow: 0 0 0 4px rgba(122, 96, 0, 0.12);
    }

    /* Hover arrow */
    .side-nav-popular-list a:hover::after,
    .side-nav-popular-list a:focus-visible::after {
        opacity: 1;
        color: var(--dark-color);
        transform: translateY(-50%) translateX(0);
    }

    /* =========================================
   ACTIVE LINK
========================================= */
    .side-nav-popular-list a.active {
        color: var(--text-dark);
        background: var(--light-color);
        font-weight: 700;
        box-shadow: 0 5px 16px rgba(255, 208, 35, 0.20);
    }

    .side-nav-popular-list a.active::after {
        opacity: 1;
        color: var(--dark-color);
        transform: translateY(-50%) translateX(0);
    }

    /* =========================================
   TABLET
========================================= */
    @media (max-width: 991.98px) {
        .side-vertical-section {
            display: none;
            border-radius: 16px;
        }

        .side-vertical-section h3 {
            padding: 22px 20px 18px;
            font-size: 19px;
        }

        .side-vertical-section h3::after {
            left: 20px;
        }

        .side-nav-popular-list {
            padding: 12px;
            /* max-height removed */
        }

        .side-nav-popular-list a {
            min-height: 40px;
            font-size: 18px;
        }
    }

    /* =========================================
   MOBILE
========================================= */
    @media (max-width: 575.98px) {
        .side-vertical-section {
            margin-bottom: 22px;
            border-radius: 14px;
        }

        .side-vertical-section h3 {
            padding: 20px 17px 17px;
            font-size: 18px;
        }

        .side-vertical-section h3::after {
            left: 17px;
            width: 45px;
        }

        .side-nav-popular-list {
            padding: 10px;
            /* max-height removed */
            gap: 3px;
        }

        .side-nav-popular-list a {
            min-height: 39px;
            padding: 8px 32px 8px 29px;
            font-size: 13.5px;
        }

        .side-nav-popular-list a:hover {
            padding-left: 34px;
        }
    }

    .oberon-floating-ig-btn {
        position: fixed;
        right: 22px;
        bottom: 22px;
        z-index: 9999;
        background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        color: #fff;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 18px rgba(44, 44, 44, 0.22);
        transition: box-shadow 0.2s, transform 0.2s;
        cursor: pointer;
        border: none;
        outline: none;
    }

    .oberon-floating-ig-btn:hover,
    .oberon-floating-ig-btn:focus {
        box-shadow: 0 8px 24px rgba(44, 44, 44, 0.32);
        transform: translateY(-2px) scale(1.07);
        text-decoration: none;
        color: #fff;
    }

    .oberon-floating-ig-btn .oberon-ig-icon {
        font-size: 2rem;
        z-index: 1;
        /* Use solid color, no background-clip/text-fill-color to prevent conflict */
        background: none !important;
        -webkit-background-clip: unset !important;
        -webkit-text-fill-color: unset !important;
        background-clip: unset !important;
        text-fill-color: unset !important;
        color: #fff !important;
    }

    /* Ensure it doesn't block mobile UI */
    @media (max-width: 767px) {
        .oberon-floating-ig-btn {
            right: 14px;
            bottom: 14px;
            width: 48px;
            height: 48px;
        }

        .oberon-floating-ig-btn .oberon-ig-icon {
            font-size: 1.4rem;
        }
    }