.whatsapp_float{
    position:fixed;
    bottom:80px;
    right:20px;
   
}
.feature-icon:hover {
  
    transform: scale(1.1); /* Slightly increase the size */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  /* .single-service:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
   */
   .gradient-text {
    background: linear-gradient(90deg, #0303ff , #04ff3f); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   }
   .btn-custom {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: linear-gradient(135deg,  #0303ff, #04ff3f);
    border: none;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.btn-custom:after {
   
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.btn-custom:hover:after {
    transform: translateY(-50%) translateX(5px);
}
.img-fluid .logo-color {
    max-width: 120%;
    height: auto;
  }
  .img-fluid .logo-white {
    max-width: 120%;
    height: auto;
  }