section.multistep-application-section .form-container {
    padding: 0 16px;
    position: relative;
    max-width: 1536px;
    margin: 0 auto;
}

section.multistep-application-section .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

section.multistep-application-section .step-indicator {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 320px;
    padding: 32px;
    position: sticky;
    top: 150px;
    height: fit-content;
}

section.multistep-application-section .step-indicator .step-indicator-number {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
    flex-direction: row-reverse;
    gap: 8px;
    height: 80px;
}

section.multistep-application-section .step-indicator-number>span {
    font-size: 18px;
    color: #000000;
}

section.multistep-application-section .step-indicator .number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d1d5db;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

section.multistep-application-section .step-indicator .number.active {
    background: #3b82f6;
}

section.multistep-application-section .step-indicator .number.completed {
    background: #3b82f6;
}

footer .home-link {
    display: flex;
    flex-wrap: wrap;
}

footer.footer #logo-img {
    max-width: 120px;
    height: 80px;
    width: 100%;
}

footer .logo-text {
    padding: 0;
}

a.home-link {
    align-items: center;
}
#cookie-disclaimer {
    padding: 0;
}

#cookie-disclaimer .container {
    padding: 7px 10px;
}

section.multistep-application-section .step-indicator .line {
    position: absolute;
    width: 2px;
    height: 50%;
    background: #d1d5db;
    right: 14px;
    top: 60px;
    z-index: 1;
}

section.multistep-application-section .step-indicator div:last-child .line {
    display: none;
}

section.multistep-application-section .step-indicator .line.active {
    background: #3b82f6;
}

section.multistep-application-section .step-indicator .line.completed {
    background: #3b82f6;
}

section.multistep-application-section .form-content {
    max-width: calc(100% - 352px);
    width: 100%;
    padding: 32px;
    background: #fff;
    border-radius: 8px;
    height: fit-content;
}

section.multistep-application-section .shadow-custom {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

section.multistep-application-section .step {
    display: none;
}

section.multistep-application-section .step.active {
    display: block;
}

section.multistep-application-section .form-navigation {
    display: flex;
    justify-content: space-between;
}

section.multistep-application-section .form-navigation button {
    padding: 11px 40px 11px !important;
    border-radius: 6px;
    box-shadow: none;
}

section.multistep-application-section #prevBtn {
    color: #000000;
    border: 1px solid rgb(209, 213, 219);
    background-color: rgb(243, 244, 246);
    font-weight: 500;
}

section.multistep-application-section .form-navigation #nextBtn {
    background: #2563eb;
    border: 1px solid #2563eb;
    color: #fff;
    font-weight: 500;
    padding: 16px 32px;
}

section.multistep-application-section {
    padding: 60px 0;
    min-height: calc(100svh - 82.8px);
}
.set_fullHeight{
    padding: 40px 0;
    min-height: calc(100svh - 154px);
}
#cookie-disclaimer p {
    line-height: normal;
}

section.multistep-application-section form label {
    font-size: 16px;
    /* font-weight: 500 !important; */
}

section.multistep-application-section input.form-control,
section.multistep-application-section .select2-container--default .select2-selection--single,
section.multistep-application-section select{
    border: 1px solid rgb(209, 213, 219);
    height: 40px;
    background: transparent;
    border-radius: 5px;
    width: 100% !important;
    padding: .375rem .75rem !important;
}

section.multistep-application-section .gender-inline label span {
    border: 1px solid rgb(209, 213, 219);
    /*height: 58px;*/
    background: rgb(249, 250, 251);
    border-radius: 4px;
}

section.multistep-application-section .gender-inline input:checked + label span {
    border-color: #00b352;
    color: #000;
    background-color: #e9fcf8;
}
/* section.multistep-application-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 5px;
} */

section.multistep-application-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
section.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:40px;
}

.progress-circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#007bff calc(var(--value) * 1%), #e9ecef calc(var(--value) * 1%));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    color: #007bff;
}

.progress-circle::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.progress-circle .progress-value {
    position: relative;
    z-index: 1;
}



@media (max-width: 1023px) {


    .progress-circle.active {
        display: block;
    }

    section.multistep-application-section .form-content {
        max-width: 100%;
        width: 100%;
    }



    section.multistep-application-section .step-indicator {
        max-width: 100%;
        position: static;
        align-items: flex-start;
        padding: 0px;
        height: auto;
        flex-direction: row;
        justify-content:center;
        gap: 13px;
    }

    section.multistep-application-section .step-indicator .number.active {
        /* width: 80px; */
        /* height: 80px; */
        display: flex;
        /* font-size: 30px; */
        /* display: block; */
    }

    section.multistep-application-section .step-indicator .line {
        position: absolute;
        width: 70%;
        height: 2px;
        background: #d1d5db;
        right: auto;
        top: 16px;
        z-index: 1;
        left: 36px;
    }

    section.multistep-application-section .step-indicator .step-indicator-number {
        height: auto;
    }


    section.multistep-application-section .step-indicator-number>span {
        display: none;
    }

}



@media (max-width: 600px) {
    section.multistep-application-section .step-indicator .number {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }


    footer.footer #logo-img {
        max-width: 81px;
        height: 80px;
        width: 100%;
    }

    footer .logo-text {
        padding: 2px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    #site-header-menu .top_bar_contact_item {
        margin-right: 40px;
    }

    section.multistep-application-section .step-indicator .line {
        width: 80%;
        top: 12px;
        left: 30px;
    }

    section.multistep-application-section {
        padding: 25px 0;
        min-height: calc(100svh - 82.8px);
    }
    
    

}
#nextBtn{
    border-radius: 6px !important;
}


#apply-btn,#apply-btn:hover {
    padding: 20px 35px;
    background: #e91d28 !important;
    margin-top: 25px;
    margin-bottom: 25px;
}

section#slide .prt-header-style-01 .top_bar_contact_item a:link, section#slide a:visited,section#slide a:hover,section#slide a:active {
    background: #e91d28 !important;
}


/* my css */

#nextBtn {
    background: #2563eb !important;
    border: 1px solid #2563eb !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding:11px 40px 11px !important;
}

#applicant_passport_photo_outer {
margin-top: 20px;
}

.pass_img_wrapper {
width: 300px;
height: 200px; /* Adjusted for landscape */
border: 2px dashed #ced4da;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
background-color: #f8f9fa;
transition: all 0.3s ease; /* Animation for hover effect */
}

.pass_img_wrapper img {
max-width: 100%;
max-height: 100%;
object-fit: cover;
border-radius: 4px;
opacity: 0.9;
transition: transform 0.3s ease, opacity 0.3s ease; /* Animation for image */
}

.pass_img_wrapper:hover img {
transform: scale(1.05); /* Slight zoom on hover */
opacity: 1;
}

.passport-input {
max-width: 300px;
}

.passport-input:focus {
border-color: #0d6efd;
box-shadow: 0 0 5px rgba(13, 110, 253, 0.5);
}



@media (max-width: 767px) {
.pass_img_wrapper {
    width: 100%; /* Full width on smaller devices */
    height: auto; /* Maintain aspect ratio */
}
#forms-btn button{
        padding:10px 20px !important;
    }
#forms-btn #nextBtn{
     padding:10px 30px !important;
}
}

.passport-input {
width: 100%;
padding-top: 18px !important;
/* padding-bottom: 18px !important; */
/* height: 37px !important; */
}

div#forms-btn {
    margin-bottom: 20px;
}

input::placeholder {
    color: #8e8888 !important; /* Replace with your desired color */
  }