*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Titillium-bold';
    src: url('../../../../../../content/dam/bagic/fonts/TitilliumWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium-regular';
    src: url('../../../../../../content/dam/bagic/fonts/TitilliumWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium-SemiBold';
    src: url('../../../../../../content/dam/bagic/fonts/TitilliumWeb-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium-light';
    src: url('../../../../../../content/dam/bagic/fonts/TitilliumWeb-Light.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.pageHeadSection {
    background-color: #005596 !important;
    display: flex !important;
    justify-content: space-between !important;
}
.companyIcon {
    height: 70px !important;
    margin: 5px 0 5px 50px !important;
}
.pageInfoFormWrapper{
    padding: 30px 0;
    display: flex;
}
.pageFormWrapper, .pageInfo{
width: 50%;
}

.pageDetails h2{
    font-weight: bold;
    color: #005596;;
    font-family: 'Titillium-bold' !important;
    font-weight: 700 !important;
    font-size: 36px;
    line-height: 48px;
}
.pageDetails h3 {
    margin: 5px 0 0 0;
    color: #000;
    font-family: 'Titillium-bold' !important;
    font-weight: 700 !important
    font-size: 24px !important;
    line-height: 23px;
}
.pageDetails p {
    font-size: 18px;
    margin: 5px 0;
    color: #000;
    font-family: 'Titillium-light'!important;
    font-weight: 300 !important;
    line-height: 26px;
}
.pageFormWrapper .mainForm{
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    align-items: center;
    width: 100%;
}
.pageFormWrapper h2{ 
    font-size: 25px;
    text-align: center;
    margin: 10px 0 30px 0 ;
    color: #000;
}
.formInputs{
    border: none;
    width: 100%;
    border-bottom: 1px solid grey;
    margin: 15px 0 15px;
    /* padding: 5px 10px;  */
    transition: border-color 0.3s; 
}
.formInputs:focus {
    border-bottom: 2px solid #007BFF; /* Darker color on focus */
    outline: none; /* Remove default outline */
}

.btn {
    width: 60%; /* Button width */
    padding: 10px;
    background-color: #0056b3 !important; /* Button color */
    color: white;
    border: none !important;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px;
    border-radius: 30px;
}

.btn:hover {
    background-color: #007BFF !important ;/* Darker shade on hover */
}



.formGroup {
    position: relative;
    margin-bottom: 5px;
    width: 80%; /* Adjust width as needed */
}
.label {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    color: #aaa; /* Light color for the label */
    pointer-events: none; /* Prevent label from capturing clicks */
}  
.formInputs:focus + .label,.formInputs:not(:placeholder-shown) + .label {
    top: -5px; /* Move label up */
    left: 0;
    font-size: 12px; /* Smaller font size */
    color: #007BFF; /* Change color when focused or filled */
    opacity: 1;
}
.formInputs.error {
    border-bottom: 2px solid red; /* Red border for errors */
}
.error-message {
    color: red;
    font-size: 12px;
    margin: 3px 0 8px;
    display: none; /* Initially hidden */
}


.career-agent-card-list ul {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    margin-top: 30px;
}
.career-agent-card-list li {
    width: 33.3%;
    list-style: none;

    font-size: 1.2rem;
    line-height: 1.4;
}
.career-agent-card-list ul li .step-list {
    border: 1px solid #F89C30;
    border-radius: 12px;
    text-align: center;
    position: relative;
    padding: 34px 20px 23px;
    height: 100%;
}
.step-list .counter-steplist {
    border-radius: 50%;
    color: #fff;
    background-color: #2B8AD3;
    font-size: 16px;
    font-family: 'Titillium-bold' !important;
    font-weight: 700 !important;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31px;
    width: 31px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.step-list .step-para {
    color: #0062AB;
    font-size: 20px;
    font-family: 'Titillium-bold' !important;
    font-weight: 700 !important;
    line-height: 28px;
}


@media only screen and (max-width: 992px) {
    .pageInfoFormWrapper{
        flex-direction: column;
    }
    .pageInfo{
        display: flex;
        width: 100%;
    }
    .pageDetails,.pageBannerImg{
        width: 50%;
    }
    .pageBannerImg{
        object-fit: cover;

    }
    .pageFormWrapper {
        width: 100%;
    }
    .pageDetails h2{
        font-size: 32px;
        line-height: 40px;
    }
    .pageDetails h3{
        font-size: 23px;
        line-height: 25px;
    }
    .pageDetails p {
        font-size: 16px;
        line-height: 23px;
    }
    .btn{
        width: 50% !important;
        font-size: 16px !important;
    }
    .step-list .step-para {
        font-size: 16px;
    }
.career-agent-card-list ul li .step-list {
        padding: 22px 16px 16px;
    }
}

@media only screen and (max-width: 676px) {
    .pageInfo{
        width: 100%;
    }
    .pageInfoFormWrapper{
        flex-direction: column;
        align-items: center;
    }
    .career-agent-card-list li {
        width: 60%;
    }
    .pageInfo{
        display: flex;
        flex-direction: column;
    }
    .pageDetails,.pageBannerImg{
        width: 100%;
    }
    .pageBannerImg{
        object-fit: cover;

    }
    .pageFormWrapper {
        width: 100%;
    }
    .pageFormWrapper .mainForm {
        padding: 0;
    }
    .pageDetails h2{
        font-size: 30px;
        line-height: 35px;
    }
    .pageDetails h3{
        font-size: 20px;
        line-height: 30px;
    }
    
    .career-agent-card-list ul {
        flex-direction: column;
        align-items: center;
    }
    .btn{
        width: 80% !important;
        font-size: 15px !important;
    }
    .pageFormWrapper{
        margin-top: 20px;
    }
    .step-list .step-para {
        font-size: 15px;
    }
    .career-agent-card-list ul li .step-list {
        padding: 20px 10px 20px;
    }
    .step-list .counter-steplist{
        height: 24px;
        width: 24px;
        font-size: 15px;
    }
}