#banner #login {
    max-width: 620px;
    margin-top: 22px !important;
}

#banner #login input {
    height: 60px;
    border-radius: 44px;
    border: 1px solid rgba(0, 0, 0, .16);
    background: #fff;
    color: #0b1220;
    font-weight: 600
}

#banner #login input::placeholder {
    color: rgba(11, 18, 32, .75)
}

#banner #login .icon img {
    opacity: 1
}

#banner #login .btn_has_icon .btn_icon {
    background: transparent !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important
}

#banner #login .meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 14px
}

#banner #login .form_link {
    color: #ffd166;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px
}

#banner #login .form-check-input {
    appearance: auto;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .6);
    background: #0000;
    vertical-align: middle
}

#banner #login .actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 14px
}

#banner #login .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 0;
    padding: 16px 26px;
    border-radius: 44px;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none
}

#banner #login .cta-primary {
    background: #ff2d2d;
    color: #fff;
    border: none
}

#banner #login .cta-outline {
    border: 2px solid #ff2d2d;
    color: #ff2d2d;
    background: transparent
}

#banner #login .separator {
    opacity: .6;
    margin: 12px 0 14px
}

@media (max-width:576px) {
    #banner #login .actions>* {
        flex: 1 1 160px
    }
}

.insights {
    padding: clamp(36px, 6vw, 72px) 0;
    position: relative;
}

.insights__head {
    text-align: center;
    margin-bottom: clamp(18px, 3vw, 28px);
}

.insights__title {
    font-size: clamp(20px, 2.4vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 6px;
    color: #fff;
}

.insights__sub {
    opacity: 0.8;
    margin: 0 auto;
    max-width: 720px;
    font-size: clamp(13px, 1.3vw, 16px);
    color: #ccc;
}

.insights__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 18px);
}

@media (max-width: 991.98px) {
    .insights__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .insights__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    #loginForm .form-group {
    position: relative;
    margin-bottom: 15px !important;
}
}

.insight {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: clamp(12px, 2vw, 18px);
    text-align: center;
    backdrop-filter: blur(6px);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.insight:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.16);
}


.insight__icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    display: grid;
    place-items: center;
    overflow: hidden;
}

.insight__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

/* SEO Optimized H2 Titles */
.insight__title {
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 700;
    margin: 6px 0 4px;
    color: #fff;
}

.insight__text {
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1.45;
    opacity: 0.85;
    max-width: 32ch;
    margin: 0 auto;
    color: #ccc;
}

/* Top & Bottom Subtle Dividers */
.insights::before,
.insights::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.insights::before {
    top: 0;
    opacity: 0.35;
}

.insights::after {
    bottom: 0;
    opacity: 0.18;
}

/* ===== Scoped to #payment_methods only ===== */
#payment_methods {
    padding: 32px 0;
    position: relative;
}

#payment_methods .def_content h2 {
    margin: 0 0 14px;
    font-size: clamp(22px, 2.6vw, 30px);
    color: var(--text-color, #fff);
    text-align: center;
}

#payment_methods .pay-grid {
    display: grid;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    max-width: 1100px;
}

