/* Header Styles */

.logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;

}

.logo img {
  height: 60px;
  width: 60px;
}

.nav {
  width: 100%;
  padding: 4px 0;
  background: #f5f5f5;
  border-bottom: 2px solid #1D1F241A;

}

.nav-container {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  align-content: center;
  align-self: center;
}

.brand-name2 {
  color: #1a1a1a;
  align-self: center;
  font-family: 'Inter', sans-serif;
  font-size: clamp(18px, 1.5vw, 32px);
  font-weight: 700;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: clamp(8px, 1.5vw, 20px);
  align-items: center;


}

.nav-links-right {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  margin-right: 40px;
  flex-direction: row;
  justify-content: center;
}

.nav-links a {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 20px);
}

.cta-home {
  color: #324dd4;
  box-shadow: 0 2px 0 #324dd4;

}

.about-page .cta-home {
  color: #334155;
  box-shadow: 0 2px 0 #F5F5F5;
}


.contact-page .cta-home {
  color: #334155;
  box-shadow: 0 2px 0 #F5F5F5;
}

.how-it-works-page .cta-home {
  color: #334155;
  box-shadow: 0 2px 0 #F5F5F5;
}

.request-page .cta-home {
  color: #334155;
  box-shadow: 0 2px 0 #f5f5f5;
}

.workers-page .cta-home {
  color: #334155;
  box-shadow: 0 2px 0 #f5f5f5;
}

.cta-how-it-works {
  color: #334155;
}


.how-it-works-page .cta-how-it-works {
  color: #324dd4;
  box-shadow: 0 2px 0 #324dd4;
}

.cta-request {
  color: #334155;

}

.request-page .cta-request {
  color: #324dd4;
  box-shadow: 0 2px 0 #324dd4;

}


.workers-page .cta-painters {
  color: #324dd4;
  box-shadow: 0 2px 0 #324dd4;
}

.cta-painters {
  color: #334155;
}

.cta-about-us {
  color: #334155;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 600;
  align-self: center;
}

.how-it-works-page .cta-about-us {
  color: #334155;

}

.request-page .cta-about-us {
  color: #334155;

}

.workers-page .cta-about-us {
  color: #334155;

}

.cta-contact-us {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  background-color: #1a1a1a;
  border-radius: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFFFFF;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  gap: 6px;
  display: flex;

}

.contact-page .cta-contact-us {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  background-color: #1a1a1a;
  border-radius: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFFFFF;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  gap: 6px;
  display: flex;

}

.how-it-works-page .cta-contact-us {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  background-color: #324dd4;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFFFFF;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  gap: 6px;
  display: flex;

}

.request-page .cta-contact-us {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  background-color: #324dd4;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFFFFF;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  gap: 6px;
  display: flex;

}

.workers-page .cta-contact-us {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  background-color: #324dd4;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFFFFF;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  gap: 6px;
  display: flex;

}


.nav-links-right img {
  width: 18px;
  height: 18px;

}

.hamburger {
  display: none;
}

.nav {
  position: relative;
  z-index: 1000;
}

.mobile-only {
  display: none !important;
}



@media (max-width: 950px) {

  .hamburger {
    display: block;
    font-size: 32px;
    cursor: pointer;
  }


  .nav-links,
  .nav-links-right {
    display: none;
  }


  .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0;
    gap: 15px;

  }

  .nav-links.active a {
    font-size: clamp(16px, 1.5vw, 22px);

  }

  .mobile-only {
    display: flex !important;
    ;
  }

  .about-page .cta-about-us {
    color: #334155;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.5vw, 20px);
    font-weight: 600;
    align-self: center;
    color: #324dd4;
    box-shadow: 0 2px 0 #324dd4;
  }

  .nav-links.active .cta-contact-us {
    all: unset;

    color: #334155;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 600;

    cursor: pointer;
    text-decoration: none;

    
  }
  .contact-page .cta-contact-us {
    color: #334155;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 600;
    align-self: center;
    color: #324dd4 !important;
    box-shadow: 0 2px 0 #324dd4 !important;
  }


}


