/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2025 | 20:46:04 */
body{
overflow-x: hidden !important;
}

.brand-c{
    color: var( --e-global-color-primary );
}
.feature-icon-box .elementor-image-box-img{
        background: linear-gradient(#077B7D, #61CE70);
    padding: 15px;
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px #00000021;
}

#btn:hover{
    transform: translateY(-5px)
}

@media(max-width: 768px){



.mobile_sticky {
  position: relative; /* starts as normal in flow */
  bottom: auto;
  left: auto;
  transform: none;
  z-index: 9999;
  transition: all 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.mobile_sticky.sticky {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.mobile_sticky.hide {
  opacity: 0;
  visibility: hidden;
}



}












