body {
  margin: 0;
}

.home {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  color: #fff;
  font-family: Montserrat;
}
a {
  text-decoration: none;
}

.a {
  text-decoration: none;
  color: #004aad !important;
}
.nav-bar {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 60px;
  color: #004aad;
}
.frame-parent8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 43px;
  font-size: 11px;
  color: #000;
}
.application-status-wrapper {
  border-radius: 8px;
  background-color: #03944e;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  font-size: 14px;
  color: #fff;
}
.frame-parent9 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.vector-icon3 {
  width: 25px;
  position: relative;
  height: 20px;
}
.vector-icon2 {
  width: 24px;
  position: relative;
  height: 24px;
  object-fit: contain;
}
.facebook-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.primetwitter1 {
  border-radius: 6px;
  background-color: #004aad;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
.group-icon2 {
  width: 19px;
  position: relative;
  height: 19px;
  object-fit: cover;
}
.facebook-icon1 {
  width: 25px;
  position: relative;
  height: 25px;
}
.frame-parent7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.lagos-state-staff1 {
  width: 127px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  line-height: 1;
}
.frame-icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.hero-image-container {
    position: relative;
  width: 100%;
  overflow: hidden;
  padding: 85px 60px;
  box-sizing: border-box;
  background-image: url("hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  font-size: 20px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.7);
    z-index: 1; 
}
.description-text-parent {
    position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}

.card-housing-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  font-size: 18px;
  color: #000;
}

.card-housing {
  width: 380px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 0px 40px;
  box-sizing: border-box;
  gap: 28px;
}

.card-housing:hover {
    transform: scale(1.05); /* Slightly increase size */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Add a shadow */
}
.frame-parent2 {
  width: 321px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 19px;
}

.apply-wrapper {
  align-self: stretch;
  border-radius: 8px;
  background-color: #004aad;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 130px;
  font-size: 16px;
  color: #fff;
}

.apply-wrapper:hover {
    opacity: 0.7;
}

.apply {
  position: relative;
}

.frame-parent3 {
  width: 221px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  font-size: 12px;
}

.solarcalendar-bold-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 19px;
}

.deadline-dec-17-container {
  width: 180px;
  position: relative;
  line-height: 150%;
  display: inline-block;
  height: 20px;
  flex-shrink: 0;
}

.solarcalendar-bold-icon {
  width: 22px;
  position: relative;
  height: 22px;
  overflow: hidden;
  flex-shrink: 0;
}

.uiwloading-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.status-open {
  width: 149px;
  position: relative;
  line-height: 150%;
  display: inline-block;
  height: 20px;
  flex-shrink: 0;
}

.uiwloading-icon {
  width: 20px;
  position: relative;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.housing-loan-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}

.card-housing-child {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 240px;
  flex-shrink: 0;
  object-fit: cover;
}



.description-text {
  width: 338px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 23px;
}

