.QuestionsForm_container__OtpGy {
    min-height: 100vh;
    padding-bottom: 80px;
}
.QuestionsForm_header__KGXqy, .QuestionsForm_form__KQ7id {
    padding: 60px 160px;
    width: 70%;
    margin: 0 auto;
}
.QuestionsForm_title__A2V0f {
    color: var(--primary);
    font-weight: 700;
    text-align: center;
    font-size: clamp(2rem, 3.4vw, 3.4rem);
}
.QuestionsForm_subTitle__hmiWJ {
    text-align: center;
    font-weight: 300;
    font-size: clamp(0.8rem, 1.4vw, 1.4rem);
}
.QuestionsForm_form__KQ7id {
    width: 50%;
    padding: 0px 50px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    
}
.QuestionsForm_formHeader__4gyb_ {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 50px;
    background-color: var(--primary);
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: clamp(0.7rem, 1.2vw, 1.2rem);
}
.QuestionsForm_questions__Hrxw4 {
    position: relative;
    top: 50px;
    padding: 20px 0px;
    width: 100%;
    padding-bottom: 100px;
}
.QuestionsForm_questionText__bjgbg {
    margin-top: 20px;
}
.QuestionsForm_button__FY_ov {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 20px;
}
.QuestionsForm_bio__hB666 {
    width: 100%;
    margin-top: 10px;
}
.QuestionsForm_bioCharCount__nK4Y4 {
    color: red;
}
.QuestionsForm_profilePicContainer__KF4eR {
    width: 200px; /* Adjust size as needed */
    height: 200px; /* Adjust size as needed */
    border-radius: 50%; /* Makes the container circular */
    overflow: hidden; /* Hides overflow content */
    display: flex;
    align-items: center; /* Centers content vertically */
    justify-content: center; /* Centers content horizontally */
    background-color: #f0f0f0; /* Optional: background color for container */
    position: relative;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow for depth */
    margin-left: 50px;
}
.QuestionsForm_profilePic__P_EvF {
    -o-object-fit: cover;
       object-fit: cover; /* Crops the image to fill the container */
    border-radius: 50%; /* Matches the circular shape */
}
@media screen and (max-width: 1200px) {
    .QuestionsForm_header__KGXqy, .QuestionsForm_form__KQ7id {
        width: 90%;
    }
    .QuestionsForm_header__KGXqy {
        padding: 30px 50px;
    };
}
@media screen and (max-width: 576px) {
    .QuestionsForm_header__KGXqy {
        padding: 30px 20px;
    }
    .QuestionsForm_form__KQ7id {
        padding: 0px 20px;
    }
}


