.elementor-265 .elementor-element.elementor-element-b89f1a5{--display:flex;}.elementor-265 .elementor-element.elementor-element-ab59c53{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -84px;}.elementor-265 .elementor-element.elementor-element-1e8487e{margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-265 .elementor-element.elementor-element-41918c4{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-265 .elementor-element.elementor-element-db88859{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-265 .elementor-element.elementor-element-0a3796d{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + -18px) 0px;}.elementor-265 .elementor-element.elementor-element-6c07f4c{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + -11px) 0px;}.elementor-265 .elementor-element.elementor-element-dbf6abb{margin:-44px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-265 .elementor-element.elementor-element-39e9a9f{--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;--margin-top:-14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-265 .elementor-element.elementor-element-bc6319e{margin:-117px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-265 .elementor-element.elementor-element-669c88a{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + -7px) 0px;}.elementor-265 .elementor-element.elementor-element-c459703{margin:-11px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-265 .elementor-element.elementor-element-9fc77b2{margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + -7px) 0px;}.elementor-265 .elementor-element.elementor-element-76d4ce8{margin:-69px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-265 .elementor-element.elementor-element-52a5363{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + -16px) 0px;}.elementor-265 .elementor-element.elementor-element-f73fc11{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + -16px) 0px;}.elementor-265 .elementor-element.elementor-element-c300752{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + -16px) 0px;}.elementor-265 .elementor-element.elementor-element-6272192{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + -16px) 0px;}.elementor-265 .elementor-element.elementor-element-e81993d{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + -18px) 0px;}@media(max-width:767px){.elementor-265 .elementor-element.elementor-element-1e8487e{margin:59px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-265 .elementor-element.elementor-element-41918c4{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-265 .elementor-element.elementor-element-dbf6abb{margin:-45px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-ab59c53 */@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body {
  background: #f3f0f0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* HEADER CONTAINER */
/* Force header to be full screen, fixed */
/* ===== VIP HEADER BASE ===== */
.vip-header-container {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.25);   /* transparent dark glass */
  backdrop-filter: blur(4px) saturate(120%);
  -webkit-backdrop-filter: blur(4px) saturate(120%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: none;
  transition: all 0.45s ease;
}

/* ===== VIP HEADER AFTER SCROLL ===== */
.vip-header-container.scrolled {
  background: rgba(20, 20, 20, 0.85);  /* richer dark glass */
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35); /* subtle gold accent */
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

/* remove inner limits */
.vip-header-inner {
  width: 100%;               /* force full width */
  max-width: 100%;           /* kill container limit */
  margin: 0;                 /* no centering */
  padding: 0 30px;           /* some space at edges */
  box-sizing: border-box;
}

.vip-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


.vip-header-logo {
  position: relative;
}

.vip-header-logo img {
  width: 90px;
  border-radius: 8px;
}

/* Trusted by Influencers Style */
.vip-trusted-text {
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
  font-family: 'Pacifico', cursive;
  font-size: 22px;
  color: #b800d8;
  white-space: nowrap;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

/* FLOATING VIP MENU */
.vip-menu-wrapper {
  background: linear-gradient(135deg, rgba(15,15,25,0.9), rgba(25,25,40,0.9)); /* cosmic glass */
  padding: 10px 30px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  margin-right: 20px;
  position: relative;

  /* Futuristic borders + aura */
  border: 2px solid rgba(120, 200, 255, 0.5); /* neon ice border */
  box-shadow:
    0 0 15px rgba(120, 200, 255, 0.35),  /* glowing aura */
    0 10px 30px rgba(0,0,0,0.7),          /* deep shadow */
    inset 0 0 25px rgba(120, 200, 255, 0.15); /* inner energy glow */

  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  transition: all 0.4s ease;
}

.vip-menu-wrapper:hover {
  border-color: rgba(180, 255, 255, 0.9);
  box-shadow:
    0 0 25px rgba(180, 255, 255, 0.6),
    0 14px 40px rgba(0,0,0,0.85),
    inset 0 0 40px rgba(180, 255, 255, 0.25);
  transform: translateY(-2px);
}


.vip-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.vip-nav-links a, .vip-dropbtn {
  text-decoration: none;
  color: #300050;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  font-size: 14px;
}

.vip-nav-links a:hover, .vip-dropbtn:hover {
  background: #f9f1ff;
  color: #8000d2;
}

/* CONTACT BUTTON */
/* CONTACT BUTTON - Cosmic Royal Style */
.vip-contact-btn {
  background: linear-gradient(135deg, #1a1a1a, #2c2c2c); /* deep black base */
  color: #fcefb4; /* soft royal gold */
  padding: 12px 30px;
  border-radius: 18px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.6px;

  /* VIP cosmic borders + glow */
  border: 2px solid rgba(212, 175, 55, 0.7); /* gold edge */
  box-shadow:
    0 0 18px rgba(212, 175, 55, 0.25), /* golden aura */
    0 6px 22px rgba(98, 0, 234, 0.35), /* purple nebula glow */
    inset 0 0 15px rgba(255, 215, 0, 0.15);

  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  transition: all 0.35s ease, transform 0.35s ease;
}

.vip-contact-btn:hover {
  background: linear-gradient(135deg, #2d2d2d, #3a3a3a);
  color: #fff6d6;
  border-color: rgba(255, 215, 0, 0.9);
  box-shadow:
    0 0 28px rgba(212, 175, 55, 0.55),
    0 12px 32px rgba(98, 0, 234, 0.45),
    inset 0 0 25px rgba(255, 215, 0, 0.25);
  transform: translateY(-3px) scale(1.05);
}


/* HIDE CONTACT ON MOBILE */
@media (max-width: 992px) {
  .vip-contact-btn {
    display: none !important;
  }
}

/* === VIP DROPDOWN === */
.vip-dropdown {
  position: relative;
}

/* Dropdown Box */
.vip-dropdown-content {
  position: absolute;
  top: 52px;
  right: 0;
  background: rgba(20, 20, 25, 0.92); /* dark glass */
  border: 1px solid rgba(212, 175, 55, 0.4); /* subtle gold */
  border-radius: 16px;
  padding: 18px;
  min-width: 380px;
  z-index: 999;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  box-sizing: border-box;

  /* Glass + shadow */
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: 0 10px 28px rgba(0,0,0,0.55),
              0 0 20px rgba(212, 175, 55, 0.25);
  animation: vip-fade 0.35s ease;
}

/* Open State */
.vip-dropdown-content.open {
  display: grid;
}

/* Links */
.vip-dropdown-content a {
  font-weight: 600;
  color: #f8f8f8;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  transition: all 0.3s ease;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.vip-dropdown-content a:hover {
  color: #201600;
  background: linear-gradient(135deg, #d4af37, #f1d58b);
  border: 1px solid rgba(212, 175, 55, 0.6);
  box-shadow: 0 4px 18px rgba(212, 175, 55, 0.45);
  transform: translateY(-2px);
}

/* Link Icons */
.vip-dropdown-content a img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.3);
}

/* Fade-in Animation */
@keyframes vip-fade {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}


.vip-dropdown-content a img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* MOBILE RESPONSIVE FIX for DROPDOWN */
@media (max-width: 600px) {
  .vip-dropdown-content {
    min-width: 250px;
    grid-template-columns: 1fr !important;
  }
}

/* === VIP MOBILE TOGGLE BUTTON === */
.vip-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(20,20,25,0.95), rgba(35,35,45,0.95));
  border: 2px solid rgba(212, 175, 55, 0.6); /* subtle gold edge */
  box-shadow: 
    0 0 15px rgba(212, 175, 55, 0.25),       /* outer aura */
    0 8px 22px rgba(0,0,0,0.65),             /* depth */
    inset 0 0 12px rgba(255, 215, 0, 0.12);  /* inner glow */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  transition: all 0.35s ease;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
}

.vip-toggle:hover {
  border-color: rgba(255, 215, 0, 0.9);
  box-shadow: 
    0 0 20px rgba(212, 175, 55, 0.4),
    0 10px 28px rgba(0,0,0,0.75),
    inset 0 0 18px rgba(255, 215, 0, 0.2);
  transform: translateY(-2px) scale(1.05);
}

/* Bars inside the toggle */
.vip-toggle span {
  height: 3px;
  width: 20px;
  background: linear-gradient(90deg, #d4af37, #f7e98b); /* gold gradient bars */
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.45);
  transition: all 0.3s ease;
}

/* Optional: animate into "X" when active */
.vip-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.vip-toggle.active span:nth-child(2) {
  opacity: 0;
}
.vip-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}


/* === VIP MOBILE MENU TOGGLE === */
@media (max-width: 992px) {
  .vip-toggle { 
    display: flex; 
  }

  .vip-menu-wrapper { 
    display: none; 
    width: 100%;
  }

  .vip-menu-wrapper.active {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: rgba(20, 20, 25, 0.95); /* dark glass */
    padding: 22px;
    border-radius: 18px;
    margin-top: 14px;
    box-shadow: 
      0 8px 28px rgba(0,0,0,0.55),
      0 0 20px rgba(212, 175, 55, 0.25); /* subtle VIP aura */
    border: 2px solid rgba(212, 175, 55, 0.35); /* gold border */
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    animation: vip-slide 0.35s ease forwards;
  }

  .vip-nav-links { 
    flex-direction: column; 
    width: 100%; 
    gap: 12px;
  }

  .vip-nav-links a, 
  .vip-dropbtn {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: #f8f8f8;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
  }

  .vip-nav-links a:hover, 
  .vip-dropbtn:hover {
    background: linear-gradient(135deg, #d4af37, #f1d58b); /* VIP gold hover */
    color: #201600;
    border: 1px solid rgba(212, 175, 55, 0.6);
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
    transform: translateY(-2px);
  }
}

/* Slide-in animation */
@keyframes vip-slide {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === Overlay Background === */
.vip-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

/* === Popup Box === */
.vip-popup {
  background: #000; /* Pure black */
  color: #fff; /* White text */
  border-radius: 16px;
  padding: 40px 30px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0 25px rgba(180,0,255,0.6);
  position: relative;
  animation: fadeIn 0.4s ease;
}

.vip-popup h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
}

/* === Close Button === */
.close-btn {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.close-btn:hover {
  color: #ff4444;
}

/* === Input Wrapper === */
.vip-input-wrap {
  position: relative;
  margin-bottom: 25px;
}

.vip-input-wrap input,
.vip-input-wrap textarea {
  width: 100%;
  padding: 14px 12px;
  border: 2px solid #555;
  background: #111;
  border-radius: 8px;
  font-size: 16px;
  color: #fff; /* White text */
  outline: none;
  resize: none;
  transition: border 0.3s;
}

.vip-input-wrap input:focus,
.vip-input-wrap textarea:focus {
  border-color: #b000ff; /* Purple glow */
  box-shadow: 0 0 10px rgba(176,0,255,0.6);
}

/* === Floating Labels === */
.vip-input-wrap label {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  pointer-events: none;
  transition: 0.3s ease;
}

/* Stay above when filled OR focused */
.vip-input-wrap input:focus + label,
.vip-input-wrap input:not(:placeholder-shown) + label,
.vip-input-wrap textarea:focus + label,
.vip-input-wrap textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 10px;
  background: #000;
  padding: 0 6px;
  font-size: 12px;
  color: #b000ff;
}

/* === Submit Button === */
.vip-popup button {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #b000ff, #ff0080);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.3s;
}
.vip-popup button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px rgba(255,0,128,0.6);
}

/* === Animation === */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}


/* Hide duplicate Contact in desktop */
.vip-mobile-contact {
  display: none;
}

/* On mobile toggle, show it inside menu */
@media (max-width: 768px) {
  .vip-contact-btn { display: none; }   /* hide desktop floating */
  .vip-mobile-contact { display: block; } /* show inside mobile nav */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e8487e *//* ===== Tokens ===== */
:root{
  --ink:#fff; --muted:#d7dae2; --bg:#000;
  --glass:rgba(10,12,16,.55); --stroke:rgba(255,255,255,.12);
  --gold1:#caa54a; --gold2:#f1d58b; --gold3:#8c6b1e;
  --radius:22px; --shadow:0 30px 120px rgba(0,0,0,.65);
  --font: Manrope, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

html,body{
  margin:0;padding:0;background:var(--bg);
  color:var(--ink);font-family:var(--font);
  overflow-x:hidden;
}

/* ===== Full-bleed hero ===== */
.royal-hero{
  position:relative;width:100vw;min-height:100vh;
  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.royal-bg{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;z-index:0;
  filter:contrast(1.05) saturate(.95);
}
.royal-overlay{
  position:absolute;inset:0;z-index:1;
  background:
    radial-gradient(110% 70% at 50% 20%, rgba(0,0,0,.25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.82) 70%, rgba(0,0,0,.94) 100%);
}

/* ===== Content ===== */
.royal-wrap{position:relative;z-index:2;width:100%;padding:24px}
.royal-card{
  max-width:1020px;margin:0 auto;padding:28px 32px;
  border-radius:var(--radius);
  background:linear-gradient(180deg,var(--glass),rgba(12,14,20,.35));
  border:1px solid var(--stroke);
  backdrop-filter:blur(10px) saturate(140%);
  box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.06);
  text-align:center;position:relative;
}

/* Price chip */
.price-chip{
  position:absolute;right:28px;top:24px;
  background:linear-gradient(135deg,var(--gold1),var(--gold2));
  color:#201606;font-weight:900;font-size:26px;line-height:1;
  padding:12px 14px;border-radius:14px;
  box-shadow:0 16px 42px rgba(241,213,139,.35);
  border:1px solid rgba(255,255,255,.08);
}
.price-chip span{display:block;font-size:11px;font-weight:800;opacity:.9}

/* Eyebrow */
.royal-eyebrow{
  display:inline-block;margin-bottom:10px;
  font:800 11px/1 var(--font);letter-spacing:.22em;text-transform:uppercase;
  color:#efe7d2;background:rgba(241,213,139,.08);
  border:1px solid rgba(241,213,139,.35);
  border-radius:999px;padding:7px 10px;
}

/* Title */
.royal-title{
  margin:0 0 8px;line-height:1.04;font-weight:900;
  font-size:clamp(36px,5.6vw,68px);
  color:#faf9f5;
  text-shadow:0 4px 18px rgba(0,0,0,.85);
}
.royal-title span{
  background:linear-gradient(90deg,var(--gold3),var(--gold2));
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Sub */
.royal-sub{
  margin:0 auto 16px;max-width:880px;color:#f0f2f6;
  font-size:clamp(16px,2.1vw,20px);line-height:1.55;
}

/* Bullets */
.royal-bullets{
  display:flex;gap:10px 12px;flex-wrap:wrap;
  justify-content:center;list-style:none;
  margin:0 0 16px;padding:0;
}
.royal-bullets li{
  font:800 13px/1 var(--font);color:#eceff5;
  padding:8px 10px;border-radius:10px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}

/* Proof row */
.vip-proof{
  display:flex;gap:10px;flex-wrap:wrap;
  justify-content:center;align-items:center;
  padding:10px 16px;border-radius:999px;
  color:#f5ecd6;background:rgba(241,213,139,.10);
  border:1px solid rgba(241,213,139,.35);
}
.vip-proof .dot{opacity:.6}

/* CTAs */
.royal-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:6px}
.btn-gold,.btn-ghost{
  display:inline-flex;flex-direction:column;align-items:center;justify-content:center;
  text-decoration:none;padding:14px 26px;border-radius:14px;
  font-weight:900;font-size:18px;
  transition:transform .25s, box-shadow .25s;
}
.btn-gold{
  color:#221705;background:linear-gradient(90deg,var(--gold1),var(--gold2));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 38px rgba(241,213,139,.35);
}
.btn-gold small{font-size:12px;font-weight:800;opacity:.9}
.btn-gold:hover{transform:translateY(-3px);box-shadow:0 18px 48px rgba(241,213,139,.55)}

.btn-ghost{
  color:#fff;background:rgba(255,255,255,.08);
  border:2px solid rgba(241,213,139,.45);
}
.btn-ghost:hover{background:rgba(241,213,139,.18);transform:translateY(-3px)}

/* Note */
.royal-note{margin:12px 0 2px;color:#cfd3dc;font-weight:800;font-size:13px}

/* ===== Responsive ===== */
@media (max-width:960px){
  .royal-card{padding:22px 18px;border-radius:18px}
  .price-chip{position:static;margin:8px 0 0;display:inline-block}
}
@media (max-width:640px){
  .btn-gold,.btn-ghost{width:100%}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41918c4 *//* 🔤 Fonts */
@import url('https://fonts.googleapis.com/css2?family=Segoe+UI:wght@400;700&display=swap');

body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}

.app-packages {
  max-width: 1000px;
  margin: auto;
  padding: 20px 10px;
}

/* 🧭 Responsive Panel Width */
@media (min-width: 1024px) {
  .app-tabpanel.active {
    max-width: 75%;
    margin: auto;
  }
}

/* === 🧩 TABS === */
.app-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.app-tab {
  flex: 1;
  min-width: 140px;
  padding: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background: #eee;
  transition: all 0.3s ease;
  color: #333;
}

/* 🟣 High-Quality ACTIVE */
.app-tab.active[data-target="hq"] {
  background: linear-gradient(135deg, #7d3cff, #b47bff);
  color: #fff;
  box-shadow: 0 0 12px rgba(125, 60, 255, 0.6);
}

/* 🟣 High-Quality Hover */
.app-tab[data-target="hq"]:hover {
  background: linear-gradient(135deg, #9b5dff, #c9aaff);
  color: #fff;
}

/* 🟠 Active Followers — 8/10 luxury HOVER */
.app-tab[data-target="active"]:hover {
  background: linear-gradient(135deg, #6f00ff, #ff7b00);
  color: #fff;
  box-shadow: 0 0 18px rgba(255, 120, 0, 0.4), 0 0 6px rgba(111, 0, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  backdrop-filter: blur(6px);
}

/* 👑 VIP — 10/10 luxury HOVER */
@keyframes vipHoverFire {
  0%, 100% { box-shadow: 0 0 10px #ffd700, 0 0 25px #ff4e50; }
  50% { box-shadow: 0 0 15px #ff4e50, 0 0 30px #ffd700; }
}

.app-tab[data-target="vip"]:hover {
  background: linear-gradient(270deg, #f9d423, #ff4e50, #f9d423);
  background-size: 600% 600%;
  animation: vipHoverFire 2s infinite;
  color: #fff;
  font-weight: 700;
  border: 1px solid gold;
  cursor: pointer;
}

/* 👑 VIP Active (10/10 luxury full effect) */
@keyframes vipMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes vipGlow {
  0%, 100% { box-shadow: 0 0 8px #f9d423, 0 0 20px #ff4e50; }
  50% { box-shadow: 0 0 14px #ff4e50, 0 0 24px #f9d423; }
}

@keyframes vipFirePulse {
  0% { filter: brightness(1.05) saturate(1.1); }
  50% { filter: brightness(1.3) saturate(1.3); }
  100% { filter: brightness(1.05) saturate(1.1); }
}

.app-tab.active[data-target="vip"] {
  background: linear-gradient(270deg, #f9d423, #ff4e50, #f9d423);
  background-size: 600% 600%;
  animation: vipMove 6s ease infinite, vipGlow 2.5s ease-in-out infinite, vipFirePulse 1.8s infinite;
  color: #fff;
  box-shadow: 0 0 16px rgba(255, 215, 0, 0.75);
  position: relative;
}

/* 👑 Crown glow (optional if using icon) */
.app-tab.active[data-target="vip"] i,
.app-tab.active[data-target="vip"] .crown {
  animation: vipFirePulse 2s infinite;
  margin-right: 6px;
  color: #ffd700;
}

/* === 🔳 PACKAGE BUTTONS === */
.app-tabpanel {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

#vip.app-tabpanel.active .app-packages__item.selected {
  border: 2px solid transparent;
  background: linear-gradient(#fffdf5, #fff1d2);
  border-radius: 14px;
  position: relative;
  z-index: 1;
}

#vip.app-tabpanel.active .app-packages__item.selected::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #ffcc00, #ff9900, #F7374F);
  border-radius: 16px;
  filter: blur(3px);
  animation: vipBorderPulse 3s infinite ease-in-out;
  opacity: 0.8;
}

@keyframes vipBorderPulse {
  0% { filter: blur(2px); opacity: 0.7; }
  50% { filter: blur(4px); opacity: 1; }
  100% { filter: blur(2px); opacity: 0.7; }
}

}

/* === 🔲 SELECTED BOX OVERRIDES === */
/* Default fallback */
.app-packages__item.selected {
  border-color: #ff5e00;
  box-shadow: 0 0 12px rgba(255, 94, 0, 0.6);
  background: #fef4ed;
}

/* 🟣 High-Quality */
#hq.app-tabpanel.active .app-packages__item.selected {
  border-color: #7d3cff;
  box-shadow: 0 0 12px rgba(125, 60, 255, 0.5);
}

/* 🟠 Active Followers */
#active.app-tabpanel.active .app-packages__item.selected {
  border-color: #ff7b00;
  box-shadow: 0 0 12px rgba(255, 123, 0, 0.5), 0 0 6px rgba(0, 123, 255, 0.2);
}

/* 🟡 VIP */
#vip.app-tabpanel.active .app-packages__item.selected {
  border-color: #f0c040;
  box-shadow: 0 0 14px rgba(240, 192, 64, 0.5);
}

/* 💡 VIP GLOW on all packages in VIP tab */
#vip.app-tabpanel.active .app-packages__item {
  animation: vipBoxSoftGlow 3s ease-in-out infinite alternate;
  border-color: #f0c040;
  background: #fffdf5;
}

@keyframes vipBoxSoftGlow {
  0% {
    box-shadow: 0 0 4px rgba(240, 192, 64, 0.3), 0 0 6px rgba(255, 175, 0, 0.15);
  }
  100% {
    box-shadow: 0 0 8px rgba(240, 192, 64, 0.45), 0 0 10px rgba(255, 175, 0, 0.25);
  }
}

/* === 💬 COUNT + TEXT === */
.app-packages__item .count {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 800;
  margin-bottom: 5px;
}

.app-packages__item .text {
  font-size: 11px;
  color: #ff5e00;
}

/* === 🎖️ BADGES === */
.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 10px;
  background: green;
  color: white;
  padding: 2px 5px;
  border-radius: 6px;
}

.badge.dark {
  background: black;
}

/* === 🧾 PRICE + ACTION === */
.app-packages__actions {
  text-align: center;
  margin-top: 20px;
}

.app-packages__price b {
  font-size: 24px;
}

.app-packages__price s {
  color: gray;
  margin-left: 10px;
  font-weight: normal;
}

.app-packages__submit {
  background: linear-gradient(90deg, #ff8000, #ff5e00);
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  margin-top: 10px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.app-packages__submit:hover {
  box-shadow: 0 0 12px rgba(255, 94, 0, 0.5);
}

.app-packages__savings {
  margin-top: 10px;
  color: #ff5e00;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a3796d */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 17px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7887c7 *//* 🔥 Full-bleed background */
.fullbleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* ================= VIP GOLD MOBILE FIX ================= */
.vip-plans-head {
  text-align: center;
  padding: 50px 15px 30px; /* smaller padding on mobile */
  background: linear-gradient(180deg, #0a0a0a, #1a1a1a);
  border-bottom: 1px solid rgba(212,175,55,0.2);
}

.vip-plans-head h2 {
  font-size: 30px;  /* smaller on mobile */
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #f5d76e, #d4af37, #f5d76e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  text-shadow: 0 0 12px rgba(245,215,110,0.35);
  line-height: 1.3; /* tighter heading */
}

.vip-plans-head p {
  font-size: 16px;
  color: #f2f2f2;
  max-width: 90%;     /* force wrapping on phone */
  margin: 0 auto 15px auto;
  line-height: 1.6;
}

.vip-plans-head p span {
  color: #f5c542;
  font-weight: 700;
}

/* 📱 Extra Mobile Optimization */
@media (max-width: 768px) {
  .vip-plans-head {
    padding: 40px 10px 25px;
  }
  .vip-plans-head h2 {
    font-size: 26px;  /* shrink title for small phones */
  }
  .vip-plans-head p {
    font-size: 15px;
    max-width: 95%;   /* use almost full width */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c07f4c */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 17px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a817ead *//* ==================== VIP GLOBAL ==================== */
body {
  background: #0b0b10;
  font-family: 'Outfit', sans-serif;
  color: #fff;
  margin: 0;
}

/* ==================== PLANS ==================== */
.iptv-pricing-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 60px 20px;
  max-width: 1350px;
  margin: auto;
}

/* Plan Card */
/* Default card style */
.iptv-plan {
  background: #111;
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  color: #fff;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

/* Starter Theme (Blue) */
.category-starter .iptv-plan {
  background: linear-gradient(160deg, #0d1b2a, #1b263b);
  border: 2px solid #00c6ff;
  box-shadow: 0 0 25px rgba(0,198,255,0.4);
}
.category-starter .buy-btn {
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  color: #fff;
}

/* Premium Theme (Orange Fire) */
.category-premium .iptv-plan {
  background: linear-gradient(160deg, #2d0b00, #401b00, #662200);
  border: 2px solid #ff6600;
  box-shadow: 0 0 35px rgba(255,120,0,0.5);
}
.category-premium .buy-btn {
  background: linear-gradient(90deg, #ff9a00, #ff4e00);
  color: #fff;
}

/* VIP Theme (Purple + Gold) */
.category-vip .iptv-plan {
  background: linear-gradient(160deg, #1a0026, #2d003d, #3d0072);
  border: 2px solid gold;
  box-shadow: 0 0 45px rgba(255,215,0,0.6);
  animation: vipPulse 3s infinite ease-in-out;
}
.category-vip .buy-btn {
  background: linear-gradient(90deg, #ffd700, #a879ff);
  color: #000;
  font-weight: 800;
  box-shadow: 0 0 20px rgba(255,215,0,0.4);
}

@keyframes vipPulse {
  0% { box-shadow: 0 0 25px rgba(255,215,0,0.4); }
  50% { box-shadow: 0 0 50px rgba(168,121,255,0.6); }
  100% { box-shadow: 0 0 25px rgba(255,215,0,0.4); }
}

.iptv-plan:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(212,175,55,0.35);
  border-color: rgba(212,175,55,0.6);
}

/* Plan Header */
.plan-header {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 1px;
  color: #f7f7f7;
}

/* Price */
.plan-price {
  font-size: 26px;
  margin-bottom: 25px;
}
.plan-price s {
  font-size: 16px;
  color: #888;
  margin-right: 8px;
}
.plan-price span {
  font-size: 34px;
  font-weight: 900;
  background: linear-gradient(90deg, #d4af37, #f7d774, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(255,215,0,0.45);
}

/* Features */
.plan-features li {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #ddd;
}
.plan-features li img {
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 0 4px rgba(212,175,55,0.8));
}

/* Buy Button */
.buy-btn {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(90deg, #d4af37, #f7d774, #ffd700);
  padding: 14px 26px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 16px;
  color: #201606;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(255,215,0,0.35);
  transition: all 0.3s ease;
}
.buy-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 28px rgba(255,215,0,0.55);
}

/* Best Deal Badge */
.badge-best {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #ff512f, #dd2476);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 7px 22px;
  border-radius: 30px;
  box-shadow: 0 0 12px rgba(255,80,80,0.5);
  text-transform: uppercase;
  z-index: 5;
}

/* Animated Glow for Special */
.best-selling {
  border: 2px solid #d4af37;
  animation: vipGlow 2.5s infinite ease-in-out;
}
@keyframes vipGlow {
  0% { box-shadow: 0 0 15px rgba(212,175,55,0.25); }
  50% { box-shadow: 0 0 32px rgba(212,175,55,0.6); }
  100%{ box-shadow: 0 0 15px rgba(212,175,55,0.25); }
}

/* Responsive */
@media (max-width: 1200px) {
  .iptv-pricing-container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .iptv-pricing-container { grid-template-columns: 1fr; }
}

/* ==================== CHECKOUT POPUP ==================== */
/* Overlay */
#checkoutPopupOverlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
}

/* Popup Box with VIP Animation */
#checkoutPopupOverlay .popup-box {
  background: linear-gradient(180deg, #141414, #1c1c1c);
  border-radius: 24px;
  padding: 40px 30px;
  width: 480px;
  max-width: 95%;
  position: relative;
  color: #fff;
  box-shadow: 0 0 25px rgba(212,175,55,0.4);
  border: 1px solid rgba(212,175,55,0.6);

  /* Animation */
  transform: scale(0.6);
  opacity: 0;
  animation: vipZoomIn 0.5s ease forwards;
}

/* VIP Zoom + Glow */
@keyframes vipZoomIn {
  0% {
    transform: scale(0.6);
    opacity: 0;
    box-shadow: 0 0 0 rgba(212,175,55,0);
  }
  70% {
    transform: scale(1.05);
    opacity: 1;
    box-shadow: 0 0 35px rgba(212,175,55,0.6);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 25px rgba(212,175,55,0.5);
  }
}



/* Popup Title (VIP Checkout) */
#checkoutPopupOverlay h2,
#checkoutPopupOverlay h3 {
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

/* Labels (Full name, Your Email) */
#checkoutPopupOverlay label {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

/* Inputs (applies to both text + email) */
#checkoutPopupOverlay input[type="text"],
#checkoutPopupOverlay input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 2px solid #444;
  margin-bottom: 18px;
  font-size: 16px;
  background: #111;
  color: #fff;
  transition: all 0.3s ease;
}

/* Placeholder text */
#checkoutPopupOverlay input::placeholder {
  color: #ccc; /* light gray/soft white */
  opacity: 1;  /* ensure visibility in all browsers */
}

/* Focus Effect */
#checkoutPopupOverlay input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 12px rgba(212,175,55,0.4);
  outline: none;
}
/* Force VIP Checkout title to white */
#checkoutPopupOverlay h2,
#checkoutPopupOverlay h3 {
  color: #fff !important;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}


/* Close Button */
#closeCheckoutPopup {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #ff3b3b;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

/* Continue Button */
#continueBtn {
  background: linear-gradient(90deg, #d4af37, #f7d774);
  color: #111;
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(212,175,55,0.3);
  transition: all 0.3s ease;
}
#continueBtn:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(212,175,55,0.5);
}

/* Payment Options */
#paymentButtons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px auto;
}
.payment-option {
  text-align: center;
}
.payment-select-btn {
  background: #1a1a1a;
  border: 2px solid #444;
  border-radius: 14px;
  padding: 14px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.payment-select-btn img {
  height: 48px;
  max-width: 100px;
}
.payment-select-btn:hover {
  border-color: #d4af37;
  box-shadow: 0 0 15px rgba(212,175,55,0.3);
  transform: scale(1.05);
}
.payment-select-btn.selected {
  border-color: #f7d774;
  background: linear-gradient(180deg, #111, #1c1c1c);
  box-shadow: 0 0 20px rgba(212,175,55,0.5);
  transform: scale(1.08);
}

/* Decline Notice */
#decline-notice .notice-box {
  background: #1a1a1a;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,60,60,0.4);
  color: #fff;
}
.plan-categories {
  text-align: center;
  margin: 10px 0 15px; /* reduce top & bottom spacing */
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* High-Conversion Category Buttons */
.category-btn {
  padding: 14px 28px;
  border-radius: 12px; /* more professional than pill shape */
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  border: none;
  position: relative;
  min-width: 160px;
}

/* Starter – Blue */
.category-btn[data-category="starter"] {
  background: linear-gradient(135deg, #0072ff, #00c6ff);
}

/* Premium – Orange */
.category-btn[data-category="premium"] {
  background: linear-gradient(135deg, #ff7e00, #ff4b00);
}

/* VIP – Purple/Gold */
.category-btn[data-category="vip"] {
  background: linear-gradient(135deg, #6a00ff, #b800d8, #ffd700);
}

/* Hover effect – underline bar + subtle scale */
.category-btn::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 20%;
  width: 60%;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.category-btn:hover::after {
  transform: scaleX(1);
}
.category-btn:hover {
  transform: translateY(-2px);
}

/* Active/Clicked = strong outline */
.category-btn.active {
  outline: 3px solid #fff;
  outline-offset: 3px;
  transform: scale(1.05);
}
/* Category Buttons Wrapper */
.plan-categories {
  text-align: center;
  margin: 10px 0 0px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
}

/* Base Button (unchanged from earlier) */
.category-btn {
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  border: none;
  position: relative;
  min-width: 160px;
  flex: 1; /* makes them equal width */
  max-width: 220px;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .plan-categories {
    flex-direction: column; /* stack vertically */
    align-items: center;
    gap: 15px;
  }
  .category-btn {
    width: 100%;
    max-width: 320px; /* keeps consistent size */
    font-size: 16px;
    padding: 16px;
  }
}


/* Starter – Calm Blue */
.category-btn[data-category="starter"] {
  background: linear-gradient(135deg, #0072ff, #00c6ff);
  box-shadow: 0 4px 12px rgba(0, 114, 255, 0.3);
}

/* Premium – Orange Fire Idle Motion */
.category-btn[data-category="premium"] {
  background: linear-gradient(135deg, #ff4e00, #ff9a00);
  background-size: 200% 200%;
  animation: premiumIdle 6s ease infinite;
  box-shadow: 0 4px 12px rgba(255, 94, 0, 0.3);
}
@keyframes premiumIdle {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* VIP – Royal Flow Idle Motion */
.category-btn[data-category="vip"] {
  background: linear-gradient(135deg, #6a00ff, #b800d8, #ffd700);
  background-size: 300% 300%;
  animation: vipIdle 8s linear infinite;
  box-shadow: 0 4px 12px rgba(106, 0, 255, 0.35);
}
@keyframes vipIdle {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Active/Clicked State → VIP Glow */
.category-btn.active {
  border: 2px solid #ffd700;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.7), 0 0 40px rgba(106, 0, 255, 0.6);
  transform: scale(1.05);
  animation: vipActiveGlow 2s ease-in-out infinite;
}
@keyframes vipActiveGlow {
  0% { box-shadow: 0 0 15px rgba(255,215,0,0.6), 0 0 30px rgba(106,0,255,0.5); }
  50% { box-shadow: 0 0 30px rgba(255,215,0,0.9), 0 0 60px rgba(106,0,255,0.7); }
  100% { box-shadow: 0 0 15px rgba(255,215,0,0.6), 0 0 30px rgba(106,0,255,0.5); }
}


/* Default (Starter = Blue) */
.iptv-plan {
  background: #10131a;
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  color: #fff;
  transition: all 0.4s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

/* Starter – Professional Blue */
.category-starter .iptv-plan {
  background: linear-gradient(160deg, #0d1b2a, #1b263b);
  border: 2px solid #00c6ff;
  box-shadow: none !important;
}
.category-starter .plan-price span {
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Premium – Elegant Orange Fire */
.category-premium .iptv-plan {
  background: linear-gradient(160deg, #2a1205, #3b1a0a, #4a1f0c);
  border: 2px solid #ff6600;
  box-shadow: none !important;
}
.category-premium .plan-price span {
  background: linear-gradient(90deg, #ff9a00, #ff4e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* VIP – Luxury Purple + Gold */
.category-vip .iptv-plan {
  background: linear-gradient(160deg, #120020, #1c0030, #2a004d);
  border: 2px solid #d4af37; /* subtle gold */
  box-shadow: none !important;
}
.category-vip .plan-price span {
  background: linear-gradient(90deg, #ffd700, #b36bff, #6a00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Hover effect – professional, no glow */
.iptv-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.25); /* soft shadow only */
  border-color: rgba(255,255,255,0.12);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbf6abb */.vip-counter {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #0b0b0b;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.vip-counter h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.vip-count {
  font-size: 44px;
  font-weight: 800;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: linear-gradient(90deg, #ffd700, #ff9a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}

.vip-count .label {
  font-size: 20px;
  font-weight: 600;
  color: #ffd700;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 2;
}

/* 🔥 Left Logo */
.vip-counter::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 5%;
  width: 140px;
  height: 140px;
  background: url("https://i.postimg.cc/HkSgTF9T/sw.png") no-repeat center/contain;
  opacity: 0.06;
  filter: blur(1px);
  z-index: 0;
}

/* 🔥 Right Logo */
.vip-counter::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 5%;
  width: 140px;
  height: 140px;
  background: url("https://i.postimg.cc/HkSgTF9T/sw.png") no-repeat center/contain;
  opacity: 0.06;
  filter: blur(1px);
  z-index: 0;
}

/* 🔥 Center Logo */
.vip-counter .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  background: url("https://i.postimg.cc/HkSgTF9T/sw.png") no-repeat center/contain;
  opacity: 0.04;
  filter: blur(2px);
  transform: translate(-50%, -50%);
  z-index: 0; /* stays behind everything */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b89f1a5 *//* Remove ALL underlines sitewide */
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
}
/* Hide Elementor default page title */
h1.entry-title,
.elementor-page-title {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c0bc28 */.iptv-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: linear-gradient(135deg, #0b0b0b, #151515);
  padding: 70px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  font-family: 'Outfit', sans-serif;
  max-width: 1200px;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}

/* Soft background logos (subtle, not aggressive) */
.iptv-section::before,
.iptv-section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: url("https://i.postimg.cc/HkSgTF9T/sw.png") no-repeat center/contain;
  opacity: 0.05;
  filter: blur(2px);
}
.iptv-section::before { top: 10%; left: 5%; }
.iptv-section::after { bottom: 10%; right: 5%; }

/* Image */
.iptv-image {
  order: -1;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 6px 25px rgba(0,0,0,0.4);
  z-index: 2;
}
.iptv-image img {
  width: 100%;
  border-radius: 14px;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.iptv-image:hover img {
  transform: scale(1.04);
}

/* Text */
.iptv-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  color: #eee;
  z-index: 2;
  position: relative;
}
.iptv-title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.iptv-lead {
  font-size: 18px;
  color: #bbb;
  margin-bottom: 18px;
  line-height: 1.7;
}
.iptv-lead .highlight {
  color: #c9a85d; /* subtle gold accent */
  font-weight: 700;
}
.iptv-description {
  font-size: 16px;
  color: #999;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Stats row */
.iptv-stats {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.iptv-stats span {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,168,93,0.2);
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 14px;
  color: #ccc;
}

/* CTA Button */
.iptv-btn {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(90deg, #c9a85d, #9b7d3f);
  color: #111;
  font-size: 17px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(201,168,93,0.3);
  transition: all 0.3s ease;
}
.iptv-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 30px rgba(201,168,93,0.5);
}

/* Desktop */
@media screen and (min-width: 768px) {
  .iptv-section {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .iptv-image { order: 2; max-width: 420px; }
  .iptv-content { order: 1; max-width: 600px; }
  .iptv-title { font-size: 46px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc6319e */.vip-feature-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 70px 30px;
  max-width: 1200px;
  margin: 60px auto;
  font-family: 'Outfit', sans-serif;

  background: linear-gradient(135deg, #0b0b0b, #151515);
  border-radius: 22px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.65);
  position: relative;
  overflow: hidden;
}

/* Subtle watermark logos */
.vip-feature-section::before,
.vip-feature-section::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: url("https://i.postimg.cc/HkSgTF9T/sw.png") no-repeat center/contain;
  opacity: 0.04;
  filter: blur(1px);
}
.vip-feature-section::before { top: 10%; left: 5%; }
.vip-feature-section::after { bottom: 10%; right: 5%; }

.vip-feature-image {
  flex: 1 1 45%;
  text-align: center;
  z-index: 2;
}

.vip-feature-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  object-fit: cover;
  transition: transform 0.35s ease;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.vip-feature-image:hover img {
  transform: scale(1.05);
}

.vip-feature-text {
  flex: 1 1 45%;
  color: #ddd;
  z-index: 2;
}

.vip-feature-text h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.vip-feature-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #bbb;
  margin-bottom: 16px;
}

.vip-feature-text strong {
  font-weight: 700;
  color: #fff;
}

.gold-keyword {
  color: #c9a85d; /* subtle luxury gold */
  font-weight: 600;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .vip-feature-section {
    flex-direction: column;
    text-align: center;
  }

  .vip-feature-image,
  .vip-feature-text {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .vip-feature-text h2 {
    font-size: 30px;
  }

  .vip-feature-text p {
    font-size: 15.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-669c88a */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 17px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fc77b2 */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 17px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76d4ce8 */.how-iptv-works {
  background: #0e0d12;
  padding: 60px 20px;
  text-align: center;
  border-radius: 24px;
  margin-top: 60px;
  color: #fff;
}

.how-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 20px;
}

.how-title .white-text {
  color: #fff;
}

.how-title .gradient-text {
  background: linear-gradient(90deg, #a667f7, #fc4a1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-subtext {
  font-size: 15px;
  color: #ccc;
  max-width: 720px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.how-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.how-box {
  background: #16141c;
  border-radius: 20px;
  padding: 40px 25px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 10px 30px rgba(166, 103, 247, 0.08);
  transition: transform 0.3s ease;
  position: relative;
}

.how-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(166, 103, 247, 0.2);
}

.step-circle {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #a667f7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(166, 103, 247, 0.3);
}

.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.icon-wrap img {
  height: 64px;
  width: 64px;
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.08));
}

.how-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

.how-box p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .how-steps {
    flex-direction: column;
    align-items: center;
  }

  .how-box {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52a5363 */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 17px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f73fc11 */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 17px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c300752 */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 17px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6272192 */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 17px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e81993d */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 17px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */