﻿/* ================================================================
   ELITE GLOBAL - Front Website Visual System
   Load this file after typography.css, style.css and responsive.css.
   Existing IDs, forms, modal targets and JavaScript hooks are preserved.
================================================================ */

:root {
    --iq-primary: #ef1b23;
    --iq-secondary: #ffffff;
    --iq-dark: #070707;
    --iq-black: #000000;
    --iq-title-text: #f7f7f7;
    --iq-body-text: #b9b9bf;
    --iq-gray: #101014;
    --iq-light-border: rgba(239, 27, 35, 0.24);
    --white: #ffffff;

    --elite-red: #ef1b23;
    --elite-red-dark: #9f080d;
    --elite-red-soft: rgba(239, 27, 35, 0.12);
    --elite-red-line: rgba(239, 27, 35, 0.42);
    --elite-black: #020202;
    --elite-black-soft: #08080a;
    --elite-panel: #0c0c0f;
    --elite-panel-2: #121217;
    --elite-text: #f7f7f8;
    --elite-muted: #a9a9b2;
    --elite-gold: #f1b91d;
    --elite-green: #1fc79c;
    --elite-shadow: 0 22px 70px rgba(0, 0, 0, 0.52);
    --elite-glow: 0 0 12px rgba(239, 27, 35, 0.28), 0 0 34px rgba(239, 27, 35, 0.12);
    --elite-cut: polygon(0 15px, 15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px));
}

html {
    scroll-behavior: smooth;
    background: var(--elite-black);
}

body,
body * {
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(239, 27, 35, 0.07), transparent 25%),
        radial-gradient(circle at 82% 55%, rgba(239, 27, 35, 0.05), transparent 26%),
        var(--elite-black);
    color: var(--elite-muted);
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
    line-height: 1.75;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(239, 27, 35, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 27, 35, 0.025) 1px, transparent 1px);
    background-size: 52px 52px;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.22;
    background-image:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.65) 0 1px, transparent 1.5px),
        radial-gradient(circle at 85% 35%, rgba(239, 27, 35, 0.9) 0 1px, transparent 1.6px),
        radial-gradient(circle at 65% 78%, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.5px);
    background-size: 145px 145px, 190px 190px, 220px 220px;
}

body,
p,
span,
input,
select,
textarea,
button,
a {
    font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu li a,
.elite-section-badge,
.elite-auth-badge,
.elite-package-label,
.button,
.log_button {
    font-family: "Rajdhani", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--elite-text);
    font-weight: 700;
    letter-spacing: 0.015em;
}

a {
    color: inherit;
}

a:hover,
a:focus {
    color: var(--elite-red);
}

::selection {
    background: var(--elite-red);
    color: #ffffff;
}

.text-white,
.white {
    color: #ffffff !important;
}

.iq-font-yellow {
    color: var(--elite-red) !important;
}

.main-content {
    position: relative;
    overflow: hidden;
    background: var(--elite-black);
}

.container {
    position: relative;
    z-index: 2;
}

.font12 {
    font-size: 12px !important;
}

.theAddressMy {
    padding-right: 15px !important;
}

/* ------------------------------
   Loader
------------------------------ */
#loading {
    background:
        radial-gradient(circle at center, rgba(239, 27, 35, 0.17), transparent 28%),
        #030303 !important;
}

#loading-center img {
    width: 92px;
    filter: grayscale(1) brightness(2) drop-shadow(0 0 16px rgba(239, 27, 35, 0.75));
}

/* ------------------------------
   Shared headings and controls
------------------------------ */
.heading-title {
    margin-bottom: 52px;
}

.heading-title .title,
.heading-left .title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.heading-title .title::before,
.heading-left .title::before {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--elite-red), transparent) !important;
    box-shadow: 0 0 10px rgba(239, 27, 35, 0.7);
}

.heading-title p {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    color: var(--elite-muted);
}

.elite-section-badge,
.elite-package-label,
.elite-contact-badge,
.elite-auth-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    padding: 7px 14px;
    border: 1px solid rgba(239, 27, 35, 0.42);
    border-radius: 2px;
    background: rgba(239, 27, 35, 0.08);
    color: #ff4b52;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    box-shadow: inset 0 0 18px rgba(239, 27, 35, 0.05);
    clip-path: polygon(0 7px, 7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}

.elite-section-badge::before,
.elite-package-label::before,
.elite-contact-badge::before,
.elite-auth-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--elite-red);
    box-shadow: 0 0 12px rgba(239, 27, 35, 0.95);
}

.button,
a.button,
.elite-about-btn,
.elite-bnb-btn,
.elite-package-btn,
.elite-contact-btn,
.elite-auth-btn,
.elite-simple-btn,
.log_button {
    min-height: 50px;
    border: 1px solid rgba(255, 65, 71, 0.9) !important;
    border-radius: 2px !important;
    background: linear-gradient(180deg, #f42930 0%, #b6070d 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(239, 27, 35, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    clip-path: polygon(0 9px, 9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.button:hover,
a.button:hover,
.elite-about-btn:hover,
.elite-bnb-btn:hover,
.elite-package-btn:hover,
.elite-contact-btn:hover,
.elite-auth-btn:hover,
.elite-simple-btn:hover,
.log_button:hover,
.log_button:focus,
.log_button:active {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #ff4147 0%, #d40a11 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 34px rgba(239, 27, 35, 0.34), 0 0 22px rgba(239, 27, 35, 0.18);
}

.button.white,
a.button.white {
    background: rgba(255, 255, 255, 0.035) !important;
    border-color: rgba(255, 255, 255, 0.26) !important;
    color: #ffffff !important;
}

.button.white:hover,
a.button.white:hover {
    background: rgba(239, 27, 35, 0.12) !important;
    border-color: var(--elite-red) !important;
}

/* ------------------------------
   Header and market strip
------------------------------ */
header {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #050506;
    border-bottom: 1px solid rgba(239, 27, 35, 0.26);
}

.topbar-chart {
    min-height: 46px;
    padding: 7px 0;
    overflow: hidden;
    background: #020202 !important;
    border-bottom: 1px solid rgba(239, 27, 35, 0.18);
    box-shadow: inset 0 -1px 22px rgba(239, 27, 35, 0.03);
}

.topbar-chart::before {
    content: "LIVE DIGITAL ASSET MARKET";
    position: absolute;
    left: 18px;
    top: 10px;
    z-index: 4;
    padding-right: 18px;
    background: #020202;
    color: var(--elite-red);
    font-family: "Rajdhani", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.topbar-chart .ccc-header-v3 {
    min-height: 32px !important;
    background: transparent !important;
}

.topbar-chart .ccc-header-v3-price-value,
.topbar-chart .ccc-header-v3-price-name {
    color: #d9d9de !important;
}

header .iq-header,
header.menu-sticky .iq-header {
    min-height: 92px;
    padding: 0;
    background: rgba(4, 4, 5, 0.97) !important;
    border-bottom: 1px solid rgba(239, 27, 35, 0.26);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45), inset 0 -1px 18px rgba(239, 27, 35, 0.035);
    backdrop-filter: blur(16px);
}

header.menu-sticky .iq-header {
    position: fixed;
    top: 0;
    left: 0;
}

header .iq-header .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
}

header .logo,
header.menu-sticky .logo {
    float: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

header .logo a,
header .logo a img,
header.menu-sticky .logo a img {
    display: block;
}

header .logo a img,
header.menu-sticky .logo a img {
    width: auto;
    height: 64px;
    max-width: 300px;
    filter: drop-shadow(0 0 10px rgba(239, 27, 35, 0.16));
}

header .iq-header nav {
    float: none;
    display: flex;
    align-items: center;
    margin-left: auto;
}

header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    margin: 0;
}

.menu li {
    display: block;
    float: none;
}

.menu li a,
header.menu-sticky .iq-header .menu li a {
    position: relative;
    display: block;
    margin: 0 2px;
    padding: 35px 10px 31px;
    color: #d3d3d7;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.055em;
    white-space: nowrap;
    text-transform: uppercase;
}

.menu li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 21px;
    width: 0;
    height: 2px;
    background: var(--elite-red);
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(239, 27, 35, 0.85);
    transition: width 0.25s ease;
}

.menu li a:hover,
.menu li:hover > a,
.menu li a.active {
    color: #ffffff !important;
    background: transparent !important;
}

