
  body {
  font-family: 'Montserrat', sans-serif;
   margin: 0;
  padding: 0;
}
html{
  scroll-behavior: smooth;
}

.background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.landing_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
  height: 80vh;
}
.header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  border-bottom: rgb(223, 223, 223);
  box-shadow: 0px 0px 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 11;
}
.logo-div{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.head_logo{
  width: 150px;
}
.links-div{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  font-size: 15px;
  margin-left: -100px;
}
.apply_free{
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  height: 50px;
  font-weight: bolder;
  width: 200px;
  color: white;
  text-decoration: none;
  background-color: #013EAF;
  border: none;
}
.widget_one{
  width: 200px;
  margin-bottom: -40px;
}
.title{
  font-size: 70px;
  color: #013EAF;
  width: 1200px;
  text-align: center;
}
.sub-title{
  color: black;
  font-size: 25px;
  width: 1000px;
  text-align: center;
  margin-top: -40px;
}
.career_tool{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  height: 50px;
  font-weight: bolder;
  text-decoration: none;
  color: white;
  cursor: pointer;
  width: 200px;
  color: white;
  background-color: black;
  border: none;
}
.landing_buttons{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
.test-text{
  color: gray;
}
.testimonials{
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: -720px;
  z-index: -1;
}
.testimonial{
  background-color: white;
  width: 300px;
  height: 150px;
  border-radius: 20px 20px 0px 0px;
  border: 3px solid black;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.test-text{
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}
.emoji{
  position: absolute;
  width: 50px;
  margin-top: -150px;
}
.about-us{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding-top: 250px
}
.widget_two{
  width: 700px;
}
.helping_south_africans{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: -150px;
 
}
.helping_sa{
  font-size: 60px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.text_details{
  font-size: 20px;
  width: 90%;
}
.staff-section{
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
.staff_title{
  font-size: 60px;
}
.staff_slogan{
  font-size: 25px;
  margin-top: -30px;
}
.staff_profiles{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  column-gap: 30px;
  margin-top: -100px;
}
.staff_profile_pic{
  width: 250px;
  object-fit: cover;
  height: 250px;
  object-position: center top; 
  border: 3px solid black;
/* Adjust this to move the image down */
}
.staff_profile_pic_e{
  width: 250px;
  object-fit: cover;
  height: 250px;
  border: 3px solid black;
}
.staff_position{
  margin-top: -20px;
  color: gray;
  font-size: 15px;
  text-align: center;
}
.the_process {
  margin: 0; /* Remove margin to avoid spacing issues */
  padding: 0; /* Optional: adjust as needed */
  background-color: black;
  width: 100vw; /* Full viewport width */
  height: 100vh; /* Full viewport height */
  overflow: hidden; /* Optional: prevents scrollbars if content overflows */
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.process_title{
  font-size: 60px;
  margin-bottom: -10px;
}
.process_slogan{
  font-size: 20px;
  width: 800px;
  text-align: center;

}
.three_steps{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  column-gap: 40px;
  padding-top: 30px;
}
.steps{
  background-color: white;
  color: black;
  width: 350px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.img_icon{
  width: 100px;
}
.step_info_title{
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.step_info{
  text-align: center;
  font-size: 15px;
  width: 80%;
  color: gray;
}
.blogs{
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog_main_title{
  font-size: 60px;
  margin-bottom: -10px;
}
.blog_sub_title{
  font-size: 20px;
  color: gray;
}
.blog-list{
   display: flex;
  flex-wrap: wrap;
  gap: 30px; /* spacing between boxes */
  justify-content: center;
  height: 400px;
  width: 80%;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.box {
  flex: 1 1 calc(15% - 20px); /* 4 boxes per row minus gap */
  min-width: 250px;
  height: 300px;
  color: white;
  display: flex;
  padding-top: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  font-size: 1.2rem;
  border-radius: 8px;
  color: black;
  text-decoration: none;
}
.link{
  text-decoration: none;
  color: white;
}
.blog_title_image{
  width: 100%;
  height: 60%;
  object-fit: cover;;
  border-radius: 8px 8px 0px 0px;
}
.blog_title_show{
font-size: 20px;
text-align: left;
width: 100%;
}
.staff{
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
.summary{
  font-size: 14px;
  margin-top: -15px;
  color: gray;
}
.date_written{
  color: gray;
  font-size: 12px;
  width: 100%;
  margin-bottom: -10px;
}
.footer{
  background-color: black;
  width: 100%;
  margin-top: 20px;
  bottom: 0;
  margin-top: 30px;
  height: 200px;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-evenly;
  color: white;
}
.footer_logo{
  width: 250px;
  padding-left: 20px;
}
.contact-us{
  padding-right: 20px;
}
.apply_footer{
  background-color: white;
  color: black;
  height: 50px;
  width: 150px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  cursor: pointer;
}
.header_link{
  cursor: pointer;
  text-decoration: none;
  color: black;
}
.blog_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
}
.blog_area{
  display: flex;
  color: black;
  align-items: center;
  flex-direction: column;
  width: 80%;
}
.blog_image{
  width: 80%;
  object-fit: cover;
  height: 350px;
}
.blog_title{
  font-size: 35px;
  font-weight: lighter;
  width: 80%;
}
.blog_date_written{
  color: gray;
  margin-top: -20px;
  width: 80%;
  padding-bottom: 20px;
}
.blog_h2{
  width: 80%;
}
.blog_p{
  width: 80%;
  font-size: 16px;
  margin-top: -10px;
  line-height: 1.8;
  text-align: left;
}
.li{
 text-align: left;
 width: 70%;
line-height: 1.8;

}
@media screen and (max-width: 1200px){
  .testimonials{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
  }
  .widget_two{
    width: 650px;
    margin-top: 90px;
  }
  .background_image{
    object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  .test-text{
    font-size: 13px
  }
  .about-us{
    flex-direction: column;
    width: 900px;
    padding-left: 20px;
  }
  .helping_sa{
    width: 900px;
  }
  .text_details{
    width: 900px;
  }
  .title{
    font-size: 60px;
    width: 1000px;
  }
  .success_image{
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .staff_name{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .staff_profile_pic,.staff_profile_pic_e{
    width: 200px;
  }
  .three_steps{
    column-gap: 10px;
  }
  .img_icon{
    width: 60px;
  }
  .step_info_title{
    font-size: 30px;
  }
  .steps{
    width: 300px;
  }
  .staff_profiles{
    column-gap: 5px;
  }
  .testimonial{
    width: 200px;
  }
  .testimonials{
    width: 900px;
  }
  .staff_position{
    font-size: 13px;
  }
  .links-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    row-gap: 1px;
    width: 500px;
  }
  .landing_container{
    width: 100%;
  }

}
@media screen and (max-width: 700px) {
  .the_process{
    width: 100%;
    height: 900px;
  }
  .testimonials{
    background-color: white;
    height: 150px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;
    padding-top: 20px;
    overflow-x: scroll;
    height: 100px;
    width: 100%;
    z-index: 10;
  }
  .testimonial{
    width: 60%;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 50px;
  }
  .emoji{
    display: none;
  }
  .title{
    width: 100%;
  }
  .sub-title{
    width: 80%;
    font-size: 20px;
  }
  .links-div{
    display: none;
  }
  .widget_two{
    display: none;
  }
  .helping_sa{
    width: 650px;
    font-size: 50px;
  }
  .text_details{
    width: 650px;
    font-size: 18px
  }
  .staff_title{
    font-size: 40px;
  }
  .staff_profiles{
    display: flex;
    flex-direction: column;
  }
  .staff{
    padding-top: 10px
  }
  .staff_slogan{
    padding-bottom: 100px;
  }
  .staff_profile_pic,.staff_profile_pic_e{
    width: 300px;
    height: 300px;
  }
  .process_slogan{
    width: 90%;
    font-size: 18px;
  }
  .step_info_title{
    font-size: 20px;
  }
  .img_icon{
    margin-bottom: 10px;
  }
  .step_info{
    font-size: 13px;
  }
  .three_steps{
    flex-direction: column;
    row-gap: 10px;
  }
  .steps{
    width: 80%;
    height: 200px;
  }
  .footer_logo{
    width: 150px;
  }
  .about-us{
    width: 90%;
  }
  
}
@media screen and (max-width: 600px) {
 .title{
  font-size: 45px;
  width: 80%;
  padding-top: 20px;
  
 }
 .sub-title{
  font-size: 20px;
  padding-top: 15px;
  width: 90%;
 }
 .helping_sa{
  width: 350px;
  font-size: 40px;
 }
 .text_details{
  width: 350px
 }
 .staff_title{
  width: 350px;
  font-size: 30px;
 }
 .staff_slogan{
  width: 350px;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
 }
 .staff_profile_pic,.staff_profile_pic_e{
  width: 250px;
  height: 250px;
 }
 .process_title{
  font-size: 45px;
  width: 350px;
  text-align: center;
 }
 .process_slogan{
  font-size: 15px;
  width: 350px;
 }
 .steps{
  width: 350px;
  height: 250px;
 }
 .the_process{
  height: 1050px;
 }
 .blog_main_title{
  font-size: 35px;
  width: 350px;
  text-align: center;
 }

 .blog_sub_title{
  font-size: 16px;
  width: 350px;
  text-align: center;

 }
 .footer_logo{
  display: none;
 }
 .socials{
  display: none;
 }
 .widget_one{
  padding-top: 50px;
 }
 .landing_buttons{
  flex-direction: column;
  row-gap: 10px;
 }
}
@media screen and (max-width: 400px) {
  .apply_free{
    width: 150px;
  }
  .title{
    font-size: 30px;
    width: 90%;
  }
  .sub-title{
    font-size: 16px;
    padding-top: 20px;
  }
  .career_tool{
    width: 150px;
  }
  .testimonials{
    background-color: white;
    height: 150px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    overflow-x: scroll;
    height: 100px;
    width: 100%;
    z-index: 10;
  }
  .testimonial{
    width: 80%;
    height: 90px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 50px;
  }
  .about_us{
    width: 100%;
  }
  .helping_sa{
    font-size: 35px;
    width: 330px;
  }
  .text_details{
    width: 340px;
    font-size: 16px;
  }
  .header{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .steps{
    width: 330px;
  }
  .process_slogan{
    width: 340px;
  }
  .blog_sub_title{
    width: 340px;
  }
  .blog_image{
    width: 100%;
  }
  .blog_title{
    width: 100%;
  }
  .blog_date_written{
    width: 100%;
  }
  .blog_h2{
    width: 100%;
  }
  .blog_p{
    width: 100%;
  }
  
}

