/* Start custom CSS for html, class: .elementor-element-f8d5f9f *//* =========================================
   All IPTV Player – Order Subscription Plans
========================================= */

.alltv-order-pricing {
  --order-primary: #24dde0;
  --order-primary-dark: #00aeb5;
  --order-teal: #006f73;
  --order-dark: #092f31;
  --order-dark-soft: #062629;
  --order-text: #405f61;
  --order-muted: #708587;
  --order-white: #ffffff;
  --order-light: #f3ffff;
  --order-border: #dcebec;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(75px, 8vw, 110px) 0;
  background: #ffffff;
  color: var(--order-dark);
  font-family: inherit;
}

.alltv-order-pricing *,
.alltv-order-pricing *::before,
.alltv-order-pricing *::after {
  box-sizing: border-box;
}

.alltv-order-pricing::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -170px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.13),
    rgba(36, 221, 224, 0.035) 48%,
    transparent 70%
  );
  pointer-events: none;
}

.alltv-order-pricing::after {
  content: "";
  position: absolute;
  bottom: -230px;
  left: -190px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 174, 181, 0.08),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-order-pricing-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Header
========================================= */

.alltv-order-pricing-header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 50px;
}

.alltv-order-pricing-heading {
  min-width: 0;
}

.alltv-order-pricing-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 174, 181, 0.2);
  border-radius: 999px;
  background: var(--order-light);
  color: var(--order-teal);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

