/* 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;

}
.worker-agreement-page .cta-agreements  {
  color: #324dd4;
  box-shadow: 0 2px 0 #324dd4;

}

.worker-agreement-page .cta-home  {
 color: #334155;
  box-shadow: 0 2px 0 #F5F5F5;

}
.cta-agreements {
  color: #334155;
  box-shadow: 0 2px 0 #F5F5F5;
}


.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: radial-gradient(circle at center,
            #324DD4 0%,
            #1E3A8A 100%);

    padding-top: 40px;
    padding-bottom: 40px;
    ;

}

body.fade-in {
    opacity: 1;
}


body {
    margin: 0;
    padding: 0;
}

.bolt {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.bolt p {
    background-color: #ffffff;
}

.bolt img {
    width: 30px;
    height: 30px;
}

.bolt-text {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #324dd4;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 2vw, 16px);
    border: 1px solid #324dd4;
    font-weight: 600;
}

.big-text {

    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 4vw, 68px);
    width: 60%;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    color: white;

}

.small-text {
    margin-top: 0px;
    justify-content: center;
    width: 50%;
    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: white;
}

.pill-con {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.data {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: stretch;
    margin-top: 30px;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom:50px;


}

.data-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: white;
    border: #324DD4 2px solid;
    flex: 1 1 0;
    min-width: 0;
    word-break: break-word;
}

.data-box-green {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: white;
    border: #10B981 2px solid;
    flex: 1 1 0;
    min-width: 0;
    word-break: break-word;
}

.data-box-black {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: white;
    border: #1A1D2D 2px solid;
    flex: 1 1 0;
    min-width: 0;
    word-break: break-word;
}

.number {
    font-family: "inter", sans-serif;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: #324dd4;
    margin: 0px;
}

.number-green {
    font-family: "inter", sans-serif;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: #10B981;
    margin: 0px;
}

.number-black {
    font-family: "inter", sans-serif;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: #1A1D2D;
    margin: 0px;
}

.number {
    font-family: "inter", sans-serif;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: #324dd4;
    margin: 0px;
}

.text {
    font-family: "inter", sans-serif;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 400;
    color: #1A1D2D;
    margin: 0px;
    text-align: center;
}

.quizzes {
    background-color: #f5f5f5;
    padding-bottom: 60px;
}

.quiz-container {

    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 90%;

    align-self: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 40px;



}

.top {
    display: flex;
    flex-direction: column;


}

.header {
    font-family: "inter", sans-serif;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 600;
    color: #1A1D2D;
    margin: 0px;
    text-align: flex-start;
}

.text2 {
    font-family: "inter", sans-serif;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 500;
    color: #1A1D2D;
    margin: 0px;
    text-align: flex-start;
    margin-top: 10px;
}

.card-row {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 25px;

}

.whole-card img,
.whole-card-black img {
    width: 80px;
    height: 80px;
    align-self: center;
    display: flex;

}

.whole-card {
    flex: 1 1 0;
    min-width: 0;
    border: 2px solid #324DD4;
    border-radius: 12px;
    padding-bottom: 25px;
}
.whole-card-black {
    flex: 1 1 0;
    min-width: 0;
    border: 2px solid #1A1D2D;
    border-radius: 12px;
    padding-bottom: 25px;
}


.card-blue {
    background-color: #324DD4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    justify-content: center;
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px
}

.card-black {
    background-color: #1A1D2D;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    justify-content: center;
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.inner-flex {
    display: flex;
    flex-direction: row;
}

.quiz-card {
    width: 90%;
    margin: 0 auto;

}

.quiz-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #1A1D2D;
    margin: 0px;
    margin-top: 20px;

}

.text3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #1A1D2D;
    margin: 0px;
    margin-top: 10px;


}

.flex-row img {
    height: 20px;
    width: 20px;

}

.inner-flex {
    gap: 5px;
    margin-top: 25px;

}

.img-text {
    margin: 0px;
    color: #1A1D2D;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.3vw, 16px);
    font-weight: 500;

}

.alert {
    background-color: #E9EFFD;
    border: 1px solid #324DD4;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

.alert-black {
    background-color: #F8FAFC;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

.bold-alert {
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 600;
    color: #1A1D2D;
    margin: 0px;
}

.alert-text {
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.3vw, 16px);
    color: #1A1D2D;
    margin: 0px;
    margin-top: 5px;
}

.start-btn {
    background-color: #324DD4;
    color: white;
    border: none;
    border-radius: 24px;
    padding: 12px 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}

.start-btn-black {
    background-color: #1A1D2D;
    color: white;
    border: none;
    border-radius: 24px;
    padding: 12px 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.why {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom:50px;
    
}

.col-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header1 {
    margin: 0px;
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-weight: 600;
    color: black;
    text-align: center;


}

.small-text3 {
    margin: 0 auto;
    width: 50%;
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    color: #334155;
    margin-top: 20px;
    text-align: center;


}

.title2 {
    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 600;
    color: #1A1D2D;
    margin: 0px;
    text-align: center;
}

.bckground-blue {
    background-color: #324DD4;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.bckground-green {
    background-color: #10B981;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.bckground-black {
    background-color: #1A1D2D;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.img {
    height: 40px;
    width: 40px;
}

.tips {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 25px;

    border-radius: 12px;
    background-color: #F1F7FF;
    padding-bottom: 50px;
}

.tips-con {

    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 55px;
    border: 2px solid #324dd4;
    border-radius: 12px;
    background-color: white;
    width: 75%;
    padding-bottom: 35px;
    box-shadow: 0px 4px 20px rgba(50, 77, 212, 0.15);


}

.inside-tips {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;


}

.upper {
    display: flex;
    flex-direction: row;
    gap: 15px;

}

.flex-row2 {
    display: flex;
    flex-direction: column;


}

.lightbulb {
    height: 50px;
    width: 50px;
    background-color: #324DD4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    flex-shrink: 0;
}

.tips img {
    height: 30px;
    width: 30px;
}

.header2 {
    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 600;
    color: #1A1D2D;
    margin: 0px;

}

.small-text4 {
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.5vw, 18px);
    color: #1A1D2D;
    margin: 0px;

    margin-top: 10px;
}

.info-flex-row {
    display: flex;
    gap: 25px;
    margin-top: 25px;

}

.icon-text-flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-color: #F1F7FF;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    padding-bottom: 20px;
    flex: 1 1 0;
    min-width: 0;

}

.info-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header3 {
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 600;
    color: #1A1D2D;
    margin: 0px;

}

.text4 {
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.3vw, 18px);
    color: #1A1D2D;
    margin: 0px;
    margin-top: 0px;
    width: 90%;
}

.icon-flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.final-cta {
    background-color: #1A1D2D;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-container {
    margin-top: 60px;
    padding-bottom: 60px;
    ;
}

.cta-header {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 3.5vw, 68px);
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.cta-medium-text {
    color: white;
    text-align: center;
    margin: 0;
    margin-top: 15px;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2.5vw, 26px);
}

.final-btn {
    margin-top: 20px;
    justify-content: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.final-request {
    padding: 10px 16px;
    background-color: #324dd4;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.8vw, 22px);
    font-weight: 600;
    display: flex;
    align-self: center;
    font-family: "Inter", sans-serif;
}

.final-painters {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: clamp(12px, 1.8vw, 22px);
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: center;
    align-self: center;
    border: 1px solid #E5E7EB;
    padding: 10px 16px;
    border-radius: 10px;
}

.inside-tips {
    word-break: break-word;
}

@media(max-width:768px) {

    .data {
        grid-row: span 2;
    }

}

@media (max-width: 900px) {
    .data {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .card-row {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .info-flex-row {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .data {
        grid-template-columns: 1fr;
        width: 60%;
    }
    .small-text3 {
        width: 80%;
    }

}

@media (max-width: 300px) {

    .flex-row {
        flex-direction: column;
    }
}