@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&family=Roboto&display=swap");

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #ddd;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    background: #172027;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #fff;
}

h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
    color: #2e86de;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -16px;
}

h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -9px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin-top: -7px;
    font-weight: 600;
}

p {
    margin-top: -12px;
}

p:last-child {
    margin-bottom: -7px !important;
}

p a {
    color: #2e86de;
}

p a:hover {
    color: #2e86de;
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 54px;
        line-height: 64px;
        margin-top: -23px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -16px;
    }

    h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -14px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: -9px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -9px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.right_center {
    background-position: right center;
}

.left_center {
    background-position: left center;
}

.bottom_center {
    background-position: bottom center;
}

.bottom_left {
    background-position: bottom left;
}

.bottom_right {
    background-position: bottom right;
}

.top_center {
    background-position: top center;
}

.top_left {
    background-position: top left;
}

.top_right {
    background-position: top right;
}

.bg_contain {
    background-size: contain;
}

.bg_fixed {
    background-attachment: fixed;
}

.footer__widget .useful__links, .footer__contact__item, .header-wrapper, .menu, .header-top .header-top-area, .banner-wrapper, .call-to-wrapper, .contact__item, .faq__item .faq__title, .deposit-preview, .withdraw-preview, .message__chatbox__header, .reply-item, .profile-wrapper, .highlow-time-duration, .post__item .post__content .meta__date, .post__share, .widget.widget__tags ul, .widget__post, .post__tag {
    display: flex;
    flex-wrap: wrap;
}

.bg--overlay::before, .faq__item .faq__title .right__icon::before, .faq__item .faq__title .right__icon::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.pt-120 {
    padding-top: 80px;
}

.pb-120 {
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }

    .pb-120 {
        padding-bottom: 120px;
    }
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.mb-40-none {
    margin-bottom: -40px !important;
}

body *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #000;
}

body *::-webkit-scrollbar-button {
    background-color: #000;
}

body *::-webkit-scrollbar-thumb {
    background-color: #000000;
}

*::selection {
    background-color: #2e86de;
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px;
}

.overlay {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 71%);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.mb--50 {
    margin-bottom: -50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.bg--overlay {
    position: relative;
    overflow: hidden;
}

.bg--overlay::before {
    width: 101%;
    height: 101%;
    background: rgba(23, 32, 39, 0.8);
}

.bg--overlay > * {
    position: relative;
}

.section__header {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 600px;
}

@media (min-width: 992px) {
    .section__header {
        margin-bottom: 45px;
    }
}

.section__header .title {
    margin-bottom: 25px;
}

.section__header.section__header__left {
    margin-left: 0;
    text-align: left;
    max-width: 100%;
}

.rtl {
    direction: rtl;
}

.bg--body {
    background-color: #172027 !important;
}

.bg--section {
    background-color: #1e272e !important;
}

.btn--base,
.badge--base,
.bg--base {
    background-color: #2e86de !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
    background-color: #7367f0 !important;
}

.btn--secondary .badge--secondary .bg--secondary {
    background-color: #868e96 !important;
}

.btn--success,
.badge--success,
.bg--success {
    background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
    background-color: #EA2027 !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
    background-color: #f99f0b !important;
}

.btn--info,
.badge--info,
.bg--info {
    background-color: #1e9ff2 !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
    background-color: #fff !important;
}

.btn--white,
.badge--white,
.bg--white {
    background-color: #fff !important;
}

[class*="btn--"] {
    color: #fff;
    font-weight: 500;
}

[class*="btn--"]:hover {
    color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
    color: #fff;
}

.btn--warning:hover,
  .badge--warning:hover,
  .btn--white:hover,
  .badge--white:hover {
    color: #fff;
}

.btn--black,
.badge--black,
.bg--black {
    background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
    background-color: #fff !important;
}

.btn--1,
.badge--1,
.bg--1 {
    background-color: #47c2ef !important;
}

.text--primary {
    color: #7367f0 !important;
}

.text--secondary {
    color: #868e96 !important;
}

.text--success {
    color: #28c76f !important;
}

.text--danger {
    color: #EA2027 !important;
}

.text--warning {
    color: #f99f0b !important;
}

.text--info {
    color: #1e9ff2 !important;
}

.text--dark {
    color: #fff !important;
}

.text--white {
    color: #fff !important;
}

.text--white p, .text--white ul li, .text--white ul li a, .text--white span {
    color: #ddd;
}

.text--black {
    color: #000 !important;
}

.text--body {
    color: #ddd !important;
}

.text--base {
    color: #2e86de !important;
}

.text--title {
    color: #fff !important;
}

.text--1 {
    color: #47c2ef !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.bg--none {
    background: none !important;
}

.bg--section .highlow-time-duration li a, .bg--section .reply-item, .bg--section .list--group, .bg--section .cmn--table, .bg--section .dashboard__item, .bg--section .custom--card .card-body, .bg--section .predict-type-item, .bg--section .post__item, .bg--section .footer__contact__item, .bg--section .feature__item, .bg--section .cmn--form--control {
    background: #172027;
}

.bg--section .post__item .post__content .meta__date {
    background: #1e272e;
}

.bg--body .highlow-time-duration li a, .bg--body .reply-item, .bg--body .list--group, .bg--body .cmn--table, .bg--body .dashboard__item, .bg--body .custom--card .card-body, .bg--body .predict-type-item, .bg--body .post__item, .bg--body .footer__contact__item, .bg--body .feature__item, .bg--body .cmn--form--control {
    background: #1e272e;
}

.bg--body .post__item .post__content .meta__date {
    background: #172027;
}

.bg--glass .cmn--form--control {
    background: #172027;
}

.footer__widget {
    font-size: 14px;
}

.footer__widget .logo {
    display: block;
    max-width: 250px;
    height: 60px;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer__widget .logo {
        height: 50px;
    }
}

.footer__widget .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left center;
}

.footer__widget p {
    margin: 0;
    margin-bottom: 25px;
    line-height: 1.5;
    opacity: 0.7;            /* softer than full solid */
}

