/* Base styles */
  
.year-experience-section{
    margin-top:80px;
  }

#particles-js {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    background: #333494;
    border-radius: 50%;
    overflow: hidden;
  }

  .year-experience-section{
    padding: 100px;
  }
  
  #particles-js canvas {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .number-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
  }
  
  .number-circle .years-counter {
    font-size: 5rem; /* Increased font size */
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: 0 4px 12px #333494;
    transition: all 0.3s ease;
  }
  
  .number-circle .years-counter.animating {
    animation: numberPulse 0.5s ease infinite alternate;
  }
  
  .number-circle .years-text {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.9;
    letter-spacing: 1px;
  }
  
  .circle-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: pulse 3s infinite ease-in-out;
  }
  
  .circle-animation-delay {
    animation-delay: 1.5s;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  /* Title decoration */
  .title-decoration-lines-left {
    position: relative;
    padding-left: 26px;
    margin-bottom: 1.5rem;
  }
  
  .title-decoration-lines-left::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background:  #333494;
    border-radius: 2px;
  }
  
  .counter-amy {
    text-align: center;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
    padding: 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px #333494;
  }
  
  .counter-amy:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  }
  
  .counter-amy-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333494;
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  
  .counter-amy-title {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
    line-height: 1.4;
  }
  
  /* Button styles */
  .button-pipaluk {
    position: relative;
    overflow: hidden;
    border: none;
    padding: 0.8rem 2rem;
    background: #333494;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-top: 1rem;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 4px 15px #333494;
  }

.section.section-sm.bg-default {
  padding: 35px;
}
  .button-pipaluk:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(51, 52, 148, 0.3);
    color: white;
  }

.year-experience-section .animate-counter {
    display: flex;
}

/* Stretch card to equal height */
.year-experience-section .counter-amy {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  
  
  /* Animations */
  @keyframes pulse {
    0% {
      transform: scale(0.95);
      opacity: 0.7;
    }
    50% {
      transform: scale(1);
      opacity: 0.4;
    }
    100% {
      transform: scale(0.95);
      opacity: 0.7;
    }
  }
  
  @keyframes numberPulse {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  
  .animate-fade-in {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
  }
  
  .animate-slide-up {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.6s ease forwards;
    animation-delay: var(--delay, 0s);
  }
  
  .animate-counter {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
    animation-delay: var(--delay, 0s);
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Responsive styles */
  @media (min-width: 576px) {
    #particles-js {
      width: 360px;
      height: 360px;
    }
    
    .number-circle {
      width: 220px;
      height: 220px;
    }
    
    .number-circle .years-counter {
      font-size: 6rem; /* Larger on bigger screens */
    }
    
    .counter-amy-number {
      font-size: 3rem;
    }
  }





  
  @media (min-width: 768px) {
    #particles-js {
      width: 320px;
      height: 320px;
    }
  }
  
  @media (min-width: 992px) {
    #particles-js {
      width: 360px;
      height: 360px;
    }
    
    .number-circle .years-counter {
      font-size: 7rem; /* Even larger on desktop */
    }
  }


  
/* Gat In Touch Section */
  

.contact-heading-section {
    overflow: hidden;
    padding: 40px 0;
    background: #ffffff; /* Adjust as needed */
}

.contact-heading-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Moving container - much slower speed */
.contact-heading {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: slideRightToLeft 30s linear infinite; /* Increased from 12s to 60s */
    will-change: transform; /* Optimize performance */
    font-size: 90px; /* Adjusted for better readability */
    font-weight:bold;
}

/* Stroke text */
.contact-heading-stroke {
     font-weight: 800;             /* bold */
    color: #000000;               /* ✅ fill color এখানে */
    -webkit-text-stroke: 1.5px #000000;  /* outline */
    letter-spacing: 1px;
    padding: 0 30px;
    display: inline-block;
}

/* Slower animation for readability */
@keyframes slideRightToLeft {
    0% {
        transform: translateX(100vw); /* Start from right edge of viewport */
    }
    100% {
        transform: translateX(-100%); /* Move to left beyond the element width */
    }
}

