header {
  width: 100%;
  height: 300px;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

header {
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  padding: 3rem 0;
}

.conversion {
  background-color: #f8f9fa;
}

.conversion h1 {
  color: #343a40;
}

.card {
  border: none;
  border-radius: 10px;
}

.card-title {
  color: #20242c;
}

.card-text {
  color: #6c757d;
}

.feature-card,
.p-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.accordion-button {
  background-color: #e9ecef;
  color: #343a40;
  font-weight: bold;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  color: #6c757d;
}

.bg-white {
  background-color: #ffffff;
}

.shadow-sm {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.feature-card h5 {
  color: #20242c;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.9rem;
  color: #555;
}

.list-benefits {
  list-style: none;
  padding: 0;
  line-height: 1.8;
}

.list-benefits li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 1rem;
  color: #555;
}

.list-benefits li:before {
  content: "✔";
  color: #007bff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-light {
  background-color: #f8f9fa;
}

.p-3 {
  font-size: 1rem;
}

.text-start {
  text-align: left !important;
}

.quotebtn {
  background-color: #2d1c70;
  border: none;
}

.quotebtn:hover {
  background-color: #1a1046;
}

.fw-bold {
  font-weight: 700;
}
