/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2026 | 16:09:50 */
.gradientbrand {
    color: #ea4e3e
;
}

.elementor-icon-box-title {
    margin-top: 0;
}

.line::before {
    position: absolute;
    content:'';
    width: 4px;
    height: calc(100% - 20px) ;
    border-radius: 50px;
    background: #fc3d39;
    top:50%;
    left: 10px;
    transform: translateY(-50%)
    ;
}

.blank {
    display: flex;
}
.blanks {
    height: 12px;
    border-radius: 24px;
    width: 40%;
    
    background: #E7E7E7;
}

.blank-1 {
    width: 70%;
    margin-right: 5px;
}

.elementor-icon-box-wrapper {
    align-items: center !important;
}
.blankss .elementor-icon-box-wrapper p {
    display: none !important;
}

.deensimc-marquee-image  {
    filter: brightness(0) saturate(100%) invert(84%) sepia(1%) saturate(1655%) hue-rotate(344deg) brightness(88%) contrast(94%);
}

.gradient{
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#5e36ef, #ff5227);
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient2 {
    -webkit-text-fill-color: transparent;
  
    -webkit-background-clip: text;
    background-clip: text;
        background-image: linear-gradient(52deg, #5e36ef, #ff5227);
}

.scroll-rotate  img{
    animation: continuous-rotate 60s linear infinite;
}
@keyframes continuous-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


   .side-circle {
      z-index: 3;
      transform: scale(0); /* Default scale 0 */
      transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
      opacity: 0 ;
    }
    

    .top-right {
              transition-delay: 0.1s;
    }

    .bottom-left {
     transition-delay: 0.3s;
    }

   
   .bottom-right {
    transition-delay: 0.5s;
    }
    
    .stats-section.animate .side-circle {
      opacity: 1;
      transform: scale(1);
    }
    
 