.modul-box:hover .custom-icon {
    filter: invert(57%) sepia(38%) saturate(451%) hue-rotate(185deg) brightness(92%) contrast(86%) !important;
  }
  
  .sidebar.open {
    right: 0;
  }
  
  .overlay.visible {
    opacity: 1;
    visibility: visible;
  }

  body {
    overflow-x: hidden;
  }
/* Într-un fișier CSS separat */
.btn-custom {
  @apply text-alb uppercase text-[12px] sm:text-base font-medium;
  @apply px-4 md:px-6 py-3 lg:py-4;
  @apply bg-roz rounded-full border-2 border-roz;
  @apply hover:bg-movInchis hover:border-movInchis;
  @apply transition duration-300 ease-in-out;
}
  