/* Custom styles for اتصل بي */
body { background: #f8f9fa; }
.card-img-top { max-height: 220px; object-fit: cover; }
.card img { height: 100%; object-fit: cover; }
a { text-decoration: none; }
.breadcrumb { background: transparent; padding: .25rem 0; }

/* synchronized marquees */
.scroll-strip { position: relative; white-space: nowrap; overflow: hidden; }
.scroll-content { display: inline-flex; animation: scroll-h 30s linear infinite; }
@keyframes scroll-h { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }

/* small responsive tweaks */
@media (max-width: 576px) {
  .scroll-content { animation-duration: 40s; font-size: 14px; }
}