/* FAQ */
.salla-faq-container{
width:100%;
max-width:900px;
margin:24px auto;
direction:rtl;
font-family:'Cairo',sans-serif;
}

.salla-faq-item{
background:#ffffff;
border-radius:16px;
padding:16px;
margin-bottom:14px;
border:1px solid #e8d39a;
box-shadow:0 4px 14px rgba(216,185,112,.18);
transition:.25s;
}

/* هيدر السؤال - تأثير جولد قريب من اللوجو */
.salla-faq-item h3{
background:linear-gradient(135deg,#f5e6b0,#d8b970,#b8964f);
color:#ffffff;
font-size:18px;
padding:14px 18px;
margin:-16px -16px 12px -16px;
border-radius:16px 16px 0 0;
border-bottom:2px solid #fff3c9;
}

.salla-faq-item p{
font-size:16px;
line-height:1.8;
margin:0;
color:#6a5623;
}

/* TABLE */
.salla-table-wrapper{
max-width:900px;
margin:24px auto;
overflow-x:auto;
}

.salla-multi-table{
width:100%;
border-collapse:collapse;
background:#ffffff;
border-radius:16px;
overflow:hidden;
}

.salla-multi-table th{
background:linear-gradient(135deg,#f5e6b0,#d8b970,#b8964f);
color:#ffffff;
padding:14px;
}

.salla-multi-table td{
padding:12px;
text-align:center;
border:1px solid #f1e2b8;
color:#5a4a1f;
}

/* Hover فاخر */
.salla-faq-item:hover{
transform:translateY(-4px);
box-shadow:0 8px 24px rgba(216,185,112,.28);
}
footer,
footer * {
  background-color: transparent !important;
  color: #ffffff !important;
}

footer {
  background-color: #c3a25a !important; /* لون الخلفية */
  padding: 40px 0 !important;
}

footer a {
  color: #ffffff !important;
  transition: 0.3s;
}

footer a:hover {
  color: #000000 !important; /* هوفر أسود خفيف */
}

footer h1,
footer h2,
footer h3,
footer h4 {
  color: #ffffff !important;
}

footer p,
footer span {
  color: #ffffff !important;
}

footer .social-icons svg,
footer .icon {
  fill: #ffffff !important;
  color: #ffffff !important;
}

footer .social-icons svg:hover,
footer .icon:hover {
  fill: #000000 !important;
  color: #000000 !important;
}

footer hr {
  border-color: rgba(255,255,255,0.3) !important;
}