/* 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: radial-gradient(
    circle at center,
    #324DD4 0%,
    #1E3A8A 100%
);
    
    
    overflow: hidden; 
    

}

body.fade-in {
    opacity: 1;
}


body {
    margin: 0;
    padding: 0;
}

.bolt {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top:60px;
}

.bolt p {
    background-color: #ffffff;
    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, 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: 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
}

.btn-group {
    justify-content: center;
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 20px
}

.btn-primary {
    background-color: black;
    border-radius: 10px;
    padding: 10px 16px;
    align-self: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.8vw, 22px);
    font-weight: 600;
    display: flex;
    gap: 6px;
    border: 1px solid black;
    

}

.btn-outline {

    border-radius: 10px;
     padding: 10px 16px;
    align-self: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.8vw, 22px);
    font-weight: 600;
    justify-content: center;
    border: 1px solid white;
    display: flex;

}


.divider {
    background-color: #1D1F241A;
    display: flex;
    height: 1px;
    width: 100%;
    margin-top: 80px;

}

.bckground-check-con {
    background-color: #F4F7FE;
    padding-Bottom: 60px
}
.check-list{
    margin-top: 20px;

}

.check-flex {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    align-content: center;
    justify-content: center;
    align-self: center;
    width: 90%;
    
    margin: 0 auto;
    
}

.square-rectangle-cont {
    display: flex;
    flex-direction: column;
    
    align-items: center;
    width: 50%;
}

.square-flex {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 80px;
    width: 100%;
    align-items: stretch;


}

.white-square {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    padding-Bottom: 15px;
    width: auto;
    border-radius: 24px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: 4px solid transparent;
    flex: 1;
    background: linear-gradient(white, white) padding-box,
            linear-gradient(135deg, #324dd4 0%, #324dd4 30%, #1A1D2D 100%, transparent 100%) border-box;

}

.white-square2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    padding-Bottom: 15px;
    width: auto;
    border-radius: 24px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: 4px solid transparent;
    flex: 1;
    background: linear-gradient(white, white) padding-box,
            linear-gradient(315deg, #324dd4 0%, #324dd4 30%, #1A1D2D 100%, transparent 100%) border-box;

}

.white-rect {
    background-color: white;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    border-radius: 24px;
    padding-bottom: 15px;
    width: 100%;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    align-self: auto;
     border-radius: 24px;
    border: 4px solid transparent;
background: linear-gradient(white, white) padding-box,
            linear-gradient(135deg, #324dd4 0%, #1a3a8f 25%, #1a3a8f 50%, #1A1D2D 100%) border-box;
}

.white-square p,
.white-square2 p,
.white-rect p {
    margin: 0 30px;
    margin-top: 15px
}

.icon-flex {
    display: flex;
    flex-direction: column;

}

.text-cont {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 50%
}

.icon-auth {
     background-color: #EAEDFB;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
    margin-top: 25px;
      border: 2px solid #D3D9F5;


}

.icon-id {
     background-color: #EAEDFB;
    width: 50px;
    height: 40px;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
    margin-top: 25px;
    border: 2px solid #D3D9F5;
       
}

.icon-shield {
    
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
    margin-top: 25px;
    border: 2px solid #CBCBCF;
    background-color: #E8E8EA;
}


.small-text2 {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    margin-left: 30px;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.5vw, 20px);
    color: #334155;

}

.small-text22 {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.5vw, 20px);
    color: #334155;


}



.title2 {
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    margin-left: 30px;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.8vw, 26px);
    font-weight: 600;
     color:black;
}

.header1
 {
    margin:0px;
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-weight: 600;
    color:black;


}

.small-text3 {
    margin:0px;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    color: #334155;
    margin-top:20px;

}

.check-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.check-text{
    font-family: "Inter",sans-serif;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 600;
    color:black;

}

.check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #324DD4;
    color: white;
    font-size: clamp(14px, 1.6vw, 26px);
    flex-shrink: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;

}

.skill-check-con {
    background-color: #FFFFFF;
    margin-top: 40px;

}

.left-right-con {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 60px;
}

/* .title3 {
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 600;
    margin: 0;

} */

