body {
    /* background: linear-gradient(180deg, #1e1e1e, #333); */
    color: #fff;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pbi-0 {
    padding-block: 0 !important;
    padding-inline: 0 !important;
}

.header {
    background-color: #000;
    margin: 0;
    padding: 5px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.logo,
.light-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: -20px;
    position: relative;
}

.logo img,
.light-logo img {
    max-height: 40px;
    display: block;
}

.header-container {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img,
.light-logo img {
    max-width: 100%;
    height: auto;
}

.logo img {
    height: 40px;
}

.light-logo {
    display: flex;
}

.light-logo img {
    height: 40px;
    scale: 1.2;
}

body.light-theme .logo {
    display: none;
}

body.light-theme .light-logo {
    display: flex;
}

.navigation {
    flex-grow: 2;
    display: flex;
    justify-content: center;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

/* body.light-theme .burger-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
} */

.header-container {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.light-theme .header {
    border-bottom: 5px solid #d6d6d6;
}

body.light-theme .footer {
    border-top: 5px solid #d6d6d6;
}


.menu-item {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.burger-menu {
    display: none;
    justify-content: flex-end;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: white;
}



.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 30px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    /* padding-right: 50px; */
}

.logo img {
    height: 40px;
    cursor: pointer;
}

.light-logo img {
    height: 40px;
    cursor: pointer;
}

.navigation {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.menu-item {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: color 0.3s;
}

.menu-item:hover {
    color: #f0b90b;
}

.menu-item.active {
    color: #f0b90b;
}

body.light-theme .menu-item.active {
    color: #ff954e;
}

body.light-theme .menu-item:hover {
    color: #ff954e !important;
}

.header-buttons {
    display: flex;
    gap: 15px;
}

.login-button,
.signup-button {
    background: transparent;
    /* border: 1px solid #f0b90b; */
    border: 2px solid #f0b90b;
    color: #f07d0b;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    font-size: 15px;
}

.signup-button {
    background: #f0b90b;
    color: #fff;
}

.login-button:hover,
.signup-button:hover {
    background: #d79b08;
    color: #fff;
}


body.light-theme .login-button:hover,
.signup-button:hover {
    background: #d79b08;
    color: rgb(0, 0, 0);
}


/* .banner, .banner-video, .banner-content — moved to scss/components/_banner.scss */

.banner-content h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.email-form {
    display: flex;
}

.email-form input {
    padding: 15px;
    font-size: 1em;
    border: none;
    border-radius: 5px 0 0 5px;
    width: 300px;
}


.banner input[type="email"] {
    background-color: transparent;
    border: 2px solid #ff954e;
    padding: 10px;
    color: white;
    border-radius: 5px;
    margin-right: -4px;
}

body.dark-theme .banner input[type="email"] {
    border: 2px solid #f0b90b;
}

.banner button {
    margin-top: 0;
    padding: 10px 20px;
}

.banner input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.platform-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    background-color: #f8f8f8;
}

.platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 40%;
}

.platform-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.platform-section h2 {
    font-size: 3em;
    margin-bottom: 30px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    word-wrap: break-word;
}

.platform-card:hover {
    transform: scale(1.00);
    box-shadow: 0 8px 20px rgb(255, 157, 0);
}

.platform-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.platform-card h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
}

.platform-card p {
    font-size: 1em;
    color: #ffffff;
    margin-bottom: 20px;
}

.button:hover {
    background: #d79b08;
}

.bigger-image {
    width: 150%;
    height: auto;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 100px;
}

.card {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s;
}

.platform-card {
    display: none;
}

.platform-card.active {
    display: block;
}

.button {
    background: #ff954e;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #000;
}

.button:hover {
    background: #ffa96f;
}

.footer {
    background-color: #222;
    color: #ccc;
    text-align: center;
    padding: 20px;
}

.banner {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    background-color: black;
}

.banner-content {
    color: white;
    max-width: 600px;
    padding: 20px;
    z-index: 1;
}

.banner h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
}

.banner p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.banner-button {
    padding: 10px 20px;
    background-color: #f0b90b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.subscription {
    background: #222;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    max-width: 500px;
    margin: 40px auto;
}

