/* Mailler v3 Premium Theme */
/* Header */
.navbar {
  background: linear-gradient(90deg, #1f2937, #111827);
  border-bottom: 2px solid #f59e0b;
  padding: 10px 0;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
.navbar-brand {
  color: #f59e0b !important;
  font-weight: 700;
  font-size: 22px;
}
.navbar-nav .nav-link {
  color: #f3f4f6 !important;
  font-weight: 500;
  margin-right: 15px;
}
.navbar-nav .nav-link:hover {
  color: #f59e0b !important;
}

/* Compliance Bar */
.alert-warning {
  background-color: #fff7e6;
  border-left: 5px solid #f59e0b;
  color: #3b3b3b;
  font-weight: 500;
  border-radius: 6px;
}

/* Footer */
.footer {
  background: linear-gradient(180deg, #111827, #1f2937);
  color: #f3f4f6;
  padding: 25px 0;
  text-align: center;
  font-size: 15px;
  border-top: 2px solid #f59e0b;
}
.footer a {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 500;
}
.footer a:hover {
  color: #fde68a;
}
.product-description {
    color: #f1f1f1;  /* হালকা সাদা টেক্সট */
    font-size: 16px;
    line-height: 1.6;
}
body {
    background-color: #0e1117;
    color: #f5f5f5;
}

h1, h2, h3 {
    color: #fff;
}

.price-tag {
    color: #00ff88;
    font-weight: bold;
    font-size: 20px;
}