.left {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: flex-end;
    align-items: flex-end;
    
}

.icon-flex2 {
    background-color: white;
    border-radius: 20px;
    width: 80%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-Bottom: 15px;
    margin-top: 25px;
    border: 2px solid #CCCCCC


}

.icon-flex3 {
    margin-top: 25px;
    background-color: white;
    border-radius: 20px;
    width: 80%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-Bottom: 15px;
    border: 2px solid #CCCCCC

}

.icon-flex2 p,
.icon-flex3 p {
    margin: 0;
    margin-top: 15px
}

/* .small-text4 {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.2vw, 14px);
    color: #33553d;
    margin: 0;

} */

.header2 {
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-weight: 600;
    width: 80%;


}

.small-text5 {
    width: 80%;
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    color: #334155;
    margin: 0;


}

/* .small-text6 {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.2vw, 14px);
    color: #334155;
    margin: 0;

} */

.icon-briefcase {
    background-color: #324dd4;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
    margin-top: 15px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #F1F5F9;

}

.icon-hammer {
    background-color: #1A1D2D;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
    margin-top: 15px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #F1F5F9;

}

.right {
    display: flex;
    flex-direction: column;
    width: 50%;
    
}

.right-flex {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 5px solid transparent;
    border-radius: 12px;
    padding-bottom: 15px;
    width: 80%;
    background: linear-gradient(white, white) padding-box,
            linear-gradient(to bottom right, #324dd4, #324dd4, #1A1D2D, transparent) border-box;


}

.first-skill {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.divider2 {
    background-color: #1D1F241A;
    display: flex;
    height: 1px;
    width: 100%;
    margin-top: 15px;

}

.divider3 {
    background-color: #1D1F241A;
    display: flex;
    height: 1px;
    width: 100%;
    margin-top: 25px;

}

.right-con {
    margin-right: 30px;
    margin-left: 30px;
}

.header3 {
    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 1.5vw, 26px);
    font-weight: 600;
    margin: 0;
    margin-top: 20px
}

.progress-bar {
    background-color: #324DD4;
    height: 8px;
    border-radius: 12px;
    margin-top: 5px;
}

.first-skill p {
    margin: 0;

}

.first-skill {
    margin-top: 20px
}

.skill {
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.5vw, 18px);
    font-weight: 600;

}

.verified-txt {
    color: #324DD4;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 1.5vw, 18px);
}

.progress-bar-fill {
    background-color: #1A1D2D;
    height: 8px;
    border-radius: 12px;
    margin-top: 5px;
    width: 70%
}

.progress-bar1 {
    background-color: #F3F4F6;
    height: 8px;
    border-radius: 12px;
    margin-top: 5px;
    width: 100%
}

.assessing-txt {
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.5vw, 18px);
    font-weight: 600;
    color: #6B7280;

}

.user-check-blue {
    background-color: #1A1D2D;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 14px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.team {
    flex: 1;
    margin-top: 25px
}

.status {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

}

.passed-txt {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;

}

.passed-status {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.passed-txt {
    margin: 0;
    background-color:#F4F7FE;
    color: #324dd4;
    border: 1px solid #CCD2F2;
    border-radius: 16px;
    padding: 3px 8px 3px 8px;
    align-self: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.3vw, 18px);
    font-weight: 600;
}

.bottom-text {
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1.5vw, 16px);
    font-weight: 600;
    margin: 0;
}

.small-text7 {
    margin: 0;
    margin-top: 5px;
    font-family: "Inter", sans-serif;
    font-size: clamp(10px, 1.1vw, 14px);
    color: #6B7280;
}

.why-flex {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    background-color: #324dd4;
    opacity: .9;
    padding-bottom: 80px;
}

