/* _content/JiaJiJi/Views/Home/Index.cshtml.rz.scp.css */
/* Hero Section */
.hero[b-nwtj6kqhth] {
  background: linear-gradient(135deg, #0f62fe, #3a7bfd);
  color: white;
  padding: 120px 20px;
  text-align: center;
  border-radius: 15px;
  margin-top: 30px;
}

.hero h1[b-nwtj6kqhth] {
  font-weight: 700;
  font-size: 3rem;
}

.hero p[b-nwtj6kqhth] {
  font-size: 1.2rem;
  margin-top: 15px;
}

.btn-hero[b-nwtj6kqhth] {
  margin-top: 25px;
  font-weight: 600;
}

/* Features Section */
.feature-card[b-nwtj6kqhth] {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.feature-card:hover[b-nwtj6kqhth] {
  transform: translateY(-5px);
}
/* _content/JiaJiJi/Views/Shared/_Layout.cshtml.rz.scp.css */
body[b-30lpu4cz28] {
  font-family: 'Segoe UI', sans-serif;
  background: #f3f4f6;
  color: #1c1c1c;
}

/* Navbar */
.navbar[b-30lpu4cz28] {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand[b-30lpu4cz28] {
  font-weight: 700;
  color: #0f62fe;
}

/* Footer */
footer[b-30lpu4cz28] {
  background: #1a1a1a;
  color: #ccc;
  padding: 40px 20px;
  margin-top: 60px;
  text-align: center;
}

footer a[b-30lpu4cz28] {
  color: #0f62fe;
  text-decoration: none;
}