#subscribe-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

#email {
    padding: 10px;
    border: 1px solid #444;
    border-radius: 5px;
    outline: none;
    width: 60%;
    min-width: 200px;
}

/* #subscribe-form button {
    padding: 10px 20px;
    background: #f0b90b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#subscribe-form button:hover {
    background: #d79b08;
} */

.platform-card {
    position: relative;
    background-color: #000;
}

.scaled-image {
    transform: scale(1);
    transform-origin: center;
    display: block;
    margin: 0 auto;
}


.prev-platform,
.next-platform {
    border: none;
    color: rgb(0, 0, 0);
    padding: 0;
    font-size: 32px;
    cursor: pointer;
    position: relative;
    font-weight: regular;
    position: relative;
}

.prev-platform::after,
.next-platform::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f0b90b;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.prev-platform:hover::after,
.next-platform:hover::after {
    transform: scaleX(1);
}

.platform-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 40px 20px;
    border-radius: 10px;
    color: white;
    gap: 20px;
}

.platforms,
.text-buttons {
    flex-grow: 1;
    align-items: center;
    text-shadow: #000;
}

.text-buttons h2,
.platform-card p {
    text-shadow: 1px 10px 40px #000;
}

.login-button {
    background-color: #000;
    color: #f0b90b;
    border: 2px solid #f0b90b;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.login-button:hover {
    background-color: #f0b90b;
    color: #000;
}

body.light-theme {
    background: #c8c3c3;
    color: #333;
}

body.light-theme .header {
    background-color: #ffffff;
    color: #333;
}

body.light-theme .menu-item {
    color: #333;
    font-weight: bold;
}

body.light-theme .menu-item.active {
    color: #ff954e !important;
}

body.light-theme .login-button,
body.light-theme .signup-button {
    background: transparent;
    border: 1px solid #333;
    color: #333;
}

body.light-theme .signup-button {
    background: #ff954e;
    /* color: #fff; */
    color: #000;
}

body.light-theme .login-button:hover,
body.light-theme .signup-button:hover {
    background: #ffa96f;
    color: #000000;
}

body.light-theme .platform-section {
    background-color: #ffffff;
}

body.light-theme .platform-card {
    background: #dbdbdb;
    color: #333;
    border: 0px solid #cccccc;
}

body.light-theme .platform-card h3 {
    color: #333;
}

body.light-theme .platform-card p {
    color: #000000;
}

body.light-theme .grid {
    background-color: #c8c3c3;
}

body.light-theme .card {
    background: #ffffff;
    color: #333;
}

body.light-theme .footer {
    background-color: #f0f0f0;
    color: #333;
}

body.light-theme .text-buttons {
    background-color: #ffffff;
    color: #333;
}

body.light-theme .text-buttons h2 {
    text-shadow: none;
}

body.light-theme .next-platform {
    background-color: #ffffff;
    color: #333;
}

body.light-theme .prev-platform {
    background-color: #ffffff;
    color: #333;
}

body.light-theme .subscription {
    background-color: transparent;
    color: #333;
}

body.light-theme #subscribe-form button {
    background: #ff954e;
    color: #000000;
    border: 1px solid #333;
}

body.light-theme #subscribe-form button:hover {
    background: #ffa96f;
}

body.light-theme .slide-content {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
}

body.light-theme .prev,
body.light-theme .next {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
}

body.light-theme .burger-menu span {
    background-color: #333;
}

body.light-theme .mobile-nav .menu-item {
    color: #333;
}

body.light-theme .mobile-nav {
    background-color: #ffffff;
}

body.light-theme .crypto-info {
    background-color: #515151;
    padding: 20px;
    max-width: 800px;
    margin: 40px auto;
    border-radius: 10px;
}

body.light-theme .accordion-content {
    padding: 10px;
    font-size: 1em;
    color: #c2c2c2;
}

.size-6 {
    width: 24px;
    height: 24px;
}

/* #theme-icon {
    position: relative;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.3s;
} */


#theme-icon:hover .sun-icon,
#theme-icon:hover .moon-icon {
    color: #f6921e;
}

