/* ==============================================================
   COINBIT PUBLIC WEBSITE DEFINITIVE HIGH-TECH DARK THEME
   ============================================================== */

/* Base & Body Reset */
html,
body,
#root,
.smooth-scroll-yes,
#smooth-content,
.bg-dark,
.bg-theme,
.bg-gray,
.bg-light {
    background-color: #070a13 !important;
    color: #94a3b8 !important;
}

/* Headings and Titles */
h1, h2, h3, h4, h5, h6,
.title,
.sub-title,
.site-heading h2,
.split-text-right,
.split-text-in-right {
    color: #ffffff !important;
}

.sub-title {
    color: #38bdf8 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    margin-bottom: 12px !important;
}

p, span, li {
    color: #94a3b8 !important;
}

/* Blur Shapes Background Glow */
.blurry-shape-top-full,
.blurry-shape-half-right-bottom,
.blurry-shape-right-bottom,
.blurry-shape {
    position: relative;
}

.blurry-shape-top-full::before,
.blurry-shape-half-right-bottom::before,
.blurry-shape-right-bottom::before,
.blurry-shape::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 600px !important;
    height: 400px !important;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.08) 0%, rgba(0, 0, 0, 0) 70%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* ==============================================================
   HEADER & NAVIGATION
   ============================================================== */
.custom-header {
    background: transparent !important;
}

.navbar.navbar-sticky,
.navbar.navbar-default.validnavs {
    background: rgba(7, 10, 19, 0.85) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.3s ease !important;
}

.navbar.navbar-sticky.sticked {
    background: rgba(7, 10, 19, 0.96) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
}

/* Navigation Buttons */
.btn-style-one {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(59, 130, 246, 0.5) !important;
    border-radius: 10px !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-style-one:hover {
    background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%) !important;
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.6) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

.btn-style-one.border-light,
.btn-style-one.btn-border-light {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #f8fafc !important;
    box-shadow: none !important;
}

.btn-style-one.border-light:hover,
.btn-style-one.btn-border-light:hover {
    background: rgba(59, 130, 246, 0.25) !important;
    border-color: #3b82f6 !important;
    color: #ffffff !important;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4) !important;
    transform: translateY(-2px) !important;
}

.custom-mobile-dropdown {
    background: #0d1322 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6) !important;
}

/* ==============================================================
   HERO / BANNER AREA WITH FUTURISTIC CYBER BACKGROUND
   ============================================================== */
.banner-style-one-area {
    background-color: #050811 !important;
    background-image: 
        radial-gradient(circle at 50% 15%, rgba(59, 130, 246, 0.22) 0%, transparent 60%),
        radial-gradient(circle at 20% 45%, rgba(6, 182, 212, 0.14) 0%, transparent 45%),
        radial-gradient(circle at 80% 50%, rgba(139, 92, 246, 0.16) 0%, transparent 45%),
        linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px) !important;
    background-size: 100% 100%, 100% 100%, 100% 100%, 48px 48px, 48px 48px !important;
    background-position: center, center, center, center center, center center !important;
    padding: 160px 0 100px 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.banner-style-one-area::before {
    content: "" !important;
    position: absolute !important;
    top: -15% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 750px !important;
    height: 450px !important;
    background: radial-gradient(ellipse at center, rgba(56, 189, 248, 0.22) 0%, rgba(99, 102, 241, 0.12) 45%, transparent 75%) !important;
    filter: blur(40px) !important;
    pointer-events: none !important;
    z-index: 1 !important;
    animation: heroPulse 7s ease-in-out infinite alternate !important;
}

@keyframes heroPulse {
    0% {
        opacity: 0.75;
        transform: translateX(-50%) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1.1);
    }
}

.hero-crypto-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 18px !important;
    border-radius: 9999px !important;
    background: rgba(56, 189, 248, 0.08) !important;
    border: 1px solid rgba(56, 189, 248, 0.28) !important;
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.2) !important;
    color: #38bdf8 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 22px !important;
    letter-spacing: 0.5px !important;
    backdrop-filter: blur(10px) !important;
}

