/* GLOBAL ST content-only updates for existing CoinEx template
   Put this file in css/NewStyle.css and load after responsive.css */





html , body, h1, h2, h3, h4, h5, h6, p , span {
    font-family: "Inter", sans-serif!important;
    font-family: "IBM Plex Sans", sans-serif!important;
}

.menu li a {
   font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
   font-family: "IBM Plex Sans", sans-serif!important;
       font-weight: 500;
}


html {
    scroll-behavior: smooth;
}

/* Banner */
.globalst-banner {
    position: relative;
    padding: 170px 0 140px;
    background:
        radial-gradient(circle at 80% 30%, rgba(249, 183, 7, 0.18), transparent 32%),
        linear-gradient(135deg, #050816 0%, #101a2c 55%, #050816 100%);
    overflow: hidden;
}

.globalst-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.35;
}

.globalst-banner .container {
    position: relative;
    z-index: 2;
}

.globalst-banner h1 {
    font-size: 70px;
    line-height: 1.08;
    font-weight: 700;
}

.globalst-banner p {
    max-width: 650px;
    font-size: 18px;
    line-height: 30px;
}

.globalst-hero-box {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 25px 80px rgba(0,0,0,0.35);
}

.globalst-hero-box h2 {
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
}

/* Tables */
.globalst-table-wrap {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    background: var(--white);
}

.globalst-table {
    margin-bottom: 0;
    background: var(--white);
}

.globalst-table thead th {
    background: var(--iq-dark);
    color: var(--iq-primary);
    text-transform: uppercase;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.2);
}

.globalst-table td,
.globalst-table th {
    padding: 14px 16px;
    text-align: center;
    vertical-align: middle;
    border-color: var(--iq-light-border);
}

/* Wallet */
.globalst-wallet-box {
    background: var(--white);
    border: 1px solid var(--iq-light-border);
    padding: 35px 20px;
    font-size: 22px;
    font-weight: 600;
    color: var(--iq-title-text);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
}

.globalst-wallet-box:hover {
    transform: translateY(-5px);
    background: var(--iq-primary);
    color: var(--white);
}

/* Package note */
.globalst-pricing-note {
    text-align: left;
    min-height: 100%;
}

.globalst-pricing-note ul li {
    text-align: left;
    line-height: 26px;
}

#bonus .heading-title.iq-mt-80 {
    margin-top: 80px;
}

/* List spacing */
.listing-hand li {
    margin-bottom: 14px;
    line-height: 26px;
}

/* Header menu anchor fix */
.menu li a {
    white-space: nowrap;
}

/* Footer links */
footer a {
    color: inherit;
}

/* Responsive */
@media (max-width: 991px) {
    .globalst-banner {
        padding: 120px 0 90px;
    }

    .globalst-banner h1 {
        font-size: 52px;
    }

    .globalst-hero-box {
        margin-top: 35px;
    }

    .globalst-hero-box h2 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .globalst-banner {
        padding: 90px 0 70px;
    }

    .globalst-banner h1 {
        font-size: 40px;
    }

    .globalst-banner p {
        font-size: 16px;
        line-height: 28px;
    }

    .globalst-table td,
    .globalst-table th {
        padding: 10px 8px;
        font-size: 14px;
    }

    .globalst-wallet-box {
        font-size: 18px;
        padding: 24px 15px;
    }

    .button.iq-ml-15 {
        margin-left: 0 !important;
        margin-top: 12px;
    }
}


footer .heading-left .title { 
    color: #fff;
}


footer .iq-contact p { 
    color: #fff;
}


.iq-feature4 i {
    font-size:100px;
}


.iq-feature2 i {
    font-size:100px;
}
.overview-block-ptb {
    padding: 150px 0px 40px;
}

.iq-footer-logo  img {
        width: 135px;
        margin-bottom:20px;
}

.iq-contact i {
    font-size: 30px;
}



.iq-contact .title i {
    font-size: 40px;
}




.button.white {
    background: var(--white);
    font-size: 14px;
        color: #333333 !important;
    padding: 10px 20px;
    margin-right: 0;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    box-shadow: none;
    border: none;
    padding: 20px 40px;
}





/* ================================
   GLOBAL ST Auth Modal Design
   Login / Register / Forget
   ================================ */

.globalst-auth-modal .modal-dialog {
     max-width: 560px;
}

.globalst-auth-modal .globalst-register-dialog {
    max-width: 560px;
}

.globalst-auth-card {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(249, 183, 7, 0.18), transparent 34%),
        linear-gradient(145deg, #07111f 0%, #101a2c 55%, #07111f 100%) !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
    color: #ffffff;
}

.globalst-auth-shape {
    position: absolute;
    right: -90px;
    top: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(249, 183, 7, 0.12);
    border: 1px solid rgba(249, 183, 7, 0.25);
    pointer-events: none;
}

.globalst-auth-card:before {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.globalst-auth-header {
    position: relative;
    z-index: 1;
    border: 0;
    padding: 32px 34px 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.globalst-auth-header .modal-title {
    color: #ffffff;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 8px;
}

.globalst-auth-header p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 24px;
}

.globalst-auth-badge {
    display: inline-block;
    color: var(--iq-primary);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.globalst-close {
    position: relative;
    z-index: 2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.12) !important;
    filter: invert(1);
    box-shadow: none;
}

.globalst-close:focus {
    box-shadow: none;
}

.globalst-auth-body {
    position: relative;
    z-index: 1;
    padding: 10px 34px 24px;
}

.globalst-input-box {
    position: relative;
    margin-bottom: 20px;
}

.globalst-input-box label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 600;
}

.globalst-input-wrap {
    position: relative;
}

.globalst-input-wrap > i:first-child {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--iq-primary);
    font-size: 16px;
    z-index: 2;
}

.globalst-input-wrap .form-control {
    height: 56px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 14px !important;
    padding: 0 135px 0 48px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.globalst-input-wrap.no-connect .form-control {
    padding-right: 20px !important;
}

.globalst-input-wrap .form-control::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.globalst-input-wrap .form-control:focus {
    border-color: var(--iq-primary) !important;
    background: rgba(255, 255, 255, 0.11) !important;
}

.globalst-input-wrap .connect-link {
    position: absolute;
    right: 8px;
    top: 8px;
    min-width: 118px;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--iq-primary);
    color: #07111f !important;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 3;
}

