.elementor-12 .elementor-element.elementor-element-2ad13ed{--display:flex;}.elementor-12 .elementor-element.elementor-element-3e7f3ff{--display:flex;}.elementor-12 .elementor-element.elementor-element-07c7321{--display:flex;}.elementor-12 .elementor-element.elementor-element-4e70389{--display:flex;}.elementor-12 .elementor-element.elementor-element-3db29c5{--display:flex;}.elementor-12 .elementor-element.elementor-element-6f18c8b{--display:flex;}.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-12 .elementor-element.elementor-element-90fa6c3{text-align:center;}.elementor-12 .elementor-element.elementor-element-90fa6c3 .elementor-heading-title{color:#FF5E00;}.elementor-12 .elementor-element.elementor-element-0b478f5{--display:flex;}.elementor-12 .elementor-element.elementor-element-0b478f5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-12 .elementor-element.elementor-element-bee7f20{--display:flex;}.elementor-12 .elementor-element.elementor-element-869e1b3{--display:flex;}.elementor-12 .elementor-element.elementor-element-c10abdf{text-align:center;}.elementor-12 .elementor-element.elementor-element-c10abdf .elementor-heading-title{color:#333333;}.elementor-12 .elementor-element.elementor-element-c6604ea{--display:flex;}.elementor-12 .elementor-element.elementor-element-c7aec24{--display:flex;}.elementor-12 .elementor-element.elementor-element-0771aad{--display:flex;}.elementor-12 .elementor-element.elementor-element-af270fa{--display:flex;}.elementor-12 .elementor-element.elementor-element-2294b95{--display:flex;}.elementor-12 .elementor-element.elementor-element-1cf80cd{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-2ad13ed{--content-width:1600px;}.elementor-12 .elementor-element.elementor-element-07c7321{--content-width:1600px;}.elementor-12 .elementor-element.elementor-element-0b478f5{--width:91.356%;}.elementor-12 .elementor-element.elementor-element-c7aec24{--content-width:1119px;}.elementor-12 .elementor-element.elementor-element-af270fa{--content-width:1234px;}}/* Start custom CSS for html, class: .elementor-element-18d7ba5 */<style>
  @font-face {
    font-family: 'Kalameh';
    src: url('/fonts/Kalameh-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  .gg-hero-section-light {
    font-family: 'Kalameh', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
    background: #FFF8F0; /* کرم خیلی روشن */
    padding: 45px 20px 40px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 79, 0, 0.18);
    box-sizing: border-box;
    width: 100%;
  }

  .gg-hero-container-light {
    max-width: 820px;
    margin: 0 auto;
  }

  /* تیتر متناسب و بهینه شده */
  .gg-hero-title-light {
    margin: 0 0 14px 0;
    font-size: clamp(22px, 3.2vw, 36px); /* سایز کاملاً جمع‌وجور و شیک */
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* خط اول: تیره و خوانا روی پس‌زمینه کرم */
  .txt-dark {
    display: block;
    color: #1F2421;
    letter-spacing: 0.5px;
  }

  /* خط دوم: نارنجی جذاب برند */
  .txt-brand-orange {
    display: block;
    margin-top: 4px;
    color: #FF4F00;
  }

  /* پاراگراف توضیحات */
  .gg-hero-sub-light {
    font-size: clamp(13.5px, 1.4vw, 15.5px);
    color: #555555;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto;
    font-weight: 400;
  }

  .gg-hero-sub-light strong {
    color: #C43A00;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .gg-hero-section-light {
      padding: 35px 16px 30px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c595161 *//* کانتینر اصلی با پس‌زمینه زرشکی تیره گرادینت */
.bet953-bar-wrap {
  width: 100%;
  padding: 30px 15px;
  background: linear-gradient(135deg, #1f0502 0%, #3f0e06 100%);
  direction: ltr !important; /* تثبیت جهت از چپ به راست */
  box-sizing: border-box;
}

.bet953-bar-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* همیشه ۴ کارت در یک ردیف */
.bet953-bar-row {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

/* استایل هر کارت سفید */
.bet953-card {
  background: #ffffff;
  border-radius: 22px;
  min-height: 135px;
  padding: 12px 16px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  overflow: hidden;
}

.bet953-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}

/* فلش سمت چپ */
.bet953-arrow {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #ff4f00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.bet953-arrow svg {
  width: 20px;
  height: 20px;
}

.bet953-card:hover .bet953-arrow {
  transform: translateX(4px);
}

/* متون وسط */
.bet953-info {
  flex: 1 1 auto;
  min-width: 0; /* جلوگیری از سرریز */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 8px;
}

.bet953-title {
  display: block;
  width: 100%;
  color: #121212;
  font-family: 'Kalameh', sans-serif;
  font-size: clamp(13px, 1.15vw, 19px);
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bet953-sub {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #797471;
  font-family: 'Kalameh', sans-serif;
  font-size: clamp(10px, 0.85vw, 13.5px);
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* باکس آیکون نارنجی سمت راست */
.bet953-icon {
  flex: 0 0 clamp(52px, 4.8vw, 76px);
  width: clamp(52px, 4.8vw, 76px);
  height: clamp(52px, 4.8vw, 76px);
  background: linear-gradient(135deg, #ff9130 0%, #ff4f00 100%);
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(255, 79, 0, 0.35);
  transition: transform 0.22s ease;
}

.bet953-icon svg {
  width: 52%;
  height: 52%;
}

.bet953-card:hover .bet953-icon {
  transform: scale(1.05);
}

/* در نمایشگرهای موبایل و تبلت برای اسکرول افقی بدون شکستن ردیف */
@media (max-width: 900px) {
  .bet953-bar-wrap {
    padding: 16px 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bet953-bar-row {
    min-width: 780px; /* کارت‌ها همیشه در یک خط افقی و خوش‌فرم باقی می‌مانند */
    gap: 12px;
  }

  .bet953-card {
    min-height: 110px;
    padding: 10px 14px;
    border-radius: 16px;
  }
}
/* نمایش ثابت هر ۴ کارت در یک ردیف در تمامی سایزهای موبایل */
@media (max-width: 768px) {
  .bet953-bar-wrap {
    padding: 12px 6px !important;
    overflow-x: hidden !important; /* جلوگیری از اسکرول خوردن */
  }

  .bet953-bar-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 4px !important;
    min-width: unset !important;
    width: 100% !important;
  }

  .bet953-card {
    min-height: 52px !important;
    padding: 4px 5px !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18) !important;
  }

  /* تنظیم فلش چپ در موبایل */
  .bet953-arrow {
    flex: 0 0 10px !important;
    width: 10px !important;
    height: 10px !important;
  }

  .bet953-arrow svg {
    width: 10px !important;
    height: 10px !important;
    stroke-width: 3 !important;
  }

  /* تنظیم متن در موبایل */
  .bet953-info {
    padding: 0 2px !important;
  }

  .bet953-title {
    font-size: 8.5px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
  }

  .bet953-sub {
    font-size: 6.5px !important;
    margin-top: 1px !important;
    line-height: 1.1 !important;
  }

  /* تنظیم باکس آیکون نارنجی در موبایل */
  .bet953-icon {
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 6px rgba(255, 79, 0, 0.3) !important;
  }

  .bet953-icon svg {
    width: 14px !important;
    height: 14px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81cb131 */<style>
/* ==========================================================
   GG CASINO MARQUEE — DARK THEME
   Class: gg-marquee-wrapper, gg-marquee-track,
          gg-marquee-item, gg-icon, gg-name
========================================================== */

.gg-marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #FFF8F0 !important;
  padding: 18px 0;
  border-top: 1px solid #1f2937;
  border-bottom: 1px solid #FF5E00;
  box-sizing: border-box;
}

.gg-marquee-wrapper::before,
.gg-marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.gg-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #C43A00, transparent);
}

.gg-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #C43A00, transparent);
}

.gg-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 14px;
  animation: ggMarqueeScroll 32s linear infinite;
  will-change: transform;
}

.gg-marquee-wrapper:hover .gg-marquee-track {
  animation-play-state: paused;
}

.gg-marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  justify-content: center;
  padding: 10px 18px;
  background: #1f2937 !important;
  border: 1px solid #374151;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.gg-marquee-item:hover {
  background: #2d1a10 !important;
  border-color: #ff4f00;
  box-shadow: 0 6px 16px rgba(255, 79, 0, 0.35);
  transform: translateY(-3px);
}

.gg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #111827;
  border: 2px solid #ff9130;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  color: #ff9130;
}

.gg-name {
  color: #f3f4f6 !important;
  font-family: "Kalameh", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.gg-marquee-item:hover .gg-name {
  color: #ff9130 !important;
}

@keyframes ggMarqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@media (max-width: 767px) {
  .gg-marquee-wrapper {
    padding: 14px 0;
  }
  .gg-marquee-track {
    gap: 10px;
    animation-duration: 25s;
  }
  .gg-marquee-item {
    min-width: 130px;
    padding: 8px 12px;
    gap: 7px;
    border-radius: 10px;
  }
  .gg-icon {
    width: 29px;
    height: 29px;
    font-size: 16px;
  }
  .gg-name {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gg-marquee-track {
    animation: none;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db3fb5b */@font-face {
  font-family: 'kalameh';
  src: url('/fonts/Kalameh-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ====== بخش اصلی ====== */
.gg-category-grid {
  --gg-orange: #FF4F00;
  --gg-orange-light: #FF9130;
  --gg-text: #333333;
  --gg-muted: #6F6259;

  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  background: linear-gradient(180deg, #FFF8F0 0%, #FFF3E6 100%);
  font-family: 'kalameh', sans-serif;
}

.gg-category-grid *,
.gg-category-grid *::before,
.gg-category-grid *::after {
  box-sizing: border-box;
}

/* ====== تیتر سئو ====== */
.gg-section-heading {
  text-align: center !important;
  font-family: 'kalameh', sans-serif !important;
  font-size: clamp(24px, 4vw, 34px) !important;
  font-weight: 800 !important;
  color: #333333 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 auto 35px auto !important;
  position: relative;
  display: table;
  padding-bottom: 14px;
}

.gg-section-heading::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 3px;
  background: linear-gradient(90deg, #FF9130, #FF4F00);
  border-radius: 3px;
}

/* ====== گرید ====== */
.gg-category-grid__container {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ====== کارت ====== */
.gg-category-grid__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(245, 212, 169, 0.9);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  min-height: 100%;
}

.gg-category-grid__card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 145, 48, 0.7);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

/* ====== تصویر ====== */
.gg-category-grid__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #f1e3d0, #ffe7cf);
}

.gg-category-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gg-category-grid__card:hover .gg-category-grid__image img {
  transform: scale(1.08);
}

/* ====== بدنه کارت (وسط‌چین) ====== */
.gg-category-grid__body {
  display: flex;
  flex-direction: column;
  align-items: center; /* وسط‌چین کردن همه */
  text-align: center;  /* تیتر و متن وسط */
  gap: 12px;
  padding: 22px 18px 20px;
  height: 100%;
}

.gg-category-grid__title {
  margin: 0;
  color: #333333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.gg-category-grid__text {
  margin: 0;
  color: #6F6259;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  max-width: 90%;
}

/* ====== دکمه ====== */
.gg-category-grid__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-width: 96px;
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #FF9130, #FF4F00);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(255, 79, 0, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gg-category-grid__card:hover .gg-category-grid__button {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255, 79, 0, 0.30);
}

/* ====== ریسپانسیو ====== */
/* تبلت: 2 ستون */
@media (max-width: 900px) {
  .gg-category-grid__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* موبایل: 1 ستون */
@media (max-width: 600px) {
  .gg-category-grid {
    padding: 25px 14px;
  }

  .gg-category-grid__container {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gg-section-heading {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }

  .gg-category-grid__title {
    font-size: 19px;
  }

  .gg-category-grid__text {
    font-size: 13px;
  }
}
/* اصلاح کامل نمایش عکس‌ها بدون برش */
.gg-category-grid__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #FFF8F0; /* پس‌زمینه هماهنگ با تم سایت در صورت داشتن حاشیه */
  display: flex;
  align-items: center;
  justify-content: center;
}

.gg-category-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important; /* کل عکس را بدون برش داخل کادر جا می‌دهد */
  display: block;
  transition: transform 0.35s ease;
}

.gg-category-grid__card:hover .gg-category-grid__image img {
  transform: scale(1.05); /* زوم ملایم و کنترل‌شده روی هاور */
}
/* جلوگیری قطعی از بیرون‌زدگی مارکوی و والدهای المنتور */
html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
}

.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget-html,
.elementor-widget-container {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
}

/* سکشن اصلی مارکوی */
.gg-marquee-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* مسیر متحرک نباید باعث افزایش عرض والد شود */
.gg-marquee-track {
    display: flex !important;
    width: max-content !important;
    max-width: none !important;
    min-width: max-content !important;
    flex-wrap: nowrap !important;
    transform: translate3d(0, 0, 0);
}

/* آیتم‌ها در یک خط باقی بمانند */
.gg-marquee-item {
    flex: 0 0 auto !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* جلوگیری از اثر hover و انیمیشن روی عرض صفحه */
.gg-marquee-item:hover {
    transform: translateY(-2px) !important;
}

/* لایه‌های کناری داخل خود سکشن بمانند */
.gg-marquee-wrapper::before,
.gg-marquee-wrapper::after {
    max-width: 45px !important;
    overflow: hidden !important;
}
body {
    overflow-x: hidden !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d11670 */<style>
.gg-minimal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
  font-family: "Kalameh", Arial, sans-serif;
  box-sizing: border-box;
}

.gg-minimal-card {
  background: #333333; /* پس‌زمینه تیره ملایم */
  border: 1px solid rgba(255, 145, 48, 0.15); /* حوبه‌ی بسیار نامحسوس */
  border-radius: 12px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}

.gg-minimal-card:hover {
  border-color: #FF9130;
  background: #15233c;
}

.gg-min-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.gg-min-percent {
  font-size: 24px;
  font-weight: 800;
  color: #FF9130; /* رنگ نارنجی ملایم */
  min-width: 70px;
}

.gg-min-info h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 3px 0;
}

.gg-min-info p {
  color: #8fa3c2;
  font-size: 12px;
  margin: 0;
}

.gg-min-btn {
  background: transparent;
  color: #FF9130;
  border: 1px solid #FF9130;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.gg-min-btn:hover {
  background: #FF9130;
  color: #ffffff;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 600px) {
  .gg-minimal-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }
  
  .gg-min-left {
    gap: 15px;
  }
  
  .gg-min-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f510135 */<style>
.gg-games-section {
  max-width: 1050px;
  margin: 0 auto;
  padding: 35px 20px;
  font-family: "Kalameh", Arial, sans-serif;
  box-sizing: border-box;
  background-color: #fcfbfa; /* بک‌گراند کرم روشن مشابه تصویر مرجع */
  border-radius: 16px;
}

.gg-section-title {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 25px 0;
  border-left: 4px solid #FF4F00; /* خط نارنجی برند */
  padding-left: 12px;
  line-height: 1.2;
}

/* شبکه دو ستونی مرتب */
.gg-games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.gg-game-item {
  background: #ffffff;
  border: 1px solid #eae5de;
  border-radius: 12px;
  padding: 22px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.gg-game-item:hover {
  border-color: #FF9130;
  box-shadow: 0 4px 14px rgba(255, 79, 0, 0.08);
  transform: translateY(-2px);
}

.gg-game-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.gg-game-icon {
  font-size: 24px;
  background: #fff4ec;
  padding: 8px 10px;
  border-radius: 8px;
  min-width: 40px;
  text-align: center;
}

.gg-game-name {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  flex-grow: 1;
}

/* برچسب کوچک مشابه تصویر مرجع */
.gg-game-badge {
  background: #fff4ec;
  color: #FF4F00;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
}

.gg-game-desc {
  color: #555c65;
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .gg-games-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .gg-games-section {
    padding: 20px 12px;
  }
}
.gg-games-section {
  max-width: 1050px;
  margin: 0 auto;
  padding: 35px 20px;
  font-family: "Kalameh", Arial, sans-serif;
  box-sizing: border-box;
  background-color: #fcfbfa; /* بک‌گراند کرم روشن */
  border-radius: 16px;
}

.gg-section-title {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 30px 0;
  text-align: center; /* وسط‌چین شدن تیتر ۲ */
  padding-left: 0;
  border-left: none; /* حذف خط کنار تیتر چون وسط‌چین شد */
  line-height: 1.2;
}

/* شبکه دو ستونی مرتب */
.gg-games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.gg-game-item {
  background: #ffffff;
  border: 1px solid #eae5de;
  border-radius: 12px;
  padding: 22px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.gg-game-item:hover {
  border-color: #FF9130;
  box-shadow: 0 4px 14px rgba(255, 79, 0, 0.08);
  transform: translateY(-2px);
}

.gg-game-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

/* کادر آیکون‌ها به رنگ نارنجی تغییر کرد */
.gg-game-icon {
  font-size: 20px;
  background: linear-gradient(135deg, #FF4F00, #FF9130); /* گرادینت نارنجی برند */
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 10px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(255, 79, 0, 0.25);
}

.gg-game-name {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  flex-grow: 1;
}

/* برچسب کوچک */
.gg-game-badge {
  background: #fff4ec;
  color: #FF4F00;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
}

.gg-game-desc {
  color: #555c65;
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .gg-games-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .gg-games-section {
    padding: 20px 12px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e125d50 */<style>
.gg-banking-wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding: 25px 15px;
  font-family: "Kalameh", Arial, sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gg-bank-card {
  background: #0d1626;
  border: 1px solid rgba(255, 145, 48, 0.2);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.gg-bank-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 15px;
}

.gg-bank-icon-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gg-bank-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #FF4F00, #FF9130);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(255, 79, 0, 0.3);
}

.gg-bank-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 2px 0;
}

.gg-bank-subtitle {
  color: #8fa3c2;
  font-size: 12px;
}

.gg-method-tag {
  background: rgba(255, 145, 48, 0.12);
  color: #FF9130;
  border: 1px solid rgba(255, 145, 48, 0.3);
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

/* جدول اطلاعات */
.gg-info-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #131f33;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 20px;
  gap: 10px;
}

.gg-info-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gg-label {
  color: #7b90b2;
  font-size: 11px;
}

.gg-val {
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
}

.gg-green {
  color: #2ecc71 !important;
}

/* وضعیت حساب */
.gg-status-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.gg-stat-item {
  background: #131f33;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}

.gg-stat-label {
  display: block;
  color: #7b90b2;
  font-size: 10.5px;
  margin-bottom: 4px;
}

.gg-stat-val {
  color: #FF9130;
  font-size: 14px;
  font-weight: 800;
}

/* مراحل شارژ و برداشت */
.gg-steps-box {
  background: #131f33;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.gg-steps-heading {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gg-steps-heading span {
  color: #2ecc71;
}

.gg-steps-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gg-steps-list li {
  color: #8fa3c2;
  font-size: 12.5px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.gg-steps-list li span {
  background: rgba(255, 145, 48, 0.15);
  color: #FF9130;
  font-size: 10px;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.gg-steps-list li strong {
  color: #ffffff;
}

/* محدودیت‌های حداکثر و حداقل */
.gg-limits-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.gg-limit-box {
  background: #131f33;
  border: 1px solid rgba(255, 145, 48, 0.15);
  border-radius: 10px;
  padding: 14px;
  text-align: center;
}

.gg-l-label {
  display: block;
  color: #7b90b2;
  font-size: 11px;
  margin-bottom: 4px;
}

.gg-l-val {
  color: #FF9130;
  font-size: 18px;
  font-weight: 800;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .gg-info-table, .gg-status-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gg-bank-card {
    padding: 16px;
  }
  .gg-bank-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a9ac80 */<style>
.gg-security-section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px 20px;
  background-color: #fcfbfa; /* کرم ملایم */
  border-radius: 20px;
  text-align: center;
  font-family: "Kalameh", Arial, sans-serif;
}

.gg-sec-title {
  color: #0b1e3a; /* سرمه‌ای */
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.gg-sec-subtitle {
  color: #555c65;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto 30px auto;
}

.gg-security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

/* کارت‌های عادی */
.gg-sec-card {
  background: #ffffff;
  border: 1px solid #eae5de;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
}

.gg-sec-card:hover {
  border-color: #FF4F00; /* نارنجی */
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* کارت ویژه مسئولیت‌پذیری (آلبالویی تیره) */
.gg-sec-card-special {
  background: #8b1c3c; /* آلبالویی تیره */
  color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  grid-column: span 1;
}

.gg-sec-card-special h3 { color: #ffffff; }
.gg-sec-card-special p { color: #ffd1d1; }

.gg-sec-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

.gg-sec-card h3 {
  color: #0b1e3a;
  font-size: 17px;
  margin-bottom: 10px;
}

.gg-sec-card p {
  color: #555c65;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .gg-security-grid {
    grid-template-columns: 1fr;
  }
}
.gg-security-section .gg-sec-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0b318f *//* ==========================================================
   1. تنظیمات پایه و وسط‌چین در دسکتاپ
   ========================================================== */
.bet953-table-container {
  width: 100% !important;
  padding: 10px !important;
  background-color: #fffaf4 !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
}

.bet953-table-scroller {
  width: 100% !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(196, 58, 0, 0.08) !important;
  border: 1px solid rgba(255, 79, 0, 0.15) !important;
  background: #ffffff !important;
}

.bet953-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background-color: #ffffff !important;
  color: #2b2b2b !important;
  font-family: "Kalameh", Arial, sans-serif !important;
  font-size: 14px !important;
  text-align: center !important;
}

/* هدر جدول (وسط‌چین) */
.bet953-table thead th {
  background-color: #0b1120 !important;
  color: #ffffff !important;
  padding: 16px 14px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid #FF5E00 !important;
  text-align: center !important;
}

/* سلول‌های جدول (وسط‌چین) */
.bet953-table tbody td {
  padding: 16px 14px !important;
  border-bottom: 1px solid #f0e6dd !important;
  vertical-align: middle !important;
  text-align: center !important;
}

.bet953-table tbody tr:nth-child(even) {
  background-color: #fffdfb !important;
}

.bet953-table tbody tr:hover {
  background-color: #fff4ea !important;
}

/* ستون پرووایدر (وسط‌چین) */
.provider-cell {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-weight: 700 !important;
}

.rank-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 6px !important;
  background-color: #f1ebd9 !important;
  color: #615a51 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.rank-1 { background: linear-gradient(135deg, #FF9130, #FF4F00) !important; color: #fff !important; }
.rank-2 { background: linear-gradient(135deg, #FF6F31, #FF5E00) !important; color: #fff !important; }
.rank-3 { background: linear-gradient(135deg, #D16312, #C43A00) !important; color: #fff !important; }

.provider-name {
  font-size: 15px !important;
  color: #111111 !important;
}

.winner-label {
  font-size: 10px !important;
  font-weight: 700 !important;
  background-color: rgba(255, 79, 0, 0.1) !important;
  color: #FF4F00 !important;
  padding: 3px 8px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
}

.payout-speed {
  font-weight: 700 !important;
  color: #C43A00 !important;
}

.bolt-icon {
  color: #FF9130 !important;
}

/* بج‌های روش پرداخت */
.payment-tag {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  background-color: #F5D4A9 !important;
  color: #723e08 !important;
  padding: 3px 7px !important;
  margin: 2px !important;
  border-radius: 6px !important;
  border: 1px solid #E5B89C !important;
}

/* بج امتیاز نهایی */
.score-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 2px solid #38b000 !important;
  background-color: #ffffff !important;
  color: #38b000 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  box-shadow: 0 3px 8px rgba(56, 176, 0, 0.15) !important;
}

/* ==========================================================
   2. حالت کارت موبایل (کاملاً ریسپانسیو و بدون اسکرول افقی)
   ========================================================== */
@media screen and (max-width: 768px) {
  .bet953-table-container {
    padding: 4px !important;
  }

  .bet953-table-scroller {
    overflow-x: hidden !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  /* شکستن ساختار جدول و تبدیل به بلاک */
  .bet953-table, 
  .bet953-table tbody, 
  .bet953-table tr, 
  .bet953-table td {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* مخفی کردن هدر جدول در موبایل */
  .bet953-table thead {
    display: none !important;
  }

  /* تبدیل هر ردیف به کارت مجزا */
  .bet953-table tbody tr {
    background: #ffffff !important;
    border: 1px solid rgba(255, 79, 0, 0.2) !important;
    border-radius: 14px !important;
    margin-bottom: 16px !important;
    padding: 14px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
  }

  /* سطرها و لیبل‌های داخل هر کارت */
  .bet953-table tbody td {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 4px !important;
    border-bottom: 1px dashed #f0e6dd !important;
    font-size: 13.5px !important;
    text-align: right !important;
  }

  /* لیبل سمت چپ */
  .bet953-table tbody td::before {
    font-weight: 700 !important;
    color: #FF5E00 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
  }

  .bet953-table tbody td.provider-cell::before { content: "Provider"; }
  .bet953-table tbody td.rtp-cell::before { content: "Ø RTP"; }
  .bet953-table tbody td.payout-cell::before { content: "Payout"; }
  .bet953-table tbody td.method-cell::before { content: "Methods"; }
  .bet953-table tbody td.suitability-cell::before { content: "Best For"; }
  .bet953-table tbody td.score-cell::before { content: "Score"; }

  .bet953-table tbody td:last-child {
    border-bottom: none !important;
    padding-bottom: 4px !important;
  }

  .provider-cell {
    justify-content: flex-end !important;
  }
}
/* هم‌تراز کردن شماره رتبه‌ها در یک ستون */
.bet953-table .provider-cell {
  position: relative !important;
  padding-right: 42px !important;
  justify-content: center !important;
}

.bet953-table .provider-cell .rank-badge {
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

/* جلوگیری از جابه‌جایی شماره‌ها در کارت موبایل */
@media (max-width: 768px) {
  .bet953-table .provider-cell {
    padding-right: 42px !important;
    justify-content: center !important;
  }

  .bet953-table .provider-cell .rank-badge {
    right: 4px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c8f8e0 *//* Container & Section */
.bet-promo-section {
  width: 100%;
  padding: 35px 20px;
  background-color: #FFF8F0;
  font-family: "Kalameh", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border-radius: 20px;
  box-sizing: border-box;
  direction: ltr;
  text-align: left;
}

/* Header & H2 */
.bet-promo-header {
  text-align: center;
  margin-bottom: 40px;
}

.bet-promo-title {
  color: #FF6F31;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
}

.bet-promo-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #FF4F00, #FF9130);
  margin: 12px auto 0 auto;
  border-radius: 4px;
}

.bet-promo-subtitle {
  color: #94a3b8;
  font-size: 15px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid Layout */
.bet-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card Styling */
.bet-promo-card {
  background: #141c2e;
  border: 1px solid rgba(255, 79, 0, 0.2);
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.bet-promo-card:hover {
  transform: translateY(-5px);
  border-color: #FF4F00;
  box-shadow: 0 12px 30px rgba(255, 79, 0, 0.15);
}

/* Badges */
.card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.08);
  color: #FF9130;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 145, 48, 0.3);
}

.card-badge.hot-badge {
  background: linear-gradient(135deg, #FF4F00, #FF5E00);
  color: #ffffff;
  border: none;
}

.card-badge.special-badge {
  background: linear-gradient(135deg, #D16312, #FF9130);
  color: #ffffff;
  border: none;
}

/* Rate / Percentage */
.card-rate {
  color: #FF5E00;
  font-size: 32px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 12px;
  text-shadow: 0 2px 10px rgba(255, 94, 0, 0.3);
}

/* Titles & Descriptions */
.card-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.35;
}

.card-desc {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  text-align: left;
  flex-grow: 1;
}

/* Footer & Button */
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 15px;
  margin-top: auto;
}

.card-tag {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
  padding: 4px 8px;
  border-radius: 6px;
}

.claim-btn {
  background: linear-gradient(135deg, #FF4F00, #FF9130);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  display: inline-block;
}

.claim-btn:hover {
  opacity: 0.9;
  transform: scale(1.03);
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .bet-promo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .bet-promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bet-promo-title {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .bet-promo-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .bet-promo-section {
    padding: 20px 12px;
  }
  .card-rate {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-421cca9 *//* Section Container */
.bet-news-section {
  width: 100%;
  padding: 40px 20px;
  background-color: #E5B89C;
  font-family: "Kalameh", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border-radius: 20px;
  box-sizing: border-box;
  direction: ltr;
  text-align: left;
}

/* Header */
.bet-news-header {
  text-align: center;
  margin-bottom: 35px;
}

.bet-news-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
}

.bet-news-title::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background: linear-gradient(90deg, #FF4F00, #FF9130);
  margin: 12px auto 0 auto;
  border-radius: 4px;
}

.bet-news-subtitle {
  color: #94a3b8;
  font-size: 14px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid Layout (3 Columns on Desktop) */
.bet-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 35px;
}

/* Card */
.bet-news-card {
  background: #141c2e;
  border: 1px solid rgba(255, 79, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bet-news-card:hover {
  transform: translateY(-6px);
  border-color: #FF4F00;
  box-shadow: 0 12px 30px rgba(255, 79, 0, 0.2);
}

/* Card Visual Thumbnail (Banner Style) */
.card-thumb-link {
  text-decoration: none;
  display: block;
}

.card-thumb {
  position: relative;
  height: 180px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.thumb-overlay {
  position: absolute;
  inset: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.35);
}

.thumb-tag {
  align-self: flex-start;
  background: rgba(255, 79, 0, 0.9);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.thumb-highlight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.thumb-sub {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
}

.thumb-main {
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  margin: 3px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.thumb-extra {
  color: #FF9130;
  font-size: 12px;
  font-weight: 700;
}

/* Card Body */
.card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Meta Bar (Author & Read Time) */
.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.author-avatar {
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: 1px solid rgba(255, 145, 48, 0.3);
}

.author-name {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
}

.read-time {
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
}

/* Headline */
.card-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.card-headline a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.card-headline a:hover {
  color: #FF9130;
}

/* Excerpt */
.card-excerpt {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 16px 0;
  flex-grow: 1;
}

/* Footer Meta */
.card-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 12px;
  margin-top: auto;
}

.post-date {
  color: #64748b;
  font-size: 12px;
}

.read-link {
  color: #FF9130;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
}

.read-link:hover {
  color: #FF4F00;
  transform: translateX(3px);
}

/* Bottom Centered Button */
.bet-news-action {
  text-align: center;
}

.all-news-btn {
  display: inline-block;
  background: transparent;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 30px;
  border: 1.5px solid #FF4F00;
  transition: all 0.25s ease;
}

.all-news-btn:hover {
  background: linear-gradient(135deg, #FF4F00, #FF9130);
  border-color: transparent;
  box-shadow: 0 4px 18px rgba(255, 79, 0, 0.35);
  transform: translateY(-2px);
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .bet-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .bet-news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .bet-news-section {
    padding: 25px 12px;
  }
  .bet-news-title {
    font-size: 24px;
  }
  .card-thumb {
    height: 160px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9444e8e *//* FAQ Section Container */
.bet953-faq-section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 35px 20px 45px;
  background: transparent;
  direction: ltr !important;
  text-align: left;
  font-family: 'Kalameh', Arial, sans-serif;
  box-sizing: border-box;
}

.bet953-faq-section * {
  box-sizing: border-box;
}

/* FAQ Title */
.bet953-faq-section h2 {
  margin: 0 0 28px;
  color: #FF9130;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.3px;
}

/* Details Box */
.bet953-faq-section details {
  width: 100%;
  margin-bottom: 12px;
  background: #18191c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.bet953-faq-section details:hover {
  border-color: rgba(255, 79, 0, 0.4);
}

.bet953-faq-section details[open] {
  border-color: #ff4f00;
  box-shadow: 0 6px 20px rgba(255, 79, 0, 0.15);
}

/* Summary / Question Bar */
.bet953-faq-section summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 14px 20px;
  background: #1e2024;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.bet953-faq-section summary::-webkit-details-marker,
.bet953-faq-section summary::marker {
  display: none;
}

.bet953-faq-section details[open] summary {
  background: #FFF8F0;
  color: #ff9130;
}

.bet953-faq-section summary span:first-child {
  padding-right: 18px;
}

/* Arrow Icon */
.bet953-faq-section .faq-arrow {
  position: relative;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-right: 2.2px solid #ff4f00;
  border-bottom: 2.2px solid #ff4f00;
  transform: rotate(45deg);
  transition: transform 0.25s ease, border-color 0.2s ease;
  margin-right: 4px;
}

.bet953-faq-section details[open] .faq-arrow {
  transform: rotate(225deg);
  border-color: #ff9130;
}

/* Answer Body */
.bet953-faq-section .faq-answer {
  padding: 16px 20px 20px;
  background: #18191c;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bet953-faq-section .faq-answer p {
  margin: 0;
  color: #d1d1d1;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 400;
  text-align: left;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .bet953-faq-section {
    padding: 20px 12px 30px;
  }

  .bet953-faq-section h2 {
    margin-bottom: 18px;
  }

  .bet953-faq-section details {
    border-radius: 10px;
    margin-bottom: 9px;
  }

  .bet953-faq-section summary {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 13.5px;
  }

  .bet953-faq-section .faq-answer {
    padding: 12px 14px 16px;
  }

  .bet953-faq-section .faq-answer p {
    font-size: 12.5px;
    line-height: 1.75;
  }
}/* End custom CSS */