

.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;
  max-width: 850px;
  width: 100%;
  font-weight: 400;
  color: #767676;
  line-height: 100%;
  margin: 0 auto;
}

.service-solutions-desc span {
  display: block;
  text-align: center;
}

.contact-section {
  background-color: #ffffff;
  padding: 80px 0 100px;
}

.contact-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: bold;
  color: #062D1A;
  line-height: 1.3;
  margin-bottom: 14px;
}

.contact-desc {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #767676;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 380px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form-field {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Red Hat Display", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color:  #515151;
  padding: 14px 0;
}

.form-input::placeholder {
  color: #888888;
}

.form-select-input {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23888888' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  
}

.submit-btn {
  margin-top: 28px;
  width: 100%;
  max-width: 670px;
  height: 48px;
   background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: #ffffff;
  border: none;
  border-radius: 25px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.submit-btn:hover {
  background-color: #0e5430;
}

.info-box-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  padding: 40px 20px;
}

.deco-green-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 303px;
  height: 650px;
  background-color: #99cc33;
  z-index: 0;
  opacity: 0.5;
}

.deco-circle {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #a8d5b5;
  background: transparent;
  z-index: 1;
}

.deco-top-left {
  top: 80px;
  left: 30px;
}
.deco-top-right {
  top: 20px;
  right: 60px;
}
.deco-bottom-left {
  bottom: 60px;
  left: 10px;
}
.deco-bottom-right {
  bottom: 20px;
  right: 40px;
}

.info-box {
 background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  padding: 48px 44px;
  width: 100%;
  max-width: 508px;
  height: 550px;
  position: relative;
  z-index: 2;
}

.info-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 28px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #e8f5ee;
  line-height: 1.6;
}

.info-icon {
  flex-shrink: 0;
  margin-top: 2px;

}
.info-anchor{
   color: #e8f5ee;
   text-decoration: none;
}

.social-label {
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #157442;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.social-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