.title-2 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-weight: 600;
    margin-top: 60px;
    text-align: center;
    color:white;

}
.title-4 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
   

}


.small-text8 {
    margin: 0;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    color: white;
    width: 45%;
    text-align: center;
    align-self: center;

}

.upper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

.why-icon-flex {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}

.column-flex p {
    margin: 0;
    margin-top: 15px
}

.column-flex {
    width: 25%;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    align-content: center;
    background-color: white;
    padding-bottom: 25px;
    padding-top: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height:auto;
    background: linear-gradient(white, white) padding-box,
            conic-gradient(from 135deg, #1A1D2D 0deg, #9CA3AF 90deg, #1A1D2D 180deg, #9CA3AF 270deg, #1A1D2D 360deg) border-box;
    border: 4px solid transparent
}

.phonecall {
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 14px;
    align-self: center;
    align-items: center;
    display: block;
    margin: 0 auto;
    justify-content: center;
    border: 2px solid #D3D9F5;
    background-color: #EAEDFB;
}

.msgbub {
    width: 45px;
    height: 45px;
    border: 2px solid #CBCBCF;
    background-color: #E8E8EA;
    padding: 10px;
    border-radius: 14px;
    align-self: center;
    align-items: center;
    display: block;
    margin: 0 auto;
    justify-content: center;
}

.star {
    width: 45px;
    height: 45px;
    border: 2px solid #D3D9F5;
    background-color: #EAEDFB;
    padding: 10px;
    border-radius: 14px;
    align-self: center;
    align-items: center;
    display: block;
    margin: 0 auto;
    justify-content: center;
}

.header {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: 600;

}

.explanation {
    width: 90%;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #334155;
    font-size: clamp(16px, 1.5vw, 20px);
}

.timeline-con {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #F5F5F5;
    padding-bottom:50px;
}

.title-3 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-weight: 600;
    margin-top: 60px;
    text-align: center;

}

.small-text10 {
    margin: 0;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    width: 45%;
    text-align: center;
    align-self: center;

}

.step {
    display: flex;
    flex-direction: row;

}

.number-div {
    display: flex;
    flex-direction: column;

}

.first {
    display: flex;
    flex-direction: row;

}

.number-div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.number {
    margin: 0;
    background-color: #324DD4;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    padding: 6px;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: clamp(20px, 1.8vw, 32px);
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.number-green {
    margin: 0;
    background-color: #1A1D2D;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    padding: 6px;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: clamp(20px, 1.8vw, 32px);
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider4 {
    background-color: #1D1F241A;
    width: 2px;
    flex: 1;
    min-height: 100%;
}

.step {
    display: flex;
    gap: 25px;
    align-items: stretch;
    width: 50%;
}

.steps-con {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 50px;

}

.first {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.actual-step {
    background-color: white;
    border-radius: 12px;
    border: 1px solid #1D1F241A;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-bottom: 25px;
   

}

.actual-step-green {
    background-color: white;
    border-radius: 12px;
    border: 1px solid #1D1F241A;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    border-left: 6px solid #1A1D2D;
}

.inside-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;

}

.title4 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 1.6vw, 26px);
    font-weight: 600;
    margin-top: 20px;

}

.day-pill {
    margin: 0;
    background-color: #f5f5f5;
    padding: 4px 12px;
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 600;
    color: #6B7280;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #1D1F241A
}

.step-text {
    margin: 0;
    margin-top: 10px;
    color: #334155;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.3vw, 20px);
}

.faq {
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    padding-bottom: 60px;

}

.faq-item {
    margin: 0px;
    background-color: white;
    width: 40%;
    border-bottom: 1px solid #E5E7EB;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}


.faq-item .divider5 {
    display: none;
}

.faq-item.open .divider5 {
    display: flex;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
    margin-left: 20px;
    align-content: center;
    padding-bottom:20px;
}

.question {
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 600;
    margin-top: 20px;

}

.faq-answer {
    display: none;
    padding-bottom: 16px;
    color: #334155;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
}
.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-arrow {
    transform: rotate(-135deg);
}

.faq-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #324DD4;
    border-bottom: 2px solid #324dd4;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    align-self: center;
    margin-top: 20px;
    flex-shrink: 0;
}