.globalst-input-wrap .connect-link:hover {
    background: #ffffff;
    color: #07111f !important;
}

.globalst-status-icon {
    position: absolute !important;
    right: 135px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 15px;
    z-index: 4;
}

.globalst-status-icon.success {
    color: #12ca36 !important;
}

.globalst-status-icon.error {
    color: #fd0d0d !important;
}

.globalst-auth-btn {
    width: 100%;
    height: 54px;
    margin: 8px 0 0 !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--iq-primary) !important;
    color: #07111f !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0 !important;
    box-shadow: 0 15px 35px rgba(249, 183, 7, 0.22);
}

.globalst-auth-btn:hover {
    background: #ffffff !important;
    color: #07111f !important;
    transform: translateY(-2px);
}

.globalst-loading-btn {
    cursor: no-drop !important;
    opacity: 0.8;
}

.globalst-auth-footer {
    position: relative;
    z-index: 1;
    border: 0;
    padding: 0 34px 32px;
    justify-content: center;
    color: rgba(255, 255, 255, 0.78);
}

.globalst-auth-footer a {
    font-weight: 800;
    cursor: pointer;
}

.globalst-terms {
    padding-left: 0;
    color: rgba(255, 255, 255, 0.78);
}

.globalst-terms label {
    cursor: pointer;
}

.globalst-terms input[type="checkbox"] {
    margin-right: 8px;
    accent-color: var(--iq-primary);
}

.globalst-terms a {
    color: var(--iq-primary);
    font-weight: 700;
}

/* Keep old template modal spacing from breaking design */
.iq-login .modal-header,
.iq-register .modal-header,
.iq-login .modal-body,
.iq-register .modal-body,
.iq-login .modal-footer,
.iq-register .modal-footer {
    border: 0;
}


/* ================================
   Extra Modal: #exampleModal Design
   ================================ */

.globalst-simple-auth-modal .modal-dialog {
    max-width: 430px;
}

