:root {
    --blue-900: #0a1e42;
    --blue-800: #0e2a5e;
    --blue-700: #12377c;
    --blue-600: #1a4bd1;
    --blue-500: #2159e8;
    --blue-100: #eaf0fe;
    --orange-600: #f2860f;
    --orange-500: #f7941d;
    --orange-100: #fff2e2;
    --gray-900: #1b2434;
    --gray-600: #5b667a;
    --gray-400: #8b95a7;
    --gray-100: #f4f6fb;
    --white: #ffffff;
    --radius: 16px;
    --shadow: 0 10px 30px rgba(16, 34, 84, 0.08);
    --shadow-lg: 0 20px 50px rgba(16, 34, 84, 0.14);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    /* font-family:
        "Segoe UI",
        system-ui,
        -apple-system,
        Roboto,
        Helvetica,
        Arial,
        sans-serif; */
    font-family: 'Montserrat', sans-serif;
    color: var(--gray-900);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: inherit;
}
img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}
section {
    position: relative;
    overflow: hidden;
}
.rounded-20 {
    border-radius: 20px !important;
}
.text_orange {
    color: #f69522 !important;
}
.text_green {
    color: rgb(0, 128, 0) !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.custom_hover_button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 22px;
    background: #2159e8;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
    text-decoration: none;
    border-radius: 25rem;
}
.custom_hover_button:hover {
    background: #2159e8;
    color: #fff;
}
.custom_hover_button::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/primaryArrowWhite.svg") no-repeat center;
    background-size: contain;
    margin-left: 4px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom_hover_button:hover::after {
    transform: translateX(8px);
}

.custom_hover_border_button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 22px;
    background: transparent;
    color: #2159e8;
    border: 1px solid #2159e8;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
    text-decoration: none;
    border-radius: 25rem;
}
.custom_hover_border_button:hover {
    color: #2159e8;
}
.custom_hover_border_button::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/primaryArrowSky.svg") no-repeat center;
    background-size: contain;
    margin-left: 4px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom_hover_border_button:hover::after {
    transform: translateX(8px);
}

.custom_hover_border_button_white {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 22px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
    text-decoration: none;
    border-radius: 25rem;
}
.custom_hover_border_button_white:hover {
    color: #fff;
}
.custom_hover_border_button_white::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/primaryArrowWhite.svg") no-repeat center;
    background-size: contain;
    margin-left: 4px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom_hover_border_button_white:hover::after {
    transform: translateX(8px);
}

.login_btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
    text-decoration: none;
    border-radius: 25rem;
}
.login_btn:hover {
    background-color: #ffffff;
    color: #0a1e42;
}

.logout_btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: transparent;
    color: #eb0f0f;
    border: 2px solid #eb0f0f;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
    text-decoration: none;
    border-radius: 25rem;
}
.logout_btn:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #eb0f0f;
}

.roshan_heading {
    font-weight: 800;
    color: #1557ad;
    margin-bottom: 1.25rem;
}

.roshan_subhead {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.1rem;
}

.roshan_link {
    color: var(--blue-500);
    font-weight: 600;
}
.roshan_link:hover {
    color: var(--orange-500);
}

.roshan_eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #f26b1d;
    background: #fff2df;
    padding: 0.32rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 0.9rem;
}