.hero {
    background-color: #324DD4;
    border-top: 1px solid transparent;
    opacity: .9;
    overflow: hidden;

}


body {
    margin: 0;
    padding: 0;
}

.bolt {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 60px
}

.bolt p {
    background-color: white;
    margin:0px
}

.bolt-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #324dd4;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1vw, 16px);
 
    font-weight: 600;
}

.big-text {

    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 4vw, 68px);
    width: 40%;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    color: white;

}

.small-text {
    margin-top: 0px;
    justify-content: center;
    width: 40%;
    margin: 10px auto 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2vw, 24px);
    color: white;
}

.big-text p,
.small-text p {
    margin: 0;
}

@media (max-width: 900px) {

    .big-text,
    .small-text {
        width: 60%;

    }
}

@media (max-width: 600px) {

    .big-text,
    .small-text {
        width: 90%;
    }
}

.blue-text {
    color: #324DD4
}

.divider5 {
    background-color: #1D1F241A;
    display: flex;
    height: 1px;
    width: 100%;
    margin-top: 80px;

}
.form-card{
    background-color: #ffffff;
    width: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom:25px;

}

.job-details-container{
    background-color: #F4F7FE;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    padding-bottom:60px;
    overflow-x: hidden;
    

}
.inside-form{
    display: flex;
    flex-direction: column;
    width:90%;
    align-content: center;
    margin-top:25px;
}
p {
    margin: 0;
}
.right-side-con{
    display: flex;
    flex-direction: column;
    width:20%;

}