#payment_methods .pay-card {
    display: grid;
    place-items: center;
    row-gap: 8px;
    min-height: 110px;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 14px;
    background: var(--secondary-color, #121212);
    color: var(--text-color, #fff);
    border: 1px solid color-mix(in oklab, var(--primary-color, #6e1fff) 26%, #fff 6%);
    transition: transform .18s, box-shadow .18s, border-color .18s;
}

#payment_methods .pay-card:hover {
    transform: translateY(-3px);
    border-color: var(--primary-color, #6e1fff);
    box-shadow: 0 6px 18px color-mix(in oklab, var(--primary-color, #6e1fff) 30%, #000 60%);
}

#payment_methods .pay-logo {
    height: 34px;
    width: auto;
    object-fit: contain;
    display: block;
}

#payment_methods .pay-label {
    font-size: .92rem;
    opacity: .92;
    text-align: center;
    line-height: 1.2;
}

/* Inline SVGs size */
#payment_methods .pay-svg {
    height: 34px;
    width: auto;
    display: block;
}

/* optional fade-in */
#payment_methods .pay-card {
    animation: pmFade .25s ease-in both;
}

@keyframes pmFade {
    from {
        opacity: .0;
        transform: translateY(3px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.rezz-directory {
    background: #0b0f1a;
    color: #fff;
    padding: 32px 20px;
    border-radius: 18px;
    margin: 25px 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif
}

.rezz-directory h2 {
    font-size: 1.45rem;
    text-align: center;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #ff2d2d, #6e1fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rezz-directory .intro {
    text-align: center;
    font-size: .9rem;
    opacity: .8;
    margin-bottom: 20px;
}

.rezz-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.rezz-grid a {
    display: block;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .05);
    color: #e2e8f0;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: .84rem;
    line-height: 1.25;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rezz-grid a:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    transform: translateY(-2px);
}

@media(max-width:640px) {
    .rezz-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rezz-directory h2 {
        font-size: 1.1rem;
    }

    .rezz-directory .intro {
        font-size: .8rem;
    }
}

.particle-snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.particle-snow canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.christmas-garland {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    padding: 0;
    pointer-events: none;
    width: 100%;
    height: 85px
}

.christmas-garland .christmas-garland__item {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 20px
}

.christmas-garland .christmas-garland__item .shape {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.christmas-garland .christmas-garland__item .apple {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px
}

.christmas-garland .christmas-garland__item .pear {
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px
}

.christmas-garland .christmas-garland__item:nth-child(2n+1) .shape {
    -webkit-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.christmas-garland .christmas-garland__item:nth-child(4n+2) .shape {
    -webkit-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s
}

.christmas-garland .christmas-garland__item:nth-child(odd) .shape {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s
}

.christmas-garland .christmas-garland__item:nth-child(3n+1) .shape {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s
}

.christmas-garland .christmas-garland__item:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    top: -1px;
    left: 9px
}

.christmas-garland .christmas-garland__item:after {
    content: "";
    top: -9px;
    left: 14px;
    position: absolute;
    width: 52px;
    height: 18px;
    border-bottom: solid #222 2px;
    border-radius: 50%
}

.christmas-garland .christmas-garland__item:last-child:after {
    content: none
}

.christmas-garland .christmas-garland__item:first-child {
    margin-left: -40px
}

/* ===========================
TOKENS / FALLBACKS
=========================== */
:root {
    --accent: #e01111;
    --primary: #6e1fff;
    --card-bg: #121212;
    --card-border: #232323;
    --text: #e5e7eb;
    --muted: #cfcfcf;
    --container-max: 1200px;
}

/* =========================================================
BLOG PAGE – CARD LISTING (image, title, snippet, button)
========================================================= */
.blog_card {
    border-radius: 10px;
    background: #111;
    border: 1px solid var(--card-border);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-image-wrapper {
    position: relative;
    width: 100%;
    height: 215px;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--card-border);
}

.blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-image-wrapper .title-fallback {
    position: absolute;
    text-align: center;
    padding: 16px;
    width: 100%;
    display: none;
}

.blog-image-wrapper.no-image {
    background: #111;
}

.blog-image-wrapper.no-image .title-fallback {
    display: block;
}

.blog-image-wrapper.no-image .fallback-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

/* hide title under image unless no image present */
.blog_card .card-title {
    display: none;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    transition: color .3s;
}

.blog_card .card-title:hover {
    color: var(--primary);
}

.blog-image-wrapper.no-image~.card-body .card-title {
    display: block;
}

/* normalize & clamp post preview */
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    color: #ccc;
    font-size: .95rem;
}

.blog_card .post-snippet * {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    color: inherit !important;
}

.blog_card .post-snippet img,
.blog_card .post-snippet iframe,
.blog_card .post-snippet table,
.blog_card .post-snippet pre,
.blog_card .post-snippet code,
.blog_card .post-snippet blockquote,
.blog_card .post-snippet h1,
.blog_card .post-snippet h2,
.blog_card .post-snippet h3,
.blog_card .post-snippet h4,
.blog_card .post-snippet h5,
.blog_card .post-snippet h6 {
    display: none !important;
}

.blog_card .post-snippet {
    max-height: 6.2em;
    overflow: hidden;
    position: relative;
}

.blog_card .post-snippet::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5em;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0), rgba(17, 17, 17, .95));
}

/* Read More button (force visible) */
.btn_blog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: var(--accent);
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .92rem;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 6px;
    transition: background .3s, transform .2s;
}

.btn_blog *,
.btn_blog .icon {
    color: #fff !important;
}

.btn_blog:hover {
    background: #c90a00;
    transform: translateY(-2px);
}

.btn_blog .icon {
    margin-left: 6px;
    font-size: 14px;
}

.blog_card:hover {
    transform: translateY(-4px);
    transition: transform .25s, box-shadow .25s;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
}

@media (max-width: 992px) {
    .blog-image-wrapper {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .blog-image-wrapper {
        height: 150px;
    }
}

@media (max-width: 576px) {
    .blog-image-wrapper {
        height: 130px;
    }
}

/* =========================================================
UNIFORM BLOG TILES (grid cards like “How it works”)
— neutralizes any old accordion styles
========================================================= */
.blog-box-content {
    max-height: none !important;
}

.blog-box-header::after {
    content: none !important;
}

.blog-box.expanded {
    grid-column: auto !important;
}

/* ============ Expandable Blog Tiles ============ */
.blog-section {
    --teaser-lines: 3;
    /* how many lines to show when collapsed */
    --lh: 1.55;
    /* line-height used for the calc */
    --tile-min: 330px;
    --gap: 22px;
    --accent: #e01111;

    max-width: 1200px;
    margin: 20px auto;
    padding: 0 18px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--tile-min), 1fr));
    gap: var(--gap);
}

.blog-box {
    background: #121212;
    border: 1px solid #232323;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    /* allow growth when expanded */
    min-height: 230px;
    /* was height:230px;  -> changed to min-height */
    transition: transform .2s, box-shadow .25s, border-color .25s;
}

.blog-box::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), #ff5a3d);
}

.blog-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
    border-color: rgba(224, 17, 17, .55);
}

/* Header (click target) */
.blog-box-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px 8px;
    cursor: pointer;
}

.blog-box-header i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-grid !important;
    place-items: center;
    border-radius: 8px;
    color: var(--accent);
    background: rgba(224, 17, 17, .10);
    border: 1px solid rgba(224, 17, 17, .35);
    font-size: 14px;
}

.blog-box-header h2 {
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 1.02rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* caret */
.blog-box-header::after {
    content: "▾";
    margin-left: auto;
    color: #9b9b9b;
    font-size: 14px;
    transition: transform .2s ease, color .2s ease;
}

.blog-box.expanded .blog-box-header::after {
    transform: rotate(180deg);
    color: var(--accent);
}

/* Collapsed body (teaser) — uses !important to beat any old override */
.blog-box-content {
    padding: 6px 16px 14px;
    color: #cfcfcf;
    font-size: .96rem;
    line-height: var(--lh);
    max-height: calc(var(--teaser-lines) * var(--lh) * 1em) !important;
    overflow: hidden;
    transition: max-height .35s ease;
    position: relative;
}

/* soft fade on collapse */
.blog-box:not(.expanded) .blog-box-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.1em;
    background: linear-gradient(to bottom, rgba(18, 18, 18, 0), rgba(18, 18, 18, 1));
    pointer-events: none;
}

