/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 12 2025 | 19:24:32 */
.blog-box-slider .slick-slide > div {
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
}
.blog-box-slider h3.elementor-image-box-title {
    margin: 10px 0px 13px 0px !important;
}
.cus-accordion .e-n-accordion-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #4EA5FF29;
    backdrop-filter: blur(30px);
}

.event-non{
	pointer-events:none;
}



.move-animate {
  position: relative;
  animation: moveUpDown 3s ease-in-out infinite;
}

@keyframes moveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: 20px; /* You can increase or decrease for more/less movement */
  }
  100% {
    top: 0;
  }
}