body.light-theme #theme-icon:hover .sun-icon,
body.light-theme #theme-icon:hover .moon-icon {
    color: #f6921e;
}

.sun-icon,
.moon-icon {
    width: 24px;
    height: 24px;
    color: #fff;
    transition: color 0.3s;
}

body.light-theme .sun-icon,
body.light-theme .moon-icon {
    color: #333;
}

.prev-platform,
.next-platform,
.text-buttons {
    background-color: transparent;
    color: #fff;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 45px;
}

.card {
    background: #1e1e1e;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.card.visible {
    opacity: 1;
    transform: translateY(0);
}

.card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@keyframes typing {
    0% {
        content: ' ';
    }

    25% {
        content: 'E';
    }

    50% {
        content: 'Enter your ';
    }

    100% {
        content: 'Enter your email';
    }
}

input#email::placeholder {
    animation: typing 4s steps(10, end) forwards;
}

input#email:hover::placeholder {
    content: '';
}

body.light-theme .support-section {
    background-color: #f9f9f9;
    padding: 40px;
    text-align: center;
    margin-top: 45px;
    padding-top: 1px;
}

.support-section {
    background-color: #1e1e1e;
    padding: 40px;
    text-align: center;
    /* margin-top: 45px; */
    padding-top: 45px;
}


body.light-theme .support-section h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 25px;
}

.support-section h2 {
    font-size: 2.0em;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
}

.support-card-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

body.light-theme .support-card {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: left;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 280px;
}

.support-card {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-align: left;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 280px;
}


body.light-theme .support-card-gray {
    background-color: #e0e0e0;
}

body.light-theme .support-card-yellow {
    /* background-color: #fff7e0; */
    /* border: 1px solid #c2c2c2;   */
    background-color: #e0e0e0;
}

.support-card-gray {
    background-color: #333;
}

.support-card-yellow {
    background-color: #333;
}

.support-card h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
}

.support-card p {
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 20px;
}

body.light-theme .support-link,
.community-link {
    display: inline-block;
    padding: 10px 0px;
    color: #ff954e !important;
    text-decoration: none;
    font-weight: bold;
    transition: none;
}

.support-link,
.community-link {
    display: inline-block;
    padding: 10px 0px;
    color: #f0b90b !important;
    text-decoration: none;
    font-weight: bold;
    transition: none;
}

body.light-theme .support-link,
.community-link {
    display: inline-block;
    padding: 10px 0px;
    color: #cd5c16;
    text-decoration: none;
    font-weight: bold;
    transition: none;
}

.support-link:hover,
.community-link:hover {
    color: #d79b08;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    display: inline-block;
}

.social-icons img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

a:link,
a:visited {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    outline: none;
}

.menu-item.active {
    color: #f0b90b;
    font-weight: bold;
}

.crypto-info {
    background-color: #232323;
    padding: 20px;
    max-width: 800px;
    margin: 40px auto;
    border-radius: 10px;
}

.accordion-item {
    border-bottom: 1px solid #3f3f3f;
    margin-bottom: 10px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-button {
    background: none;
    border: none;
    font-size: 1.5em;
    text-align: left;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.accordion-button:hover {
    color: #cd5c16;
}

.accordion-content {
    padding: 10px;
    font-size: 1em;
    color: #858585;
}

.accordion-content {
    overflow: hidden;
    transition: max-height 0.5s ease;
    max-height: 0;
}

.accordion-content p {
    margin: 0;
}

.accordion-button:hover {
    color: #f0b90b;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.accordion-content {
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    max-height: 0;
    opacity: 0;
}

.accordion-content.open {
    opacity: 1;
}

.support-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.support-button img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.support-button:hover img {
    transform: scale(1.1);
}

.footer {
    background-color: #1e1e1e;
    color: #ccc;
    padding: 20px 40px;
    font-family: 'Arial', sans-serif;
}

.footer__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    gap: 20px;
}

.footer-company-follow-us {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 400px;
    margin-top: 10px;
}

.footer-company-follow-us .logo {
    width: 120px;
    margin-bottom: 15px;
}

.footer-company-follow-us .separtor {
    width: 1px;
    height: 80px;
    background-color: #333;
    margin: 0 15px;
}

body.light-theme .footer-company-follow-us .separtor {
    width: 1px;
    height: 80px;
    background-color: #c1c1c1;
    margin: 0 15px;
}

.footer-company-follow-us .follow-us {
    color: #f0b90b;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-company-follow-us .links a {
    color: #f0b90b;
    margin-right: 10px;
    margin-top: 15px;
    transition: color 0.3s ease;
}

.footer-company-follow-us .links a:hover {
    color: #fff;
}

.footer-menu {
    display: flex;
    gap: 30px;
    margin-left: 100px;
}

.footer-menu .column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.footer-menu .header1 {
    font-weight: bold;
    color: #f0b90b;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer-menu ul li {
    margin-bottom: 5px;
}

.footer-menu ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    font-weight: 400;
}

