.about-details .abs-info {
    mask-image: url(images/ab-mask.png);
    padding: 40px 30px;
    border-radius: 30px;
    background-color: var(--light);
    mask-repeat: no-repeat;
    max-width: 285px;
}

.about-details .abs-info h3 {
    margin-bottom: 50px;
}

.about-m2 {
   .ab-stat2 {
      max-width: 190px;
      text-align: center;
      padding: 20px;
      line-height: 1;
      margin-left: 15px;
   }

   img {
      border-radius: 30px;
      clip-path: polygon(67% 0, 100% 31%, 100% 100%, 0 100%, 0 0);
      position: absolute;
      top: 260px;
      right: 0;
   }
}

.about-media {
   margin-right: 30px;

   .display-1 {
      color: var(--white);
      line-height: 1;
      font-weight: 800;
   }

   span.unit {
      font-size: 32px;
   }

   span,
   p {
      color: var(--white);
   }
}

.about-m1 {
   margin-bottom: 35px;

   .ab-stat {
      position: absolute;
      box-shadow: 0 5px 27px 0 rgba(39, 39, 39, .12);
      width: 260px;
      right: 0;
      top: 40px;
      text-align: center;
      padding: 25px 20px 15px;
      @extend .moveYS;
   }


}

.about-content {
   padding-left: 20px;

   @include media-breakpoint-down(lg) {
      padding: 80px 0 0
   }

   .about-feat {
      margin: 30px 0;
      padding-bottom: 30px;

      h4 {
         font-size: 20px;
      }
   }

   .ab-item {
      max-width: 250px;

      @include media-breakpoint-down(sm) {
         margin-bottom: 20px;
      }
   }

   .quick-call {
      @include media-breakpoint-down(sm) {
         margin-top: 20px;
      }
   }
}

.about-sec2 {
   padding-top: 120px;
   position: relative;

   .about-media-box {
      @extend .overly;

      &::before {
         height: 280px;
         width: 10px;
         background-color: var(--dark);
         left: -20px;
         @include position('vertical');
      }

      .about-sm {
         position: absolute;
         right: -5px;
         top: -85px;

         img {
            @include border-radius(50%);
            border: 10px solid var(--white);
         }
      }
   }

   ul.check {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin: 30px 0;

      li {
         flex: 0 0 45%;
      }
   }


   .about-footer {
      padding: 35px;

      @include media-breakpoint-up(xl) {

         margin-left: -168px;
      }

      z-index: 2;
      position: relative;
      border-right: 5px solid var(--primary);

      h5 {
         font-weight: 700;
      }

      p {
         margin: 0;
      }
   }
}

.experien-stat {
   background: var(--primary);
   position: absolute;
   padding: 14px 40px;
   border-radius: 10px 10px 10px 0;
   bottom: 40px;
   left: -29px;
   @extend .h5;

   &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 52px;
      width: 40px;
      height: 34px;
      background: linear-gradient(163deg, #fd5523 0%, #5a0306 100%);
      -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
      clip-path: polygon(100% 0, 0 0, 100% 100%);
   }
}

.about-sec3 {
   @extend .overly;
   @include media-breakpoint-down(md) {
      overflow: hidden;
   }
   &::before {
      background: var(--light);
      @include opacity(.85);
   }

   .about-media3 {
      max-width: 485px;
      @include media-breakpoint-down(lg) {
         margin: 0 auto;
      }
      .ab-sm-ft {
         margin-left: -150px;
         margin-top: -83px;
         @include media-breakpoint-down(sm) {
            margin-left: 0;
         }
         img:first-child {
            z-index: 1;
         }

         img:last-child {
            margin-top: 50px;
         }
      }

      .feat-img {
         text-align: right;
      }

      .ab-stat2 {
         position: absolute;
         @include position('center');
         top: 62%;
         left: 58%;
         z-index: 2;
      }

      .experien-stat {
         bottom: auto;
         left: 10px;
         top: 40px;
      }
   }
   .tab-img,.btn-primary{
      @include media-breakpoint-down(sm) {
        margin-bottom: 20px;
      }
   }
}

.about-content3 {
   padding-left: 60px;

   @include media-breakpoint-down(xl) {
      padding: 50px 0 0;
   }

   .tab-content {
      padding-top: 30px;
   }
}
.recent-work.sec-padding {
   @include media-breakpoint-down(sm) {
     padding: 70px 15px;
   }
}
.about-details {
   .about-thumb{
      img{
         clip-path: polygon(83% 0, 100% 27%, 100% 100%, 0 100%, 0 0);
      }
      h2{
         margin: 50px 0 30px;
         font-size: 45px;
      }
   }
   
      h3{
         margin-bottom: 50px;
       
      }
      .display-1{
         font-size: 64px;
      }
      p{
         margin-bottom: 0;
      }
        @include media-breakpoint-only(lg) {
         padding: 30px 20px;
            h3{
               margin-bottom: 15px;
            }
            .display-1 {
               font-size: 50px;
            }
         }
   }
}
.abs-info-wrap > div:nth-child(2) .abs-info{
   background-color: var(--primary);
   h3,.display-1,p{
      color: var(--white);
   }
}
.abs-info-wrap > div:nth-child(3) .abs-info{
   background-color: var(--dark);
    h3,.display-1{
      color: var(--white);
   }
   p{
      color: rgba(var(--white-rgb), .7);
   }
}


.contact-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*background-color: rgb(55, 167, 157) !important;*/
    background-color: #FE5D37 !important;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
  }

  .contact-bubble:hover {
    background-color: #0056b3;
  }

  .contact-bubble img {
    width: 28px;
    height: 28px;
  }

  @media (max-width: 600px) {
    .contact-bubble {
      width: 48px;
      height: 48px;
    }

    .contact-bubble img {
      width: 24px;
      height: 24px;
    }
  }

  /*contact*/
 .whatsapp-float {   
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 1000;
  background-color: #25d366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 32px;
  height: 32px;
}

