.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;
    justify-content:center;
    width:100% !important;
    align-items:center;
}
.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:700;
    font-size:36px;
    color:#000;
}
.company-and-plateform-content p{
    font-size:16px;
    text-align:justify;
}

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

.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;
}

.flex-form-style-1{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    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-submit-btn-2{
    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: 8px 25px;
    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.jpeg')
                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;
    color:#FE7B1C;
}
.active-tab:hover{
    cursor:none;
}
.w_100 p a{
    text-decoration: none;
    color: #666666;
}
.sign-in-job-seeker:hover{
    color:#FE7B1C;
}
.w_75{
    width:75%;
    padding: 8px 12px;
}

.w_25{
    width:25%;
    padding: 8px 12px;
}









        .select2 {
                width: 100% !important;
            }

        /* Select2 Selection Box */
        .select2-selection {
            width: 100%;
            height: 58px !important;
        }

        /* Bootstrap Floating Select Compatibility */
        .form-floating > .form-select {
            width: 100% !important;
            display: block;
            height: 58px !important;
        }

        /* Dropdown Z-index */
        .select2-dropdown {
            z-index: 999999 !important;
        }

        /* Selected Text Padding (final + clean) */
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            padding: 22px 12px;
        }

        /* Highlighted Option */
        .select2-container--default .select2-results__option--highlighted[aria-selected] {
            background-color: #5897fb;
            color: #000;
        }

        /* Dropdown Text Color */
        .select2-results__option {
            color: #000;
        }
        
        
.job-container{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}        


.job-item-container{
    width:75%;
    padding:10px 20px !important;
}

.job-details-div{
    /*margin-top:-170px !important;*/
    width:100%;
    background:#570033;
    color:#FFF;
    padding:30px 20px !important;
    z-index:11;
    
    display:flex;
    flex-direction:column;
    gap:10px;
}

.job-item{
    background:#FFF;
    width: 100%;
    height: auto;
  
    
    border-radius: 16px;
    border: 1px solid #CACACA;
    margin-top:15px;
    padding:15px 27px;
    color:#232323 !important;
}


.job-item:hover{
    background:#FCAA75;
    color:#232323 !important;
    
}

.job-info{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}

.job-info-div{
    /*width:100%;*/
}
.job-info-div p{
    color:#232323 !important;
    margin:0px;
    padding:0px;
}

.job-detail-link-div{
    display:flex;
    align-items:center;
}

.theme-white-btn{
    /*width: 142;*/
    /*height: 42;*/
    /*top: 574px;*/
    /*left: 651px;*/
    
    border-width: 1px;
    /*opacity: 1;*/
    border-radius: 16px;
    padding:8px 12px;
    background:#FFFFFF;
    border:1px solid #CACACA;
    color:#570033;
    font-weight:500;
}


.jd-job-role{
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}
.web-btn{
    display:block;    
}
.mob-btn{
    display:none;
}
@media screen and (max-width: 767px){
    .web-btn{
        display:none;
    }
    .mob-btn{
        display:block;
    }
    .how-we-different-section{
        padding-top:30px;
        padding-bottom:30px;
    }
    .wryti-stat-div{
        height:auto !important;
    }
    .wryti-stat-item{
        width:100% !important;
    }
    
    
    .why-wryti-faq{
        width:100% !important;
    }
    
    .why-wryti-image-div{
        width:100% !important;
        padding:20px 0px !important;
    }
    
    .why-wryti-1{
          width: 280px !important;
    }
    
    .why-wryti-2{
        width: 280px !important;
        margin-left: 50px !important;
        margin-top: -200px !important;
    }
    
    .different-item{
        width:100% !important;
        margin-top:10px;
    }
    .different-item-r{
        width:100% !important;
        margin-top:10px;
    }
    
    .company-and-plateform-img-div{
        width:100% !important;
    }
    
    .company-and-plateform-img-div img{
        width:100% !important;
    }
    
    .company-and-plateform-content{
        width:100% !important;
    }
    
    .how-you-can-join-div {
        width: 100%;
        display: flex;
        flex-direction: column !important;
        flex-wrap: wrap;
        justify-content: center;
        text-align:center;
        align-items:center;
    }
    
    .about-us-img-div{
        width:100% !important;
    }
    
    .about-us-content{
        width:100% !important;
    }
    
    .sign-in-btn{
        padding: 10px 15px;
        font-size: 18px;
    }
    
    .theme-reset-btn{
        padding: 10px 15px;
    }
    .theme-cancel-btn{
        padding: 10px 15px;
    }
    .theme-data-div{
        width:100% !important;
        padding:0px !important;
    }
    .theme-img-div{
        display:none;
        /*width:100% !important;*/
    }
    
    .owl-nav{
        overflow:hidden;
    }
    
    
    
    
    .job-details-div{
        margin-top:0px !important;
        width:100% !important;
        background:#570033;
        color:#FFF;
        padding:30px 20px !important;
        z-index:11;
    
        display:flex;
        flex-direction:column;
        gap:10px;
    }



    .powered-by{
        display:flex;
        justify-content:center;
        text-align:center;
        position:static !important;
        bottom:0px !important;
        width:100%;
    }
}


.powered-by{
    display:flex;
    justify-content:center;
    text-align:center;
    /*position:fixed;*/
    bottom:0px !important;
    width:50%;
}
#SignUpJobSeekerForm{margin-bottom:50px;}