@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    height: 100%;
}
body {
    font-family: "Poppins", sans-serif;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #EBEEF2;
    height: 100%;
}
.navbar-brand {
    padding: 0;
}
.header {
    padding: 40px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 30px;
    font-size: 16px;
    color: #063D74;
}
.header .dropdown + .dropdown {
    margin-left: 20px;
}
.header .dropdown-toggle::after {
    display: none;
}
.header .dropdown-toggle svg {
    margin-left: 14px;
}
.header-dropdown {
    background-color: #0A66C2;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    height: 48px;
    padding: 0 12px 0 20px;
}
.header-dropdown:hover, .header-dropdown:active {
    background-color: #031f3a;
    color: #fff;
}
.header-dropdown-outline {
    border: 2px solid #0A66C2;
    color: #0A66C2;
    background: transparent;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    height: 48px;
    padding: 0 12px 0 20px;
}
.header-dropdown-outline:hover, .header-dropdown-outline:active {
    border-color: #031f3a;
    background-color: #031f3a;
    color: #fff;
}
.banner_section {
    display: block;
    width: 100%;
    padding: 0 60px;
}
.login_button_container {
    display: flex;
}
.banner_area {
    display: block;
    width: 100%;
    background: url(../images/banner.png) left center no-repeat;
    background-size: cover;
    padding: 140px 0;
    border-radius: 20px;
    position: relative;
}
.banner_area:before {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right,  rgba(0,0,0,1) 15%,rgba(1,10,19,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner_caption {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 750px;
}
.banner_caption h1 {
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 30px;
    font-weight: normal;
}
.banner_caption h1 span {
    font-weight: bold;
}
.banner_caption h4 {
    font-size: 20px;
    font-weight: 400;
}
.search_box {
    display: block;
    margin-top: 38px;
}
.search_items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.search_items li {
    display: inline-flex;
    padding: 20px 24px;
    font-size: 16px;
    line-height: 1;
    background: #fff;
    color: #000;
    cursor: pointer;
}
.search_items li:first-child {
    border-radius: 10px 0 0 0;
}
.search_items li:last-child {
    border-radius: 0 10px 0 0;
}
.search_items li.active {
    background: #0A66C2;
    color: #fff;
}
.search_wrapper {
    padding: 35px 40px;
    border-radius: 0 10px 10px 10px;
    background: #fff;
}
.search_block {
    display: flex;
    align-items: center;
    gap: 24px;
}
.search_btn {
    display: flex;
    height: 50px;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
    background: #0A66C2;
    color: #fff;
    border: none;
    gap: 20px;
    padding: 15px 20px;
}
.search_bar {
    background: #EBEEF2;
    border-radius: 6px;
    display: flex;
    flex: 1;
    padding: 10px 0;
}
.search_bar input {
    padding: 0 20px;
    border: none;
    border-right: 1px solid #D3D3D3;
    height: 30px;
    line-height: 30px;
    background: transparent;
    font-size: 14px;
    flex: 1;
}
.search_bar select {
    flex: 1;
    padding: 0 20px;
    border: none;
    height: 30px;
    line-height: 30px;
    background: transparent;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background: url(../images/select.svg) center right 10px no-repeat;
}
.search_bar input:focus, .search_bar select:focus {
    outline: none;
}
.apart_section {
    display: block;
    padding: 80px 0;
}
.apart_section h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.apart_section h2 span {
    color: #0A66C2;
}
.apart_item {
    display: flex;
    height: 100%;
    padding: 20px 32px;
    background: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}
.employee_section {
    display: block;
    padding: 0 60px;
}
.employee_journey {
    display: block;
    padding: 100px 0;
    background: #0A66C2;
    border-radius: 20px;
}
.employee_journey h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.employee_journey_list {
    margin: 80px 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.employee_journey_list li {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    padding: 0 60px;
    position: relative;
}
.employee_journey_list li figure {
    margin: 0;
}
.employee_journey_list li figure img {
    max-width: 100%;
}
.employee_journey_list li figcaption {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding: 30px 15px 0;
}
.employee_journey_list li:first-child {
    padding-left: 0;
}
.employee_journey_list li:last-child {
    padding-right: 0;
}
.employee_journey_list li:last-child::after {
    display: none;
}
.employee_journey_list li::after {
    display: block;
    width: 112px;
    height: 112px;
    background: url(../images/step1.png) center no-repeat;
    content: '';
    position: absolute;
    left: 100%;
    top: 54px;
    transform: translateX(-50%);
}
.employee_journey_list li:nth-child(even):after {
    background: url(../images/step2.png) center no-repeat;
}

.candidates_section {
    display: block;
    padding: 0 60px;
}
.candidates_journey {
    display: block;
    padding: 100px 0;
}
.candidates_journey h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.candidates_journey h2 span {
    color: #0A66C2;
}
.candidates_journey_list {
    margin: 80px 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.candidates_journey_list li {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    padding: 0 60px;
    position: relative;
}
.candidates_journey_list li figure {
    margin: 0;
}
.candidates_journey_list li figure img {
    max-width: 100%;
}
.candidates_journey_list li figcaption {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding: 30px 15px 0;
}
.candidates_journey_list li:first-child {
    padding-left: 0;
}
.candidates_journey_list li:last-child {
    padding-right: 0;
}
.candidates_journey_list li:last-child::after {
    display: none;
}
.candidates_journey_list li::after {
    display: block;
    width: 112px;
    height: 112px;
    background: url(../images/step_1.png) center no-repeat;
    content: '';
    position: absolute;
    left: 100%;
    top: 54px;
    transform: translateX(-50%);
}
.candidates_journey_list li:nth-child(even):after {
    background: url(../images/step_2.png) center no-repeat;
}
.testimonial_section {
    display: block;
    padding: 0 0 100px;
}
.testimonial_section h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.testimonial_section h2 span {
    color: #0A66C2;
}
.testimonial_section h6 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.testimonial {
    margin-top: 50px;
}
.testimonial_card {
    display: block;
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
}
.testimonial_card h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 70px;
    min-height: 100px;
}
.testimonial_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.author figure {
    margin: 0;
}
.author figure img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}
.author figcaption h6 {
    margin: 0 0 7px;
    line-height: 1;
    font-weight: bold;
}
.author figcaption p {
    font-size: 14px;
    line-height: 1;
    margin: 0;
}
.testimonial_ratting {
    display: inline-flex;
    gap: 6px;
}
.testimonial_ratting .fa {
    position: relative;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #FE8C23;
}
.join_us_section {
    display: block;
    width: 100%;
    padding: 0 60px;
    padding-bottom: 100px;
    margin-top: 50px;
}
.join_us_wrapper {
    display: block;
    padding: 0;
    background: #0A66C2;
    border-radius: 20px;
}
.join_us_section h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    margin-bottom: 16px;
    line-height: 1;
}
.join_us_section h2 span {
    color: #fff;
}
.join_us_section h6 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 24px;
}
.join_us_wrapper figure {
    margin: 0;
    margin-top: -130px;
}
.white_btn {
    display: inline-flex;
    padding: 0 40px;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    background: #fff;
    color: #0A66C2;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.white_btn:hover {
    background: #000;
    color: #fff;
}
.white_btn_outline {
    display: inline-flex;
    padding: 0 40px;
    height: 54px;
    line-height: 50px;
    border-radius: 30px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-left: 30px;
}
.white_btn_outline:hover {
    border-color: #000;
    background: #000;
}
footer {
    display: block;
}
footer .footer_logo {
    margin-bottom: 18px;
}
footer h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}
footer p {
    color: #6A7782;
    font-size: 14px;
    line-height: 24px;
}
.footer_logo + p {
    max-width: 360px;
}
.footer_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer_menu li {
    display: block;
}
.footer_menu li a {
    font-size: 14px;
    line-height: 32px;
    color: #6A7782;
    text-decoration: none;
}
.bottom_footer {
    display: block;
    padding: 40px 0;
}
.bottom_footer p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.policy_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 24px;
}
.policy_menu li {
    display: block;
}
.policy_menu li a {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.newsletter_form {
    display: flex;
    align-items: center;
    max-width: 354px;
}
.footer_email {
    display: block;
    flex: 1;
    padding: 0 24px;
    height: 54px;
    background: #fff;
    border: none;
    border-radius: 5px 0 0 5px;
}
.footer_email:focus {
    outline: none;
}
.newsletter_form button {
    width: 54px;
    height: 54px;
    border-radius: 0 5px 5px 0;
    background: #0A66C2;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call_btn {
    display: flex;
    gap: 24px;
    text-decoration: none;
    align-items: center;
    color: #000;
    margin-bottom: 20px;
}
.call_btn figure {
    margin: 0;
}
.call_btn h5 {
    margin: 0;
}
.call_btn P {
    margin: 0;
}
.email_btn {
    display: flex;
    gap: 5px;
    text-decoration: none;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.email_btn figure {
    margin: 0;
}
.social_links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.social_links li {
    display: block;
}
.social_links li a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #6A7782;
    background: #fff;
    text-decoration: none;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.social_links li a:hover {
    background: #0A66C2;
    color: #fff;
}

.login_section {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
}
.login_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: auto;
}
.login_header p {
    margin: 0;
    font-size: 16px;
    color: #6A7782;
    font-weight: 500;
}
.login_header p a {
    color: #0A66C2;
    text-decoration: none;
}
.login_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.login_footer .email_btn {
    margin: 0;
}
.login_footer p {
    font-size: 16px;
    margin: 0;
}
.login_block {
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.login_block h6 {
    margin-bottom: 16px;
}
.login_block h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    line-height: 1;
}
.login_block a {
    color: #0A66C2;
    text-decoration: none;
}
.form-group {
    margin-bottom: 24px;
}
.control-label {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 500;
}
.textbox {
    width: 100%;
    height: 64px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 12px 24px;
    line-height: 40px;
}
.textbox:focus {
    outline: none;
    border-color: #0A66C2;
}
.textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 12px 24px;
    line-height: 24px;
    resize: none;
}
.textarea:focus {
    outline: none;
    border-color: #0A66C2;
}
select.textbox {
    background: url(../images/select_arrow.svg) center right 22px no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
}
.submit_btn {
    display: block;
    width: 100%;
    border: none;
    height: 64px;
    color: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    line-height: 40px;
    text-transform: uppercase;
    background: #0A66C2;
    text-transform: uppercase;
}
a.submit_btn {
    color: #fff;
    text-align: center;
}
.thumb_icon {
    max-width: 100px;
    margin: 0 auto 80px;
}
.file-upload-wrapper {
    display: flex;
    align-items: center;
    height: 64px;
    border: 1px solid #D9D9D9;
    position: relative;
    border-radius: 8px;
    padding: 12px 24px;
    gap: 24px;
}
.file-upload-wrapper .file-upload-input {
    position: absolute;
    left: -9999em;
}
.form_inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_inline label {
    margin: 0;
}
.form_inline a {
    text-decoration: underline;
}
.checkbox_inline {
    display: flex;
    align-items: center;
    gap: 24px;
}
.checkbox_inline label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.checkbox_inline label input {
    position: absolute;
    left: -9999em;
}
.checkbox_inline label i {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #fff;
}
.checkbox_inline input:checked + i {
    background: #0A66C2 url(../images/checkbox.svg) center no-repeat;
    background-size: 20px;
    border-color: #0A66C2;
}
.register_section {
    display: flex;
}
.register_left {
    width: 100%;
    max-width: 600px;
    padding: 30px;
    flex: 0 0 100%;
    position: fixed;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.register_right {
    flex: 1;
    background: #fff;
    padding: 100px;
    margin-left: 600px;
    min-height: 100vh;
    display: flex;
}
.form_items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
.form_items li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}
.form_items li .number {
    display: flex;
    max-width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    color: #0A66C2;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.form_items li .list_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0.6;
}
.form_items li .list_item h6 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    color: #000;
}
.form_items li .list_item p {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #333;
}
.form_items li.active .number {
    background: #0A66C2;
    color: #fff;
}
.form_items li.active .list_item {
    opacity: 1;
}
.form_items li.active .list_item h6 {
    color: #000;
}
.form_items li.active .list_item p {
    color: #000;
}

