/* Modern desktop footer styles */
@media (min-width: 768px) {
  .modern-footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #6366f1;
    padding: 0.5rem 0;
  }
  .footer-copyright {
    color: #6366f1;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .footer-sep {
    color: #d1d5db;
    font-size: 1.2rem;
    margin: 0 0.25rem;
  }
  .footer-link {
    color: #60a5fa;
    text-decoration: underline;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s;
  }
  .footer-link:hover {
    color: #2563eb;
  }
  footer.footer.modern-footer {
    background: #fff;
    border-top: 1.5px solid #e5e7eb;
    box-shadow: 0 -2px 16px rgba(99,102,241,0.04);
  }
}
html {
  font-size: 14px;
}

/* Modern card and form enhancements */
.bg-gradient-primary {
  background: linear-gradient(90deg, #6366f1 0%, #60a5fa 100%) !important;
}
.rounded-top-4 {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}
.rounded-4 {
  border-radius: 1.5rem !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.form-label {
  font-size: 1.1rem;
}
.form-control-lg {
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
}
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 0.75rem;
}
.list-group-item {
  border: none;
  padding-left: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.fw-semibold {
  font-weight: 600 !important;
}
.text-muted {
  color: #6c757d !important;
}
.w-100 {
  width: 100% !important;
}
.g-2 > * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  footer.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
    box-shadow: 0 -2px 16px rgba(99,102,241,0.10);
    padding: 0.5rem 0;
  }
  .modern-footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    font-size: 1rem;
    white-space: nowrap;
  }
  .footer-logo {
    height: 1.75rem;
    width: 1.75rem;
    object-fit: cover;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-right: 0.5rem;
  }
  .footer-copyright {
    color: #6366f1;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .footer-sep {
    color: #d1d5db;
    font-size: 1.2rem;
    margin: 0 0.25rem;
  }
  .footer-link {
    color: #60a5fa;
    text-decoration: underline;
    font-weight: 500;
    font-size: 1rem;
  }
  body {
    margin-bottom: 90px;
  }
}

