.elementor-50 .elementor-element.elementor-element-3ce246d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e0a43a0 */#garmayesh24-page{
  --accent:#ff6b35;
  --bg:#f6f8fb;
  --card:#ffffff;
  --muted:#6b7280;
  direction:rtl;
  font-family:'Vazirmatn',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  background:var(--bg);
  color:#0f172a;
}
#garmayesh24-page *{box-sizing:border-box}

/* ===== HEADER ===== */
#garmayesh24-page .header{
  background:#fff;
  border-bottom:1px solid #eef2f7;
}
#garmayesh24-page .header-inner{
  max-width:1200px;
  margin:auto;
  padding:16px 20px;
}
#garmayesh24-page .brand{
  font-size:20px;
  font-weight:800;
}
#garmayesh24-page .tagline{
  font-size:13px;
  color:var(--muted);
  margin-top:4px;
}

/* ===== MAIN ===== */
#garmayesh24-page .container{
  max-width:1200px;
  margin:auto;
  padding:30px 20px;
}

/* ===== TEXT BLOCKS ===== */
#garmayesh24-page .content-block{
  background:#fff;
  border-radius:14px;
  padding:22px;
  margin-bottom:22px;
  box-shadow:0 4px 16px rgba(0,0,0,.05);
}
#garmayesh24-page .content-block p{
  margin:0 0 12px;
  line-height:1.9;
  font-size:15px;
}
#garmayesh24-page .content-block a{
  color:var(--accent);
  font-weight:600;
  text-decoration:none;
}
#garmayesh24-page .content-block a:hover{
  text-decoration:underline;
}

/* ===== TOP ===== */
#garmayesh24-page .top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
#garmayesh24-page .title-box{
  display:flex;
  gap:14px;
  align-items:center;
}
#garmayesh24-page .logo{
  width:64px;height:64px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--accent),#ff9d6b);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:18px;
}
#garmayesh24-page h1{
  margin:0;
  font-size:22px;
}
#garmayesh24-page .lead{
  font-size:14px;
  color:var(--muted);
}
#garmayesh24-page .controls{
  display:flex;
  gap:10px;
}
#garmayesh24-page .search{
  padding:10px 14px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  min-width:220px;
}
#garmayesh24-page .count{
  background:#eef6ff;
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  color:#0366d6;
}

/* ===== GRID ===== */
#garmayesh24-page .grid{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:18px;
}
#garmayesh24-page .card{
  background:var(--card);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
  transition:.25s;
  position:relative;
}
#garmayesh24-page .card:hover{transform:translateY(-6px)}
#garmayesh24-page .card img{
  width:100%;
  height:140px;
  object-fit:cover;
}
#garmayesh24-page .hover{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.45));
  opacity:0;
  display:flex;
  align-items:flex-end;
  padding:12px;
  transition:.2s;
}
#garmayesh24-page .card:hover .hover{opacity:1}
#garmayesh24-page .hover a{
  color:#fff;
  text-decoration:none;
  font-weight:700;
  background:rgba(0,0,0,.25);
  padding:8px 10px;
  border-radius:8px;
}
#garmayesh24-page .meta{
  padding:14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
#garmayesh24-page .badge{
  background:linear-gradient(90deg,var(--accent),#ff8b5a);
  color:#fff;
  padding:6px 12px;
  border-radius:999px;
  font-size:13px;
}

/* ===== FOOTER ===== */
#garmayesh24-page .footer{
  background:#fff;
  border-top:1px solid #eef2f7;
  margin-top:40px;
}
#garmayesh24-page .footer-inner{
  max-width:1200px;
  margin:auto;
  padding:18px 20px;
  font-size:13px;
  color:var(--muted);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}

@media(max-width:520px){
  #garmayesh24-page .logo{width:56px;height:56px}
  #garmayesh24-page .search{width:100%}
}/* End custom CSS */