.globalst-simple-auth-card {
    border: 0;
    border-radius: 22px;
    padding: 8px;
    background:
        radial-gradient(circle at top right, rgba(249, 183, 7, 0.18), transparent 34%),
        linear-gradient(145deg, #ffffff 0%, #f8f9fb 100%);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.globalst-simple-title {
    color: #333333 !important;
    font-weight: 700;
}

.globalst-simple-input {
    position: relative;
    margin-bottom: 18px;
}

.globalst-simple-input .input-label {
    display: block;
    margin-bottom: 8px;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

.globalst-simple-input input {
    width: 100%;
    height: 52px;
    border: 1px solid #e3e6ea;
    border-radius: 14px;
    padding: 0 48px 0 16px;
    background: #ffffff;
    color: #333333;
    outline: none;
    box-shadow: none;
}

.globalst-simple-input input:focus {
    border-color: var(--iq-primary);
}

.globalst-simple-input i {
    position: absolute;
    right: 17px;
    bottom: 17px;
    color: var(--iq-primary);
    font-size: 15px;
}

.globalst-simple-options {
    color: #666666;
    font-size: 14px;
}

.globalst-simple-options a,
.globalst-simple-footer a {
    color: var(--iq-primary) !important;
    font-weight: 700;
}

.globalst-simple-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 14px;
    background: var(--iq-primary);
    color: #07111f;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(249, 183, 7, 0.22);
}

.globalst-simple-btn:hover {
    background: #07111f;
    color: #ffffff;
}

.globalst-simple-footer {
    color: #666666;
}


/* Responsive */
@media (max-width: 575px) {
    .globalst-auth-modal .modal-dialog,
    .globalst-auth-modal .globalst-register-dialog,
    .globalst-simple-auth-modal .modal-dialog {
        max-width: calc(100% - 24px);
        margin: 12px auto;
    }

    .globalst-auth-header {
        padding: 26px 22px 14px;
    }

    .globalst-auth-body {
        padding: 8px 22px 20px;
    }

    .globalst-auth-footer {
        padding: 0 22px 26px;
        text-align: center;
    }

    .globalst-auth-header .modal-title {
        font-size: 22px;
        line-height: 30px;
    }

    .globalst-input-wrap .form-control {
        padding-right: 115px !important;
        font-size: 14px;
    }

    .globalst-input-wrap.no-connect .form-control {
        padding-right: 20px !important;
    }

    .globalst-input-wrap .connect-link {
        min-width: 98px;
        padding: 0 10px;
        font-size: 11px;
    }

    .globalst-status-icon {
        right: 115px !important;
    }
}




/* =====================================
   Mobile View Fix - Auth Modals
   Add at bottom of NewStyle.css
   ===================================== */

@media (max-width: 767px) {

    /* Modal position */
    .globalst-auth-modal .modal-dialog,
    .globalst-simple-auth-modal .modal-dialog {
        width: calc(100% - 22px);
        max-width: calc(100% - 22px);
        margin: 11px auto;
        min-height: calc(100vh - 22px);
        display: flex;
        align-items: center;
    }

    .globalst-auth-modal .modal-content,
    .globalst-simple-auth-modal .modal-content {
        width: 100%;
        max-height: calc(100vh - 22px);
        overflow-y: auto;
        border-radius: 18px;
    }

    /* Better scroll on mobile */
    .globalst-auth-card,
    .globalst-simple-auth-card {
        -webkit-overflow-scrolling: touch;
    }

    /* Header */
    .globalst-auth-header {
        padding: 22px 20px 12px !important;
        align-items: flex-start;
        gap: 12px;
    }

    .globalst-auth-badge {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 1.2px;
        margin-bottom: 4px;
    }

    .globalst-auth-header .modal-title {
        font-size: 21px !important;
        line-height: 28px !important;
        margin-top: 4px;
    }

    .globalst-auth-header p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 5px;
    }

    .globalst-close {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    /* Body */
    .globalst-auth-body {
        padding: 8px 20px 18px !important;
    }

    .globalst-input-box {
        margin-bottom: 16px;
    }

    .globalst-input-box label {
        font-size: 13px;
        margin-bottom: 7px;
    }

    /* Input */
    .globalst-input-wrap .form-control {
        height: 52px !important;
        border-radius: 12px !important;
        font-size: 13px;
        padding-left: 44px !important;
        padding-right: 108px !important;
        text-overflow: ellipsis;
    }

    .globalst-input-wrap.no-connect .form-control {
        padding-right: 16px !important;
    }

    .globalst-input-wrap > i:first-child {
        left: 15px;
        font-size: 15px;
    }

    /* Connect wallet button */
    .globalst-input-wrap .connect-link {
        right: 7px;
        top: 7px;
        height: 38px;
        min-width: 92px;
        padding: 0 8px;
        border-radius: 9px;
        font-size: 10px;
        white-space: nowrap;
    }

    /* Referral status icons */
    .globalst-status-icon {
        right: 108px !important;
        font-size: 13px;
    }

    /* Buttons */
    .globalst-auth-btn {
        height: 50px;
        border-radius: 12px !important;
        font-size: 13px;
        gap: 8px;
    }

    /* Footer */
    .globalst-auth-footer {
        padding: 0 20px 22px !important;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    /* Terms */
    .globalst-terms {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 12px !important;
    }

    .globalst-terms label {
        display: flex;
        align-items: flex-start;
        gap: 7px;
    }

    .globalst-terms input[type="checkbox"] {
        margin-top: 5px;
        margin-right: 0;
        min-width: 14px;
    }

    /* Hide large background shapes slightly on mobile */
    .globalst-auth-shape {
        width: 150px;
        height: 150px;
        right: -75px;
        top: -75px;
    }

    .globalst-auth-card:before {
        width: 130px;
        height: 130px;
        left: -65px;
        bottom: -65px;
    }
}


/* Extra small phones */
@media (max-width: 390px) {

    .globalst-auth-header {
        padding: 20px 16px 10px !important;
    }

    .globalst-auth-body {
        padding: 6px 16px 16px !important;
    }

    .globalst-auth-footer {
        padding: 0 16px 20px !important;
    }

    .globalst-auth-header .modal-title {
        font-size: 19px !important;
        line-height: 26px !important;
    }

    .globalst-auth-header p {
        font-size: 13px;
        line-height: 20px;
    }

    .globalst-input-wrap .form-control {
        height: 50px !important;
        padding-left: 40px !important;
        padding-right: 96px !important;
        font-size: 12px;
    }

    .globalst-input-wrap.no-connect .form-control {
        padding-right: 14px !important;
    }

    .globalst-input-wrap > i:first-child {
        left: 13px;
        font-size: 14px;
    }

    .globalst-input-wrap .connect-link {
        min-width: 82px;
        height: 36px;
        font-size: 9px;
        padding: 0 6px;
    }

    .globalst-status-icon {
        right: 96px !important;
        font-size: 12px;
    }

    .globalst-auth-btn {
        height: 48px;
        font-size: 12px;
    }
}


/* ExampleModal mobile design */
@media (max-width: 767px) {

    .globalst-simple-auth-card {
        border-radius: 18px;
        padding: 4px;
    }

    .globalst-simple-auth-card .modal-body {
        padding: 24px 20px;
    }

    .globalst-simple-auth-card img {
        height: 64px;
    }

    .globalst-simple-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px !important;
    }

    .globalst-simple-input {
        margin-bottom: 15px;
    }

    .globalst-simple-input .input-label {
        font-size: 13px;
    }

    .globalst-simple-input input {
        height: 50px;
        border-radius: 12px;
        font-size: 14px;
    }

    .globalst-simple-input i {
        bottom: 16px;
        right: 15px;
    }

    .globalst-simple-options {
        font-size: 13px;
        gap: 10px;
    }

    .globalst-simple-btn {
        height: 50px;
        border-radius: 12px;
        font-size: 13px;
    }

    .globalst-simple-footer {
        font-size: 14px;
        line-height: 22px;
    }
}


/* Very short mobile screens */
@media (max-height: 620px) and (max-width: 767px) {

    .globalst-auth-modal .modal-dialog,
    .globalst-simple-auth-modal .modal-dialog {
        align-items: flex-start;
    }

    .globalst-auth-modal .modal-content,
    .globalst-simple-auth-modal .modal-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .globalst-auth-header {
        padding-top: 18px !important;
    }

    .globalst-auth-header p {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .DecentralizationImg {
        width:100%;
    }
}




.text-white {
    color: var(--white) !important;
}

.white {
    color: var(--white) !important;
}






.globalst-contact-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(249, 183, 7, 0.22), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(249, 183, 7, 0.14), transparent 30%),
        linear-gradient(135deg, #050816 0%, #101a2c 52%, #050816 100%);
}

.globalst-contact-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.25;
    pointer-events: none;
}

.globalst-contact-section .container {
    position: relative;
    z-index: 2;
}

.globalst-contact-heading {
    margin-bottom: 55px;
}

.globalst-contact-heading p {
    color: rgba(255,255,255,0.78);
    max-width: 820px;
    margin: 0 auto;
}

.globalst-contact-info,
.globalst-contact-form-box {
    height: 100%;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 28px 80px rgba(0,0,0,0.35);
    backdrop-filter: blur(14px);
}

.globalst-contact-info {
    padding: 42px 36px;
}

.globalst-contact-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 40px;
    background: rgba(249, 183, 7, 0.14);
    color: var(--iq-primary);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.globalst-contact-info h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 18px;
}

.globalst-contact-info > p {
    color: rgba(255,255,255,0.74);
    line-height: 28px;
    margin-bottom: 28px;
}

.globalst-contact-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.globalst-contact-card:first-of-type {
    border-top: 0;
}

.globalst-contact-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--iq-primary);
    color: #07111f;
    font-size: 20px;
    box-shadow: 0 12px 30px rgba(249, 183, 7, 0.24);
}

.globalst-contact-card h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}

.globalst-contact-card a,
.globalst-contact-card p {
    color: rgba(255,255,255,0.76);
    margin: 0;
    line-height: 24px;
    text-decoration: none;
}

