html, body {
  overflow-x: hidden;
}

.footer-section {
  background:linear-gradient(to right, #2a9686, #203c40);
  color: #000;
  border-top: 1px solid #111;
  margin-top: 77px;
}

.footer-logo {
  font-size: 22px;
  font-weight: bold;
}

.footer-title {
  margin-left: 8px;
  font-size: 18px;
  color: #ccc;
}

.footer-heading {
  color: #f00;
  font-size: 15px;
  margin-bottom: 15px;
}

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

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

.footer-links a {
  color:#fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #fff;
}


.btn-language {
  background: #000;
  border: 1px solid #222;
  color: #ccc;
  width: 200px;
  text-align: left;
}

.btn-language:hover {
  color: #fff;
  border-color: #333;
}

.dropdown-menu {
  background: #111;
  border: 1px solid #222;
}

.dropdown-item {
  color: #ccc;
}

.dropdown-item:hover {
  background: #1e1e1e;
  color: #fff;
}


.footer-bottom {
  border-top: 1px solid #111;
  font-size: 13px;
  color:#fff;
}


@media (max-width: 768px) {
  .footer-logo {
    text-align: center;
  }
  .language-select {
    text-align: center;
  }
}


body {
  background-color: #101621;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  
}
body {
  min-height: 100dvh; /* instead of 100vh */
}


.main-navbar {
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #111;
}


.logo-blue {
  color: #1e90ff;
}
.logo-white {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color:#fff;
  font-size: 15px;
  margin: 0 8px;
  font-weight:600;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color:#0f8;
}


.dropdown-menu {
  background-color: #111;
  border: 1px solid #222;
}

.dropdown-item {
  color: #ccc;
}

.dropdown-item:hover {
  background-color: #1e1e1e;
  color: #fff;
}

.btn-register {
  /*background: #1e90ff;*/
  color: #0d6efd;
  padding: 6px 16px;
  border-radius: 4px;
}

.btn-register:hover {
  background: #1877d4;
  color: #fff;
}


@media (max-width: 991px) {
  .navbar-nav {
    background: #000;
    padding: 10px;
  }
  .english{
      display:none;
  }
}
.resimg{
    height:55px;
  width: 119px;
}




/* Section */
.trade-section {
  /*background: radial-gradient(circle at top, #0b1626, #000);*/
  padding: 100px 0;
  background: #101621;
  color: #fff;
  overflow: hidden;
}

/* Left */
.trade-left h2 {
  font-size: 36px;
  font-weight: 600;
}

.subtitle {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  margin: 15px 0 30px;
  max-width: 520px;
}

/* List */
.trade-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.trade-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #ddd;
}

.trade-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f5a623;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

/* Download */
.download-box {
  display: flex;
  align-items: center;
  gap: 25px;
}

.store-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.store-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  width: 160px;
  text-align: center;
}

.store-btn:hover {
  background: #fff;
  color: #000;
}

.qr-box img {
  width: 90px;
  background: #fff;
  padding: 6px;
  border-radius: 6px;
}

/* Right Images */
.trade-right {
  position: relative;
  text-align: center;
}

.device-wrapper {
  position: relative;
  display: inline-block;
}

.laptop {
  max-width: 100%;
  width: 700px;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.8));
}

.mobile {
  position: absolute;
  right: -40px;
  bottom: -10px;
  width: 200px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.8));
}

/* Responsive */
@media (max-width: 992px) {
  .trade-left h2 {
    font-size: 28px;
  }

  .download-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile {
    right: 0;
    width: 170px;
  }
}

@media (max-width: 576px) {
  .trade-section {
    padding: 70px 15px;
  }

  .trade-left {
    text-align: center;
  }

  .trade-list li {
    text-align: left;
  }

  .download-box {
    align-items: center;
  }

  .mobile {
    position: static;
    margin-top: 20px;
  }
}


.dsj-about-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0b1220, #070b14);
}


.dsj-about-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  background: #111827;
  border-radius: 16px;
  padding: 40px;
}


.dsj-about-content {
  flex: 1;
}

.dsj-about-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.dsj-about-text {
  font-size: 15px;
  line-height: 1.7;
  color: #cbd5e1;
  width: 81%;
}


