.comments-inner {
    margin:30px auto;
    padding:0 15px
}
.comment-list {
    list-style:none;
    padding:0;
    margin:0
}
.comment-item {
    background:#f9f9f9;
    border-radius:10px;
    padding:15px 20px;
    margin-bottom:15px
}
.comment-author {
    font-weight:700;
    color:#333;
    margin-bottom:5px
}
.comment-meta {
    font-size:12px;
    color:#777;
    margin-bottom:10px
}
.comment-text {
    font-size:14px;
    color:#444;
    line-height:1.6
}
.comment-form input[type=email],.comment-form input[type=text],.comment-form textarea {
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius:8px;
    margin-bottom:10px
}
.comment-form button {
    background-color:#0073aa;
    color:#fff;
    padding:10px 20px;
    border-radius:8px;
    cursor:pointer;
    border:none
}
.site-section-author {
    background-color:#fdfdfd;
    padding:20px 25px;
    border-radius:12px;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
    margin:30px auto
}
.site-section-author.author-inner {
    display:flex;
    align-items:center;
    gap:20px;
    flex-direction:column;
    align-items:center
}
.author-avatar-inner img {
    border-radius:50%;
    width:100px;
    height:100px;
    object-fit:cover;
    border:3px solid #0073aa
}
.author-info {
    flex:1
}
.author-title h2 {
    font-size:20px;
    font-weight:600;
    margin:0 0 5px
}
.author-title h2 a {
    color:#0073aa;
    transition:color .3s
}
.author-title h2 a:hover {
    color:#005177
}
.author-description {
    font-size:14px;
    color:#555;
    line-height:1.5
}

.faq-section {
    margin-top:50px;
    max-width:100%;
}
.faq-title {
    font-size:26px;
    margin-bottom:20px;
    border-right:1px solid #0073aa;
    padding-right:10px
}
.faq-item {
    margin-bottom:10px;
    border:1px solid #eee;
    border-radius:8px;
    overflow:hidden
}
.faq-question {
    width:100%;
    background:#f7f7f7;
    border:none;
    padding:12px;
    font-size:16px;
    text-align:right;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:700
}
.faq-icon {
    font-size:22px;
    transition:transform 0.3s ease
}
.faq-answer {
    max-height:0;
    overflow:hidden;
    transition:max-height 0.3s ease;
    padding:0 15px
}
.faq-answer p {
    padding:15px 0;
    margin:0;
    line-height:1.8
}
.faq-item.active .faq-answer {
    max-height:500px
}
.faq-item.active .faq-icon {
    transform:rotate(45deg)
}

.main-box {
    margin:0 auto;
    background:#fff;
}
.main-box.style1 {
    max-width:100%;
    background:transparent;
    box-shadow:none
}
.main-box.style2 {
    max-width:1200px;
    box-shadow:0 2px 6px rgba(0,0,0,.1)
}
.main-box.style3 {
    max-width:1100px;
    box-shadow:0 2px 8px rgba(0,0,0,.4)
}
.main-box.style4 {
    max-width:900px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
    border-radius:12px
}
.site-logo .logo-dark {
    display:none
}
.site-logo .logo-light {
    display:inline-block
}

.theme-toggle {
    background:none;
    border:none;
    padding:0;
    margin:0;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center
}
.theme-toggle-track {
    width:52px;
    height:26px;
    background:#e4e4e4;
    border-radius:999px;
    padding:3px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    transition:background 0.3s ease,box-shadow 0.3s ease;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)
}
.theme-toggle-thumb {
    width:20px;
    height:20px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 2px 5px rgba(0,0,0,.25);
    transition:transform 0.3s ease,background 0.3s ease,box-shadow 0.3s ease;
    transform:translateX(0)
}
.theme-toggle-icon {
    width:16px;
    height:16px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.6;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:color 0.3s ease
}
.theme-toggle-icon .icon-sun,.theme-toggle-icon .icon-moon {
    transform-origin:center center;
    transition:opacity 0.3s ease,transform 0.3s ease
}
.theme-toggle-icon .icon-sun {
    opacity:1;
    transform:scale(1);
    color:#ffb300;
    stroke:#ffb300
}
.theme-toggle-icon .icon-moon {
    opacity:0;
    transform:scale(.5);
    color:#e0ecff;
    stroke:#e0ecff
}
.theme-toggle:hover .theme-toggle-thumb {
    box-shadow:0 3px 7px rgba(0,0,0,.3)
}



.links-col li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.9;
    transition: color 0.25s ease;
}


/* ================= Grid Layout ================= */
.footer-box {
    border-top:2px solid var(--main-color);
		max-width: 100% !important;
	margin-top: 24px;

}

