.hero-container {
  position: relative;
  font-family: roboto;
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../assets/images/about-us/hero.webp") center center / cover
    no-repeat;
  height: 90vh;
}

.hero-container .hero-content {
  width: 100%;
}

.hero-container .hero-content .cont-1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-container .hero-content .cont-1 .cont-head {
  font-weight: 700;
  color: white;
  margin-top: 40px;
  margin-bottom: 24px;
  width: 60%;
  font-size: 56px;
  line-height: 70px;
}

.hero-container .hero-content .cont-1 .cont-desc {
  width: 60%;
  font-weight: 400;
  font-size: 20px;
  color: white;
  line-height: 35px;
}

@media (max-width: 768px) {
  .hero-container {
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: url("../assets/images/about-us/hero-mobile.webp") center center /
      cover no-repeat;
      height: 55vh;
  }

  .hero-container .hero-content .cont-1 {
    width: 100%;
  }

  .hero-container .hero-content .cont-1 .cont-head {
    width: 100%;
    font-size: 28px;
    line-height: 35px;
  }

  .hero-container .hero-content .cont-1 .cont-desc {
    font-size: 18px;
    width: 100%;
  }
}

.mission-grid {
  padding: 40px;
  font-family: roboto;
  gap: 0;
}

.green-card {
  transition: ease 0.3s;
  padding: 16px;
}

.green-card:hover {
  background-color: #4caf4f;
}

.green-card:hover .green-card-title,
.green-card:hover .green-card-desc p {
  color: white;
}

.green-card .green-card-title {
  font-weight: 600;
  font-size: 28px;
  color: #4caf4f;
  padding-top: 8px;
  padding-bottom: 8px;
}

.green-card .green-card-desc p {
  font-weight: 400;
  font-size: 20px;
  color: black;
  text-align: justify;
  line-height: 35px;
}

.green-card:hover .green-card-icon {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .mission-grid {
    padding: 10px;
    gap: 10px;
  }

  .green-card .green-card-desc p {
    font-size: 16px;
    text-align: left;
  }
}

.speciall {
  background-color: #4a555c;
}

.speciall:hover {
  background-color: #4caf4f;
  color: white;
}

.cv {
  transition: ease 0.3s;
}

.cv:hover {
  transform: scale(1.03);
}

.solution {
  border-bottom: 10px solid white;
  transition: ease 0.3s;
}

.solution:hover {
  border-bottom: 10px #4caf4f solid;
}

.green-tilt {
  transition: ease 0.3s;
}

.solution:hover .green-tilt {
  transform: rotate(40deg);
}

.projects-container {
  overflow: hidden;
  position: relative;
}

.projects-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 12px;
}

.projects-track > div {
  flex: 0 0 24% !important;
  width: 24% !important;
  min-width: 24% !important;
}

@media (max-width: 768px){
.projects-container{
  width: 100%;
}

 .projects-track > div {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
} 
}

.projects-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0 40px;
}

.projects-arrows {
  display: flex;
  gap: 10px;
}

.projects-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.projects-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.projects-navigation .projects-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
}

.projects-dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: #000000;
  cursor: pointer;
  position: relative;
  border: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.projects-dot.active {
  /* thin green ring with white gap */
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px black;
}

.projects-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-container {
  font-family: roboto;
  width: 100%;
  margin-top: 40px;
  display: flex;
  background-color: #f5f5f5;
}

