.solution-hero {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  padding: 80px 0 100px 0;
  color: #ffffff;
  min-height: 260px;
}

.custom-breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}
.custom-breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb-item a {
  color: #f9f9f9;
  text-decoration: none;
  font-weight: 400;
  line-height: 100%;
  gap: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #f9f9f9;
  content: "/";
  padding-right: 6px;
}

.solution-title {
  font-size: 50px;
  color: #f9f9f9;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: 0%;
  line-height: 100%;
}
.solution-desc {
  font-size: 16px;
  line-height: 1.6;
  max-width: 900px;
  font-weight: 400;
  color: #f9f9f9;
}

.service-solutions-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.service-solutions-title {
  font-size: 40px;
  width: 100%;
  text-align: center;
  padding-right: 10px;
  font-weight: 700;
  color: #062d1a;
  font-family: "Figtree", sans-serif;
  font-style: bold;
  margin-bottom: 24px;
  line-height: 51px;
  letter-spacing: 0%;
}

.service-solutions-desc {
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  color: #767676;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.service-solutions-desc span {
  display: block;
  text-align: center;
}

.overview-card {
  width: 300px;
  height: 309px;
  overflow: hidden;
  background-color: #ddfbea;
  opacity: 1;
  flex-shrink: 0;
}

.card-text {
  padding: 30px 26px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-image {
  width: 300px;
  height: 309px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00000066;
}
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-heading {
  font-size: 16px !important;
  font-weight: 700;
  font-style: bold;
  color: #000000;
  line-height: 100%;
  max-width: 191px;
  width: 100%;
  margin-bottom: 40px;
}

.card-desc {
  font-size: 14px !important;
  color: #515151;
  line-height: 1.5;
  font-weight: 500;
}

.card-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.about-company-section {
   background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
}

.about-content {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  padding: 60px 60px 60px 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  line-height: 51px;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.about-desc {
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-bottom: 0;
}

.about-img-wrap {
  width: 100%;
  height: 100%;
  min-height: 380px;
  overflow: hidden;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mission-vision {
  background-color: #f5f5f5;
  padding: 100px 0; 
  overflow: hidden;
}

.building-image {
  width: 100%;
  height: 520px; 
  overflow: hidden;
}

.building-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-cards {
  display: flex;
  flex-direction: column;
 
  margin-left: -150px;
  position: relative;
  z-index: 5;
}

.info-card {
  padding: 60px; 
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-card {
 background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  margin-bottom: 0; 
}

.vision-card {
  background-color: #ddfbea;
  
  margin-left: 0;
}

.mission-card .card-02-heading {
  color: #ffffff;
  
}
.mission-card .card-desc {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 1.6;
}

.vision-card .card-02-heading {
  color: #282828;
 
}
.vision-card .card-desc {
  color: #444444;
  font-size: 15px;
  line-height: 1.6;
}

.card-02-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.card-desc {
  font-size: 14px;
  font-weight: 500;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