.divider4 {
    background-color: #1D1F241A;
    display: flex;
    height: 1px;
    width: 100%;
    margin-top:20px;
    align-self: center;


}
.header{    
    font-family: "Inter", sans-serif;
    font-size:28px;
    font-weight: 600;
    color: black;

}
.form{
    width:50%;
    display: flex;
    justify-content: center;
    margin-top:60px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: 5px solid transparent;
    background: linear-gradient(white, white) padding-box,
            linear-gradient(135deg, #324dd4 0%, #1A1D2D 40%, #9CA3AF 60%, #1A1D2D 100%) border-box;
    
    border-radius: 12px;
     box-sizing: border-box;
}
.input{
    border:1px solid #1D1F241A;
    border-radius:8px;
    width:100%;
    padding: 8px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    
    
    
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #324DD4;
    box-shadow: 0 0 0 2px rgba(50, 77, 212, 0.1);
}
.title-input-flex{
    display: flex;
    flex-direction: column;
    margin-top:20px;
    gap:5px;
    flex:1;
    ;
}

input::placeholder {
    color: #9CA3AF;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}
.job-title{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: black;
}
.asterisk{
    color: #EF4444;
}
.name-input-flex{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    
    
    
}
.name-input-flex2{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    
    
    
}
.icon-title p {
    margin: 0;
}
.icon-title{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
    margin-top:15px;
    
    
}
.blue-img{
    width:25px;
    height:25px;
    margin-left:-3px;

     

}
.title-2{
    font-family: "Inter", sans-serif;
    font-size:20px;
    font-weight: 600;

}

.project-type-group {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.project-type-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 16px 24px;
    border: 1px solid #1D1F241A;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #374151;
    transition: border-color 0.15s, box-shadow 0.15s;
    flex:1;

}

/* selected state */
.project-type-option:has(input:checked) {
    border-color: #324DD4;
    box-shadow: 0 0 0 2px rgba(50, 77, 212, 0.1);
}

.blue-img2{
    height:30px;
    width:30px;

}

textarea.input {
    resize: vertical;
}
.ppe{
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 10px;
}
.ppe-text{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #6B7280;
    margin:0;
}
.grey-img{
    height:14px;
    width:14px
}
.ppe p{
    margin: 0;
}
.input-suffix-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.input-suffix-wrap .input {
    padding-right: 36px;
}

.input-suffix {
    position: absolute;
    right: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #6B7280;
    pointer-events: none;
}
.button{
    background-color: #324DD4;
    outline: none;
    border: none;
    cursor: pointer;
    height:56px;
    border-radius: 10px;;
    margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 22px;

}
.button-icon{
    width:20px;
    height:20px;
    margin-left:8px;       
}
.inside-next{
    width:90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top:20px;
    gap:20px;
    
    
}
.next{
    background-color: #ffffff;
    display: flex;
    width: 100%;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-top:60px;
    padding-bottom:25px;
     border: 5px solid transparent;
background: linear-gradient(white, white) padding-box,
            linear-gradient(135deg, #9CA3AF 0%, #1A1D2D 40%, #324dd4 60%, #1A1D2D 100%) border-box;
     box-sizing: border-box;
    
    
}
.icon-flex{
    display: flex;
    flex-direction: row;
    gap:6px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.header1{
    font-family: "Inter",sans-serif;
    color:black;
    font-size: 20px;
    font-weight: 700;

}

.number-text{
    display: flex;
    flex-direction: row;
    margin-top:15px;
    gap:10px;

}
.col-flex{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #EFF6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #324DD4;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.number-title{
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight:600;
    color:black;

}
.number-msg{
    margin-top:6px;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    font-weight:500;
    color:#334155;


}
.response-time-con{
     background-color: #181C2C;
    display: flex;
    width:100%;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin-top:20px;
    padding-bottom:25px;


}
.white-title{
    color:white;
    font-family: "Inter",sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.inside-con{
    width:90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top:20px;
}
.msg{
    color:#9CA3AF;
    font-family: "Inter",sans-serif;
    font-size: 15px;
    margin-top:10px;
}
.not-button{
    background-color: #2C303F;
    border: 1px solid #575B66;
    height:60px;
    border-radius: 10px;;
    margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first{
    color: white;
    font-family: "Inter",sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.second{
    color: #60A5FA;
    font-family: "Inter",sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.flex{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.header2{
    font-family: "Inter",sans-serif;
    color:white;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.first2{
    color:black;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.button2{
    background-color: white;
    border: 1px solid #575B66;
    height:40px;
    border-radius: 10px;;
    margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:6px;
    text-decoration: none;
}

.urgent-con{
     background-color: #324dd4;
     opacity: .9;
    display: flex;
    width:100%;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin-top:20px;
    padding-bottom:25px;


}

.msg2{
    color:white;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    margin-top:10px;
}

.success-message {
  background: #f0f9ff;
  border: 1px solid #c7e0f4;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  margin-top: 0px;
}

.success-message h3 {
  color: #1e3c72;
  font-size: 22px;
  margin-bottom: 10px;
}

.success-message p {
  color: #374151;
  font-size: 16px;
}

@media (max-width: 925px) {
    .job-details-container {
        flex-direction: column;
        gap:25px;
    }

    .right-side-con {
        width: 100%;
    }

    .form {
        width: calc(100% - 20px);
        margin-top:25px;
        align-self: center;
    }
       .name-input-flex {
        flex-direction: column;
    }

    .title-input-flex {
        width: 100%;
    }
       .project-type-group {
        flex-direction: column;
    }

    .project-type-option {
        flex-direction: row;
        justify-content: flex-start;
    }
    .next{
        margin-top: 0px;
        align-self: center;
        width: calc(100% - 20px);
    }
    .response-time-con  {
        width:calc(100% - 20px);
        align-self: center;
    }
     .urgent-con  {
        width:calc(100% - 20px);
        align-self: center;
    }
    
    
}

@media (max-width: 1100px) {
    .name-input-flex2 {
        flex-direction: column;
        gap:0px;
    }
    
}