.dsj-about-image {
  flex: 1;
}

.dsj-about-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}


@media (max-width: 992px) {
  .dsj-about-container {
    flex-direction: column;
    padding: 30px;
  }

  .dsj-about-title {
    font-size: 28px;
  }
}


@media (max-width: 576px) {
  .dsj-about-section {
    padding: 50px 15px;
  }
  .dsj-about-image img {
  /*width: 100%;*/
  /*height: auto;*/
  border-radius: 5px;
  /*object-fit: cover;*/
}
  .dsj-about-container {
    padding: 20px;
    gap: 25px;
  }

  .dsj-about-title {
    font-size: 24px;
    text-align: center;
  }

  .dsj-about-text {
    font-size: 14px;
    text-align: center;
  }
}


.dsj-adv-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0b1220, #070b14);
}

.dsj-adv-container {
  max-width: 1200px;
  margin: auto;
}


.dsj-adv-heading {
  max-width: 700px;
  margin-bottom: 50px;
}

.dsj-adv-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.dsj-adv-heading p {
  font-size: 15px;
  line-height: 1.7;
  color: #94a3b8;
}


.dsj-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}


.dsj-adv-card {
  background: #111827;
  border-radius: 14px;
  padding: 30px 25px;
  transition: all 0.3s ease;
}

.dsj-adv-card:hover {
  transform: translateY(-6px);
  background: #0f172a;
}


.dsj-adv-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(56, 189, 248, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.dsj-adv-icon i {
  font-size: 22px;
  color: #38bdf8;
}


.dsj-adv-card h3 {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 10px;
}

.dsj-adv-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5f5;
}


@media (max-width: 992px) {
  .dsj-adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dsj-adv-heading h2 {
    font-size: 28px;
  }
}


@media (max-width: 576px) {
  .dsj-adv-section {
    padding: 60px 15px;
  }

  .dsj-adv-grid {
    grid-template-columns: 1fr;
  }

  .dsj-adv-heading {
    text-align: center;
  }

  .dsj-adv-heading h2 {
    font-size: 24px;
  }
}


/* ===== News Section ===== */
.dsj-news-section {
  padding: 100px 20px;
  background: linear-gradient(180deg, #0b1220, #070b14);
}

.dsj-news-container {
  max-width: 1200px;
  margin: auto;
}

/* Grid */
.dsj-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* Card */
.dsj-news-card {
  background: #0f172a;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.dsj-news-card:hover {
  transform: translateY(-6px);
  background: #111827;
}

/* Image */
.dsj-news-img {
  height: 180px;
  overflow: hidden;
}

.dsj-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.dsj-news-card:hover img {
  transform: scale(1.08);
}

/* Content */
.dsj-news-content {
  padding: 15px;
}

.dsj-news-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #e5e7eb;
  margin-bottom: 12px;
}

.dsj-news-date {
  font-size: 12px;
  color: #94a3b8;
}

