.footer-section{
    background-color:#FB7F25;
    padding-top:60px;
    padding-bottom:60px;
}

.footer-section h6{
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    /* leading-trim: NONE; */
    line-height: 100%;
    letter-spacing: 0%;
    color:#FFFFFF;
}

.footer-section p{
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    /* leading-trim: NONE; */
    line-height: 170%;
    letter-spacing: 0%;
    color:#FFFFFF;
    text-decoration:none;
}
.footer-section p a{
    color:#FFFFFF;
    text-decoration:none;
}

.footer-strip{
    background-color:#570033;
    color:#FFF;
    height:76px;
}
.power-icon{
    height:23px;
    width:auto;
}


.footer-strip-content{
    display:flex;
    align-items:center;
    height:76px;
}
.footer-strip .footer-strip-content p{
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    /* leading-trim: NONE; */
    line-height: 143%;
    letter-spacing: 0%;
    
}

/*about-us-css*/
.about-us-div{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:32px
}

.about-us-img-div{
    width:35%;
    /*padding:35px;*/
    display:flex;
    flex-direction:row;
    align-items:center;
    vertical-align:middle;
}

.about-us-img-div img{
    width:100%;
    
}
.about-us-content{
    width : calc(65% - 32px);
}

.about-us-content h3{
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color:#333333;
}

.about-us-content p{
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 170%;
    letter-spacing: 0%;
    text-align:justify;
}

.different-items-div{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}


.different-item{
    width:32%;
    /*background:#FB7F25;*/
    background: rgba(251, 127, 37, 0.5);
    padding:26px;
    border-radius:8px;
}
.different-item h4{
    color:#570033;
    width:100%;
    text-align:center;
    font-size:32px;
    line-height:36px;
    letter-spacing:0%;
    font-weight:bold;
}

.different-item p{
    color:#000000;
    width:100%;
    text-align:center;
    font-size:14px;
}
.different-item-r{
    width:32%;    
    background:#570033;
    color:#FFF;
    padding:26px;
    text-align:center;
    border-radius:8px;
}


.different-item-r h4{
    color:#FFF;
    width:100%;
    text-align:center;
    font-size:32px;
    line-height:36px;
    letter-spacing:0%;
    font-weight:bold;
}

.different-item-r p{
    color:#FFF;
    width:100%;
    text-align:center;
    font-size:14px;
}


.how-we-different-section{
    background:#FFF;
    padding-top:60px;
    padding-bottom:60px;
}


.default-section{
    padding-top:60px;
    padding-bottom:60px;
}

.main-heading-high{
    font-size:32px;
    color:#4C000F;
    font-weight:600;
}

.how-you-can-join-section{
    background:#570033;
}
.main-heading-white{
    color:#FFF;
    font-size:32px;
    font-weight:600;
}


.how-you-can-join-div{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    
}

.how-you-can-join-item{
    background:#FFF;
    border-radius:50%;
    width:128px;
    height:128px;
    color:#FB7F25;
    font-size:24;
    font-weight:600;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    text-align:center;
    /* cursor:pointer; */
}

.how-you-can-join-item:hover{
    background:#FB7F25;
    color:#FFF;
}

.how-you-can-join-item-1{
    width:128px;
    height:128px;
    color:#FFF;
    font-size:24;
    font-weight:500;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}

.right-company-and-plateform-div{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}

.company-and-plateform-img-div{
    width:50%;
}
.company-and-plateform-content{
    width:50%;
}


.company-and-plateform-content h4{
    font-weight:600;
    font-size:24;
    color:#000;
}
.company-and-plateform-content p{
    font-size:16px;
    text-align:justify;
}

.c1{
    color:#FB7F25;
    font-size:32px;
}

.testimonial-footer{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}

.testimonial-footer .testimonial-profile-div{
    width:50px;    
    display:flex;
    align-items:center;
}

.testimoniol-designations{
    width:calc(100% - 50px);
}

.testimonial-footer .testimonial-profile-div .testimonial-profile{
    width:36px;
    height:36px;
    border-radius:50%;
}



.flex-form-style{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
    padding: 10px 15px;
    
    /* gap:10px; */
    align-items: stretch; /* 🔑 this is the key */
    box-sizing: border-box;
}
.w_100{
    width: 100%;
    padding: 8px 12px;
}
.w_50{
    width: 50%;
    padding: 8px 12px;
}

.w_100 p{
    text-align: left;
}

.theme-submit-btn{
    background-color: #FB7F25;
    color: #FFFFFF;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    /* leading-trim: NONE; */
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 15px 35px;
    outline: none;
    border: none;
    border-radius: 32px;
}

.theme-reset-btn{
    background-color: #4C000F;
    color: #FB7F25;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    /* leading-trim: NONE; */
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 15px 35px;
    outline: none;
    border: none;
    border-radius: 32px;
}

.theme-cancel-btn{
    background-color: #482121;
    color: #FFFFFF;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    /* leading-trim: none; */
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 15px 35px;
    outline: none;
    border: none;
    border-radius: 32px;
    text-decoration: none;
}

.btn-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.checkbox-container{
    width: 100%;
    display:flex;
    gap:10px;
    text-align: left;
    justify-content: space-between;
}

.w_100 p{
    margin: 0px;
    padding: 0px;
}



/* Sign Up Page CSS starts here */
/* html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    
} */
   .theme-section{
    width:100%;
    height:100%;
}

.theme-container{
    width:100%;
    height:100%;
    display:flex;
}

/* LEFT : scrollable content */
.theme-data-div{
    width:50%;
    height:auto;
    display:flex;
    flex-direction:column;
    /* justify-content:center; */
    text-align:center;
    padding:10px 20px;
    overflow-y: auto;      /* enable scroll */
    overflow-x: hidden;

    /* hide scrollbar */
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE/Edge */
}

.theme-data-div::-webkit-scrollbar {
    display: none;               /* Chrome, Safari */
}

/* RIGHT : fixed image */
.theme-img-div{
    width:50%;
    height:100vh;

    position: fixed;
    right: 0;
    top: 0;
    display:flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
    align-items:center;

    background: url('../../public/sign-up-in-theme-image.png')
                no-repeat center / cover;
    background-color:#FFF;

    z-index: 1;
}

/* overlay */
.theme-img-div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(48, 10, 21, 0.7);
    z-index: 0;
}

/* text/content above overlay */
.theme-img-div * {
    position: relative;
    z-index: 1;
    color: #fff;
}

    .text-lg{
        color: #FFF;
        font-family: Poppins;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    
    
    .text-sm{
        color: #FFF;
        font-family: Poppins;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .sign-in-seeker-icon{
        width: 24px;
        height: auto;
    }
    .sign-in-job-seeker{
        font-family: Poppins;
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;        
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: #333333;
        
        text-decoration: none;
        padding:15px 10px;
        display: inline-block;
    }
    .org-logo-link{
        width: 100%;
        display: inline-block;
    }

    .org-logo-link img{
        height: 51px;
        width: auto;
    }

    /* .disclaimer{ */
    input[type="checkbox"] {
        border: 2px solid #FB7F25;
        /* color: #FB7F25; */
    }
/* Sign Up Page CSS ends here */


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.forgot-password a{
    text-decoration: none;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #00A3D5;
}

.remember_me{
    cursor: pointer;
}

.disclaimer{
    cursor: pointer;
}

.active-tab{
    border-bottom: 2px solid #000000;
}

.w_100 p a{
    text-decoration: none;
    color: #666666;
}