

.whyus-section {
  position: relative;
  background-color: var(--lightHelper);
}

/* .whyus-section::after {
  content: "";
  background-image: url("../img/logo.png");
  background-size: 300px;
  opacity: .09;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
} */

.whyus-section svg {
  position: absolute;
  right: 0;
  left: 0;
  height: 20px;
  width: 100%;
}

.whyus-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 18px;
  position: relative;
  z-index: 22;
}

.whyus-section-title {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--white);
  position: relative;
  text-align: center;
}

.whyus-section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 25px;
  bottom: -10%;
  left: 0;background-color: var(--white);
}



.whyus-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.whyus-image {
  flex: 1;
  z-index: 2;
}

.whyus-image img {
  width: 100%;
}

.whyus-features {
  flex: 1;
}
.service-portfolio {
  background-color: #000000;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}



.service-portfolio .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;

}
.service-portfolio .row-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 25px;
  font-size: 20px;

}

.service-portfolio .row .col {
  width: 30%;
}
.portfolio__service-list .row{
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.portfolio__service-list .row .col{
width: 48%;
}


.portfolio__service-item {
  padding: 10px 40px;
  border: 1.3px solid var(--white);
  border-radius: 21px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  margin-bottom: 25px;
  height: 90%;
  display: block;
  color: var(--white);
  text-align: start;
}
.portfolio__service-item ul li{
 margin-bottom: 2px;
}

.portfolio__service-item::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 76px;
  right: -2px;
  top: calc(50% - 38px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px 0px 0px 15px;
  background-color: var(--white);
  z-index: 0;

}

.portfolio__service-item:hover::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  right: -1px;
  top: 0;
  border-radius: 15px;
}
.portfolio__service-item__en::after {
  border-radius: 0px 15px 15px 0px;

  left: -2px !important;
 

}

.portfolio__service-item__en:hover::after {

  left: -1px !important;
 
}



.portfolio__service-item .ps-title ,.portfolio__service-item p,
.portfolio__service-item .read-more-div{
  position: relative;
  z-index: 1;
}
.portfolio__service-item .ps-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 2px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-bottom: 1px solid ;
}


.portfolio__service-item .read-more-div {
  padding-top: 10px;
  font-size: 20px;
  color: #afafaf;
  font-weight: bold;
}

.portfolio__service-item {
  filter: initial;
}

.portfolio__service-item:hover .ps-title,
.portfolio__service-item:hover p,
.portfolio__service-item:hover ul{
  color: var(--lightHelper);
  position: relative;
  z-index: 2;

}

/* تابلت */
@media (max-width: 1024px) {
  .service-portfolio .row .col {
      width: 48%;
  }

}

/* لابتوب وديسكتوب */
@media (max-width: 667px) {
  .service-portfolio .row .col {
      width: 100%;
  }
  .portfolio__service-list .row {
    gap: 5px;
    }
  .portfolio__service-list .row .col{
    width: 100%;
    }
    
}

.whyus-features a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  padding: 8px;
  border-radius: 20px;
  background-image: linear-gradient(90deg, var(--lightHelper) 0%, var(--lightHelper) 100%);
}

/* .whyus-features a:hover {

} */

.hero-kpis {
  margin-top: 20px;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.kpi {
  background-color: var(--white);
  padding: 14px 18px;
  border-radius: 20px;
  box-shadow: var(--transparentColor);
  text-align: center;
  width: 300px;
  transition: all 0.5s;
  color: var(--lightHelper);
  font-size: 25px;
  font-weight: 700;
}

.kpi .num {
  display: block;
  color: var(--helperColor);
}

/* Responsive */
@media (max-width: 900px) {
  

.whyus-section {
 margin-top: 70px;
}

  .whyus-content {
    flex-direction: column;
    text-align: center;
  }

  .feature {
    text-align: right;
  }

  .kpi {
    width: 100%;
  }
}
