.bg-header {
        background: linear-gradient(rgb(0 15 136 / 98%), rgb(0 0 0 / 66%)), url(Images/home-warrenty-home-banner.jpg) no-repeat center center fixed;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-custom {
  color: #fff;
  background-color: #ff0000;
  border: 1px solid #fff;
  font-size: 1em;
}

.btn-custom:hover {
    color: #fff;
    background-color: #da1616;
    border: 1px solid #fff;
    font-size: 1em;
  }

.custom-label {
  text-align: center;
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.custom-label {
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 0.24em;
  font-size: 2em;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.hidden {
  display: none;
}

.btn {
  width: 50%;
  border: 1px solid #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}


.fw-bold {
  font-weight: 700;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-group .invalid-feedback {
  position: absolute;
  top: 100%;
  left: 0;
}

.form-group .form-control.is-invalid {
  border-color: #e3342f;
}

.form-group .form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.form-section {
  display: grid;
    border-radius: 12px;
    padding: 30px 30px;
    align-items: center;
    background: rgb(162 0 159 / 61%);
}

.custom-control input {
  display: none !important;
}

.custom-control-label {
  text-align: center;
}

.header {
  background-color: #009cde;
  padding: 20px 0;
  text-align: center;
}

.header img {
  max-width: 100%;
  height: auto;
}

.section-title {
  text-align: center;
  margin: 20px 0;
}

.features .col-md-4 {
  margin-bottom: 20px;
}

.features img {
  margin-bottom: 10px;
}

.testimonial {
  background-color: #f5f5f5;
  padding: 20px;
  margin: 20px 0;
}

.quote {
  font-style: italic;
}

.quote::before {
  content: "“";
}

.quote::after {
  content: "”";
}

.cta {
  background-color: #FF6600;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 1.5em;
  font-weight: bold;
}

.footer {
  text-align: center;
  font-size: 0.8em;
  color: #666;
  margin-top: 20px;
}

.footer p {
  margin: 5px 0;
}

@media (min-width: 768px) {
  .features .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