.footer-menu ul li a:hover {
    color: #f0b90b;
}

.right {
    flex-grow: 1;
}

body.light-theme .footer {
    background-color: #ffffff !important;
    color: #333;
}

body.light-theme .footer__main {
    color: #333;
}

body.light-theme .footer-company-follow-us .follow-us {
    color: #333;
    margin-bottom: 15px;
}

body.light-theme .footer-company-follow-us .links a {
    color: #0073e6;
    transition: color 0.3s ease;
}

body.light-theme .footer-company-follow-us .links a:hover {
    color: #005bb5;
}

body.light-theme .footer-menu .header1 {
    color: #ff954e;
}

body.light-theme .footer-menu ul li a {
    color: #333;
    font-weight: 400;
}

body.light-theme .footer-menu ul li a:hover {
    color: #ff9900;
}

body.light-theme .separator {
    background-color: #ccc;
}

.follow-us span {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

#footer-light-logo {
    height: 55px;
    width: auto;
}

body.light-theme .menu-item:hover {
    color: #f0b90b;
}

@media (max-width: 768px) {
    .footer__main {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding: 10px;
    }

    .footer-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 0;
        width: 100%;
    }

    .footer-menu .column {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .footer-menu ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        padding: 10px;
        margin: 0;
        list-style: none;
    }

    .footer-menu ul li {
        margin: 0;
        width: 100%;
    }

    .footer-menu ul li a {
        display: block;
        text-align: center;
        font-size: 14px;
        padding: 5px 0;
    }

    .footer-menu .column .header1 {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .footer-menu .column ul {
        margin-top: 0;
        padding-top: 0;
    }

    .footer-company-follow-us {
        margin-top: 0;
        padding: 10px;
        /* width: calc(100% - 20px); */
    }

    .footer-company-follow-us .logo {
        margin-bottom: 10px;
    }

    .footer-company-follow-us .follow-us {
        margin-bottom: 10px;
    }

    .footer-company-follow-us .links {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .footer__main {
        padding: 5px;
        gap: 10px;
    }

    .footer-menu {
        gap: 5px;
    }

    .footer-menu ul {
        padding: 5px;
    }

    .footer-menu ul li a {
        font-size: 13px;
        padding: 3px 0;
    }

    .footer-menu .column .header1 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .footer-company-follow-us .follow-us,
    .footer-menu .header1 {
        font-size: 13px;
    }

    #footer-light-logo {
        height: 40px;
    }

    .footer p {
        font-size: 10px;
        margin: 3px 0;
    }

    .footer-company-follow-us .links a {
        margin-right: 3px;
    }
}