.hero-crypto-badge .pulse-dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #38bdf8 !important;
    box-shadow: 0 0 10px #38bdf8 !important;
    animation: pulseDotGlow 2s infinite !important;
    display: inline-block !important;
}

@keyframes pulseDotGlow {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
}

.hero-gradient-text,
.banner-one-content h2 strong {
    background: linear-gradient(135deg, #38bdf8 0%, #818cf8 50%, #c084fc 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important;
    font-weight: 800 !important;
    text-shadow: 0 0 30px rgba(56, 189, 248, 0.25);
}

.banner-one-content h2 {
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: clamp(2.4rem, 4.8vw, 4.2rem) !important;
    letter-spacing: -0.5px !important;
    line-height: 1.15 !important;
    margin-bottom: 20px !important;
}

.banner-one-content p {
    color: #94a3b8 !important;
    font-size: 1.15rem !important;
    line-height: 1.75 !important;
    max-width: 780px !important;
    margin: 0 auto !important;
}

/* Brand Carousel */
.brand-style-one-carousel .brand-item {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;
    padding: 18px 24px !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.brand-style-one-carousel .brand-item:hover {
    border-color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.06) !important;
    transform: translateY(-4px) !important;
}

/* ==============================================================
   ABOUT USDT SECTION
   ============================================================== */
.about-style-one-area {
    background-color: #070a13 !important;
}

.about-style-one-info,
.about-style-one-info.bg-gray {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    padding: 50px 40px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4) !important;
}

.about-style-one-info .fixed-text {
    color: rgba(255, 255, 255, 0.03) !important;
}