/* Optional: make expanded card span full row for comfy reading. 
If you prefer it to stay in its column, comment this out. */
.blog-box.expanded {
    grid-column: 1 / -1;
}

@media (max-width:640px) {
    .blog-box {
        min-height: 220px;
    }
}

/* =========================================================
SERVICES HUB (tabs + chips)
========================================================= */
#services-hub {
    position: relative;
}

.services-hub .sh-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 16px;
    background: #0b0b0f;
    color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .05), 0 12px 32px rgba(0, 0, 0, .35);
}

.services-hub .sh-title {
    margin: 0 0 14px;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
}

.services-hub .sh-platforms {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 14px;
    overflow-x: auto;
    padding: 10px 4px 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    scrollbar-width: thin;
}

.services-hub .sh-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #16161c;
    color: #fff;
    border-radius: 999px;
    font: 600 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial;
    transition: .2s;
}

.services-hub .sh-tab .ico {
    font-size: 18px;
    line-height: 1;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .2));
}

.services-hub .sh-tab[aria-selected="true"] {
    background: #6e1fff;
    border-color: #6e1fff;
    box-shadow: 0 6px 18px rgba(110, 31, 255, .35);
}

.services-hub .sh-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 16px;
    margin-top: 16px;
}

@media (max-width:1024px) {
    .services-hub .sh-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:640px) {
    .services-hub .sh-grid {
        grid-template-columns: 1fr;
    }
}

.services-hub .svc-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px;
    min-height: 48px;
    border-radius: 10px;
    background: #121218;
    border: 1px solid rgba(255, 255, 255, .10);
    color: #fff;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s, border-color .15s;
}

.services-hub .svc-chip:hover {
    transform: translateY(-2px);
    border-color: #6e1fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .28);
}

.services-hub .svc-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.services-hub .svc-see {
    flex: 0 0 auto;
    padding: 6px 12px;
    border-radius: 999px;
    background: #6e1fff;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 6px 14px rgba(110, 31, 255, .4);
}

/* =========================================================
COUNTRY LINKS GRID (flags)
========================================================= */
#country-smm {
    padding: 32px 0;
}

#country-smm .csmm-wrap {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 12px;
}

#country-smm .csmm-title {
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 800;
    margin: 0 0 .25rem;
    color: #fff;
}

#country-smm .csmm-sub {
    color: #6b7280;
    font-size: clamp(14px, 1.3vw, 16px);
    margin: 0 0 16px;
}

.country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.country-card {
    margin: 0;
}

.country-link {
    --card-h: 120px;
    display: grid;
    place-items: center;
    text-align: center;
    gap: 10px;
    padding: 14px;
    height: var(--card-h);
    border-radius: 12px;
    text-decoration: none;
    background: #0b1220;
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    transition: transform .15s, background .15s, border-color .15s;
}

.country-link:hover {
    transform: translateY(-2px);
    background: #111a2a;
    border-color: rgba(255, 255, 255, .16);
}

.country-link:focus-visible {
    outline: 2px solid #8b5cf6;
    outline-offset: 2px;
}

.flag-img {
    width: 44px;
    aspect-ratio: 4/3;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .1) inset;
}

.country-link .label {
    color: var(--text);
    font-size: 15px;
    line-height: 1.3;
}

@media (min-width:800px) {
    .country-link .label {
        font-size: 16px;
    }

    .flag-img {
        width: 50px;
    }
}

/* =========================================================
PAYMENT METHODS GRID
========================================================= */
#payment_methods {
    padding: 32px 0;
}

#payment_methods .def_content h2 {
    margin: 0 0 14px;
    font-size: clamp(22px, 2.6vw, 30px);
    color: #fff;
    text-align: center;
}

#payment_methods .pay-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

#payment_methods .pay-card {
    display: grid;
    place-items: center;
    row-gap: 8px;
    min-height: 110px;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 14px;
    background: #121212;
    color: #fff;
    border: 1px solid rgba(110, 31, 255, .26);
    transition: transform .18s, box-shadow .18s, border-color .18s;
}

#payment_methods .pay-card:hover {
    transform: translateY(-3px);
    border-color: #6e1fff;
    box-shadow: 0 6px 18px rgba(110, 31, 255, .3);
}

#payment_methods .pay-logo,
#payment_methods .pay-svg {
    height: 34px;
    width: auto;
    display: block;
    object-fit: contain;
}

#payment_methods .pay-label {
    font-size: .92rem;
    opacity: .92;
    text-align: center;
    line-height: 1.2;
}

/* =========================================================
FREE SERVICES (turn raw list into neat cards)
========================================================= */
#free-services {
    background: linear-gradient(180deg, #0b0f1a 0%, #0f1221 100%);
    color: #e7e9f3;
    padding: 24px 0;
}

#free-services .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

#free-services .srv {
    background: #11152b;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

#free-services .srv:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, .35);
    border-color: rgba(110, 31, 255, .55);
}

#free-services .srv-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #e7e9f3;
}

#free-services .platform {
    display: block;
    font-size: 12px;
    color: #aab0c0;
    margin-top: 2px;
}

#free-services .see-btn {
    appearance: none;
    border: 0;
    background: #6e1fff;
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#free-services .see-btn:hover {
    filter: brightness(1.08);
}

