.main-container {
  background: linear-gradient(to bottom, #0a5290c7, #0055a66e),
    url(https://d1h86g9h1jpeic.cloudfront.net/ebc/2024/09/Images-1205.png);
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

img {
  width: 100%;
  height: auto;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.hidden {
  display: none;
}

.select2-container {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  /* vertical-align: middle; */
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.custom-radio label {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.custom-control-label::after,
.custom-control-label::before {
  display: none !important;
}

.custom-control input:checked + label {
  background: #ffd6ad;
}

.roof-shade {
  display: block;
  height: 60px;
  width: 100%;
  font-size: 17px;
  line-height: 23px;
  padding-left: 30px;
  border-radius: 8px;
  font-weight: 500;
  margin: 10px auto;
  background: #62c829
    url(https://gutter-guardian.com/images/btn-icon-immediately.png) 8px 50%
    no-repeat;
  color: #fff;
}

.roof-shade2 {
  display: block;
  height: 60px;
  width: 100%;
  border-radius: 8px;
  font-size: 17px;
  line-height: 23px;
  padding-left: 30px;
  font-weight: 500;
  margin: 10px auto;
  background: #62c829;
  color: #fff;
}

.roof-shade span {
  margin-left: 30px;
}

.background {
  background-image: url("images/gutters-bg.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  width: 100%;
}

.overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  max-width: 600px;
  border-radius: 8px;
  text-align: center;
}


.header {
  background-color: #ffffff;
  width: 100%;
  padding: 15px 0;
  color: white;
  text-align: center;
  font-weight: bold;
}

/* Header text */
.overlay h1 {
  font-weight: bold;
  color: #333;
}

.highlight {
  color: #4caf50;
}

/* Input field */
.form-control {
  margin-bottom: 15px;
}

/* Button styling */
.btn-custom {
  background-color: #ffc107;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
}

.btn-custom:hover {
  background-color: #ffa000;
}

.custom-control {
  padding-left: 0rem !important;
}

.custom-control-label:hover {
  cursor: pointer !important;
}
