.parsley-required,
.parsley-pattern,
.parsley-length,
.parsley-type {
    color: red;
    list-style-type: none;
}

/* Fullscreen loader */
.form-loader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Spinner */
.form-loader .spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ffffff;
    border-top: 6px solid #ed3c3c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.error-message {
    color: red;
    margin-top: 10px;
}

.is-invalid {
    border: 2px solid red;
}

.template_heading_common {
    color: var(--wc-black100);
    font-size: 64px;
    font-weight: normal;
    line-height: 70px;
    letter-spacing: -3px;
    text-transform: capitalize;
    font-weight: 600;
}

.workforce_wrap_left .addedheading {
    font-size: 28px;
    line-height: 54px;
    font-weight: 600;
    color: #fff;

}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loader img {
    width: 200px;
    height: 200px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}


.hero {
    height: 945px;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000;
}

.hero-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.hero-content {
    max-width: 55%;
}

.hero-content .temp-title {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -0.96px;
    /* font-size: 60px; */
    font-weight: 300;
    /* line-height: 1.2; */
    color: #fff;
    margin-bottom: 30px;
}

.hero-content .temp-title span {
    font-family: 'ProximaNova-Bold';
}

.hero-content p {
        max-width: 550px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 30px;
}
.textBold{font-weight: 700;}

.features {
    display: flex;
    gap: 10px;
    margin: 60px 0 40px;
    list-style: none;
    font-size: 22px;
    line-height: 22px;
}

.features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 0px;
    color: #fff;
    justify-content: space-between;
    padding: 30px 20px;
    background-color: rgb(255 255 255 / 18%);
    min-height: 150px;
    min-width: 158px;
    max-height: 150px;
    max-width: 158px;

    border-radius: 16px;
}

.features li:last-child {
    border-right: none;
}

.features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
    padding-right: 20px;
    color: #fff;
}

.cta-btn {
    display: inline-block;
    background: #e72932;
    color: #fff;
    padding: 14px 42px;
    border-radius: 80px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    height: 56px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.cta-btn:hover {
    background: #f4474f;
    color: #fff;
}

.hero-form form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-group {
    position: relative;
}

.form-group .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    opacity: 1;

}

.form-group .icon img {
    height: 40px;
    width: 40px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px 14px 42px;
    border-radius: 12px;
    border: none;
    background: #f7f7f7;
    font-size: 14px;
    outline: none;
}

.form-group.textarea .icon {
    top: 0px;
    transform: none;
}

.form-group textarea {
    min-height: 90px;
    resize: none;
}



.hero-form button:hover {
    background: #f4474f;
    color: #fff;
}

.hero-form button span {
    background: #fff;
    color: #f4474f;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-form {
    background: #fff;
    color: #000;
    padding: 42px;
    border-radius: 24px;
    width: 462px;
}

.hero-form h2 {
    font-size: 30px;
    margin-bottom: 35px;
    letter-spacing: -1.2px;
    color: #222222;
    line-height: 34px;
    font-weight: 300;
}

.hero-form h2 strong {
    font-weight: 700;
}

.hero-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-form input,
.hero-form textarea {
    width: 100%;
    padding: 20px 60px;
    border-radius: 50px;
    border: none;
    background: #f3f3f3;
    font-size: 12px;
    font-weight: 400;
}

.hero-form textarea {
    resize: none;
    height: 120px;
    padding: 18px 30px;
    border-radius: 25px;
}


.hero-form button span {
    background: #fff;
    color: #e72932;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.feature-cards {
  display: flex;
  gap: 20px;
  /* padding: 40px; */
  border-radius: 16px;
}

.feature-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(8px);
  max-height: 180px;
}

.feature-card .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card .icon img {
  width: 22px;
  height: 22px;
}

.feature-card p {
     margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
}

.mw_mainheading{
    font-size: 90px;
    line-height: 78px;
    letter-spacing: -4px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
}

.bannersmallText{
        font-size: 56px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: -0.96px;

}

.mainheading_strong{
    font-family: 'ProximaNova-Bold';
}