/* ===== Tablet ===== */
@media (max-width: 992px) {
  .dsj-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Mobile ===== */
@media (max-width: 576px) {
  .dsj-news-section {
    padding: 40px 15px;
  }

  .dsj-news-grid {
    grid-template-columns: 1fr;
  }

  .dsj-news-img {
    height: 200px;
  }
}

/*treding start*/
.crypto-ticker-section {
  background: #0b0f1a;
  padding: 42px 10px;
  /*margin-top:7%;*/
}

.crypto-ticker-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Card */
.crypto-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 14px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.crypto-card.red {
  background: linear-gradient(135deg, #2a0c17, #12070d);
}

.crypto-card.green {
  background: linear-gradient(135deg, #062c25, #041915);
}

/* Left */
.crypto-left {
  display: flex;
  gap: 12px;
}

.crypto-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 20px;
}

.crypto-icon.btc { background: #f7931a; }
.crypto-icon.eth { background: #3c3c3d; }
.crypto-icon.trx { background: #e50914; }
.crypto-icon.xrp { background: #222; }

.crypto-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.crypto-name {
  font-size: 13px;
  opacity: 0.8;
}

.crypto-price {
  font-size: 20px;
  font-weight: 600;
}

.crypto-change {
  font-size: 12px;
}

.crypto-change.down {
  color: #ff4d4d;
}

.crypto-change.up {
  color: #3dff9e;
}

/* Chart */
.crypto-chart img {
  height: 40px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 1100px) {
  .crypto-ticker-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .crypto-ticker-container {
    grid-template-columns: 1fr;
  }

  .crypto-card {
    padding: 14px;
  }

  .crypto-price {
    font-size: 18px;
  }
}

/*treding end*/
.dsj-hero-section {
  position: relative;
  width: 100%;
  height: 520px;
  background-image: url("../../assets/images/back-11.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

/* Dark overlay */
.dsj-hero-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(*/
  /*  to right,*/
  /*  rgba(0, 0, 0, 0.75),*/
  /*  rgba(0, 0, 0, 0.25),*/
  /*  rgba(0, 0, 0, 0)*/
  /*);*/
  background: linear-gradient(
  to right,
  rgba(0, 0, 0, 0.85),
  rgba(0, 0, 0, 0.70),
  rgba(0, 0, 0, 0.60)
);
  z-index: 1;
}

/* Content */
.dsj-hero-content {
  position: relative;
  z-index: 2;
  padding-left: 80px;
  /*max-width: 600px;*/
  width:100%;
  text-align:left;
  /*text-align: center;*/
  /*top: 99px;*/
  
}
.dsj-hero-content-image {
  /*position: relative;*/
  /*z-index: 2;*/
  width:100%;
  /*text-align:center;*/
  position: absolute;
  z-index: 1;
  top:24px;
}

.dsj-hero-title {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: -15px;
}

/* Button */
.dsj-hero-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(to right, #EB3349 0%, #F45C43 51%, #EB3349 100%);
  color: white;
  font-size: 17px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  /*margin-top: 36px;*/
}

/*.dsj-hero-btn:hover {*/
/*  background: linear-gradient(90deg,#00ffc2,#42ff00);*/
/*}*/

/* ================== Responsive ================== */

@media (max-width: 992px) {
  .dsj-hero-section {
    height: 360px;
  }

  .dsj-hero-content {
    padding-left: 40px;
  }

  .dsj-hero-title {
    font-size: 38px;
  }
  .dsj-hero-content-image img{
      height: 276px;
  }
}

@media (max-width: 576px) {
  .dsj-hero-section {
    height: 360px;
  }

  .dsj-hero-content {
    padding-left: 20px;
    top: 56px;
  }

  .dsj-hero-title {
    font-size: 28px;
    margin-bottom: 1px;
  }

  .dsj-hero-btn {
    padding: 10px 22px;
    font-size: 13px;
  }
}
.company-name{
    color:red;
}

   .ticker-wrapper {
      overflow: hidden;
      width: 100%;
      background: linear-gradient(90deg, #a855f7, #22d3ee, #f472b6);
    }

    .ticker {
      display: flex;
      width: max-content;
      animation: tickerMove 20s linear infinite;
    }

    .ticker-item {
      flex-shrink: 0;
      padding: 12px 30px;
      font-weight: 600;
      font-size: clamp(14px, 2vw, 18px);
      white-space: nowrap;
      border-right: 2px solid #000;
      background: rgba(255, 255, 255, 0.35);
      color: #000;
    }

    @keyframes tickerMove {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    
    @media (max-width: 768px) {
      .ticker {
        animation-duration: 30s;
      }
    }
    button.navbar-toggler {
    background: black;
}

.profit-heading{
    font-size:40px;
    font-weight:800;
}
.image99{
    height:300px;
    width:568px;
}
@media(max-width:768px){
    .profit-heading{
        font-size:24px;
    }
    .image99{
    height:160px;
    width:568px;
}
}
.charity-block__cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
 
}

.charity-block__card {
  background: rgba(255 255 255 / 0.1); /* transparent white */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  color: white;
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  transition: transform 0.3s ease;
}

.charity-block__card:hover {
  transform: translateY(-10px);
}

.charity-block__image-inner {
  width: 280px;
  height: 160px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}


.charity-block__wrap-img-1 {
  background-image: url('../../assets/images/cat.jpg'); 
}

.charity-block__wrap-img-2 {
  background-image: url('../../assets/images/images (1).jfif');
}

.charity-block__wrap-img-3 {
  background-image: url('../../assets/images/images (2).jfif'); 
}

.charity-block__card-text {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.3;
  user-select: none;
}


@media (max-width: 1000px) {
  .charity-block__cards {
    flex-direction: column;
    align-items: center;
  }
  .charity-block__card {
    width: 90%;
    margin-bottom: 20px;
  }
}


    .glow-bg {
      position: relative;
      width: 280px;
      height: 540px;
      margin: auto;
    }
    .glow-bg::before {
      content: '';
      position: absolute;
      top: -50px;
      left: -40px;
      width: 360px;
      height: 510px;
      background: radial-gradient(circle at center, #6a6aff, #3500ff, transparent 70%);
      filter: blur(80px);
      z-index: 0;
      animation: pulseGlow 4s infinite alternate ease-in-out;
      border-radius: 40px;
    }
    @keyframes pulseGlow {
      0% {
        filter: blur(70px);
        opacity: 0.6;
      }
      100% {
        filter: blur(90px);
        opacity: 1;
      }
    }
    .device-img {
      position: relative;
     
      border-radius: 24px;
     
      z-index: 1;
    }
    .device-wrapper {
      position: relative;
      display: flex;
      justify-content:space-between;
      gap: 20px;
      margin-top: 30px;
    }
    .download-btn {
      /*width: 140px;*/
      height: 44px;
      border-radius: 8px;
      font-weight: 600;
    }
    .btn-yellow {
      background:linear-gradient(to right, #EB3349 0%, #F45C43 51%, #EB3349 100%);
      color: black;
      font-weight: 700;
      padding: 14px 40px;
      border-radius: 8px;
      /*box-shadow: 0 5px 10px rgb(241 196 15 / 0.7);*/
      transition: background-color 0.3s ease;
      border: none;
    }
    .btn-yellow:hover {
      background-color: #d4ac0d;
      color: white;
     
    }
    .rating {
      font-size: 1.25rem;
      font-weight: 700;
    }
    .icon-user {
      font-size: 1.5rem;
      margin-right: 8px;
      vertical-align: middle;
    }
    .quote-box {
      background: rgba(255 255 255 / 0.05);
      border-radius: 12px;
      padding: 20px;
      font-style: italic;
      font-size: 0.9rem;
      margin-top: 15px;
      min-height: 70px;
      color: #bbb;
    }
    .small-text {
      font-size: 0.8rem;
      color: #aaa;
      margin-bottom: 5px;
    }
    .app-rating-wrapper {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 10px;
      color: white;
    }
    .app-icon {
      width: 30px;
      height: 30px;
      filter: brightness(0) invert(1);
    }
    .qr-code {
      width: 70px;
      margin-top: 15px;
    }
    .download-options {
      margin-top: 25px;
    }
    @media (max-width: 576px) {
      .device-wrapper {
        flex-direction: column;
        gap: 30px;
      }
      .glow-bg {
        /*width: 220px;*/
        height: 300px;
      }
      .device-img {
        width:auto;
      }
      .download-btn {
        width:auto;
      }
    }
.text-muted{
    color:white;
}
      .hero-section {
            min-height: 80vh;
            display: flex;
            align-items: center;
            text-align: center;
        }

        .hero-title {
            font-size: 2.8rem;
            font-weight: 700;
        }

        .hero-subtitle {
            font-size: 1.1rem;
            color: #cfcfcf;
            margin-top: 10px;
        }

        .btn-custom {
            background: #ffd400;
            color: #000;
            font-weight: 600;
            padding: 12px 28px;
            border-radius: 10px;
            margin-top: 25px;
        }

        .feature-box {
            background: rgba(255,255,255,0.05);
            border-radius: 12px;
            padding: 20px;
            height: 100%;
        }

        .feature-icon {
            font-size: 28px;
            margin-bottom: 10px;
            color: #fff;
        }

        .feature-text {
            font-size: 0.95rem;
            font-weight:800;
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2rem;
            }
        }
        @media (max-width: 767.98px) {
    .navbar-dark .navbar-nav .nav-link {
        color: white;
    }
}