.menu li a:hover::after,
.menu li:hover > a::after,
.menu li a.active::after {
    width: 38%;
}

.menu li a.log_button,
header.menu-sticky .iq-header .menu li a.log_button {
    min-height: 42px;
    margin-left: 6px !important;
    padding: 14px 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.menu li a.log_button::after {
    display: none;
}

.elite-mobile-actions {
    display: none;
}

/* ------------------------------
   Revolution hero
------------------------------ */
.elite-hero-slider {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    background:
        radial-gradient(circle at 70% 40%, rgba(239, 27, 35, 0.21), transparent 24%),
        radial-gradient(circle at 70% 40%, rgba(239, 27, 35, 0.05), transparent 42%),
        linear-gradient(135deg, #010101 0%, #080809 55%, #010101 100%) !important;

    background: radial-gradient(circle at 70% 40%, rgba(239, 27, 35, 0.21), transparent 24%), radial-gradient(circle at 70% 40%, rgba(239, 27, 35, 0.05), transparent 42%), linear-gradient(135deg, #01010178 0%, #01010178 55%, #01010178 100%) !important;
    border-bottom: 1px solid rgba(239, 27, 35, 0.32);
}

.elite-hero-slider::before,
.elite-hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.elite-hero-slider::before {
    background-image:
        linear-gradient(rgba(239, 27, 35, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 27, 35, 0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.65;
    mask-image: linear-gradient(to right, rgba(0,0,0,0.9), transparent 88%);
}

.elite-hero-slider::after {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 40%, rgba(0, 0, 0, 0.2) 68%, rgba(0, 0, 0, 0.68) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 38%);
}

.elite-hero-slider .rev_slider,
.elite-hero-slider .rev_slider > ul,
.elite-hero-slider .rev_slider > ul > li {
    background: transparent !important;
}

.elite-hero-slider .rev-slidebg {
    background-color: #030303 !important;
}

.elite-hero-slider .tp-caption {
    z-index: 5 !important;
    font-family: "Rajdhani", sans-serif !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.9);
}

.elite-hero-slider [id$="-layer-9"],
.elite-hero-slider [id$="-layer-10"] {
    color: #ffffff !important;
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
}

.elite-hero-slider [id$="-layer-5"] {
    color: #c5c5cb !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
}

.elite-hero-slider .tp-caption img {
    filter: saturate(0.78) contrast(1.1) drop-shadow(0 0 22px rgba(239, 27, 35, 0.2));
}

.elite-hero-slider .rev-btn {
    min-width: 180px !important;
    height: 54px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 2px !important;
    border: 1px solid rgba(255, 66, 72, 0.85) !important;
    background: linear-gradient(180deg, #f32930, #aa070c) !important;
    color: #ffffff !important;
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.075em !important;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(239, 27, 35, 0.28) !important;
    clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.elite-hero-slider .tp-leftarrow,
.elite-hero-slider .tp-rightarrow {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid rgba(239, 27, 35, 0.45) !important;
    border-radius: 0 !important;
    background: rgba(5, 5, 6, 0.85) !important;
    box-shadow: var(--elite-glow);
}

.elite-hero-slider .tp-leftarrow:hover,
.elite-hero-slider .tp-rightarrow:hover {
    background: var(--elite-red) !important;
}

/* ------------------------------
   About section
------------------------------ */
.elite-about-section,
.elite-income-types-section,
.elite-bnb-section,
.elite-bonus-section,
.elite-wallet-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at 12% 15%, rgba(239, 27, 35, 0.105), transparent 25%),
        radial-gradient(circle at 88% 82%, rgba(239, 27, 35, 0.07), transparent 27%),
        #050506;
    border-bottom: 1px solid rgba(239, 27, 35, 0.15);
}

.elite-about-section::before,
.elite-income-types-section::before,
.elite-bnb-section::before,
.elite-bonus-section::before,
.elite-wallet-section::before,
.elite-package-section::before,
.elite-royalty-section::before,
.elite-contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(239, 27, 35, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 27, 35, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.5;
}

.elite-about-image-box {
    position: relative;
    min-height: 520px;
    padding: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elite-about-image-box::before,
.elite-about-image-box::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.elite-about-image-box::before {
    inset: 38px;
    border: 1px solid rgba(239, 27, 35, 0.42);
    background:
        radial-gradient(circle at center, rgba(239, 27, 35, 0.2), transparent 43%),
        rgba(7, 7, 9, 0.88);
    box-shadow: inset 0 0 60px rgba(239, 27, 35, 0.055), var(--elite-shadow), var(--elite-glow);
    clip-path: var(--elite-cut);
}

.elite-about-image-box::after {
    width: 310px;
    height: 310px;
    border: 1px solid rgba(239, 27, 35, 0.33);
    border-radius: 50%;
    box-shadow: 0 0 28px rgba(239, 27, 35, 0.18), inset 0 0 32px rgba(239, 27, 35, 0.08);
    animation: eliteOrbit 12s linear infinite;
}

@keyframes eliteOrbit {
    to { transform: rotate(360deg); }
}

.elite-about-image-box img {
    position: relative;
    z-index: 2;
    width: 84%;
    max-height: 430px;
    object-fit: contain;
    filter: saturate(0.75) contrast(1.12) drop-shadow(0 22px 42px rgba(0,0,0,0.66)) drop-shadow(0 0 22px rgba(239,27,35,0.18));
}

.elite-about-floating-card {
    position: absolute;
    z-index: 4;
    min-width: 190px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(239, 27, 35, 0.43);
    background: rgba(8, 8, 10, 0.94);
    color: #ffffff;
    box-shadow: var(--elite-shadow), var(--elite-glow);
    clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.elite-about-floating-card i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 27, 35, 0.48);
    color: var(--elite-red);
    background: rgba(239, 27, 35, 0.08);
    box-shadow: inset 0 0 14px rgba(239, 27, 35, 0.08);
}

.elite-about-floating-card span {
    color: #ffffff;
    font-weight: 700;
}

.elite-about-card-one {
    left: 10px;
    bottom: 70px;
}

.elite-about-card-two {
    right: 0;
    top: 100px;
}

.elite-about-content {
    padding-left: 42px;
}

.elite-about-content h2,
.elite-bnb-content h2 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.02;
    text-transform: uppercase;
}

.elite-about-content h2 span,
.elite-bnb-content h2 span {
    color: var(--elite-red);
    text-shadow: 0 0 18px rgba(239, 27, 35, 0.18);
}

.elite-about-content h5 {
    margin-bottom: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.elite-about-content p,
.elite-bnb-content p {
    color: var(--elite-muted);
}

.elite-about-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 30px;
}

.elite-about-points > div {
    min-height: 76px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(239, 27, 35, 0.25);
    background: rgba(255, 255, 255, 0.022);
    clip-path: polygon(0 9px, 9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%);
}

.elite-about-points i {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 27, 35, 0.45);
    color: var(--elite-red);
    background: rgba(239, 27, 35, 0.07);
}

.elite-about-points span {
    color: #e8e8eb;
    font-size: 14px;
    font-weight: 700;
}

.elite-about-btn,
.elite-bnb-btn {
    min-width: 184px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* ------------------------------
   Overview / package banner
------------------------------ */
.elite-banner {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background:
        radial-gradient(circle at 80% 45%, rgba(239, 27, 35, 0.25), transparent 24%),
        linear-gradient(120deg, #030303 0%, #0c0c0f 52%, #030303 100%) !important;
    border-top: 1px solid rgba(239, 27, 35, 0.2);
    border-bottom: 1px solid rgba(239, 27, 35, 0.24);
}

.elite-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(239, 27, 35, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 27, 35, 0.055) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.45;
}

.elite-banner::after {
    content: "";
    position: absolute;
    right: 7%;
    top: 50%;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(239, 27, 35, 0.22);
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 70px rgba(239, 27, 35, 0.1), inset 0 0 60px rgba(239, 27, 35, 0.05);
}

.elite-banner h6 {
    letter-spacing: 0.18em;
    font-weight: 700;
}

.elite-banner h1 {
    max-width: 720px;
    font-size: 68px;
    line-height: 0.98;
    text-transform: uppercase;
}

.elite-banner p {
    max-width: 680px;
    color: #bdbdc3 !important;
}

.elite-hero-box {
    position: relative;
    z-index: 3;
    padding: 38px;
    border: 1px solid rgba(239, 27, 35, 0.5);
    background:
        linear-gradient(145deg, rgba(239, 27, 35, 0.07), transparent 38%),
        rgba(5, 5, 7, 0.92);
    box-shadow: var(--elite-shadow), var(--elite-glow);
    clip-path: var(--elite-cut);
}

.elite-hero-box::before {
    content: "PACKAGE / 01";
    position: absolute;
    right: 20px;
    top: 16px;
    color: rgba(255, 255, 255, 0.13);
    font-family: "Rajdhani", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.elite-hero-box h2 {
    font-size: 78px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 0 24px rgba(239, 27, 35, 0.24);
}

.elite-hero-box h4 {
    text-transform: uppercase;
}

.listing-hand li {
    margin-bottom: 11px;
    padding-left: 28px !important;
    color: #d7d7db;
    line-height: 1.6 !important;
}

.listing-hand li::after {
    content: "\f058" !important;
    color: var(--elite-red) !important;
    font-family: "FontAwesome" !important;
    font-size: 15px !important;
    top: 4px !important;
}

/* ------------------------------
   How it works
------------------------------ */
#how-it-works {
    position: relative;
    padding: 110px 0 !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(239, 27, 35, 0.14), transparent 34%),
        linear-gradient(180deg, #08080a 0%, #030303 100%) !important;
    border-bottom: 1px solid rgba(239, 27, 35, 0.18);
}

#how-it-works::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(239, 27, 35, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 27, 35, 0.035) 1px, transparent 1px);
    background-size: 50px 50px;
}

#how-it-works .row > div {
    position: relative;
}

