
/* ========== Navbar ========== */
@media (max-width: 991px) {
  .navbar-nav {
    justify-content: flex-start;
    flex-direction: column-reverse !important;
    gap: 0.75rem;
    margin-top: 1rem;
    align-items: flex-start;
  }

  .navbar-collapse {
    background-color: var(--bg-color);
    padding: 1rem 1.5rem;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all var(--transition-speed) ease-in-out;
  }

  .nav-link {
    width: 100%;
    text-align: start;
  }

  body[dir="rtl"] .nav-link {
    text-align: right;
  }

  .lang-btn {
    font-size: 14px;
  }
}

/* ========== Stats Section ========== */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid .col-6 {
    margin-bottom: 1rem;
  }
}

/* ========== Download Badges ========== */
@media (max-width: 768px) {
  .download-badges {
    flex-direction: column;
  }
}

/* ========== Investment Cards ========== */
@media (max-width: 992px) {
  .investment-cards {
    grid-template-columns: 1fr;
  }

  .invest-card {
    padding: 20px;
  }
}

/* ========== Card Headers ========== */
@media (max-width: 768px) {
  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .card-icon {
    width: 36px;
    height: 36px;
  }
}

/* ========== How it Works Horizontal Steps ========== */
@media (max-width: 768px) {
  .steps-horizontal {
    flex-direction: column;
  }

  .steps-horizontal::before {
    display: none;
  }
}

/* ========== Jewel Icon SVG ========== */
@media (max-width: 768px) {
  .jewel-icon {
    width: 40px;
    height: 40px;
  }

  .jewel-icon svg {
    width: 40px;
    height: 40px;
  }
}

/* ========== About Section Adjustments ========== */
@media (max-width: 992px) {
  .about-text {
    max-width: 100%;
  }

  .stat-item {
    padding: 1rem 0.5rem;
  }
}

>>>>>>> 508d7dd9e4e5d45f5eca1e695fd21fee005e299e
