@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

body{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.u-Processing {
   display:none !important;
}


/*--------------------------------
Login Page -----------------------
---------------------------------*/
#login{
    width: 100%;
}
.logo{
    width: 300px;
    margin-bottom: 20px;
}
.wrap-login100 {
    min-height: 100vh;
    background: #fff;
    border-radius: 2px;
    position: relative;
    align-items: center;
}
.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 60px;
}

.login100-form.col.col-end {
    padding-inline-end: 50px;
    display: flex;
    align-items: center;
}

.login100-form-title {
    display: block;
    width: 100%;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
}

.login-sub-title{
    color: #363636;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}

.p-0{
padding: 0;
margin: 0;
}

#login .apex-item-text, #login .apex-item-select{
    border-color: #cbd5e1;
    padding-bottom: .5rem;
    padding-top: .5rem;
    background-color: transparent;
    border-width: 1px;
    border-radius: 9999px;
    appearance: none;
    letter-spacing: .025em;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    color: #545454;
    width: 100%;
    height: 45px;
}
#login .t-Form-label{
    font-size: 14px;
    color: #64748B;
    font-weight: 400;
}


.login-btn{
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    background-color:#ED9511;
    border: none;
    border-radius: 9999px;
}




@media (max-width: 479px) {
    .login100-form{
        padding: 70px 40px;
    }
    .login100-form.col.col-end {
        padding-inline-end: 40px;
    }
    .t-Login-container {
    padding: auto;
    gap: initial;
}
}
@media (max-width: 639px) {
    .login100-form{
        padding: 70px 40px;
    }
    .login100-form.col.col-end {
        padding-inline-end: 40px;
    }
    .t-Login-container {
    padding: auto;
    gap: initial;
}
}

#global-page{
    display: none;
}



.t-Login-bg:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    background: #EA8A13;
    background: linear-gradient(0deg, #EA8A13, #232323);
}
#login-card{
    width: 60%;
    align-items: center;
    margin: 0 auto;

    text-align: center;
}

#login-form{
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 50px 50px;
}

.logo {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
}
.t-Form-label {
    font-size: 14px;
    color: #6C7278;
}

.apex-item-text, .apex-item-select {
    padding-bottom: .6rem;
    padding-top: .6rem;
    background-color: transparent;
    border-radius: 8px;
    width: 100%;
    appearance: none;
    letter-spacing: .025em;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    color: #545454;
    border-bottom: 1px solid #cbd5e1;
}

.login-btn {
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    background-color: #ED9511;
    border: none;
    border-radius: 5px;
}
.sign-up{
    color: #ED9511;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 639px) {
    
    #login-card {
        width: 100%;
    }
    
    #login-form {
        background-color: #fff;
        border-radius: 40px 40px 0px 0px;
        padding: 40px 40px 20px;
        height: 85vh;
    }
    .login100-form-title{
        font-size: 25px;
    }
}

.t-Alert--success {
	background: #fff;
	color: #000;
	border: 1px solid #929191;
	top: 50%;
	position: fixed;
	right: 30%;
	width: 450px;
}

.t-Alert--page .t-Alert-title {
	font-size: 14px !important;
	font-weight: 400 !important;
	text-align: center;
}

.t-Alert--page .t-Button.t-Button--closeAlert {
	background-color: #1a479b;
}


#how-works{
    background: #fff;
    text-align: center;
    padding: 50px 0px;
}
#how-works h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
}
#how-works h3{
        font-size: 20px;
    color: #ea8a12;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}
#how-works p{
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
}
.play-btn{
    background-color: transparent;
    border-color: #ea8a13;
    color: #ea8a13;
    font-size: 26px;
    line-height: 28px;
    width: 300px;
    border-radius: 10px;
    border: 1px solid;
    padding: 10px 30px;
}
.play-btn .fa{
        font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
}

.work-container {
      display: flex;
      gap: 20px;
      justify-content: center;
      align-items: stretch;
      padding: 50px;
    }
    .icon-card {
      background-color: #fff7eb;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      padding: 20px 10px;
      width: 25%;
      text-align: center;
      display: flex;
      flex-direction: column;
          justify-content: flex-start;
    }
    .icon-card h4 {
         font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 5px;
    }
    .icon-card p {
      font-size: 14px;
      color: #333;
      margin-bottom: 10px;
    }
    .icon-card ul {
      text-align: left;
      list-style-type: disc;
      padding-left: 20px;
    }
      .icon-card ul li{
        font-size: 17px;
    line-height: 28px;
    text-align: left;
    font-weight: 400;
}
    
    .icon {
      margin-bottom: 10px;
    }
    .icon img {
      width: 100px;
    margin: 0 auto;
    }
    .highlight {
      background-color: #cce3ff;
      color: #000;
      font-weight: bold;
      padding: 2px 6px;
    }

#crew-section{
        background: #ea8a13;
        text-align: center;
    padding: 50px 0px;
    }

#crew-section h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}
#crew-section h3{
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}
#crew-section p{
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.work-container .icon-card h4 {
    font-size: 25px!important;
    font-weight: 600!important;
    line-height: 1.5!important;
    margin-top: 5px!important;
    color: #000!important;
}

.work-container .icon-card  h3 {
    font-size: 20px!important;
    color: #ea8a12!important;
    line-height: 1.5!important;
    margin-top: 5px!important;
    margin-bottom: 10px!important;
    font-weight: 500!important;
}
.work-container .icon-card p {
    font-size: 17px!important;
    line-height: 28px!important;
    text-align: center!important;
    font-weight: 400!important;
    color: #000!important;
}

@media (max-width: 639px) {
    #hero-section {
    max-width: 1200px;
    text-align: center;
}
    .work-container {
    display: grid;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    padding: 20px;
}
.icon-card{
    width: 100%;
}
#contractor-card{
    padding: 30px 20px;
    margin-bottom: 15px;
}
}

.go-back{
    padding: 0;
    margin-top: 10px;
    color: #ED9511;
    text-decoration: none;
    font-size: 15px;
}

a-select{
    border-color: #cbd5e1;
    padding-bottom: .4rem;
    padding-top: .3rem;
    background-color: transparent;
    border-width: 1px;
    border-radius: 9999px;
    width: 100%;
    appearance: none;
    letter-spacing: .025em;
    outline: 2px solid transparent;
    outline-offset: 2px;
    font-size: 13px;
    color: #545454;
}

.apex-item-comboselect .apex-item-comboselect--separated{
    width: 100%;
    border: 0;
    background: transparent;
}
.apex-item-wrapper--select-many .apex-item-comboselect{
    border-color: #cbd5e1;
    padding-bottom: .4rem;
    padding-top: .3rem;
    background-color: transparent;
    border-width: 1px;
    border-radius: 9999px;
    width: 100%;
    appearance: none;
    letter-spacing: .025em;
    outline: 2px solid transparent;
    outline-offset: 2px;
    font-size: 13px;
    color: #545454;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {  
    .apex-item-select:focus, 
    .apex-item-text:focus, 
    .apex-item-textarea:focus {          
        font-size: 16px!important;      
        }      
.apex-item-select, .apex-item-text, .apex-item-textarea {          
    font-size: 16px!important;       
    }  
}