#how-it-works .row > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, var(--elite-red), transparent);
    box-shadow: 0 0 10px rgba(239, 27, 35, 0.5);
}

#how-it-works .iq-feature4.text-center {
    min-height: 330px;
    padding: 42px 28px;
    border: 1px solid rgba(239, 27, 35, 0.28);
    background: rgba(255, 255, 255, 0.022);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
    clip-path: var(--elite-cut);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#how-it-works .iq-feature4.text-center:hover {
    transform: translateY(-7px);
    border-color: rgba(239, 27, 35, 0.68);
    box-shadow: var(--elite-shadow), var(--elite-glow);
}

#how-it-works .iq-feature4 i {
    width: 96px;
    height: 96px;
    margin: 0 auto 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 27, 35, 0.52);
    border-radius: 50%;
    color: var(--elite-red);
    background: rgba(239, 27, 35, 0.065);
    font-size: 48px;
    box-shadow: inset 0 0 25px rgba(239, 27, 35, 0.08), 0 0 22px rgba(239, 27, 35, 0.08);
}

#how-it-works h4 {
    text-transform: uppercase;
}

/* ------------------------------
   Blockchain cards
------------------------------ */
#blockchain {
    position: relative;
    padding: 110px 0 !important;
    background:
        radial-gradient(circle at 10% 10%, rgba(239, 27, 35, 0.095), transparent 25%),
        #050506;
    border-bottom: 1px solid rgba(239, 27, 35, 0.17);
}

#blockchain .row > [class*="col-"] {
    margin-bottom: 28px;
}

#blockchain .iq-feature2 {
    height: 100%;
    min-height: 315px;
    margin: 0;
    padding: 34px 28px;
    border: 1px solid rgba(239, 27, 35, 0.24);
    background:
        linear-gradient(145deg, rgba(239, 27, 35, 0.045), transparent 38%),
        rgba(255, 255, 255, 0.018);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.26);
    clip-path: var(--elite-cut);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#blockchain .iq-feature2:hover {
    transform: translateY(-7px);
    border-color: rgba(239, 27, 35, 0.65);
    box-shadow: var(--elite-shadow), var(--elite-glow);
}

#blockchain .iq-feature2 .iq-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 27, 35, 0.52);
    background: rgba(239, 27, 35, 0.07);
    clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

#blockchain .iq-feature2 i {
    color: var(--elite-red);
    font-size: 43px;
}

#blockchain .iq-feature2 h4 a {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

#blockchain .iq-feature2 p {
    color: var(--elite-muted);
}

/* ------------------------------
   Decentralisation
------------------------------ */
.iq-about-us.jarallax {
    position: relative;
    padding: 110px 0 !important;
    background:
        linear-gradient(90deg, rgba(2,2,2,0.98) 0%, rgba(6,6,8,0.94) 54%, rgba(2,2,2,0.96) 100%),
        radial-gradient(circle at 25% 50%, rgba(239,27,35,0.15), transparent 28%) !important;
    border-bottom: 1px solid rgba(239, 27, 35, 0.19);
}

.iq-about-us.jarallax::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(239, 27, 35, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 27, 35, 0.03) 1px, transparent 1px);
    background-size: 52px 52px;
}

.DecentralizationImg {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    filter: saturate(0.7) contrast(1.12) drop-shadow(0 24px 46px rgba(0,0,0,0.68)) drop-shadow(0 0 22px rgba(239,27,35,0.15));
}

.iq-about-us.jarallax h2 {
    font-size: 56px;
    line-height: 1.04;
    text-transform: uppercase;
}

.iq-about-us.jarallax p {
    color: #bcbcc2 !important;
}

/* ------------------------------
   BNB and income cards
------------------------------ */
.elite-bnb-content {
    padding-right: 45px;
}

.elite-bnb-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.elite-bnb-feature-card,
.elite-income-type-card,
.elite-income-feature,
.elite-wallet-box-new {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(239, 27, 35, 0.25);
    background:
        linear-gradient(145deg, rgba(239, 27, 35, 0.05), transparent 38%),
        rgba(255, 255, 255, 0.018);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
    clip-path: var(--elite-cut);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.elite-bnb-feature-card:hover,
.elite-income-type-card:hover,
.elite-income-feature:hover,
.elite-wallet-box-new:hover {
    transform: translateY(-7px);
    border-color: rgba(239, 27, 35, 0.66);
    box-shadow: var(--elite-shadow), var(--elite-glow);
}

.elite-bnb-feature-card {
    min-height: 245px;
    padding: 28px 24px;
}

.elite-bnb-feature-card::before,
.elite-income-type-card::before,
.elite-wallet-box-new::before {
    content: "";
    position: absolute;
    right: -45px;
    top: -45px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(239, 27, 35, 0.22);
    border-radius: 50%;
    background: rgba(239, 27, 35, 0.035);
}

.elite-bnb-icon,
.elite-income-type-icon,
.elite-income-icon,
.elite-bonus-icon,
.elite-benefit-icon,
.elite-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 27, 35, 0.5);
    background: rgba(239, 27, 35, 0.075);
    color: var(--elite-red);
    box-shadow: inset 0 0 18px rgba(239, 27, 35, 0.07), 0 0 16px rgba(239, 27, 35, 0.06);
    clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.elite-bnb-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    font-size: 25px;
}

.elite-bnb-feature-card h5,
.elite-income-type-card h4,
.elite-income-feature h5 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.elite-bnb-feature-card p,
.elite-income-type-card p,
.elite-income-feature p {
    color: var(--elite-muted);
}

.elite-income-types-heading,
.elite-bonus-heading,
.elite-wallet-heading {
    margin-bottom: 52px;
}

.elite-income-type-card {
    min-height: 340px;
    padding: 34px 26px;
}

.elite-income-type-card > span {
    position: absolute;
    right: 23px;
    top: 18px;
    color: rgba(255,255,255,0.065);
    font-family: "Rajdhani", sans-serif;
    font-size: 58px;
    font-weight: 700;
}

.elite-income-type-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 26px;
}

.elite-income-type-icon i {
    font-size: 39px;
}

/* ------------------------------
   Package section
------------------------------ */
.elite-package-section,
.elite-royalty-section,
.elite-contact-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at 18% 15%, rgba(239, 27, 35, 0.13), transparent 28%),
        radial-gradient(circle at 86% 82%, rgba(239, 27, 35, 0.09), transparent 28%),
        linear-gradient(135deg, #020202 0%, #0b0b0e 55%, #020202 100%);
    border-bottom: 1px solid rgba(239, 27, 35, 0.19);
}

