.feature-two__button-wrapper {
    text-align: center;
    margin-top: 20px;
}

.more-services-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color:#26b3fb;    
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}


.more-services-btn:hover {
    background: linear-gradient(135deg, #26b3fb,#26b3fb);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}



/* ============================quick contact================== */
.quick_whtsp{
    font-size: 20px;
      width: 50px;
      height: 50px;
      display: flex;
      padding: 10px;
      align-items: center;
      justify-content: center;
      color: white;
      border: 2px solid;
      border-radius: 5px;
      position: fixed;
      right: 10px;
      bottom: 25%;
      z-index: 999;
      background: linear-gradient(15deg, #15774a, #26a76b);
  }
  .quick_call{
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    border: 2px solid;
    border-radius: 5px;
    position: fixed;
    right: 10px;
    bottom: 15%;
    z-index: 999;
    background: linear-gradient(15deg, #155573, #3389b1);
  }
  /* ================quick contact========================= */