/* ================================================================================
         * MINO PROJECT SETUP INSTALLATION STYLES
* ================================================================================ */

/* Body and Layout - Default Blue Theme */
body {
  background: linear-gradient(135deg, #e5d4f0 0%, #8a9bf6 100%) no-repeat fixed;
  min-height: 100vh;
  font-family: "Nunito", "Inter", "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

/* Body - Golden Theme */
[data-sutram="theme-golden"] body {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) no-repeat fixed;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.page-body.auth {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  background-color: transparent;
}

/* Golden Theme - Dark Background */
[data-sutram="theme-golden"] .page-body.auth {
  background-color: #000000;
}

/* SVG Textile Decoration */
.textile-decoration-svg {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 140px;
  height: 140px;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
}

/* SUTRAM Logo Styling */
.sutram-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.5rem;
}

.sutram-logo-img {
  /* height: 2.5rem; */
  width: auto;
  max-width: 350px;
  margin-bottom: 0.25rem;
  /* filter: brightness(0) saturate(100%); */
  /* Makes any logo black */
}

/* Default Blue Theme */
.sutram-underline {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #2794eb 0%, #764ba2 100%);
  border-radius: 2px;
  margin: 0 auto 0.5rem auto;
}

.sutram-accent-dot {
  width: 12px;
  height: 12px;
  background: #2794eb;
  border-radius: 50%;
  margin: 0 auto;
}

/* Golden Theme */
[data-sutram="theme-golden"] .sutram-underline {
  background: linear-gradient(90deg, #ffbf00 0%, #d4af37 100%);
}

[data-sutram="theme-golden"] .sutram-accent-dot {
  background: #ffd700;
}

.sutram-tagline {
  text-align: center;
  color: #ffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* Default Blue Theme */
.sutram-tagline span {
  background: linear-gradient(90deg, #2794eb, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Golden Theme */
[data-sutram="theme-golden"] .sutram-tagline span {
  background: linear-gradient(90deg, #ffbf00, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Module Icons */
.module-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.module-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Default Blue Theme */
.module-icon-blue {
  background: linear-gradient(135deg, #2794eb, #359ed3);
}

.module-icon-purple {
  background: linear-gradient(135deg, #764ba2, #5a3a7d);
}

/* Golden Theme */
[data-sutram="theme-golden"] .module-icon-blue {
  background: linear-gradient(135deg, #ffbf00, #ffd700);
}

[data-sutram="theme-golden"] .module-icon-purple {
  background: linear-gradient(135deg, #d4af37, #b8860b);
}

/* Feature Separator Lines */

/* Right Card Styling */
.sutram-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow:
    0 8px 32px rgba(118, 75, 162, 0.1),
    0 1.5px 6px rgba(138, 155, 246, 0.08);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  max-width: 420px;
  margin: 2rem auto;
  position: relative;
}

.sutram-card h4 {
  font-weight: 700;
  /* color: #667eea; */
  margin-bottom: 1.5rem;
  text-align: center;
}

.sutram-module-list {
  margin-bottom: 1.5rem;
}

.sutram-module-item {
  display: flex;
  align-items: center;
  background: #f7f8fa;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 4px rgba(138, 155, 246, 0.04);
  transition: all 0.2s ease;
}

.sutram-module-item:hover {
  box-shadow: 0 4px 12px rgba(118, 75, 162, 0.1);
  transform: translateY(-2px);
}

.sutram-module-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  margin-right: 1rem;
  font-size: 1.3rem;
  color: #fff;
}

/* Default Blue Theme */
.sutram-module-icon-blue {
  background: #2794eb;
}

.sutram-module-icon-purple {
  background: #764ba2;
}

/* Golden Theme */
[data-sutram="theme-golden"] .sutram-module-icon-blue {
  background: #ffd700;
}

[data-sutram="theme-golden"] .sutram-module-icon-purple {
  background: #d4af37;
}

.sutram-module-label {
  font-weight: 600;
  color: #333;
  flex: 1;
}

/* Default Blue Theme */
.sutram-module-checkbox {
  margin-left: 0.5rem;
  accent-color: #2794eb;
  width: 1.1rem;
  height: 1.1rem;
}

/* Golden Theme */
[data-sutram="theme-golden"] .sutram-module-checkbox {
  accent-color: #ffd700;
}

/* Default Blue Theme */
.sutram-install-btn {
  width: 100%;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 0.75rem;
  padding: 0.75rem 0;
  background: linear-gradient(90deg, #2794eb 0%, #764ba2 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(39, 148, 235, 0.2);
  transition: all 0.2s ease;
}

.sutram-install-btn:hover {
  background: linear-gradient(90deg, #1a7bc7 0%, #5a3a7d 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(39, 148, 235, 0.3);
}

/* Golden Theme */
[data-sutram="theme-golden"] .sutram-install-btn {
  background: linear-gradient(90deg, #ffbf00 0%, #d4af37 100%);
  color: #000000;
  box-shadow: 0 2px 8px rgba(255, 191, 0, 0.1);
}

[data-sutram="theme-golden"] .sutram-install-btn:hover {
  background: linear-gradient(90deg, #d4af37 0%, #ffbf00 100%);
  box-shadow: 0 4px 12px rgba(255, 191, 0, 0.2);
}

.sutram-status {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1rem;
}

.sutram-status .text-success {
  color: #22b573 !important;
  font-weight: 600;
}

.sutram-status .text-danger {
  color: #e74c3c !important;
  font-weight: 600;
}

.sutram-status .text-info {
  color: #2794eb !important;
  font-weight: 600;
}

/* Golden Theme */
[data-sutram="theme-golden"] .sutram-status .text-info {
  color: #d4af37 !important;
}

/* Color Variables (matching sutram-dashboard.css) */
.color-900 {
  color: #fff !important;
}

.color-600 {
  color: #b1b4b8 !important;
}

/* Responsive Design */
@media (max-width: 991px) {
  .page-body.auth {
    padding: 1rem;
  }

  .sutram-card {
    margin: 1rem auto;
    padding: 1.5rem 1rem;
  }

  .textile-decoration-svg {
    display: none;
  }
}

@media (max-width: 576px) {
  .sutram-logo-img {
    height: 2rem;
    max-width: 350px;
  }

  .key-features-container {
    padding: 1rem;
  }

  .feature-icon {
    margin-bottom: 0.5rem;
  }

  .me-4 {
    margin-right: 1rem !important;
  }
}

/* Animation for smooth loading */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sutram-card {
  animation: fadeInUp 0.6s ease-out;
}

.sutram-logo-container {
  animation: fadeInUp 0.8s ease-out;
}

.fw-semibold {
  color: #ffff;
}
.card.shadow-sm h1 {
  color: #1f2937 !important;
  font-weight: 700;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}
.text-primary {
  color: var(--sutram-dark) !important;
}
/* CSS ENds */
.sutram-logo-mobile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