.a-platform-where {
  align-self: stretch;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.welcome-to-parent {
  width: 314px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1px;
}

.lagos-state-staff {
  align-self: stretch;
  position: relative;
  font-size: 45px;
  line-height: 100%;
  font-weight: 800;
}

.about-section {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 60px 80px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #000;
}

.frame-group {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 86px;
}

.committed-to-optimal {
  width: 307px;
  position: relative;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}

.streamlinetarget-solid-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.our-mission {
  width: 135px;
  position: relative;
  display: inline-block;
}

.streamlinetarget-solid {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.vector-icon1 {
  width: 37.4px;
  position: relative;
  height: 37.5px;
}

.frame-div {
  width: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.to-be-an {
  align-self: stretch;
  position: relative;
  font-size: 14px;
  line-height: 150%;
}

.flat-color-iconsbinoculars-parent {
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.flat-color-iconsbinoculars {
  width: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.group-icon1 {
  width: 60px;
  position: relative;
  height: 37.5px;
}

.frame-item {
  width: 1px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: 211px;
}

.frame-container {
  width: 208px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.frame-child {
  width: 95px;
  height: 95px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.footer {
  position: relative;
  background-color: #004aad;
  width: 100%;
  overflow: hidden;
}

.copyright-2024 {
  display: inline-block;
  width: 509px;
}

.footer-child {
    padding: 20px 63px;
    /* border-top: 1px solid #fff; */
    box-sizing: border-box;
    width: 100%;
    /* height: 1px; */
    display: flex;
    justify-content: space-between;
    background: #000;
    align-items: center;
}

.frame-parent {
  padding: 44px 54px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vector-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.infolasgfundgovng-infolasg {
  width: 156px;
  position: relative;
  display: inline-block;
}

.infolasgfundgovng {
  margin: 0;
}

.vector-icon {
  width: 55px;
  position: relative;
  height: 55px;
}

.call-us-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.for-car-refurbishment-container {
  width: 310px;
  position: relative;
  display: inline-block;
}

.span {
  font-weight: 600;
  font-family: Montserrat;
}

.carbonlocation-filled-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.physical-address-parent {
  width: 470px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.physical-address {
  align-self: stretch;
  position: relative;
}

.carbonlocation-filled-icon {
  width: 55px;
  position: relative;
  height: 55px;
  overflow: hidden;
  flex-shrink: 0;
}

.facebook-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.primetwitter {
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

.group-icon {
  width: 24px;
  position: relative;
  height: 24px;
  object-fit: cover;
}

.facebook-icon {
  width: 30px;
  position: relative;
  height: 30px;
}

/* Mobile devices (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .nav-bar {
    padding: 10px 20px;
  }
  .frame-parent9 {
    display: none;
  }
  .hero-image-container {
    padding: 40px 20px;
  }
  .description-text-parent {
    flex-direction: column;
    gap: 16px;
  }
  .card-housing-parent {
    flex-direction: column;
    gap: 16px;
  }

  .card-housing {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-section {
    padding: 40px 20px;
  }
  .frame-item {
    width: 211px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: 1px;
  }
  .frame-group {
    flex-direction: column;
    gap: 20px;
  }

  .footer {
    height: auto;
    
  }
  .frame-parent {
    flex-direction: column;
    padding: 20px;
    

    /* justify-content: space-between; */
  }
  .copyright-2024 {
    display: inline-block;
    /*width: 509px;*/
  }

  .footer-child {
        box-sizing: border-box;
        width: 100%;
        height: 1px;
        display: flex;
        justify-content: space-between;
        /*margin-top: 30px;*/
        padding: 50px 20px;
        align-items: center;
        gap: 2px;
        
  }

  .vector-parent {
    
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .infolasgfundgovng-infolasg {
    width: 100%;
    position: relative;
    display: inline-block;
  }

  .infolasgfundgovng {
    margin: 0;
  }

  .vector-icon {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;
  }

  .call-us-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }

  .for-car-refurbishment-container {
    
    position: relative;
    display: inline-block;
  }

  .span {
    font-weight: 600;
    font-family: Montserrat;
  }

  .carbonlocation-filled-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .physical-address-parent {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }

  .physical-address {
    align-self: stretch;
    position: relative;
  }

  .carbonlocation-filled-icon {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;

  }

  .facebook-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .primetwitter {
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3px;
  }

  .group-icon {
    width: 24px;
    position: relative;
    height: 24px;
    object-fit: cover;
  }

  .facebook-icon {
    width: 30px;
    position: relative;
    height: 30px;
  }
}

/* Tablet devices (max-width: 1024px) */
/* @media only screen and (max-width: 1024px) {
  .nav-bar {
    padding: 15px 30px;
  }

  .hero-image-container {
    padding: 50px 30px;
  }

  .card-housing-parent {
    flex-direction: row;
    gap: 20px;
  }

  .card-housing {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .about-section {
    padding: 50px 30px;
  }

  .frame-group {
    flex-direction: row;
    gap: 30px;
  }

  .footer {
    height: auto;
    padding: 30px;
  }

  .footer-child {
    flex-direction: row;
    gap: 20px;
  }
} */
