.bg-header {
    background: url('Images/hero-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
}

.input-group {
    margin-bottom: 20px;
}

.input-group-text {
    background-color: white;
    border-radius: 30px 0 0 30px;
}

.form-control {
    border-radius: 0 30px 30px 0;
    padding: 30px 20px 30px 20px;
}

.btn-custom {
    width: 100%;
    background-color: #f7a24e;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
}

.form-group select {
    width: 100%;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.hidden {
    display: none;
}


.fw-bold {
    font-weight: 700;
}

 .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-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.custom-control input:checked+label .checkbox-image {
    background-color: #ffd6ad;
}

.custom-control img {
    width: 50px;
    height: 50px;
}

.btn-next {
    width: 100%;
    background-color: #f7a24e;
    border: none;
    color: white;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group .form-control {
    padding-left: 45px;
    border-radius: 30px;
    border: 2px solid #ced4da;
}

.form-group .form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-group .input-icon {
    position: absolute;
    left: 15px;
    top: 66%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #6c757d;
}

.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;
    min-height: 70vh;
    align-items: center;
    color: #000;
    background-color: #fff;
}

.custom-control input {
    display: none !important;
}

.checkbox-image {
    border: 2px solid #f07c61;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
}

.custom-control-label {
    text-align: center;
}

.home-icon {
    font-size: 32px;
}