:root {
    --primary: #7C3AED;
    --secondary: #10B981;
    --third: #6366f1;
    --secondary: #7c3aed;
    --third-light: rgba(99, 102, 241, 0.1);
    --gray-bg: #f3f4f6;
    --primary-purple: #7C3AED;
    --dark-bg: #1A1B1E;
    --card-bg: #25262B;
}

body {
    min-height: 100vh;
    background: #fff;
    font-family: "Roboto", sans-serif;
}

.token_copy_board {
    gap: 10px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ccc;
}
    .token_copy_board .icon {
        width: 32px;
        height: 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-radius: 4px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #000;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #C5F57D;
    }
    .token_copy_board .copy_btn {
        min-width: 96px;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        border-radius: 4px;
        color: #040612;
        padding: 2px 10px 4px;
        background-color: #FFCC00;
    }
/*# sourceMappingURL=dashboard-free.css.map */
.token_copy_board {
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
}

    .token_copy_board .code {
        flex: 1 1 auto;
        min-width: 0;
        color: #fff;
    }

    .token_copy_board a {
        color: #fff;
        text-decoration: underline;
        word-break: break-word;
    }

.copy_btn {
    white-space: nowrap;
}

.token_copy_board .code span a {
    text-wrap: wrap;
}
.new-bg {
    background: linear-gradient(97deg, #6e22b1 40%, #314dd9 100%);
    color: #fff;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-pacifico {
    font-family: 'Pacifico', cursive;
}

.rounded-button {
    border-radius: 8px !important;
}

/* Custom coloring */
.bg-amber-400 {
    background: #fbbf24 !important;
}

.text-amber-400 {
    color: #fbbf24 !important;
}

.bg-green-400 {
    background: #4ade80 !important;
}

.text-green-400 {
    color: #4ade80 !important;
}

.bg-pink-400 {
    background: #f472b6 !important;
}

.text-pink-400 {
    color: #f472b6 !important;
}

.bg-cyan-400 {
    background: #22d3ee !important;
}

.text-cyan-400 {
    color: #22d3ee !important;
}

/* Utility classes */
.bg-amber-400-20 {
    background: rgba(251, 191, 36, 0.2) !important;
}

.bg-pink-400-20 {
    background: rgba(244, 114, 182, 0.2) !important;
}

.bg-cyan-400-20 {
    background: rgba(34, 211, 238, 0.2) !important;
}

/* Hover scaling on card */
.card-hover:hover {
    transform: scale(1.05);
    transition: all 0.2s;
}

.text-gray-300 {
    color: #d1d5db !important;
}

.text-gray-400 {
    color: #9ca3af !important;
}

.text-gray-900 {
    color: #111827 !important;
}

.bg-white-10 {
    background: rgba(255, 255, 255, 0.1) !important;
}

.border-white-30 {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.fw-semibold {
    font-weight: 600;
}

.navbar {
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(6px);
}

.brand-pacifico {
    font-family: 'Pacifico', cursive;
}

.rounded-button {
    border-radius: 8px !important;
}

.gradient-bg {
    background: linear-gradient(135deg, #f9fafb 0%, #fff 100%);
}

.ai-visual {
    position: relative;
    width: 100%;
    height: 400px;
    min-width: 220px;
    min-height: 300px;
}

.bubble {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Keyframes for bounce and pulse */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.animate-bounce {
    animation: bounce 2s infinite;
}

.animate-pulse {
    animation: pulse 2s infinite;
}

.bg-primary-custom {
    background: var(--primary) !important;
}

.bg-secondary-custom {
    background: var(--secondary) !important;
}

.bg-purple-300 {
    background: #d8b4fe !important;
}

.bg-purple-400 {
    background: #a78bfa !important;
}

.bg-purple-500 {
    background: #8b5cf6 !important;
}

.gai-hero-section {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f0f2e 0%, #1a1a3a 25%, #2a1a3a 50%, #3a1a2a 75%, #2a1a3a 100%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 0;
    background-image: url('https://readdy.ai/api/search-image?query=futuristic%20digital%20circuit%20board%20pattern%20with%20glowing%20blue%20and%20purple%20neon%20lines%2C%20cryptocurrency%20symbols%20floating%20in%20space%2C%20blockchain%20network%20visualization%2C%20dark%20blue%20purple%20gradient%20background%2C%20high-tech%20cyberpunk%20aesthetic%2C%20holographic%20elements%2C%20bitcoin%20ethereum%20symbols%2C%20geometric%20patterns%2C%20modern%20technology%20interface%20design&width=1920&height=1080&seq=hero-bg-001&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 65px;
}

.gai-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 46, 0.4);
    z-index: 1;
}

.gai-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.gai-hero-title {
    font-size: 4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.gai-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 800px;
    margin: 0 auto 3rem auto;
    line-height: 1.6;
}

.gai-cta-buttons .gai-btn {
    padding: 1rem 2rem;
    border-radius: .5rem;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
    border: none;
    transition: all 0.3s;
    text-decoration: none;
    box-shadow: none;
    margin-bottom: 0;
}

.gai-btn-primary {
    background: #2563eb;
    color: white;
}

.gai-btn-primary:hover,
.gai-btn-primary:focus {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.gai-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.gai-btn-secondary:hover,
.gai-btn-secondary:focus {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.gai-feature-cards {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.gai-feature-card {
    flex: 1 1 0%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.gai-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gai-feature-icon {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    margin: 0 auto 1.5rem auto;
    font-size: 1.8rem;
}

.gai-feature-icon.blue {
    background: #2563eb;
    color: #fff;
}

.gai-feature-icon.red {
    background: #dc2626;
    color: #fff;
}

.gai-feature-icon.gray {
    background: #6b7280;
    color: #fff;
}

.gai-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.gai-feature-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 0.95rem;
}

.gai-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.5rem;
    animation: gai-bounce 2s infinite;
}

@keyframes gai-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@media (max-width: 992px) {
    .gai-hero-title {
        font-size: 3.1rem;margin-top:50px
    }
    .phone-center{
        justify-content:center !important;
    }
    .flexing-items li{
        width:100%
    }
    .hero-text{
        font-size:14px
    }
}

@media (max-width: 768px) {
    .gai-hero-title {
        font-size: 2.2rem;
    }

    .gai-hero-section {
        padding: 1rem;
    }

    .gai-feature-cards {
        flex-direction: column;
        gap: 1.5rem;
    }

    .gai-cta-buttons {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem !important;
    }
}

@media (max-width: 480px) {
    .gai-hero-title {
        font-size: 1.7rem;
    }

    .gai-cta-buttons .gai-btn {
        padding: .875rem 1.5rem;
        font-size: .92rem;
    }

    .gai-feature-cards {
        gap: 1rem;
    }
}

.crypto-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.crypto-list-section {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    padding: 1.25rem;
}

.coin-item {
    display: flex;
    align-items: center;
    padding: .5rem;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.coin-item:hover {
    background: var(--gray-bg);
}

.icon-circle {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;

    background: linear-gradient(135deg, #7c3aed 0%, #4338ca 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .75rem;
}

.text-primary {
    color: var(--third) !important;
}

.text-primary-old {
    color: #2662eb !important;
}

/*.time-filter-active,
.time-filter.btn.active {
    background: linear-gradient(135deg, #7c3aed 0%, #4338ca 100%);
    color: #fff;
    border-radius: 8px !important;
}*/

.tab-content-all{
    display:none;
}
    .tab-content-all.active{
        display:block;
    }

    .time-filter {
        border-radius: 8px !important;
        color: rgba(33, 37, 41, 0.75);
    }
    .time-filter.active {
        background: linear-gradient(135deg, #7c3aed 0%, #4338ca 100%);
        color: #fff;
        border-radius: 8px !important;
    }
.coin-item.active{
    background: #f8f9fa;
}

.analysis-section {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
    /*display:none;*/
}
    /*.analysis-section.active{
        display:block;
    }*/

.analysis-chart-placeholder {
    height: 16rem;
    background: #f3f4f6;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow-y: auto;
    padding: 10px;
}

.small-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
}

.info-link {
    color: var(--third);
    cursor: pointer;
}

.gradient-text {
    background: linear-gradient(135deg, #6b21a8, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text-new {
    background: linear-gradient(135deg, #ddb904, #feb75f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.search-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.search-box {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.search-input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 1px solid #c4c4c466;
    border-radius: 12px 12px 0px 0px;
    font-size: 16px;
    color: #fff;
    background: #4a28749c;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.search-input::placeholder{
    color: #fff;
}
.search-input:focus{
    background: #4a28749c;
    color: #fff;
}
.box-show-text{
        border: 1px solid #c4c4c466;
    height: 250px;
    background-color: #020127b0;
    border-top: 0px;
    border-radius: 0px 0px 12px 12px;
    overflow-y: auto;
    color: #fff;
    padding: 20px;
}

.search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #9333ea, #ef4444);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-lg {
    border-radius: 16px !important;
}

.bg-primary {
    background-color: #6366f1 !important;
}

.bg-gray-50 {
    background-color: #f9fafb !important;
}

.bg-amber {
    background-color: rgba(251, 191, 36, 0.2) !important;
}

.bg-pink {
    background-color: rgba(244, 114, 182, 0.2) !important;
}

.bg-cyan {
    background-color: rgba(34, 211, 238, 0.2) !important;
}

.text-amber-400 {
    color: #f59e42 !important;
}

.text-green-400 {
    color: #4ade80 !important;
}

.text-pink-400 {
    color: #ec4899 !important;
}

.text-cyan-400 {
    color: #22d3ee !important;
}

.time-filter-active {
    background: #6366f1;
    color: white;
}

.headeing-new-gradinet {
    background: linear-gradient(7deg, #6b21a8, #ef4444, #2662eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    font-weight: 700;
}

.new-container-heaght {
    height: 400px !important;
}

.bg-gredient {
    background: linear-gradient(135deg, #7C3AED 0%, #4338CA 100%);
}

.main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-section {
    background: var(--dark-bg);
    border-radius: 1rem;
    padding: 3rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.hero-content {
    flex: 1;
}

.hero-image {
    width: 300px;
    height: 300px;
    border-radius: 0.5rem;
    object-fit: cover;
}

.director-tag {
    color: #FFD700;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.hero-text {
    color: #A1A1AA;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.login-btn {
    background: #FFD700;
    color: #000;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
    color: #000;
}

/* Boostrap grid for features */


.stat-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.stat-label {
    color: #A1A1AA;
    font-size: 0.875rem;
}

.cards-row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.card-custom {
    border-radius: 20px;
    background: linear-gradient(120deg, #8056dd 60%, #314dd9 100%);
    color: #fff;
    min-height: 230px;
    box-shadow: 0 6px 30px 0 rgba(25, 17, 89, 0.12);
    position: relative;
    transition: transform 0.1s;
}

.card-custom:hover {
    transform: translateY(-6px) scale(1.03);
}

.card-custom .step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffd600;
    color: #323232;
    font-weight: bold;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.card-custom .icon-bottom {
    position: absolute;
    bottom: 16px;
    right: 20px;
    background: rgba(255, 214, 0, 0.25);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-custom .icon-bottom i {
    color: #fff;
    font-size: 1.25rem;
}

.text-yellow {
    color: #f8cc1b;
}

/* Responsive fix for cards */
@media (max-width: 991.98px) {
    .card-custom {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .hero-section {
        flex-direction: column;
        padding: 2rem 1rem;
    }

    .main-wrapper {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .feature-title {
        margin: 2.7rem 0 1rem !important;
    }
}


.roadmap-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
}

/* Timeline Bar and Stages */
.timeline-row {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-track {
    position: absolute;
    top: 61%;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #c084fc, #60a5fa, #4ade80, #fbbf24, #f87171);
    border-radius: 4px;
    z-index: 1;
    transform: translateY(-50%);
}

.timeline-stages {
    position: relative;
    z-index: 2;
}

.stage {
    text-align: center;
    border-radius: 10px;
    padding: 0 1rem;
    display: inline-block;
    min-width: 90px;
}

.stage-number {
    display: block;
    font-size: 0.775rem;
    font-weight: 600;
    margin-bottom: 1.33rem;
    margin-top: 0.4rem;
    padding: 10px 30px;
    border-radius: 25px;
}

.stage-1 {
    color: #a855f7;
    border: 1px solid #a855f7;
}

.stage-2g {
    color: #22c55e;
    border: 1px solid #22c55e;
}

.stage-2y {
    color: #fbbf24;
    border: 1px solid #fbbf24;
}

.stage-3 {
    color: #ef4444;
    border: 1px solid #ef4444;
}

.stage-5 {
    color: #3b82f6;
    border: 1px solid #3b82f6;
}

.stage-year {
    font-weight: 700;
    color: #1f2937;
    font-size: 1rem;
}

/* Cards */
.cards-container {
    margin-top: 2rem;
}

.roadmap-card {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgb(60 35 105 / 0.08);
    margin-bottom: 1.5rem;
    color: #fff;
    transition: transform 0.30s;
    min-height: 260px;
    /* Will get its own background below */
}

.roadmap-card:hover {
    transform: translateY(-8px);
}

.card-1 {
    background: linear-gradient(135deg, #fbe7f5, #fbe7f5);
}

.card-2 {
    background: linear-gradient(135deg, #d4f4fe, #d4f4fe);
}

.card-3 {
    background: linear-gradient(135deg, #d3fbe5, #d3fbe5);
}

.card-4 {
    background: linear-gradient(135deg, #fef6c7, #fef6c7);
}

.card-5 {
    background: linear-gradient(135deg, #fee3e4, #fee3e4);
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #000;
}

.feature-list {
    padding-left: 0;
    list-style: none;
    color: rgba(43, 42, 42, 0.96);
    margin-bottom: 0;
}

.feature-list li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.gradient-line {
    width: 120px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #c084fc, #60a5fa, #aa59f7, #7c3aed, #aa59f7);
    display: inline-block;
}

.dashboard-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.08);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 2rem;
    height: 100%;
    min-width: 300px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.bar-item {
    /* display: flex; */
    /* align-items: center; */
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s;
}

.bar-item:hover {
    background: #f3f4f6;
    cursor: pointer;
}

.country-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.country-name {
    min-width: 80px;
    color: #484a4b;
    font-size: 1rem;
    font-weight: 500;
}

.bar-container {
    flex: 1;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

.bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.percentage {
    color: #2a2b2c;
    font-weight: 600;
    min-width: 48px;
    text-align: right;
    font-size: 1.3rem;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #fcf2ff 0%, #f5f5ff 50%, #f8f5ff 100%);
    border-radius: 10px;
}

.stat-item {
    width: 50%;
    text-align: center;
}

.stat-value-new {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.stat-label {
    color: #6b7280;
    font-size: 0.875rem;
}

#mapChart {
    width: 100%;
    height: 350px;
}

.region-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.region-item {
    background: linear-gradient(135deg, #fcf2ff 0%, #f5f5ff 50%, #f8f5ff 100%);
    padding: 1rem;
    border-radius: 8px;
}

.region-name {
    color: #6b7280;
    font-size: 0.85rem;
    margin-bottom: 0.33rem;
}

.region-value {
    color: #1f2937;
    font-size: 1.2rem;
    font-weight: 600;
}

.new-bg-linear {
    background: linear-gradient(135deg, #f3f6ff 0%, #f5f5ff 50%, #f8f5ff 100%);
}

.feature-section {
    background: #fafaff;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(100, 100, 140, 0.06);
}

.bg-purple {
    background-color: #a688fa !important;
}

.icon-square {
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 5px;
    border: 5px solid transparent;
}

.bg-primary .icon-square {
    border-color: #f8f8ff;
}

.bg-purple .icon-square {
    border-color: #fafaff;
}

.bg-success .icon-square {
    border-color: #fafaff;
}

.custom-gradient-btn {
    background: linear-gradient(90deg, #33cc57 0%, #ffd53d 100%);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    padding: 12px 32px;
    font-size: 1.1rem;
    box-shadow: 0 2px 6px rgba(51, 204, 87, 0.15);
    transition: box-shadow 0.2s;
}

.custom-gradient-btn:hover,
.custom-gradient-btn:focus {
    box-shadow: 0 4px 12px rgba(255, 213, 61, 0.2);
    outline: none;
    color: #fff;
}

.gradient-text-green {
    font-weight: bold;
    font-size: 3rem;
    /* Adjust as needed */
    background: linear-gradient(90deg, #34c759 10%, #ffd60a 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /* For extra support */
}

.title-section {
    margin-bottom: 4rem;
}

.title-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.title-section h1 span {
    color: #10B981;
}

.title-section p {
    color: #6B7280;
    font-size: 1.1rem;
}

.fixed-salary {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #dcfce7 0%, #f0fdf4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #10B981;
}

.fixed-salary p {
    color: #6B7280;
    margin: 0;
}

.start-earning {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.start-earning h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.start-earning p {
    color: #6B7280;
    margin-bottom: 1.5rem;
}

.get-tokens-btn {
    background: #10B981;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s;
}

.get-tokens-btn:hover {
    background: #059669;
    color: white;
    transform: translateY(-2px);
}

.benefit-card {
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.benefit-card {
    border: 1px solid #fef193;
    background: #effdf4;
}

.benefit-card-2-color {
    border: 1px solid #b8f7cf;
    background: #effdf4;
}

.benefit-card-3-color {
    border: 1px solid #c5defb;
    background: #eff8ff;
}

.benefit-card-4-color {
    border: 1px solid #e9d4ff;
    background: #fbf4fc;
}

.benefit-card:hover {
    transform: translateY(-4px);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

/* Distinct benefit icon backgrounds */
.benefit-card:nth-child(1) .benefit-icon {
    background: #fef3c7;
    color: #d97706;
}

.benefit-card:nth-child(2) .benefit-icon {
    background: #dcfce7;
    color: #059669;
}

.benefit-card:nth-child(3) .benefit-icon {
    background: #dbeafe;
    color: #2563eb;
}

.benefit-card:nth-child(4) .benefit-icon {
    background: #f3e8ff;
    color: #7c3aed;
}

.benefit-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1f2937;
    font-size: 18px;
}

.benefit-desc {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.5;
}

.text-new-yello {
    color: #cb9114 !important;
}

.text-new-danger {
    color: #ea6224 !important;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    margin-bottom: 1.5rem;
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #10B981;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #6B7280;
    font-size: 0.875rem;
}

.gradient-purple-pink {
    background: linear-gradient(135deg, #f3e8ff 0%, #ffe4e6 100%);
}

.gradient-orange-red {
    background: linear-gradient(135deg, #fff7ed 0%, #fee2e2 100%);
}

.gradient-blue-indigo {
    background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
}

.gradient-green-emerald {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
}

.gradient-yellow-amber {
    background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
}

.gradient-purple-violet {
    background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 100%);
}

.gradient-pink-rose {
    background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%);
}

.gradient-cyan-teal {
    background: linear-gradient(135deg, #ecfeff 0%, #ccfbf1 100%);
}

.gradient-slate-gray {
    background: linear-gradient(135deg, #f8fafc 0%, #f3f4f6 100%);
}

.rounded-xl {
    border-radius: 1rem !important;
}

.rounded-2xl {
    border-radius: 1.5rem !important;
}

.bg-primary-gamizon {
    background: linear-gradient(135deg, #8B5CF6, #06B6D4);
}

.text-primary {
    color: #8B5CF6 !important;
}

.border-primary-light {
    border-color: #f3e8ff !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 5%) !important;
}

/* Card icon backgrounds */
.bg-orange-500 {
    background-color: #f97316 !important;
}

.bg-orange-600 {
    background-color: #ea580c !important;
}

.bg-blue-600 {
    background-color: #2563eb !important;
}

.bg-green-600 {
    background-color: #059669 !important;
}

.bg-yellow-600 {
    background-color: #ca8a04 !important;
}

.bg-purple-600 {
    background-color: #7c3aed !important;
}

.bg-pink-600 {
    background-color: #db2777 !important;
}

.bg-cyan-600 {
    background-color: #0891b2 !important;
}

.bg-slate-600 {
    background-color: #334155 !important;
}

/* Card icon rounded */
.rounded-lg {
    border-radius: 0.75rem !important;
}

.rounded-xl {
    border-radius: 1rem !important;
}

/* Custom shadow hover for cards */
.card-hover:hover {
    box-shadow: 0 6px 18px 2px rgb(140 40 180 / 12%) !important;
}

/* For the icon style on cards */
.icon-box {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
}

@media (min-width: 992px) {
    .col-lg-4th {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (max-width: 991.98px) {
    .col-lg-4th {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .col-lg-4th {
        width: 100%;
    }
}

/* Fix for Remixicon baseline */
[class^="ri-"],
[class*=" ri-"] {
    vertical-align: -0.125em;
}

/* Custom FAQ styles - prefixed with gfaq- to avoid Bootstrap conflicts */

.gfaq-container {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.gfaq-header {
    text-align: center;
    margin-bottom: 3rem;
}

.gfaq-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}

.gfaq-header h1 .purple {
    color: #6366f1;
}

.gfaq-header h1 .black {
    color: #1f2937;
}

.gfaq-subtitle {
    color: #6b7280;
    font-size: 1rem;
    max-width: 32rem;
    margin: 0 auto;
}

.gfaq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.gfaq-item {
    background: white;
    border-radius: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.gfaq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

/* FAQ Color Variants */
.gfaq-item.gfaq-blue {
    background-color: rgba(219, 234, 254, 0.8);
}

.gfaq-item.gfaq-green {
    background-color: rgba(220, 252, 231, 0.8);
}

.gfaq-item.gfaq-purple {
    background-color: rgba(237, 233, 254, 0.8);
}

.gfaq-item.gfaq-orange {
    background-color: rgba(254, 243, 199, 0.8);
}

.gfaq-item.gfaq-pink {
    background-color: rgba(252, 231, 243, 0.8);
}

.gfaq-item.gfaq-mint {
    background-color: rgba(209, 250, 229, 0.8);
}

.gfaq-item.gfaq-lavender {
    background-color: rgba(233, 213, 255, 0.8);
}

.gfaq-item.gfaq-yellow {
    background-color: rgba(255, 251, 235, 0.8);
}

.gfaq-question {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    cursor: pointer;
    width: 100%;
}

.gfaq-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    flex-shrink: 0;
}

.gfaq-icon.gfaq-blue {
    color: #3b82f6;
}

.gfaq-icon.gfaq-green {
    color: #10b981;
}

.gfaq-icon.gfaq-purple {
    color: #8b5cf6;
}

.gfaq-icon.gfaq-orange {
    color: #f59e0b;
}

.gfaq-icon.gfaq-pink {
    color: #ec4899;
}

.gfaq-icon.gfaq-mint {
    color: #059669;
}

.gfaq-icon.gfaq-lavender {
    color: #7c3aed;
}

.gfaq-icon.gfaq-yellow {
    color: #d97706;
}

.gfaq-text {
    flex: 1;
    font-weight: 600;
    color: #1f2937;
    font-size: 1rem;
}

.gfaq-arrow {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    color: #6b7280;
}

.gfaq-item.gfaq-active .gfaq-arrow {
    transform: rotate(180deg);
}

.gfaq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(.4, 0, .2, 1);
}

.gfaq-item.gfaq-active .gfaq-answer {
    max-height: 200px;
}

.gfaq-answer-content {
    padding: 0 1.5rem 1.5rem 4rem;
    color: #6b7280;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .gfaq-container {
        padding: 0 1rem;
    }

    .gfaq-header h1 {
        font-size: 2rem;
    }

    .gfaq-question {
        padding: 1.25rem;
    }

    .gfaq-answer-content {
        padding: 0 1.25rem 1.25rem 3.5rem;
    }
}

.gfooter-footer {
    background-color: #f7fafd;
    padding: 4rem 0 1.5rem;
}

.gfooter-logo {
    font-family: "Pacifico", serif;
    font-size: 1.8rem;
    color: #1f2937;
    margin-bottom: 1rem;
    font-weight: normal;
}

.gfooter-brand-description {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.gfooter-social-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    transition: transform 0.2s;
}

.gfooter-social-icon:hover {
    transform: translateY(-2px);
}

.gfooter-social-icon.gfooter-twitter {
    background-color: #1da1f2;
}

.gfooter-social-icon.gfooter-discord {
    background-color: #7289da;
}

.gfooter-social-icon.gfooter-telegram {
    background-color: #0088cc;
}

.gfooter-social-icon.gfooter-youtube {
    background-color: #ff0000;
}

.gfooter-column-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    color: #1f2937;
}

.gfooter-nav-link {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
    display: block;
    margin-bottom: .75rem;
}

.gfooter-nav-link:hover {
    color: #6366f1;
}

.gfooter-newsletter-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.gfooter-newsletter-description {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.gfooter-email-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    background-color: #fff;
    outline: none;
    transition: border-color 0.2s;
}

.gfooter-email-input:focus {
    border-color: #6366f1;
}

.gfooter-email-input::placeholder {
    color: #9ca3af;
}

.gfooter-subscribe-btn {
    width: 100%;
    background-color: #6366f1;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.gfooter-subscribe-btn:hover {
    background-color: #5856eb;
}

.gfooter-stat-number {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.gfooter-stat-number.blue {
    color: #3b82f6;
}

.gfooter-stat-number.green {
    color: #10b981;
}

.gfooter-stat-number.purple {
    color: #8b5cf6;
}

.gfooter-stat-number.orange {
    color: #f59e0b;
}

.gfooter-stat-label {
    color: #6b7280;
    font-size: 0.875rem;
}

.gfooter-legal-link {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.gfooter-legal-link:hover {
    color: #6366f1;
}

.gfooter-security-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #10b981;
    font-size: 0.875rem;
    font-weight: 500;
}

.gfooter-security-badge.verified {
    color: #3b82f6;
}

.gfooter-security-icon {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gfooter-copyright {
    color: #6b7280;
    font-size: 0.875rem;
}
.bg-image-new{
    background-image: url('../img/20de1248e76d9eadbf14ac7da85c2f57.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 4;
}
.bg-image-new::before{
    background-color:#2e0f59;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
}
.flexing-items{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.flexing-items li{
    padding: 10px 35px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    list-style: none;
    text-align: center;
    border-radius: 25px;
}

@media (max-width: 992px) {

    .gfooter-brand-section,
    .gfooter-newsletter-section {
        margin-bottom: 2rem;
    }

    .gfooter-stat-item {
        min-width: 45%;
    }
}

@media (max-width: 768px) {
    .gfooter-top-row {
        flex-direction: column !important;
    }

    .gfooter-navigation-columns {
        gap: 2rem !important;
        flex-wrap: wrap !important;
    }

    .gfooter-statistics-bar {
        flex-wrap: wrap !important;
        gap: 1rem !important;
    }

    .gfooter-stat-item {
        min-width: 45%;
    }

    .gfooter-bottom-row {
        flex-direction: column !important;
        gap: 1rem;
        text-align: center;
    }
}

@media (max-width: 992px) {

    .benefits-grid .col-md-3,
    .stats-grid .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {

    .benefits-grid .col-md-3,
    .stats-grid .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fixed-salary {
        width: 140px;
        height: 140px;
    }
}

/* Responsive adjustments for tighter vertical spacing on mobile */
@media (max-width: 768px) {
    .feature-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 991.98px) {
    .dashboard-card {
        margin-bottom: 2rem;
    }

    .region-stats {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .timeline-stages {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cards-container .row {
        margin-right: 0;
        margin-left: 0;
    }

    .roadmap-card {
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .roadmap-title {
        font-size: 2rem;
    }

    .timeline-stages {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .timeline-row {
        margin-bottom: 2.5rem;
    }
    .tradingview-widget-container{
        width: 100% !important;
    }
    .phone-text {
        font-size: 14px !important;
    }
}

@media (max-width: 767.98px) {
    .roadmap-container {
        padding: 2rem 0.5rem;
    }

    .cards-container .col-md {
        margin-bottom: 1.5rem;
    }
    #mapChart div,
    #mapChart canvas{
        width: 100% !important; 
    }
    .heading-font{
        font-size: 1rem !important;
    }
    .title-section h1{
        font-size: 1.8rem;
    }
    .gradient-text-green{
        font-size: 1.5rem !important;
    }

    .timeline-stages {
        flex-direction: column;
    }

    .timeline-track {
        height: 4px;
        top: 59%;
    }

    .stage {
        margin-bottom: 1rem;
        min-width: 60px;
    }
    .phone-wrap {
        flex-wrap: wrap;
    }
}
/*========================Foundr video section dESIGN============*/
.section-bg {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    padding: rem 1rem;
}

.video-overlay {
    background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 100%);
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .play-button:hover {
        transform: scale(1.1);
        background: rgba(59, 130, 246, 0.9);
    }

.director-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-radius: 1rem;
    padding: 2rem;
}

.signature {
    font-family: 'Pacifico', cursive;
    color: #3B82F6;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

    .social-btn:hover {
        transform: scale(1.1);
    }