.feature-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(255 99 41 / 34%);
  margin-top: 10px;
  padding: 25px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
}

.feature-card:hover {
  cursor: pointer;
  color: orangered;
  border: black;
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.feature-card p {
  display: none;
  transition: all 0.3s ease;
  margin-top: 10px;
  color: black;
}


.feature-card p {
  display: none;
}

.feature-title {
  cursor: pointer;
}

.feature-card.active p {
  display: block;
}

.head {
  color: orangered;

}

.head1 {
  color: orangered;
  font-size: 40px;
}

.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35%;
}


.contain {
  font-size: 20px;
  font-weight: bold;
}

.massg {
  display: flex;
  font-size: 20px;
  text-align: center;
  padding-top: 2rem;
}

.para {
  margin-top: 10%;
  font-size: 20px;
}

button i {
  margin-right: 10px;
}

button {
  font-size: large;
  font-weight: bold;
  padding: 15px;
  color: #fff;
  background-color: orangered;
  border-radius: 20px;
  border: none;
}

button:hover {
  cursor: pointer;
  color: orangered;
  background-color: #ffff;
  border: 3px solid orangered;
}

.help_page ul li {
  list-style: none;
}

.images {
  margin-right: 10%;
  margin-bottom: 20px;
  margin-left: 10%;
}

.images img {
  width: 450px;
  height: 450px;
  border: 1px solid black;
  border-radius: 50%;
  border: none;
  box-shadow: 4px 6px 8px orangered;
}

.icon a {
  text-decoration: none;
  color: #fff;
  gap: 20px;
}

strong {
  color: orangered;
}

.icon a i:hover {
  cursor: pointer;
  color: #0d6efd;
}

.heading {
  font-size: 30px;
  color: orangered;
}


.lead-section {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(255 99 41 / 34%);
}


.lead-section h4 {
  font-weight: bold;
}


.check-icon {
  color: orange;
  font-weight: bold;
  margin-right: 10px;
}

.illustration {
  text-align: center;
}

.illustration img {
  max-width: 100%;
  height: auto;
}

.para2 p {
  font-size: 20px;
}


.form-container {
  text-align: left;
  padding-left: 40px;
}

.form-container input {
  width: 70%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input:focus {
  background-color: #ddd;
  outline: none;
}