.about-style-one-info .title {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.about-style-one-info p {
    color: #94a3b8 !important;
    line-height: 1.8 !important;
}

.card-style-one-item {
    background: linear-gradient(135deg, #172033 0%, #0f172a 100%) !important;
    border: 1px solid rgba(59, 130, 246, 0.25) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

.card-style-one-two {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

.card-style-one-two .js-counter {
    color: #38bdf8 !important;
    font-weight: 800 !important;
    text-shadow: 0 0 15px rgba(56, 189, 248, 0.4) !important;
}

/* ==============================================================
   SERVICES SECTION
   ============================================================== */
.services-style-one-area {
    background-color: #070a13 !important;
}

.service-style-one-single,
.service-style-one-item {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 35px 30px !important;
    transition: all 0.35s ease !important;
}

.service-style-one-single:hover .service-style-one-item,
.service-style-one-item:hover {
    background: #131d33 !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 10px 35px rgba(56, 189, 248, 0.2) !important;
    transform: translateY(-6px) !important;
}

.service-style-one-item .icon {
    background: rgba(56, 189, 248, 0.1) !important;
    border-radius: 12px !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
}

.service-style-one-item h4 a {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
}

.service-style-one-item p {
    color: #94a3b8 !important;
}

.service-one-tags {
    background-color: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
}

.community-card {
    background: linear-gradient(135deg, #172554 0%, #0f172a 100%) !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 16px !important;
}

/* ==============================================================
   PROCESS / HOW IT WORKS
   ============================================================== */
.process-style-one-area {
    background-color: #070a13 !important;
}

.process-style-one-item {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 18px !important;
    padding: 40px 30px !important;
    transition: all 0.3s ease !important;
}

.process-style-one-item:hover {
    border-color: #38bdf8 !important;
    box-shadow: 0 10px 30px rgba(56, 189, 248, 0.2) !important;
    transform: translateY(-5px) !important;
}

.process-style-one-item h2 {
    color: #38bdf8 !important;
    font-size: 3rem !important;
    font-weight: 800 !important;
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.4) !important;
}

.process-style-one-item h4 {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.process-style-one-item p {
    color: #94a3b8 !important;
}

/* ==============================================================
   LATEST PROJECTS
   ============================================================== */
.project-style-one-area,
.project-style-one-area.bg-gray {
    background-color: #070a13 !important;
}

.project-style-one-item {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    margin-bottom: 30px !important;
}

.project-style-one-item .info .top h3 a {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.project-style-one-item .info .top div {
    color: #94a3b8 !important;
}

.project-tags li {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #38bdf8 !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
    border-radius: 20px !important;
    padding: 4px 14px !important;
    font-size: 0.85rem !important;
}

.project-fun-fact {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 30px !important;
}

.project-fun-fact .js-counter {
    color: #38bdf8 !important;
    font-weight: 800 !important;
    font-size: 2.5rem !important;
}

/* ==============================================================
   TEAM SECTION
   ============================================================== */
.team-style-one-area {
    background-color: #070a13 !important;
}

.team-style-one-item {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.team-style-one-item:hover {
    border-color: #38bdf8 !important;
    box-shadow: 0 10px 30px rgba(56, 189, 248, 0.2) !important;
    transform: translateY(-5px) !important;
}

.team-style-one-item .info {
    background: #0f172a !important;
    padding: 20px !important;
}

.team-style-one-item .info h4 a {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.team-style-one-item .info span {
    color: #38bdf8 !important;
}

.team-style-one-item .social-overlay {
    background: rgba(7, 10, 19, 0.9) !important;
}

/* ==============================================================
   TESTIMONIALS
   ============================================================== */
.testimonial-style-one-area {
    background-color: #070a13 !important;
}

.testimonial-style-one-item {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

.testimonial-style-one-item .info h4 {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.testimonial-style-one-item p {
    color: #94a3b8 !important;
    line-height: 1.8 !important;
    font-size: 1rem !important;
}

.testimonial-style-one-item .icon i {
    color: #f59e0b !important;
    text-shadow: 0 0 10px rgba(245, 158, 11, 0.4) !important;
}

.testimonial-swiper-button-prev,
.testimonial-swiper-button-next {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.testimonial-swiper-button-prev:hover,
.testimonial-swiper-button-next:hover {
    background: #38bdf8 !important;
    color: #000000 !important;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.5) !important;
}

/* ==============================================================
   FAQ ACCORDION
   ============================================================== */
.faq-style-one-area,
.faq-style-one-area.bg-gray {
    background-color: #070a13 !important;
}

.accordion-style-one-item,
.accordion-item {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;
    margin-bottom: 16px !important;
    overflow: hidden !important;
}

.accordion-button {
    background: #0f172a !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 1.05rem !important;
    box-shadow: none !important;
    padding: 20px 24px !important;
}

.accordion-button:not(.collapsed) {
    background: #141f36 !important;
    color: #38bdf8 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.accordion-button::after {
    filter: invert(1) !important;
}

.accordion-body {
    background: #0f172a !important;
    color: #94a3b8 !important;
    line-height: 1.75 !important;
    padding: 20px 24px !important;
}

/* ==============================================================
   BLOG & NEWS SECTION
   ============================================================== */
.home-blog-area {
    background-color: #070a13 !important;
}

.blog-style-one {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    transition: all 0.3s ease !important;
}

.blog-style-one:hover {
    border-color: #38bdf8 !important;
    box-shadow: 0 10px 30px rgba(56, 189, 248, 0.2) !important;
    transform: translateY(-4px) !important;
}

.blog-style-one .info .blog-title a {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.blog-style-one .info .blog-title a:hover {
    color: #38bdf8 !important;
}

.blog-one-meta ul li,
.blog-one-meta ul li a {
    color: #38bdf8 !important;
}

/* ==============================================================
   FOOTER SECTION
   ============================================================== */
.footer-style-one,
.footer-style-one.bg-dark {
    background-color: #05070c !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.f-item h4.widget-title {
    color: #ffffff !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #38bdf8 !important;
    display: inline-block !important;
    padding-bottom: 6px !important;
    margin-bottom: 20px !important;
}

.f-item p,
.f-item ul li a {
    color: #94a3b8 !important;
    transition: all 0.2s ease !important;
}

.f-item ul li a:hover {
    color: #38bdf8 !important;
    transform: translateX(4px) !important;
}

.footer-item-social li a {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.footer-item-social li a:hover {
    background: #38bdf8 !important;
    color: #000000 !important;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.6) !important;
}

.footer-bottom,
.footer-bottom-one {
    background-color: #030508 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #64748b !important;
}

.footer-bottom p,
.footer-bottom ul li a {
    color: #64748b !important;
}

.footer-bottom ul li a:hover {
    color: #38bdf8 !important;
}
