@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Define Helvetica Neue for those who have the files */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helveticaneue-roman.otf') format('opentype');
}
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #000000;
    color: #000;
}
/* Header CSS Start */

    header {
        padding: 50px 0 50px;
        background-color: #000000;
        box-shadow: 0px 9px 10px 0px rgb(229, 180, 78, 25%);
    }
    header .shadeOne{
        position: absolute;
        top: -12%;
        left: -10%;
        width: 100%;
        max-width: 20%;
        opacity: 40%;
        z-index: 0;
    }
    header .logo{
        width: 100%;
        max-width: 50%;
        z-index: 2;
        position: relative;
    }
    header .heading{
        color: #E5B44E;
        font-size: 60px;
        font-weight: 600;
        font-family: "Helvetica";
    }
    header .subHeading{
        color: #ffffff;
        font-size: 30px;
        font-weight: 500;
        font-family: "Helvetica";
    }

/* Header CSS End */


/* Step Formation Section CSS Start */

    .step__formation{
        padding: 60px 0 20px;
        position: relative;
        overflow: hidden;
    }
    .shadeOne{
        position: absolute;
        top: 30%;
        left: 40%;
        width: 100%;
        max-width: 30%;
        opacity: 40%;
    }
    .shadeTwo{
        position: absolute;
        bottom: -20%;
        right: -10%;
        width: 100%;
        max-width: 30%;
        opacity: 40%;
    }
    .step__formation .step__btn__content{
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .step__formation .step__btn__content h2{
        font-size: 32px;
        font-weight: 500;
        font-family: "Helvetica";
        color: rgb(255, 255, 255);
        background: transparent;
        text-align: left;
        padding: 15px 20px;
        border-radius: 10px;
        border: 2px solid #E5B44E;
    }
    .step__formation .step__btn__content .startBtn{
        font-size: 26px;
        font-weight: 600;
        font-family: "Helvetica";
        color: rgb(0, 0, 0);
        background: var(--primary);
        background: linear-gradient(to right, #E5B44E 0%, #F8F5AC 50%, #E5B44E 100%);
        background-size: 200% 100%; /* Double the width */
        transition: all 0.5s ease;
        text-align: left;
        text-decoration: none;
        padding: 10px 60px;
        border-radius: 10px;
        z-index: 1;
    }
    .step__formation .step__btn__content .startBtn:hover{
        color: #000000;
        background-position: 100% 0;
    }
    .step__formation__step{
        font-size: 40px;
        font-weight: 600;
        font-family: "Helvetica";
        color: #E5B44E;
        text-align: left;
    }
    .step__formation .heading{
        margin-bottom: 60px;
    }
    .step__formation .heading h4{
        font-size: 40px;
        font-weight: 600;
        font-family: "Helvetica";
        color: rgb(255, 255, 255);
        border-bottom: 2px dashed #E5B44E;
        position: relative;
        width: fit-content;
        margin: 0 auto 20px;
        padding-bottom: 15px;
    }
    .step__formation .heading h4::after{
        content: "\f106";
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        position: absolute;
        width: 100%;
        height: 100%;
        left: -8px;
        bottom: -15px;
        transform: rotate(-90deg);
        font-size: 24px;
        color: #E5B44E;
        z-index: 1;
        max-width: fit-content;
        max-height: fit-content;
    }
    .step__formation .heading h4::before{
        content: "\f106";
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        position: absolute;
        width: 100%;
        height: 100%;
        right: -8px;
        bottom: -15px;
        font-size: 24px;
        color: #E5B44E;
        transform: rotate(90deg);
        z-index: 1;
        max-width: fit-content;
        max-height: fit-content;
    }
    .step__formation .heading h5{
        font-size: 30px;
        font-weight: 400;
        font-family: "Helvetica";
        color: rgb(255, 255, 255);
        text-align: center;
    }

/* Step Formation Section CSS End */


/* Form Page Header Start */
.header {
    padding: 50px 0 50px;
    background-color: #000000;
    box-shadow: 0px 9px 10px 0px rgb(229, 180, 78, 25%);
    overflow: hidden;
    position: relative;
}
.header .shadeOne{
    position: absolute;
    top: -40%;
    left: -10%;
    width: 100%;
    max-width: 20%;
    opacity: 40%;
}
.header .shadeTwo{
    position: absolute;
    bottom: -50%;
    right: -6%;
    width: 100%;
    max-width: 20%;
    opacity: 40%;
}
.header .logo{
    max-width: 60%;
    position: relative;
    z-index: 1;
}
.step-label{
    color: #e5b44e;
    font-size: 60px;
    font-weight: 600;
    font-family: "Helvetica";
    text-align: center;
}
.div0{
    display: flex;
    justify-content: center;
    align-items: start;
}
.div2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}
.div2 h2{
    font-size: 30px;
    font-weight: 500;
    font-family: "Helvetica";
    color: white;
}
.div2 h2.active{
    color: #E5B44E;
}

/* Form Page Header End */

.Form {
    position: relative;
    overflow: hidden;
}
.Form .shadeOne{
    position: absolute;
    top: -8%;
    left: 85%;
    width: 100%;
    max-width: 20%;
    opacity: 40%;
}
.FormRow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form__heading,
.form__heading a {
    border: 1px solid #E5B44E;
    border-radius: 10px;
    font-family: "Helvetica";
    font-weight: 600;
    box-shadow: 0px 2px 6px 0px rgba(255, 255, 255, 0.75);
    text-align: center;
    color: white;
}

.form__heading {
    padding: 20px 60px;
    font-size: 40px;
    width: fit-content;
    margin: 0 auto;
}

.form__heading a {
    margin: 80px 0;
    padding: 20px 0;
    color: rgb(255, 255, 255);
    max-width: 50%;
    width: 100%;
    font-size: 40px;
}

form {
    width: 100%;
    max-width: 80%;
    padding: 20px 10px;
    margin: auto;
    margin-top: 50px;
}

form label {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 500;
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 100%;
    color: white;
}

form label input,
form .phone input,
textarea, form select {
    width: 100%;
    border-radius: 10px;
    border: none;
    outline: none;
    margin-top: 10px;
    background-color: #d9d9d9;
    padding: 5px 20px;
    font-size: 28px;
    font-family: 'Helvetica', sans-serif;
}

form label input,
form .phone input, form select {
    height: 80px;
}

textarea {
    height: 130px;
}

input::placeholder {
    font-size: 20px;
    font-family: "Helvetica";
    font-weight: 200;
    color: black;
}

form .phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}