.footer__widget .title {
    margin-bottom: 34px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__widget .widget__links li {
    padding: 0;
}

.footer__widget .widget__links li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__widget .widget__links li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.footer__widget .widget__links li a::before {
    content: "\f101";
    font-family: "Line Awesome Free";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.footer__widget .widget__links li a:hover {
    padding-left: 25px;
    color: #2e86de;
}

.footer__widget .useful__links li {
    width: 100%;
    max-width: 150px;
    padding: 0;
    flex-grow: 1;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .footer__widget .useful__links li {
        max-width: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer__widget .useful__links li {
        max-width: 108px;
    }
}

.footer__widget .useful__links li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__widget .useful__links li a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.footer__widget .useful__links li a::before {
    content: "\f101";
    font-family: "Line Awesome Free";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.footer__widget .useful__links li a:hover {
    padding-left: 25px;
    color: #2e86de;
}

@media (max-width: 991px) {
    .footer__widget .title {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer__widget .title {
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

.footer-top {
    padding-bottom: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__contact__item {
    align-items: center;
    padding: 30px;
    background: #1e272e;
    height: 100%;
}

.footer__contact__item .footer__contact__thumb {
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 22px;
}

.footer__contact__item .footer__contact__content {
    padding-left: 20px;
    width: calc(100% - 50px);
}

.footer__contact__item .footer__contact__content .footer__contact__title {
    margin: 0;
}

.footer__contact__item .footer__contact__content .footer__contact__title a {
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer__contact__item {
        padding: 30px 20px;
        font-size: 14px;
    }

    .footer__contact__item .footer__contact__title {
        font-size: 18px;
    }
}

div[class*="col"]:nth-child(2) .footer__contact__item {
    background: #2e86de;
}

div[class*="col"]:nth-child(2) .footer__contact__item .footer__contact__thumb {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

div[class*="col"]:nth-child(2) .footer__contact__item .footer__contact__content .footer__contact__title a {
    color: #fff;
}

div[class*="col"]:nth-child(2) .footer__contact__item .footer__contact__content span {
    color: #fff;
}

.footer-middle {
    margin-top: -60px;
}

/* regulartory starts here */

/* Footer Legal Section - Enterprise Compliance Grade */
.footer-divider {
    padding: 1.75rem 0;
}

.divider-line {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        rgba(255, 255, 255, 0.04), 
        rgba(255, 255, 255, 0.08), 
        transparent);
    margin: 0;
}

.footer-legal {
    padding: 2rem 0 1.5rem;
}

.legal-content {
    background: linear-gradient(180deg, 
        rgba(30, 39, 46, 0.95) 0%, 
        rgba(26, 32, 44, 0.98) 100%);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.02);
    overflow: hidden;
    /* Consistent gaps on ALL screen sizes */
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.regulatory-section {
    padding: 2rem 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.regulatory-text {
    font-size: 0.8125rem; /* 13px */
    line-height: 1.65;
    color: #64748b;
    font-weight: 250; /* Ultra thin */
    letter-spacing: 0.025em;
    text-align: left;
    opacity: 0.75;
    max-width: 100%;
}

.regulatory-text strong {
    font-weight: 400;
    color: #94a3b8;
}

.copyright-section {
    padding: 1.25rem 2.5rem;
    text-align: left;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0125em;
    opacity: 0.8;
}

.copyright-section a {
    color: #94a3b8;
    transition: color 0.3s ease;
}

.copyright-section a:hover {
    color: #cbd5e0;
}

/* Responsive - Consistent gaps everywhere */
@media (max-width: 991px) {
    .legal-content {
        max-width: 90%;
        margin: 0 auto 2rem;
        border-radius: 12px;
    }
    
    .regulatory-section {
        padding: 1.75rem 2rem;
    }
    
    .copyright-section {
        padding: 1rem 2rem;
    }
}

@media (max-width: 768px) {
    .legal-content {
        max-width: 95%;
        margin: 0 auto 1.5rem;
        border-radius: 10px;
    }
    
    .regulatory-section {
        padding: 1.5rem 1.5rem 1.25rem;
    }
    
    .regulatory-text {
        font-size: 0.75rem;
        line-height: 1.6;
    }
    
    .copyright-section {
        padding: 1rem 1.5rem;
        font-size: 0.8125rem;
    }
}

@media (max-width: 480px) {
    .legal-content {
        max-width: 96%;
        margin: 0 auto 1rem;
        border-radius: 8px;
    }
    
    .regulatory-section {
        padding: 1.25rem 1.25rem 1rem;
    }
    
    .regulatory-text {
        font-size: 0.7rem;
    }
    
    .copyright-section {
        padding: 0.875rem 1.25rem;
    }
}

/* regulartory ends here */

.subscribe-form {
    position: relative;
}

.subscribe-form .cmn--btn {
    position: absolute;
    height: 46px;
    width: 46px;
    padding: 0;
    line-height: 50px;
    justify-content: center;
    right: 2px;
    top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.subscribe--form--control {
    height: 50px;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #fff;
}

.subscribe--form--control:focus {
    border-color: #2e86de;
    box-shadow: none;
}

.subscribe--form--control::placeholder {
    color: #c7c7c7cc;
}

.footer-middle-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header-wrapper .logo {
    width: 200px;
    max-height: 80px;
}

.header-wrapper .logo a {
    display: block;
}

.header-wrapper .logo img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 450px) {
    .header-wrapper .logo {
        width: 160px;
    }

    .header-wrapper .right-area .cmn-btn {
        font-size: 12px;
        line-height: 32px;
        padding: 0 12px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .header-wrapper .right-area .select-bar .current {
        font-size: 12px;
    }

    .header-wrapper .header-bar {
        margin-right: 0;
    }
}

header {
    z-index: 999;
}

.menu {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
}

.menu li {
    padding: 0;
}

.menu li a {
    padding: 5px 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

@media (min-width: 992px) {
    .menu li .submenu {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        min-width: 220px;
        background: #1e272e;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .menu li .submenu li a {
        display: flex;
        justify-content: space-between;
        padding: 5px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        font-weight: 400;
        color: #fff;
    }

    .menu li .submenu li .submenu {
        left: 100%;
        top: 10px;
    }

    .menu li .submenu li:hover > .submenu {
        top: 0;
    }

    .menu li .submenu li:hover > a {
        background: #2e86de;
        color: #fff;
        padding-left: 22px;
    }

    .menu li:hover > .submenu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        background: #1e272e;
        overflow: auto;
        max-height: calc(100vh - 100px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        display: block;
    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .menu li {
        padding: 0;
        border-bottom: 1px solid transparent;
    }

    .menu li.open ul li:last-child {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .menu li a {
        display: flex;
        color: #fff;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 20px;
        font-size: 16px;
    }

    .menu li:last-child > a {
        border: none;
    }

    .menu li .submenu {
        padding-left: 20px;
        display: none;
    }

    .menu li .submenu li a {
        font-size: 14px;
    }

    .menu li .cmn-btn {
        border: 1px solid rgba(255, 255, 255, 0.09) !important;
        font-size: 14px;
        line-height: 40px;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .menu {
        margin-left: auto;
    }
}

.header-section {
    position: relative;
}

.header-section .header-bottom {
    position: fixed;
    top: 45px !important;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.header-section.active .header-bottom {
    background: #1e272e;
}

.dark-logo {
    display: none;
}

.menu-item-has-children {
    position: relative;
    z-index: 999 !important;
}

.menu-item-has-children > a {
    align-items: center;
}

.menu-item-has-children > a::after {
    content: "\f107";
    font-weight: 600;
    font-family: "Line Awesome Free";
    margin-left: 5px;
}

@media (min-width: 992px) {
    .menu-item-has-children.open .submenu {
        display: block !important;
    }

    .menu-item-has-children .submenu {
        display: block !important;
    }
}

.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
}

@media (min-width: 576px) {
    .header-bar {
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .header-bar {
        display: none;
    }
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #fff;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 767px) {
    .header-bar {
        margin-left: 0;
    }
}

.header-top {
    position: relative;
    z-index: 100;
}

.header-top .header-top-area {
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.header-top .header-top-area li:first-child {
    padding-right: 10px;
}

.header-top .header-top-area li.links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    min-height: 45px;
    position: relative;
}

.header-top .header-top-area li.links a {
    text-decoration: none;
    padding: 5px 20px;
    color: #fff;
}

.header-top .header-top-area li.links i {
    margin-right: 7px;
}


.header-top .header-top-area li.links a {
    text-decoration: none;
    padding: 5px 20px;
    color: #fff;
}

.select-bar {
    height: 35px !important;
    display: block;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.302);
    width: 90px;
}

.select-bar select {
    height: 35px;
    border: none;
    background: transparent !important;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}

.select-bar select option {
    color: #000;
}

@media (max-width: 575px) {
    .select-bar {
        margin: 0 10px;
        width: 85px;
    }

    .select-bar select {
        padding: 0 5px;
    }
}

@media (max-width: 991px) {
    .select-bar {
        margin-left: auto;
    }
}

.dashboard-dashboard-icon {
    position: relative;
    padding: 5px;
}

.dashboard-dashboard-icon .avatar {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: #ddd;
    color: #000;
    text-align: center;
    margin: 0 auto;
    line-height: 42px;
    font-weight: bolder;
}

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

.dashboard-dashboard-icon .dashboard-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    background: #1e272e;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-dashboard-icon .dashboard-menu li {
    padding: 0 !important;
}

.dashboard-dashboard-icon .dashboard-menu li a {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.dashboard-dashboard-icon .dashboard-menu li:hover > a {
    background: #2e86de;
    color: #fff;
    padding-left: 22px;
}

.dashboard-dashboard-icon:hover .dashboard-menu {
    opacity: 1;
    visibility: visible;
}

/*Banner Section Starts Here*/
.banner-section {
    padding: 130px 0 60px;
    overflow: hidden;
    background-position: bottom center;
}

@media (max-width: 991px){
  .banner-section{ padding: 120px 0 70px; }
  .banner-thumb{ display: none; } /* keep your current behavior */
}

@media (max-width: 767px) {
    .banner-section {
        padding: 250px 0 140px;
    }
}

.banner-content {
    max-width: 600px;
}

.banner-content .banner-title {
    margin-bottom: 30px;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.banner-wrapper{
  display: flex;
  flex-wrap: nowrap;              /* IMPORTANT: stop wrapping */
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.banner-thumb{
  position: relative;
  padding-left: 0;
  width: 520px;                   /* stable width instead of calc() */
  flex: 0 0 520px;
}

.banner-anime-thumbs{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.banner-thumb img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;                /* remove max-width:780px */
}

@media (max-width: 991px) {
    .banner-thumb {
        display: none;
    }
}

.marquee-wrapper {
    padding: 10px;
    display: flex;
}

.banner-anime {
    position: absolute;
}

.banner-anime img {
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    animation: banner-fadeSm 4s alternate infinite;
    -webkit-animation: banner-fadeSm 4s alternate infinite;
    -moz-animation: banner-fadeSm 4s alternate infinite;
}

.banner-anime1 {
    top: 140px;
    left: 85px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.banner-anime1 img {
    max-width: 70px;
}

.banner-anime2 {
    top: 205px;
    left: 330px;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.banner-anime2 img {
    max-width: 50px;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}

.banner-anime3 {
    top: 280px;
    left: 500px;
}

.banner-anime3 img {
    max-width: 60px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.banner-anime4 {
    top: 385px;
    left: 650px;
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
}

.banner-anime4 img {
    max-width: 60px;
}

.banner-anime1{ top: 14%; left: 11%; }
.banner-anime2{ top: 23%; left: 40%; }
.banner-anime3{ top: 34%; left: 61%; }
.banner-anime4{ top: 50%; left: 80%; }

@keyframes banner-fadeSm {
    0% {
        opacity: .6;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    80% {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* Hero spacing - balanced */
.hero-section {
    padding: 140px 0 70px;
}

/* Tablet */
@media (max-width: 991px) {
    .hero-section {
        padding: 120px 0 60px;
    }
}

/* Phone */
@media (max-width: 576px) {
    .hero-section {
        padding: 110px 0 50px;
    }
}

/* Contact page */
.hero-section.contact-hero {
    padding: 130px 0 160px;
}

@media (max-width: 991px) {
    .hero-section.contact-hero {
        padding: 110px 0 130px;
    }
}

@media (max-width: 576px) {
    .hero-section.contact-hero {
        padding: 100px 0 110px;
    }
}


.custom--card {
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.custom--card .card-header {
    background: #485460;
    text-align: center;
    margin-left: -1px;
    margin-right: -1px;
}

.custom--card .card-header .card-title {
    margin: 0;
}

.custom--card .card-body {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1e272e;
}

.custom--card .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.trend__item {
    display: flex;
    align-items: center;
}

.trend__item .trend1, .trend__item .trend2 {
    width: 40px;
    font-size: 14px;
}

.trend__item .trend2 {
    text-align: right;
}

.trend__item .trend-bar {
    flex-grow: 1;
    display: flex;
}

.trend__item .trend-bar .trend-divider {
    width: 3px;
}

.trend__item .trend-bar .trend-bar1, .trend__item .trend-bar .trend-bar2 {
    height: 3px;
    flex-grow: 1;
}

.trend__item .trend-bar .trend-bar1 {
    background: #EA2027;
}

.trend__item .trend-bar .trend-bar2 {
    background: #28c76f;
}

.popular__assets__item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.popular__assets__item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.popular__assets__item:not(:first-child) {
    padding-top: 10px;
}

.popular__assets__item .popular__assets__name {
    width: 90px;
}

.popular__assets__item .popular__assets__status i[class*="angle-up"] {
    color: #28c76f;
}

.popular__assets__item .popular__assets__status i[class*="angle-down"] {
    color: #EA2027;
}

.popular__assets__item .popular__assets__predict {
    margin-left: auto;
}

.popular__assets__item .popular__assets__predict .cmn--btn {
    font-size: 14px;
    padding: 1px 12px;
}

@media screen and (max-width: 400px) {
    .popular__assets__item .popular__assets__predict .cmn--btn {
        padding: 0px 8px;
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    .popular__assets__item {
        font-size: 12px;
    }
}

.custom--modal {
    background: rgba(255, 255, 255, 0.1);
}

.custom--modal .modal-footer,
  .custom--modal .modal-header {
    background: #1e272e;
    border-color: rgba(255, 255, 255, 0.1);
}

.custom--modal .modal-footer .modal-title,
    .custom--modal .modal-header .modal-title {
    margin: 0;
}

.custom--modal .modal-footer .btn-close,
    .custom--modal .modal-header .btn-close {
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: #EA2027;
    opacity: 1;
}

.custom--modal .modal-content {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #172027;
}

.predict-type-content {
    padding: 30px;
}

.predict-type-content p {
    margin: 0;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .predict-type-content {
        padding: 0;
    }
}

.predict-type-item {
    padding: 25px 10px;
    background: #1e272e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    text-align: center;
    height: 100%;
    text-transform: capitalize;
}

.predict-type-item .icon {
    line-height: 1;
    font-size: 36px;
    color: #2e86de;
    margin-bottom: 10px;
}

.couple--buttons {
    margin: -5px;
}

.couple--buttons a {
    margin: 5px;
}

.couple--buttons a img {
    max-width: 100%;
}

@media (max-width: 1399px) {
    .app-thumb img {
        max-width: 650px;
    }
}

@media (max-width: 991px) {
    .app-thumb {
        max-width: 500px;
    }

    .app-thumb img {
        max-width: 100%;
    }
}

/* Feature Section */
/* Feature Section - Enterprise Grade */
.feature__item {
    padding: 3.5rem 2.5rem 3.75rem;
    text-align: center;
    height: 100%;
    background: linear-gradient(145deg, #1a202c 0%, #2d3748 50%, #1a202c 100%);
    position: relative;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 
        0 10px 15px -3px rgba(0, 0, 0, 0.2),
        0 4px 6px -2px rgba(0, 0, 0, 0.15),
        0 20px 60px -10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.feature__item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.03) 0%,
        rgba(16, 185, 129, 0.03) 50%,
        rgba(236, 72, 153, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature__item .feature__thumb {
    position: relative;
    margin-bottom: 2rem;
    z-index: 2;
}

.feature__item .feature__thumb i {
    font-size: 3.5rem;
    line-height: 1;
    color: #3b82f6;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(59, 130, 246, 0.08));
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 
        0 8px 25px rgba(59, 130, 246, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.feature__item .feature__thumb i::before {
    position: relative;
    z-index: 2;
}

.feature__item .feature__content {
    position: relative;
    z-index: 2;
}

.feature__item .feature__content .feature__title {
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: 1.25rem;
    color: #f7fafc;
    letter-spacing: -0.025em;
    line-height: 1.3;
}

.feature__item .feature__content .feature__text {
    color: #cbd5e0;
    line-height: 1.6;
    font-weight: 400;
}

.feature__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(59, 130, 246, 0.6) 50%,
        transparent 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature__item:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.35),
        0 10px 20px -8px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
    background: linear-gradient(145deg, #1a202c 0%, #2d3748 60%, #1a202c 100%);
}

.feature__item:hover::before {
    opacity: 1;
}

.feature__item:hover .feature__thumb i {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 
        0 15px 35px rgba(59, 130, 246, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(59, 130, 246, 0.3);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(59, 130, 246, 0.15));
}

.feature__item:hover::after {
    transform: scaleX(1);
}

@media (max-width: 768px) {
    .feature__item {
        padding: 3rem 2rem 3rem;
        border-radius: 20px;
        transform: none;
    }
    
    .feature__item:hover {
        transform: translateY(-8px);
    }
    
    .feature__item .feature__thumb i {
        font-size: 3rem;
        width: 5rem;
        height: 5rem;
    }
}

@media (max-width: 480px) {
    .feature__item {
        padding: 2.5rem 1.75rem;
        border-radius: 16px;
    }
    
    .feature__item .feature__thumb i {
        font-size: 2.75rem;
        width: 4.75rem;
        height: 4.75rem;
    }
}

.trade--tabs {
    border: 0;
    justify-content: center;
}

.trade--tabs .nav-item {
    padding: 0;
}

.trade--tabs .nav-item .nav-link {
    padding: 15px 40px;
    background: #1e272e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.trade--tabs .nav-item .nav-link.active {
    background: #2e86de;
    color: #fff;
}

.chart-wrapper {
    width: 100%;
    overflow-x: auto;
    text-align: center;
}

.chart-wrapper img {
    width: 100%;
}

.call-to-wrapper {
    justify-content: center;
    align-items: center;
    padding: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.call-to-wrapper .title {
    margin: 0;
    width: calc(100% - 200px);
}

.call-to-wrapper .call-to-btn {
    text-align: right;
    width: 200px;
}

@media (max-width: 767px) {
    .call-to-wrapper {
        padding: 50px 30px;
    }

    .call-to-wrapper .call-to-btn, .call-to-wrapper .title {
        width: 100%;
        text-align: center;
    }

    .call-to-wrapper .title {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .call-to-wrapper {
        padding: 40px 20px;
    }
}

/*Account Section Starts Here*/
.account-section {
    min-height: 100vh;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.account-logo {
    max-width: 280px;
    margin: 0 auto 50px;
}

.account-logo a {
    display: block;
}

.account-logo img {
    width: 100%;
    max-height: 250px;
}

.cmn--form--group {
    margin-bottom: 20px;
}

.cmn--form--group .input-group-text {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 5px 0 0 5px !important;
    -moz-border-radius: 5px 0 0 5px !important;
    border-radius: 5px 0 0 5px !important;
}
.cmn--form--group a {
    text-decoration: none !important;
}
.cmn--label {
    cursor: pointer;
    margin-bottom: 15px;
}

select.cmn--form--control {
    color: #fff;
    flex: 1 1 auto;
    width: 100%;
}

select.cmn--form--control option {
    color: #fff;
    background-color: #111;
}

.cmn--form--control {
    height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1e272e;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}

.cmn--form--control::placeholder {
    color: #fff;
}

.cmn--form--control:focus {
    border-color: rgba(46, 134, 222, 0.2);
    box-shadow: none;
    background: inherit;
}

@media (max-width: 575px) {
    .cmn--form--control {
        height: 50px;
    }
}

input[type="file"].cmn--form--control {
    padding: 17px 24px;
    height: unset;
    color: #fff;
}

@media (max-width: 575px) {
    input[type="file"].cmn--form--control {
        padding: 12px 18px;
    }
}

.account-wrapper {
    max-width: 700px;
    padding: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .account-wrapper {
        padding: 30px 20px;
    }
}

.form--checkbox {
    height: 20px;
    width: 20px;
    display: block;
    margin-right: 10px;
}

textarea.cmn--form--control {
    padding: 20px;
    height: 160px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.bg--glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.move--top {
    margin-top: -180px;
    position: relative;
    padding-top: 0;
}

.contact__item {
    align-items: center;
    padding: 50px 30px;
    background: #1e272e;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}

.contact__item .contact__thumb {
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 22px;
}

.contact__item .contact__content {
    padding-left: 20px;
    width: calc(100% - 50px);
}

.contact__item .contact__content .contact__title {
    margin: 0;
}

.contact__item .contact__content .contact__title a {
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact__item {
        padding: 30px 20px;
        font-size: 14px;
    }

    .contact__item .contact__title {
        font-size: 18px;
    }
}

div[class*="col"]:nth-child(2) .contact__item {
    background: #2e86de;
}

div[class*="col"]:nth-child(2) .contact__item .contact__thumb {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

div[class*="col"]:nth-child(2) .contact__item .contact__content .contact__title a {
    color: #fff;
}

div[class*="col"]:nth-child(2) .contact__item .contact__content span {
    color: #fff;
}

.faq__wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq__item {
    background: #1e272e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq__item:not(:last-child) {
    margin-bottom: 20px;
}

.faq__item .faq__title {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    align-items: center;
}

.faq__item .faq__title .title {
    margin: 0;
    width: calc(100% - 30px);
}

.faq__item .faq__title .right__icon {
    width: 26px;
    height: 26px;
    position: relative;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.faq__item .faq__title .right__icon::before, .faq__item .faq__title .right__icon::after {
    background: #2e86de;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq__item .faq__title .right__icon::before {
    width: 14px;
    height: 2px;
}

.faq__item .faq__title .right__icon::after {
    width: 2px;
    height: 14px;
}

.faq__item .faq__content {
    padding: 30px;
    display: none;
}

.faq__item .faq__content p {
    margin: 0;
    margin-bottom: 20px;
}

.faq__item.active .faq__content {
    display: block;
}

.faq__item.open .faq__title {
    background: #2e86de;
}

.faq__item.open .faq__title .title {
    color: #fff;
}

.faq__item.open .faq__title .right__icon::after {
    height: 0;
}

.faq__item.open .faq__title .right__icon::before {
    background: #fff;
}

@media (max-width: 575px) {
    .faq__item .faq__content {
        padding: 20px 15px;
    }
}

/*Dashboard Section*/
/*Starts here*/

/* ==========================================================
   DASHBOARD KPI (BLUE ONLY • PREMIUM • NO HEAVY GLOW)
   Replace your KPI css with this
   ========================================================== */

.dashboard__item{
    display:flex;
    align-items:stretch;
    height:100%;
    background: linear-gradient(145deg, #1e272e 0%, #232d33 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    transition: transform .28s cubic-bezier(.16,1,.3,1),
                border-color .28s ease,
                background .28s ease;
    box-shadow:
        0 10px 18px -6px rgba(0,0,0,0.28),
        0 6px 10px -6px rgba(0,0,0,0.22);
    position: relative;
    isolation:isolate;
}

/* subtle top hairline */
.dashboard__item::before{
    content:"";
    position:absolute;
    top:0; left:0; right:0;
    height:1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.10), transparent);
    z-index:3;
}

/* subtle inner sheen (NOT a glow) */
.dashboard__item::after{
    content:"";
    position:absolute;
    inset:0;
    background: radial-gradient(600px 220px at 20% 0%,
              rgba(255,255,255,0.035), transparent 60%);
    pointer-events:none;
    z-index:1;
}

/* ----------------------------------------------------------
   ICON BLOCK (BLUE ONLY)
   ---------------------------------------------------------- */
.dashboard__thumb{
    width: 92px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    flex-shrink:0;
    position:relative;
    z-index:2;

    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);

    /* minimal depth */
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18);
    transition: transform .28s cubic-bezier(.16,1,.3,1),
                filter .28s ease,
                background .28s ease;
}

/* icon: subtle “platform-grade” motion */
.dashboard__thumb i{
    font-size: 2.25rem !important;
    transform: translateZ(0);
    animation: kpiFloat 3.2s ease-in-out infinite;
    opacity: .98;
}

/* gentle micro-motion (no bounce) */
@keyframes kpiFloat{
    0%,100%{ transform: translateY(0); }
    50%{ transform: translateY(-2px); }
}

/* ----------------------------------------------------------
   CONTENT
   ---------------------------------------------------------- */
.dashboard__content{
    padding: 2.25rem;
    flex: 1;
    position: relative;
    z-index: 2;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* stronger hierarchy */
.dashboard__title{
    margin: 0 0 .55rem 0 !important;
    font-weight: 800 !important;
    font-size: 1.55rem !important;
    color: #f8fafc !important;
    letter-spacing: -0.02em !important;
    line-height: 1.25 !important;
}

.subtitle{
    color: rgba(148,163,184,0.95) !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    margin-bottom: 1.35rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em;
}

/* ----------------------------------------------------------
   BUTTON (BLUE ONLY, MATCHES SECTION)
   ---------------------------------------------------------- */
.dashboard__item .btn--sm{
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    padding: 0.65rem 1.35rem !important;
    border-radius: 12px !important;
    transition: transform .2s ease, filter .2s ease, background .2s ease;

    background: rgba(59,130,246,0.14) !important;
    border: 1px solid rgba(59,130,246,0.32) !important;
    color: #eaf2ff !important;
}

.dashboard__item .btn--sm:hover{
    transform: translateY(-2px);
    filter: brightness(1.06);
    background: rgba(59,130,246,0.18) !important;
    border-color: rgba(59,130,246,0.45) !important;
}

/* ----------------------------------------------------------
   HOVER (NO HEAVY GLOW)
   ---------------------------------------------------------- */
.dashboard__item:hover{
    transform: translateY(-8px);
    border-color: rgba(255,255,255,0.14);
    background: linear-gradient(145deg, #202a31 0%, #263038 100%);
}

.dashboard__item:hover .dashboard__thumb{
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* pause float + slight lift on hover (more premium) */
.dashboard__item:hover .dashboard__thumb i{
    animation: none;
    transform: translateY(-2px);
}

/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */
@media (max-width: 991px){
    .dashboard__item{
        flex-direction: column;
        border-radius: 16px;
    }
    .dashboard__thumb{
        width: 100%;
        height: 90px;
        border-radius: 16px 16px 0 0;
    }
    .dashboard__content{
        padding: 2rem;
    }
}

@media (max-width: 768px){
    .dashboard__content{
        padding: 1.75rem;
    }
    .dashboard__thumb{
        height: 80px;
    }
    .dashboard__thumb i{
        font-size: 2rem !important;
    }
}

.cmn--table {
    margin: 10;
    border: none;
    background: #1e272e;
}

.cmn--table thead tr th {
    font-family: "Rajdhani", sans-serif;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    border: none;
    background: #2e86de;
}



.cmn--table tbody {
    color: #fff;
    text-align: center;
}

.cmn--table tbody tr td {
    vertical-align: middle;
    padding: 12px 5px;
    border-color: rgba(255, 255, 255, 0.2);
}

.cmn--table tbody tr td .badge {
    text-transform: capitalize;
}
.cmn--table tbody tr td .date {
    font-size: 14px;
}

@media (max-width: 768px) {
    .cmn--table thead {
        display: none;
    }

    .cmn--table tbody tr {
        display: block;
    }

    .cmn--table tbody tr:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cmn--table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 15px;
        text-align: right;
    }

    .cmn--table tbody tr td::before {
        content: attr(data-label);
        text-align: left;
    }

    .cmn--table tbody tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(15px);
    }
}

/*Ends here*/

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

.deposit--card {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

@media (max-width: 575px) {
    .deposit--card {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.deposit-preview {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.deposit-preview .deposit-thumb {
    width: 400px;
}

.deposit-preview .deposit-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deposit-preview .deposit-content {
    width: calc(100% - 400px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.deposit-preview .deposit-content ul {
    width: 100%;
}

.deposit-preview .deposit-content ul li {
    padding: 10px 0;
    font-size: 14px;
}

.deposit-preview .deposit-content ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
    .deposit-preview .deposit-content,
    .deposit-preview .deposit-thumb {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .deposit-preview .deposit-thumb {
        width: 200px;
    }

    .deposit-preview .deposit-content {
        width: calc(100% - 200px);
    }
}

@media (max-width: 575px) {
    .deposit-preview {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .deposit-preview .deposit-thumb {
        width: 100%;
    }

    .deposit-preview .deposit-content {
        padding: 20px 25px;
        width: 100%;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

input[readonly].cmn--form--control:focus {
    color: #fff !important;
}

.withdraw-preview {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.withdraw-preview .withdraw-form-area {
    width: calc(100% - 350px);
    padding: 25px;
}

.withdraw-preview .withdraw-content {
    width: 350px;
}

@media (max-width: 767px) {
    .withdraw-preview .withdraw-form-area,
    .withdraw-preview .withdraw-content {
        width: 100%;
    }
}

.withdraw-content {
    padding: 15px 25px 25px;
}

.withdraw-content ul {
    width: 100%;
}

.withdraw-content ul li {
    padding: 10px 0;
    font-size: 14px;
}

.withdraw-content ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.h--50px {
    height: 50px;
}

.form--group {
    margin-bottom: 20px;
}

.preview-header {
    padding: 15px;
    background: #485460;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.two-factor-content {
    padding: 20px;
}

.two-factor-content .two__fact__text {
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .two-factor-content {
        padding: 0;
    }
}

.subtitle--bordered {
    margin: 0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cursor-pointer {
    cursor: pointer;
}

.message__chatbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.message__chatbox__header {
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #485460;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.message__chatbox__header .title {
    margin: 0;
}

.message__chatbox__body {
    padding: 30px;
}

@media (max-width: 575px) {
    .message__chatbox__body {
        padding: 15px;
    }
}

.list--group {
    background: #1e272e;
}

.list--group .list-group-item {
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
}

.reply-item {
    padding: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
    margin: 10px;
    background: #1e272e;
}

.reply-item .name-area {
    padding: 20px;
    width: 220px;
    text-align: center;
}

.reply-item .name-area .title {
    margin: 0;
}

.reply-item .name-area .reply-thumb {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.reply-item .name-area .reply-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reply-item .content-area {
    width: calc(100% - 220px);
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.reply-item .content-area .meta-date {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 767px) {
    .reply-item {
        padding: 0;
    }

    .reply-item .name-area, .reply-item .content-area {
        width: 100%;
        border: none;
    }

    .reply-item .name-area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.reply-message-area {
    margin: -10px;
}

.reply-message-area li {
    padding: 0;
}

.reply-message-area li ul {
    padding-left: 20px;
}

@media (min-width: 768px) {
    .reply-message-area li ul {
        padding-left: 50px;
    }
}

.profile-wrapper {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-wrapper .profile-user {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
}

.profile-wrapper .profile-user .thumb {
    margin-bottom: 20px;
}

.profile-wrapper .profile-user .thumb img {
    max-width: 100%;
}

.profile-wrapper .profile-form-area {
    width: calc(100% - 300px);
}

@media (min-width: 992px) {
    .profile-wrapper .profile-form-area {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .profile-wrapper .profile-form-area {
        padding-left: 70px;
    }
}

@media (max-width: 991px) {
    .profile-wrapper .profile-form-area {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .profile-wrapper {
        padding: 30px 15px;
    }
}

.highlow-time-duration {
    justify-content: center;
}

.highlow-time-duration li {
    padding: 5px;
}

.highlow-time-duration li a {
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1e272e;
    color: #fff;
}

.highlow-time-duration li a i {
    color: #2e86de;
}
.highlow-time-duration li a.active {
    box-shadow: 0 0 4px rgb(255 255 255 / 40%);
    background: #485460;
}
.highlow-predict button {
    width: 100%;
    justify-content: center;
}

.highlow-predict button:not(:last-child) {
    margin-bottom: 10px;
}

.predict-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.predict-group .input-group {
    width: calc(100% - 200px);
    padding-right: 20px;
}

.predict-group .highlow-predict {
    width: 200px;
    font-size: 20px;
}

@media screen and (max-width: 499px) {
    .predict-group {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .predict-group .input-group {
        padding: 0 0 25px;
        width: 100%;
    }

    .predict-group .highlow-predict {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: -5px;
    }

    .predict-group .highlow-predict button {
        width: unset;
        margin: 5px;
        flex-grow: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    60% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

    90% {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3) translateY(-50%);
        transform: scale(0.3) translateY(-50%);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
    }
}

/*Blog Section Starts Here*/
.post__item {
    background: #1e272e;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.post__item .post__thumb {
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.post__item .post__thumb a {
    display: block;
}

.post__item .post__thumb .category {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 4px 15px;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    background: #2e86de;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.post__item .post__thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.post__item .post__content {
    padding: 30px;
}

.post__item .post__content .post__title {
    margin-bottom: 20px;
}

.post__item .post__content .post__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

.post__item .post__content .meta__date {
    border-left: 5px solid #2e86de;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    justify-content: space-between;
    padding: 5px;
    background: #172027;
}

.post__item .post__content .meta__date .meta__item {
    font-size: 14px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.post__item .post__content .meta__date .meta__item i {
    font-size: 20px;
    color: #2e86de;
    margin-right: 6px;
}

.post__item:hover .post__thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post__item .post__read {
    font-family: "Rajdhani", sans-serif;
    margin-top: 25px;
    color: #2e86de;
}

@media (max-width: 991px) {
    .post__item .post__content {
        padding: 25px 15px 20px;
    }
}

.post__share {
    margin: -3px;
}

.post__share li {
    padding: 3px;
}

.post__share li a {
    text-decoration: none;
}

.post__share li a i {
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    background: #2e86de;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
    background: #3b5998;
}

.post__share li a i[class*="twitter"] {
    background: #55acee;
}

.post__share li a i[class*="instagram"] {
    background: #e4405f;
}

.post__share li a i[class*="skype"] {
    background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
    background: #007bb5;
}

.post__share li a i[class*="youtube"] {
    background: #cd201f;
}

.post__share li a i[class*="behance"] {
    background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
    background: #34465d;
}

.post__share li a i[class*="pinterest"] {
    background: #007bb5;
}

.post__share li a i[class*="navy"] {
    background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
    background: #db3776;
}

.post__share li a i[class*="vimeo"] {
    background: #1ab7ea;
}

/*Blog Section Starts Here*/
.read--more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

[class*="line--limit"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line--limit-1 {
    -webkit-line-clamp: 1;
}

.line--limit-2 {
    -webkit-line-clamp: 2;
}

.line--limit-3 {
    -webkit-line-clamp: 3;
}

.line--limit-4 {
    -webkit-line-clamp: 4;
}

.line--limit-5 {
    -webkit-line-clamp: 5;
}

/*Sidebar*/
.blog-sidebar {
    padding: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 400px) {
    .blog-sidebar {
        padding: 30px 20px;
    }
}

.widget__title {
    margin-bottom: 10px;
}

.widget:not(:last-child) {
    margin-bottom: 40px;
}

.widget.widget__category ul li {
    padding: 0;
}

.widget.widget__category ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
}

.widget.widget__category ul li a:hover {
    padding-left: 10px;
}

.widget.widget__post__area ul li {
    padding: 10px 0;
}

.widget.widget__tags ul {
    margin: -5px;
}

.widget.widget__tags ul li {
    padding: 5px;
}

.widget.widget__tags ul li a {
    padding: 8px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #172027;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget.widget__tags ul li a:hover, .widget.widget__tags ul li a.active {
    background: #2e86de;
    color: #fff;
}

.widget__post {
    text-decoration: none;
}

.widget__post .widget__post__thumb {
    width: 80px;
    height: 80px;
}

.widget__post .widget__post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget__post .widget__post__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.widget__post .widget__post__content .widget__post__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    margin-bottom: 5px;
}

.widget__post .widget__post__content span {
    font-size: 14px;
    color: #2e86de;
}

/*Blog Single*/
.post__details .post__header {
    margin-bottom: 40px;
}

.post__details .post__header .post__title {
    margin-bottom: 25px;
}

.post__details p {
    margin-bottom: 30px;
}

.post__details .post__thumb {
    height: 420px;
    margin-bottom: 30px;
}

.post__details .post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post__details .post__quote {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .post__details .post__thumb {
        height: unset;
    }
}

.post__quote {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-style: italic;
    text-align: center;
    padding: 0 30px;
    border-left: 3px solid #2e86de;
}

@media (max-width: 575px) {
    .post__quote {
        padding: 0 15px;
        font-size: 20px;
    }
}

.post__tag, .post__share {
    margin: -5px;
}

.post__tag li, .post__share li {
    padding: 5px;
}

.post__share__title {
    margin-bottom: 10px;
}

.post__tag li a {
    font-size: 14px;
    padding: 5px 15px;
    background: #1e272e;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.post__tag li a:hover, .post__tag li a.active {
    background: #2e86de;
    color: #fff;
}

.post__share li a {
    text-decoration: none;
}

.post__share li a i {
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    background: #2e86de;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
    background: #3b5998;
}

.post__share li a i[class*="twitter"] {
    background: #55acee;
}

.post__share li a i[class*="instagram"] {
    background: #e4405f;
}

.post__share li a i[class*="skype"] {
    background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
    background: #007bb5;
}

.post__share li a i[class*="youtube"] {
    background: #cd201f;
}

.post__share li a i[class*="behance"] {
    background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
    background: #34465d;
}

.post__share li a i[class*="pinterest"] {
    background: #007bb5;
}

.post__share li a i[class*="navy"] {
    background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
    background: #db3776;
}

.post__share li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.scrollToTop {
    --primary-color: #2e86de;
    --primary-hover: #1e5fb4;
    --shadow: 0 6px 24px rgba(46, 134, 222, 0.4);
    --glow: 0 0 16px rgba(46, 134, 222, 0.7);
    
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    z-index: 9999;
    bottom: 24px;
    right: 24px;
    font-size: 16px;
    font-weight: 700;
    position: fixed;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--primary-color), var(--primary-hover));
    box-shadow: var(--shadow);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(100px) scale(0.8);
    opacity: 0;
    cursor: pointer;
    user-select: none;
}

.scrollToTop::before {
    content: '↥';
    position: absolute;
    font-size: 18px;
    transition: inherit;
}

.scrollToTop:hover {
    box-shadow: var(--glow), var(--shadow);
    transform: translateY(-3px) rotate(360deg) scale(1.1);
}

.scrollToTop:active {
    transform: translateY(0) scale(0.95);
}

.scrollToTop.active {
    transform: translateY(0) scale(1);
    opacity: 1;
    animation: pulseFloat 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

@keyframes pulseFloat {
    0%, 100% { 
        transform: translateY(0) scale(1); 
        box-shadow: var(--shadow);
    }
    50% { 
        transform: translateY(-6px) scale(1.02); 
        box-shadow: var(--glow), 0 12px 32px rgba(46, 134, 222, 0.6);
    }
}

@keyframes slideUpSpin {
    0% { 
        transform: translateY(100px) scale(0.8) rotate(0deg); 
        opacity: 0;
    }
    50% { 
        transform: translateY(-8px) scale(1.1) rotate(180deg); 
        opacity: 1;
    }
    100% { 
        transform: translateY(0) scale(1) rotate(360deg); 
    }
}

/* Mobile-first: Animation ALWAYS works */
.scrollToTop.active {
    animation: 
        slideUpSpin 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
        pulseFloat 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s infinite;
}

/* Tiny mobile optimization */
@media (max-width: 480px) {
    .scrollToTop {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        bottom: 20px;
        right: 20px;
    }
    .scrollToTop::before {
        font-size: 16px;
    }
}

.scrollToTop img {
    width: 100%;
}

.video-button {
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #47c2ef;
    line-height: 75px;
    text-align: center;
}

.video-button img {
    width: 100%;
}

.video-button i {
    font-size: 24px;
    color: #fff;
}

.video-button::before, .video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background: #47c2ef;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.cmn--outline--btn {
    color: #2e86de;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 30px;
    text-transform: uppercase;
    border: 1px solid rgba(46, 134, 222, 0.5);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    background: transparent;
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
}

.cmn--outline--btn:hover {
    color: #fff;
    border-color: #2e86de;
    background: #2e86de;
}

.cmn--outline--btn.white--btn {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    background: #fff;
}

.cmn--outline--btn.btn--sm {
    padding: 7px 20px;
}

.cmn--outline--btn.btn--md {
    padding: 10px 25px;
}

.cmn--outline--btn.btn--lg {
    padding: 13px 35px;
}

.cmn--outline--btn.btn--block {
    padding: 10px 25px;
    display: block;
}

.cmn--btn {
    color: #fff;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 30px;
    background: #2e86de;
    border: 1px solid transparent;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
}

.cmn--btn::before, .cmn--btn::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
}

.cmn--btn:hover {
    color: #fff;
    border-color: #2e86de;
}

.cmn--btn:hover::before, .cmn--btn:hover::after {
    transition: all ease .2s;
    opacity: 1;
}

.cmn--btn:hover::before {
    right: 100%;
}

.cmn--btn:hover::after {
    left: 100%;
}


.cmn--btn.btn--sm {
    padding: 7px 20px;
}

.cmn--btn.btn--md {
    padding: 10px 25px;
}

.cmn--btn.btn--lg {
    padding: 13px 35px;
}

.cmn--btn.btn--block {
    padding: 10px 25px;
}

.cmn--btn.btn-block, .cmn--btn.btn--block {
    width: 100%;
    display: block;
    text-align: center;
}

.button-area {
    margin: -5px;
}

.button-area a {
    margin: 5px;
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

.menu > li:last-child .submenu {
    left: unset;
    right: 0;
}

.pagination {
    margin: -3px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
    .pagination .page-item span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: #fcf6f5ff;
    padding: 0;
    line-height: 40px;
    display: block;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}

.pagination .page-item a span,
      .pagination .page-item span span {
    border: none;
}

.pagination .page-item a.active, .pagination .page-item a:hover,
      .pagination .page-item span.active,
      .pagination .page-item span:hover {
    background: #2e86de;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pagination .page-item.disabled span {
    background: rgba(46, 134, 222, 0.3);
    border: none;
    color: #fff;
}
#expert_chart,
#expert_chart >div,
#expert_chart >div>div {
    width: 100% !important;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e272e;
}
.loader {
    text-align: center;
    text-transform: uppercase;
    font-size: 4.6875em;
    color: transparent;
    letter-spacing: 0.01em;
  }
  
  .loader span {
    text-shadow:
      0 0 2px rgba(204, 208, 212,0.9),
      0 15px 25px rgba(0, 0, 0, 0.3),
      0 -2px 3px rgba(0, 0, 0, 0.1),
      0 -5px 10px rgba(255, 255, 255, 0.5),
      0 5px 10px rgba(0, 0, 0, 0.3),
      0 3px 4px rgba(255, 255, 255, 0.2),
      0 0 20px rgba(255, 255, 255, 0.45);
      animation: loading 0.85s ease-in-out infinite alternate;
  }
  
  @keyframes loading {
      to {text-shadow:
      0 0 2px rgba(204, 208, 212,0.2),
      0 0 3px rgba(0, 0, 0, 0.02),
      0 0 0 rgba(0, 0, 0, 0),
      0 0 0 rgba(255, 255, 255, 0),
      0 0 0 rgba(0, 0, 0, 0),
      0 0 0 rgba(255, 255, 255, 0),
      0 0 0 rgba(255, 255, 255, 0);}
  }
  
  .loader span:nth-child(2) {
    animation-delay:0.15s;
  }
  
  .loader span:nth-child(3) {
    animation-delay:0.30s;
  }
  
  .loader span:nth-child(4) {
    animation-delay:0.45s;
  }
  
  .loader span:nth-child(5) {
    animation-delay:0.60s;
  }
  
  .loader span:nth-child(6) {
animation-delay:0.75s;
}
  
  .loader span:nth-child(7) {
    animation-delay:0.90s;
  }
  .form-group {
    margin-bottom: 15px;
}

.border--warning{
    border-color: #f99f0b !important;
}
.text--base{
    text-decoration: none;
}

.table>:not(:first-child) {
    border-top: 0;
}
.badge--dark{
    background-color: #000 !important;
}
.btn--base-outline {
    border: 2px solid #2985c8;
    color: #2985c8;
    font-weight: 600 !important;
}
.btn--base-outline:hover {
    color: #2985c8 !important;
}
.btn--danger-outline {
    border: 2px solid #EA2027;
    color: #EA2027;
    font-weight: 600 !important;
}
.btn--danger-outline:hover {
    color: #EA2027 !important;
}

.btn--dark {
    background-color:#000 !important;
}
.pagination {
    justify-content: center;
}
.custom--card .card-header {
    padding: 20px;
}
.b-input{
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.subscribe--form--control:focus{
    border-color: rgba(46, 134, 222, 0.2);
    box-shadow: none;
    background: inherit;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
@media screen and (max-width: 600px) {
    img.crypto-img {
    width: 100%;
    }
}
.cmn--outline--btn:hover{
    color: #fff !important;
}

@media only screen and (max-width: 1050px) {
    .header-section.active .header-bottom {
        top: 45px !important;
    }
    
  }

  @media only screen and (max-width: 767px) {
    .highlow-time-duration li a{
        padding: 10px;
        font-size: 14px;
    }
  }
  @media only screen and (max-width: 400px) {
    .highlow-time-duration li a{
        padding: 10px 15px;
    }
  }


.page-link:focus{
    box-shadow: none;
}

.header-section.fixed-header .header-bottom {
    top: 0 !important;
}
.cmn--table tbody tr:last-child td {
    border-bottom: 0;
}


.js-plotly-plot .plotly .modebar {
    z-index: 2 !important;
}

.header-section.fixed-header .header-bottom {
    z-index: 999999999;
}
.form-control:focus{
    color: #fff;
}
.cmn--form--control[type="file"]::file-selector-button {
   
    background-color: #485460 !important;
    color: #fff;
   
}
.b-left{
    border-left: 1px solid rgba(255, 255, 255, 0.302);
}

.blog-short-desc {
    margin-top: 1rem;
    font-size: 15px;
}
.blog-short-desc a{
    text-decoration: none;
    color: #ffffff8c;
}


/* =========================
   HERO BADGES (your style, mobile-safe, theme blue)
   ========================= */

.hero-badges{
  display:flex;
  gap: 12px;
  margin: 14px 0 30px;
  width: 100%;
}

/* IMPORTANT: each badge takes half row and can shrink */
.hero-badge{
  flex: 1 1 0;
  min-width: 0;

  position: relative;
  display:flex;
  align-items:center;
  gap: 10px;

  padding: 12px 12px;
  border-radius: 5px;

  /* your transparent/glow idea but usable */
  background: rgba(66,153,255,0.08);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-image: linear-gradient(45deg,
    transparent 30%,
    rgba(66,153,255,0.45) 50%,
    transparent 70%) 1;

  box-shadow:
    0 10px 30px rgba(0,0,0,0.30),
    0 0 18px rgba(66,153,255,0.18),
    inset 0 1px 0 rgba(255,255,255,0.14);

  backdrop-filter: blur(14px) brightness(1.02);
  -webkit-backdrop-filter: blur(14px) brightness(1.02);

  color: rgba(255,255,255,0.95);

  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
  overflow: hidden;
}

/* Blinking dot from code 1 */

/* .hero-badge::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: 
    radial-gradient(circle, #4299ff 0%, #6ed0ff 70%, transparent 100%);
  box-shadow: 
    0 0 20px rgba(66,153,255,0.7),
    inset 0 2px 4px rgba(255,255,255,0.3);
  animation: elitePulse 1s infinite ease-in-out;
}

*/

/* orbit ring (from your code, blue) */
.hero-badge::after{
  content:"";
  position:absolute;
  left: 22px;              /* around icon */
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(66,153,255,0.45);
  border-radius: 50%;
  opacity: 0;
  animation: slowOrbit 2.1s infinite 0.8s ease-in-out;
}

/* stacked text */
.hero-badge__text{
  display:flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}

.hero-badge__rank{
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.03em;

  background: linear-gradient(135deg, #4299ff, #ffffff 60%, #6ed0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.8));
}

.hero-badge__label{
  font-weight: 700;
  font-size: 10px;
  opacity: 0.9;
  letter-spacing: 1.2px;
  text-transform: uppercase;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== YOUR ICON (same technique, BLUE) ===== */
.hero-badge__icon{
  width: 26px;
  height: 26px;
  flex: 0 0 auto;

  background: conic-gradient(from 0deg, #4299ff, #6ed0ff, #4299ff);
  background-size: 400% 400%;
  animation: iconSpin 16s linear infinite;

  -webkit-mask: radial-gradient(ellipse 55% 55% at 50% 50%, #fff 50%, transparent 65%);
  mask: radial-gradient(ellipse 55% 55% at 50% 50%, #fff 50%, transparent 65%);

  filter: drop-shadow(0 0 10px rgba(66,153,255,0.65));
  opacity: 0.95;
}

/* hover */
.hero-badge:hover{
  transform: translateY(-3px);
  box-shadow:
    0 16px 44px rgba(0,0,0,0.45),
    0 0 26px rgba(66,153,255,0.30),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.hero-badge:hover::after{
  opacity: 0.6;
}

.hero-badge:hover::before {
  animation-duration: 1s;
  box-shadow: 
    0 0 30px rgba(66,153,255,0.9),
    inset 0 2px 4px rgba(255,255,255,0.4);
}

/* animations */
@keyframes elitePulse {
  0%, 100% { 
    transform: scale(1) translateX(0);
    opacity: 0.9;
    box-shadow: 0 0 20px rgba(66,153,255,0.7);
  }
  33% { 
    transform: scale(1.3) translateX(2px);
    opacity: 0.6;
  }
  66% { 
    transform: scale(0.95) translateX(-1px);
    opacity: 1;
  }
}

@keyframes slowOrbit{
  0%,100%{ transform: translateY(-50%) scale(0.85) rotate(0deg); opacity: 0; }
  50%{ transform: translateY(-50%) scale(1.1) rotate(180deg); opacity: 0.6; }
}

@keyframes iconSpin{
  to{ background-position: -400% 0%; }
}

/* small phones */
@media (max-width: 360px){
  .hero-badge{ padding: 11px 10px; gap: 8px; }
  .hero-badge__icon{ width: 24px; height: 24px; }
  .hero-badge__rank{ font-size: 14px; }
  .hero-badge__label{ font-size: 9px; letter-spacing: 1.1px; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .hero-badge__icon,
  .hero-badge::before,
  .hero-badge::after{
    animation: none !important;
  }
}

/* =========================
   MOBILE HERO TOP GAP FIX
   ========================= */

@media (max-width: 991px){
  .banner-section{
    position: relative;
    background-color: #101822;
    padding-top: 115px !important;   /* reduce top gap */
    padding-bottom: 70px !important;
    
  }

  /* If header is fixed, this helps keep content closer */
  .banner-wrapper{
    min-height: auto !important;
    align-items: flex-start !important;
  }

  .banner-content{
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
 
}

/* =========================
   TRADE TABLE  HERE
   ========================= */
   
   
   /* =========================
   Desktop / Tablet Table
   ========================= */

.crypto-table-wrap{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.crypto-table{
    width:100%;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:12px;
    overflow:hidden;
    margin-bottom:0;
}

.crypto-table thead th{
    padding:14px 16px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.3px;
    border-color:rgba(255,255,255,0.08)!important;
    background:rgba(255,255,255,0.03);
}

.crypto-table tbody td{
    padding:14px 16px;
    border-color:rgba(255,255,255,0.06)!important;
}

.crypto-table tbody tr{
    transition:background .15s ease;
}

.crypto-table tbody tr:hover{
    background:rgba(255,255,255,0.04)!important;
}

/* =========================
   Asset Cell
   ========================= */

.asset-cell{
    display:flex;
    align-items:center;
    gap:12px;
    color:inherit;
    text-decoration:none;
}

.asset-icon{
    width:44px;
    height:44px;
    border-radius:12px;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.10);
    flex:0 0 auto;
}

.asset-icon img{
    border-radius:10px;
    display:block;
}

.asset-meta{
    display:flex;
    flex-direction:column;
    gap:2px;
    min-width:0;
}

.asset-top{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
}

.asset-name{
    font-size:15px;
    font-weight:800;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:320px;
}

.asset-badge{
    font-size:11px;
    font-weight:800;
    padding:3px 8px;
    border-radius:999px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.10);
    color:rgba(255,255,255,0.85);
    flex:0 0 auto;
}

.asset-sub{
    font-size:12px;
    opacity:.75;
}

/* =========================
   Trade Button
   ========================= */

.trade-btn{
    background:rgba(13,110,253,0.95);
    color:#fff;
    border:1px solid rgba(13,110,253,0.55);
    padding:8px 14px;
    border-radius:10px;
    font-weight:800;
    font-size:13px;
    white-space:nowrap;
    transition:transform .15s ease, filter .15s ease;
}

.trade-btn:hover{
    color:#fff;
    filter:brightness(1.06);
    transform:translateY(-1px);
}

/* =========================
   Mobile Cards
   ========================= */

.crypto-cards{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    padding:4px 2px;
}

.crypto-card{
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(255,255,255,0.02);
    box-shadow:0 6px 16px rgba(0,0,0,0.25);
    border-radius:14px;
    padding:14px;
    margin-bottom:6px;
    transition:all .2s ease;
}

.crypto-card:hover{
    background:rgba(255,255,255,0.04);
}

.crypto-card-main{
    display:flex;
    gap:12px;
    align-items:center;
    text-decoration:none;
    color:inherit;
}

.crypto-card-info{
    min-width:0;
    flex:1;
}

.crypto-card-top{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
}

/* =========================
   Mobile Adjustments
   ========================= */

@media (max-width:576px){

.asset-icon{
    width:40px;
    height:40px;
    border-radius:12px;
}

.asset-name{
    max-width:180px;
}

.asset-badge{
    font-size:10px;
    padding:2px 6px;
}

.trade-btn{
    padding:9px 12px;
    font-size:13px;
    border-radius:12px;
}

}

/* =========================
   NEW TRADING PAGE
   ========================= */
   
   /* =========================
   Trade Page (Pro UI)
   ========================= */
.trade-section{ padding:4px 0 12px; }

/* Typography */
.trade-card__title{
  font-weight:900;
  font-size:15px;
  letter-spacing:.15px;
  display:flex;
  align-items:center;
  gap:8px;
}
.trade-card__sub{
  font-size:12px;
  margin-top:2px;
  opacity:.85;
  line-height:1.2;
  max-width:220px;
}
.trade-label{
  font-weight:900;
  font-size:13px;
  margin-bottom:8px;
  display:block;
  letter-spacing:.1px;
}

/* =========================
   Timestamp Bar
   ========================= */
.trade-durations--pro{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.02);
  box-shadow:0 6px 16px rgba(0,0,0,0.18);
}
.trade-durations__left{
  display:flex;
  flex-direction:column;
  gap:0;
  flex:0 0 auto;
}
.trade-durations__label{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  font-size:13px;
}
.trade-durations__icon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);
}
.trade-durations__hint{
  font-size:12px;
  opacity:.8;
  margin-left:44px;
  margin-top:1px;
}
.trade-durations__right{ flex:1; min-width:0; }

.trade-durations__scroll{
  position:relative;
  overflow:hidden;
  border-radius:12px;
}

/* fade edges (desktop) */
.trade-durations__scroll:before,
.trade-durations__scroll:after{
  content:"";
  position:absolute;
  top:0; bottom:0;
  width:26px;
  pointer-events:none;
  z-index:2;
}
.trade-durations__scroll:before{
  left:0;
  background:linear-gradient(90deg, rgba(20,28,36,0.95), rgba(20,28,36,0));
}
.trade-durations__scroll:after{
  right:0;
  background:linear-gradient(270deg, rgba(20,28,36,0.95), rgba(20,28,36,0));
}

.trade-durations__list{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  margin:0;
  padding:2px 26px; /* space for fade */
  list-style:none;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
  -webkit-overflow-scrolling:touch;
}
.trade-durations__list::-webkit-scrollbar{ display:none; }

.trade-pill{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);
  text-decoration:none;
  color:inherit;
  font-weight:950;
  font-size:12px;
  transition:transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.trade-pill__dot{
  width:7px; height:7px;
  border-radius:999px;
  background:rgba(255,255,255,0.45);
}
.trade-pill:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,0.08);
  border-color:rgba(255,255,255,0.14);
  box-shadow:0 10px 18px rgba(0,0,0,0.18);
}
.highlight .trade-pill.active{
  background:rgba(13,110,253,0.20);
  border-color:rgba(13,110,253,0.55);
}
.highlight .trade-pill.active .trade-pill__dot{
  background:rgba(13,110,253,0.95);
}

/* Mobile: show ALL timestamps (wrap) */
@media (max-width:576px){
  .trade-card__sub{ max-width:180px; }

  .trade-durations--pro{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    padding:10px 12px;
  }
  .trade-durations__icon{ width:32px; height:32px; }
  .trade-durations__hint{ margin-left:42px; }

  .trade-durations__scroll:before,
  .trade-durations__scroll:after{ display:none; }

  .trade-durations__scroll{ overflow:visible; }

  .trade-durations__list{
    flex-wrap:wrap;
    overflow:visible;
    padding:0;
    gap:8px;
  }
  .trade-durations__list .trade-pill{
    padding:7px 10px;
    font-size:11px;
  }
}

/* =========================
   Cards + Layout
   ========================= */
.trade-card{
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.02);
  box-shadow:0 6px 16px rgba(0,0,0,0.25);
  border-radius:14px;
  overflow:hidden;
}
.trade-card__header{
  padding:14px 14px 10px;
  border-bottom:1px solid rgba(255,255,255,0.06);
  background:rgba(255,255,255,0.02);
}
.trade-card__body{ padding:14px; }
.trade-graph{ min-height:360px; }

.trade-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.trade-head__left{ min-width:0; }

.price-badge{
  text-align:right;
  padding:8px 10px;
  border-radius:12px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  min-width:172px;
}
.price-badge__label{
  font-size:11px;
  opacity:.7;
  font-weight:900;
  letter-spacing:.15px;
}
.price-badge__value{
  font-size:14px;
  font-weight:950;
  letter-spacing:.2px;
  margin-top:2px;
  line-height:1.1;
}
.price-badge__unit{
  font-size:12px;
  opacity:.85;
  font-weight:900;
  margin-left:2px;
}

.trade-feedback{
  border:1px dashed rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.02);
  border-radius:12px;
  padding:10px 12px;
  margin-bottom:12px;
  min-height:42px;
  display:flex;
  align-items:center;
  font-size:12px;
  font-weight:700;
  opacity:.9;
}

/* Buy/Sell */
.trade-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:14px;
}
.trade-action-btn{
  width:100%;
  min-height:48px;
  padding:12px;
  border-radius:12px;
  font-weight:950;
  letter-spacing:.2px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  white-space:nowrap;
}
.trade-action-btn i{ font-size:18px; line-height:1; }
.trade-action-btn--buy{ background:rgba(25,135,84,0.95) !important; }
.trade-action-btn--sell{ background:rgba(220,53,69,0.95) !important; }


.trade-timer-title{
  font-weight:950;
  font-size:13px;
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  opacity:.95;
}

/* Binance-like FlipClock (no labels + no crop) */
.trade-clock .flip-clock-label{ display:none !important; }
.trade-clock, .trade-clock *{ overflow:visible !important; }


/* Note */
.trade-note{
  font-size:12px;
  display:flex;
  align-items:center;
  gap:8px;
  opacity:.8;
  line-height:1.3;
}
.trade-note i{
  font-size:16px;
  flex-shrink:0;
}

/* Trade page mobile layout */
@media (max-width:576px){
  .trade-card__body{ padding:12px; }
  .trade-graph{ min-height:280px; }
  .price-badge{ min-width:150px; }

  .trade-timer-wrap{ text-align:center; }
  .trade-timer-title{ justify-content:center; }

  .trade-clock ul.flip{
    width:32px !important;
    height:46px !important;
    margin:0 2px !important;
  }
  .trade-clock .inn{
    font-size:22px !important;
    line-height:46px !important;
  }
  .trade-clock .flip-clock-divider{
    height:46px !important;
  }
}

/* =========================
   Icon Animations
   ========================= */
.icon-anim{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transform-origin:center;
  will-change:transform, opacity, filter;
}
@keyframes iconPulse{
  0%,100%{ transform:scale(1); opacity:.92; }
  50%{ transform:scale(1.08); opacity:1; }
}
.icon-anim--pulse{ animation:iconPulse 1.8s ease-in-out infinite; }

@keyframes iconFlip{
  0%{ transform:rotate(0deg); opacity:.9; }
  40%{ transform:rotate(12deg); opacity:1; }
  80%{ transform:rotate(-10deg); opacity:.95; }
  100%{ transform:rotate(0deg); opacity:.9; }
}
.icon-anim--flip{ animation:iconFlip 2.2s ease-in-out infinite; }

.trade-durations__label:hover .icon-anim--pulse{ animation-duration:1.1s; }
.trade-timer-title:hover .icon-anim--flip{ animation-duration:1.5s; }

@media (prefers-reduced-motion: reduce){
  .icon-anim, .icon-anim--pulse, .icon-anim--flip{
    animation:none !important;
    transition:none !important;
  }
}

/* =========================
   Binance-style Countdown
   ========================= */

.trade-countdown-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}

.trade-countdown{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.08);
  background:linear-gradient(
      180deg,
      rgba(255,255,255,0.04),
      rgba(255,255,255,0.01)
  );
  box-shadow:
      0 8px 18px rgba(0,0,0,0.35),
      inset 0 1px 0 rgba(255,255,255,0.06);
  font-weight:900;
  letter-spacing:1px;
  transition:all .25s ease;
}

/* Numbers */
.trade-countdown__mm,
.trade-countdown__ss{
  min-width:38px;
  text-align:center;
  font-size:24px;
  line-height:1;
  transition:transform .2s ease;
}

/* Separator */
.trade-countdown__sep{
  font-size:18px;
  opacity:.85;
  margin:0 6px;
  transform:translateY(-1px);
}

/* Subtext */
.trade-countdown-sub{
  font-size:12px;
  opacity:.85;
  line-height:1.2;
  text-align:center;
}

/* =========================
   Running Animation
   ========================= */

.trade-countdown.is-running .trade-countdown__ss{
  animation:tick 1s linear infinite;
}

.trade-countdown.is-running .trade-countdown__sep{
  animation:blink 1s infinite;
}

/* digit pulse */
@keyframes tick{
  0%{ transform:scale(1); }
  50%{ transform:scale(1.08); }
  100%{ transform:scale(1); }
}

/* colon blink */
@keyframes blink{
  0%,100%{ opacity:1; }
  50%{ opacity:.2; }
}

/* =========================
   Ending Warning
   ========================= */

.trade-countdown.is-ending{
  border-color:rgba(220,53,69,0.45);
  background:rgba(220,53,69,0.08);
  box-shadow:0 0 12px rgba(220,53,69,0.45);
  animation:dangerPulse .8s infinite;
}

@keyframes dangerPulse{
  0%{ box-shadow:0 0 0 rgba(220,53,69,0.25); }
  50%{ box-shadow:0 0 14px rgba(220,53,69,0.7); }
  100%{ box-shadow:0 0 0 rgba(220,53,69,0.25); }
}

/* =========================
   Mobile Optimization
   ========================= */

@media (max-width:576px){

  .trade-countdown{
    padding:9px 12px;
  }

  .trade-countdown__mm,
  .trade-countdown__ss{
    font-size:20px;
    min-width:34px;
  }

  .trade-countdown__sep{
    font-size:17px;
  }

}

/* =========================
   Transactions (Pro UI)
   ========================= */

.trx-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding: 10px 0 6px;
}

/* stack title + subtitle */
.trx-toolbar__left{
    display:flex;
    flex-direction:column;
}

/* force button to align with title line */
.trx-toolbar__right{
    align-self:flex-start;
    margin-top:0;
}

/* subtitle spacing */
.trx-sub{
    margin-top:2px;
}

.trx-title{
  font-weight: 950;
  letter-spacing: .2px;
}
.trx-sub{
  font-size: 12px;
  opacity: .85;
}

/* Filter button */
.trx-filter-btn{
  display:inline;
  border:1px solid rgba(255,255,255,0.10);
  font-size: 0.875rem;
    font-weight: 500;
    padding: 0.625rem 1.25rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #fff !important;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
}
.trx-filter-btn:hover{
  transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.6);
}

/* Filter Card */
.trx-filter-card{
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.22);
  padding: 14px;
  display: none; /* keep hidden until Filter click */
}

.trx-filter-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.8fr;
  gap: 14px;
  align-items:end;
}

.trx-label{
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  letter-spacing: .1px;
  display:block;
}

.trx-field--btn .trx-apply-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 950;
  border: 1px solid rgba(13,110,253,0.55);
  background: rgba(13,110,253,0.95);
  color:#fff;
}
.trx-field--btn .trx-apply-btn:hover{
  filter: brightness(1.06);
}

/* Table */
.trx-table-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
}

.trx-table{
  width:100%;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow:hidden;
  margin-bottom:0;
}

.trx-table thead th{
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
  border-color: rgba(255,255,255,0.08) !important;
  background: rgba(255,255,255,0.03);
}

.trx-table tbody td{
  padding: 14px 16px;
  border-color: rgba(255,255,255,0.06) !important;
}

.trx-table tbody tr{
  transition: background .15s ease;
}
.trx-table tbody tr:hover{
  background: rgba(255,255,255,0.04) !important;
}

/* TRX id */
.trx-id{
  display:flex;
  align-items:center;
  gap:10px;
}
.trx-id__badge{
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  font-weight: 900;
  opacity: .9;
}
.trx-id__code{
  font-weight: 950;
  letter-spacing: .2px;
}

/* Date */
.trx-date__main{
  font-weight: 800;
  font-size: 13px;
}
.trx-date__sub{
  font-size: 12px;
  opacity: .8;
}

/* Amount pill (desktop) */
.trx-amount{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}
.trx-amount.is-plus{
  border-color: rgba(25,135,84,0.35);
  background: rgba(25,135,84,0.10);
  color: rgba(190, 255, 220, 0.95);
}
.trx-amount.is-minus{
  border-color: rgba(220,53,69,0.35);
  background: rgba(220,53,69,0.10);
  color: rgba(255, 200, 205, 0.95);
}

/* Balance */
.trx-balance{
  font-weight: 900;
  font-size: 13px;
  opacity: .95;
}

/* =========================
   Transactions Mobile Premium UI
   ========================= */

/* cards container */
.trx-cards{
  display:grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

/* premium grid spacing */
.trx-cards--premium{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  padding: 2px 2px;
}

/* Premium card container */
.trx-card{
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.02);
  border-radius:14px;
  padding:14px;
  box-shadow:0 6px 16px rgba(0,0,0,0.25);
}

.trx-card--premium{
  position:relative;
  border-radius:18px;
  padding:28px 20px 26px;
  border:1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  box-shadow: 0 10px 24px rgba(0,0,0,0.28);
  overflow:hidden;
  transition: transform .15s ease, filter .15s ease, background .15s ease;
}

/* left accent strip (banking style) */
.trx-card--premium::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width:4px;
  background: rgba(255,255,255,0.12);
}
.trx-card--premium.is-plus::before{
  background: rgba(25,135,84,0.9);
}
.trx-card--premium.is-minus::before{
  background: rgba(220,53,69,0.9);
}

/* ✅ Blue for Approved and Rejected */
.trx-card--premium.is-plus::before,
.trx-card--premium.is-minus::before {
  background: #0d6efd; /* Bootstrap primary blue or your brand's blue */
}

/* ✅ Grey for Pending */
.trx-card--premium.is-pending::before {
  background: rgba(107, 114, 128, 0.9); /* Tailwind's gray-500 with opacity */
}

.trx-card--premium:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
}

/* rows */
.trx-card__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.trx-card__row--mid{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,0.06);
}

/* trx label */
.trx-card__trx{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.trx-chip{
  width:26px;
  height:26px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);
  font-weight:900;
  opacity:.9;
  flex: 0 0 auto;
}

.trx-code{
  font-weight:950;
  font-size: 14px;
  letter-spacing:.2px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width: 200px;
}

/* amount badge (mobile) */
.trx-amt{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  font-weight:950;
  font-size:13px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  white-space:nowrap;
  flex: 0 0 auto;
  height:34px;
}
.trx-amt.is-plus{
  border-color: rgba(25,135,84,0.35);
  background: rgba(25,135,84,0.10);
  color: rgba(190, 255, 220, 0.95);
}
.trx-amt.is-minus{
  border-color: rgba(220,53,69,0.35);
  background: rgba(220,53,69,0.10);
  color: rgba(255, 200, 205, 0.95);
}

/* meta blocks */
.trx-card__meta{
  min-width:0;
}
.trx-meta-label{
  font-size:11px;
  font-weight:900;
  opacity:.75;
  letter-spacing:.2px;
}
.trx-meta-value{
  margin-top:2px;
  font-size:14px;
  font-weight:900;
  opacity:.95;
  line-height:1.2;
}
.trx-balance{
  font-weight:950;
}

/* text truncation utility */
.text-truncate-2{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Remark */
.trx-remark{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:800;
}

/* dot hidden by default */
.trx-remark .trx-dot{
  display:none;
}

/* show dot ONLY for profit/loss */
.trx-remark.profit .trx-dot,
.trx-remark.loss .trx-dot{
  display:inline-block;
  width:8px;
  height:8px;
  min-width:8px;
  border-radius:50%;
  margin-right:8px;
  background:#999;
}
.trx-remark.profit .trx-dot{ background:#22c55e; }
.trx-remark.loss .trx-dot{ background:#ef4444; }

/* Remark row aligned like other rows */
.trx-card__row--remark{
  position:relative;
  margin-top:16px;
  padding-top:14px;
  padding-left:14px;
  border-top:1px solid rgba(255,255,255,0.06);
}

/* vertical column divider */
.trx-card__row--remark::before{
  content:"";
  position:absolute;
  left:0;
  top:14px;
  bottom:0px;
  width:2px;
  background: rgba(255,255,255,0.10);
  border-radius:2px;
}

.trx-card__row--remark .trx-meta-value{
  font-size:14px;
  font-weight:800;
}

/* Responsive filter grid */
@media (max-width: 991px){
  .trx-filter-grid{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px){
  .trx-filter-grid{
    grid-template-columns: 1fr;
  }
  .trx-filter-card{
    padding: 12px;
  }
}

/* tiny phones */
@media (max-width:380px){
  .trx-code{ max-width: 160px; }
  .trx-cards--premium{ gap: 16px; }
}

/* Mobile transaction card spacing fix */
@media (max-width:768px){
  .trx-cards{
    display:block !important;
  }
  .trx-card{
    margin-bottom:18px;
  }
  .trx-card:last-child{
    margin-bottom:0;
  }
}

/* Modal rows aligned like transaction info */
.trx-modal__row{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 12px !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  background: rgba(255,255,255,0.02) !important;
  border-radius: 12px;
  margin-bottom: 10px;
}

.trx-modal__k{
  font-size: 12px;
  font-weight: 900;
  opacity: .78;
  white-space: nowrap;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trx-modal__v{
  font-size: 13px;
  font-weight: 850;
  opacity: .95;
  text-align:right;
  max-width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Admin Feedback Container */
.trx-modal__note{
    border-radius:14px;
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(255,255,255,0.03);
    padding:14px 16px;
}

/* Header row */
.trx-modal__note-title{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:6px;
}

/* Blue check icon */
.trx-modal__note-icon{
    font-size:16px;
    color:#0d6efd;
    display:flex;
    align-items:center;
}

/* Title text */
.trx-modal__note-title strong{
    font-size:13px;
    font-weight:800;
    letter-spacing:.2px;
    opacity:.9;
}

/* Feedback message */
.trx-modal__note-text{
    font-size:13px;
    line-height:1.55;
    font-weight:500;
    opacity:.9;
    margin:0;
}

.ticket-admin-badge{
    font-size:16px;
    color:#0d6efd;
}