.hero-text {
  color: #19E270 ; 
}

.hero-size {
  font-size: 3.5rem;
}

.description {
  font-size: 0.8rem;
  color: rgb(255, 255, 255, 0.7)
}

.ruma {
  color: #19E270 !important; 
}

.text-gradient {
  font-weight: bold; /* Optional, adjust text weight */
  background: linear-gradient(to top, #5A5E29, #8BC600, #CFF5A2);

  -webkit-background-clip: text;
  color: transparent;
}

.section-title,
.section-subtitle {
    text-align: center;  /* Centers the text */
    width: 100%;         /* Ensures it spans the full width */
    display: flex;       /* Uses flexbox for centering */
    flex-direction: column;
    align-items: center; /* Centers items horizontally */
    justify-content: center; /* Centers content vertically (if needed) */
}

.section-title h2 {
    font-size: 2rem;
}


.section-top-text p {
    color: #1EB5FF;
    font-size: 1rem;
    margin-bottom: 0px;
}




.section-title h2 {
    margin-bottom: 0px; /* Remove extra space below the title */
}

.section-subtitle p {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.5; /* 20% opacity */
    margin-top: -10px; /* Move the subtitle closer to the title */
}

    .section-title h2 {
      margin-bottom: 1rem;
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: -0.5px;
      color: #ffffff;
    }
    
    .section-subtitle p {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.8);
      max-width: 700px;
      margin: 0 auto 2rem;
      text-align: center;
    }

    .bg-card.h-full {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
}
.bg-card.h-full:hover {
  border-color: #35a60c;
}