.form_items li.completed .number {
    background: #0A66C2 url(../images/check.svg) center no-repeat;
    color: rgba(0,0,0,0);
}
.form_items li.completed .list_item {
    opacity: 1;
}
.form_items li.completed .list_item h6 {
    color: #0A66C2;
}
.form_items li.completed .list_item p {
    color: #000;
}

.iti {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    padding: 0 24px;
    background: transparent;
}
.step {
    display: none;
}
.step.active {
    display: flex;
}
.dashboard_header {
    padding: 25px 60px;
    border-bottom: 1px solid #D3D3D3;
    background: #fff;
    display: flex;
    align-items: center;
    position: sticky;
    z-index: 99;
    top: 0;
    gap: 16px;
}
.header_btn {
    display: flex;
    border: 1px solid #A0A0A0;
    padding: 12px;
    border-radius: 50%;
}
.dashboard_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-left: 60px;
    margin-right: auto;
}
.dashboard_menu li a {
    font-size: 16px;
    color: #063D74;
    text-decoration: none;
}
.user_dropdown {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    gap: 16px;
}
.user_dropdown figure {
    margin: 0;
}
.user_dropdown figure img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
.user_dropdown figcaption {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.user_dropdown figcaption h6 {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #000;
}
.user_dropdown figcaption p {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: #6A7782;
}
.user_dropdown:after {
    display: none;
}
.search_container {
    padding: 16px 60px;
    border-bottom: 1px solid #D3D3D3;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    z-index: 9;
    top: 101px;
    gap: 16px;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}  
.dashboard_search {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    padding: 12px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 48px;
    height: 48px;
}
.dashboard_search:focus {
    outline: none;
}
.search_item {
    display: flex;
    position: relative;
}
.search_item > svg {
    position: absolute;
    top: 12px;
    left: 12px;
}
.search_item > span {
    display: none;
    position: absolute;
    left: auto;
    top: 16px;
    right: 16px;
    line-height: 0;
}
.search_item input:focus + span {
    display: block;
}
.search_item input:active + span {
    display: block;
}
.dashboard_select {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    padding: 12px 48px;
    line-height: 24px;
    font-size: 16px;
    height: 48px;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: url(../images/select_arrow.svg) center right 20px no-repeat;
    min-width: 240px;
}
.dashboard_select:focus {
    outline: none;
}
.find_btn {
    border-radius: 4px;
    padding: 12px 48px;
    line-height: 24px;
    font-size: 16px;
    height: 48px;
    display: flex;
    background: #0A66C2;
    color: #fff;
    border: none;
    text-decoration: none;
}
.admin_wrapper {
    display: flex;
    padding: 40px 60px 0;
    background: #EBEEF2;
}
.dashboard_left {
    display: block;
    max-width: 320px;
    flex: 0 0 100%;
}
.dashboard_right {
    display: block;
    flex: 1;
    padding-left: 30px;
}
.left_menu {
    background: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
.left_menu li {
    display: block;
}
.left_menu li a {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #D3D3D3;
    gap: 36px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.left_menu li a:hover {
    color: #0A66C2;
}
.left_menu li:last-child a {
    border: none;
}
.user_card {
    display: flex;
    flex-direction: column;
    padding: 48px 30px;
    border: 1px solid #D3D3D3;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
}
.avatar_card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D3D3D3;
    align-items: center;
    justify-content: center;
}
.avatar_card figure {
    margin: 0;
}
.avatar_card figure img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.avatar_card figcaption {
    text-align: center;
}
.avatar_card figcaption h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.avatar_card figcaption h6 {
    color: #64666C;
    font-size: 16px;
    margin: 0;
}
.dashboard_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px;
}
.dashboard_footer p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin: 0;
}
.dashboard_footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 24px;
}
.dashboard_footer ul li {
    display: block;
}
.dashboard_footer ul li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    text-decoration: none;
}
.section_heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.apply_job_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 40px;
    background: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    margin-bottom: 30px;
}
.apply_job_card p {
    margin: 10px 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.apply_job_card p span {
    color: #6A7782;
}
.apply_job_card div {
    flex: 1;
}
.applied_company {
    display: flex;
    align-items: center;
    gap: 24px;
}
.applied_company figure {
    margin: 0;
}
.applied_company figure img {
    width: 100px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    object-fit: scale-down;
    background: #fff;
}
.applied_company figcaption h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 4px;
    font-weight: 600;
}
.applied_company figcaption p {
    font-size: 14px;
    line-height: 21px;
    color: #64666C;
    margin: 0;
}
.job_type {
    display: inline-flex;
    padding: 11px 18px;
    border-radius: 4px;
    background: #EFEFEF;
    border: 1px solid #D3D3D3;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    text-transform: capitalize;
}
.job_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
}
.job_card {
    display: block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dedede;
    padding: 24px 30px;
    max-width: calc(50% - 15px);
    flex: 0 0 100%;
}
.job_card_footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 24px;
    border-top: 1px solid #dedede;
    gap: 16px;
}
.outline_btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 32px;
    line-height: 30px;
    border: 1px solid #0A66C2;
    border-radius: 4px;
    color: #0A66C2;
    padding: 0 18px;
    text-decoration: none;
}
.filled_btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 32px;
    line-height: 30px;
    border: 1px solid #0A66C2;
    border-radius: 4px;
    color: #fff;
    background: #0A66C2;
    padding: 0 18px;
    text-decoration: none;
}
.job_company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}
.job_company figure {
    margin: 0;
}
.job_company figure img {
    width: 100px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    object-fit: scale-down;
    background: #fff;
}
.job_company figcaption h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 4px;
    font-weight: 600;
}
.job_company figcaption p {
    font-size: 14px;
    line-height: 21px;
    color: #64666C;
    margin: 0;
}
.job_location {
    display: flex;
    font-size: 14px;
    gap: 10px;
    color: #64666C;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 20px;
}
.job_location:before {
    width: 16px;
    height: 16px;
    background: url(../images/map-pin.svg) center no-repeat;
    content: '';
}
.status_block {
    display: inline-flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    padding-top: 24px;
}
.status_card {
    display: flex;
    align-items: center;
    gap: 16px;
}
.status_card figure {
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A66C2;
}
.status_card figcaption p {
    font-size: 12px;
    color: #6A7782;
    font-weight: 500;
    margin-bottom: 0;
}
.status_card figcaption h6 {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.bg_oceangreen {
    background: #4CA279 !important;
}
.bg_treepoppy {
    background: #FE8C23 !important;
}
.applied_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.applicant_card {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: calc((100% - 90px) / 4);
    flex: 0 0 100%;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 30px;
    align-items: center;
    justify-content: center;
}
.applicant_card figure {
    margin-bottom: 24px;
}
.applicant_card figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.applicant_card figcaption {
    text-align: center;
}
.applicant_card figcaption h5 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.applicant_card figcaption h6 {
    font-size: 16px;
    color: #64666C;
    margin-bottom: 20px;
}
.applicant_card figcaption a {
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid #0A66C2;
    border-radius: 4px;
    background: #DBE8FF;
    font-size: 16px;
    font-weight: 500;
    color: #0A66C2;
    text-decoration: none;
}
.saved_icon {
    display: block;
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
}
.applied_tag {
    font-size: 11px;
    display: inline-block;
    padding: 4px;
    border-radius: 2px;
    background: #0A66C2;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
}
.form_area {
    display: block;
    padding: 24px 30px;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background: #fff;
}
.form_area h4 {
    font-weight: 800;
    margin-bottom: 24px;
}
.job_details {
    display: block;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background: #fff;
    padding: 24px 30px;
    margin-bottom: 24px;
}
.job_header h2 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 900;
}
.job_details h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 32px;
}
.job_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #D3D3D3;
}
.about_section {
    display: block;
    padding: 200px 0 100px;
    background: #cee0f3;
    margin-top: -160px;
}
.about_section h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}
.about_section h6 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.about_image {
    width: 100%;
    display: block;
    padding: 0 60px;
    margin-top: -130px;
}
.about_image img {
    width: 100%;
    aspect-ratio: 16/4;
    object-fit: cover;
    border-radius: 10px;
}
.about_content {
    display: block;
    padding: 100px 0;
}
.about_content h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 60px;
}
.about_content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.director_section {
    display: block;
    padding: 100px 0;
}
.director_section h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 24px;
}
.director_section p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 24px;
}
.director_section figure {
    margin: 0;
    aspect-ratio: 7/5;
    border-radius: 20px;
}
.director_section figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 7/5;
    object-fit: cover;
    border-radius: 20px;
}
.director_section blockquote {
    border-left: 3px solid #0A66C2;
    padding-left: 24px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 24px;
}
.director_section blockquote h5 {
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0 0;
}
.director_section blockquote h5 span {
    font-weight: 300;
    color: #64666C;
}
.director_section p:last-child {
    margin: 0;
}
.why_section {
    display: block;
    padding: 100px 0;
    background: #cee0f3;
}
.why_section h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
}
.why_section h6 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.why_section p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 24px;
}
.why_card {
    margin-top: 40px;
    text-align: center;
    padding: 0 24px;
}
.why_card figure {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0A66C2;
    margin-bottom: 30px;
}
.why_card figure img {
    max-width: 60px;
    filter: invert(1);
}
.why_card h4 {
    font-weight: 600;
    margin-bottom: 24px;
}
.stats_section {
    display: block;
    padding: 100px 0;
}
.stats_section figure {
    aspect-ratio: 1/1;
    margin: 0;
    border-radius: 15px;
    border: 10px solid #0A66C2;
    line-height: 0;
}
.stats_section figure img {
    aspect-ratio: 1/1;
    margin: 0;
    width: 100%;
    border-radius: 5px;
}
.stats_section h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 24px;
}
.stats_section h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.stats_card {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    border-left: 4px solid #cee0f3;
    margin-bottom: 24px;
}
.stats_card:last-child {
    margin: 0;
}
.stat_number {
    font-size: 40px;
    font-weight: 800;
}
.stats_card p {
    font-size: 20px;
    margin: 0;
}
.faq_section {
    display: block;
    padding: 200px 0 130px;
    background: #cee0f3;
    margin-top: -130px;
}
.faq_section h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}
.faq_section h6 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.faq_block {
    padding: 50px 0;
    display: block;
}
.accordian {
    margin-top: 0;
}
.accordian_heading {
    font-weight: 700;
    padding: 24px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    line-height: 30px;
    cursor: pointer;
    padding-right: 78px;
    position: relative;
}
.accordian_heading:first-child {
    border: none;
}
.accordian_heading::after {
    content: "\f067";
    position: absolute;
    font-family:"Font Awesome 5 Pro";
    right: 0;
    top: 24px;
    font-size: 24px;
    font-weight: normal;
    transition: transform 0.3s;
}
.accordian_heading.active::after {
    content: "\f068";
}
.accordian_content {
    padding-bottom: 24px;
}
.contact_section {
    display: block;
    padding: 200px 0 100px;
    background: #cee0f3;
    margin-top: -130px;
    margin-bottom: 100px;
}
.contact_section h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 24px;
}
.contact_section h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #6ca3da;
    margin-bottom: 50px;
}
.contact_card {
    margin-bottom: 30px;
}
.contact_card h6 {
    font-size: 17px;
    color: #1f1f1fa1;
    margin-bottom: 16px;
}
.contact_card h5 a {
    color: #0A66C2;
    text-decoration: none;
}
.form_wrap {
    display: block;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
}
.dashboard_sticky_header {
    display: none;
    width: 100%;
    background: #fff;
    position: fixed;
    padding: 10px;
    bottom: 0;
    left: 0;
    gap: 10px;
    border-top: 1px solid #D3D3D3;
    z-index: 999;
}
.dashboard_sticky_header a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.menu_toggle {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 12px;
    margin-left: auto;
    display: none;
}