.login-button,
.signup-button {
    border: 2px solid #f0b90b;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.logo img,
.light-logo img {
    width: auto;
    height: 40px;
    max-height: 40px;
    object-fit: contain;
    overflow: hidden;
}

.light-logo img {
    transform: scale(0.89);
    margin-left: 5px;
}

/* 
#theme-icon {
    position: relative;
    left: 35px;
} */

.footer {
    background-color: #121212 !important;
    color: #ccc;
    padding: 20px 40px;
    font-family: 'Arial', sans-serif;
}

body.light-theme .steps-section {
    background-color: #ffffff;
    margin-top: 1px;
    border-color: #000000;
}

body.light-theme .step-card {
    background-color: #e0e0e0;
}

body.light-theme .steps-section h2 {
    color: #333;
}

body.light-theme .steps-section p {
    color: #666;
}

body.light-theme .arrow {
    color: #d79b08;
}

body.light-theme .icon img {
    filter: brightness(1.06) saturate(0.81) hue-rotate(-39deg);
}

.support-link,
.community-link {
    color: #f0b90b;
}

body.light-theme .support-link {
    color: #ff954e !important;
}

body.light-theme .community-link {
    color: #ff954e !important;
}


#support-modal a {
    display: block;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#support-modal .yellow-btn {
    background-color: #f0b90b;
    color: rgb(255, 255, 255);
}

#support-modal .gray-btn {
    background-color: #555;
    color: white;
}

body.light-theme #support-modal .yellow-btn {
    background-color: #ff954e;
    color: black;
    border: 1px solid #000000;
    cursor: pointer;
}

body.light-theme #support-modal .yellow-btn:hover {
    background-color: #ffa96f;
}

body.dark-theme #support-modal .yellow-btn:hover {
    background-color: #d79b08;
}

body.light-theme #support-modal .gray-btn {
    background-color: #e0e0e0;
    color: black;
    border: 1px solid #000000;
    cursor: pointer;
}

body.light-theme #support-modal .gray-btn:hover {
    background-color: #d0d0d0;
}

body.dark-theme #support-modal .gray-btn:hover {
    background-color: #505050;
}

.info-text a {
    color: #f0b90b;
    text-decoration: none;
    text-align: right;
}

body.light-theme .info-text a {
    color: #fc6119;
}

.info-text a:hover {
    text-decoration: underline;
}

input[type="number"] {
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.email-text {
    font-size: 12px;
    color: #666;
}

body.dark-theme .email-text {
    color: #fff;
}



.mobile-nav {
    display: none;
    position: fixed;
    top: 47px;
    right: 0;
    width: 100%;
    background-color: #000;
    z-index: 999;
    min-height: 100vh;
}

.mobile-nav.open {
    display: block;
}

.mobile-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 0;
    height: 35vh;
    justify-content: space-around;
    padding-top: 40px;
}

.mobile-nav .menu-item {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.mobile-nav.open .theme-toggle {
    display: block;
    position: relative;
    text-align: center;
    margin-right: 20px;
    margin-left: 10px;
}

body.light-theme .mobile-nav {
    background-color: #ffffff;
}

.mobile-nav-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Mobile Language Dropdown Styles */
/* .mobile-language-dropdown {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
} */

.mobile-lang-selector {
    cursor: pointer;
    margin: 0 20px;
}

.mobile-lang-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-lang-current:hover {
    background-color: #2a2a2a;
    border-color: #f0b90b;
}

.mobile-lang-current .fi {
    font-size: 18px;
    margin-right: 10px;
}

.mobile-lang-text {
    flex: 1;
    margin-left: 10px;
}

.mobile-lang-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #f0b90b;
}

.mobile-lang-arrow.open {
    transform: rotate(180deg);
}

.mobile-lang-options {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    background-color: #1a1a1a;
    /* border: 1px solid #333; */
    border-radius: 8px;
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 1000;
}

.mobile-lang-options.open {
    max-height: 300px;
}

.mobile-lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #333;
    transition: all 0.3s ease;
}

.mobile-lang-option:last-child {
    border-bottom: none;
}

.mobile-lang-option:hover {
    background-color: #f0b90b;
    color: #000;
}

.mobile-lang-option.active {
    background-color: #f0b90b;
    color: #000;
}

.mobile-lang-option .fi {
    font-size: 18px;
}

/* Light Theme Mobile Language Dropdown Styles */
body.light-theme .mobile-language-dropdown {
    border-top: 1px solid #ddd;
}

body.light-theme .mobile-lang-current {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #333;
}

body.light-theme .mobile-lang-current:hover {
    background-color: #e9ecef;
    border-color: #ffa96f;
}

body.light-theme .mobile-lang-arrow {
    color: #ffa96f;
}

