
.footer-section {
  background: #000;
  color: #aaa;
  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: #ccc;
  font-size: 15px;
  margin-bottom: 15px;
}

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

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

.footer-links a {
  color: #777;
  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: #666;
}


@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;
}


.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: #ccc;
  font-size: 15px;
  margin: 0 8px;
}

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


.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: 68px;
  width: 165px;
}




/* 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/homeBack.png");
  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)
  );
  z-index: 1;
}

/* Content */
.dsj-hero-content {
  position: relative;
  z-index: 2;
  padding-left: 80px;
  max-width: 600px;
}

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

/* Button */
.dsj-hero-btn {
  display: inline-block;
  padding: 12px 26px;
  background: #f6a400;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dsj-hero-btn:hover {
  background: #ffb733;
}

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

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

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

  .dsj-hero-title {
    font-size: 38px;
  }
}

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

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

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

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