.roshan_highlight {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: linear-gradient(135deg, #eaf3ff, #f5f9ff);
    border: 1px solid #cfe3fb;
    border-left: 4px solid #1f6fd6;
    border-radius: 10px;
    padding: 0.85rem 1.1rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1557ad;
    margin-bottom: 1.4rem;
}
.roshan_highlight i {
    color: #f26b1d;
    font-size: 1.05rem;
}

.roshan_signature {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.8rem;
    padding-top: 1.4rem;
    border-top: 1px dashed #e2e8f0;
}
.roshan_signature_line {
    width: 4px;
    height: 44px;
    border-radius: 4px;
    background: linear-gradient(180deg, #f7941d, #f26b1d);
    flex-shrink: 0;
}
.roshan_signature_name {
    font-weight: 700;
    font-size: 1.05rem;
    color: #1e293b;
    margin-bottom: 0.1rem;
}
.roshan_signature_title {
    font-size: 0.8rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.roshan_image_wrap {
    position: relative;
    border-radius: 22px;
    overflow: visible;
}
.roshan_image {
    width: 100%;
    box-shadow: 0 25px 50px -20px rgba(21, 87, 173, 0.4);
}
.roshan_image_badge {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: linear-gradient(135deg, #f7941d, #f26b1d);
    color: #fff;
    font-weight: 600;
    font-size: 0.78rem;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    box-shadow: 0 10px 22px -8px rgba(242, 107, 29, 0.55);
    white-space: nowrap;
}

.roshan_note {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #eaf3ff;
    border: 1px solid #cfe3fb;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    color: #1557ad;
}
.roshan_note i {
    color: #1f6fd6;
}

.roshan_motto {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.9rem;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: #f26b1d;
    background: linear-gradient(135deg, #fff2df, #fff9f0);
    border: 1px solid #fbdead;
    border-radius: 14px;
    padding: 1.1rem 1.5rem;
    margin: 1.5rem 0;
}
.roshan_motto i {
    font-size: 1rem;
    color: #1f6fd6;
}

.roshan_support_card {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #101c33, #16223c);
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 20px 40px -22px rgba(16, 28, 51, 0.55);
}
.roshan_support_icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f7941d, #f26b1d);
    color: #fff;
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.roshan_support_text {
    flex: 1;
    min-width: 200px;
}
.roshan_support_text h6 {
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.roshan_support_text p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.roshan_callout {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    background: #fff2df;
    border: 1px solid #fbdead;
    border-left: 4px solid #f26b1d;
    border-radius: 10px;
    padding: 1rem;
    font-size: 14.5px;
    line-height: 1.8;
    color: #5a4326;
    margin-bottom: 2rem;
}
.roshan_callout i {
    color: #f26b1d;
    font-size: 1.15rem;
}
.roshan_callout strong {
    color: #f26b1d;
}

.roshan_side_nav {
    position: sticky;
    top: 1.5rem;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 1.1rem 1.2rem;
    box-shadow: 0 10px 26px -18px rgba(21, 87, 173, 0.3);
    display: flex;
    flex-direction: column;
}
.roshan_side_nav_title {
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #64748b;
    margin-bottom: 0.6rem;
}
.roshan_side_nav a {
    font-size: 0.85rem;
    color: #47536a;
    text-decoration: none;
    padding: 0.4rem 0;
    border-left: 2px solid transparent;
    padding-left: 0.7rem;
    transition: all 0.15s ease;
}
.roshan_side_nav a:hover {
    color: #1f6fd6;
    border-left-color: #1f6fd6;
}
.roshan_side_nav_content {
    background: transparent;
    padding: 20px 10px;
}
.roshan_side_nav_content_block {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #e2e8f0;
    scroll-margin-top: 1.5rem;
}
.roshan_side_nav_content_block--last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.roshan_side_nav_content_h3 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
    font-size: 1.25rem;
    color: #1557ad;
    margin-bottom: 1rem;
}
.roshan_side_nav_content_h3 i {
    color: #f26b1d;
    font-size: 1.05rem;
}
.roshan_side_nav_content_text {
    font-size: 16px;
    line-height: 1.65;
    color: #3a4658;
    margin-bottom: 1rem;
}

.roshan_steps {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 2rem;
}
.roshan_step {
    display: flex;
    align-items: baseline;
    gap: 0.9rem;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 0.95rem 1.15rem;
    box-shadow: 0 8px 20px -16px rgba(21, 87, 173, 0.3);
}
.roshan_step_num {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f6fd6, #1557ad);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.roshan_step p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: #3a4658;
    padding-top: 0.15rem;
}

@media (max-width: 991px) {
    .roshan_image_badge {
        bottom: -12px;
    }
    .roshan_motto {
        font-size: 1.05rem;
    }
    .roshan_side_nav {
        position: static;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    .roshan_support_card {
        padding: 1.25rem;
        text-align: center;
        justify-content: center;
    }
}

/* ---------- Common Styles ---------- */

/* ---------- HEADER ---------- */
header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: var(--blue-900);
    color: #c7d1ea;
    backdrop-filter: blur(10px);
}
.logo {
    display: block;
    width: 200px;
}
.logo img {
    width: 100%;
    height: auto;
}
.nav-container {
    min-height: 80px;
}
nav .links {
    display: flex;
    gap: 20px;
    font-size: 14.5px;
    font-weight: 600;
}
nav .links .nav-link {
    position: relative;
    color: rgb(203 213 225);
    padding: 10px 0;
    text-decoration: none;
    white-space: nowrap;
}
nav .links .nav-link:hover {
    color: var(--blue-600);
}
nav .links .nav-item.active .nav-link {
    color: var(--blue-600);
}
nav .links .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--blue-600);
    border-radius: 999px;
}
.nav-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}
.navbar-toggler {
    border: 0;
    padding: 8px;
    box-shadow: none !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 25px;
}
.hamburger-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
}
.notification_div_outer {
    margin-bottom: 10px;
    margin-left: 10px;
}
.notification_div {
    padding-top: 18px;
    padding-right: 15px;
    cursor: pointer;
    position: relative;
}
.notification_bell {
    color: #f69522;
    font-size: 20px !important;
}
.notification_div span {
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #0a1e42;
    color: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
}
.notification_list {
    position: absolute;
    top: 50px;
    right: 30px;
    background-color: #f7f7f7;
    padding: 0px;
    width: max-content;
    border-radius: 10px;
    display: none;
    transition: 2s;
    list-style: none;
}
.notification_list.show {
    display: block;
    transition: 2s;
}
.notification_list li {
    font-size: 14px;
    font-weight: 500;
    color: #0a1e42;
    padding: 8px 16px;
}
.notification_list li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.notification_list li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 11px;
    text-align: center;
    padding: 8px 12px;
    color: #fff !important;
    background-image: linear-gradient(#132a55, #0a1e42) !important;
}
.notification_list li:hover {
    background-color: #f69522;
    color: #fff;
}
.store-switcher {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.store-switcher select {
    padding: 6px 35px 6px 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-image: linear-gradient(#f8971c, #fdce14);
    border: 0;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    color: #000;
    border-radius: 25rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.store-switcher::after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 11px;
    pointer-events: none;
}
.store-switcher select:focus {
    outline: none;
}

/* ---------- HERO ---------- */
.hero {
    background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 70%);
    padding: 64px 0 40px;
    overflow: hidden;
}
.hero .wrap {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
}
.eyebrow-pills {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
h1.headline {
    font-size: 48px;
    line-height: 1.08;
    margin: 0 0 18px;
    letter-spacing: -1px;
    font-weight: 700;
}
h1.headline .b {
    color: var(--blue-700);
}
h1.headline .o {
    color: var(--orange-500);
}
.hero p.sub {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-900);
    margin: 0 0 14px;
}
.hero p.sub .b {
    color: var(--blue-600);
}
.hero p.desc {
    font-size: 15.5px;
    color: var(--gray-600);
    max-width: 460px;
    margin: 0 0 28px;
    line-height: 1.6;
    font-weight: 500;
}
.feature-row {
    display: flex;
    gap: 26px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 70px;
    text-align: center;
}
.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-100);
    color: var(--blue-600);
    box-shadow: 0 6px 16px rgba(26, 75, 209, 0.15);
}
.feature-item:nth-child(3) .feature-icon {
    background: var(--orange-100);
    color: var(--orange-500);
}
.feature-item span {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray-600);
}
.hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-art {
    position: relative;
    height: 460px;
}
.hero-art .float {
    position: absolute;
    filter: drop-shadow(0 12px 20px rgba(16, 34, 84, 0.15));
}
.hero-art .phone {
    left: 50%;
    top: 0;
    transform: translateX(-58%);
    width: 210px;
    height: 420px;
    background: #0e1730;
    border-radius: 34px;
    padding: 10px;
    box-shadow: 0 30px 60px rgba(10, 25, 60, 0.35);
    z-index: 2;
}
.phone-screen {
    background: linear-gradient(160deg, #eaf0ff, #ffffff 40%);
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 14px;
}
.phone-brand {
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
}
.phone-brand .b {
    color: var(--blue-600);
}
.phone-brand .o {
    color: var(--orange-500);
}
.cashback-card {
    background: var(--blue-600);
    color: #fff;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
    box-shadow: 0 10px 20px rgba(26, 75, 209, 0.3);
}
.cashback-card .label {
    font-size: 10px;
    opacity: 0.85;
}
.cashback-card .value {
    font-size: 19px;
    font-weight: 800;
    margin-top: 4px;
}
.chart-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    box-shadow: 0 6px 14px rgba(16, 34, 84, 0.08);
    margin-bottom: 12px;
    flex: 1;
}
.chart-card .l {
    font-size: 9.5px;
    color: var(--gray-400);
    margin-bottom: 6px;
}
.earnings-row {
    display: flex;
    gap: 8px;
}
.earn-box {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: 0 6px 14px rgba(16, 34, 84, 0.08);
}
.earn-box .l {
    font-size: 8.5px;
    color: var(--gray-400);
    font-weight: 600;
}
.earn-box .v {
    font-size: 12px;
    font-weight: 800;
    color: var(--blue-700);
}
.bag {
    left: -5%;
    top: 200px;
    width: 200px;
}
.cart {
    right: -2%;
    top: 190px;
    width: 250px;
    z-index: 1;
}
.coin {
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffe9a8, var(--orange-500));
    width: 34px;
    height: 34px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.badge-cashback {
    left: 8%;
    top: 60px;
    background: var(--blue-700);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.15;
    box-shadow: 0 10px 20px rgba(18, 55, 124, 0.35);
}
.badge-percent {
    right: 12%;
    top: 110px;
    background: #fff;
    color: var(--blue-600);
    font-weight: 800;
    font-size: 22px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(16, 34, 84, 0.15);
}
.gift {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--orange-500), #ffb75e);
}

