main {
  background: #edf3f9;
}

.search-box {
  background: #fff;
  padding: 8px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.search-box input {
  box-shadow: none !important;
}

.search-box .input-group-text {
  border-radius: 14px 0 0 14px;
}

.search-box button {
  border-radius: 14px;
}

.hero-card {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: #eaf2ff;
  color: #2563eb;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}

.stat-card {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-6px);
}

.stat-card h3 {
  font-weight: 700;
  color: #2563eb;
}

.card {
  border-radius: 24px;
}

.form-select {
  height: 54px;
  border-radius: 100px;
}

.button-mt {
  margin-top: 36px;
}

.btn-primary {
  background: #2563eb;
  border: none;
}

.btn-primary:hover {
  background: #1d4ed8;
}

@media (max-width: 991px) {
  .hero {
    text-align: center;
  }
  .hero-card {
    margin-top: 40px;
  }
}
.feature-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 28px;
}

.tank-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table th {
  font-weight: 600;
  color: #64748b;
}

.table td {
  font-weight: 500;
}

.progress {
  height: 10px;
  background: #edf2f7;
}

.card {
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

/*# sourceMappingURL=compatibility.index.css.map */