.globalst-contact-card a:hover {
    color: var(--iq-primary);
}

.globalst-contact-form-box {
    padding: 42px;
}

.globalst-contact-form-box h4 {
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: 8px;
}

.globalst-contact-form-box > p {
    color: rgba(255,255,255,0.72);
    margin-bottom: 28px;
}

.globalst-contact-field {
    margin-bottom: 20px;
}

.globalst-contact-field label {
    display: block;
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.globalst-contact-field .form-control {
    width: 100%;
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.09);
    color: #ffffff;
    padding: 12px 16px;
    box-shadow: none;
    outline: none;
}

.globalst-contact-field textarea.form-control {
    min-height: 130px;
    resize: none;
}

.globalst-contact-field .form-control::placeholder {
    color: rgba(255,255,255,0.48);
}

.globalst-contact-field .form-control:focus {
    border-color: var(--iq-primary);
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(249, 183, 7, 0.10);
}

.globalst-contact-field select.form-control {
    color: rgba(255,255,255,0.85);
}

.globalst-contact-field select.form-control option {
    color: #07111f;
}

.globalst-contact-btn {
    min-width: 190px;
    height: 56px;
    border: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--iq-primary);
    color: #07111f;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 16px 38px rgba(249, 183, 7, 0.24);
    transition: all 0.3s ease-in-out;
}

.globalst-contact-btn:hover {
    transform: translateY(-2px);
    background: #ffffff;
    color: #07111f;
}

@media (max-width: 991px) {
    .globalst-contact-section {
        padding: 90px 0;
    }

    .globalst-contact-info {
        margin-bottom: 30px;
    }

    .globalst-contact-info h3 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .globalst-contact-section {
        padding: 70px 0;
    }

    .globalst-contact-info,
    .globalst-contact-form-box {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .globalst-contact-info h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .globalst-contact-form-box h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .globalst-contact-card {
        gap: 14px;
    }

    .globalst-contact-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .globalst-contact-btn {
        width: 100%;
    }
}






.globalst-package-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(249, 183, 7, 0.18), transparent 28%),
        radial-gradient(circle at 85% 75%, rgba(249, 183, 7, 0.10), transparent 30%),
        linear-gradient(135deg, #050816 0%, #101a2c 55%, #050816 100%);
}

.globalst-package-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.22;
    pointer-events: none;
}

.globalst-package-section .container {
    position: relative;
    z-index: 2;
}

.globalst-package-heading {
    margin-bottom: 55px;
}

.globalst-package-heading p {
    color: rgba(255,255,255,0.78);
    max-width: 760px;
    margin: 0 auto;
}

.globalst-section-badge,
.globalst-package-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 40px;
    background: rgba(249, 183, 7, 0.14);
    color: var(--iq-primary);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.globalst-package-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 28px 80px rgba(0,0,0,0.35);
    backdrop-filter: blur(14px);
}

.globalst-package-card:before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(249, 183, 7, 0.12);
    pointer-events: none;
}

.globalst-main-package {
    padding: 42px 34px;
    text-align: center;
}

.globalst-package-top {
    position: relative;
    z-index: 1;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.globalst-package-top h2 {
    color: #ffffff;
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 14px;
}

.globalst-package-top h2 sup {
    font-size: 34px;
    top: -0.7em;
    color: var(--iq-primary);
}

.globalst-package-top p {
    color: rgba(255,255,255,0.72);
    margin-bottom: 0;
    line-height: 26px;
}

.globalst-package-list {
    position: relative;
    z-index: 1;
    margin: 30px 0;
    text-align: left;
}

.globalst-package-list li {
    list-style: none;
    position: relative;
    padding: 13px 0;
    color: rgba(255,255,255,0.84);
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.globalst-package-list li:after {
    display: none;
}

.globalst-package-list li i {
    color: var(--iq-primary);
    margin-right: 10px;
}

.globalst-package-btn {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--iq-primary);
    color: #07111f;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 16px 38px rgba(249, 183, 7, 0.24);
    transition: all 0.3s ease-in-out;
}

.globalst-package-btn:hover {
    transform: translateY(-2px);
    background: #ffffff;
    color: #07111f;
}

.globalst-income-card {
    padding: 42px;
}

.globalst-income-header {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 25px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.globalst-income-header h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 900;
    margin-bottom: 10px;
}

.globalst-income-header p {
    max-width: 600px;
    color: rgba(255,255,255,0.72);
    line-height: 28px;
    margin-bottom: 0;
}

.globalst-income-percent {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    border-radius: 24px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--iq-primary);
    color: #07111f;
    box-shadow: 0 18px 45px rgba(249, 183, 7, 0.24);
}

.globalst-income-percent span {
    font-size: 42px;
    line-height: 44px;
    font-weight: 900;
}

.globalst-income-percent small {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.globalst-income-feature {
    position: relative;
    z-index: 1;
    min-height: 190px;
    margin-bottom: 24px;
    padding: 24px 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    transition: all 0.3s ease-in-out;
}

.globalst-income-feature:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.10);
    border-color: rgba(249, 183, 7, 0.35);
}

.globalst-income-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 183, 7, 0.14);
    color: var(--iq-primary);
    font-size: 20px;
}

.globalst-income-feature h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.globalst-income-feature p {
    color: rgba(255,255,255,0.72);
    line-height: 26px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .globalst-package-section {
        padding: 90px 0;
    }

    .globalst-main-package {
        margin-bottom: 30px;
    }

    .globalst-income-header {
        flex-direction: column;
    }

    .globalst-income-percent {
        width: 100%;
        height: auto;
        min-height: 95px;
    }
}

@media (max-width: 767px) {
    .globalst-package-section {
        padding: 70px 0;
    }

    .globalst-main-package,
    .globalst-income-card {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .globalst-package-top h2 {
        font-size: 58px;
    }

    .globalst-income-header h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .globalst-income-feature {
        min-height: auto;
    }
}















.globalst-income-types-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(249, 183, 7, 0.12), transparent 28%),
        radial-gradient(circle at 88% 80%, rgba(249, 183, 7, 0.10), transparent 30%),
        #ffffff;
}

.globalst-income-types-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(5, 8, 22, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5, 8, 22, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.7;
    pointer-events: none;
}

