

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background: #f9f9f9;
    color: #222;
    line-height: 1.6;
}

/* 🌙 DARK MODE OVERRIDES */
body.dark-mode {
    background-color: #121212 !important;
    color: #e5e5e5 !important;
}

/* ---- Navbar ---- */
body.dark-mode .navbar {
    background: #1e1e1e !important;
    border-bottom: 1px solid #333 !important;
}

body.dark-mode .nav-links-mobile {
    background: #1e1e1e !important;
    border: 1px solid grey;
}

body.dark-mode .nav-center a,
body.dark-mode .nav-links-mobile a {
    color: #e5e5e5 !important;
    background: #1e1e1e !important;
}

body.dark-mode .nav-links a:hover,
body.dark-mode .nav-links-mobile a:hover {
    color: #4dabf7 !important;
}

body.dark-mode .bar {
    background-color: #e5e5e5 !important;
}

/* ---- Hero + Video ---- */
body.dark-mode .bg-video {
    opacity: 0.4 !important;
    /* thoda dark overlay ke liye */
}

body.dark-mode .hero h1 {
    color: #fff !important;
}

body.dark-mode .hero p {
    color: #ddd !important;
}

/* ---- Buttons ---- */
body.dark-mode .btn,
body.dark-mode .btn-header {
    background-color: #4dabf7 !important;
    color: #fff !important;
}

body.dark-mode .btn:hover,
body.dark-mode .btn-header:hover {
    background-color: #1e90ff !important;
}

