/* Add custom CSS styles below */ 
.text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(134 43 227);
}
.md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    @media screen and (min-width: 1024px) {
  .banner-entry {
    position: relative;
    height: 440px;
  }
a.text-xxs.btn.full_background_button {
    border-radius: 16px;
    width: 260px;
    padding: 20px;
    font-size: 19px;
    margin-bottom: 50px;
}
}
.index .is-romve-footer-top-space {
    margin-top: 4.75rem;
}
@media screen and (max-width: 767px) {
  .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* اتنين جنب بعض */
    width: 100%;
  }

  .md\:grid-cols-3 > * {
    width: 100%; /* يخلي العناصر تملأ الخانة */
  }
.banner-entry {
    height: 248px;
}
}
@media screen and (min-width: 1024px) {
  .banner-entry {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .banner-entry:hover {
    transform: scale(1.03) translateY(-5px); /* تكبير بسيط ورفع خفيف */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* ظل ناعم */
  }

  /* تأكد إن الرابط الداخلي ما يمنع الهوفر */
  .banner-entry a {
    display: block;
    position: relative;
    z-index: 2;
  }
}