<style> :root {
    --rezz-red: #ff2d2d;
    --rezz-accent: #6e1fff;
    --bg: #0b0e14;
    --tile: #0f1520;
    --line: #1b2230;
    --text: #e8ecf5;
    --muted: #a6b0c3;
    --radius: 16px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.brand-panels {
    background: #000;
    padding: 48px 16px
}

.brand-panels .wrap {
    max-width: 1200px;
    margin: 0 auto
}

.brand-panels h2 {
    color: #fff;
    font-size: clamp(24px, 2.6vw, 36px);
    margin: 0 0 8px
}

.brand-panels .intro {
    color: var(--muted);
    margin: 0 0 22px
}

.brand-panels .grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width:1200px) {
    .brand-panels .grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:820px) {
    .brand-panels .grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:520px) {
    .brand-panels .grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.brand-panels .card {
    background: #0a1320;
    border: 1px solid #0f1b2d;
    border-radius: 14px;
    box-shadow: var(--shadow);
    overflow: hidden
}

.brand-panels .card-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    padding: 18px 10px;
    height: 100%;
    color: var(--text);
    text-align: center
}

.brand-panels .card strong {
    font-size: 15px;
    letter-spacing: .2px
}

.brand-panels .card em {
    font-style: normal;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35
}

.brand-panels .card:hover {
    border-color: #1e2a40;
    transform: translateY(-2px)
}

.brand-panels .card:hover .icon {
    transform: scale(1.06)
}

/* ICONS — fully scoped to .brand-panels to avoid global conflicts */
.brand-panels .icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--rezz-accent), var(--rezz-red));
    -webkit-mask: var(--i, none) center/70% 70% no-repeat;
    mask: var(--i, none) center/70% 70% no-repeat;
    transition: transform .2s ease;
}

.brand-panels .icon.crown {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M3 7l4 3 5-6 5 6 4-3v11H3z"/></svg>');
}

.brand-panels .icon.thunder {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M13 3L4 14h6l-1 7 9-11h-6z"/></svg>');
}

.brand-panels .icon.flag {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M5 3v18M7 4h10l-2 4 2 4H7z"/></svg>');
}

.brand-panels .icon.target {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 3a9 9 0 100 18 9 9 0 000-18zm0 4a5 5 0 110 10 5 5 0 010-10z"/></svg>');
}

.brand-panels .icon.bolt {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M13 2L3 14h7l-1 8 12-14h-8z"/></svg>');
}

.brand-panels .icon.portal {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><circle cx="12" cy="12" r="9"/><circle cx="12" cy="12" r="5"/></svg>');
}

.brand-panels .icon.fire {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M13 3s3 3 3 6a4 4 0 11-8 0C8 6 11 3 11 3s-2 6 1 8 7-1 1-8z"/></svg>');
}

.brand-panels .icon.hub {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 3l4 7h7l-6 4 2 7-7-4-7 4 2-7-6-4h7z"/></svg>');
}

.brand-panels .icon.boxes {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M3 12l6-3 6 3-6 3-6-3zm6-7l6 3-6 3-6-3 6-3zm0 14l6-3 6 3-6 3-6-3z"/></svg>');
}

.brand-panels .icon.chat {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M3 5h18v10H7l-4 4V5z"/></svg>');
}

.brand-panels .icon.rank {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M4 20h4V8H4v12zm6 0h4V4h-4v16zm6 0h4v-7h-4v7z"/></svg>');
}

.brand-panels .icon.star {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 3l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>');
}

.brand-panels .icon.globe {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><circle cx="12" cy="12" r="9"/><path d="M3 12h18M12 3a14 14 0 010 18"/></svg>');
}

.brand-panels .icon.panel {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><rect x="4" y="5" width="16" height="14" rx="2"/></svg>');
}

.brand-panels .icon.gift {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M3 8h18v4H3zm2 4h14v8H5zM8 8V5a3 3 0 016 0v3"/></svg>');
}

.brand-panels .icon.usa {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M3 6h18v12H3z M3 9h18M3 12h18M3 15h18"/></svg>');
}

.brand-panels .icon.heart {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 21S3 14 3 8a5 5 0 019-3 5 5 0 019 3c0 6-9 13-9 13z"/></svg>');
}

.brand-panels .icon.only {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M6 12h12M12 6v12"/></svg>');
}

.brand-panels .icon.badge {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><circle cx="12" cy="12" r="9"/><path d="M8 12l2 2 4-4"/></svg>');
}

.brand-panels .icon.shield {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 3l8 3v6c0 5-3.5 8.5-8 9-4.5-.5-8-4-8-9V6z"/></svg>');
}

.brand-panels .icon.trophy {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M7 4h10v3a5 5 0 01-4 5v3h3v3H8v-3h3v-3a5 5 0 01-4-5V4z"/></svg>');
}

.brand-panels .icon.follow {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 12a4 4 0 100-8 4 4 0 000 8zm-7 9a7 7 0 0114 0H5z"/></svg>');
}

.brand-panels .icon.arrows {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M7 7l5-5 5 5M7 17l5 5 5-5"/></svg>');
}

.brand-panels .icon.go {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M4 12h16M12 4l8 8-8 8"/></svg>');
}

.brand-panels .icon.tag {
    --i: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M3 10l7-7h6l5 5-10 10L3 10z"/></svg>');
}

