

.whyus2-section {
    position: relative;
    background-color: var(--white);
  }
  
  /* .whyus2-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;
  } */
  
  .whyus2-section svg {
    position: absolute;
    right: 0;
    left: 0;
    height: 20px;
    width: 100%;
  }
  
  .whyus2-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 18px 10px 18px;
    position: relative;
    z-index: 22;
  }
  
  .whyus2-section-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--lightHelper);
    position: relative;
    text-align: center;
  }
  
  .whyus2-section-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 25px;
    bottom: -10%;
    left: 0;background-color: var(--lightHelper);
  }
  
  
  
  .whyus2-content {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  
  .whyus2-image {
    flex: 1;
    z-index: 2;
  }
  
  .whyus2-image img {
    width: 100%;
  }
  
  .whyus2-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(--lightHelper);
    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(--lightHelper);
    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(--lightHelper);
    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(--white);
    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%;
      }
      
  }
  
  .whyus2-features a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--lightHelper);
    padding: 8px;
    border-radius: 20px;
    background-image: linear-gradient(90deg, var(--white) 0%, var(--white) 100%);
  }
  
  /* .whyus2-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(--lightHelper);
    padding: 14px 18px;
    border-radius: 20px;
    box-shadow: var(--transparentColor);
    text-align: center;
    min-width: 150px;
    transition: all 0.5s;
    color: var(--white);
    font-size: 25px;
    font-weight: 700;
  }
  
  .kpi .num {
    display: block;
    color: var(--helperColor);
  }
  
  /* Responsive */
  @media (max-width: 900px) {
    
  
  .whyus2-section {
   margin-top: 0px;
  }
  
    .whyus2-content {
      flex-direction: column;
      text-align: center;
    }
  
    .feature {
      text-align: right;
    }
  
    .kpi {
      width: 100%;
    }
  }
  