/* trust bar */
.trustbar {
    background: #e4e4e9;
    box-shadow: var(--shadow);
    border-radius: 18px;
    /* margin-top: -10px; */
    position: relative;
    z-index: 5;
}
.trustbar .wrap {
    display: flex;
    justify-content: space-between;
    padding: 22px 32px;
    gap: 20px;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--gray-700, #33405c);
}
.trust-item svg {
    color: var(--blue-600);
    flex-shrink: 0;
}

/* ---------- SECTION HEADERS ---------- */
.section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
    font-weight: 700;
}
.section-head h2 {
    font-size: 32px;
    margin: 0;
    letter-spacing: -0.5px;
}
.section-head h2 .b {
    color: var(--blue-700);
}
.section-head h2 .o {
    color: var(--orange-500);
}

/* ---------- HOW IT WORKS ---------- */
.how {
    padding: 96px 0 20px;
}
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: relative;
}
.step {
    background: var(--gray-100);
    border-radius: var(--radius);
    padding: 28px 20px 24px;
    text-align: center;
    position: relative;
}
.step-num {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--blue-600);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(26, 75, 209, 0.35);
}
.step:nth-child(2) .step-num,
.step:nth-child(4) .step-num {
    background: var(--orange-500);
    box-shadow: 0 6px 14px rgba(247, 148, 29, 0.35);
}
.step-icon {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    margin: 14px auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 8px 18px rgba(16, 34, 84, 0.08);
}
.step h3 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 700;
}
.step p {
    font-size: 13px;
    color: var(--gray-600);
    margin: 0;
    line-height: 1.5;
}
.step-arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    color: var(--blue-300, #9db4f5);
    display: none;
}

/* ---------- WHY CHOOSE ---------- */
.why {
    padding: 96px 0;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.why-card {
    border: 1px solid #edf0f7;
    border-radius: var(--radius);
    padding: 26px 18px;
    text-align: center;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}
.why-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.why-card:nth-child(odd) .why-icon {
    background: var(--blue-600);
}
.why-card:nth-child(even) .why-icon {
    background: var(--orange-500);
}
.why-card h3 {
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: 700;
}
.why-card p {
    font-size: 12.5px;
    color: var(--gray-600);
    margin: 0;
    line-height: 1.5;
}

/* ---------- MULTIPLE INCOME ---------- */
.income {
    padding: 60px 0;
}
.income-box {
    background: linear-gradient(120deg, #fbfcff, #f2f6ff);
    border-radius: 24px;
    padding: 48px;
    display: grid;
    grid-template-columns: 0.8fr 1.6fr;
    gap: 30px;
    align-items: center;
}
.income h2 {
    font-size: 30px;
    margin: 0 0 14px;
    letter-spacing: -0.5px;
    font-weight: 700;
}
.income h2 .b {
    color: var(--blue-700);
}
.income h2 .o {
    color: var(--orange-500);
}
.income p {
    font-size: 14.5px;
    color: var(--gray-600);
    margin: 0 0 22px;
    line-height: 1.6;
}
.income-flow {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.income-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100px;
    text-align: center;
}
.income-node .ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--blue-200, #c7d6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 8px 18px rgba(16, 34, 84, 0.08);
}
.income-node .pct {
    font-size: 20px;
    font-weight: 800;
}
.income-node .pct.b {
    color: var(--blue-600);
}
.income-node .pct.o {
    color: var(--orange-500);
}
.income-node .lbl {
    font-size: 11.5px;
    color: var(--gray-600);
    font-weight: 700;
}
.income-connector {
    color: var(--gray-400);
    font-size: 20px;
    font-weight: 300;
}

/* ---------- STATS BAR ---------- */
.stats {
    background: linear-gradient(120deg, var(--blue-600), var(--blue-700));
    border-radius: 22px;
    color: #fff;
}
.stats .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 38px 32px;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
}
.stat-item .ic {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.stat-item .num {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}
.stat-item .lbl {
    font-size: 11.5px;
    opacity: 0.85;
    line-height: 1.3;
    margin-top: 2px;
}

/* ---------- TESTIMONIALS ---------- */
.testi {
    padding: 96px 0 60px;
}
/* .testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
} */
.testi-card {
    border: 1px solid #edf0f7;
    border-radius: var(--radius);
    padding: 26px;
    text-align: center;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    min-height: 400px;
}
.testi-top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
    justify-content: center;
}
.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--blue-100);
    color: var(--blue-600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
}
.testi-name {
    font-size: 14px;
    font-weight: 800;
}
.testi-role {
    font-size: 12px;
    color: var(--gray-400);
}
.stars {
    color: var(--orange-500);
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.testi-quote {
    font-size: 13.5px;
    color: var(--gray-600);
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}
.dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dbe2f2;
}
.dot.active {
    background: var(--blue-600);
    width: 22px;
    border-radius: 4px;
}

.testi-grid .owl-nav {
    display: none;
}
.testi-grid .owl-dots {
    margin-top: 30px;
}
.testi-grid .owl-dots .owl-dot.active span {
    background: var(--blue-600) !important;
}
.testi-grid .owl-dots:hover span {
    background: var(--blue-600) !important;
}

.testi_sh h2 {
    color: var(--blue-700);
    font-weight: bold;
}
.testi_sh h2 span.b {
    color: var(--orange-500);
}

.testi-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent !important;
}
.accordion-button::after {
    width: 11px !important;
    height: 11px !important;
    border-radius: 100%;
    background-color: #0d6efd;
    background-image: none !important;
}
.accordion-button.collapsed::after {
    background-color: #0d6efd;
}
.accordion-body {
    background-color: var(--blue-100);
}
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.accordion-button[aria-expanded="true"] {
    color: #0d6efd !important;
}