@media(max-width: 575px) {
    .header {
        padding: 16px 0;
    }
    .dashboard_sticky_header {
        display: flex;
    }
    .menu_toggle {
        display: flex;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 16px 0;
    }
    .banner_area {
        padding: 30px 0;
    }
    .banner_section {
        padding: 0 10px;
    }
    .banner_caption h1 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    .banner_caption h4 {
        font-size: 16px;
        line-height: 1.4;
    }
    .search_wrapper {
        padding: 16px;
    }
    .search_bar {
        width: 100%;
    }
    .search_block {
        flex-direction: column;
    }

    .apart_section {
        padding: 20px 0;
    }
    .apart_section h2 {
        font-size: 24px;
    }
    .apart_item {
        padding: 10px 16px;
        font-size: 14px;
        text-align: left;
        line-height: 1.4;
    }
    .employee_section {
        padding: 0 10px;
    }
    .employee_journey {
        padding: 20px 0;
    }
    .employee_journey h2 {
        font-size: 24px;
    }
    .employee_journey_list {
        flex-wrap: wrap;
        margin: 20px -10px;
    }
    .employee_journey_list li::after {
        display: none;
    }
    .employee_journey_list li {
        flex-basis: 50%;
        padding: 0 10px;
    }
    .employee_journey_list li:first-child {
        padding-left: 10px;
    }
    .employee_journey_list li:last-child {
        padding-right: 10px;
    }
    .employee_journey_list li figcaption {
        padding: 10px;
        font-size: 16px;
    }
    .candidates_section {
        padding: 0 10px;
    }
    .candidates_journey {
        padding: 20px 0;
    }
    .candidates_journey h2 {
        font-size: 24px;
    }
    .candidates_journey_list {
        flex-wrap: wrap;
        margin: 20px -10px;
    }
    .candidates_journey_list li::after {
        display: none;
    }
    .candidates_journey_list li {
        flex-basis: 50%;
        padding: 0 10px;
    }
    .candidates_journey_list li:first-child {
        padding-left: 10px;
    }
    .candidates_journey_list li:last-child {
        padding-right: 10px;
    }
    .candidates_journey_list li figcaption {
        padding: 10px;
        font-size: 16px;
    }
    .join_us_section {
        padding: 0 10px;
        margin-bottom: 40px;
        margin-top: 0;
    }
    .join_us_section img {
        max-width: 70%;
    }
    .join_us_section h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .join_us_section h2 span {
        display: block;
    }
    .join_us_wrapper {
        padding-top: 24px;
        text-align: center;
    }
    .join_us_wrapper figure {
        margin-top: 0;
    }
    .white_btn_outline {
        margin: 10px 0 0;
    }
    footer h5 {
        margin-top: 24px;
    }
    .email_btn {
        margin: 20px 0;
    }
    .bottom_footer {
        padding: 10px 0 20px;
    }
    .bottom_footer p {
        text-align: center;
    }
    .policy_menu {
        gap: 16px;
        justify-content: center;
    }
    .login_button_container {
        margin-top: 16px;
        width: 100%;
    }
    .login_button_container .dropdown {
        flex: 1;
    }
    .login_button_container .dropdown .btn {
        width: 100%;
    }
    .testimonial_section h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .testimonial_section {
        padding: 20px 0 20px;
        background: #fff;
        margin-bottom: 20px;
    }
    .testimonial {
        margin-top: 24px;
    }
    .testimonial_card {
        padding: 16px 16px 32px;
    }
    .testimonial_card h4 {
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .testimonial .swiper-pagination {
        bottom: 0;
    }
    .about_section {
        padding: 100px 0 20px;
        margin-top: -82px;
    }
    .about_section h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .about_section h6 {
        line-height: 1.4;
    }
    .about_image {
        padding: 0 10px;
        margin-top: -50px;
    }
    .director_section {
        padding: 20px 0;
    }
    .director_section figure {
        margin-bottom: 20px;
    }
    .director_section p {
        line-height: 1.4;
        margin-bottom: 16px;
    }
    .why_section {
        display: block;
        padding: 20px 0;
    }
    .why_section h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .why_card {
        margin: 0;
        padding: 0;
    }
    .stats_section {
        padding: 20px 0;
    }
    .stats_section h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .stats_section p {
        line-height: 1.4;
        margin-bottom: 16px;
    }
    .stats_section figure {
        margin-bottom: 16px;
    }
    .faq_section {
        padding: 100px 0 20px;
        margin-top: -82px;
    }
    .faq_section h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .faq_section h6 {
        line-height: 1.4;
    }
    .faq_block {
        padding: 20px 0;
    }
    .accordian {
        margin: 0;
    }
    .contact_section {
        padding: 100px 0 20px;
        margin-top: -82px;
    }
    .contact_section h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .contact_section h4 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .form_wrap {
        padding: 16px 10px;
        border-radius: 10px;
    }
    .login_section {
        padding: 10px;
    }
    .login_header {
        flex-direction: column;
        gap: 10px;
    }
    .login_footer {
        flex-direction: column;
        gap: 10px;
    }
    .login_block h2 {
        font-size: 30px;
    }
    .register_section {
        flex-direction: column;
    }
    .register_left {
        position: relative;
        padding: 20px 10px;
    }
    .register_right {
        margin: 0;
        padding: 16px;
    }
    .login_block {
        padding: 0;
    }
    .form_items {
        margin-top: 32px;
        flex-direction: row;
    }
    .form_items li {
        flex-direction: column;
        padding: 0 16px;
        margin-bottom: 10px;
        flex: 1;
    }
    .form_items li .number {
        width: 100%;
    }
    .form_items li .list_item p {
        display: none;
    }
    .form_items li .list_item h6 {
        text-align: center;
    }
    .login_footer {
        display: none;
    }
    .login_block {
        margin-top: 0;
    }
    .dashboard_footer {
        padding: 10px;
        flex-direction: column;
    }
    .dashboard_footer ul {
        gap: 10px;
    }
    .admin_wrapper {
        padding: 10px;
    }
    .admin_wrapper {
        flex-direction: column;
    }
    .dashboard_left {
        max-width: 100%;
    }
    .dashboard_right {
        padding: 0;
    }
    .job_card {
        max-width: 100%;
    }
    .job_wrapper {
        margin-bottom: 20px;
        gap: 10px;
    }
    .apply_job_card {
        margin-bottom: 10px;
        padding: 10px 12px;
        flex-direction: column;
        gap: 10px;
    }
    .user_card {
        padding: 16px 24px;
        margin-bottom: 10px;
    }
    .avatar_card {
        flex-direction: row;
        align-items: center;
        padding-bottom: 16px;
        gap: 10px;
    }
    .avatar_card figure img {
        width: 60px;
        height: 60px;
    }
    .avatar_card figcaption {
        text-align: left;
    }
    .status_block {
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
        padding-top: 16px;
        width: 100%;
    }
    .dashboard_header {
        padding: 12px;
    }
    .user_dropdown figcaption {
        display: none;
    }
    .dashboard_header .dropdown {
        display: none;
    }
    .dashboard_header .header_btn {
        display: none;
    }
    .dashboard_menu {
        margin: 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: #fff;
        gap: 0;
    }
    .dashboard_menu.active {
        display: flex;
    }
    .dashboard_menu li {
        width: 100%;
    }
    .dashboard_menu li a {
        padding: 10px;
        text-align: left;
        display: block;
        width: 100%;
    }
    .search_container {
        top: 75px;
        display: none;
        flex-direction: column;
        padding: 16px;
        position: fixed;
        width: 100%;
        bottom: 68px;
        top: auto;
        gap: 10px;
    }
    .search_container.active {
        display: flex;
    }
    .dashboard_search, .dashboard_select, .search_item, .find_btn {
        width: 100%;
    }
    .form_area {
        padding: 12px;
    }
    .job_header {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .job_header h2 {
        font-size: 24px;
    }
    .applied_wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
    .applicant_card {
        max-width: 100%;
    }
    .testimonial_bottom {
        flex-direction: column-reverse;
        gap: 20px;
    }
}
@media(max-width: 480px) {
    .header .dropdown-toggle svg {
        display: none;
    }
    .login_button_container .dropdown .btn {
        padding: 0 10px;
        text-align: center;
    }
}


/* Fix for Testimonial Section on Real Mobile Devices */

.testimonial_card {
    height: 50%;
    min-height: 100px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.testimonial_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 2px;
}

.testimonial_bottom .author {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.testimonial_bottom .author figure {
    margin: 0;
    flex-shrink: 0;
    margin-top: 0px;
}

.testimonial_bottom h6 {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.testimonial_bottom p {
    font-size: 12px;
    margin: 0;
    color: #444;
}

.testimonial_ratting {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 14px;
    margin-top: -30px;
}

.swiper-slide {
    height: auto !important;
    display: flex;
}


@media (max-width: 576px) {
  .call_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 20px !important; /* Moves the phone section down */
    margin-bottom: 16px;
  }

  .call_btn figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .email_btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .join_us_section .white_btn_outline {
    margin-bottom: 20px !important; /* Adjust the value as needed */
  }
}



@media (max-width: 576px) {
  .search_bar {
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }

  .search_bar input[type="search"] {
    flex: 1 1 60%;
    min-width: 0;
    font-size: 14px;
  }

  .search_bar select {
    flex: 1 1 38%;
    font-size: 13px;
    white-space: normal !important;
    text-align: left;
    padding-right: 28px;
    appearance: none;
    background: url('../images/select.svg') no-repeat right center;
    background-size: 14px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .search_bar select option {
    white-space: normal !important;
  }
}



@media (max-width: 575px) {
  .about_section {
    background: #EBEEF2 !important;
  }
}


@media (max-width: 575px) {
  .about_section {
    padding: 100px 0 6px;
    margin-top: -85px;
  }
}

@media (max-width: 575px) {
  .stats_section h6:first-of-type {
    margin-bottom: 20px; /* or 24px for slightly more gap */
  }
}


@media (max-width: 575px) {
  .faq_section {
    background: #EBEEF2 !important;
  }
}

@media (max-width: 575px) {
  .contact_section {
    background: #EBEEF2 !important;
  }
}

@media (min-width: 768px) {
  .faq_section {
    padding-top: 170px !important;
  }
}



@media (max-width: 575px) {
  main, section:last-of-type {
    margin-bottom: 40px;
  }
}




@media (min-width: 768px) and (max-width: 1024px) {
  .join_us_section .row {
    flex-wrap: wrap;
  }

  .join_us_section .col-sm-auto {
    width: 100%;
    margin-top: 20px;
  }

  .join_us_section .col-sm-auto:first-child {
    order: 1;
    position: relative;
    z-index: 2; /* ✅ bring button block above image */
  }

  .join_us_section .col-sm-auto:last-child {
    order: 2;
    text-align: right;
    position: relative;
    z-index: 1;
  }

  .join_us_section figure img {
    max-width: 100%;
    height: auto;
    pointer-events: none; /* ✅ prevent image from blocking clicks */
  }
}




@media (min-width: 768px) and (max-width: 1024px) {
  .navbar {
    padding: 20px 32px !important;
    margin-top: 20px !important;
  }

  .navbar .container-xxl {
    display: flex !important;
    justify-content: flex-start !important;   /* Fixes over-stretching */
    align-items: center;
    gap: 50px !important;                     /* Adds space between logo and menu */
  }

  .navbar .navbar-brand {
    margin-right: 0 !important;               /* Reset if any spacing issues */
  }

  .navbar-nav {
    gap: 20px !important;                     /* Space between Home, About, etc. */
  }

  .dropdown-menu {
    min-width: 240px !important;
    padding: 12px 0 !important;
    border-radius: 8px;
  }

  .dropdown-menu .dropdown-item {
    font-size: 17px !important;
    padding: 14px 24px !important;
    line-height: 1.7 !important;
    white-space: nowrap;
  }

  .header-dropdown,
  .header-dropdown-outline {
    padding: 12px 22px !important;
    font-size: 16px !important;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .about_section,
  .faq_section,
  .contact_section {
    margin-top: 60px !important;  /* Adds space from header/navbar */
  }
}



.faq_section {
  padding-top: 140px !important;  /* Reduced top space for better alignment */
}

.faq_heading {
  white-space: nowrap;      /* Force all text in one line */
  text-align: center;       /* Center align heading */
  font-size: 2.5rem;        /* Default desktop size */
  margin-bottom: 100px;     /* Space below heading */
}

.faq_section h2 {
  margin-top: 30px;         /* Default desktop spacing */
}

/* Mobile-specific tweaks */
@media (max-width: 575px) {
  .faq_section h2 {
    font-size: 1.5rem;       /* Smaller size on mobile */
    margin-top: -40px;       /* Pull it closer to top */
    text-align: center;
  }

  .faq_section h6 {
    font-size: 0.9rem;       /* Subtitle optimized for mobile */
    text-align: center;
  }
}

@media (max-width: 575px) {
  .faq_block {
    margin-top: -30px; /* Adjust value as needed */
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .faq_section,
  .about_section {
    padding-top: 80px !important;   /* Reduce top blue height */
  }

  .faq_section h2,
  .about_section h2 {
    margin-top: -10px;               /* Move heading up */
    font-size: 3rem;                 /* Optional: slightly smaller heading */
  }

  .faq_section h6,
  .about_section h6 {
    font-size: 1rem;                 /* Optional: reduce subheading */
    margin-top: 5px;
  }
}




@media (min-width: 768px) and (max-width: 1024px) {
  .contact_section {
    display: flex;
    flex-wrap: nowrap;                /* Prevents text/form from stacking */
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0 40px;
    margin: 20;                        /* Removes default left/right margins */
    background-color: #e6f0fa;       /* Restored blue shadow */
    gap: 0;
  }

  /* Left text block */
  .contact_section h2,
  .contact_section h6,
  .contact_section p {
    width: 100%;
    max-width: 280px;
    text-align: left;
    margin-left: 0px;               /* Closer to left edge */
  }

  .contact_section h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .contact_section h6 {
    font-size: 1rem;
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .contact_section p {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }

  /* Right form block */
  .contact_section form {
    flex: 1;
    padding: 0 40px 0 10px;          /* Expands further right */
    min-width: 500px;
    max-width: 750px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_section .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-left: 20 !important;
    margin-right: 20 !important;
  }
}


/* Password input field styling */
input[type="password"] {
  padding-right: 1rem;
  height: 48px;
  line-height: 1.5;
  width: 100%;
}

/* Form group spacing */
.form-group-wrap {
  margin-bottom: 1.5rem;
}

/* Error message styling */
.form-group-wrap .text-danger {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

/* General input appearance */
input.form-control {
  height: 48px;
  line-height: normal;
}

/* Eye icon wrapper below the input, centered */
.eye-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

/* Eye icon appearance */
.eye-wrapper .toggle-password {
  cursor: pointer;
  font-size: 1.2rem;
  color: #6c757d; /* modern muted gray */
}

select.textbox {
    padding: 0.4rem 0.6rem;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
}

.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.translate-middle {
    transform: translate(-50%, -50%);
}
.bg-danger {
    background-color: #dc3545;
}
.border-light {
    border: 2px solid #fff;
}
.rounded-circle {
    border-radius: 50%;
}

/* subtle success + warning tones */
.alert-success   { background:#eaf7ea; color:#218838; border:1px solid #d4edda; }
.alert-danger    { background:#fdecea; color:#b02a37; border:1px solid #f8d7da; }
.alert-warning   { background:#fff8e5; color:#856404; border:1px solid #ffeeba; }


@media (max-width: 767px) {
  .login_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}


@media (max-width: 575px) {
  .login_block {
    margin-top: 30px;  /* ✅ add space above */
    padding: 20px 0;   /* ✅ keep some vertical padding */
  }
}


@media (max-width: 575px) {
  .login_block {
    margin-top: 20px;   /* ✅ slightly reduced spacing above */
    padding: 20px 0;    /* ✅ keep vertical padding as is */
  }
}

}

/* ✅ MOBILE ONLY — make sidebar & form same width //SIGNUP + OTP */
@media (max-width: 767px) {
  .register_section {
    display: block; /* Stack blocks vertically on mobile */
  }

  .register_left,
  .register_right {
    width: 100% !important;  /* Exact full width for both */
    max-width: 100% !important;
    box-sizing: border-box;  /* Include padding in width */
    padding-left: 15px;      /* Optional: adjust to match design */
    padding-right: 15px;
  }

  .register_left {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .register_right {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .register_section {
    overflow-x: hidden; /* Prevent sideways scroll */
  }
}

@media (max-width: 575px) {
  .form_items {
    text-align: left;
    margin-left: -10px;   /* This shifts the whole list left */
    padding-left: 0;
  }

  .form_items > li {
    display: flex;
    align-items: flex-start;
    gap: 4px;             /* More gap between number and text */
  }

  .form_items > li .number {
    /* ✅ This shifts ONLY the number circle to the right */
    margin-left: 12px;
    flex-shrink: 0;       /* Prevents it from shrinking */
  }

  .form_items > li .list_item {
    text-align: left;
    word-spacing: 0;
  }

  ul.form_items li .number {
    font-size: 16px !important;
  }

  ul.form_items li .list_item h6 {
    font-size: 12px !important;
  }

  ul.form_items li .list_item p {
    font-size: 12px !important;
  }
}






