/* ---- Plans ---- */
body.dark-mode .plans-section {
    background: linear-gradient(135deg,
            #1c1c1c 0%,
            #222 50%,
            #1c1c1c 100%) !important;
}

body.dark-mode .plans-section h2 {
    color: #fff !important;
}

body.dark-mode .plan-card {
    background: #1e1e1e !important;
    color: #ddd !important;
    border: 1px solid #333 !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5) !important;
}

body.dark-mode .plan-card h3 {
    color: #4dabf7 !important;
}

body.dark-mode .plan-card p {
    color: #bbb !important;
}

body.dark-mode .hero-section {
    background: linear-gradient(135deg,
            #1c1c1c 0%,
            #222 50%,
            #1c1c1c 100%) !important;

}

body.dark-mode .hero-card Video {
    border: 1px solid grey;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5) !important;
}

/* umarae growth dark mode */
.dark-mode .task-reward-section {
    background: linear-gradient(135deg, #0f172a, #1e293b, #0d1117);
    /* modern dark bg */
}

.dark-mode .section-title {
    color: #f1f5f9;
    /* light text */
}

.dark-mode .section-title span {
    background: linear-gradient(90deg, #4f9cff, #00e0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dark-mode .section-subtitle {
    color: #cbd5e1;
}

.dark-mode .info-card {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border: 1px solid rgba(0, 200, 255, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.dark-mode .info-card:hover {
    background: linear-gradient(135deg, #0044cc40, #00bcd440, #1e293b40);
    box-shadow: 0 10px 30px rgba(0, 200, 255, 0.25);
}

.dark-mode .icon-box {
    color: #00e0ff;
}

.dark-mode .info-card h3 {
    color: #e2e8f0;
}

.dark-mode .info-card p {
    color: #cbd5e1;
}

/* ---- Testimonials ---- */
body.dark-mode .testimonial-card {
    background: #1e1e1e !important;
    border: 1px solid #333 !important;
    color: #ddd !important;
}

body.dark-mode .testimonial-text {
    color: #ccc !important;
}

body.dark-mode .date {
    background: #222 !important;
    border-color: #333 !important;
    color: #aaa !important;
}

body.dark-mode .wrap {
    background: linear-gradient(135deg,
            #1c1c1c 0%,
            #222 50%,
            #1c1c1c 100%) !important;
}

body.dark-mode .wrap h1 {
    color: #fff !important;
}

body.dark-mode .meta .name {
    color: #fff !important;
}

/* ---- Team ---- */
body.dark-mode .team-carousel-section {
    background: linear-gradient(135deg,
            #1c1c1c 0%,
            #222 50%,
            #1c1c1c 100%) !important;
}

body.dark-mode .team-carousel-container h2 {
    color: #fff !important;
}

body.dark-mode .team-card {
    background: #1e1e1e !important;
    color: #ddd !important;
    border: 1px solid #333 !important;
}

body.dark-mode .team-card h3 {
    color: #fff !important;
}

body.dark-mode .team-card p {
    color: #aaa !important;
}

body.dark-mode .team-img {
    border-color: #1e1e1e !important;
}

body.dark-mode .partners-section {
    background: linear-gradient(135deg, #121212, #1e1e1e);
}

body.dark-mode .partners-title {
    color: #f1f1f1;
}

body.dark-mode .logo-track img {
    opacity: 0.9;
    filter: brightness(1.1);
}

body.dark-mode .logo-track img:hover {
    opacity: 1;
    transform: scale(1.15);
    filter: brightness(1.25);
}

/* ---- Dropdowns ---- */
body.dark-mode .dropdown-content,
body.dark-mode .dropdown-content-mobile {
    background: #1c1c1c !important;
    border: 1px solid #333 !important;
}

body.dark-mode .dropdown-content a,
body.dark-mode .dropdown-content-mobile a {
    color: #ddd !important;
}

body.dark-mode .dropdown-content a:hover,
body.dark-mode .dropdown-content-mobile a:hover {
    background: #333 !important;
    color: #4dabf7 !important;
}

/* ---- Footer ---- */
body.dark-mode .footer {
    background: #1c1c1c !important;
    color: #ccc !important;
}

body.dark-mode .footer-section h3,
body.dark-mode .footer-logo {
    color: #4dabf7 !important;
}

body.dark-mode .footer-section a {
    color: #aaa !important;
}

body.dark-mode .footer-section a:hover {
    color: #4dabf7 !important;
}

body.dark-mode .footer .social-icons a {
    background: #333 !important;
    color: #fff !important;
}

body.dark-mode .footer .social-icons a:hover {
    background: #4dabf7 !important;
}

body.dark-mode .footer-bottom {
    color: #888 !important;
}

/* ================= DARK MODE ================= */

/* Headings */
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode p {
    color: #e0e0e0;
}

/* Features */
body.dark-mode .features-section {
    background: linear-gradient(to bottom, #1a1a1a, #0d0d0d);
}

body.dark-mode .features-section h2 {
    color: #fff;
}

body.dark-mode .feature-box {
    background: #1e1e1e;
    border: 1px solid rgba(0, 188, 212, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

body.dark-mode .feature-box:hover {
    box-shadow: 0 8px 30px rgba(0, 188, 212, 0.35);
}

/* Stats */
body.dark-mode .stats-section {
    background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
}

body.dark-mode .stat-box {
    background: #1e1e1e;
    border: 1px solid rgba(0, 188, 212, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

body.dark-mode .stat-box:hover {
    box-shadow: 0 8px 28px rgba(0, 188, 212, 0.35);
}

/* Roadmap */
body.dark-mode .roadmap-section {
    background: #121212;
}

body.dark-mode .roadmap-section h2 {
    color: #fff;
}

body.dark-mode .timeline::before {
    background: linear-gradient(#00bcd4, #0066ff);
}

body.dark-mode .timeline li {
    background: #1e1e1e;
    border: 1px solid rgba(0, 188, 212, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

body.dark-mode .timeline li span {
    color: #00e6e6;
}

body.dark-mode .roadmap-img img {
    box-shadow: 0 8px 28px rgba(0, 188, 212, 0.35);
}

/* FAQ */
body.dark-mode .faq-section {
    background: #121212;
}

body.dark-mode .faq-section h2 {
    color: #fff;
}

/* Dark mode override */
body.dark-mode .more-faq-btn {
    background: linear-gradient(90deg, #00e6e6, #0066ff);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

body.dark-mode .more-faq-btn:hover {
    background: linear-gradient(90deg, #0066ff, #00e6e6);
    box-shadow: 0 6px 25px rgba(0, 188, 212, 0.35);
}

body.dark-mode .faq-item {
    background: #1e1e1e;
    border: 1px solid rgba(0, 188, 212, 0.2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

body.dark-mode .faq-item:hover {
    background: #1a1a1a;
    box-shadow: 0 6px 22px rgba(0, 188, 212, 0.35);
}

body.dark-mode .faq-item h3 {
    color: #00e6e6;
}

/* CTA */
body.dark-mode .cta-section {
    background: linear-gradient(135deg, #003366, #000);
    color: #fff;
}

body.dark-mode .cta-btn {
    background: #1e1e1e;
    color: #00ffff;
    border: 2px solid #00ffff;
}

body.dark-mode .cta-btn:hover {
    background: #00ffff;
    color: #000;
}

/* Dark mode toggle button */
.dark-toggle {
    margin-right: 10px;
    background: black;
    border: none;
    color: #fff;
    font-size: 1rem;
    padding: 6px 14px;
    font-weight: 550;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, transform 0.2s;
    display: flex;
    align-items: right;
    gap: 6px;
}

.dark-toggle:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .dark-toggle {
        margin-right: -40px;
        font-size: 12px;
        /* smaller text */
        padding: 5px 8px;
        /* compact size */
        border-radius: 50px;
        /* tighter corners */
    }

}

/* ✅ Extra small mobiles (≤400px) */
@media (max-width: 400px) {
    .dark-toggle {
        margin-right: -15px;
        /* icon ke liye adjust */
        font-size: 10px;
        /* ultra small text */
        padding: 5px 8px;
        /* chhota compact button */
        border-radius: 30px;
        /* round corners */
    }
}

a {
    color: #007bff;
    text-decoration: none;
}

.logo img {
    height: 50px;
    width: auto;
    display: block;
    object-fit: contain;
    margin-left: -70px;
}

.logo {
    display: flex;
    align-items: left;

}



.navbar {
    background: #ffffff;
    padding: 1rem 2rem;
    position: sticky;
    height: 70px;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #e0e0e0;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;

}

/* --- Center links --- */
.nav-center {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    /* beech me expand */
    gap: 1.5rem;
}

.nav-center a {
    color: #333;
    text-decoration: none;
    font-weight: 550;
    position: relative;
    transition: color 0.3s ease;
}

.nav-center a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #007bff;
    transition: 0.3s ease;
}

.nav-center a:hover {
    color: #007bff;
}

.nav-center a:hover::after {
    width: 100%;
}

/* --- Right buttons --- */
.nav-right {
    margin-right: -70px;
    display: flex;
    gap: 10px;
}

/* Common button design */
.nav-right a {
    text-decoration: none;
    font-weight: 550;
    font-size: 0.9rem;
    border-radius: 6px;
    padding: 5px 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: inline-block;
}

/* Register Button - Glass effect */
.nav-right .btn-register {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #111;
}

.nav-right .btn-register:hover {
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    color: #fff;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Login Button - Neon Gradient */
.nav-right .btn-login {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border: none;
    color: #fff;
}

.nav-right .btn-login:hover {
    background: linear-gradient(135deg, #00c6ff, #007bff);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 123, 255, 0.4);
    color: black;
}


/* ✅ Mobile adjustments */
@media (max-width: 768px) {
    .nav-center {
        display: none;
        /* menu hide */
    }

    .nav-right {
        margin-right: 10px;
        gap: 8px;
    }

    .nav-right a {
        font-size: 12px;
        /* smaller text */
        padding: 4px 8px;
        /* compact size */
        border-radius: 4px;
        /* tighter corners */
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    }
}

/* ✅ Extra small mobiles (Android chhoti screens) */
@media (max-width: 400px) {
    .nav-right {
        gap: 5px;
        margin-right: 5px;
    }

    .nav-right a {
        font-size: 10px;
        /* aur chhota text */
        padding: 4px 6px;
        /* aur compact buttons */
        border-radius: 3px;
    }
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;

}


.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.8;
}

.hero {
    position: relative;
    text-align: center;
    padding: 60px 20px;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    animation: fadeInDown 1s ease;
    color: #e9e9e9ff;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: white;
    animation: fadeInDown 1.5s ease;
}

.btn-header {
    background: #007bff;
    color: #fff;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
    font-size: 0.85rem;
    animation: fadeInDown 2s ease;
}

.btn {
    background: #007bff;
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
    font-size: 0.85rem;
}

.btn:hover {
    background: #0056b3;
}

/* Eye-Catching 4-Color Gradient Button */
.btn-plan {
    display: inline-block;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    /* rounded pill */
    background: linear-gradient(45deg, #00f0ff, #ff3cac, #8a00ff, #ffd700);
    background-size: 400% 400%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Gradient Animation on Hover */
.btn-plan:hover {
    animation: gradientShift 3s ease infinite;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.5);
}

/* Glow Effect */
.btn-plan:hover::after {
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(45deg);
    pointer-events: none;
}

/* Keyframes for gradient animation */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.plans-section {
    padding: 50px 20px;
    text-align: center;
    background: linear-gradient(135deg,
            #f9f9f9 0%,
            #e3f2fd 50%,
            #ffffff 100%);
}

.plans-section h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #222;
}

/* Default layout */
.plans {
    display: grid;
    gap: 2rem;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.plan-card {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    width: 100%;
}

.plan-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.25);
}

.plan-card h3 {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #007bff;
}

.plan-card p {
    font-size: 0.85rem;
    margin: 4px 0;
    color: #444;
}

/* 📱 Mobile optimization */
@media (max-width: 768px) {
    .plans {
        grid-template-columns: repeat(2, 1fr);
        /* 2 cards per row fix */
        gap: 1rem;
        /* kam gap */
    }

    .plans-section {
        padding: 30px 10px;
    }

    .plans-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .plan-card {
        padding: 10px;
        border-radius: 8px;
    }

    .plan-card h3 {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }

    .plan-card p {
        font-size: 0.75rem;
        margin: 2px 0;
    }

    .plan-card .btn {
        font-size: 0.8rem;
        padding: 6px 10px;
    }
}

/* 📱📱 Extra small devices (like iPhone 13 mini, SE, etc.) */
@media (max-width: 400px) {
    .plans {
        grid-template-columns: repeat(2, 1fr);
        /* ✅ hamesha 2 cards fix */
        gap: 0.5rem;
        /* aur chhota gap */
    }

    .plans-section h2 {
        font-size: 1.2rem;
    }

    .plan-card {
        padding: 8px;
    }

    .plan-card h3 {
        font-size: 0.8rem;
    }

    .plan-card p {
        font-size: 0.7rem;
    }

    .plan-card .btn {
        font-size: 0.7rem;
        padding: 5px 8px;
    }
}




.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
    background: #f3f3f3;
    /* ya dark mode bg */
}

.hero-card {
    position: relative;
    width: 100%;
    max-width: 1200px;
    /* desktop pe limit */
    aspect-ratio: 16 / 9;
    /* YouTube style ratio fix */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    background: #000;
}

.hero-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* distort na ho */
    display: block;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 0 15px;
    /* mobile safety */
    z-index: 2;
}

.hero-content h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: white;
}

.hero-content p {
    font-size: 1.2rem;
}

/* 📱 Mobile responsive */
@media (max-width: 768px) {
    .hero-card {
        aspect-ratio: 16 / 9;
        /* height auto adjust hoga */
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.4rem;
    }

    .hero-content p {
        font-size: 0.9rem;
    }
}

footer {
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
    font-size: 0.9rem;
    color: #555;
}

/* Toggle bars */
.mobile-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: 0px;
    z-index: 1001;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
}

/* Mobile menu links container */
.nav-links-mobile {
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    /* 🔥 full width instead of 200px */
    padding: 15px;
    z-index: 1000;
    border-radius: 5px;
    /* corners straight for fullscreen look */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Mobile menu links */
.nav-links-mobile a {
    color: #333;
    padding: 12px 15px;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    /* text left, icon right */
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f1f1f1;
    transition: 0.3s;
}

.nav-links-mobile a:hover {
    color: #007bff;
    background: #f9f9f9;
}

/* Icons always align right */
.nav-links-mobile a i {
    font-size: 16px;
    color: #888;
    min-width: 20px;
    /* icons ek line pe rahen */
    text-align: right;
}

/* Hover effect for icons */
.nav-links-mobile a:hover i {
    color: #007bff;
}

/* Responsive */
@media (max-width: 768px) {
    .mobile-menu {
        display: flex;
        margin-top: -8px;
        margin-right: -5px;

    }

    .nav-links-mobile.show {
        display: flex;
    }

    .nav-links {
        display: none;
    }

    .navbar {
        height: 50px;
    }
}


@media (min-width: 769px) {
    .plans {
        grid-template-columns: repeat(5, 1fr);
    }

    .plan-card {
        width: 180px;
    }

}

@media (max-width: 500px) {
    .hero {
        height: 50vh;
    }

    .hero h1 {
        font-size: 1.7rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .logo img {
        height: 35px;
        width: auto;
        margin-left: -25px;
    }

    .logo {
        display: flex;
        align-items: left;
    }
}



/* Token Banner */
.token-banner {
    font-size: 18px;
    color: #007bff;
    font-weight: bold;
    margin-left: 40px;
    animation: pulseText 2s infinite;
    white-space: nowrap;
}

@keyframes pulseText {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

@media (max-width: 600px) {
    .token-banner {
        font-size: 12px;
        display: block;
        margin-left: 0;
        text-align: center;
        margin-right: 60px;
    }
}

/* Dropdown Desktop */
.dropdown {
    position: relative;
}

/* Default (desktop) */
.dropdown-content {
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    /* desktop pe chhoti width */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    z-index: 1000;
    display: none;
}

/* Mobile override */
@media (max-width: 768px) {
    .dropdown-content {
        position: relative;
        min-width: 100%;
        /* full width in mobile */
        width: 100%;
        left: 0;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid #eee;
    }

    .dropdown-content a {
        padding: 14px 18px;
        font-size: 15px;
        border-bottom: 1px solid #f5f5f5;
    }
}

.dropdown-content a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    gap: 10px;
}

.dropdown-content a:hover {
    background: #007bff;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Mobile Dropdown */
.dropdown-mobile>.dropdown-content-mobile {
    display: none;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 5px;
}

/* Mobile dropdown parent */
.dropdown-mobile>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

.dropdown-mobile>a:hover {
    background: #f1f1f1;
}

/* Mobile dropdown content */
.dropdown-content-mobile {
    display: none;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    margin-top: 0;
    overflow: hidden;
    border: 1px solid #eee;
}

.dropdown-content-mobile a {
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.3s;
}

.dropdown-content-mobile a:hover {
    background: #007bff;
    color: #fff;
}

.dropdown-content-mobile.show {
    display: flex;
}

/* Footer */
.footer {
    background: #f8f8f8;
    color: #333;
    padding: 60px 20px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.footer-section h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #007bff;
}

.footer-logo {
    font-size: 2rem;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 15px;
}

.footer-section p,
.footer-section li,
.footer-section a {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    text-decoration: none;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section li {
    margin-bottom: 10px;
}

.footer-section a:hover {
    color: #007bff;
}

.footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.footer .social-icons a {
    background: #eaeaea;
    color: #333;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer .social-icons a:hover {
    background: #007bff;
    color: #fff;
}

.email-contact {
    margin-top: 10px;
}

.email-contact a {
    color: #007bff;
    text-decoration: none;
}

.email-contact a:hover {
    color: #333;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    padding-top: 20px;
    font-size: 0.9rem;
    color: #555;
}





:root {
    --bg-1: #ffffff;
    --bg-2: #f9f9f9;
    --card: #ffffff;
    --card-foreground: #f5f5f5;
    --muted: #555;
    --text: #222;
    --accent: #007bff;
    --star: #f5b301;
    --glass: rgba(0, 0, 0, 0.02);
    --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 20px;
    background-image: linear-gradient(45deg, #fce4ec, #e0f2f7);


}

h1 {
    margin-bottom: 3rem;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--text);
}

.sub {
    text-align: center;
    color: var(--muted);
    margin-bottom: 28px;
    font-size: 14px;
}

/* Swiper spacing */
.swiper {
    padding-bottom: 38px;
}

.swiper-wrapper {
    align-items: stretch;
}

.testimonial-card {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 16px;
    align-items: start;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: var(--shadow);
    border: 1px solid #eee;
    transition: transform .28s, box-shadow .28s;
    min-height: 150px;
}

.testimonial-card:hover {
    transform: translateY(-8px) scale(1.006);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.15);
}

.avatar-wrap {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--accent);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #f0f0f0;
    object-fit: cover;
}

.meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.name {
    font-weight: 700;
    font-size: 15px;
    color: var(--text);
    margin-bottom: 6px;
}

.role {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 8px;
}

.country {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--muted);
}

.country img {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.meta-right {
    text-align: right;
    min-width: 78px;
}

.date {
    font-size: 13px;
    color: #666;
    background: #f5f5f5;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: inline-block;
}

.stars {
    grid-column: 1/-1;
    justify-self: center;
    display: flex;
    gap: 6px;
    margin: 6px 0 8px;
}

.star {
    width: 18px;
    height: 18px;
}

.testimonial-text {
    grid-column: 2/3;
    color: var(--text);
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}

/* Swiper navigation */
.swiper-button-next,
.swiper-button-prev {
    color: var(--accent);
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #007bff;
    color: #fff;
}

.swiper-pagination-bullet {
    background: #ccc;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: var(--accent);
}


.team-carousel-section {
    padding: 60px 20px;
    background: linear-gradient(135deg,
            #f0faff 0%,
            #ffffff 100%);
}

.team-carousel-container {
    max-width: 1200px;
    margin: auto;
}

.team-carousel-container h2 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 3rem;
    color: black;

}

.team-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #eee;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.team-img-wrapper {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 5px;
    background: conic-gradient(from 0deg,
            #007bff,
            #00c9a7,
            #ff4d6d,
            #f9c74f,
            #007bff);
    animation: spinBorder 4s linear infinite, borderPulse 2s ease-in-out infinite;
    z-index: 1;
}

@keyframes spinBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes borderPulse {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
    }

    50% {
        box-shadow: 0 0 20px rgba(0, 123, 255, 0.7);
    }
}

.team-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    position: relative;
    z-index: 2;
    background: #fafafa;
    transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover .team-img {
    transform: scale(1.08);
    box-shadow: 0 0 18px rgba(0, 123, 255, 0.5);
}

.team-card h3 {
    font-size: 1.3rem;
    margin: 10px 0 8px;
    color: #222;
}

.team-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #007bff;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #007bff;
    opacity: 1;}

    /*futures section and more */
    /* General */
 

    /* Headings gradient */
    h2 span {
        background: linear-gradient(90deg, #0066ff, #00bcd4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: shine 3s infinite alternate;
    }

    @keyframes shine {
        from {
            filter: drop-shadow(0 0 5px #00bcd4);
        }

        to {
            filter: drop-shadow(0 0 15px #0066ff);
        }
    }

    /* Features */
    .features-section {
        padding: 90px 20px;
        text-align: center;
        background: linear-gradient(to bottom, #ffffff, #f0f7ff);
    }

    .features-section h2 {
        font-size: 36px;
        margin-bottom: 50px;
        color: #222;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 35px;
    }

    .feature-box {
        background: #fff;
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 30px;
        transition: 0.5s;
        border: 1px solid rgba(0, 102, 255, 0.15);
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .feature-box::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: conic-gradient(from 0deg, #0066ff, #00bcd4, #0066ff);
        animation: rotate 8s linear infinite;
        opacity: 0.05;
    }

    @keyframes rotate {
        100% {
            transform: rotate(360deg);
        }
    }

    .feature-icon img {
        width: 100%;
        max-height: 160px;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 15px;
    }

    .feature-box:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 8px 30px rgba(0, 102, 255, 0.35);
    }

    .feature-box:hover .feature-icon img {
        transform: scale(1.1);
        transition: 0.4s;
    }

    /* Stats */
    .stats-section {
        padding: 80px 20px;
        background: linear-gradient(135deg, #f0f7ff, #ffffff);
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 40px;
        text-align: center;
    }

    .stats-section h2 {
        font-size: 36px;
        margin-bottom: 50px;
        color: #222;
        text-align: center;
    }

    .stat-box {
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        border: 1px solid rgba(0, 102, 255, 0.1);
        transition: 0.4s;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
        position: relative;
        overflow: hidden;
    }

    .stat-box img {
        width: 70px;
        margin-bottom: 20px;
        transition: 0.4s;
    }

    .stat-box .counter {
        font-size: 40px;
        font-weight: 700;
        background: linear-gradient(90deg, #0066ff, #00bcd4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
        margin-bottom: 10px;
    }

    .stat-box:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 8px 25px rgba(0, 102, 255, 0.35);
    }

    .stat-box:hover img {
        transform: rotate(10deg) scale(1.15);
    }

    /* Roadmap */
    .roadmap-section {
        padding: 90px 20px;
        background: #f9f9f9;
    }

    .roadmap-section h2 {
        text-align: center;
        margin-bottom: 45px;
        font-size: 34px;
        color: #222;
    }

    .roadmap-container {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        align-items: center;
        justify-content: center;
    }

    .timeline {
        list-style: none;
        padding: 0;
        max-width: 520px;
        position: relative;
    }

    .timeline::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(#0066ff, #00bcd4);
    }

    .timeline li {
        margin: 25px 0;
        padding: 18px 20px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid rgba(0, 102, 255, 0.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: 0.4s;
    }

    .timeline li span {
        color: #0066ff;
        font-weight: 700;
        margin-right: 10px;
    }

    .timeline li:hover {
        background: #f7faff;
        transform: translateX(8px);
        box-shadow: 0 6px 20px rgba(0, 102, 255, 0.25);
    }

    .roadmapmp4 {
        max-width: 420px;
        border-radius: 15px;
        box-shadow: 0 6px 20px rgba(0, 102, 255, 0.25);
        width: 100%;
        height: auto;
        transition: 0.5s;
    }

    .roadmap.mp4:hover {
        transform: scale(1.08);
    }

    /* FAQ */
    .faq-section {
        padding: 90px 20px;
        background: #ffffff;
    }

    .faq-section h2 {
        text-align: center;
        margin-bottom: 45px;
        font-size: 34px;
        color: #222;
    }

    .faq-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        align-items: center;
        justify-content: center;
    }

    .faq.mp4 {
        max-width: 380px;
        border-radius: 15px;
        box-shadow: 0 6px 25px rgba(0, 102, 255, 0.25);
        width: 100%;
        height: auto;
        transition: 0.5s;
    }

    .faq.mp4:hover {
        transform: scale(1.07);
    }

    .faq-items {
        flex: 1;
    }

    .faq-item {
        background: #fff;
        padding: 22px;
        border-radius: 12px;
        margin-bottom: 18px;
        transition: 0.4s;
        cursor: pointer;
        border: 1px solid rgba(0, 102, 255, 0.1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .faq-item:hover {
        background: #f7faff;
        transform: translateX(6px);
        box-shadow: 0 6px 18px rgba(0, 102, 255, 0.25);
    }

    .faq-item h3 {
        margin-bottom: 10px;
        color: #0066ff;
    }

    /* More FAQ Button */
    .faq-more-btn {
        text-align: center;
        margin-top: 40px;
    }

    .more-faq-btn {
        display: inline-block;
        padding: 14px 34px;
        font-size: 17px;
        font-weight: 600;
        border-radius: 50px;
        background: linear-gradient(90deg, #0066ff, #00bcd4);
        color: #fff;
        text-decoration: none;
        transition: all 0.4s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
    }

    .more-faq-btn:hover {
        transform: translateY(-3px) scale(1.08);
        box-shadow: 0 6px 25px rgba(0, 102, 255, 0.35);
        background: linear-gradient(90deg, #00bcd4, #0066ff);
    }

    /* CTA */
    .cta-section {
        padding: 90px 20px;
        text-align: center;
        background: linear-gradient(135deg, #00ffff, #0066ff);
        color: #000;
        position: relative;
        overflow: hidden;
    }

    .cta-section h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .cta-btn {
        padding: 15px 38px;
        background: #000;
        color: #00ffff;
        font-weight: 600;
        border-radius: 10px;
        display: inline-block;
        margin-top: 25px;
        transition: 0.4s;
        border: 2px solid #00ffff;
    }

    .cta-btn:hover {
        background: #fff;
        color: #000;
        transform: scale(1.08);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }

    .cta-icon {
        font-size: 65px;
        margin-top: 28px;
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-18px);
        }

        100% {
            transform: translateY(0);
        }
    }

    /* Responsive */
    @media(max-width:1024px) {

        .features-section h2,
        .stats-section h2,
        .roadmap-section h2,
        .faq-section h2,
        .cta-section h2 {
            font-size: 30px;
        }

        .stat-box .counter {
            font-size: 32px;
        }

        .faq-img img {
            max-width: 320px;
        }
    }

    @media(max-width:768px) {
        .features-grid {
            gap: 25px;
        }

        .faq-grid {
            flex-direction: column;
            text-align: center;
        }

        .faq-img img {
            max-width: 100%;
            margin: 0 auto;
        }

        .roadmap-container {
            flex-direction: column;
        }

        .timeline {
            max-width: 100%;
        }

        .roadmap-img img {
            max-width: 100%;
        }
    }

    @media(max-width:480px) {

        .features-section h2,
        .stats-section h2,
        .roadmap-section h2,
        .faq-section h2,
        .cta-section h2 {
        font-size: 26px;
        }
    }
        

        .more-faq-btn {
            padding: 12px 28px;
            font-size: 15px;
        }

        .cta-btn {
            padding: 12px 28px;
            font-size: 15px;
        }

        .stat-box .counter {
            font-size: 28px;


            /* Animations for icons */
            .bounce {
                animation: bounce 2s infinite;
            }

            .pulse {
                animation: pulse 2s infinite;
            }

            .spin {
                animation: spin 6s linear infinite;
            }

            @keyframes bounce {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-8px);
                }
            }

            @keyframes pulse {

                0%,
                100% {
                    transform: scale(1);
                }

                50% {
                    transform: scale(1.15);
                }
            }

            @keyframes spin {
                100% {
                    transform: rotate(360deg);
                }
            }

            .info-card h3 {
                font-size: 20px;
                margin-bottom: 12px;
                color: #222;
                z-index: 1;
                position: relative;
            }

            .info-card p {
                font-size: 14px;
                color: #444;
                line-height: 1.6;
                z-index: 1;
                position: relative;
            }

            /* Responsive */
            @media(max-width:1024px) {
                .cards-grid {
                    grid-template-columns: repeat(3, 1fr);
                }
            }

            @media(max-width:768px) {
                .section-title {
                    font-size: 28px;
                }

                .section-subtitle {
                    font-size: 16px;
                }

                .cards-grid {
                    grid-template-columns: repeat(2, 1fr);
                }

                .info-card h3 {
                    font-size: 18px;
                }
            }

            @media(max-width:480px) {
                .task-reward-section {
                    padding: 70px 15px;
                }

                .info-card {
                    padding: 22px 15px;
                }

                .info-card h3 {
                    font-size: 16px;
                }

                .info-card p {
                    font-size: 13px;
                }

                /* Container partner and payment method styling */
                .partners-section {
                    padding: 60px 20px;
                    background: linear-gradient(135deg, #f9fbff, #ffffff);
                    text-align: center;
                }

                .partners-title {
                    font-size: 28px;
                    font-weight: 600;
                    margin-bottom: 25px;
                    color: #222;
                }

                .logo-slider {
                    display: flex;
                    overflow: hidden;
                    position: relative;
                    width: 100%;
                }

                .logo-track {
                    display: flex;
                    animation: scroll 25s linear infinite;
                }

                .logo-track img {
                    height: 60px;
                    margin: 0 35px;
                    opacity: 0.8;
                    transition: transform 0.3s, opacity 0.3s;
                }

                .logo-track img:hover {
                    opacity: 1;
                    transform: scale(1.15);
                }

                @keyframes scroll {
                    0% {
                        transform: translateX(0);
                    }

                    100% {
                        transform: translateX(-100%);
                    }
                }

                /* Responsive */
                @media(max-width: 768px) {
                    .logo-track img {
                        height: 50px;
                        margin: 0 25px;
                    }
                }

                @media(max-width: 480px) {
                    .logo-track img {
                        height: 40px;
                        margin: 0 18px;
                    }
                }