.form-container .block-1 {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.form-container .block-1 .block-1-1 {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #4caf4f;
  width: fit-content;
  color: #1d1d1d;
  padding: 12px 36px;
}

.form-container .block-1 .block-1-2 {
  font-size: 38px;
  font-weight: 600;
  margin: 30px 0px;
  line-height: 35px;
}

.form-container .block-1 .block-1-3 {
  margin-bottom: 48px;
}

.form-container .block-1 .block-1-3 .block-cont-1 {
  display: flex;
  width: 45%;
}

.form-container .block-1 .block-1-3 .block-cont-2 {
  display: flex;
  width: 45%;
}

.form-container .block-1 .block-1-3 .block-cont-1 .block-span-1 {
  margin-right: 20px;
  margin-bottom: 16px;
}

.form-container .block-1 .block-1-3 .block-cont-1 .block-span-2 {
  font-weight: 400;
  font-size: 18px;
}

.form-container .block-1 .block-1-3 .block-cont-2 .block-span-1 {
  margin-right: 20px;
}

.form-container .block-1 .block-1-3 .block-cont-2 .block-span-2 {
  font-weight: 400;
  font-size: 18px;
}

.form-container .block-1 .block-1-4 img {
  border-radius: 9px;
  width: 100%;
}

.form-container .block-2 {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
}

.form-container .block-2 .block-input {
  margin-bottom: 16px;
  width: 100%;
  padding: 12px 8px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.block-input input::placeholder {
  color: black;
}

.form-container .block-2 .block-input input {
  width: 100%;
  outline: none;
}

.form-container .block-2 .block-textarea textarea {
  height: 30vh;
  outline: none;
  margin-bottom: 16px;
  width: 100%;
  padding: 12px 8px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.form-container .block-2 .block-textarea textarea::placeholder {
  color: black;
}

.form-container .block-2 .block-terms {
  margin-bottom: 32px;
  font-size: 16px;
}

.form-container .block-2 .block-submit {
  display: flex;
  font-weight: 500;
  font-size: 20px;
  border-radius: 6px;
  width: fit-content;
  color: white;
  padding: 12px 36px;
  background-color: #4caf4f;
}

@media (max-width: 768px) {
  .form-container {
    flex-direction: column;
  }

  .form-container .block-1 {
    width: 100%;
  }

  .form-container .block-2 {
    width: 100%;
  }

  .form-container .block-1 .block-1-1 {
    font-size: 14px;
  }

  .form-container .block-1 .block-1-2 {
    font-size: 28px;
    font-weight: normal;
  }

  .form-container .block-1 .block-1-3 {
    width: 100%;
  }

  .form-container .block-1 .block-1-3 .block-cont-1 {
    width: 100%;
  }

  .form-container .block-1 .block-1-3 .block-cont-2 {
    width: 100%;
  }

  .form-container .block-1 .block-1-3 .block-cont-1 .block-span-2 {
    font-size: 16px;
  }

  .form-container .block-1 .block-1-3 .block-cont-2 .block-span-2 {
    font-size: 16px;
  }

  .form-container .block-2 .block-submit {
    display: flex;
    justify-content: center;
    font-size: 16px;
    width: 100%;
  }
}

.build-subheading {
  font-weight: 500;
  font-size: 18px;
  color: #41ae5d;
}

.build-heading {
  font-weight: 700;
  font-size: 38px;
  width: 33.333333%;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 35px;
}

.build-desc {
  width: 50%;
  padding-right: 16px;
  font-weight: 400;
  font-size: 20px;
  color: #222225;
}

@media (max-width: 768px) {
  .build-subheading {
    font-weight: 400;
    font-size: 14px;
  }

  .build-heading {
    font-size: 28px;
    width: 100%;
  }

  .build-desc {
    width: 100%;
    font-size: 16px;
    padding-right: 0px;
  }
}

.happen-title {
  font-weight: 700;
  font-size: 38px;
}

.happen-desc {
  font-weight: 400;
  font-size: 20px;
  color: #7d7d7d;
}

.happen-button {
  font-size: 16px;
}

@media (max-width: 768px) {
  .happen-title {
    font-size: 28px;
  }

  .happen-desc {
    font-size: 16px;
  }
}

.partner-heading {
  font-size: 38px;
}

.partner-desc {
  font-size: 20px;
}

.quality-1 {
  font-size: 42px;
}

.quality-2 {
  font-size: 28px;
}

.quality-3 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .partner-desc {
    font-size: 16px;
  }

  .partner-heading {
    font-size: 28px;
  }

  .quality-1 {
    font-size: 30px;
  }

  .quality-2 {
    font-size: 24px;
  }

  .quality-3 {
    font-size: 16px;
  }
}

.value-heading {
  font-size: 38px;
}

@media (max-width: 768px) {
  .value-heading {
    font-size: 28px;
  }
}

.cv-1{
  font-size: 28px;
}

.cv-2{
  font-size: 20px;
}

@media (max-width: 768px) {
  .cv-1{
  font-size: 24px;
}

.cv-2{
  font-size: 16px;
}
}


.service-1 {
  font-size: 24px;
}

.service-2 {
  font-size: 38px;
}

.service-3 {
  font-size: 20px;
}

.solution-heading {
  font-size: 24px;
}

.solution-desc {
  font-size: 20px;
}

.service-heading {
  font-size: 22px;
}

.service-desc {
  font-size: 18px;
}

.green-bar {
  width: 10%;
}

.desktop-width {
  width: 90%;
}

.steps-title {
  font-size: 18px;
}

.consulting-height {
  height: 70vh;
}

.service-width {
    width: 23%;
  }

@media (max-width: 768px) {
  .service-1 {
    font-size: 16px;
  }

  .service-2 {
    font-size: 28px;
  }

  .service-3 {
    font-size: 16px;
  }

  .service-heading {
    font-size: 20px;
  }

  .service-desc {
    font-size: 16px;
  }

  .solution-heading {
    font-size: 20px;
  }

  .solution-desc {
    font-size: 18px;
  }

  .green-bar {
    width: 25%;
  }

  .desktop-width {
    width: 100%;
  }

  .steps-title {
    font-size: 14px;
  }

  .service-height {
    height: 20vh;
  }

  .service-width {
    width: 48%;
  }

  .consulting-height {
    height: fit-content;
  }
}