.cus_container{
    width: 100%;
	margin: 0 auto;
	box-sizing:border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.headermain .mainnav1{padding: 10px 0;}
.cd-section{padding: 140px 0;}
.features li span{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
}
.cd-section .mw_mainheading{
    margin-bottom: 80px;
}
.workforce_wrap .mw_mainheading{
    color:#fff;
        margin-bottom: 40px;
}
.paddingTB{
    padding-top: 140px;
    padding-bottom: 140px;
}
.commonParagraph {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #222222CC;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}
.awardsContentbox{
    max-width: 750px;
    width: 100%;
}



/* .md-visible{display: none;} */

/**/
.awardSection{
    position: relative;
}
.sectionOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.awardSection .mw_mainheading{margin-bottom: 40px;}
.awardSection .cta-btn{margin-top: 80px;}

/**/
.powerUpWorkFlow{
    background: radial-gradient(72.22% 72.22% at 50% 50%, #FFFFFF 0%, #F9F9F9 100%);
    position: relative;
}
.powerUpContent{
    text-align: center;
    max-width: 818px;
    width: 100%;
    margin: 0 auto;
}
.spantag{
    padding: 14px 32px;
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #22222280;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    font-weight: 500
}
.powerUpContent .spantag{margin-bottom: 56px;}
.powerUpContent .mw_mainheading{margin-bottom: 40px;}
.powerUpContent .cta-btn{margin: 0 auto;margin-top: 72px;}
.powerupInnerCon{
    position: relative;
    display: flex;
    align-items: center;
}
.img.powerupFrame{height: auto;}
img.powerupFrame.powerupFrameLeft{max-width: 260px;width: 100%;}
img.powerupFrame.powerupFrameRight{max-width: 328px;width: 100%;}
.powerupVector{
    max-width: 12%;
    position: absolute;
    height: auto;
}
.powerupVector.powerupVectorLeft{
    top: 0;
    right: -7%;
    transform: rotate(75deg);
}
.powerupVector.powerupVectorRight{
    left: -7%;
    bottom: 8%;
    transform: rotate(75deg);
}

.bannerHeadingText{
        font-size: 110px;
    line-height: 90px;
    letter-spacing: -4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.awardsContentbox .commonParagraph{color: rgba(255, 255, 255, .8);}
.workforce_wrap_left .commonParagraph{color: rgba(255, 255, 255, .8);max-width: 920px;margin: 0 auto;}
.workforce_wrap_left .comn-red-btn{margin-top: 80px;}
.emp-benefits-right .cta-btn{margin-top: 28px;}
.mainnav1 .cta-btn{
    height: 42px;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}
.headerTop .mainnav1 .cta-btn{
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}

/* RESPONSIVE */
@media screen and (min-width:992px){
    .sm-visible{display: none;}
}
@media screen and (min-width:1200px){
    .cus_containerr{
		max-width: 1140px;
		width: 100%;
	}
}
@media screen and (min-width:1300px){
	.cus_container{
		max-width: 1188px;
		width: 100%;
	}
}
@media screen and (min-width:1380px){
	.cus_container{
		max-width: 1280px;
		width: 100%;
	}
}
@media screen and (min-width:1600px){
	.cus_container{
		max-width: 1540px;
		width: 100%;
	}
}
@media screen and (min-width:1800px){
	.cus_container{
		max-width: 1680px;
		width: 100%;
	}
}

@media (max-width: 1600px) {
    .hero-content h1{
        font-size: 80px;
        line-height: 74px;
    }
    .bannersmallText{
        font-size: 38px;
    line-height: 38px;
    }

    .features li span{
        font-size: 14px;
    line-height: 16px;
    }

    .features li{
        min-width: 140px;
        max-width: 140px
    }

    .mw_mainheading{
        font-size: 58px;
        line-height: 62px;
    }

    .hero-form input, .hero-form textarea{    padding: 16px 58px;}
    .hero-form{padding: 36px;border-radius: 22px;}
    .hero-form form{gap: 10px;}
    .hero-content p{font-size: 16px;line-height: 20px;}
    .hero-form{width: 464px;}
    
    .template_heading_common{font-size: 48px;line-height: 52px;}
    .cd-section .mw_mainheading{margin-bottom: 44px;}
    .hero{height: 810px;}
    .feature-card{padding: 28px 8px;}
    .feature-cards{gap: 10px;}

    .awardsContentbox {max-width: 600px;width: 100%;}
    .awardSection .mw_mainheading {margin-bottom: 20px;}
    .awardSection .cta-btn {margin-top: 30px;}

    .powerUpContent .spantag {margin-bottom: 30px;font-size: 14px;line-height: 18px;padding: 10px 20px;}
    .powerUpContent .mw_mainheading {margin-bottom: 20px;}
    .powerUpContent .cta-btn {margin-top: 40px;}
    .commonParagraph{font-size: 20px;line-height: 26px;}
    .powerUpContent .commonParagraph{max-width: 624px;width: 100%;margin: 0 auto;}

    .paddingTB{padding-top: 100px;padding-bottom: 100px;}


    .hero-content p{margin-top: 20px;}
    .features{    margin: 30px 0 34px;}
    .cd-section{padding: 100px 0;}
}

@media (max-width: 1500px){
    .hero-content h1 {
                font-size: 68px;
        line-height: 65px;
        margin-bottom: 12px;
    }
     .mw_mainheading {
        font-size: 48px;
        line-height: 52px;
    }
    .template_heading_common {
        font-size: 34px;
        line-height: 42px;
    }
    .cd-section{padding: 80px 0;}
    .feature-card{
        max-height: fit-content;
    height: 160px;
    width: 160px;
    }

    .paddingTB{padding-top: 80px;padding-bottom: 80px;}
    .bannersmallText {font-size: 28px;line-height: 32px;}
    .hero-content p {font-size: 14px;line-height: 18px;}
    .features li span {font-size: 12px;line-height: 14px;}
    .cta-btn{padding: 12px 32px;height: 48px;font-size: 12px;line-height: 12px;}
    .feature-card p{font-size: 12px;line-height: 16px;}
    .commonParagraph {font-size: 16px;line-height: 20px;}
    .awardsContentbox {max-width: 450px;width: 100%;}
    .workforce_wrap_left .commonParagraph{max-width: 628px;width: 100%;}
}

@media (max-width: 1280px){
    .feature-card {
        max-height: unset;
        height: 100%;
        width: 118px;
    }
    .features li{
        gap: 8px;
        min-width: 150px;
    }

    .paddingTB{padding-top: 60px;padding-bottom: 60px;}
}



@media (max-width: 1024px) {

    .hero-content {
        max-width: 100%;
    }
    
}

@media (max-width: 991px){
    .hero{
        height: auto;
        padding: 0 0;
        background-image: none !important;
        background: transparent;
        padding: 0;
        padding-bottom: 60px;
    }
    .hero .cus_container{padding: 0;}
    .hero .hero-container{gap: 0;flex-direction:column;}
    .hero .hero-content{
        background-image: url(../../assets/images/hero-bg.png);
        background-size: cover;
        background-position: center center;
        padding: 170px 16px;
        width: 100%;
                border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .hero .hero-form{
            max-width: 86%;
    width: 100%;
    margin-top: -100px;
    z-index: 11;
    position: relative;
    background: #fff;
        box-shadow: 0px 0px 30px 0px #0000001A;
    }
    .hero-content h1{text-align: center;}
    .hero-content p{
            text-align: center;
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
    margin-top: 20px;
    }
    .features{justify-content: center;}
    .hero-content .cta-btn{
            margin: 0 auto;
    justify-content: center;
    display: flex;
    width: fit-content;
    }

    .hero-form{width: 100%;}
    .emp-benefits .mw_mainheading{text-align: center;}
    /* .md-visible{display: block;} */
    .md-visible{display: none;}
    .footerparagraph{justify-content: center;}
    .mob-footerlogo{
        width: 162px;
        margin-bottom: 0;
    }

    .powerupVector{max-width: 30%;}
    .powerupVector.powerupVectorLeft{top:15%;right: -15%;}
    .powerupVector.powerupVectorRight{bottom: 0;left: -15%;}
     .bannersmallText {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        width: fit-content;
    }

        .mw_mainheading {
        font-size: 44px;
        line-height: 48px;
        letter-spacing: -2px;
    }
    .awardSection .cta-btn{margin: 0 auto;margin-top: 28px;}
        .powerUpContent .cta-btn {
        margin-top: 36px;
    }

    .emp-benefits-right .cta-btn {
        margin: 0 auto;
    margin-top: 28px;
    
}

.mainnav1 .cta-btn{
        height: 38px;
    padding: 12px 18px;
}

.hero-form h2{margin-bottom: 20px;text-align: center;}
.workforce_wrap .mw_mainheading{margin-bottom: 20px;}
    

}

@media (max-width: 767px) {

    .features li {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-right: 0px;
        color: #fff;
        justify-content: center;
        padding: 12px;
        background-color: rgb(255 255 255 / 18%);
        min-height: 150px;
        min-width: 110px;
        max-height: 150px;
        border-radius: 16px;
    }

    .features {
        display: flex;
        gap: 16px;
        flex-direction: unset;
        margin: 20px 0 40px;
        list-style: none;
        font-size: 14px;
    }


    .hero-form {
        padding: 10px;
        width: 100%;
    }

    .features {
        display: flex;
        gap: 15px;
        flex-direction: row;
        margin: 20px 0 40px;
        list-style: none;
        font-size: 14px;
        text-align: center;
    }

    .features li {
        border-right: none;
    }

    .hero-form {
        padding: 30px;
        width: 100%;
    }

    .hero-content h1{
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -2px;
    }
    .features li span{font-size: 12px;line-height: 12px;}
        .features li {
        min-width: 82px;
        width: 82px;
        height: 96px;
        max-height: unset;
        min-height: unset;
    }
    .hero-container{gap: 24px;}
        .mw_mainheading {
               font-size: 40px;
        line-height: 44px;
        letter-spacing: -2px;
    }
    .cd-section{padding: 50px 0;}
    .cd-section .mw_mainheading br{display: none;}
    .feature-cards{display: none;}
    .workforce_wrap .mw_mainheading br{display: none;}

    .sectionOverlay{align-items: flex-start;}
    .awardsContentbox{text-align: center;}


}

@media (max-width: 448px) {
}