.elementor-6 .elementor-element.elementor-element-0019fdb{--display:flex;}.elementor-6 .elementor-element.elementor-element-d255b7b{--display:flex;}.elementor-6 .elementor-element.elementor-element-e0827e6{--display:flex;}.elementor-6 .elementor-element.elementor-element-2152cad{--display:flex;}.elementor-6 .elementor-element.elementor-element-ef7ed95{--display:flex;}.elementor-6 .elementor-element.elementor-element-cea479d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4cd4c7a */.iptv-hero {
  padding: 110px 20px;
  text-align: center;
  background: radial-gradient(circle at top, rgba(120,119,198,0.15), transparent 60%);
}

.iptv-container {
  max-width: 900px;
  margin: auto;
}

.iptv-hero h1 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 15px;
}

.iptv-hero h2 {
  font-size: 22px;
  color: #444;
}

.iptv-hero h2 span {
  color: #7c3aed;
  font-weight: 700;
}

.iptv-hero p {
  margin-top: 15px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.iptv-buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #7c3aed;
  color: #fff;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  background: #6d28d9;
}

.btn-secondary {
  border: 1px solid #ddd;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  color: #333;
}

.btn-secondary:hover {
  background: #f3f3f3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16a28aa */.feature {
  padding: 100px 20px;
  background: #ffffff;
  color: #0f0f0f;
}

.feature-container {
  max-width: 1100px;
  margin: auto;
}

/* BADGE */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(124, 58, 237, 0.2);
  backdrop-filter: blur(6px);
}

/* TITLE */
.feature h2 {
  font-size: 46px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.subtitle {
  font-size: 17px;
  color: #6b7280;
  max-width: 650px;
  margin-bottom: 60px;
  line-height: 1.6;
}

/* GRID */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD STYLE (IMPORTANT PART) */
.feature-item {
  display: flex;
  gap: 14px;
  padding: 22px;
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.06);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.04);

  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

/* glow effect */
.feature-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(124, 58, 237, 0.12),
    transparent 60%
  );
  opacity: 0;
  transition: 0.3s;
}

.feature-item:hover::before {
  opacity: 1;
}

.feature-item:hover {
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, 0.4);
  box-shadow: 0 20px 50px rgba(124, 58, 237, 0.15);
}

/* CHECK ICON (premium style) */
.check {
  width: 26px;
  height: 26px;
  min-width: 26px;

  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  font-size: 14px;

  box-shadow: 0 5px 15px rgba(124, 58, 237, 0.3);
}

/* TEXT */
.feature-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.feature-item p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59712c3 */.hiw {
  padding: 90px 20px;
  background: #ffffff;
  color: #111;
}

.hiw-container {
  max-width: 1100px;
  margin: auto;
}

.hiw-header {
  text-align: center;
  margin-bottom: 60px;
}

.hiw-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111;
}

.hiw-header p {
  color: #666;
  max-width: 600px;
  margin: auto;
}

.hiw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hiw-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 22px;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.04);
}

.hiw-card:hover {
  transform: translateY(-6px);
  border-color: #7c3aed;
  box-shadow: 0 10px 40px rgba(124,58,237,0.15);
}

.hiw-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.hiw-icon {
  font-size: 22px;
}

.hiw-number {
  width: 28px;
  height: 28px;
  background: #7c3aed; /* mauve */
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}

.hiw-card h3 {
  margin-bottom: 8px;
  color: #111;
}

.hiw-card p {
  color: #666;
  margin-bottom: 12px;
}

.hiw-card ul {
  padding-left: 18px;
  color: #555;
}

.hiw-card ul li {
  margin-bottom: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2a34ed */.pricing {
  padding: 110px 20px;
  background: #ffffff;
  color: #0f0f0f;
  text-align: center;
}

/* CONTAINER */
.pricing-container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.pricing h2 {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -1px;
}

.pricing p {
  color: #6b7280;
  margin-bottom: 45px;
  font-size: 16px;
}

/* SWITCH (clean glass style) */
.switch {
  display: inline-flex;
  background: rgba(124, 58, 237, 0.06);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 999px;
  padding: 6px;
  margin-bottom: 55px;
  backdrop-filter: blur(10px);
}

.switch button {
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.switch .active {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: white;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.25);
}

/* GRID */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD (MAIN UPGRADE) */
.pricing-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 28px;
  transition: all 0.3s ease;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

/* soft glow background */
.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top,
    rgba(124, 58, 237, 0.10),
    transparent 60%
  );
  opacity: 0;
  transition: 0.3s;
}

.pricing-card:hover::before {
  opacity: 1;
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(124, 58, 237, 0.35);
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.15);
}

/* POPULAR CARD */
.pricing-card.popular {
  border: 2px solid #7c3aed;
  box-shadow: 0 25px 80px rgba(124, 58, 237, 0.2);
  transform: scale(1.03);
}

/* BADGE */
.badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: white;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 999px;
  font-weight: 600;
}

/* PRICE */
.price {
  font-size: 42px;
  font-weight: 800;
  margin: 15px 0;
  letter-spacing: -1px;
}

.price small {
  font-size: 14px;
  color: #6b7280;
}

/* BUTTON */
.btn {
  width: 100%;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f9fafb;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  background: #f3f0ff;
  border-color: #7c3aed;
}

.btn.primary {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: white;
  border: none;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.25);
}

/* LIST */
.pricing-card ul {
  text-align: left;
  margin-top: 18px;
  list-style: none;
  padding: 0;
}

.pricing-card ul li {
  padding: 7px 0;
  color: #6b7280;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card.popular {
    transform: scale(1);
  }
}/* End custom CSS */