.globalst-income-types-section .container {
    position: relative;
    z-index: 2;
}

.globalst-income-types-heading {
    margin-bottom: 55px;
}

.globalst-income-types-heading .globalst-section-badge {
    color: #07111f;
    background: rgba(249, 183, 7, 0.22);
}

.globalst-income-types-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #5d6678;
}

.globalst-income-type-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    padding: 34px 26px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(7, 17, 31, 0.08);
    box-shadow: 0 18px 55px rgba(7, 17, 31, 0.10);
    transition: all 0.3s ease-in-out;
}

.globalst-income-type-card:before {
    content: "";
    position: absolute;
    right: -45px;
    top: -45px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(249, 183, 7, 0.14);
    transition: all 0.3s ease-in-out;
}

.globalst-income-type-card:hover {
    transform: translateY(-8px);
    border-color: rgba(249, 183, 7, 0.45);
    box-shadow: 0 28px 75px rgba(7, 17, 31, 0.16);
}

.globalst-income-type-card:hover:before {
    transform: scale(1.2);
    background: rgba(249, 183, 7, 0.22);
}

.globalst-income-type-icon {
    position: relative;
    z-index: 1;
    width: 74px;
    height: 74px;
    margin-bottom: 26px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--iq-primary);
    color: #07111f;
    box-shadow: 0 16px 36px rgba(249, 183, 7, 0.28);
}

.globalst-income-type-icon i {
    font-size: 42px;
    line-height: 1;
}

.globalst-income-type-card > span {
    position: absolute;
    right: 24px;
    top: 24px;
    color: rgba(7, 17, 31, 0.08);
    font-size: 54px;
    line-height: 1;
    font-weight: 900;
}

.globalst-income-type-card h4 {
    position: relative;
    z-index: 1;
    color: #07111f;
    font-size: 23px;
    line-height: 31px;
    font-weight: 900;
    margin-bottom: 14px;
}

.globalst-income-type-card p {
    position: relative;
    z-index: 1;
    color: #5d6678;
    line-height: 27px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .globalst-income-types-section {
        padding: 90px 0;
    }

    .globalst-income-type-card {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .globalst-income-types-section {
        padding: 70px 0;
    }

    .globalst-income-type-card {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 18px;
    }

    .globalst-income-type-card h4 {
        font-size: 21px;
        line-height: 29px;
    }
}







.globalst-bnb-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 18%, rgba(249, 183, 7, 0.12), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(249, 183, 7, 0.10), transparent 30%),
        #ffffff;
}

.globalst-bnb-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(5, 8, 22, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5, 8, 22, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.65;
    pointer-events: none;
}

.globalst-bnb-section .container {
    position: relative;
    z-index: 2;
}

.globalst-bnb-content {
    padding-right: 35px;
}

.globalst-bnb-content .globalst-section-badge {
    color: #07111f;
    background: rgba(249, 183, 7, 0.22);
}

.globalst-bnb-content h2 {
    color: #07111f;
    font-size: 54px;
    line-height: 1.12;
    font-weight: 900;
    margin-bottom: 24px;
}

.globalst-bnb-content h2 span {
    color: var(--iq-primary);
}

.globalst-bnb-content p {
    color: #5d6678;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 18px;
}

.globalst-bnb-btn {
    min-width: 170px;
    height: 54px;
    margin-top: 16px;
    padding: 0 26px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--iq-primary);
    color: #07111f !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-shadow: 0 16px 38px rgba(249, 183, 7, 0.24);
    transition: all 0.3s ease-in-out;
}

.globalst-bnb-btn:hover {
    transform: translateY(-2px);
    background: #07111f;
    color: #ffffff !important;
}

.globalst-bnb-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.globalst-bnb-feature-card {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    padding: 30px 26px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(7, 17, 31, 0.08);
    box-shadow: 0 18px 55px rgba(7, 17, 31, 0.10);
    transition: all 0.3s ease-in-out;
}

.globalst-bnb-feature-card:before {
    content: "";
    position: absolute;
    right: -45px;
    top: -45px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(249, 183, 7, 0.14);
    transition: all 0.3s ease-in-out;
}

.globalst-bnb-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(249, 183, 7, 0.45);
    box-shadow: 0 28px 75px rgba(7, 17, 31, 0.16);
}

.globalst-bnb-feature-card:hover:before {
    transform: scale(1.2);
    background: rgba(249, 183, 7, 0.22);
}

.globalst-bnb-icon {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--iq-primary);
    color: #07111f;
    font-size: 26px;
    box-shadow: 0 16px 36px rgba(249, 183, 7, 0.28);
}

.globalst-bnb-feature-card h5 {
    position: relative;
    z-index: 1;
    color: #07111f;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 10px;
}

.globalst-bnb-feature-card p {
    position: relative;
    z-index: 1;
    color: #5d6678;
    line-height: 27px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .globalst-bnb-section {
        padding: 90px 0;
    }

    .globalst-bnb-content {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .globalst-bnb-content h2 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .globalst-bnb-section {
        padding: 70px 0;
    }

    .globalst-bnb-content h2 {
        font-size: 36px;
    }

    .globalst-bnb-feature-grid {
        grid-template-columns: 1fr;
    }

    .globalst-bnb-feature-card {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 18px;
    }
}






.globalst-royalty-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(249, 183, 7, 0.18), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(249, 183, 7, 0.12), transparent 30%),
        linear-gradient(135deg, #050816 0%, #101a2c 55%, #050816 100%);
}

.globalst-royalty-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.22;
    pointer-events: none;
}

.globalst-royalty-section .container {
    position: relative;
    z-index: 2;
}

.globalst-royalty-heading {
    margin-bottom: 55px;
}

.globalst-royalty-heading p {
    color: rgba(255,255,255,0.78);
    max-width: 780px;
    margin: 0 auto;
}

.globalst-benefit-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 42px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 28px 80px rgba(0,0,0,0.35);
    backdrop-filter: blur(14px);
    transition: all 0.3s ease-in-out;
}

.globalst-benefit-card:before {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(249, 183, 7, 0.12);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.globalst-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 183, 7, 0.38);
}