.footer-widget {
  max-width: 1200px !important;
  margin: auto;  
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* ================= Desktop ================= */
@media (min-width: 992px) {
  .footer-widget {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ================= Tablet ================= */
@media (min-width: 576px) and (max-width: 991px) {
  .footer-widget {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================= Mobile ================= */
@media (max-width: 575px) {
  .footer-widget {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}




/* ================= Widget Title ================= */


.footer-widget .widget-title h2,
.footer-widget .widget-title h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
}

/* Accent line */
.footer-widget .widget-title h2::after,
.footer-widget .widget-title h3::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 55px;
  height: 1px;
  background:  var(--main-color) ;
}
/* ================= Widget Content ================= */

.footer-widget .widget-content {
  font-size: 14px;
  line-height: 1.7;
}

/* ================= Links ================= */


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

.footer-widget ul li {
  margin-bottom: 6px;
}
/* ===============================
   SINGLE POST LAYOUT
================================ */

.single-layout {
  width: 100%;
}

/* Grid الأساسي */
.single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

/* المحتوى */
.single-content {
  min-width: 0;
}

.single-content .content {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
}

/* العناوين */
.single-content .title {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.post-subtitle {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-bottom: 16px;
}

/* الميتا */
.post-meta {
  margin-bottom: 16px;
  font-size: 0.9rem;
  opacity: 0.8;
}

/* المحتوى */
.post-content {
  line-height: 1.8;
  font-size: 1.05rem;
}

/* ===============================
   SIDEBAR
================================ */

.single-sidebar {
  position: sticky;
  top: 100px;
}

/* ===============================
   NO SIDEBAR MODE
================================ */

.single-layout.no-sidebar .single-grid {
  grid-template-columns: 1fr;
}

.single-layout.no-sidebar .single-sidebar {
  display: none;
}



/* ===============================
   FAQ SECTION
================================ */

.faq-section {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 24px;
}

.faq-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 1.2rem;
}
.google-news-banner,
.whatsapp-banner,
.telegram-banner {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  padding: 12px 20px;
  gap: 12px;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
	 margin-top: 25px;
}

.google-news-banner:hover,
.whatsapp-banner:hover,
.telegram-banner:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
  transform: translateY(-2px);
}
.google-news-icon,
.whatsapp-icon,
.telegram-icon {
  transition: transform .25s ease;
}

.google-news-banner:hover .google-news-icon,
.whatsapp-banner:hover .whatsapp-icon,
.telegram-banner:hover .telegram-icon {
  transform: scale(1.08);
}

.google-news-banner {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    border-radius:10px;
    padding:5px 20px;
    font-family:Arial,sans-serif;
    direction:rtl;
    box-shadow:0 1px 4px rgba(0,0,0,.1);
    transition:color 0.3s ease;
    margin-bottom:15px;
    margin-top:20px;
    color:#0b57d0
}
.google-news-banner:hover {
    color:#0b57d0
}
.google-news-banner:active {
    color:#0b57d0
}
.google-news-text {
    font-size:20px;
    font-weight:700;
    flex:1 1 auto;
    text-align:right
}
.google-news-icon {
    width:48px;
    height:48px;
    margin-left:16px;
    flex-shrink:0
}
.whatsapp-banner {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    border-radius:10px;
    padding:5px 20px;
    font-family:Arial,sans-serif;
    direction:rtl;
    box-shadow:0 1px 4px rgba(0,0,0,.1);
    transition:color 0.3s ease;
    margin-bottom:15px;
    color:#25D366
}
.whatsapp-banner:hover {
    color:#25D366
}
.whatsapp-banner:active {
    color:#128C7E
}
.whatsapp-text {
    font-size:20px;
    font-weight:700;
    flex:1 1 auto;
    text-align:right
}
.whatsapp-icon {
    width:48px;
    height:48px;
    margin-left:16px;
    flex-shrink:0
}
.telegram-banner {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    border-radius:10px;
    padding:5px 20px;
    font-family:Arial,sans-serif;
    direction:rtl;
    box-shadow:0 1px 4px rgba(0,0,0,.1);
    transition:color 0.3s ease;
    margin-bottom:15px;
    color:#1978b0
}
.telegram-banner:hover {
    color:#1978b0
}
.telegram-banner:active {
    color:#1978b0
}
.telegram-text {
    font-size:20px;
    font-weight:700;
    flex:1 1 auto;
    text-align:right
}
.telegram-icon {
    width:48px;
    height:48px;
    margin-left:16px;
    flex-shrink:0
}
  .links-footer ul li a {
    display: block;
    background: #f5f5f5;
    padding: 10px 6px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
  }

.links-footer ul li a:hover {
  background: #eaeaea;
}