.alltv-order-pricing-heading h2 {
  max-width: 850px;
  margin: 0;
  color: var(--order-dark);
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-order-pricing-intro {
  max-width: 540px;
  padding-left: 23px;
  border-left: 3px solid var(--order-primary-dark);
}

.alltv-order-pricing-intro p {
  margin: 0 0 13px;
  color: var(--order-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

.alltv-order-pricing-currency {
  color: var(--order-teal);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.4;
}

/* =========================================
   Pricing Grid
========================================= */

.alltv-order-pricing-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.alltv-order-price-card {
  position: relative;
  min-width: 0;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  padding: 29px 24px 24px;
  overflow: hidden;
  border: 1px solid var(--order-border);
  border-radius: 24px;
  background: var(--order-white);
  box-shadow: 0 18px 48px rgba(4, 70, 73, 0.08);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.alltv-order-price-card::before {
  content: "";
  position: absolute;
  right: -75px;
  bottom: -95px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.11),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-order-price-card:hover {
  border-color: rgba(0, 174, 181, 0.34);
  box-shadow: 0 28px 65px rgba(4, 70, 73, 0.14);
  transform: translateY(-6px);
}

.alltv-order-price-card-trial {
  background:
    linear-gradient(
      145deg,
      var(--order-light),
      #ffffff 64%
    );
}

/* =========================================
   Featured Card
========================================= */

.alltv-order-price-card-featured {
  padding-top: 44px;
  border-color: rgba(36, 221, 224, 0.36);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(36, 221, 224, 0.17),
      transparent 29%
    ),
    linear-gradient(
      145deg,
      #062629,
      #031719
    );
  box-shadow: 0 26px 66px rgba(3, 45, 47, 0.24);
  transform: translateY(-8px);
}

.alltv-order-price-card-featured:hover {
  border-color: rgba(36, 221, 224, 0.56);
  box-shadow: 0 34px 78px rgba(3, 45, 47, 0.31);
  transform: translateY(-12px);
}

.alltv-order-price-card-featured::before {
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.2),
    transparent 68%
  );
}

.alltv-order-best-badge {
  position: absolute;
  top: 0;
  right: 23px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    135deg,
    var(--order-primary),
    var(--order-primary-dark)
  );
  color: #032224;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* =========================================
   Wide Cards
========================================= */

.alltv-order-price-card-wide {
  grid-column: span 6;
  display: grid;
  grid-template-columns: minmax(235px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: 30px;
  padding: 32px;
}

.alltv-order-price-card-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.alltv-order-price-card-long {
  background:
    linear-gradient(
      145deg,
      rgba(36, 221, 224, 0.09),
      #ffffff 58%
    );
  border-color: rgba(0, 174, 181, 0.22);
}

/* =========================================
   Card Header
========================================= */

.alltv-order-price-card-head {
  position: relative;
  z-index: 2;
}

.alltv-order-plan-icon {
  width: 53px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border: 1px solid rgba(0, 174, 181, 0.19);
  border-radius: 15px;
  background: var(--order-light);
  color: var(--order-primary-dark);
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.alltv-order-price-card:hover .alltv-order-plan-icon {
  background: rgba(36, 221, 224, 0.15);
  transform: rotate(-3deg) scale(1.04);
}

.alltv-order-price-card-featured .alltv-order-plan-icon {
  border-color: rgba(36, 221, 224, 0.2);
  background: rgba(36, 221, 224, 0.09);
  color: var(--order-primary);
}

.alltv-order-plan-type {
  display: block;
  margin-bottom: 8px;
  color: var(--order-primary-dark);
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.alltv-order-price-card-featured .alltv-order-plan-type {
  color: var(--order-primary);
}

.alltv-order-price-card h3 {
  margin: 0 0 11px;
  color: var(--order-dark);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.4px;
}

.alltv-order-price-card-featured h3 {
  color: #ffffff;
}

.alltv-order-price-card-head p {
  min-height: 84px;
  margin: 0 0 23px;
  color: var(--order-muted);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.72;
}

.alltv-order-price-card-featured .alltv-order-price-card-head p {
  color: #a9c1c3;
}

.alltv-order-price-card-wide .alltv-order-price-card-head p {
  min-height: 0;
}

/* =========================================
   Price
========================================= */

.alltv-order-price-block {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin-bottom: 22px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--order-border);
}

.alltv-order-price-card-featured .alltv-order-price-block {
  border-bottom-color: rgba(255, 255, 255, 0.11);
}

.alltv-order-price-currency {
  align-self: flex-start;
  margin-top: 7px;
  color: var(--order-primary-dark);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.alltv-order-price-card-featured .alltv-order-price-currency {
  color: var(--order-primary);
}

.alltv-order-price-block strong {
  color: var(--order-dark);
  font-size: clamp(43px, 4vw, 56px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -2px;
}

.alltv-order-price-card-featured .alltv-order-price-block strong {
  color: #ffffff;
}

.alltv-order-price-period {
  margin-bottom: 3px;
  color: var(--order-muted);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.3;
}

.alltv-order-price-card-featured .alltv-order-price-period {
  color: #91abad;
}

/* =========================================
   Features
========================================= */

.alltv-order-price-features {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  flex: 1;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}

.alltv-order-price-features li {
  position: relative;
  margin: 0;
  padding: 0 0 0 27px;
  color: var(--order-text);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.5;
}

.alltv-order-price-features li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 50%;
  background: var(--order-light);
  color: var(--order-primary-dark);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.alltv-order-price-card-featured .alltv-order-price-features li {
  color: #c2d5d6;
}

.alltv-order-price-card-featured
.alltv-order-price-features li::before {
  border-color: rgba(36, 221, 224, 0.18);
  background: rgba(36, 221, 224, 0.09);
  color: var(--order-primary);
}

.alltv-order-price-features-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 13px 20px;
  margin: 10px 0 0;
  padding-left: 28px;
  border-left: 1px solid var(--order-border);
}

/* =========================================
   Buttons
========================================= */

.alltv-order-price-button {
  position: relative;
  z-index: 2;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin-top: auto;
  padding: 12px 17px;
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-order-price-button-light {
  border: 1px solid var(--order-border);
  background: #ffffff;
  color: var(--order-dark) !important;
  box-shadow: 0 9px 23px rgba(4, 70, 73, 0.06);
}

.alltv-order-price-button-light:hover {
  border-color: rgba(0, 174, 181, 0.36);
  background: var(--order-light);
  color: var(--order-teal) !important;
  transform: translateY(-2px);
}

.alltv-order-price-button-primary {
  border: 1px solid var(--order-primary);
  background: linear-gradient(
    135deg,
    var(--order-primary),
    var(--order-primary-dark)
  );
  color: #032224 !important;
  box-shadow: 0 13px 28px rgba(0, 174, 181, 0.25);
}

.alltv-order-price-button-primary:hover {
  color: #032224 !important;
  box-shadow: 0 17px 36px rgba(0, 174, 181, 0.34);
  transform: translateY(-2px);
}

.alltv-order-price-button svg {
  display: block;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.alltv-order-price-button:hover svg {
  transform: translateX(3px);
}

/* =========================================
   Information Box
========================================= */

.alltv-order-pricing-info {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 23px 25px;
  border: 1px solid var(--order-border);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      var(--order-light),
      #ffffff 72%
    );
  box-shadow: 0 15px 40px rgba(4, 70, 73, 0.07);
}

.alltv-order-pricing-info-icon {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 12px;
  background: #ffffff;
  color: var(--order-primary-dark);
}

.alltv-order-pricing-info-text {
  min-width: 0;
}

.alltv-order-pricing-info-text strong {
  display: block;
  margin-bottom: 4px;
  color: var(--order-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.alltv-order-pricing-info-text p {
  max-width: 880px;
  margin: 0;
  color: var(--order-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.6;
}

.alltv-order-pricing-support {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid rgba(0, 174, 181, 0.24);
  border-radius: 11px;
  background: #ffffff;
  color: var(--order-teal) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-order-pricing-support:hover {
  border-color: rgba(0, 174, 181, 0.4);
  background: var(--order-light);
  color: var(--order-teal) !important;
  transform: translateY(-2px);
}

.alltv-order-pricing-note {
  max-width: 950px;
  margin: 17px auto 0;
  color: var(--order-muted);
  font-size: 10.5px;
  font-weight: 550;
  line-height: 1.65;
  text-align: center;
}

/* =========================================
   Accessibility
========================================= */

.alltv-order-pricing a:focus-visible {
  outline: 3px solid rgba(0, 174, 181, 0.35);
  outline-offset: 4px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1100px) {
  .alltv-order-price-card {
    grid-column: span 6;
  }

  .alltv-order-price-card-featured {
    transform: none;
  }

  .alltv-order-price-card-featured:hover {
    transform: translateY(-6px);
  }

  .alltv-order-price-card-wide {
    grid-column: 1 / -1;
  }

  .alltv-order-price-card-head p {
    min-height: 64px;
  }
}

@media (max-width: 900px) {
  .alltv-order-pricing-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-order-pricing-intro {
    max-width: 720px;
  }

  .alltv-order-price-card-wide {
    grid-template-columns: 1fr;
  }

  .alltv-order-price-features-wide {
    padding: 25px 0 0;
    border-top: 1px solid var(--order-border);
    border-left: 0;
  }

  .alltv-order-pricing-info {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .alltv-order-pricing-support {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .alltv-order-pricing {
    padding: 68px 0;
  }

  .alltv-order-pricing-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-order-pricing-header {
    margin-bottom: 36px;
  }

  .alltv-order-pricing-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-order-pricing-intro {
    padding-left: 17px;
  }

  .alltv-order-pricing-intro p {
    font-size: 15px;
  }

  .alltv-order-price-card {
    grid-column: 1 / -1;
  }

  .alltv-order-price-card-head p {
    min-height: 0;
  }

  .alltv-order-price-card-wide {
    padding: 27px 23px;
  }

  .alltv-order-price-features-wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .alltv-order-price-card {
    padding: 26px 21px 21px;
  }

  .alltv-order-price-card-featured {
    padding-top: 42px;
  }

  .alltv-order-price-block strong {
    font-size: 47px;
  }

  .alltv-order-pricing-info {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .alltv-order-pricing-info-icon {
    margin-bottom: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-order-pricing *,
  .alltv-order-pricing *::before,
  .alltv-order-pricing *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
/* =========================================================
   All IPTV Player – Order Pricing Arabic RTL Support
   Add after the original pricing CSS
========================================================= */

.alltv-order-pricing.alltv-order-pricing-ar {
  direction: rtl;
  text-align: right;
}

/* العناصر العامة */
.alltv-order-pricing-ar .alltv-order-pricing-container,
.alltv-order-pricing-ar .alltv-order-pricing-header,
.alltv-order-pricing-ar .alltv-order-pricing-heading,
.alltv-order-pricing-ar .alltv-order-pricing-intro,
.alltv-order-pricing-ar .alltv-order-pricing-grid,
.alltv-order-pricing-ar .alltv-order-price-card,
.alltv-order-pricing-ar .alltv-order-price-card-head,
.alltv-order-pricing-ar .alltv-order-price-card-main,
.alltv-order-pricing-ar .alltv-order-pricing-info,
.alltv-order-pricing-ar .alltv-order-pricing-info-text {
  direction: rtl;
  text-align: right;
}

/* =========================================================
   Decorative Background
========================================================= */

.alltv-order-pricing-ar::before {
  right: auto;
  left: -170px;
}

.alltv-order-pricing-ar::after {
  right: -190px;
  left: auto;
}

/* الدائرة الزخرفية داخل البطاقات */
.alltv-order-pricing-ar .alltv-order-price-card::before {
  right: auto;
  left: -75px;
}

/* =========================================================
   Header
========================================================= */

.alltv-order-pricing-ar .alltv-order-pricing-heading h2,
.alltv-order-pricing-ar .alltv-order-pricing-intro p {
  text-align: right;
}

.alltv-order-pricing-ar .alltv-order-pricing-intro {
  padding-right: 23px;
  padding-left: 0;
  border-right: 3px solid var(--order-primary-dark);
  border-left: 0;
}

/* إلغاء التنسيق الإنجليزي للحروف */
.alltv-order-pricing-ar .alltv-order-pricing-label,
.alltv-order-pricing-ar .alltv-order-plan-type,
.alltv-order-pricing-ar .alltv-order-best-badge {
  letter-spacing: 0;
  text-transform: none;
}

/* =========================================================
   Pricing Cards
========================================================= */

.alltv-order-pricing-ar .alltv-order-price-card h3,
.alltv-order-pricing-ar .alltv-order-price-card-head p {
  text-align: right;
}

/* شارة الخيار الأفضل */
.alltv-order-pricing-ar .alltv-order-best-badge {
  right: auto;
  left: 23px;
}

/* الأيقونات */
.alltv-order-pricing-ar .alltv-order-plan-icon {
  margin-right: 0;
  margin-left: auto;
}

/* =========================================================
   Price Block
========================================================= */

.alltv-order-pricing-ar .alltv-order-price-block {
  direction: rtl;
  justify-content: flex-start;
  text-align: right;
}

/* منع انعكاس السعر ورمز العملة */
.alltv-order-pricing-ar .alltv-order-price-currency,
.alltv-order-pricing-ar .alltv-order-price-block strong {
  direction: ltr;
  unicode-bidi: isolate;
}

.alltv-order-pricing-ar .alltv-order-price-period {
  text-align: right;
}

/* =========================================================
   Features Lists
========================================================= */

.alltv-order-pricing-ar .alltv-order-price-features {
  direction: rtl;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

.alltv-order-pricing-ar .alltv-order-price-features li {
  padding-right: 27px;
  padding-left: 0;
  text-align: right;
}

.alltv-order-pricing-ar .alltv-order-price-features li::before {
  right: 0;
  left: auto;
}

/* مميزات البطاقات العريضة */
.alltv-order-pricing-ar .alltv-order-price-features-wide {
  padding-right: 28px;
  padding-left: 0;
  border-right: 1px solid var(--order-border);
  border-left: 0;
}

/* =========================================================
   Buttons
========================================================= */

.alltv-order-pricing-ar .alltv-order-price-button {
  direction: rtl;
  flex-direction: row;
}

.alltv-order-pricing-ar .alltv-order-price-button:hover svg {
  transform: translateX(-3px);
}

/* =========================================================
   Information Box
========================================================= */

.alltv-order-pricing-ar .alltv-order-pricing-info {
  direction: rtl;
}

.alltv-order-pricing-ar .alltv-order-pricing-info-text strong,
.alltv-order-pricing-ar .alltv-order-pricing-info-text p {
  text-align: right;
}

.alltv-order-pricing-ar .alltv-order-pricing-support {
  direction: rtl;
  text-align: center;
}

.alltv-order-pricing-ar .alltv-order-pricing-note {
  direction: rtl;
  text-align: center;
}

/* =========================================================
   Responsive RTL
========================================================= */

@media (max-width: 900px) {
  .alltv-order-pricing-ar .alltv-order-pricing-intro {
    margin-right: 0;
    margin-left: auto;
  }

  .alltv-order-pricing-ar .alltv-order-price-features-wide {
    padding: 25px 0 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid var(--order-border);
  }

  .alltv-order-pricing-ar .alltv-order-pricing-support {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .alltv-order-pricing-ar .alltv-order-pricing-intro {
    padding-right: 17px;
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .alltv-order-pricing-ar .alltv-order-pricing-info-icon {
    margin-right: 0;
    margin-left: auto;
  }

  .alltv-order-pricing-ar .alltv-order-pricing-info-text,
  .alltv-order-pricing-ar .alltv-order-pricing-info-text strong,
  .alltv-order-pricing-ar .alltv-order-pricing-info-text p {
    width: 100%;
    text-align: right;
  }
}/* End custom CSS */