

.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: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 1.8;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-solutions-desc span {
  display: block;
  text-align: center;
}

.desc-line-1 {
  max-width: 680px;
}

.desc-line-2 {
  min-width: 900px;
}

.desc-line-3 {
  min-width: 900px;
}

.badge-eaas {
    display: inline-flex;
    align-items: center;
    padding: 5px 20px 5px 20px; 
    border: 1px solid #e9ecef;
    border-radius: 50px;
    font-weight: 400;
    font-style: bold;
    background-color: #fff;
    font-size: 18px;
    box-shadow: 0px 3px 5px #00000014; 
    color: #333;
}

.section-title {
    background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 24px;
    font-weight: 700;
}

.section-subtitle {
    color: #646464;
    font-size: 20px;
    font-weight: 600;
   margin-top: 20px;
   margin-bottom: 20px;
}
.section-text{
  font-weight: 400;
  font-size: 16px;
  color: #646464;
  max-width: 590px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0%;
  margin-bottom: 2rem;
}

.btn-connect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
   background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: #F9F9F9 !important;
  padding: 15px 35px;        
  border-radius: 31px;       
  gap: 12px;                
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: 237px;              
  height: 52px;             
}

.arrow-bg {
    
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.btn-connect:hover {
    background-color: #145a35;
    
}

.custom-border-box {
    position: relative;
    border: 1px solid;
    border-image-source: linear-gradient(270deg, #CCCCCC 50%, #F9F9F9 100%);
    border-image-slice: 1;
    background-color: transparent;
}


.custom-border-box::before,
.custom-border-box::after,
.custom-border-box .row::before,
.custom-border-box .row::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: 1px solid #0BB259;
    border-radius: 50%;
    z-index: 5;
}


.custom-border-box::before {
    top: -6px;
    left: 12%;
}


.custom-border-box::after {
    top: -6px;
    right: 5%;
}


.custom-border-box .row::before {
    bottom: -6px;
    left: 30%;
}


.custom-border-box .row::after {
    bottom: -6px;
    right: 15%;
}


.custom-border-box .row {
    position: static;
}