@font-face {
  font-family: "CoconNextArabic";
  src:
    url("./fonts/CoconNextArabic.woff2") format("woff2"),
    url("./fonts/CoconNextArabic.woff") format("woff");
}
html {
  direction: rtl;
  font-family: "CoconNextArabic";
  scroll-behavior: smooth;
}
body {
  background-color: #fcfcfc;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.bg-bekam-red {
  background-color: #ce1212;
}
.bg-bekam-red-dark {
  background-color: #770909;
}
.text-bekam-red {
  color: #ce1212;
}
.border-bekam-red {
  border-color: #ce1212;
}
.rounded-custom {
  border-radius: 40px;
}
.card-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
/* تحسين سلاسة حركة الـ FAQ */
.faq-answer {
  transition: all 0.3s ease;
}



/* شريط أسعار العملات العلوي */
.ticker-container {
  background-color: #3e444a;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-wrapper {
  display: inline-block;
  animation: ticker 30s linear infinite;
}
@keyframes ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(50%); }
}

.animate-ticker {
    display: flex;
    width: max-content;
    animation: ticker 80s linear infinite;
}

.news-main-card {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.category-icon {
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
}


/*
@keyframes ticker-move-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
*/

/*
.tajawal-extralight {
font-family: "Tajawal", sans-serif;
font-weight: 200;
font-style: normal;
}

.tajawal-light {
font-family: "Tajawal", sans-serif;
font-weight: 300;
font-style: normal;
}

.tajawal-regular {
font-family: "Tajawal", sans-serif;
font-weight: 400;
font-style: normal;
}

.tajawal-medium {
font-family: "Tajawal", sans-serif;
font-weight: 500;
font-style: normal;
}

.tajawal-bold {
font-family: "Tajawal", sans-serif;
font-weight: 700;
font-style: normal;
}

.tajawal-extrabold {
font-family: "Tajawal", sans-serif;
font-weight: 800;
font-style: normal;
}

.tajawal-black {
font-family: "Tajawal", sans-serif;
font-weight: 900;
font-style: normal;
}
*/
