.elementor-510 .elementor-element.elementor-element-5256feb5{--display:flex;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-510 .elementor-element.elementor-element-8c006d{font-family:"iransans", Sans-serif;font-weight:400;color:#FFFFFF;}.elementor-510 .elementor-element.elementor-element-8373dca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-510 .elementor-element.elementor-element-c7edef6{text-align:center;}.elementor-510 .elementor-element.elementor-element-c7edef6 .elementor-heading-title{font-family:"iransans", Sans-serif;font-size:33px;font-weight:600;color:#FFFFFF;}.elementor-510 .elementor-element.elementor-element-c839643{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-510 .elementor-element.elementor-element-ab48319{--display:flex;overflow:visible;}.elementor-510 .elementor-element.elementor-element-05e35cd{text-align:center;}.elementor-510 .elementor-element.elementor-element-05e35cd .elementor-heading-title{font-family:"iransans", Sans-serif;font-size:26px;font-weight:600;color:#FFFFFF;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-510 .elementor-element.elementor-element-ed6f697 img{border-radius:22px 22px 22px 22px;}.elementor-510 .elementor-element.elementor-element-68197f4{font-family:"iransans", Sans-serif;font-weight:400;color:#FFFFFF;}@media(max-width:767px){.elementor-510 .elementor-element.elementor-element-c7edef6 .elementor-heading-title{font-size:18px;}}/* Start custom CSS for html, class: .elementor-element-f20d4f2 */.guide-section {
  max-width: 1000px !important;
  margin: 50px auto !important;
  padding: 20px !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 14px !important;
  font-family: IRANSans, Tahoma, sans-serif !important;
  color: #e8eaed !important;
  direction: rtl !important;
  text-align: right !important;
  line-height: 1.8 !important;
}

.guide-section h2 {
  text-align: center !important;
  margin-bottom: 25px !important;
  font-size: 1.6rem !important;
}

.guide-section p {
  margin-bottom: 18px !important;
}

.guide-section ol {
  margin-left: 20px !important;
}

.guide-section h3 {
  font-size: 1.1rem !important;
  color: #0a84ff !important;
}

.faq-item {
  margin-bottom: 15px !important;
}

.faq-item h3 {
  font-size: 1.1rem !important;
  margin: 10px 0 !important;
}

.faq-item p {
  font-size: 0.95rem !important;
}

@media (max-width: 768px) {
  .guide-section {
    padding: 15px !important;
    margin: 30px 10px !important;
  }
  .guide-section h2 {
    font-size: 1.3rem !important;
    margin-bottom: 18px !important;
  }
  .guide-section h3 {
    font-size: 1rem !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-562dcef */html, body {
  overflow-x: hidden; /* جلوگیری از اسکرول افقی */
}

#cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bet-card {
  --blur: 16px;
  --radius-2xl: 28px;
  --glass-bg: rgba(255, 255, 255, .08);
  --glass-stroke: rgba(255, 255, 255, .22);
  --glass-shadow: 0 10px 25px rgba(0, 0, 0, .25);
  --text: #e8eaed;
  --muted: #cbd5e1;
  --accent: #0a84ff;
  --chip: rgba(255, 255, 255, .06);

  color: var(--text);
  background: var(--glass-bg);
  border: 1px solid var(--glass-stroke);
  border-radius: var(--radius-2xl);
  box-shadow: var(--glass-shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
  width: 100%;   /* اسکرول افقی حذف شد */
  max-width: 100%;
}

.bet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .4);
}

.bet-card .logo-wrap {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--blur));
  display: grid;
  place-items: center;
  height: 150px;
}

.bet-card .logo-wrap img {
  max-width: 80%;
  max-height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .6));
}

.bet-card .content {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bet-card .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bet-card .title h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .2px;
}

.bet-card .title small {
  color: var(--muted);
}

.bet-card .badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bet-card .badge {
  background: var(--chip);
  border: 1px solid rgba(255, 255, 255, .14);
  padding: 6px 8px;
  border-radius: 10px;
  font-size: .8rem;
  color: var(--muted);
}

.bet-card .actions {
  margin-top: auto;
  display: flex;
  gap: 8px;
}

.bet-card .btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .2px;
  padding: 10px 12px;
  border-radius: 12px;
  backdrop-filter: blur(calc(var(--blur) * .6));
  flex: 1;
  text-align: center;
  text-decoration: none;
}

.bet-card .btn.primary {
  background: linear-gradient(135deg, var(--accent), #4aa3ff);
  color: white;
}

.bet-card .btn.secondary {
  background: linear-gradient(135deg, #2e2e33, #1a1a1f);
  color: #d1d5db;
  border: 1px solid rgba(255, 255, 255, .12);
}

/* ریسپانسیو برای موبایل */
@media (max-width: 600px) {
  #cards-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'iransans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://topbetting.vip/wp-content/uploads/2023/08/FontsFree-Net-ir_sans.ttf') format('truetype');
}
/* End Custom Fonts CSS */