@media (max-width:640px) {

    .services-hub .sh-grid>*,
    #free-services .services-grid>*,
    #payment_methods .pay-grid>*,
    #country-smm .country-grid>*,
    .blog-section>* {
        min-width: 0 !important;
    }

    .services-hub .sh-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .services-hub .svc-chip {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 10px !important;
        overflow: hidden !important;
    }

    .services-hub .svc-chip>* {
        min-width: 0 !important;
    }

    .services-hub .svc-name {
        font-size: 13px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    .services-hub .svc-see {
        padding: 6px 10px !important;
        font-size: 11px !important;
    }

    #free-services .services-grid {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    #free-services .srv {
        padding: 10px !important;
        gap: 6px !important;
    }

    #free-services .srv-title {
        font-size: 12px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    #country-smm .country-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    #country-smm .country-link {
        padding: 10px !important;
        gap: 8px !important;
    }

    #country-smm .country-link .label {
        font-size: 12.5px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    #payment_methods .pay-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    #payment_methods .pay-card {
        min-height: 82px !important;
        padding: 10px !important;
    }

    #payment_methods .pay-logo,
    #payment_methods .pay-svg {
        max-width: 78px !important;
        max-height: 22px !important;
        object-fit: contain !important;
    }

    #payment_methods .pay-label {
        font-size: 12.5px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    #rules,
    .rules,
    .rules-section {
        position: relative !important;
        z-index: 1 !important;
    }

    #rules *,
    .rules *,
    .rules-section * {
        max-height: none !important;
        -webkit-line-clamp: unset !important;
        overflow: visible !important;
        white-space: normal !important;
        text-overflow: clip !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
}

@media (max-width:400px) {
    #free-services .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width:340px) {
    #free-services .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.main-title {
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    color: #fff;
    font-style: normal;
}

.main-title span {
    display: block;
}

.small_title {
    font-size: clamp(24px, 3.8vw, 42px);
    font-weight: 800;
    line-height: 1.25;
    margin: 10px 0 0;
    color: #ffd166;
}

.small_title span {
    display: block;
    white-space: nowrap;
}

.banner_login_part {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 570px !important;
    margin: 0 auto !important;
}

#banner #login .meta-row label {
    cursor: pointer !important;
    color: #fff !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
}

#loginForm .form-group {
    position: relative;
    margin-bottom: 0 !important;
}

#loginForm .has_icon .icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px !important;
}

#loginForm .has_icon .icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

#banner #login .btn_has_icon .btn_icon img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
}

#banner #login .separator {
    opacity: .6;
    margin: 12px 0 14px;
    color: #fff !important;
}

.donot_txt {
    text-align: left;
    color: #fff;
}

.text_btn {
    color: #ffd166;
    text-decoration: none;
    font-weight: 700;
}

.testimonialSlider .swiper-wrapper {
    transition-duration: 0ms;
    transform: translate3d(-590px, 0px, 0px);
    transition-delay: 0ms;
}

.testimonialSlider .swiper-slide {
    width: 550px;
    margin-right: 40px
}

/* Scoped styles (won’t affect rest of site) */
#faq-usa-smm-panel {
    --faq-bg: #fff;
    --faq-card: #f7f9fc;
    --faq-border: #e6ecf4;
    --faq-text: #0b1220;
    --faq-muted: #5b6370;
    --faq-accent: #0d6efd;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px;
    color: var(--faq-text);
    font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial;
}

#faq-usa-smm-panel h1 {
    font-size: 1.9rem;
    margin: 6px 0 14px;
    letter-spacing: .2px;
}

#faq-usa-smm-panel .intro {
    color: var(--faq-muted);
    margin-bottom: 14px;
}

#faq-usa-smm-panel details {
    background: var(--faq-card);
    border: 1px solid var(--faq-border);
    border-radius: 12px;
    padding: 12px 14px;
    margin: 10px 0;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#faq-usa-smm-panel details[open] {
    background: #fff;
    box-shadow: 0 6px 18px rgba(13, 22, 45, .06);
    border-color: #d8e2ef;
}

#faq-usa-smm-panel summary {
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none;
}

#faq-usa-smm-panel summary::-webkit-details-marker {
    display: none;
}

#faq-usa-smm-panel summary:after {
    content: "›";
    margin-left: auto;
    transform: rotate(90deg);
    color: var(--faq-accent);
    font-weight: 700;
    transition: transform .2s;
}

#faq-usa-smm-panel details[open] summary:after {
    transform: rotate(-90deg);
}

#faq-usa-smm-panel p {
    margin: 10px 2px 2px;
    color: #2a2f37;
}

#faq-usa-smm-panel a {
    color: var(--faq-accent);
    text-decoration: none;
}

#faq-usa-smm-panel a:hover {
    text-decoration: underline;
}

.terms_title {
    margin-bottom: 20px !important;
    font-family: Poppins, sans-serif !important;
    color: rgb(185, 49, 13) !important;
    text-align: center !important;
}

.term_txt {
    font-family: Poppins, sans-serif !important;
    text-align: center !important;
    font-size: 15px !important;
}

.term_txt span {
    font-weight: 700 !important;
}

.card .card {
    border: 0 !important;
}

.hero-img {
    color: inherit !important;
    font-family: inherit !important;
    font-size: 30px !important;
}

.local_txt {
    margin-top: 10px !important;
}

#faq-usa-youtube {
    --faq-bg: #fff;
    --faq-card: #f7f9fc;
    --faq-border: #e6ecf4;
    --faq-text: #0b1220;
    --faq-muted: #5b6370;
    --faq-accent: #ff0000;
    max-width: 980px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    color: var(--faq-text) !important;
    font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial !important;
}

#faq-usa-youtube h1 {
    font-size: 1.9rem !important;
    margin: 6px 0 14px !important;
    letter-spacing: .2px !important;
}

#faq-usa-youtube .intro {
    color: var(--faq-muted) !important;
    margin-bottom: 14px !important;
}

