:root{
  --primary: #ff5a5f;
  --primary2: #cf4044;
  --heading: #111;
}
body{line-height: 1.5;}
.step-container h1, .step-container h2, .step-container h3, .step-container h4, .step-container h5, .step-container h6{color: var(--heading)!important;}

/*style by anup*/
.banner-section.style-five .slide-content h2{
  color: #fff;
}
.banner-section.style-five .slide-content .text{
  color: #fff;
}
.banner-form-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-form-wrap .form-control, .banner-form-wrap .btn{
  min-height: 50px;
  border: 0;
  font-size: 18px;
  padding: 10px 30px
}
.banner-form-wrap .form-control{
  border-radius: 30px 0 0 30px;
  background: #fff;
  color: #333;
}
.banner-form-wrap .btn{
  border-radius: 0 30px 30px 0;
}

.search-header{
}
.btn-primary{
  background: var(--primary)!important
}
.btn-primary:hover{
  background: var(--primary2)!important
}

.search-page{
  margin-top: 90px
}
.search-steps-header{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 350px;
  z-index: 999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 90px
}
.search-steps-content{
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  min-height: 80vh;
  z-index: 5;
  background: rgba(0,0,0,0.05);
}

.bg-danger{
  background: var(--primary)!important
}
.search-steps-header .progress{
  width: 100%;
  height: 10px;
  border-radius: 10px
}

.step-container{
  background: #fff;
  box-shadow: 0px 6px 10px #aaa;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}
.step .btn{
  padding: 8px 20px;
  min-width: 100px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap:  8px;
  font-size: 15px;
}
.btn+.btn{
  margin-left: 10px;
}
.btn-primary{
  background: var(--primary)!important;
  color: #fff;
  border: 0!important
}
.btn-primary:hover{
  background: var(--primary2)!important;
  color: #fff;
  border: 0!important
}
.btn-light{
  color: #000;
  background: #eee;
  border: 0;
}
.btn-light:hover{
  background: var(--primary);
  color: #fff;
}
.step {
  display: none;
}
.step.active {
  display: block;
}



/* Hide radio buttons */
.btn-check {
  appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

/* Styling for the button */
.btn-radio {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 15px;
  font-size: 15px;
  background-color: white;
  color: black;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0;
  min-width: 100px;
  min-height: 40px;
  justify-content: center;
}
.btn-mw-148 .btn-radio{min-width: 148px;}
.btn-mw-156 .btn-radio{min-width: 156px;}

/* Active state */
.btn-check:checked + .btn-radio {
  background-color: #ff5a5f !important;
  color: white !important;
  border-color: #ff5a5f !important;
}

/* Hover effect */
.btn-radio:hover {
  background-color: #ff5a5f;
  color: white;
  border-color: #ff5a5f;
}

.btn-radio i {
  font-size: 16px;
}

.btn-group {
  flex-wrap: wrap;
  gap: 10px;
}
.blabel{background: #000; color: #fff; border-radius: 8px 8px 0 0; padding: 5px 10px; font-size: 12px; margin-bottom: 0; line-height: 1;}

/*.disabled{opacity: 0.5; cursor: disabled;}*/
.gx-2.row{margin-left: -6px; margin-right: -6px; }
.gx-2 > [class^="col"] {
    padding-left: 6px;
    padding-right: 6px;
  }

.err{color: #e00; font-size: 14px;}

.is-invalid {
  border-color: #dc3545;
}
.text-danger {
  color: #dc3545;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}






