/* ---------- APP SECTION ---------- */
.app {
    padding: 40px 0 90px;
}
.app-box {
    background: var(--gray-100);
    border-radius: 24px;
    padding: 44px;
    display: grid;
    grid-template-columns: 0.7fr 1.1fr 0.7fr;
    gap: 30px;
    align-items: center;
}
.app-phones {
    height: 220px;
    overflow: hidden;
}
.app-phones img {
    height: 100%;
    width: auto;
}
.app-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 6px;
}
.app-title .b {
    color: var(--blue-700);
}
.app-title .o {
    color: var(--orange-500);
}
.app-sub {
    font-size: 13.5px;
    color: var(--gray-600);
    margin: 0 0 16px;
}
.app-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.app-list li {
    font-size: 13px;
    color: var(--gray-900);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.app-list li svg {
    color: var(--blue-600);
    flex-shrink: 0;
}
.store-label {
    font-size: 16px;
    color: var(--gray-600);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.store-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    flex-direction: column;
}
.store-btn img {
    height: 45px;
    width: auto;
}

/* ---------- FAQ ---------- */
.faq {
    padding: 20px 0 90px;
}
.faq-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    align-items: start;
}
.faq-title {
    font-size: 28px;
    margin: 0;
    letter-spacing: -0.5px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.faq-title {
    color: var(--blue-700);
}
.faq-title .o {
    color: var(--orange-500);
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.faq-item {
    border: 1px solid #edf0f7;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}
.faq-item:hover {
    box-shadow: var(--shadow);
}
.faq-item .plus {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--blue-100);
    color: var(--blue-600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

.accordion {
    width: 100%;
    color: #000000 !important;
}
.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}
.accordion-title.collapsed:before {
    float: right !important;
    content: "\f067";
}

.accordion .btn-link {
    color: #000000;
    font-weight: 600;
    text-decoration: none !important;
}
/* .accordion .card {
    background-color: transparent !important;
} */

/* ---------- CTA BANNER ---------- */
.cta-banner {
    background: linear-gradient(120deg, var(--blue-600), var(--blue-800));
    border-radius: 24px;
    color: #fff;
    padding: 50px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}
.cta-banner::before {
    content: "";
    position: absolute;
    right: -40px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.12),
        transparent 70%
    );
}
.cta-banner h2 {
    font-size: 26px;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
    position: relative;
}
.cta-banner p {
    font-size: 13.5px;
    opacity: 0.85;
    margin: 0;
    position: relative;
}
.cta-right {
    text-align: right;
    position: relative;
}
.cta-right small {
    display: block;
    margin-top: 10px;
    font-size: 11.5px;
    opacity: 0.75;
}

/* ---------- FOOTER ---------- */
footer {
    background: var(--blue-900);
    color: #c7d1ea;
    padding: 60px 0 24px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 30px;
}
.footer-logo {
    display: block;
    width: 200px;
    margin-bottom: 15px;
}
footer p.desc {
    font-size: 12.5px;
    line-height: 1.6;
    color: #93a1c7;
    max-width: 220px;
}
footer h4 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 16px;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer ul li a {
    font-size: 12.5px;
    color: #93a1c7;
    text-decoration: none;
}
footer ul li a:hover {
    color: #fff;
}
.footer-newsletter {
    display: flex;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.footer-newsletter input {
    border: none;
    padding: 10px 12px;
    font-size: 12px;
    flex: 1;
    outline: none;
}
.footer-newsletter button {
    border: none;
    background: var(--blue-600);
    color: #fff;
    padding: 0 16px;
    font-weight: 700;
    cursor: pointer;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 11.5px;
    color: #6f7ca0;
}
.footer_social_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_social_wrap .li-social {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.footer_social_wrap .li-social a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}
.footer_social_wrap .li-social a:hover {
    background-color: #ff8900;
    border-color: #de7700;
}
#scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 32px;
    /* background: #ff9d00; */
    background-image: linear-gradient(#f8971c, #fdce14);
    border-radius: 100%;
    cursor: pointer;
}
#scroll-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll-top:hover {
    transition: 0.3s;
    box-shadow: 0 0 20px 4px #fff;
}
.footer_store_link {
    height: 45px;
    width: auto;
    margin-bottom: 10px;
    display: block;
}
.footer_store_link img {
    width: auto;
    height: 100%;
}
/* ---------- FOOTER ---------- */

/* ----------Home Page Styles---------- */

.about-main-image {
    object-fit: cover;
}
.about-small-image {
    height: 350px;
    object-fit: cover;
}
.about-gradient {
    background: linear-gradient(to top, rgba(15, 23, 42, 0.65), transparent);
}
.about-gradient-light {
    background: linear-gradient(to top, rgba(15, 23, 42, 0.45), transparent);
}
.about-status-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.7);
    animation: about-pulse 1.8s infinite;
}
.about-check-icon {
    width: 22px;
    height: 22px;
}
.about-label {
    letter-spacing: 0.15em;
}
.about-title {
    font-size: 2.25rem;
    line-height: 1.2;
}
.group img {
    transition: transform 0.5s ease;
}
.group:hover img {
    transform: scale(1.05);
}
@keyframes about-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(25, 135, 84, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
    }
}
@media (max-width: 576px) {
}

/* ----------Home Page Styles---------- */