.globalst-benefit-card:hover:before {
    transform: scale(1.15);
    background: rgba(249, 183, 7, 0.18);
}

.globalst-benefit-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
}

.globalst-benefit-icon {
    flex: 0 0 74px;
    width: 74px;
    height: 74px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--iq-primary);
    color: #07111f;
    font-size: 30px;
    box-shadow: 0 16px 36px rgba(249, 183, 7, 0.28);
}

.globalst-benefit-top span {
    display: block;
    margin-bottom: 4px;
    color: var(--iq-primary);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.globalst-benefit-top h3 {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    margin-bottom: 0;
}

.globalst-benefit-top h3 strong {
    color: var(--iq-primary);
    font-weight: 900;
}

.globalst-benefit-card > p {
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,0.76);
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 26px;
}

.globalst-benefit-highlight {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
    padding: 22px 24px;
    border-radius: 18px;
    background: rgba(249, 183, 7, 0.12);
    border: 1px solid rgba(249, 183, 7, 0.22);
}

.globalst-benefit-highlight span {
    flex: 0 0 auto;
    color: var(--iq-primary);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.globalst-benefit-highlight p {
    color: rgba(255,255,255,0.82);
    line-height: 26px;
    margin-bottom: 0;
}

.globalst-benefit-list {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.globalst-benefit-list li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.globalst-benefit-list li:after {
    display: none;
}

.globalst-benefit-list li:last-child {
    border-bottom: 0;
}

.globalst-benefit-list li i {
    margin-top: 4px;
    color: var(--iq-primary);
    font-size: 16px;
}

@media (max-width: 991px) {
    .globalst-royalty-section {
        padding: 90px 0;
    }

    .globalst-benefit-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .globalst-royalty-section {
        padding: 70px 0;
    }

    .globalst-benefit-card {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .globalst-benefit-top {
        align-items: flex-start;
    }

    .globalst-benefit-icon {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
        border-radius: 18px;
        font-size: 24px;
    }

    .globalst-benefit-top h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .globalst-benefit-highlight {
        flex-direction: column;
        align-items: flex-start;
    }

    .globalst-benefit-highlight span {
        font-size: 34px;
    }
}




.log_button:hover, .log_button:focus, .log_button:active {
    color:#fff!important;
}


header .logo { 
    margin-top: 5px;
}

header .logo a img {
    height: 80px;
}



@media (max-width: 767px) {
   header .logo a img {
    height: 50px;
}

   header .logo {
    margin-top: 0;
}

   .responsive-menu { 
    font-size: 22px; 
        padding: 0 15px 0 0;
                margin-top: 10px;
}
}






/* ================================
   Login Modal Header Center Fix
   ================================ */

.globalst-auth-modal .modal-dialog {
    max-width: 600px;
}

.globalst-auth-card {
    border-radius: 24px;
}

.globalst-auth-header {
    position: relative;
    display: block !important;
    text-align: center !important;
    padding: 34px 70px 18px !important;
}

.globalst-auth-header > div {
    width: 100%;
    text-align: center;
}

.globalst-auth-badge {
    display: inline-block;
    margin-bottom: 10px;
}

.globalst-auth-header .modal-title {
    text-align: center;
    margin: 0 auto 8px !important;
    font-size: 28px;
    line-height: 36px;
    font-weight: 900;
}

.globalst-auth-header p {
    max-width: 420px;
    margin: 0 auto !important;
    text-align: center;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
}

.globalst-close {
    position: absolute !important;
    top: 26px;
    right: 26px;
    z-index: 5;
    width: 42px;
    height: 42px;
    min-width: 42px;
}

.globalst-auth-body {
    padding: 24px 44px 24px !important;
}

.globalst-auth-footer {
    padding: 10px 44px 34px !important;
    text-align: center;
}

.globalst-input-box label {
    font-weight: 800;
}

.globalst-input-wrap .form-control {
    height: 62px !important;
    border-radius: 16px !important;
}

.globalst-input-wrap .connect-link {
    top: 9px;
    right: 9px;
    height: 44px;
    border-radius: 12px;
}

.globalst-auth-btn {
    height: 60px;
    border-radius: 16px !important;
    margin-top: 12px !important;
}

/* Mobile center fix */
@media (max-width: 767px) {
    .globalst-auth-header {
        display: block !important;
        text-align: center !important;
        padding: 28px 58px 14px !important;
    }

    .globalst-auth-header > div {
        width: 100%;
        text-align: center;
    }

    .globalst-auth-header .modal-title {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .globalst-auth-header p {
        font-size: 14px;
        line-height: 22px;
    }

    .globalst-close {
        top: 20px;
        right: 18px;
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .globalst-auth-body {
        padding: 18px 22px 20px !important;
    }

    .globalst-auth-footer {
        padding: 4px 22px 26px !important;
    }
}








.globalst-bonus-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 18%, rgba(249, 183, 7, 0.12), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(249, 183, 7, 0.09), transparent 30%),
        #ffffff;
}

.globalst-bonus-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(5, 8, 22, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5, 8, 22, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.7;
    pointer-events: none;
}

.globalst-bonus-section .container {
    position: relative;
    z-index: 2;
}

.globalst-bonus-heading {
    margin-bottom: 55px;
}

.globalst-bonus-heading .globalst-section-badge {
    color: #07111f;
    background: rgba(249, 183, 7, 0.22);
}

.globalst-bonus-heading h2,
.globalst-bonus-heading .title {
    color: #07111f !important;
}

.globalst-bonus-heading .title:before {
    background: var(--iq-primary) !important;
}

.globalst-bonus-heading p {
    max-width: 780px;
    margin: 0 auto;
    color: #5d6678;
}

.globalst-bonus-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 34px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(7, 17, 31, 0.08);
    box-shadow: 0 18px 55px rgba(7, 17, 31, 0.10);
    transition: all 0.3s ease-in-out;
}

.globalst-bonus-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 183, 7, 0.45);
    box-shadow: 0 28px 75px rgba(7, 17, 31, 0.16);
}

.globalst-bonus-card:before {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(249, 183, 7, 0.14);
    pointer-events: none;
}