.elite-package-heading,
.elite-royalty-heading,
.elite-contact-heading {
    margin-bottom: 54px;
}

.elite-package-card,
.elite-benefit-card,
.elite-contact-info,
.elite-contact-form-box,
.elite-auth-card,
.elite-simple-auth-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(239, 27, 35, 0.42) !important;
    border-radius: 0 !important;
    background:
        linear-gradient(145deg, rgba(239, 27, 35, 0.055), transparent 38%),
        rgba(7, 7, 9, 0.95) !important;
    box-shadow: var(--elite-shadow), var(--elite-glow) !important;
    clip-path: var(--elite-cut);
}

.elite-package-card::after,
.elite-benefit-card::after,
.elite-contact-info::after,
.elite-contact-form-box::after,
.elite-auth-card::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(239, 27, 35, 0.18);
    border-radius: 50%;
    background: rgba(239, 27, 35, 0.025);
    pointer-events: none;
}

.elite-main-package {
    height: 100%;
    padding: 40px 32px;
    text-align: center;
}

.elite-package-top {
    position: relative;
    z-index: 2;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(239, 27, 35, 0.22);
}

.elite-package-top h2 {
    margin: 6px 0 12px;
    color: #ffffff;
    font-size: 78px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 0 25px rgba(239, 27, 35, 0.2);
}

.elite-package-top h2 sup {
    color: var(--elite-red);
    font-size: 33px;
}

.elite-package-top p {
    color: var(--elite-muted);
}

.elite-package-list {
    position: relative;
    z-index: 2;
    margin: 28px 0;
    text-align: left;
}

.elite-package-list li,
.elite-benefit-list li {
    position: relative;
    list-style: none;
    padding: 12px 0;
    color: #d2d2d7;
    border-bottom: 1px solid rgba(239, 27, 35, 0.11);
}

.elite-package-list li::after,
.elite-benefit-list li::after {
    display: none;
}

.elite-package-list li i,
.elite-benefit-list li i {
    margin-right: 9px;
    color: var(--elite-red);
}

.elite-package-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.elite-income-card {
    height: 100%;
    padding: 40px;
}

.elite-income-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 28px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(239, 27, 35, 0.2);
}

.elite-income-header h3 {
    color: #ffffff;
    font-size: 37px;
    text-transform: uppercase;
}

.elite-income-header p {
    color: var(--elite-muted);
}

.elite-income-percent {
    flex: 0 0 118px;
    width: 118px;
    min-height: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 27, 35, 0.62);
    background: rgba(239, 27, 35, 0.1);
    color: #ffffff;
    box-shadow: inset 0 0 24px rgba(239, 27, 35, 0.08), var(--elite-glow);
    clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.elite-income-percent span {
    color: var(--elite-red);
    font-family: "Rajdhani", sans-serif !important;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
}

.elite-income-percent small {
    color: #d7d7da;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.elite-income-feature {
    min-height: 190px;
    margin-bottom: 22px;
    padding: 23px 21px;
}

.elite-income-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    font-size: 19px;
}

/* ------------------------------
   Bonus tables
------------------------------ */
.elite-bonus-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 32px;
    border: 1px solid rgba(239, 27, 35, 0.34);
    background:
        linear-gradient(145deg, rgba(239, 27, 35, 0.045), transparent 38%),
        rgba(7, 7, 9, 0.94);
    box-shadow: var(--elite-shadow);
    clip-path: var(--elite-cut);
}

.elite-bonus-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.elite-bonus-card-header span {
    color: var(--elite-red);
    font-family: "Rajdhani", sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.elite-bonus-card-header h3 {
    color: #ffffff;
    font-size: 31px;
    text-transform: uppercase;
}

.elite-bonus-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    font-size: 23px;
}

.elite-bonus-note {
    min-height: 72px;
    margin-bottom: 22px;
    padding: 15px 17px;
    border-left: 3px solid var(--elite-red);
    background: rgba(239, 27, 35, 0.06);
    color: #bebec4;
}

.elite-bonus-table-wrap,
.elite-table-wrap {
    overflow: auto;
    border: 1px solid rgba(239, 27, 35, 0.28);
    background: #050506;
}

.elite-bonus-table,
.elite-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: transparent;
}

.elite-bonus-table thead th,
.elite-table thead th {
    padding: 14px 12px;
    border: 1px solid rgba(239, 27, 35, 0.32);
    background: linear-gradient(180deg, #c90b12 0%, #790307 100%) !important;
    color: #ffffff !important;
    font-family: "Rajdhani", sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.elite-bonus-table tbody td,
.elite-table tbody td {
    padding: 13px 12px;
    border: 1px solid rgba(239, 27, 35, 0.18);
    background: rgba(255, 255, 255, 0.012) !important;
    color: #d1d1d5;
    text-align: center;
    white-space: nowrap;
}

.elite-bonus-table tbody tr:nth-child(even) td,
.elite-table tbody tr:nth-child(even) td {
    background: rgba(239, 27, 35, 0.025) !important;
}

.elite-bonus-table tbody tr:hover td,
.elite-table tbody tr:hover td {
    background: rgba(239, 27, 35, 0.095) !important;
    color: #ffffff;
}

.elite-bonus-table tbody td:first-child,
.elite-table tbody td:first-child {
    color: #ffffff;
    font-weight: 700;
}

.elite-bonus-table tbody td:last-child,
.elite-table tbody td:last-child {
    color: #ff444b;
    font-weight: 700;
}

/* ------------------------------
   Royalty and nominee
------------------------------ */
.elite-benefit-card {
    height: 100%;
    padding: 40px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.elite-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 27, 35, 0.68) !important;
}

.elite-benefit-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 24px;
}

.elite-benefit-icon {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    font-size: 29px;
}

.elite-benefit-top span {
    color: var(--elite-red);
    font-family: "Rajdhani", sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.elite-benefit-top h3 {
    color: #ffffff;
    font-size: 39px;
    text-transform: uppercase;
}

.elite-benefit-top h3 strong {
    color: var(--elite-red);
}

.elite-benefit-card > p {
    position: relative;
    z-index: 2;
    color: var(--elite-muted);
}

.elite-benefit-highlight {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 24px 0;
    padding: 20px 22px;
    border: 1px solid rgba(239, 27, 35, 0.28);
    background: rgba(239, 27, 35, 0.055);
    clip-path: polygon(0 9px, 9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%);
}

.elite-benefit-highlight span {
    color: var(--elite-red);
    font-family: "Rajdhani", sans-serif !important;
    font-size: 43px;
    line-height: 1;
    font-weight: 700;
}

.elite-benefit-highlight p {
    margin: 0;
    color: #d0d0d4;
}

.elite-benefit-list {
    position: relative;
    z-index: 2;
    margin: 0;
}

/* ------------------------------
   Wallets
------------------------------ */
.elite-wallet-box-new {
    min-height: 250px;
    padding: 32px 24px;
    text-align: center;
}

.elite-wallet-logo {
    width: 88px;
    height: 88px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 27, 35, 0.42);
    border-radius: 50%;
    background: rgba(239, 27, 35, 0.055);
    box-shadow: inset 0 0 24px rgba(239, 27, 35, 0.06), 0 0 18px rgba(239, 27, 35, 0.06);
}

.elite-wallet-logo img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.35));
}

.elite-wallet-box-new h4 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.elite-wallet-box-new p {
    color: var(--elite-muted);
}

/* ------------------------------
   Contact
------------------------------ */
.elite-contact-info,
.elite-contact-form-box {
    height: 100%;
    padding: 40px;
}

.elite-contact-info h3,
.elite-contact-form-box h4 {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-transform: uppercase;
}

.elite-contact-info h3 {
    font-size: 36px;
}

.elite-contact-form-box h4 {
    font-size: 32px;
}

.elite-contact-info > p,
.elite-contact-form-box > p {
    position: relative;
    z-index: 2;
    color: var(--elite-muted);
}

.elite-contact-card {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 19px 0;
    border-top: 1px solid rgba(239, 27, 35, 0.15);
}

.elite-contact-card:first-of-type {
    border-top: 0;
}

.elite-contact-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    font-size: 19px;
}

.elite-contact-card h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.elite-contact-card a,
.elite-contact-card p {
    color: #bcbcc2;
}

.elite-contact-field {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
}