#faq-usa-youtube details {
    background: var(--faq-card) !important;
    border: 1px solid var(--faq-border) !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    margin: 10px 0 !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

#faq-usa-youtube details[open] {
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(13, 22, 45, .06) !important;
    border-color: #d8e2ef !important;
}

#faq-usa-youtube summary {
    cursor: pointer !important;
    list-style: none !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#faq-usa-youtube summary::-webkit-details-marker {
    display: none !important;
}

#faq-usa-youtube summary:after {
    content: "›" !important;
    margin-left: auto !important;
    transform: rotate(90deg) !important;
    color: var(--faq-accent) !important;
    font-weight: 700 !important;
    transition: transform .2s !important;
}

#faq-usa-youtube details[open] summary:after {
    transform: rotate(-90deg) !important;
}

#faq-usa-youtube p {
    margin: 10px 2px 2px !important;
    color: #2a2f37 !important;
}

#faq-usa-youtube a {
    color: var(--faq-accent) !important;
    text-decoration: none !important;
}

#faq-usa-youtube a:hover {
    text-decoration: underline !important;
}

.about a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration: none;
}

.contact_box {
    text-align: center !important;
    font-family: 'Open Sans', sans-serif !important;
    padding: 50px 0 !important;
    background: #f8f9fa !important;
}

.contact_box h2 {
    font-size: 28px !important;
    color: #ff4c4c !important;
}

.contact_box p {
    color: #555;
    font-size: 16px !important;
    margin-top: 8px !important;
}

.table_contact {
    margin: 30px auto !important;
    text-align: left !important;
    color: #222 !important;
}

.table_contact .td_first {
    font-size: 22px !important;
}

.table_contact .td_2nd {
    font-size: 18px !important;
    padding-left: 10px !important;
    color: #222 !important;
}

.table_contact .td_2nd a {
    color: #25D366 !important;
    text-decoration: none !important;
}

.table_contact .td_2nd .blue {
    color: #6c63ff !important;
    text-decoration: none !important;
}

.chat_button {
    display: inline-block !important;
    background: #25D366 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-size: 16px !important;
}

.privacy_page {
    background: #fff4f4 !important;
    border-radius: 10px !important;
    padding: 30px !important;
    max-width: 900px !important;
    margin: 40px auto !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #333 !important;
    line-height: 1.7 !important;
}

.privacy_page h2 {
    color: #ff4c4c;
    font-size: 22px !important;
    text-align: center !important;
    margin-bottom: 25px !important;
}

.privacy_page h4 {
    color: #ff4c4c !important;
    margin-top: 25px !important;
}

.privacy_page a {
    color: #ff4c4c !important;
}

.smm_heading {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
    border: 0px solid rgb(217, 217, 227) !important;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px !important;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: rgba(69, 89, 164, .5) !important;
    --tw-ring-offset-shadow: 0 0 transparent !important;
    --tw-ring-shadow: 0 0 transparent !important;
    --tw-shadow: 0 0 transparent !important;
    --tw-shadow-colored: 0 0 transparent !important;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    color: #fff !important;
}

.smm_accent {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
    border: 0px solid rgb(217, 217, 227) !important;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity !important;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px !important;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: rgba(69, 89, 164, .5) !important;
    --tw-ring-offset-shadow: 0 0 transparent !important;
    --tw-ring-shadow: 0 0 transparent !important;
    --tw-shadow: 0 0 transparent !important;
    --tw-shadow-colored: 0 0 transparent !important;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    color: #fff !important;
}

.smm_emphasis {
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    color: #fff !important;
}

.smm_paragraph {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
    border: 0px solid rgb(217, 217, 227) !important;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: rgba(69, 89, 164, .5) !important;
    --tw-ring-offset-shadow: 0 0 transparent !important;
    --tw-ring-shadow: 0 0 transparent !important;
    --tw-shadow: 0 0 transparent !important;
    --tw-shadow-colored: 0 0 transparent !important;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    color: #fff !important;
}

.smm_subheading {
    border: 0px solid rgb(217, 217, 227) !important;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity !important;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px !important;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: rgba(69, 89, 164, .5) !important;
    --tw-ring-offset-shadow: 0 0 transparent !important;
    --tw-ring-shadow: 0 0 transparent !important;
    --tw-shadow: 0 0 transparent !important;
    --tw-shadow-colored: 0 0 transparent !important;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    font-weight: 600 !important;
    color: var(--tw-prose-bold) !important;
}

.smm_bold {
    font-weight: 700 !important;
}

.smm_accent {
    color: rgba(41, 100, 170, var(--tw-text-opacity)) !important;
    border: 0px solid rgb(217, 217, 227) !important;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
}

#faq-usa-support {
    --faq-bg: #fff !important;
    --faq-card: #f8f9fc !important;
    --faq-border: #e5e9f0 !important;
    --faq-text: #0e1624 !important;
    --faq-muted: #5f6673 !important;
    --faq-accent: #0070f3 !important;
    max-width: 980px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial !important;
    color: var(--faq-text) !important;
}

#faq-usa-support h1 {
    font-size: 1.9rem !important;
    margin: 6px 0 14px !important;
}

#faq-usa-support .intro {
    color: var(--faq-muted);
    margin-bottom: 14px;
}

#faq-usa-support details {
    background: var(--faq-card) !important;
    border: 1px solid var(--faq-border) !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    margin: 10px 0 !important;
    transition: all .25s ease !important;
}

#faq-usa-support details[open] {
    background: #fff !important;
    border-color: #d6dde6 !important;
    box-shadow: 0 6px 18px rgba(15, 20, 35, .06) !important;
}