.divider5 {
    width: 100%;
    height: 1px;
    background-color: #E5E7EB;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.final-cta {
    background-color: #1A1D2D;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-container {
    margin-top: 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;
    border: 1px solid #324dd4;
}

.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 white;
    padding: 10px 16px;
    border-radius: 10px;
}

.small-text9 {
    color: #9CA3AF;
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: 20px;
}

.divider6 {
    width: 100%;
    height: 1px;
    background-color: #E5E7EB;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.icon-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.icon-text-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width:100%
}

@media (max-width: 768px) {
    .check-flex {
        flex-direction: column;
        gap: 30px;
    }

    .icon-text-wrap {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 0px;
    
    }

    .square-rectangle-cont {
        width: 100%;
    }

    .square-flex {
        flex-direction: column;
        margin-top: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .white-square {
        width: 100%;

    }
    .white-square2 {
        width: 100%;

    }

    .white-rect {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .text-cont {
        width: 100%;
        align-items: flex-start;
        
    }

    .small-text3 {
        width: 100%;
        text-align: center;
    }

    .left-right-con {
        flex-direction: column;
        gap: 30px;
    }

    .left {
        width: 100%;
        align-items: center;
    }

    .header2 {
        width: 90%;
        text-align: center;
    }

    .small-text5 {
        width: 90%;
        text-align: center;
    }

    .icon-flex2,
    .icon-flex3 {
        width: 90%;
    }

    .right {
        width: 100%;
        align-items: center;
    }

    .right-flex {
        width: 90%;
    }

    .why-icon-flex {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .column-flex {
        width: 60%;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }

    .small-text8 {
        width: 90%;
    }

    .timeline-con {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .step {
        display: flex;
        flex-direction: row;
    }

    .number-div {
        display: flex;
        flex-direction: column;
    }

    .first {
        display: flex;
        flex-direction: row;
    }

    .number-div {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .number {
        margin: 0;
        background-color: #324DD4;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 20px;
        padding: 6px;
        color: white;
        font-family: "Inter", sans-serif;
        font-size: clamp(12px, 1.1vw, 14px);
        font-weight: 600;
    }

    .number-green {
        margin: 0;
        background-color: #1A1D2D;;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 20px;
        padding: 6px;
        color: white;
        font-family: "Inter", sans-serif;
        font-size: clamp(12px, 1.1vw, 14px);
        font-weight: 600;
    }

    .divider4 {
        background-color: #1D1F241A;
        width: 2px;
        flex: 1;
        min-height: 100%;
    }

    .step {
        display: flex;
        gap: 25px;
        align-items: stretch;
        width: 90%;
    }

    .steps-con {
        position: relative;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .first {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .actual-step {
        background-color: #F4F7FE;
        border-radius: 12px;
        border: 1px solid #1D1F241A;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-bottom: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .actual-step-green {
        background-color: #F4F7FE;
        border-radius: 12px;
        border: 1px solid #1D1F241A;
        display: flex;
        justify-content: center;
        padding-bottom: 15px;
        border-left: 3px solid #1A1D2D;;
        width: 100%;
        box-sizing: border-box;
    }

    .inside-step {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 15px;
    }

    .faq-item {
        width: 90%;
        margin-top: 20px;
    }
}

@media (max-width: 360px) {
    .first {
        flex-direction: column;
        gap: 8px;
    }

    .status {
        flex-direction: column;
        align-items: flex-start;
    }

    .check-flex {
        flex-direction: column;
        gap: 30px;
    }

    .icon-text-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .square-rectangle-cont {
        width: 100%;
    }

    .square-flex {
        flex-direction: column;
        margin-top: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .white-square {
        width: 100%;
    }

    .white-rect {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}