.elite-contact-field label {
    display: block;
    margin-bottom: 7px;
    color: #dddddf;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.elite-contact-field .form-control,
.elite-input-wrap .form-control,
.elite-simple-input input {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(239, 27, 35, 0.28) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.025) !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 18px rgba(239, 27, 35, 0.02) !important;
    outline: none !important;
    clip-path: polygon(0 7px, 7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}

.elite-contact-field .form-control {
    padding: 12px 15px;
}

.elite-contact-field textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.elite-contact-field .form-control::placeholder,
.elite-input-wrap .form-control::placeholder,
.elite-simple-input input::placeholder {
    color: #777780;
}

.elite-contact-field .form-control:focus,
.elite-input-wrap .form-control:focus,
.elite-simple-input input:focus {
    border-color: rgba(239, 27, 35, 0.8) !important;
    background: rgba(239, 27, 35, 0.045) !important;
    box-shadow: 0 0 0 3px rgba(239, 27, 35, 0.07), inset 0 0 18px rgba(239, 27, 35, 0.035) !important;
}

.elite-contact-field select.form-control option {
    background: #0b0b0d;
    color: #ffffff;
}

.elite-contact-btn {
    min-width: 205px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* ------------------------------
   Auth modals
------------------------------ */
.elite-auth-modal .modal-dialog {
    max-width: 600px;
}

.elite-auth-modal .elite-register-dialog {
    max-width: 600px;
}

.elite-auth-card {
    color: #ffffff;
}

.elite-auth-shape {
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(239, 27, 35, 0.22);
    border-radius: 50%;
    background: rgba(239, 27, 35, 0.03);
    pointer-events: none;
}

.elite-auth-header {
    position: relative;
    z-index: 2;
    display: block !important;
    padding: 34px 70px 18px !important;
    border: 0 !important;
    text-align: center;
}

.elite-auth-header > div {
    width: 100%;
}

.elite-auth-header .modal-title {
    margin: 0 auto 7px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
}

.elite-auth-header p {
    max-width: 430px;
    margin: 0 auto;
    color: #aaaab2;
}

.elite-close {
    position: absolute !important;
    top: 24px;
    right: 24px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(239, 27, 35, 0.42) !important;
    border-radius: 0 !important;
    background-color: rgba(239, 27, 35, 0.08) !important;
    filter: invert(1);
    opacity: 1;
    clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}

.elite-auth-body {
    position: relative;
    z-index: 2;
    padding: 20px 44px 24px !important;
}

.elite-input-box {
    margin-bottom: 19px;
}

.elite-input-box label,
.elite-simple-input .input-label {
    display: block;
    margin-bottom: 8px;
    color: #dedee1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.elite-input-wrap {
    position: relative;
}

.elite-input-wrap > i:first-child {
    position: absolute;
    left: 17px;
    top: 50%;
    z-index: 3;
    color: var(--elite-red);
    transform: translateY(-50%);
}

.elite-input-wrap .form-control {
    height: 60px !important;
    padding: 0 135px 0 47px !important;
}

.elite-input-wrap.no-connect .form-control {
    padding-right: 16px !important;
}

.elite-input-wrap .connect-link {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 4;
    min-width: 120px;
    height: 46px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 27, 35, 0.75);
    background: linear-gradient(180deg, #f12930, #a8070d);
    color: #ffffff !important;
    font-family: "Rajdhani", sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}

.elite-input-wrap .connect-link:hover {
    background: #ef1b23;
    color: #ffffff !important;
}

.elite-status-icon {
    position: absolute !important;
    right: 137px !important;
    top: 50% !important;
    z-index: 5;
    transform: translateY(-50%) !important;
}

.elite-status-icon.success {
    color: var(--elite-green) !important;
}

.elite-status-icon.error {
    color: #ff4349 !important;
}

.elite-auth-btn {
    width: 100%;
    height: 56px;
    margin: 8px 0 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.elite-loading-btn {
    cursor: no-drop !important;
    opacity: 0.72;
}

.elite-auth-footer {
    position: relative;
    z-index: 2;
    justify-content: center;
    padding: 5px 44px 34px !important;
    border: 0 !important;
    color: #aaaab2;
    text-align: center;
}

.elite-auth-footer a,
.elite-terms a {
    color: #ff4249 !important;
    font-weight: 700;
}

.elite-terms {
    color: #b8b8be;
}

.elite-terms label {
    cursor: pointer;
}

.elite-terms input[type="checkbox"] {
    margin-right: 7px;
    accent-color: var(--elite-red);
}

.iq-login .modal-header,
.iq-register .modal-header,
.iq-login .modal-body,
.iq-register .modal-body,
.iq-login .modal-footer,
.iq-register .modal-footer {
    border: 0;
}

.elite-simple-auth-modal .modal-dialog {
    max-width: 440px;
}

.elite-simple-auth-card {
    padding: 8px;
}

.elite-modal-logo {
    width: auto;
    height: 72px;
    max-width: 310px;
}

.elite-simple-title {
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
}

.elite-simple-input {
    position: relative;
    margin-bottom: 17px;
}

.elite-simple-input input {
    height: 54px;
    padding: 0 46px 0 15px;
}

.elite-simple-input i {
    position: absolute;
    right: 16px;
    bottom: 18px;
    color: var(--elite-red);
}

.elite-simple-options,
.elite-simple-footer {
    color: #aaaab2;
}

.elite-simple-options a,
.elite-simple-footer a {
    color: #ff4249 !important;
    font-weight: 700;
}

.elite-simple-btn {
    width: 100%;
    height: 52px;
}

/* ------------------------------
   Footer
------------------------------ */
footer.iq-footer-2 {
    position: relative;
    overflow: hidden;
    background: #020202;
    border-top: 1px solid rgba(239, 27, 35, 0.34);
}

footer.iq-footer-2::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 15%, rgba(239, 27, 35, 0.12), transparent 24%),
        linear-gradient(rgba(239, 27, 35, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 27, 35, 0.025) 1px, transparent 1px);
    background-size: auto, 52px 52px, 52px 52px;
}

footer .footer-top {
    position: relative;
    z-index: 2;
    padding: 82px 0 45px !important;
    background: transparent !important;
}

.iq-footer-logo img {
    width: auto;
    height: 72px;
    max-width: 300px;
    margin-bottom: 20px;
}

footer p,
footer a,
footer .iq-contact p {
    color: #aaaab2;
}

footer a:hover {
    color: #ff4249;
}

footer .heading-left .title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

footer .footer-menu ul li {
    position: relative;
    padding: 6px 0 6px 18px;
}

footer .footer-menu ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 7px;
    height: 1px;
    background: var(--elite-red);
    box-shadow: 0 0 7px rgba(239, 27, 35, 0.7);
}

footer .iq-contact i {
    color: var(--elite-red);
    font-size: 28px;
}

footer .info-share li a {
    border: 1px solid rgba(239, 27, 35, 0.35) !important;
    border-radius: 0 !important;
    background: rgba(239, 27, 35, 0.045) !important;
    color: #ffffff !important;
    clip-path: polygon(0 7px, 7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}

footer .info-share li a:hover {
    background: var(--elite-red) !important;
}

footer .footer-bottom {
    position: relative;
    z-index: 2;
    background: #000000;
    border-top: 1px solid rgba(239, 27, 35, 0.2);
}

footer .iq-copyright,
footer .iq-copyright a {
    color: #898991;
}

footer .iq-copyright a {
    color: #ff444b;
    font-weight: 700;
}

/* ------------------------------
   Back to top
------------------------------ */
#back-to-top .top {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(239, 27, 35, 0.65);
    border-radius: 0;
    background: rgba(7, 7, 9, 0.94);
    color: var(--elite-red);
    line-height: 46px;
    box-shadow: var(--elite-glow);
    clip-path: polygon(0 9px, 9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%);
}

#back-to-top .top:hover {
    background: var(--elite-red);
    color: #ffffff;
}

