/* Start custom CSS for html, class: .elementor-element-a40bdde *//* Arabic TV FAQ Page - Centered Design */
.atv-faq-page-section {
  padding: 90px 20px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.atv-faq-page-section::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -150px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12), transparent 65%);
  pointer-events: none;
}

.atv-faq-page-section::after {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -150px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.10), transparent 65%);
  pointer-events: none;
}

.atv-faq-container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Heading */
.atv-faq-heading {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.atv-faq-heading span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.28);
  color: #0369a1;
  font-size: 14px;
  font-weight: 900;
}

.atv-faq-heading h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -1px;
}

.atv-faq-heading p {
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
}

/* FAQ List Centered */
.atv-faq-list-centered {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

/* FAQ Item */
.atv-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: 0.25s ease;
}

.atv-faq-item:hover {
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.09);
}

.atv-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 62px 22px 24px;
  position: relative;
  color: #0f172a;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.atv-faq-item summary::-webkit-details-marker {
  display: none;
}

.atv-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 950;
  transition: 0.25s ease;
}

.atv-faq-item[open] {
  border-color: rgba(34, 197, 94, 0.35);
}

.atv-faq-item[open] summary::after {
  content: "−";
  background: #22c55e;
  color: #ffffff;
}

.atv-faq-item div {
  padding: 0 24px 24px;
}

.atv-faq-item p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.85;
}

/* Bottom CTA */
.atv-faq-bottom-cta {
  max-width: 920px;
  margin: 48px auto 0;
  padding: 42px 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 30%, rgba(56, 189, 248, 0.18), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #101b2d 100%);
  text-align: center;
  color: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.12);
}

.atv-faq-bottom-cta span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.14);
  border: 1px solid rgba(56, 189, 248, 0.32);
  color: #dff6ff;
  font-size: 13px;
  font-weight: 900;
}

.atv-faq-bottom-cta h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 950;
}

.atv-faq-bottom-cta p {
  max-width: 680px;
  margin: 0 auto 24px;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.8;
}

.atv-faq-bottom-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.atv-faq-whatsapp,
.atv-faq-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.atv-faq-whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.22);
}

.atv-faq-order {
  background: rgba(255,255,255,0.09);
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.16);
}

.atv-faq-whatsapp:hover,
.atv-faq-order:hover {
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 700px) {
  .atv-faq-page-section {
    padding: 70px 18px;
  }

  .atv-faq-heading h2 {
    font-size: 34px;
  }

  .atv-faq-heading p {
    font-size: 16px;
  }

  .atv-faq-item summary {
    padding: 20px 56px 20px 20px;
    font-size: 16px;
  }

  .atv-faq-item div {
    padding: 0 20px 22px;
  }

  .atv-faq-bottom-cta {
    padding: 36px 22px;
    border-radius: 28px;
  }

  .atv-faq-whatsapp,
  .atv-faq-order {
    width: 100%;
    max-width: 320px;
  }
}

.atv-faq-page-section[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.atv-faq-page-section[dir="rtl"] .atv-faq-heading {
  text-align: center;
}

.atv-faq-page-section[dir="rtl"] .atv-faq-item {
  text-align: right;
}

.atv-faq-page-section[dir="rtl"] .atv-faq-item summary {
  text-align: right;
}

.atv-faq-page-section[dir="rtl"] .atv-faq-bottom-cta {
  text-align: center;
}

.atv-faq-page-section[dir="rtl"] .atv-faq-bottom-actions {
  direction: rtl;
}

.atv-faq-page-section[dir="rtl"] bdi {
  unicode-bidi: isolate;
}/* End custom CSS */