.globalst-bonus-card-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.globalst-bonus-card-header span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--iq-primary);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.globalst-bonus-card-header h3 {
    color: #07111f;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    margin-bottom: 0;
}

.globalst-bonus-icon {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--iq-primary);
    color: #07111f;
    font-size: 24px;
    box-shadow: 0 16px 36px rgba(249, 183, 7, 0.28);
}

.globalst-bonus-note {
    position: relative;
    z-index: 1;
    min-height: 58px;
    margin-bottom: 24px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(249, 183, 7, 0.12);
    border: 1px solid rgba(249, 183, 7, 0.25);
    color: #5d6678;
    line-height: 26px;
}

.globalst-bonus-table-wrap {
    position: relative;
    z-index: 1;
    overflow: auto;
    border-radius: 18px;
    border: 1px solid rgba(7, 17, 31, 0.08);
}

.globalst-bonus-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}

.globalst-bonus-table thead th {
    background: var(--iq-primary);
    color: #07111f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 15px 12px;
    text-align: center;
    border: 0;
    white-space: nowrap;
}

.globalst-bonus-table tbody td {
    padding: 13px 12px;
    text-align: center;
    color: #5d6678;
    border-top: 1px solid rgba(7, 17, 31, 0.07);
    background: #ffffff;
    white-space: nowrap;
}

.globalst-bonus-table tbody tr:nth-child(even) td {
    background: #f8f9fb;
}

.globalst-bonus-table tbody tr:hover td {
    background: rgba(249, 183, 7, 0.12);
    color: #07111f;
}

.globalst-bonus-table tbody td:first-child {
    font-weight: 900;
    color: #07111f;
}

.globalst-bonus-table tbody td:last-child {
    color: var(--iq-primary);
    font-weight: 900;
}

@media (max-width: 991px) {
    .globalst-bonus-section {
        padding: 90px 0;
    }

    .globalst-bonus-card {
        margin-bottom: 30px;
    }

    .globalst-bonus-note {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .globalst-bonus-section {
        padding: 70px 0;
    }

    .globalst-bonus-card {
        padding: 26px 18px;
        border-radius: 18px;
    }

    .globalst-bonus-card-header h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .globalst-bonus-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .globalst-bonus-table thead th,
    .globalst-bonus-table tbody td {
        padding: 12px 10px;
        font-size: 13px;
    }
}



.menu li a {
    margin: 18px 4px;
    text-decoration: none;
    padding: 16px 13px;
    display: block;
    color: var(--iq-title-text);
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.2s ease-in-out 0s;
}





/* ================================
   Mobile Header Fix
   Login + Register + Menu
   ================================ */

/* Hidden on desktop */
.globalst-mobile-actions {
    display: none;
}

/* Desktop keeps normal menu */
@media (min-width: 768px) {
    .globalst-mobile-actions {
        display: none !important;
    }
}

/* Mobile only */
@media (max-width: 767px) {

    header .iq-header {
        padding: 10px 0 !important;
        background: #ffffff;
        box-shadow: 0 8px 26px rgba(7, 17, 31, 0.08);
    }

    header .iq-header .col-md-12 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .logo {
        float: none !important;
        margin: 0 !important;
        display: flex;
        align-items: center;
    }

    header .logo a img,
    header.menu-sticky .logo a img {
        height: 62px !important;
        width: auto;
    }

    header .iq-header nav {
        float: none !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
    }

    .globalst-mobile-actions {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .globalst-mobile-auth-btn {
        height: 34px;
        padding: 0 12px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--iq-primary);
        color: #07111f !important;
        font-size: 11px;
        line-height: 1;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        text-decoration: none !important;
        box-shadow: 0 8px 18px rgba(249, 183, 7, 0.22);
        cursor: pointer;
    }

    .globalst-mobile-auth-btn.register {
        background: #07111f;
        color: #ffffff !important;
    }

    .globalst-mobile-menu-btn {
        width: 38px !important;
        height: 38px;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 12px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: rgba(7, 17, 31, 0.08);
        color: #07111f !important;
        font-size: 20px;
        line-height: 1;
        text-decoration: none !important;
    }

    .globalst-mobile-menu-btn i {
        margin: 0;
        line-height: 1;
    }

    .globalst-mobile-menu-btn:hover,
    .globalst-mobile-menu-btn:focus {
        background: var(--iq-primary);
        color: #07111f !important;
    }

    /* Mobile dropdown menu */
    header .menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 12px 15px 16px;
        background: #ffffff;
        border-top: 1px solid rgba(7, 17, 31, 0.08);
        box-shadow: 0 18px 40px rgba(7, 17, 31, 0.12);
        z-index: 999;
    }

    header .menu li {
        width: 100%;
        float: none;
        display: block;
        margin: 0;
    }

    header .menu li a {
        margin: 0 !important;
        padding: 13px 16px !important;
        border-radius: 10px;
        color: #07111f;
        font-size: 14px;
        font-weight: 800;
        text-align: left;
    }

    header .menu li a:hover,
    header .menu li a.active {
        background: var(--iq-primary);
        color: #07111f !important;
    }

    /* Hide duplicate login/register inside dropdown on mobile */
    header .menu li a.log_button {
        display: none !important;
    }
}

@media (max-width: 390px) {
    header .logo a img,
    header.menu-sticky .logo a img {
        height: 54px !important;
    }

    .globalst-mobile-actions {
        gap: 6px;
    }

    .globalst-mobile-auth-btn {
        height: 32px;
        padding: 0 9px;
        font-size: 10px;
        border-radius: 9px;
    }

    .globalst-mobile-menu-btn {
        width: 36px !important;
        height: 36px;
        border-radius: 10px;
        font-size: 19px;
    }

}






header.menu-sticky .logo {
    margin-top: 7px;
}

header.menu-sticky .logo a img {
    height: 77px;
}






.globalst-about-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(249, 183, 7, 0.11), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(249, 183, 7, 0.08), transparent 30%),
        #ffffff;
}

.globalst-about-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(5, 8, 22, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5, 8, 22, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.6;
    pointer-events: none;
}

.globalst-about-section .container {
    position: relative;
    z-index: 2;
}

.globalst-about-image-box {
    position: relative;
    padding: 30px;
}