/* ------------------------------
   Responsive
------------------------------ */
@media (max-width: 1199px) {
    header .logo a img,
    header.menu-sticky .logo a img {
        height: 56px;
        max-width: 300px;
    }

    .menu li a,
    header.menu-sticky .iq-header .menu li a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px;
    }

    .elite-banner h1 {
        font-size: 58px;
    }

    .elite-about-content h2,
    .elite-bnb-content h2,
    .iq-about-us.jarallax h2 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .elite-about-section,
    .elite-income-types-section,
    .elite-bnb-section,
    .elite-bonus-section,
    .elite-wallet-section,
    .elite-package-section,
    .elite-royalty-section,
    .elite-contact-section,
    #how-it-works,
    #blockchain,
    .iq-about-us.jarallax,
    .elite-banner {
        padding: 84px 0 !important;
    }

    header .iq-header .col-md-12 {
        min-height: 78px;
    }

    header .iq-header,
    header.menu-sticky .iq-header {
        min-height: 78px;
    }

    header .logo a img,
    header.menu-sticky .logo a img {
        height: 50px;
        max-width: 250px;
    }

    .menu li a,
    header.menu-sticky .iq-header .menu li a {
        padding: 30px 5px 27px;
        font-size: 11px;
    }

    .menu li a.log_button,
    header.menu-sticky .iq-header .menu li a.log_button {
        padding: 12px 10px !important;
    }

    .elite-about-content,
    .elite-bnb-content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 36px;
    }

    .elite-main-package,
    .elite-benefit-card,
    .elite-contact-info {
        margin-bottom: 28px;
    }

    .elite-income-header {
        flex-direction: column;
    }

    .elite-income-percent {
        width: 100%;
        min-height: 86px;
        flex-basis: auto;
    }

    #how-it-works .row > div:not(:last-child)::after {
        display: none;
    }

    #how-it-works .row > div {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .topbar-chart {
        display: none;
    }

    header,
    header .iq-header,
    header.menu-sticky .iq-header {
        background: rgba(3, 3, 4, 0.98) !important;
    }

    header .iq-header,
    header.menu-sticky .iq-header {
        min-height: 70px;
        padding: 8px 0 !important;
    }

    header .iq-header .col-md-12 {
        min-height: 54px;
    }

    header .logo a img,
    header.menu-sticky .logo a img {
        height: 44px !important;
        max-width: 205px;
    }

    header .iq-header nav {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }

    .elite-mobile-actions {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
    }

    .elite-mobile-auth-btn {
        min-height: 34px;
        padding: 0 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(239, 27, 35, 0.65);
        background: linear-gradient(180deg, #e71a21, #9b060b);
        color: #ffffff !important;
        font-family: "Rajdhani", sans-serif !important;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.045em;
        text-transform: uppercase;
        clip-path: polygon(0 7px, 7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
    }

    .elite-mobile-auth-btn.register {
        background: rgba(255, 255, 255, 0.035);
    }

    .elite-mobile-menu-btn {
        width: 38px !important;
        height: 38px;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(239, 27, 35, 0.5);
        background: rgba(239, 27, 35, 0.07);
        color: #ffffff !important;
        clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
    }

    header .menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        max-height: calc(100vh - 70px);
        margin: 0;
        padding: 12px 14px 15px;
        overflow-y: auto;
        background: rgba(3, 3, 4, 0.985);
        border-top: 1px solid rgba(239, 27, 35, 0.28);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
    }

    header .menu li {
        width: 100%;
    }

    header .menu li a,
    header.menu-sticky .iq-header .menu li a {
        margin: 0 0 4px;
        padding: 13px 15px !important;
        border: 1px solid transparent;
        color: #d5d5da;
        font-size: 13px;
        text-align: left;
    }

    header .menu li a::after {
        display: none;
    }

    header .menu li a:hover,
    header .menu li a.active {
        border-color: rgba(239, 27, 35, 0.32);
        background: rgba(239, 27, 35, 0.075) !important;
        color: #ffffff !important;
    }

    header .menu li a.log_button {
        display: none !important;
    }

    .elite-hero-slider {
        min-height: 560px;
    }

    .elite-hero-slider::after {
        background: linear-gradient(90deg, rgba(0,0,0,0.93), rgba(0,0,0,0.67));
    }

    .elite-about-section,
    .elite-income-types-section,
    .elite-bnb-section,
    .elite-bonus-section,
    .elite-wallet-section,
    .elite-package-section,
    .elite-royalty-section,
    .elite-contact-section,
    #how-it-works,
    #blockchain,
    .iq-about-us.jarallax,
    .elite-banner {
        padding: 66px 0 !important;
    }

    .heading-title {
        margin-bottom: 38px;
    }

    .heading-title .title {
        font-size: 34px;
        line-height: 1.15;
    }

    .elite-about-image-box {
        min-height: 410px;
        padding: 25px;
    }

    .elite-about-image-box::before {
        inset: 25px 8px;
    }

    .elite-about-image-box::after {
        width: 240px;
        height: 240px;
    }

    .elite-about-image-box img {
        width: 92%;
    }

    .elite-about-floating-card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        margin-top: 10px;
    }

    .elite-about-content h2,
    .elite-bnb-content h2,
    .iq-about-us.jarallax h2,
    .elite-banner h1 {
        font-size: 40px;
    }

    .elite-about-points,
    .elite-bnb-feature-grid {
        grid-template-columns: 1fr;
    }

    .elite-hero-box,
    .elite-main-package,
    .elite-income-card,
    .elite-benefit-card,
    .elite-contact-info,
    .elite-contact-form-box,
    .elite-bonus-card {
        padding: 27px 20px;
    }

    .elite-banner .col-lg-5 {
        margin-top: 32px;
    }

    .elite-banner::after {
        right: -180px;
        width: 360px;
        height: 360px;
    }

    .elite-hero-box h2,
    .elite-package-top h2 {
        font-size: 62px;
    }

    #how-it-works .iq-feature4.text-center,
    #blockchain .iq-feature2,
    .elite-income-type-card,
    .elite-bnb-feature-card,
    .elite-wallet-box-new {
        min-height: auto;
        padding: 28px 21px;
    }

    .elite-benefit-top {
        align-items: flex-start;
    }

    .elite-benefit-icon {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
        font-size: 23px;
    }

    .elite-benefit-top h3 {
        font-size: 29px;
    }

    .elite-benefit-highlight {
        flex-direction: column;
        align-items: flex-start;
    }

    .elite-contact-btn {
        width: 100%;
    }

    .elite-auth-modal .modal-dialog,
    .elite-simple-auth-modal .modal-dialog {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin: 10px auto;
        min-height: calc(100vh - 20px);
        display: flex;
        align-items: center;
    }

    .elite-auth-modal .modal-content,
    .elite-simple-auth-modal .modal-content {
        width: 100%;
        max-height: calc(100vh - 20px);
        overflow-y: auto;
    }

    .elite-auth-header {
        padding: 27px 55px 14px !important;
    }

    .elite-auth-header .modal-title {
        font-size: 25px;
    }

    .elite-auth-header p {
        font-size: 13px;
        line-height: 1.6;
    }

    .elite-close {
        top: 18px;
        right: 16px;
        width: 35px;
        height: 35px;
    }

    .elite-auth-body {
        padding: 16px 20px 19px !important;
    }

    .elite-auth-footer {
        padding: 4px 20px 24px !important;
    }

    .elite-input-wrap .form-control {
        height: 54px !important;
        padding-left: 43px !important;
        padding-right: 106px !important;
        font-size: 12px;
    }

    .elite-input-wrap.no-connect .form-control {
        padding-right: 14px !important;
    }

    .elite-input-wrap .connect-link {
        min-width: 92px;
        height: 40px;
        top: 7px;
        right: 7px;
        padding: 0 7px;
        font-size: 10px;
    }

    .elite-status-icon {
        right: 108px !important;
    }

    .iq-footer-logo img {
        height: 60px;
        max-width: 290px;
    }
}