body.light-theme .mobile-lang-options {
    background-color: #f8f9fa;
    border-color: #ddd;
}

body.light-theme .mobile-lang-option {
    color: #333;
    border-bottom-color: #ddd;
}

body.light-theme .mobile-lang-option:hover {
    background-color: #ffa96f;
    color: #000;
}

body.light-theme .mobile-lang-option.active {
    background-color: #ffa96f;
    color: #000;
}

.mobile-menu {
    display: none;
}

@media (max-width: 768px) {
    /* body {
        padding-top: 36px!important;
    } */
    .header{
        height: 47px;
        padding: 0;
    }
    .header-container{
        padding: 0px 10px 0 30px;
        height: 47px;
    }
    .logo img, .light-logo img{
        height: 27px;
    }
    .mobile-menu {
        display: block;
    }
    .account-details {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .fees-section {
        max-width: 91vw !important;
        padding: 0 !important;
    }

    .deposit-content {
        padding: 10px !important;
    }

    .platform-card {
        padding: 10px;
    }

    .navigation {
        display: none !important;
    }

    #subscribe-form {
        justify-content: space-around;
        gap: 10px;
    }

    .support-section {
        padding: 20px !important;
    }

    .burger-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        right: 10px;
        cursor: pointer;
    }

    .header-buttons {
        display: none !important;
    }

    body.light-theme .mobile-nav .menu-item {
        color: #333;
    }

    .theme-toggle {
        display: none;
    }

    .faq-menu {
        display: block !important;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        /* padding: 15px; */
        background: #1e1e1e;
        position: sticky;
        top: 60px;
        z-index: 100;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    body.light-theme .faq-menu {
        background: #ffffff;
    }

    .faq-menu::-webkit-scrollbar {
        display: none;
    }

    .faq-menu ul {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        gap: 10px;
    }

    .faq-menu li {
        display: inline-block;
        margin: 0;
    }

    .faq-menu .menu-item {
        display: inline-block;
        padding: 10px 15px;
        border-radius: 20px;
        background: #333;
        color: #fff;
        font-size: 14px;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .faq-menu .menu-item.active {
        background: #f0b90b;
        color: #000;
    }

    body.light-theme .faq-menu .menu-item {
        background: #e0e0e0;
        color: #333;
    }

    body.light-theme .faq-menu .menu-item.active {
        background: #ff954e;
        color: #000 !important;
    }

    .faq-container {
        display: block !important;
    }

    .faq-menu h3 {
        display: none;
    }

    .faq-menu ul li {
        margin-bottom: 0;
    }
    .desktop-menu nav {
        display: none !important;
    }
    .desktop-menu {
        margin-bottom: 20px!important;
        width: auto!important;
        max-width: 100%!important;
        margin-top: 0px;
        padding-bottom: 5px!important;
        font-size: 14px!important;
    }
    .desktop-menu h3{
        margin-top: 0px!important;
    }
    .deposit-container{
        display: block !important;
        margin-top: 0!important;
    }
    .step {
        padding: 10px 0!important;
        width: 100%!important;
    }
    .withdrawal-form {
        max-width: 100%!important;
    }
    .filter-form input[type="date"], .filter-form select {
        margin-right: 0!important;
        padding: 8px 8px!important;
    }
    .filter-form label{
        display: none;
    }
    .filter-form{
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }
    .account-form {
        width: auto!important;
    }
    .note {
        width: auto!important;
    }
}

.scroll-table {
    overflow-x: auto;
    max-width: 100%;
}
.autoscroll{
    overflow-y: auto;
}
.mobile-positions-table{
    display: none;
}

@media (min-width: 768px) {
    html, body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    body {
        display: flex;
        flex-direction: column;
        /* background: linear-gradient(180deg, #1e1e1e, #333); */
        color: #fff;
        font-family: 'Arial', sans-serif;
    }

    .site-content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    #footer-container {
        margin-top: auto;
    }

    .footer {
        background-color: #1e1e1e !important;
        color: #ccc;
        padding: 20px 40px;
        font-family: 'Arial', sans-serif;
    }
}

/* 
*{
    outline: 1px solid red;
} */