#faq-usa-support summary {
    cursor: pointer !important;
    list-style: none !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#faq-usa-support summary::-webkit-details-marker {
    display: none !important;
}

#faq-usa-support summary:after {
    content: "›" !important;
    margin-left: auto !important;
    color: var(--faq-accent) !important;
    font-weight: 700 !important;
    transition: transform .25s !important;
}

#faq-usa-support details[open] summary:after {
    transform: rotate(-90deg) !important;
}

#faq-usa-support p {
    margin: 10px 2px 2px !important;
}

.before-login-content p a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.top_set {
    margin-top: 12pt !important;
    margin-bottom: 0pt !important;
    line-height: 1.38 !important;
    padding: 0pt 0pt 12pt !important;
}

.smm_h1 {
    font-size: 2.5rem !important;
    line-height: 1.5 !important;
    margin-top: 18.288px !important;
    margin-bottom: 13.716px !important;
    color: #fff !important;
    font-family: DeepSeek-CJK-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont !important;
}

.smm_paragraph {
    margin-top: 13.716px !important;
    margin-bottom: 13.716px !important;
    font-size: 16.002px !important;
    line-height: 28.575px !important;
    color: #fff !important;
    font-family: DeepSeek-CJK-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont !important;
}

.smm_paragraph_hero {
    color: #fff !important;
}

.smm_h3 {
    font-size: 18.288px !important;
    line-height: 1.5 !important;
    margin: 18.288px 0px 13.716px !important;
    color: #fff !important;
    font-family: DeepSeek-CJK-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont !important;
}

.smm_hr {
    height: 1px !important;
    margin: 32px 0px !important;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(229, 229, 229) !important;
    border-width: initial !important;
    border-style: none !important;
    border-top-color: initial !important;
    color: #fff !important;
    font-family: DeepSeek-CJK-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont !important;
    font-size: 16.002px !important;
}

.smm_h2 {
    font-size: 22.86px !important;
    line-height: 1.5 !important;
    margin: 18.288px 0px 13.716px !important;
    color: #fff !important;
    font-family: DeepSeek-CJK-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont !important;
}

.smm_list {
    margin: 13.716px 0px !important;
    padding-left: 27.432px !important;
    font-family: DeepSeek-CJK-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont !important;
    font-size: 16.002px !important;
    color: #fff !important;
}

.smm_list_p {
    line-height: 28.575px !important;
    margin-bottom: 0px !important;
    color: #fff !important;
}

.smm_li_margin {
    margin-top: 4px !important;
}

.ol_step {
    color: #fff !important;
}

.smm_h31 {
    font-size: 18.288px !important;
    line-height: 1.5 !important;
    margin: 18.288px 0px 13.716px !important;
    color: #fff !important;
    font-family: DeepSeek-CJK-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, ;
}

.smm_paragraph_canada {
    line-height: 1.38 !important;
    margin-top: 12pt !important;
    margin-bottom: 12pt #fff !important;
}

.smm_span_bold_hex {
    font-size: 13pt !important;
    font-family: Arial, sans-serif #fff !important;
    background-color: transparent !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-decoration: none !important;
    vertical-align: baseline !important;
    white-space: pre !important;
    white-space: pre-wrap !important;
}

.smm_span_normal_hex {
    font-size: 13pt !important;
    font-family: Arial, sans-serif #fff !important;
    background-color: transparent !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-decoration: none !important;
    vertical-align: baseline !important;
    white-space: pre !important;
    white-space: pre-wrap !important;
}

.smm_span_bold_rgb {
    font-size: 13pt !important;
    font-family: Arial, sans-serif !important;
    color: #fff !important;
    background-color: transparent !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-decoration: none !important;
    vertical-align: baseline !important;
    white-space: pre-wrap !important;
    font-weight: 700 !important;
}

.header_section {
    max-width: 1200px !important;
    margin: auto !important;
    padding: 20px !important;
    text-align: center !important;
}

.header {
    background-color: #5a4fdd !important;
    color: #fff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
}

.header h1 {
    font-size: 2.5em;
    margin-bottom: 10px !important;
}

.header p {
    font-size: 1.2em !important;
}

.contact-info {
    margin: 20px 0 !important;
    font-size: 1.1em !important;
}

.contact-info {
    color: #fff !important;
}

.button_yellow {
    color: #ffe135 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.contact-info span {
    color: #5a4fdd !important;
    font-weight: bold !important;
}

.feature-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
}

.feature {
    background-color: #fff !important;
    border-radius: 8px !important;
    padding: 20px !important;
    text-align: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.feature:hover {
    transform: translateY(-5px) !important;
}

.feature-icon {
    font-size: 40px !important;
    color: #5a4fdd !important;
    margin-bottom: 15px !important;
}

.feature-title {
    font-size: 1.4em !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    color: #333 !important;
}

.feature-description {
    font-size: 1em !important;
    color: #555 !important;
}

.earn_li {
    color: #fff;
}

.step_link {
    margin: 40px 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
}

.step_link a {
    display: none !important;
    /* Initially hidden */
    background-color: #25d366 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 1em !important;
    transition: background-color 0.3s !important;
}

#whatsapp-link {
    display: inline-block !important;
}

.wrap.section .links a:hover {
    background-color: #128c7e !important;
}

.blog-link {
    display: inline-block !important;
    background-color: #5a4fdd !important;
    color: #fff !important;
}

.conditions {
    background-color: #fff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin-top: 20px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    text-align: left !important;
}

.conditions h2 {
    font-size: 1.5em !important;
    color: #5a4fdd !important;
    margin-bottom: 10px !important;
}

