/* Fix for View AI Services button flickering */
#home .mt-4 {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

#home .ios-button {
  opacity: 1 !important;
  visibility: visible !important;
}

#view_ai_services_trans {
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  min-width: 120px;
  text-align: center;
}

/* Prevent button from disappearing during translation */
.ios-button span[id] {
  min-height: 1em;
  display: inline-block !important;
}

/* Ensure button container stays visible */
.intro .mt-4 {
  min-height: 50px;
}