@media (max-width: 575.98px) {
    .inner-padding {
        padding: 0 !important;
    }
}


.DiSelect{
    user-select: none;
}

.page-title {
    font-size: 2rem; /* or clamp(1.8rem, 2vw, 2.5rem) */
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.page-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
  .mobile-text-1 {
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: bold !important;
    letter-spacing: -0.5px !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-text-2 {
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: lighter !important;
    letter-spacing: -0.5px !important;
  }
}

.title-heading {
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: lighter !important;
    letter-spacing: -0.5px !important;
  }
  
  .text-sm {
    font-size: 10px !important;
  }
  
  .text-md {
    font-size: 18px !important;
  }

  .footer-xs{
    font-size: 10px !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .bolder{
    font-weight: 900;
  }


  /* Mobile info card icon styling */
  .icon-style {
      font-size: 1.5rem;
      color: #ffc107; /* Customize this color if needed */
      flex-shrink: 0;
  }

  /* Optional: make small text more readable */
  #mobile-info .small {
      font-size: 0.9rem;
      color: #ccc;
  }

  /* Improve spacing and shadow */
  .mobile-info-card {
      background-color: #1f1f1f; /* Darker background */
      border-left: 4px solid #ffc107; /* Highlight accent */
      transition: transform 0.2s;
  }
  .mobile-info-card:hover {
      transform: scale(1.01);
  }


  @media (max-width: 767.98px) {
    .mobile-padding-10 {
        padding: 10px !important;
    }
}