body {
  font-size: 1.2rem;
  background-image: url("../img/page_bg_light.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #ffffff;
}

.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/hero_bg.png");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  margin-bottom: 0;
}

.hero-section h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.hero-section .lead {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.feature-box {
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  background: white;
}

.feature-icon {
  font-size: 3rem;
  color: #337ab7;
  margin-bottom: 1.5rem;
}

.section-padding {
  padding-top: 50px;
}

.testimonial-card {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  height: 100%;
}

.product-card {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
}

.product-card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.product-card ul li {
  margin-bottom: 0.5rem;
}

.app-badge {
  transition: opacity 0.2s;
}

.app-badge:hover {
  opacity: 0.8;
}

.solution-image {
  border-radius: 50%;
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.section-padding .list-unstyled {
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}