/* ----------Webstore Page Styles---------- */
/* WSTR */
.wstr_form_search {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.3rem 0.3rem 0.3rem 1.1rem;
    box-shadow: 0 10px 28px -18px rgba(21, 87, 173, 0.35);
    margin-bottom: 1.75rem;
    transition:
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}
.wstr_form_search:focus-within {
    border-color: #1f6fd6;
    box-shadow: 0 10px 28px -14px rgba(31, 111, 214, 0.4);
}
.wstr_form_search #searchinput {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.9rem;
    color: #1e293b;
    padding: 0.55rem 0.25rem;
}
.wstr_form_search #searchinput::placeholder {
    color: #94a3b8;
}
.wstr_form_search .button#webstore_searchbtn {
    border: none;
    background: linear-gradient(135deg, #1f6fd6, #1557ad);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.82rem;
    border-radius: 999px;
    padding: 0.6rem 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: filter 0.15s ease;
}
.wstr_form_search .button#webstore_searchbtn:hover {
    filter: brightness(1.06);
}
.wstr_form_search .button#webstore_searchbtn i {
    font-size: 0.85rem;
}
.wstr_offers_disc {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 10px 26px -18px rgba(21, 87, 173, 0.3);
    border: 1px solid #eef2f7;
}
.wstr_offers_head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1557ad;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eef2f7;
}
.wstr_offers_head img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.wstr_offers_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wstr_offers_list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem 0.6rem;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.86rem;
    color: #47536a;
    transition:
        background 0.15s ease,
        color 0.15s ease;
    margin-bottom: 0.15rem;
}
.wstr_offers_list li div {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wstr_offers_list li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.wstr_offers_list li:hover {
    background: #eaf3ff;
    color: #1557ad;
}
.wstr_offers_list li.active,
.wstr_offers_list li.selected {
    background: linear-gradient(135deg, #1f6fd6, #1557ad);
    color: #fff;
    font-weight: 600;
}
.wstr_category_title {
    font-weight: 700;
    font-size: 1.3rem;
    color: #1557ad;
    margin-bottom: 1.25rem;
}
.involveasiadynamicdata {
    row-gap: 1.25rem;
}
.cashback_disc_list {
    margin-bottom: 0.25rem;
}
.wstr_cashback_ticket {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 24px -18px rgba(21, 87, 173, 0.3);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease;
    height: 100%;
}
.wstr_cashback_ticket:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px -18px rgba(21, 87, 173, 0.4);
}
.wstr_cashback_ticket a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.cashback_disc {
    padding: 0;
}
.cashback_disc_thumb {
    height: 90px;
    overflow: hidden;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cashback_disc_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.wstr_cashback_text {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    margin: 0.75rem 0.5rem 0.5rem;
    letter-spacing: 0.2px;
}
.wstr_cb_wrapper {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding-bottom: 0.75rem;
}
.wstr_cb_wrapper span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #b7c1cf;
    font-size: 0.72rem;
    transition: all 0.15s ease;
}
.wstr_cb_wrapper span.cb_active {
    background: linear-gradient(135deg, #f7941d, #f26b1d);
    color: #fff;
    box-shadow: 0 4px 10px -3px rgba(242, 107, 29, 0.55);
}
.wstr_cashback_ticket h4 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: #fff;
    background: linear-gradient(135deg, #1f6fd6, #1557ad);
    margin: 0;
    padding: 0.65rem 0;
    letter-spacing: 0.3px;
}
.wstr_cashback_ticket:hover h4 {
    background: linear-gradient(135deg, #f7941d, #f26b1d);
}
.wstr_search_text {
    margin-left: 10px;
}
@media (max-width: 991px) {
    .wstr_offers_disc {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 576px) {
    .wstr_cashback_text {
        font-size: 0.72rem;
    }

    .wstr_cashback_ticket h4 {
        font-size: 0.78rem;
    }

    .cashback_disc_list {
        width: 50% !important;
    }

    .wstr_search_text {
        display: none;
    }
}
/* WSTR */
/* WSRD */
.wsrd_div {
    width: 60%;
    background: #dfdfdf;
    border-radius: 40px;
    padding: 2.5rem 2rem 2.8rem;
    box-shadow:
        0 20px 60px rgba(0, 20, 30, 0.06),
        0 8px 24px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 100px;
}
.wsrd_loader_shopnow {
    margin-bottom: 1.2rem;
}
.wsrd_loader_shopnow p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1e2f4e;
    margin-bottom: 0.5rem;
    letter-spacing: -0.2px;
}
.wsrd_loader_shopnow img {
    max-width: 170px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.StoreIntermediateContainer .paddingof {
    padding: 0.3rem 0;
}
.StoreIntermediateContainer img {
    max-width: 170px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s;
    margin: 0 auto;
}
.StoreIntermediateContainer img:hover {
    transform: scale(1.01);
}
.wsrd_cashback_redirect_wrapper {
    display: flex;
    justify-content: center;
    margin: 0.6rem 0 0.4rem;
}
.wsrd_cashback_redirect_inner {
    background: #1e2f4e;
    color: #f6c343;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.4px;
    padding: 0.4rem 1.8rem;
    border-radius: 60px;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(27, 55, 96, 0.1);
}
.wsrd_loader_shopnow img {
    animation: pulse-soft 1.8s ease-in-out infinite;
}
@keyframes pulse-soft {
    0% {
        opacity: 0.7;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1.02);
    }
    100% {
        opacity: 0.7;
        transform: scale(0.98);
    }
}
@media (max-width: 576px) {
    .wsrd_div {
        width: 100%;
        padding: 1.8rem 1.2rem 2rem;
    }
    .wsrd_cashback_redirect_inner {
        font-size: 0.75rem;
        padding: 0.3rem 1.2rem;
    }
    .wsrd_loader_shopnow p {
        font-size: 0.95rem;
    }
}
/* WSRD */
/* ----------Webstore Page Styles---------- */

/* ----------Login Page Styles---------- */
.login-box-container {
    background: linear-gradient(#141e30, #243b55);
    padding: 60px 0;
}
.login-box {
    width: 40%;
    padding: 30px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}
.log_logo {
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
.log_logo img {
    width: 100%;
    height: auto;
}
.login-box h2 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.login-box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.login-box h6 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.login-box p {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.error_text {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.user-box {
    position: relative;
}
.username-box::before {
    content: "\f007";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 16px;
}
.password-box::before {
    content: "\f023";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 16px;
}
.email-box::before {
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 16px;
}
.phone-box::before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 16px;
}
.user-box input {
    width: 100%;
    padding: 10px 35px 10px 30px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
    box-sizing: border-box;
}
.user-box input::placeholder {
    font-size: 14px;
}
.user-box label {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    pointer-events: none;
    transition: 0.5s;
}
.user-box input:focus ~ label,
.user-box input:not(:placeholder-shown) ~ label {
    top: -20px;
    left: 30px;
    color: #f7941d;
    font-size: 12px;
}
.password-toggle {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    z-index: 2;
}
.password-toggle:hover {
    color: #f7941d;
}
.log_link {
    color: #f7941d;
    font-size: 14px;
    text-decoration: none;
    display: block;
}
.select-box {
    position: relative;
}
.company-box::before {
    content: "\f0b1";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}
.country-box::before {
    content: "\f0ac";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}
.gender-box::before {
    content: "\f007";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}
.select-box::after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}
.select-box select {
    width: 100%;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.select-box select:focus {
    border-bottom: 1px solid #f7941d;
}
.select-box:has(select:focus)::after {
    transform: rotate(180deg);
}
.select-box select option {
    background: #141e30;
    color: #fff;
}
.select-box label {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    pointer-events: none;
    transition: 0.5s;
}
.select-box select:focus ~ label,
.select-box select:valid ~ label {
    top: -20px;
    left: 30px;
    color: #f7941d;
    font-size: 12px;
}
/* ----------Login Page Styles---------- */

/* ---------- Old Styles ---------- */
/* logo in paragraph */
span.logo_01 {
    color: #4e85b9;
    font-weight: 500;
}
span.logo_02 {
    color: #333333;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    padding-right: 2px;
}
span.logo_03 {
    color: #f6921c;
    font-weight: 500;
}
.whoProshopper p {
    line-height: 1.6em;
    font-size: 14px;
}
.whoProshopper h4 {
    font-weight: bold;
    color: #242424;
    font-size: 34px;
    margin: 0px 0 15px 0;
}
.whoProshopper img {
    display: inline;
}
.content_space4 {
    background: #f7f7f7;
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 30px !important;
}
.fastTrackDisc3 h2 {
    font-weight: bold;
    color: #242424;
    font-size: 34px;
    margin: 0px 0 15px 0;
}
.fastTrackDisc3 h2 span {
    width: 100%;
    font-weight: normal;
    float: left;
    font-size: 18px;
}
.fastTrackDisc3 p {
    text-align: justify;
}
.fastTrackDiscIMG img {
    display: inline;
}
.team_image_wrapper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #f6921c;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    clip-path: circle(50% at 50% 50%);
}
.team_image_wrapper img {
    width: 100%;
    height: auto;
}
.our_team_details_desc p {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5rem;
}
.contact_img {
    height: 600px;
}
.contact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.roshan_Btn {
    font-size: 12px;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    border-radius: 25rem;
    text-decoration: none;
    display: inline-block;
    /* background-image: linear-gradient(#f69522, #f69522); */
    background-image: linear-gradient(#f8971c, #fdce14);
    color: #000000;
    border: 0;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
a.roshan_Btn:hover,
a.roshan_Btn:focus {
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(#f69522, #f69522);
    color: #fff;
    border: 0;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
.banner-disc {
    width: 100%;
}

.banner-disc img {
    width: 100%;
}

/* Money Tree */
.main {
    margin: 0 auto;
    min-height: 400px;
    text-align: left;
}
.user_login_holder {
    padding: 70px 0;
    float: left;
    width: 100%;
}
.userLog_space {
    padding: 0 0 30px 0;
    float: left;
    width: 100%;
}
.myoffice_wraper h1 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
    color: #242424;
}
.myoffice_wraper p {
    margin-bottom: 5px;
}
.preferred_black {
    color: #242424;
    background-color: #ff8900;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    float: left;
    margin: 5px;
}
.affiliates_blue {
    color: #519ce2;
    background-color: #519ce2;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    float: left;
    margin: 5px;
}
.mainNav {
    background: #f5f5f5;
    width: 100%;
    font-size: 14px;
}
.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* border-bottom: 1px solid #f5f5f5; */
}
.mainNav ul li {
    border-bottom: 1px solid #dedede;
    line-height: 0px;
    padding-left: 15px;
}
.mainNav>ul>li:first-child {
    padding-left: 0px;
}
.mainNav ul li a {
    color: #242424;
    display: flex;
    font-size: 1.1em;
    line-height: normal;
    padding: 12px 20px;
    text-decoration: none;
}
ul li.has-subnav .accordion-btn {
    color: #242424;
    font-size: 14px;
}
.summary_col1 {
    color: #4c4c4c;
    font-weight: 700;
    font-size: 16px;
}
.summary_col3 {
    color: #242424;
    font-weight: 700;
}
.summary_info p {
    color: #f69522;
    font-weight: 600;
    margin-bottom: 0;
}
.summary_info tr:nth-child(1) {
    background-color: #f7f7f7;
}
/* Money Tree */
/* My Wallet */
.well.walletSummary {
    background: #4e85b9;
    color: #fff;
    border: 0;
    margin-bottom: 0;
    min-height: 400px;
}
.walletSummary table tr.active>td {
    background-color: transparent;
    color: #fcff12;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.walletSummary table tr td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    font-size: 16px;
}
.walletSummary .small {
    font-size: 11px;
    width: 100%;
    display: block;
    margin: 0;
    color: #e2e2e2;
}
.walletSummary .midium {
    font-size: 11px;
    width: 100%;
    margin: 0 0 0 5px;
    color: #e2e2e2;
}
.well.requestWithdrawal {
    background: #f9fbfd;
    border: 1px solid #dcd6d6;
    margin-bottom: 0;
    min-height: 422px;
}
.requestWithdrawal h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.requestWithdrawal input, .requestWithdrawal select, .requestWithdrawal button {
    height: 40px;
    font-size: 14px;
    font-weight: 500;
}
.ewallet_table tbody tr td {
    background-color: #4e85b9;
    color: #FFF;
}
table.table.inner_tbl {
    background-color: transparent;
    margin: 0;
}
table.inner_tbl tr td {
    border-bottom: 0px;
    padding: 2px 0 2px 15px;
    font-size: 14px;
    background-color: #4e85b9;
}
/* My Wallet */

/* Office Page Contents */
.title-page h1, .page-title h1, .page-title h2 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #3c3c3c;
}
.note_text {
    font-size: 90%;
    font-weight: 600;
    margin-top: 20px;
}
.color-note-text {
    color: #f69522;
}
.page-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.fieldset {
    border: 1px solid #f2f2f2;
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}
.fieldset .legend {
    float: left;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #f2f2f2;
    background: #fff;
    color: #444443;
    margin: -33px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}
.form-list {
    list-style: none;
    padding: 0;
}
.form-list li {
    margin: 0 0 8px;
}
.form-list label {
    float: left;
    color: #666;
    font-weight: normal;
    position: relative;
    z-index: 0;
}
.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}
.form-list .input-box {
    display: block;
    clear: both;
    width: 100%;
}
.custom_roshan_input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    font-weight: 500;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.buttons-set {
    clear: both;
    margin: 20px 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #f2f2f2;
    text-align: right;
}
.buttons-set button.button {
    float: right;
    margin-left: 10px;
    background: none;
    border: none;
}
.input-group-text {
    font-size: 14px !important;
        height: 38px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom_roshan_btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
}
.digital_malaysia_wrap {
    margin-top: 50px;
}
.digital_malaysia_wrap img {
    width: 400px;
    margin: 30px 0 20px 0;
    border-radius: 4px;
    display: inline-block;
}
.motivationalVideos a {
    color: #0056b3;
}
.motivationalVideos a:hover {
    color: #fea238;
}
/* Office Page Contents */

/* Data Table Filter */
.filter_bar {
    background: #efefef;
    padding: 10px;
    float: left;
    width: 100%;
}
.filter_text {
    line-height: 34px;
}
.filter_info {
    float: left;
    margin-right: 5px;
}
.filter_info_select {
    min-width: 120px;
    max-width: 220px;
}
button.roshan-filter-btn {
    font-size: 16px;
    background: #fff;
    color: #444444;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    text-transform: uppercase;
    line-height: 24px;
    border-radius: 4px;
    text-decoration: none;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}
.filter_bar form {
    display: inline;
}
.table-bordered thead tr th, .table-bordered tbody tr td {
    border: 1px solid #dee2e6;
}
/* Data Table Filter */

/* ---------- Old Styles ---------- */

/* ---------- Office Styles ---------- */
/* .office_main_nav {
        position: fixed;
    top: 80px;
    z-index: 1050;
    width: 100%;
} */
.office_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.office_btn_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ofc_menu {
    display: flex;
    gap: 20px;
    align-items: center;
}
.ofc_menu_link {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}
.ofc_menu_link:hover, .ofc_menu_link.active {
    color: #0a1e42;
}
#ofc-dropdown-menu .dropdown-item:hover {
    background-color: #0d6efd !important;
    color: #ffffff !important;
}
#ofc-dropdown-arrow {
    width: 16px;
    margin-top: 4px;
    margin-left: 4px;
    transition: transform 0.2s ease;
}
.rotate-180 {
    transform: rotate(180deg);
}
#ofc-menu-btn {
    display: none;
    color: #ffffff;
}
.dashboard-card {
    min-height: 100px;
    transition: all 0.2s ease;
}
.dashboard-card:hover {
    transform: translateY(-3px);
    color: #fff !important;
}
.bg-sky {
    background-color: #0369a1;
}
.bg-red {
    background-color: #ef4444;
}
.bg-orange {
    background-color: #fb923c;
}
.bg-lime {
    background-color: #4d7c0f;
}
.bg-violet {
    background-color: #8b5cf6;
}
.bg-pink {
    background-color: #ec4899;
}
.bg-teal {
    background-color: #0d9488;
}
.bg-sky-light {
    background-color: #0ea5e9;
}
.bg-yellow {
    background-color: #facc15;
}
.ofc_dash_icon {
    height: 60px;
    width: 60px;
}
/* ---------- Office Styles ---------- */

/* ---------- Content Page Styles ---------- */
.tc-subcard {
    display: flex;
    gap: 1rem;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 1.1rem 1.3rem;
    margin-bottom: 1rem;
}
.tc-subnum {
    flex-shrink: 0;
    min-width: 38px;
    height: 28px;
    padding: 0 0.4rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #1f6fd6, #1557ad);
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tc-subcard h6 {
    font-weight: 700;
    font-size: 0.92rem;
    color: #1e293b;
    margin-bottom: 0.55rem;
}
.tc-subcard p {
    font-size: 14px;
    line-height: 1.8;
    color: #3a4658;
    margin-bottom: 0.65rem;
}
.tc-subcard p:last-child {
    margin-bottom: 0;
}
.tc-list {
    font-size: 14px;
    line-height: 1.85;
    color: #3a4658;
    padding-left: 1.1rem;
    margin-bottom: 0;
}
.tc-list li {
    margin-bottom: 0.35rem;
}
.tc-list li:last-child {
    margin-bottom: 0;
}
.tc-perk-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.tc-perk {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #fff;
    border: 1px solid #dbe8fb;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1557ad;
}
.tc-perk i {
    color: #f26b1d;
}

.pp-subcard {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 1.1rem 1.3rem;
    margin-bottom: 1rem;
}
.pp-subcard h6 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    color: #1557ad;
    margin-bottom: 0.6rem;
}
.pp-subcard h6 i {
    color: #f26b1d;
    font-size: 0.85rem;
}
.pp-subcard p {
    font-size: 14px;
    line-height: 1.8;
    color: #3a4658;
    margin-bottom: 0.7rem;
}
.pp-subcard p:last-child {
    margin-bottom: 0;
}
.wsd_header_top {
    margin-bottom: 2rem;
    align-items: stretch;
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.header-brand img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s;
    max-width: 220px;
}
.header-brand img:hover {
    transform: scale(1.01);
}
.deal-center {
    background: #f0f6fe;
    border-radius: 28px;
    padding: 1.2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    text-align: center;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.02);
}
.cashback-badge {
    background: #1e2f4e;
    color: #f6c343;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 0.3rem 1.2rem;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}
.deal-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0b1a2e;
    margin: 0.2rem 0 0.6rem;
    letter-spacing: -0.3px;
}
.btn-group-custom {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: center;
}
.btn-custom {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1.8rem;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid transparent;
    background: white;
    color: #1e2f4e;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}
.btn-custom-primary {
    background: #1e2f4e;
    color: white;
    box-shadow: 0 6px 14px rgba(27, 55, 96, 0.15);
}
.btn-custom-primary i {
    color: #f6c343;
}
.btn-custom-primary:hover {
    background: #14243b;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(20, 40, 70, 0.15);
    color: white;
}
.btn-custom-outline {
    background: transparent;
    border-color: #cbd8e6;
    color: #1e2f4e;
}
.btn-custom-outline:hover {
    background: #eaf0f8;
    border-color: #a0b8cf;
    color: #0b1a2e;
}
.stats-panel {
    background: #fafcff;
    border-radius: 28px;
    padding: 0.8rem 0.5rem;
    border: 1px solid #e8eef6;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.stat-items {
    text-align: center;
    padding: 0.2rem 0.4rem;
    flex: 1 0 80px;
}
.stat-label {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #4e85b9;
    display: block;
}
.stat-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0b1a2e;
    letter-spacing: -0.2px;
}
.stat-note {
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    color: #4e85b9;
    background: #eef4fb;
    padding: 0.4rem 0.8rem;
    border-radius: 40px;
    margin-top: 0.4rem;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.cb_wrapper1 {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 0.5rem 1rem;
    border-bottom: 1px solid #e9eef5;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.cb_wrapper1 span {
    font-size: 1.3rem;
    color: #6b85a0;
    opacity: 0.6;
    transition: 0.2s;
    cursor: default;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.cb_wrapper1 span.cb_active {
    color: #f2860f;
    opacity: 1;
    font-weight: 500;
}
.cb_wrapper1 span i {
    margin-right: 2px;
}
.cb_wrapper1 span .device-label {
    font-size: 0.8rem;
    font-weight: 500;
    margin-left: 2px;
}
.cb_wrapper1 span.cb_active .device-label {
    color: #f2860f;
}
.partnerdetails_disc2 {
    background: #f8faff;
    border-radius: 24px;
    padding: 1.8rem 2rem;
    margin-bottom: 1.8rem;
    border: 1px solid #e6edf6;
}
.partnerdetails_disc2 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #1f2f41;
    margin-bottom: 1.2rem;
    background: #eef4fb;
    border-radius: 20px;
    padding: 0.6rem 1rem;
}
.partnerdetails_disc2 h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #0b1a2e;
    margin-bottom: 0.8rem;
    letter-spacing: -0.2px;
}
.partnerdetails_disc2 h5 i {
    color: #4e85b9;
    margin-right: 8px;
}
.partnerdetails_disc2 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style-type: none !important;
}
.partnerdetails_disc2 ul li {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #1d3146;
    padding-left: 1.6rem;
    position: relative;
}
.partnerdetails_disc2 ul li::before {
    content: "●";
    color: #4e85b9;
    font-weight: 700;
    position: absolute;
    left: 0;
    font-size: 0.7rem;
    top: 2px;
}
.partnerdetails_disc2 ul li strong {
    color: #0b1a2e;
    font-weight: 600;
}
.highlight-box {
    background: #eef4fb;
    border-radius: 40px;
    padding: 0.6rem 1.5rem;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0b1a2e;
    margin-top: 0.3rem;
}
.highlight-box i {
    color: #e67e22;
    margin-right: 6px;
}
.wd-footer-btns {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    padding-top: 0.8rem;
    flex-wrap: wrap;
}
.wd_shopnow_cashback {
    margin: 0;
    font-weight: 600;
    color: #ff910e;
}
@media (max-width: 992px) {
    .header-brand img {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .deal-center {
        padding: 1rem;
    }
    .stats-panel {
        padding: 0.8rem;
    }
    .partnerdetails_disc2 {
        padding: 1.2rem;
    }
}
@media (max-width: 576px) {
    .wsd_header_top > div {
        margin-bottom: 0.8rem;
    }
    .header-brand {
        text-align: center;
    }
    .header-brand img {
        max-width: 200px;
        margin: 0 auto;
    }
}
.hec-list {
    font-size: 14px;
    line-height: 1.9;
    color: #3a4658;
    padding-left: 1.2rem;
}
.hec-income-row {
    margin-top: 1.5rem;
}
.hec-income-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    background: #fff;
    border-radius: 14px;
    padding: 1.2rem;
    height: 100%;
    box-shadow: 0 10px 26px -16px rgba(21, 87, 173, 0.3);
    border-left: 5px solid transparent;
}
.hec-income-card--green {
    border-left-color: #0e8f78;
}
.hec-income-card--blue {
    border-left-color: #1f6fd6;
}
.hec-income-card--orange {
    border-left-color: #f26b1d;
}
.hec-income-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
}
.hec-income-card--green .hec-income-icon {
    background: linear-gradient(135deg, #22c1a1, #0e8f78);
}
.hec-income-card--blue .hec-income-icon {
    background: linear-gradient(135deg, #34a3ff, #1557ad);
}
.hec-income-card--orange .hec-income-icon {
    background: linear-gradient(135deg, #f7941d, #f26b1d);
}
.hec-income-card h6 {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    color: #1e293b;
}
.hec-income-card p {
    font-size: 0.86rem;
    margin: 0;
    color: #52607a;
}
.hec-example-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px -18px rgba(242, 107, 29, 0.35);
    border: 1px solid #f4e3cd;
}
.hec-example-header {
    background: linear-gradient(135deg, #f7941d, #f26b1d);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.9rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.hec-example-table thead th {
    background: #1f6fd6;
    color: #fff;
    font-weight: 600;
    font-size: 0.82rem;
    text-align: center;
    border: none;
    padding: 0.8rem 0.6rem;
}
.hec-example-table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 0.88rem;
    padding: 0.7rem 0.6rem;
    border-color: #f1f5f9;
}
.hec-example-table tbody tr:nth-child(even):not(.hec-example-total) {
    background: #fbf8f3;
}
.hec-store {
    font-weight: 700;
    color: #1557ad;
}
.hec-collected {
    color: #f26b1d;
    font-weight: 700;
}
.hec-example-total {
    background: #fff2df !important;
    font-weight: 700;
}
.hec-webstore-card {
    background: linear-gradient(180deg, #101c33, #16223c);
    border-radius: 18px;
    padding: 2rem;
    text-align: center;
    color: #fff;
    box-shadow: 0 20px 45px -20px rgba(16, 28, 51, 0.6);
}
.hec-webstore-badge {
    display: inline-block;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #f7941d, #f26b1d);
    padding: 0.5rem 1.4rem;
    border-radius: 999px;
    margin-bottom: 1.2rem;
}
.hec-webstore-total {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 1rem;
    margin-bottom: 1.4rem;
    color: #ffd899;
}
.hec-webstore-total i {
    color: #f7941d;
    font-size: 1.2rem;
}
.hec-webstore-sub {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.2rem;
}
.hec-webstore-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}
.hec-mini-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.1rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    height: 100%;
}
.hec-mini-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
}
.hec-mini-icon--green {
    background: linear-gradient(135deg, #22c1a1, #0e8f78);
}
.hec-mini-icon--blue {
    background: linear-gradient(135deg, #34a3ff, #1557ad);
}
.hec-mini-icon--orange {
    background: linear-gradient(135deg, #f7941d, #f26b1d);
}
.hec-mini-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}
.hec-mini-value {
    font-weight: 700;
    font-size: 0.95rem;
}
.hec-matrix-wrap {
    border-radius: 14px;
    border: 1px solid #e6edf5;
    box-shadow: 0 8px 24px -12px rgba(21, 87, 173, 0.18);
    margin-top: 1rem;
}
.hec-matrix-table thead th {
    background: linear-gradient(135deg, #1f6fd6, #1557ad);
    color: #fff;
    font-weight: 600;
    font-size: 0.82rem;
    text-align: center;
    border: none;
    padding: 0.85rem 0.5rem;
}
.hec-matrix-table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 0.88rem;
    padding: 0.65rem 0.5rem;
    border-color: #eef2f7;
}
.hec-matrix-table tbody tr:nth-child(odd):not(.hec-matrix-total) {
    background: #f5f9ff;
}
.hec-level {
    display: inline-block;
    min-width: 46px;
    background: linear-gradient(135deg, #f7941d, #f26b1d);
    color: #fff;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
}
.hec-rate,
.hec-income {
    color: #1f6fd6;
    font-weight: 500;
}
.hec-matrix-total {
    background: #fff2df !important;
    font-weight: 700;
}
.hec-matrix-total-amount {
    color: #f26b1d;
    font-size: 1.05rem;
}
.hec-marketing-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px -18px rgba(21, 87, 173, 0.25);
}
.hec-marketing-row {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.65rem 0;
    font-size: 0.9rem;
    color: #3a4658;
    border-bottom: 1px dashed #eef2f7;
}
.hec-marketing-row:last-of-type {
    border-bottom: none;
}
.hec-marketing-row--highlight {
    background: #fff2df;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
    font-weight: 700;
    color: #f26b1d;
    border-bottom: none;
}
.hec-marketing-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #1f6fd6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}
.hec-marketing-row--highlight .hec-marketing-icon {
    background: #f26b1d;
}
.hec-marketing-footnote {
    margin: 0.9rem 0 0;
    font-size: 0.78rem;
    color: #64748b;
    text-align: center;
}
.hec-loyalty-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid #eef2f7;
}
@media (max-width: 576px) {
    .hec-webstore-card {
        padding: 1.4rem;
    }
}
.waa-income-row {
    margin: 0.5rem 0 1.5rem;
}
.waa-income-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 1.25rem;
    height: 100%;
    box-shadow: 0 10px 26px -18px rgba(21, 87, 173, 0.3);
}
.waa-income-card--highlight {
    border: 1px solid #fbdead;
    background: linear-gradient(180deg, #fffaf2, #ffffff);
}
.waa-income-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1f6fd6, #1557ad);
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}
.waa-income-card--highlight .waa-income-icon {
    background: linear-gradient(135deg, #f7941d, #f26b1d);
}
.waa-income-card h5 {
    font-weight: 700;
    font-size: 1rem;
    color: #1e293b;
    margin-bottom: 0.5rem;
}
.waa-income-card p {
    font-size: 0.86rem;
    line-height: 1.65;
    color: #52607a;
    margin: 0;
}
.custom_backgroung_bg{
    background-image: url(../img/signup_bg.png);
    background-size: cover;
}
/* ---------- Content Page Styles ---------- */
