/*
Theme Name: My Bootstrap Theme
Theme URI: http://example.com
Author: Your Name
Description: Custom Bootstrap Theme
Version: 1.0
*/
.site-footer {
  background-color:  #002244; /* سرمه‌ای */
  color: #fff;
  padding: 40px 20px 20px;
  text-align: center;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  align-items: start
.footer-logo img {
  max-width: 180px;
}

.footer-menu {
  text-align: right;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin: 8px 0;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #4caf50; /* سبز */
}

.footer-contact p {
  margin: 6px 0;
  font-size: 14px;
}

.footer-symbols img {
  max-height: 60px;
  margin: 0 8px;
}

.footer-bottom {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  color: #aaa;
}
.faq-card {
    display: flex;
    flex-direction: column;
    height: auto !important;
    overflow: visible !important;
}

.faq-text {
    flex: 1 1 auto;
}

.custom-faq-table {
    width: 100% !important;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: 'IRANSans', sans-serif;
}

.custom-faq-table thead th {
    background-color: #1b365d;
    color: #fff;
    padding: 12px 15px;
    text-align: right;
    font-size: 1rem;
}

.custom-faq-table tbody td {
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-align: right;
    vertical-align: top;
    background-color: #f9f9f9;
    direction: rtl;
}

.custom-faq-table tbody tr:nth-child(even) td {
    background-color: #f1f1f1;
}

.custom-faq-table tbody tr:hover td {
    background-color: #e6f0ff;
}