@media (max-width: 420px) {
    header .logo a img,
    header.menu-sticky .logo a img {
        height: 38px !important;
        max-width: 170px;
    }

    .elite-mobile-auth-btn {
        min-height: 31px;
        padding: 0 7px;
        font-size: 9px;
    }

    .elite-mobile-menu-btn {
        width: 34px !important;
        height: 34px;
    }

    .elite-about-content h2,
    .elite-bnb-content h2,
    .iq-about-us.jarallax h2,
    .elite-banner h1,
    .heading-title .title {
        font-size: 33px;
    }

    .elite-section-badge,
    .elite-package-label,
    .elite-contact-badge,
    .elite-auth-badge {
        font-size: 11px;
    }

    .elite-hero-box h2,
    .elite-package-top h2 {
        font-size: 54px;
    }

    .elite-auth-header {
        padding: 24px 48px 12px !important;
    }

    .elite-auth-body {
        padding: 14px 16px 17px !important;
    }

    .elite-auth-footer {
        padding: 2px 16px 20px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* =====================================================================
   ELITE GLOBAL MOBILE HOME CORRECTIONS - v2.1
   These are final overrides. Existing IDs, modal targets and JS hooks stay intact.
===================================================================== */

/* Keep the original Revolution Slider and all of its IDs for desktop. */
.elite-mobile-home-slider {
    display: none;
}

/* Use the supplied Elite Global images as the desktop slider backgrounds. */
.elite-hero-slider .rev-slidebg {
    object-fit: cover;
    object-position: center;
    filter: saturate(.9) contrast(1.08) brightness(.72);
}

/* Remove only obsolete decorative image layers; slider text/buttons/IDs remain. */
.elite-hero-slider [data-type="image"]:not(.rev-slidebg) {
    display: none !important;
}

.elite-hero-slider .slotholder::after,
.elite-hero-slider .tp-bgimg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.76) 42%, rgba(0,0,0,.24) 75%, rgba(0,0,0,.58) 100%);
}