.checkbox-group {
    margin: 30px 0;
    width: 100%;
}

.checkbox-groupInner {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.circular-checkbox {
    display: inline;
    align-items: start;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px;
    width: 30%;
    text-align: start;
}

.circular-checkbox input[type="radio"] {
    display: none;
}

.circular-checkbox span {
    width: 45px;
    height: 45px;
    background-color: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
}

.circular-checkbox input[type="radio"]:checked + span {
    background-color: #E5B44E;
}

.file-input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 300px;
    margin: 0;
}

#fileInput {
    display: none;
}

.file-input-label {
    padding: 10px 10px;
    background-color: #d9d9d9;
    color: black;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-weight: 200;
    font-size: 32px;
    margin-bottom: 10px;
}

.file-input-label:hover {
    background-color: #d9d9d9;
}

.file-list {
    font-size: 14px;
    color: #666;
}

.submission {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.step-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
}
.step-actions button {
    margin: 20px 0;
    padding: 10px 0;
    color: black;
    max-width: 30%;
    width: 100%;
    flex-grow: 1;
    font-size: 40px;
    border: 1px solid #000000;
    border-radius: 10px;
    font-family: "Helvetica";
    font-weight: 600;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
    background: #f0f0f0;
    transition: .3s;
}
.step-actions button:hover {
    background: #e8e6e6;
    transition: .3s;
}
.stateSelectCol{
    width: 100%;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 80px;
    border-radius: 10px;
    border: 1px solid black;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 5px;
    position: relative;
    font-weight: 300;
    background-color: #d9d9d9 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #000;
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #474747 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
}
.please__upload__li{
    font-size: 20px;
    font-family: "Helvetica";
    font-weight: 400;
    list-style: disc;
}
.signatureInputBtn{
    border: 2px solid #E5B44E;
    padding: 10px 20px 15px;
    border-radius: 20px;
    margin-top: 10px;
}
.signatureInputBtn a {
    font-size: 30px;
    padding: 20px;
    max-width: 60%;
    width: 100%;
    margin: 0;
    color: white;
    text-decoration: none;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    background: var(--primary);
    background: linear-gradient(to right, #E5B44E 0%, #F8F5AC 50%, #E5B44E 100%);
    background-size: 200% 100%; /* Double the width */
    box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.25);
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: black;
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-body .btn{
    font-family: "Helvetica";
    background: var(--primary);
    background: linear-gradient(to right, #E5B44E 0%, #F8F5AC 50%, #E5B44E 100%);
    background-size: 200% 100%; /* Double the width */
    transition: all 0.5s ease;
    color: black;
    border: none;
}
.modal-body .btn:hover{
    background-position: 100% 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}


.btnDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1441px){

    header {
        padding: 20px 0 30px;
    }

}

@media(max-width: 1200px){
    .headerDiv2 a {
        font-size: 20px;
    }
    .headerDiv2 p {
        font-size: 18px;
    }
}
@media(max-width: 1180px){
    .step-actions button {
        font-size: 30px;
    }
}

@media(max-width: 1024px){
    header .heading {
        font-size: 50px;
    }
    header .subHeading{
        font-size: 28px;
    }
    .form__heading{
        font-size: 30px;
    }
    .header {
        padding: 20px 0 30px;
    }
    .rocket__form__vector{
        width: 100%;
    }
    .step__formation .step__btn__content {
        max-width: 100%;
    }
    .step__formation__step{
        font-size: 30px;
    }
    .step__formation .step__btn__content .startBtn {
        font-size: 24px;
        padding: 10px 50px
    }
    .step__formation .step__btn__content h2 {
        font-size: 24px;
    }
    .header .shadeTwo {
        bottom: -60%;
        right: -10%;
        max-width: 30%;
    }
    .step-label{
        font-size: 50px;
    }
    .div2{
        gap: 30px;
        margin-top: 20px;
    }
    .div2 h2{
        font-size: 24px;
    }

    form {
        max-width: 90%;
    }
    .Form .shadeOne {
        top: -6%;
        left: 80%;
        max-width: 30%;
    }
    form label {
        font-size: 24px;
    }
    .step-actions button {
        font-size: 29px;
    }
}

@media(max-width: 992px){
    .headerDiv2 {
        flex-wrap: wrap;
    }
    .headerDiv2 .div0:first-child {
        max-width: 100%;
        width: 100%;
        height: unset;
        margin-bottom: 24px;
    }
    .headerDiv2 .div0 {
        height: unset;
    }
    .FormDiv h1 {
        font-size: 30px;
    }
    .step-actions button {
        font-size: 20px;
    }
}

@media(max-width: 768px){

    .FormDiv h1 {
        padding: 12px;
        font-size: 18px;
        width: 100%;
    }
    /* .headerDiv2 .div0 {
        width: 100%;
    } */
    .headerDiv2 a {
        font-size: 16px;
    }
    .headerDiv2 p {
        font-size: 16px;
        margin: 0;
    }
    form label {
        font-size: 16px;
    }
    form label input, form .phone input, form select {
        height: 50px;
        font-size: 16px;
    }
    form label input::placeholder, form .phone input::placeholder, form select::placeholder {
        font-size: 16px;
    }
    .circular-checkbox span {
        width: 20px;
        height: 20px;
    }
    .circular-checkbox {
        width: 40%;
        flex-grow: 1;
    }
    .step-actions {
        gap: 20px;
    }
    .step-actions button {
        margin: 0px 0;
        padding: 10px 0;
        max-width: 100%;
        width: 100%;
        font-size: 20px;
    }
    .headerDiv2 .div0:last-child {
        display: none;
    }


    header a{
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
    }
    header .logo {
        max-width: 20%;
    }
    header .heading {
        font-size: 40px;
    }


    .rocket__form__vector {
        width: 80%;
        margin-bottom: 20px;
    }

    .step__formation .heading h4 {
        font-size: 30px;
    }
    .step__formation .heading h5 {
        font-size: 24px;
    }

    .header a{
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .header .logo {
        max-width: 20%;
    }


}

@media(max-width: 540px){

    form{
        max-width: 100%;
    }
    .signatureInputBtn a {
        max-width: 100% !important;
    }
    .signatureInputBtn {
        justify-content: center;
    }

    .headerDiv2 .div0 {
        /* width: 100%; */
    }

    .headerDiv2 .div0 a {
        font-size: 12px !important;
        word-spacing: 1px;
    }
    .headerDiv2 .div0 p {
        font-size: 12px !important;
    }

    .circular-checkbox {
        width: 100%;
    }
    .signatureInput {
        font-size: 16px;
    }
}

@media(max-width: 430px){


    .div2 {
        flex-direction: column;
    }
    .form__heading {
        font-size: 24px;
    }


    .headerDiv2 .div0 p {
        font-size: 10px !important;
    }
    .headerDiv2 .div0 a img {
        max-width: 100px;
    }


    header a{
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
    }
    header .logo {
        max-width: 30%;
        margin-bottom: 20px;
    }
    header .heading {
        font-size: 24px;
    }
    header .subHeading {
        font-size: 20px;
    }


    .step__formation .heading h4 {
        font-size: 24px;
    }
    .step__formation .heading h5 {
        font-size: 20px;
    }
    .step__formation .step__btn__content h2 {
        font-size: 20px;
    }
    .step__formation .step__btn__content .startBtn {
        font-size: 20px;
        padding: 10px 40px;
    }

    .file-input-label{
        font-size: 24px;
    }
    .signatureInputBtn a {
        font-size: 24px;
    }


    .header a{
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .header .logo {
        max-width: 30%;
    }
    .step-label {
        font-size: 26px;
        margin: 10px auto;
    }

}

@media(max-width: 375px){
    .headerDiv2 .div0 a {
        font-size: 10px !important;
    }
    .headerDiv2 .div0 p {
        font-size: 8px !important;
    }


    header .heading {
        font-size: 28px;
    }
    header .subHeading {
        font-size: 20px;
    }


    .step__formation .heading h4 {
        font-size: 24px;
    }
    .step__formation .heading h5 {
        font-size: 20px;
    }
    .step__formation__step {
        font-size: 24px;
    }
    .btnDiv{
        flex-direction: column;
    }
    .step__formation .step__btn__content .startBtn {
        font-size: 16px;
        padding: 10px 50px;
        width: 100%;
        text-align: center;
    }


}

@media(max-width: 320px){
    .headerDiv2 .div0 a {
        font-size: 9px !important;
    }


    .step__formation .heading h4 {
        font-size: 20px;
    }
    .step__formation .heading h5 {
        font-size: 18px;
    }
    .step__formation .step__btn__content h2 {
        font-size: 18px;
    }
}