.globalst-about-image-box:before {
    content: "";
    position: absolute;
    inset: 70px 30px 40px 40px;
    border-radius: 36px;
    background: linear-gradient(145deg, rgba(249, 183, 7, 0.14), rgba(7, 17, 31, 0.05));
    border: 1px solid rgba(249, 183, 7, 0.22);
    z-index: -1;
}

.globalst-about-image-box img {
    position: relative;
    z-index: 1;
    width: 100%;
    filter: drop-shadow(0 28px 40px rgba(7, 17, 31, 0.18));
}

.globalst-about-floating-card {
    position: absolute;
    z-index: 3;
    min-width: 190px;
    padding: 16px 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid rgba(7, 17, 31, 0.08);
    box-shadow: 0 18px 45px rgba(7, 17, 31, 0.14);
}

.globalst-about-floating-card i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--iq-primary);
    color: #07111f;
    font-size: 18px;
}

.globalst-about-floating-card span {
    color: #07111f;
    font-size: 14px;
    font-weight: 900;
}

.globalst-about-card-one {
    left: 18px;
    bottom: 80px;
}

.globalst-about-card-two {
    right: 10px;
    top: 110px;
}

.globalst-about-content {
    padding-left: 35px;
}

.globalst-about-content .globalst-section-badge {
    color: #07111f;
    background: rgba(249, 183, 7, 0.22);
}

.globalst-about-content h2 {
    color: #07111f;
    font-size: 56px;
    line-height: 1.12;
    font-weight: 900;
    margin-bottom: 20px;
}

.globalst-about-content h2 span {
    display: block;
    color: var(--iq-primary);
}

.globalst-about-content h5 {
    color: #07111f;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 16px;
}

.globalst-about-content p {
    color: #5d6678;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 18px;
}

.globalst-about-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 28px 0 30px;
}

.globalst-about-points div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(7, 17, 31, 0.08);
    box-shadow: 0 12px 35px rgba(7, 17, 31, 0.08);
}

.globalst-about-points i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 183, 7, 0.18);
    color: #07111f;
    font-size: 17px;
}

.globalst-about-points span {
    color: #07111f;
    font-size: 14px;
    line-height: 21px;
    font-weight: 900;
}

.globalst-about-btn {
    min-width: 170px;
    height: 56px;
    padding: 0 28px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--iq-primary);
    color: #07111f !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    box-shadow: 0 16px 38px rgba(249, 183, 7, 0.24);
    transition: all 0.3s ease-in-out;
}

.globalst-about-btn:hover {
    transform: translateY(-2px);
    background: #07111f;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .globalst-about-section {
        padding: 90px 0;
    }

    .globalst-about-content {
        padding-left: 0;
        margin-top: 35px;
    }

    .globalst-about-content h2 {
        font-size: 46px;
    }

    .globalst-about-card-two {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .globalst-about-section {
        padding: 70px 0;
    }

    .globalst-about-image-box {
        padding: 10px 0 30px;
    }

    .globalst-about-image-box:before {
        inset: 60px 10px 45px 10px;
        border-radius: 24px;
    }

    .globalst-about-floating-card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        margin-top: 12px;
    }

    .globalst-about-content h2 {
        font-size: 38px;
    }

    .globalst-about-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .globalst-about-points {
        grid-template-columns: 1fr;
    }

    .globalst-about-btn {
        width: 100%;
    }
}



.log_button {
    background: #f9b707;
    border-radius: 10px;
    margin-left: 10px !important;
    padding: 16px 26px !important;
}











.globalst-wallet-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(249, 183, 7, 0.12), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(249, 183, 7, 0.08), transparent 30%),
        #ffffff;
}

.globalst-wallet-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(5, 8, 22, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5, 8, 22, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.6;
    pointer-events: none;
}

.globalst-wallet-section .container {
    position: relative;
    z-index: 2;
}

.globalst-wallet-heading {
    margin-bottom: 55px;
}

.globalst-wallet-heading .globalst-section-badge {
    color: #07111f;
    background: rgba(249, 183, 7, 0.22);
}

.globalst-wallet-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #5d6678;
}

.globalst-wallet-box-new {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 34px 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(7, 17, 31, 0.08);
    box-shadow: 0 18px 55px rgba(7, 17, 31, 0.10);
    transition: all 0.3s ease-in-out;
}

.globalst-wallet-box-new:before {
    content: "";
    position: absolute;
    right: -45px;
    top: -45px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(249, 183, 7, 0.14);
    transition: all 0.3s ease-in-out;
}

.globalst-wallet-box-new:hover {
    transform: translateY(-8px);
    border-color: rgba(249, 183, 7, 0.45);
    box-shadow: 0 28px 75px rgba(7, 17, 31, 0.16);
}

.globalst-wallet-box-new:hover:before {
    transform: scale(1.2);
    background: rgba(249, 183, 7, 0.22);
}

.globalst-wallet-logo {
    position: relative;
    z-index: 1;
    width: 86px;
    height: 86px;
    margin: 0 auto 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fb;
    border: 1px solid rgba(7, 17, 31, 0.08);
    box-shadow: 0 14px 35px rgba(7, 17, 31, 0.08);
}

.globalst-wallet-logo img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.globalst-wallet-box-new h4 {
    position: relative;
    z-index: 1;
    color: #07111f;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 10px;
}

.globalst-wallet-box-new p {
    position: relative;
    z-index: 1;
    color: #5d6678;
    line-height: 26px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .globalst-wallet-section {
        padding: 70px 0;
    }

    .globalst-wallet-box-new {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .globalst-wallet-logo {
        width: 76px;
        height: 76px;
        border-radius: 20px;
    }

    .globalst-wallet-logo img {
        width: 48px;
        height: 48px;
    }
}





.iq-over-black-80:before {
    background: rgba(0, 0, 0, 0.8);
    background: radial-gradient(circle at 20% 20%, rgba(249, 183, 7, 0.18), transparent 28%), radial-gradient(circle at 85% 75%, rgba(249, 183, 7, 0.10), transparent 30%), linear-gradient(135deg, #050816 0%, #101a2c 55%, #050816 100%);
 
}