@media (min-width: 768px) {
    header .menu,
    header.menu-sticky .iq-header .menu {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    html,
    body,
    .main-content,
    header,
    footer {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body.elite-menu-open {
        overflow: hidden;
    }

    .container,
    .container-fluid {
        width: 100%;
        max-width: 100%;
    }

    /* ---------------- Mobile header and vertical menu ---------------- */
    header {
        position: relative !important;
        z-index: 10000;
    }

    header .topbar-chart {
        display: none !important;
    }

    header .iq-header,
    header.menu-sticky .iq-header {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        min-height: 68px !important;
        padding: 7px 0 !important;
        background: rgba(2, 2, 3, .99) !important;
        border-bottom: 1px solid rgba(239, 27, 35, .38) !important;
    }

    header .iq-header .container,
    header .iq-header .row,
    header .iq-header .col-md-12 {
        min-height: 54px !important;
    }

    header .iq-header .col-md-12 {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px;
    }

    header .logo,
    header.menu-sticky .logo {
        flex: 1 1 auto;
        min-width: 0;
        margin: 0 !important;
    }

    header .logo a img,
    header.menu-sticky .logo a img {
        width: auto !important;
        height: 39px !important;
        max-width: 155px !important;
        object-fit: contain;
    }

    header .iq-header nav {
        position: static !important;
        flex: 0 0 auto;
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
    }

    .elite-mobile-actions {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        gap: 5px;
    }

    .elite-mobile-auth-btn {
        min-width: 51px;
        min-height: 32px;
        padding: 0 8px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        line-height: 1;
        cursor: pointer;
    }

    .elite-mobile-menu-btn,
    .responsive-menu.elite-mobile-menu-btn {
        flex: 0 0 36px;
        width: 36px !important;
        height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        font-size: 19px;
    }

    .elite-mobile-menu-btn.is-open {
        background: var(--elite-red) !important;
        color: #fff !important;
    }

    header .menu,
    header.menu-sticky .iq-header .menu,
    #elite-main-menu {
        display: none;
        position: fixed !important;
        top: 68px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 10001 !important;
        width: 100% !important;
        height: auto !important;
        max-height: calc(100vh - 68px) !important;
        margin: 0 !important;
        padding: 12px 14px 18px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        text-align: left !important;
        background:
            radial-gradient(circle at 100% 0%, rgba(239, 27, 35, .16), transparent 32%),
            rgba(2, 2, 3, .995) !important;
        border-top: 1px solid rgba(239, 27, 35, .38) !important;
        border-bottom: 1px solid rgba(239, 27, 35, .30) !important;
        box-shadow: 0 24px 55px rgba(0, 0, 0, .82) !important;
        backdrop-filter: blur(18px);
    }

    #elite-main-menu.elite-menu-visible {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        top: var(--elite-mobile-menu-top, 68px) !important;
    }

    body.elite-menu-open {
        overflow: hidden !important;
        touch-action: none;
    }

    header .menu li,
    header.menu-sticky .iq-header .menu li,
    #elite-main-menu li {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    header .menu li a,
    header.menu-sticky .iq-header .menu li a,
    #elite-main-menu li a {
        display: flex !important;
        align-items: center;
        width: 100% !important;
        min-height: 48px;
        margin: 0 0 6px !important;
        padding: 13px 15px !important;
        border: 1px solid rgba(239, 27, 35, .15) !important;
        background: rgba(255,255,255,.018) !important;
        color: #dedee2 !important;
        font-size: 14px !important;
        line-height: 1 !important;
        text-align: left !important;
        white-space: normal !important;
    }

    header .menu li a::after,
    #elite-main-menu li a::after {
        display: none !important;
    }

    header .menu li a:hover,
    header .menu li a.active,
    #elite-main-menu li a:hover,
    #elite-main-menu li a.active {
        border-color: rgba(239, 27, 35, .55) !important;
        background: rgba(239, 27, 35, .11) !important;
        color: #fff !important;
    }

    header .menu li a.log_button,
    #elite-main-menu li a.log_button {
        display: none !important;
    }

    /* ---------------- Mobile-only hero slider ---------------- */
    .elite-hero-slider {
        display: none !important;
    }

    .elite-mobile-home-slider {
        position: relative;
        display: block !important;
        overflow: hidden;
        background:
            radial-gradient(circle at 78% 38%, rgba(239, 27, 35, .20), transparent 28%),
            #020203;
        border-bottom: 1px solid rgba(239, 27, 35, .30);
    }

    .elite-mobile-home-slider::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image:
            linear-gradient(rgba(239,27,35,.035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(239,27,35,.035) 1px, transparent 1px);
        background-size: 42px 42px;
        opacity: .55;
    }

    .elite-mobile-home-slider .carousel-item {
        min-height: 690px;
    }

    .elite-mobile-slide {
        position: relative;
        z-index: 2;
        min-height: 690px;
        padding: 48px 18px 92px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }

    .elite-mobile-slide-copy {
        position: relative;
        z-index: 3;
    }

    .elite-mobile-slide-kicker {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 15px;
        padding: 7px 11px;
        border: 1px solid rgba(239, 27, 35, .42);
        background: rgba(239, 27, 35, .07);
        color: #ff4c53;
        font-family: "Rajdhani", sans-serif !important;
        font-size: 10px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .elite-mobile-slide h1 {
        margin: 0;
        color: #fff;
        font-size: clamp(38px, 11vw, 50px);
        line-height: .98;
        text-transform: uppercase;
    }

    .elite-mobile-slide h1 span {
        display: block;
        margin-top: 5px;
        color: var(--elite-red);
        text-shadow: 0 0 18px rgba(239, 27, 35, .22);
    }

    .elite-mobile-slide p {
        max-width: 440px;
        margin: 18px auto 0;
        color: #bdbdc4;
        font-size: 14px;
        line-height: 1.7;
    }

    .elite-mobile-slide-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 24px;
    }

    .elite-mobile-slide-actions .button {
        width: 100%;
        min-height: 48px;
        margin: 0 !important;
        padding: 14px 18px;
        text-align: center;
    }

    .elite-mobile-slide-image {
        position: relative;
        min-height: 245px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .elite-mobile-slide-image::before {
        content: "";
        position: absolute;
        width: 235px;
        height: 235px;
        border: 1px solid rgba(239, 27, 35, .30);
        border-radius: 50%;
        box-shadow: 0 0 42px rgba(239, 27, 35, .13), inset 0 0 38px rgba(239, 27, 35, .055);
    }

    .elite-mobile-slide-image img {
        position: relative;
        z-index: 2;
        width: min(100%, 380px);
        max-height: 270px;
        object-fit: contain;
        filter: drop-shadow(0 22px 34px rgba(0,0,0,.72));
    }

    .elite-mobile-slider-control {
        top: auto;
        bottom: 24px;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(239, 27, 35, .45);
        background: rgba(6, 6, 8, .92);
        color: #fff;
        opacity: 1;
    }

    .elite-mobile-home-slider .carousel-control-prev {
        left: auto;
        right: 65px;
    }

    .elite-mobile-home-slider .carousel-control-next {
        right: 16px;
    }

    .elite-mobile-slider-indicators {
        right: auto;
        bottom: 30px;
        left: 16px;
        z-index: 5;
        margin: 0;
    }

    .elite-mobile-slider-indicators [data-bs-target] {
        width: 23px;
        height: 3px;
        margin: 0 3px;
        border: 0;
        background: rgba(255,255,255,.48);
    }

    .elite-mobile-slider-indicators .active {
        background: var(--elite-red);
    }

    /* ---------------- Mobile homepage arrangement ---------------- */
    .elite-about-section,
    .elite-income-types-section,
    .elite-bnb-section,
    .elite-bonus-section,
    .elite-wallet-section,
    .elite-package-section,
    .elite-royalty-section,
    .elite-contact-section,
    #how-it-works,
    #blockchain,
    .iq-about-us.jarallax,
    .elite-banner {
        padding: 58px 0 !important;
    }

    .heading-title {
        margin-bottom: 30px !important;
    }

    .heading-title .title,
    .elite-about-content h2,
    .elite-bnb-content h2,
    .iq-about-us.jarallax h2,
    .elite-banner h1 {
        font-size: clamp(31px, 9vw, 39px) !important;
        line-height: 1.05 !important;
    }

    .heading-title p,
    .elite-about-content p,
    .elite-bnb-content p,
    .iq-about-us.jarallax p {
        font-size: 14px !important;
        line-height: 1.75 !important;
    }

    /* About content first, image second. */
    .elite-about-section .row > div:first-child {
        order: 2;
    }

    .elite-about-section .row > div:last-child {
        order: 1;
    }

    .elite-about-content {
        margin-top: 0 !important;
        padding: 0 !important;
        text-align: left;
    }

    .elite-about-image-box {
        min-height: 0 !important;
        margin-top: 30px;
        padding: 16px 0 0 !important;
        display: block !important;
        text-align: center;
    }

    .elite-about-image-box::before {
        inset: 22px 0 78px !important;
    }

    .elite-about-image-box::after {
        top: 44px;
        left: 50%;
        width: 220px !important;
        height: 220px !important;
        transform: translateX(-50%);
    }

    .elite-about-image-box img {
        width: 100% !important;
        max-height: 315px !important;
        object-fit: contain;
    }

    .elite-about-floating-card {
        position: relative !important;
        inset: auto !important;
        width: calc(50% - 7px) !important;
        min-width: 0 !important;
        margin: 12px 4px 0 !important;
        padding: 12px 10px !important;
        display: inline-flex !important;
        vertical-align: top;
        text-align: left;
    }

    .elite-about-floating-card i {
        flex: 0 0 36px;
        width: 36px !important;
        height: 36px !important;
    }

    .elite-about-floating-card span {
        font-size: 12px;
        line-height: 1.2;
    }

    .elite-about-points,
    .elite-bnb-feature-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* Decentralisation content first, image second. */
    .elite-decentralization-section .row > div:first-child {
        order: 2;
    }

    .elite-decentralization-section .row > div:last-child {
        order: 1;
    }

    .elite-decentralization-section .DecentralizationImg {
        width: 100% !important;
        max-height: 330px !important;
        margin-top: 28px;
        object-fit: contain;
    }

    .elite-banner .row,
    #how-it-works .row,
    #blockchain .row,
    .elite-bnb-section .row,
    .elite-income-types-section .row,
    .elite-package-section .row,
    .elite-bonus-section .row,
    .elite-royalty-section .row,
    .elite-wallet-section .row,
    .elite-contact-section .row {
        row-gap: 18px;
    }

    .elite-banner .iq-mt-35 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .elite-banner .button,
    .elite-banner .button.white {
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    .elite-banner .col-lg-5 {
        margin-top: 10px !important;
    }

    .elite-hero-box,
    .elite-main-package,
    .elite-income-card,
    .elite-benefit-card,
    .elite-contact-info,
    .elite-contact-form-box,
    .elite-bonus-card {
        padding: 24px 18px !important;
    }

    #how-it-works .iq-feature4.text-center,
    #blockchain .iq-feature2,
    .elite-income-type-card,
    .elite-bnb-feature-card,
    .elite-wallet-box-new,
    .elite-income-feature {
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 0 14px !important;
        padding: 24px 18px !important;
    }

    #how-it-works .iq-feature4 i {
        width: 76px !important;
        height: 76px !important;
        margin-bottom: 14px !important;
        font-size: 38px !important;
    }

    .elite-package-top h2,
    .elite-hero-box h2 {
        font-size: 54px !important;
    }

    .elite-bonus-table-wrap,
    .elite-table-wrap {
        width: 100%;
        max-width: 100%;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .elite-bonus-table,
    .elite-table {
        min-width: 560px;
    }

    .elite-contact-info,
    .elite-contact-form-box {
        height: auto !important;
    }

    footer .footer-top {
        padding: 58px 0 30px !important;
    }

    footer .row > div {
        margin: 0 0 28px !important;
        text-align: left !important;
    }

    footer .iq-footer-logo img {
        width: auto !important;
        height: 56px !important;
        max-width: 230px !important;
    }
}

@media (max-width: 374px) {
    header .logo a img,
    header.menu-sticky .logo a img {
        height: 34px !important;
        max-width: 132px !important;
    }

    .elite-mobile-auth-btn {
        min-width: 43px;
        padding: 0 5px;
        font-size: 8px;
    }

    .elite-mobile-menu-btn,
    .responsive-menu.elite-mobile-menu-btn {
        flex-basis: 32px;
        width: 32px !important;
        height: 32px !important;
    }

    .elite-mobile-slide h1 {
        font-size: 36px;
    }

    .elite-about-floating-card {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}



/* =====================================================================
   ELITE GLOBAL MOBILE MENU FINAL FIX - v2.3
   This block must remain at the very bottom of NewStyle.css.
===================================================================== */
@media (max-width: 767px) {
    header,
    header .iq-header,
    header.menu-sticky .iq-header,
    header .iq-header .container,
    header .iq-header .row,
    header .iq-header .col-md-12,
    header .iq-header nav {
        overflow: visible !important;
    }

    header {
        position: relative !important;
        z-index: 2147483000 !important;
    }

    header .iq-header,
    header.menu-sticky .iq-header {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        z-index: 2147483001 !important;
    }

    /* Remove Bootstrap/template positioned ancestors so the menu is anchored
       to the full-width .iq-header instead of the narrow nav or column. */
    header .iq-header .container,
    header .iq-header .row,
    header .iq-header .col-md-12,
    header .iq-header nav {
        position: static !important;
    }

    .elite-mobile-menu-btn {
        position: relative !important;
        z-index: 2147483003 !important;
        display: inline-flex !important;
        cursor: pointer !important;
        pointer-events: auto !important;
    }

    #elite-main-menu,
    header #elite-main-menu,
    header.menu-sticky #elite-main-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 2147483002 !important;
        width: 100% !important;
        height: auto !important;
        max-height: calc(100vh - 68px) !important;
        margin: 0 !important;
        padding: 12px 14px 18px !important;
        display: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(-8px) !important;
        float: none !important;
        background:
            radial-gradient(circle at 100% 0%, rgba(239, 27, 35, .18), transparent 34%),
            #030304 !important;
        border-top: 1px solid rgba(239, 27, 35, .48) !important;
        border-bottom: 1px solid rgba(239, 27, 35, .34) !important;
        box-shadow: 0 28px 60px rgba(0, 0, 0, .92) !important;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
    }

    #elite-main-menu.elite-menu-visible,
    body.elite-menu-open #elite-main-menu {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    #elite-main-menu > li {
        display: block !important;
        float: none !important;
        width: 100% !important;
    }

    #elite-main-menu > li > a {
        display: flex !important;
        width: 100% !important;
        min-height: 48px !important;
        align-items: center !important;
        margin: 0 0 6px !important;
        padding: 13px 15px !important;
        text-align: left !important;
    }

    #elite-main-menu > li > a.log_button {
        display: none !important;
    }

    body.elite-menu-open {
        overflow: hidden !important;
    }
}

@media (min-width: 768px) {
    #elite-main-menu,
    header #elite-main-menu,
    header.menu-sticky #elite-main-menu {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }
}