/* 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;
  }


}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.final-cta {
    background: linear-gradient(135deg, #324DD4 0%, #1A1D2D 100%);
    padding-bottom: 75px;
    justify-content: center;
    display: flex;
}

.cta-container {
    margin-top: 40px;
}

.cta-header {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 4.5vw, 68px);
    font-weight: 600;
    margin: 0;
    text-align: center;
    margin-top: 20px;
}

.cta-medium-text {
    color: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2.5vw, 26px);
    text-align: center;
    width: 50%;
}

.final-btn {
    margin-top: 20px;
    justify-content: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.final-request {
    padding: 10px 16px;
    background-color: white;
    border-radius: 20px;
    text-decoration: none;
    color: #1A1D2D;
    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;
    display: flex;
    justify-content: center;
    align-self: center;
    border: 1px solid white;
    padding: 10px 16px;
    border-radius: 20px;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.8vw, 22px);
    font-weight: 600;
}

.small-text4 {
    color: #9CA3AF;
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;

}


.bolt img {
    width: 30px;
    height: 30px;
}

.bolt-text {
    background-color: #4C557F;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 2vw, 16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

.pill-con {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pill-con2 {
    display: flex;
    gap: 15px;
    justify-content: center;

    flex-wrap: wrap;
}

.quiz-section {
    background-color: #f5f5f5;
    padding-bottom:60px;

}

.quiz-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;

}

.question {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 60%;
    background-color: white;
    border-radius: 12px;
    margin-top: 40px;
    border: 2px solid #324dd4;


}

.number-flex {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 20px;
}

.number {
    background-color: #324DD4;
    height: 60px;
    width: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    flex-shrink: 0;


}

.col-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.question-text {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #1A1D2D;
    font-weight: 600;



}

.inside-question {
    width: 90%;
    padding-bottom: 20px;


}

.grey-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #4d5168;
    font-weight: 500;
}

.options {
    margin-top: 10px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    

}

.option {
    background-color: white;
    border: 2px solid #1D1F241A;
    border-radius: 6px;
    padding: 10px;
    align-items: flex-start;
    display: flex;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color:#1A1D2D;


}

.option:hover {
    background-color: #324dd4;
    color: white;
}

.info{
    background-color: white;


}
.info-flex{
    display: flex;
    gap: 10px;
    

}
.blue-info{
    width: 60px;
    height:60px;
    background-color: #324dd4;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;


}

.white-img {
    width: 30px;
    height: 30px;
       
}

.title2{
    font-family: "Inter", sans-serif;
    font-size: 24px;
    color: #1A1D2D;
    font-weight: 600;

}
.check{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #324dd4;
    font-weight: 600;
}

.info-text{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #1A1D2D;
    font-weight: 500;   
    margin-top:15px;
}


.info-con{
    background-color: #E9EAF1;
    width:75%;
    display: flex;
    margin: 0 auto;
    border-radius: 12px;
    margin-top:50px;
    padding-bottom:25px;
    border:1px solid #1D1F241A;

}

.info-flex{
    width:90%;
    display: flex;
    justify-content: flex-start;
    margin:0 auto;
    margin-top: 25px;
    margin-bottom:25px;
}
.img{
    width: 30px;
    height: 30px;
}
.inside-con{
    width:100%;

}
.bottom{
    width:100%;
    background-color: white;
    border: 1px solid #1D1F241A;
    border-radius: 12px;
    display: flex;
    padding: 12px;
    gap: 15px;
    align-items: center;
    
}
.shield-txt{
    font-family: "Inter", sans-serif;   
    font-size: 14px;
    color: #1A1D2D;
    font-weight: 600;


}

hr {
    border: none;
    height: 1px;
    background-color: #E5E7EB;
    margin: 50px 0;
}
/* ============================================================
   TRADE TIME — QUIZ SYSTEM CSS
   ============================================================ */

/* TOP BAR */
.quiz-top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top:10px;
}

.quiz-nav-arrows {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.nav-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #324dd4;
    background-color: white;
    color: #324dd4;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
    line-height: 1;
    padding: 0;
}

.nav-arrow:hover {
    background-color: #324dd4;
    color: white;
}

/* PROGRESS BAR */
.progress-bar-wrap {
    width: 100%;
    height: 6px;
    background-color: #E5E7EB;
    border-radius: 999px;
    margin-bottom: 25px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #324dd4;
    border-radius: 999px;
    transition: width 0.3s ease;
}

/* QUESTION IMAGE */
.question-image {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #E5E7EB;
}

/* DRAG AND DROP */
.drag-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.drag-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    background-color: white;
    cursor: grab;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #334155;
    transition: border-color 0.15s, box-shadow 0.15s;
    user-select: none;
}

.drag-item:hover {
    border-color: #324dd4;
}

.drag-item.dragging {
    opacity: 0.5;
    cursor: grabbing;
}

.drag-item.drag-over {
    border-color: #324dd4;
    box-shadow: 0 0 0 2px rgba(50, 77, 212, 0.15);
}

.drag-handle {
    color: #9CA3AF;
    font-size: 18px;
    cursor: grab;
}

/* ONBOARDING MODAL */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 12px;
    padding: 40px;
    width: 90%;
    max-width: 460px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}

.modal-title {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1A1D2D;
    margin: 0;
}

.modal-sub {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #4A5568;
    margin: 0;
}

.modal-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.modal-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1A1D2D;
}

.modal-error {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #EF4444;
    margin: 0;
}

.modal-input {


    background-color: white;
    border: 2px solid #1D1F241A;
    border-radius: 6px;
    padding: 8px;
    align-items: flex-start;
    display: flex;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;




}

.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;
}

.start-btn-black2 {
    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;

}


/* SELECTED OPTION STATE */
.option.selected {
    background-color: #EEF2FF;
    border-color: #324dd4;
    color: #324dd4;
}

@media (max-width: 900px) {
    .question {
        width: 80%;
    }
     .info-con {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .question {
        width: 95%;
        margin-top: 20px;
    }

    .number {
        height: 45px;
        width: 45px;
        font-size: 22px;
        flex-shrink: 0;
    }

    .question-text {
        font-size: 16px;
    }

    .option {
        font-size: 15px;
    }

    .number-flex {
        gap: 10px;
    }
    .info-con {
        width: 95%;
        margin-top: 30px;
    }

    .info-flex {
        flex-direction: column;
    }

    .title2 {
        font-size: 20px;
    }

    .info-text {
        font-size: 16px;
    }

    .bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}