.conditions p {
    font-size: 1.1em;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.conditions span {
    color: #5a4fdd !important;
    font-weight: bold !important;
}

.download_title {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
    margin-top: 50px !important;
    text-align: center;
    padding-bottom: 15px;
}

.blog {
    max-width: 700px !important;
    margin: auto !important;
    padding: 20px !important;
    text-align: left !important;
    background-color: white !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    color: #333 !important;
}

.blog h2 {
    color: #333 !important;
}

#timer {
    font-size: 20px !important;
    color: #ff0000 !important;
    margin-top: 20px !important;
    text-align: center;
}

#download {
    margin-top: 20px !important;
    padding: 10px 20px !important;
    background-color: #0049B7 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    cursor: not-allowed !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
}

#download.enabled {
    cursor: pointer;
    background-color: #003580 !important;
}

#download:hover {
    background-color: #003580 !important;
}

ol li a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
}

.smm100_h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #fff !important;
}

.smm100_h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #fff !important;
}

.smm100_bold {
    font-weight: 700 !important;
}

.smm5_bold {
    font-weight: 700 !important;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.earn_section {
    margin-top: 16px;
    margin-bottom: 0px;
    color: #fff;
    font-family: Inter, system-ui, sans-serif;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
}

.earn_h2_big {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 16px 0 0;
    line-height: 2rem;
    color: #fff;
    font-family: Inter, system-ui, sans-serif
}

.earn_h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 16px 0 0;
    line-height: 1.75rem;
    color: #fff;
    font-family: Inter, system-ui, sans-serif
}

.earn_para {
    margin-top: 16px;
    margin-bottom: 0px;
    color: #fff;
    font-family: Inter, system-ui, sans-serif
}

.earn_list {
    margin: 16px 0 0;
    padding: 0;
    color: #fff;
    font-family: Inter, system-ui, sans-serif;
    list-style-position: initial
}

.earn_li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}

.earn_bold {
    font-weight: 600
}

.earn_hr {
    box-sizing: border-box;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    margin: 16px 0 0;
    color: rgb(10, 10, 10);
    font-family: Inter, system-ui, sans-serif
}

.tw_vars {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
}

.tops_b {
    color: inherit;
    font-family: inherit;
}

.font_wrap {
    font-weight: 700 !important;
}

.card {
    background: #1a1a1a;
    border-color: #4c4c4c;
    border-radius: 10px;
    color: var(--text-white);
}

.term_txt_one span {
    font-weight: 700 !important;
}

.pricing-table {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
    text-indent: 0px;
    width: 955px;
}

.pricing-table-header {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
    background-color: rgba(245, 245, 245, 0.5);
}

.pricing-table thead {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
    background-color: rgba(245, 245, 245, 0.5);
}

.pricing-table-header-row {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
}

.pricing-table-header-cell {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.pricing-table-header-span {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
    color: #fff;
}

.pricing-table tbody {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
}

.pricing-table-row {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
}

.pricing-table-cell {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    scrollbar-width: thin;
    scrollbar-color: rgb(229, 229, 229) rgb(245, 245, 245);
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #fff;
}

.before-login-content p span {
    font-weight: 700;
}

.card.hero-img span {
    font-weight: 400 !important;
}

.wrap_footer {
    background: transparent !important;
}

.brand-highlight {
    color: var(--brand);
}

.text-center {
    text-align: center;
}

.hero-image-box {
    background: #fff;
    border: 1px solid #e6e8f5;
    border-radius: 16px;
    aspect-ratio: 16/11;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a6bf;
    margin-bottom: 20px;
}

.login-btn-custom {
    display: inline-block;
    width: auto;
    padding: 12px 28px;
    font-size: 16px;
}

.best {
    margin-top: 18px;
}

.mid_box img {
    max-width: 80px;
}

table {
    caption-side: bottom;
    border-collapse: separate;
    padding: 15px !important;
}

.iran_wrapper .card {
    padding: 20px;
    margin-top: 20px;
}

.iran_wrapper .btn.btn-ghost {
    color: #fff;
}

.iran_wrapper .muted {
    padding-top: 20px;
}

.hero-image-box img {
    border-radius: 12px;
}

.pakmain_page .cta-buttons a {
    color: #fff !important;
}

.pakmain_page .btn.large {
    color: #fff;
}

.paksmm_page a {
    color: #fff;
}

.reminder {
    position: relative;
}
.reminder #remember {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	border-radius: 12px !important;
	z-index: 1;
}
.forgot-password1,
.reminder-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 16px;
    border: 1px solid #303030;
    background: #1B1B1B;
}
.reminder #remember:checked + .reminder-icon {
	background: var(--primary-color);
}
.step_button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#loginForm .form-control {
	font-family: var(--primary-font);
	font-size: 16px;
	height: 60px;
	padding-left: 58px;
	outline: none !important;
	border: 1px solid #303030 !important;
	border-radius: 16px;
	color: var(--white);
	background: #1B1B1B;
}
#banner .btn-primary {
	border-radius: 16px;
	background: #FF3C38 !important;
	min-width: 132px;
	font-size: 16px;
}
.banner_form {
	border-radius: 24px;
	border: 1px solid #303030;
	background: #000;
	padding: 38px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.banner_form .col-sm-4 {
	padding-right: 0;
	width: 36%;
}
.banner_form .col-sm-4:last-child {
	width: 27%;
}
@media (max-width: 550px) {
       #loginForm .form-group {
    position: relative;
    margin-bottom: 15px !important;
}
.step_button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.forgot-password1, .reminder-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
}
}