.elementor-13 .elementor-element.elementor-element-b0c67f6{--display:flex;}.elementor-13 .elementor-element.elementor-element-832b523{--display:flex;}.elementor-13 .elementor-element.elementor-element-7bdd51c{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-0de1742{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-40335b5{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-4ba65db{margin:13px 0px calc(var(--kit-widget-spacing, 0px) + -60px) 0px;}.elementor-13 .elementor-element.elementor-element-12f0f4f{margin:-70px 0px calc(var(--kit-widget-spacing, 0px) + -24px) 0px;}.elementor-13 .elementor-element.elementor-element-eada898{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-27329e5{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-6da7816{margin:-68px 0px calc(var(--kit-widget-spacing, 0px) + -26px) 0px;}.elementor-13 .elementor-element.elementor-element-eb2375c{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-9e648a8{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-17eb412{margin:-71px 0px calc(var(--kit-widget-spacing, 0px) + -23px) 0px;}.elementor-13 .elementor-element.elementor-element-4c61dfc{margin:-73px 0px calc(var(--kit-widget-spacing, 0px) + -21px) 0px;}.elementor-13 .elementor-element.elementor-element-632f6e4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -32px) 0px;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-7bdd51c{margin:58px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-0de1742{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-40335b5{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-12f0f4f{margin:-56px 0px calc(var(--kit-widget-spacing, 0px) + -24px) 0px;}}/* Start custom CSS for html, class: .elementor-element-0371752 */@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

/* Base */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #f3f4f6;
}

/* ========= HEADER ========= */
.vip-header-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: linear-gradient(
    120deg,
    rgba(2, 6, 23, 0.96) 0%,
    rgba(5, 11, 26, 0.96) 40%,
    rgba(20, 9, 25, 0.96) 100%
  );
  border-bottom: 1px solid rgba(148,163,184,0.45);
  box-shadow: 0 14px 32px rgba(0,0,0,0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease,
    transform 0.35s ease;
}


/* when user scrolls – stronger blur + slightly darker */
.vip-header-container.scrolled {
  background: linear-gradient(
    120deg,
    rgba(2, 6, 23, 0.92) 0%,
    rgba(5, 11, 26, 0.94) 40%,
    rgba(20, 9, 25, 0.96) 100%
  );
  border-bottom: 1px solid rgba(148,163,184,0.75);
  box-shadow: 0 18px 40px rgba(0,0,0,0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateY(0);
}


.vip-header-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 22px;
  box-sizing: border-box;
}

.vip-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* ========= LEFT: LOGO + TRUSTED ========= */
.vip-header-logo img {
  width: 56px;
  border-radius: 14px;
  box-shadow:
    0 12px 28px rgba(0,0,0,0.95),
    0 0 24px rgba(15,23,42,0.9);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.vip-header-logo img:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow:
    0 16px 38px rgba(0,0,0,0.95),
    0 0 40px rgba(15,23,42,1);
}

/* "Trusted by Influencers" – softer navy pill */
.vip-trusted-text {
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
  font-family: 'Pacifico', cursive;
  font-size: 19px;
  color: #f9fafb;
  white-space: nowrap;
  padding: 4px 16px 4px 34px;
  border-radius: 999px;
  background: radial-gradient(circle at top left,#020b1f,#020617);
  border: 1px solid rgba(148,163,184,0.85);
  box-shadow: 0 8px 20px rgba(0,0,0,0.85);
}

/* tiny Union Jack */
.vip-trusted-text::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 12px;
  border-radius: 2px;
  background:
    linear-gradient(90deg,#00247d 0 33%,#ffffff 33% 66%,#cf142b 66% 100%);
  box-shadow: 0 0 4px rgba(0,0,0,0.7);
}

/* ========= RIGHT: MENU BLOCK ========= */
.vip-menu-wrapper {
  background: rgba(2,8,23,0.96);
  padding: 8px 22px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  margin-right: 18px;
  border: 1px solid rgba(148,163,184,0.7);
  box-shadow:
    0 0 14px rgba(15,23,42,0.9),
    0 10px 26px rgba(0,0,0,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.vip-menu-wrapper:hover {
  border-color: rgba(248,250,252,0.95);
  box-shadow:
    0 0 18px rgba(15,23,42,1),
    0 16px 40px rgba(0,0,0,0.98);
  transform: translateY(-1px);
}

.vip-nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* generic nav buttons & dropdown trigger */
.vip-nav-links a,
.vip-dropbtn {
  text-decoration: none;
  color: #e5e7eb;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid transparent;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.25s ease;
}

.vip-nav-links a:hover,
.vip-dropbtn:hover {
  background: rgba(15,23,42,0.9);
  border-color: rgba(148,163,184,0.85);
  color: #ffffff;
}

/* dropdown wrapper */
.vip-dropdown {
  position: relative;
}

/* add 🇬🇧 on dropdown */
.vip-dropbtn::before {
  content: "🇬🇧";
  font-size: 15px;
}

/* ========= DROPDOWN PANEL ========= */
.vip-dropdown-content {
  position: absolute;
  top: 46px;
  right: 0;
  background: radial-gradient(circle at top,#020617,#020b1f 60%,#000);
  border: 1px solid rgba(148,163,184,0.7);
  border-radius: 16px;
  padding: 14px;
  min-width: 320px;
  z-index: 999;
  display: none;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  box-sizing: border-box;
  box-shadow: 0 16px 40px rgba(0,0,0,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: dropdown-fade 0.3s ease;
}

.vip-dropdown-content.open {
  display: grid;
}

.vip-dropdown-content a {
  font-weight: 500;
  color: #e5e7eb;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 10px;
  font-size: 13px;
  background: rgba(15,23,42,0.95);
  border: 1px solid rgba(31,41,55,0.95);
  transition: 0.25s ease;
}

.vip-dropdown-content a:hover {
  background: linear-gradient(135deg,#ef4444,#b91c1c);
  border-color: #ffffff;
  color: #020617;
  box-shadow: 0 4px 18px rgba(127,29,29,0.75);
  transform: translateY(-1px);
}

@keyframes dropdown-fade {
  from {opacity:0; transform: translateY(8px);}
  to   {opacity:1; transform: translateY(0);}
}

@media (max-width: 600px) {
  .vip-dropdown-content {
    min-width: 240px;
    grid-template-columns: 1fr!important;
  }
}

/* ========= CONTACT BUTTON (DESKTOP) ========= */
.vip-contact-btn {
  background: linear-gradient(135deg,#ef4444,#b91c1c);
  color: #ffffff;
  padding: 10px 26px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  box-shadow:
    0 0 18px rgba(127,29,29,0.8),
    0 12px 32px rgba(0,0,0,0.95);
  transition: 0.25s ease;
}

.vip-contact-btn::before {
  content: "";
  font-size: 16px;
}

.vip-contact-btn:hover {
  background: linear-gradient(135deg,#ffffff,#ef4444);
  color: #020617;
  transform: translateY(-2px) scale(1.02);
}

/* desktop hidden on mobile */
@media (max-width: 992px) {
  .vip-contact-btn { display: none !important; }
}

/* ========= MOBILE TOGGLE ========= */
.vip-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #020b1f;
  border: 1px solid rgba(148,163,184,0.8);
  box-shadow:
    0 0 12px rgba(15,23,42,0.9),
    0 8px 24px rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.vip-toggle span {
  height: 3px;
  width: 20px;
  background: linear-gradient(90deg,#ffffff,#ef4444);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0,0,0,0.7);
  transition: 0.3s ease;
}

.vip-toggle:hover {
  border-color: #ffffff;
  transform: translateY(-2px) scale(1.04);
}

/* burger → X */
.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);
}

/* mobile menu */
@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: 12px;
    background: rgba(2,8,23,0.98);
    padding: 18px;
    border-radius: 16px;
    margin-top: 12px;
    border: 1px solid rgba(148,163,184,0.8);
    box-shadow:
      0 10px 28px rgba(0,0,0,0.85),
      0 0 16px rgba(15,23,42,0.9);
  }

  .vip-nav-links {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .vip-nav-links a,
  .vip-dropbtn {
    width: 100%;
    justify-content: flex-start;
    background: rgba(15,23,42,0.95);
    border: 1px solid rgba(31,41,55,0.95);
  }

  .vip-nav-links a:hover,
  .vip-dropbtn:hover {
    background: linear-gradient(135deg,#ef4444,#b91c1c);
    color: #f9fafb;
    border-color: #ffffff;
  }
}

/* show contact link inside menu on mobile */
.vip-mobile-contact { display: none; }

@media (max-width: 768px) {
  .vip-mobile-contact { display: block; }
}

/* ========= POPUPS (EARN / CONTACT / FAQ) ========= */
.vip-popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: radial-gradient(circle at top,rgba(0,36,125,0.95),rgba(2,8,23,0.98));
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.vip-popup {
  background:
    radial-gradient(circle at top left,rgba(0,36,125,0.4),transparent 60%),
    radial-gradient(circle at bottom right,rgba(207,20,43,0.4),transparent 60%),
    #020b1f;
  border: 1px solid rgba(148,163,184,0.8);
  border-radius: 18px;
  padding: 32px 26px;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.9);
  position: relative;
  animation: popup-fade 0.35s ease-out;
  text-align: center;
  color: #f9fafb;
}

.vip-popup.large {
  max-width: 700px;
  text-align: left;
}

.vip-popup.small {
  max-width: 480px;
}

.vip-popup h2 {
  font-size: 24px;
  margin-bottom: 18px;
  background: linear-gradient(90deg,#ffffff,#cf142b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vip-popup p {
  font-size: 14px;
  margin-bottom: 14px;
}

/* inputs */
.vip-popup input,
.vip-popup textarea {
  width: 100%;
  padding: 12px 12px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid rgba(55,65,81,0.95);
  font-size: 14px;
  background: #020617;
  color: #f9fafb;
  transition: 0.25s ease;
}

.vip-popup textarea {
  min-height: 120px;
  resize: vertical;
}

.vip-popup input:focus,
.vip-popup textarea:focus {
  border-color: #cf142b;
  box-shadow: 0 0 0 1px rgba(207,20,43,0.5);
  outline: none;
}

/* floating wrapper (contact form) */
.vip-input-wrap {
  position: relative;
  margin-bottom: 18px;
}

.vip-input-wrap input,
.vip-input-wrap textarea {
  width: 100%;
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(55,65,81,0.95);
  background: #020617;
  color: #f9fafb;
  font-size: 14px;
  outline: none;
  resize: vertical;
}

.vip-input-wrap textarea { min-height: 110px; }

.vip-input-wrap input:focus,
.vip-input-wrap textarea:focus {
  border-color: #cf142b;
  box-shadow: 0 0 0 1px rgba(207,20,43,0.5);
}

/* floating labels */
.vip-input-wrap label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 13px;
  color: #9ca3af;
  pointer-events: none;
  padding: 0 4px;
  background: #020b1f;
  transition: 0.25s ease;
}

.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;
  font-size: 11px;
  color: #cf142b;
}

/* popup button */
.vip-popup button {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(135deg,#cf142b,#ff4b4b);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(207,20,43,0.85);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: 0.25s ease;
}

.vip-popup button:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 18px 40px rgba(207,20,43,0.95);
}

/* close icon */
.close-btn {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 26px;
  cursor: pointer;
  color: #e5e7eb;
  transition: 0.25s;
}

.close-btn:hover {
  color: #ff4b4b;
}

/* popup fade */
@keyframes popup-fade {
  from {opacity:0; transform: translateY(-16px) scale(0.97);}
  to   {opacity:1; transform: translateY(0) scale(1);}
}
/* ========= FAQ – PREMIUM DARK + RED ========= */
.faq-item {
  margin-bottom: 12px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(39,39,42,0.95);
  background: radial-gradient(circle at top left,#020617,#050708);
  box-shadow: 0 10px 26px rgba(0,0,0,0.9);
}

/* Question row */
.faq-question {
  position: relative;
  width: 100%;
  background: transparent;
  color: #f9fafb;
  padding: 14px 16px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.25s ease;
}

/* thin red accent bar (off by default) */
.faq-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg,#fecaca,#f97373,#b91c1c);
  opacity: 0;
  transition: 0.25s ease;
}

/* arrow icon on the right */
.faq-question .arrow {
  font-size: 11px;
  margin-left: 10px;
  opacity: 0.8;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* hover – soft highlight */
.faq-question:hover {
  background: rgba(15,23,42,0.9);
  box-shadow: inset 0 0 0 1px rgba(148,163,184,0.45);
}

.faq-question:hover::before {
  opacity: 1;
}

/* active (opened) */
.faq-question.active {
  background: linear-gradient(
    90deg,
    rgba(24,24,27,1),
    rgba(88,28,28,0.8)
  );
  box-shadow: inset 0 0 0 1px rgba(248,113,113,0.7);
}

.faq-question.active::before {
  opacity: 1;
  width: 4px;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
  opacity: 1;
}

/* Answer body */
.faq-answer {
  display: none;
  padding: 10px 16px 14px;
  background: #020b1f;
  font-size: 13px;
  line-height: 1.6;
  color: #e5e7eb;
  border-top: 1px solid rgba(39,39,42,0.95);
}


/* ================= CONTACT VISIBILITY FIX ================= */

/* default: hide the menu "Contact Us" on desktop */
.vip-nav-links .vip-mobile-contact {
  display: none !important;
}

/* on mobile/tablet: show menu contact, hide big red button */
@media (max-width: 992px) {
  .vip-contact-btn {
    display: none !important;
  }

  .vip-nav-links .vip-mobile-contact {
    display: inline-flex !important;
  }
}

/* Visually hidden but readable for Google + screen readers */
.vip-seo-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
/* Remove the "GB" icon from the Buy IPTV services button */
.vip-dropbtn::before {
  content: '' !important;
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bdd51c *//* ===== Premium World Hero – Tokens ===== */
:root {
  --hero-bg: #020617;
  --hero-text: #f9fafb;
  --hero-muted: #9ca3af;

  /* New luxury palette (no UK red/blue now) */
  --accent-main: #22d3ee;     /* cyan */
  --accent-soft: #6366f1;     /* indigo */
  --accent-pop: #f97316;      /* warm orange */
  --accent-deep: #0f172a;     /* slate */

  --hero-radius: 28px;
  --hero-shadow: 0 32px 90px rgba(0,0,0,0.9);
  --hero-font: Manrope, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* You can skip this if you already have global styles */
html, body {
  margin: 0;
  padding: 0;
  background: var(--hero-bg);
  color: var(--hero-text);
  font-family: var(--hero-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;
  background: radial-gradient(circle at top, #020617 0%, #020617 40%, #000 80%);
}

.royal-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: contrast(1.1) saturate(1.1) brightness(0.7);
  transform: scale(1.06);
}

/* Futuristic overlay */
.royal-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(140% 90% at -10% 0%, rgba(34,211,238,.45) 0%, transparent 60%),
    radial-gradient(140% 90% at 110% 10%, rgba(99,102,241,.55) 0%, transparent 60%),
    linear-gradient(180deg, rgba(15,23,42,.2) 0%, rgba(15,23,42,.95) 70%, #000 100%);
}
.royal-overlay::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.08), transparent 60%);
  mix-blend-mode: screen;
  opacity: .7;
  animation: heroGlow 18s ease-in-out infinite alternate;
}

/* ===== Content wrapper ===== */
.royal-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 56px 20px 60px;
  display: flex;
  justify-content: center;
}

/* ===== Card with two columns ===== */
.royal-card {
  max-width: 1150px;
  width: 100%;
  padding: 30px 28px;
  border-radius: var(--hero-radius);
  background:
    linear-gradient(145deg, rgba(15,23,42,0.96), rgba(15,23,42,0.98)) padding-box,
    linear-gradient(135deg, rgba(148,163,184,0.7), rgba(34,211,238,0.9), rgba(99,102,241,0.9)) border-box;
  border: 1px solid transparent;
  box-shadow: var(--hero-shadow);
  backdrop-filter: blur(18px) saturate(170%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.royal-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  align-items: stretch;
}

/* ===== Left side ===== */
.royal-left {
  display: flex;
  flex-direction: column;
}

/* Eyebrow – now animated / live */
.royal-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font: 800 10px/1 var(--hero-font);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #e5e7eb;
  padding: 7px 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 0 0, rgba(248,250,252,0.08), transparent 60%),
    rgba(15,23,42,0.96);
  border: 1px solid rgba(148,163,184,0.8);
  overflow: hidden;                /* for shine effect */
  animation: eyebrowFloat 3.2s ease-in-out infinite;
}

/* live dot (pulsing) */
.royal-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, #4ade80, #16a34a);
  box-shadow: 0 0 0 5px rgba(34,197,94,0.22);
  animation: livePing 1.8s ease-out infinite;
}

/* moving shine across the pill */
.royal-eyebrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
  animation: eyebrowShine 4.5s linear infinite;
}
@keyframes livePing {
  0%   { transform: scale(1);   opacity: 1;   box-shadow: 0 0 0 4px rgba(34,197,94,0.25); }
  70%  { transform: scale(1.6); opacity: 0;   box-shadow: 0 0 0 10px rgba(34,197,94,0); }
  100% { transform: scale(1);   opacity: 1;   box-shadow: 0 0 0 4px rgba(34,197,94,0.25); }
}

@keyframes eyebrowFloat {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-1px); }
}

@keyframes eyebrowShine {
  0%   { left: -40%; opacity: 0; }
  10%  { opacity: 1; }
  40%  { left: 110%; opacity: 0; }
  100% { left: 110%; opacity: 0; }
}


/* Title */
.royal-title {
  margin: 0 0 12px;
  line-height: 1.06;
  font-weight: 900;
  font-size: clamp(34px, 5vw, 58px);
  color: #f9fafb;
  text-shadow: 0 5px 24px rgba(0,0,0,0.95);
}
.royal-title span {
  background: conic-gradient(from 200deg, var(--accent-main), #e5e7eb, var(--accent-soft), var(--accent-main));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtitle */
.royal-sub {
  margin: 0 0 20px;
  max-width: 620px;
  color: #e5e7eb;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.7;
}
.royal-sub strong {
  color: #fbbf24;
}

/* Bullets */
.royal-bullets {
  display: flex;
  gap: 10px 12px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.royal-bullets li {
  font: 700 13px/1.1 var(--hero-font);
  color: #f9fafb;
  padding: 8px 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 0 0, rgba(248,250,252,0.1), transparent 60%),
    rgba(15,23,42,0.98);
  border: 1px solid rgba(148,163,184,0.85);
}

/* Social proof */
/* ===== TRUST BLOCK – NEW PREMIUM STYLE ===== */
.vip-proof {
  margin-top: 18px;
  padding: 14px 20px 12px;
  width: 100%;
  max-width: none;                     /* let it extend to the right of the column */

  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(248,250,252,0.07), transparent 60%),
    linear-gradient(145deg, rgba(15,23,42,0.98), rgba(15,23,42,0.96));
  border: 1px solid rgba(148,163,184,0.85);
  box-shadow: 0 18px 40px rgba(15,23,42,0.85);

  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

/* Left accent strip */
.vip-proof::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #22c55e, #22d3ee);
  opacity: .9;
}

/* each row inside */
.vip-proof-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  z-index: 1;
}

/* circular icon badge */
.vip-proof-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: rgba(15,23,42,0.95);
  border: 1px solid rgba(148,163,184,0.9);
}

/* subtle different glow per row */
.vip-proof-row:nth-child(1) .vip-proof-icon {
  border-color: rgba(34,197,94,0.8);
}
.vip-proof-row:nth-child(2) .vip-proof-icon {
  border-color: rgba(250,204,21,0.8);
}
.vip-proof-row:nth-child(3) .vip-proof-icon {
  border-color: rgba(56,189,248,0.8);
}

/* text block */
.vip-proof-text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #f9fafb;
}

.vip-proof-text small {
  display: block;
  font-size: 11px;
  color: #9ca3af;
}

/* mobile – keep it nice */
@media (max-width: 640px) {
  .vip-proof {
    padding: 12px 14px 10px;
  }
}


/* ===== Right side ===== */
.royal-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Floating price badge */
/* === Minimal Premium Price Tag === */
/* 🔹 Super-visible, premium price badge */
.price-chip {
  position: absolute;
  top: 18px;
  right: 22px;

  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;

  padding: 10px 18px;
  border-radius: 999px;

  /* bright on dark, but not cartoon */
  background: #f9fafb;
  color: #0f172a;
  box-shadow: 0 18px 38px rgba(15,23,42,0.85);

  /* soft gradient border */
  border: 2px solid transparent;
  background-image:
    linear-gradient(#f9fafb, #f9fafb),
    linear-gradient(135deg, #22d3ee, #6366f1);
  background-origin: border-box;
  background-clip: padding-box, border-box;

  font-weight: 900;
  font-size: 22px;
  line-height: 1.1;
}

/* remove any old dot */
.price-chip::before {
  content: none !important;
}

/* sub-line: clear benefit text */
.price-chip span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6b7280;
}

/* mobile: put it inside nicely */
@media (max-width: 980px) {
  .price-chip {
    position: static;
    margin-bottom: 12px;
  }
}



/* Inner box */
.royal-box {
  margin-top: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(248,250,252,0.08), transparent 60%),
    linear-gradient(145deg, rgba(15,23,42,0.98), rgba(15,23,42,0.96));
  border-radius: 22px;
  padding: 22px 20px 20px;
  border: 1px solid rgba(148,163,184,0.9);
  box-shadow: 0 18px 40px rgba(15,23,42,0.8);
}

.royal-box-title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
}
.royal-box-sub {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--hero-muted);
}

.royal-box-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 13px;
  color: #e5e7eb;
}
.royal-box-list li {
  margin-bottom: 6px;
}

/* CTAs */
.royal-ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.btn-gold,
.btn-ghost {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

/* Main button: cyan → indigo */
.btn-gold {
  color: #0b1120;
  background: linear-gradient(135deg, var(--accent-main), var(--accent-soft));
  border: 1px solid rgba(248,250,252,0.95);
  box-shadow: 0 16px 40px rgba(15,23,42,0.95);
}
.btn-gold small {
  font-size: 11px;
  font-weight: 700;
  opacity: .95;
  margin-top: 2px;
}
.btn-gold:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 22px 52px rgba(15,23,42,1);
}

/* Secondary button */
.btn-ghost {
  color: #e5e7eb;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.9);
}
.btn-ghost:hover {
  background: radial-gradient(circle at 0 0, rgba(148,163,184,0.25), transparent 60%),
              rgba(15,23,42,1);
  border-color: var(--accent-main);
  transform: translateY(-2px);
}

.royal-small-note {
  font-size: 11px;
  color: var(--hero-muted);
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .royal-card {
    padding: 26px 22px;
    border-radius: 22px;
  }
  .royal-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .price-chip {
    position: static;
    transform: none;
    margin-bottom: 10px;
  }
  .royal-right {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .royal-wrap {
    padding-top: 72px;
  }
  .royal-card {
    padding: 22px 18px 24px;
  }
  .royal-ctas {
    flex-direction: column;
  }
  .btn-gold,
  .btn-ghost {
    width: 100%;
    align-items: center;
  }
}

/* ===== Animations ===== */
@keyframes heroGlow {
  from { opacity: .4; transform: translateY(0); }
  to   { opacity: .8; transform: translateY(16px); }
}
/* Extra conversion helpers */
.royal-tagline {
  margin-top: -4px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-main);
}

/* row under bullet list in the box */
.royal-check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 8px;
  font-size: 11px;
  color: var(--hero-muted);
}

.royal-check-row span {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.6);
}

/* urgency line above buttons */
.royal-urgency {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-pop);
  margin-bottom: 10px;
}

/* small tweak on mobile */
@media (max-width: 640px) {
  .royal-check-row {
    flex-direction: row;
  }
}
/* ✅ Force clear colors inside the offer box (desktop + mobile) */
.royal-box-title {
  color: #f9fafb;              /* bright white heading */
}

.royal-box-sub {
  color: #cbd5f5;              /* soft light text */
}

.royal-box-list li {
  color: #f9fafb;              /* white text for check lines */
}

.royal-check-row span {
  color: #e5e7eb;              /* light grey, not black */
}

/* make the small notes readable */
.royal-urgency {
  color: #f97316;              /* strong orange for urgency line */
}

.royal-small-note {
  color: #9ca3af;              /* muted grey */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40335b5 *//* Full-bleed dark strip */
.vip-logos.fullbleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #05060c;
  padding: 18px 0 22px;
  position: relative;
  overflow: hidden;
}

/* Soft top & bottom border glow */
.vip-logos.fullbleed::before,
.vip-logos.fullbleed::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  height: 1px;
  opacity: 0.7;
  background: linear-gradient(90deg, #ff3c8a, #a667f7, #21f4ff);
}
.vip-logos.fullbleed::before { top: 0; }
.vip-logos.fullbleed::after  { bottom: 0; }

/* Fade edges */
.logo-row {
  position: relative;
  padding: 4px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

/* Marquee container */
.logo-marquee {
  display: flex;
  width: max-content;
  animation: vipLogoMarquee 35s linear infinite;
}

/* Pause on hover */
.logo-row:hover .logo-marquee {
  animation-play-state: paused;
}

/* Each track = full set of logos */
.logo-track {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* Logo pill style */
.logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 72px;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  background:
    linear-gradient(#060711, #060711) padding-box,
    linear-gradient(135deg, #ff3c8a, #a667f7, #21f4ff) border-box;
  border: 2px solid transparent;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.7),
    0 0 14px rgba(255, 60, 138, 0.5);
  transition: transform .25s ease, box-shadow .25s ease;
}

.logo-pill:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.9),
    0 0 20px rgba(166, 103, 247, 0.8);
}

/* Logo images */
.logo-pill img {
  max-height: 40px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.7));
}

/* Infinite slide left → right (or change to 0 → -50% for opposite) */
@keyframes vipLogoMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Mobile tweaks */
@media (max-width: 720px) {
  .vip-logos.fullbleed {
    padding: 14px 0 16px;
  }
  .logo-pill {
    min-width: 130px;
    height: 62px;
    padding: 8px 14px;
    border-radius: 16px;
  }
  .logo-pill img {
    max-height: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ba65db */.divider-clean {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
}

.divider-line {
  flex: 1;
  height: 2px;
  border-radius: 2px;
}

.divider-line.left {
  background: linear-gradient(to right, #C8102E, #ffffff);
}

.divider-line.right {
  background: linear-gradient(to left, #012169, #ffffff);
}

.divider-icon {
  width: 36px;
  height: auto;
  margin: 0 22px;
  object-fit: contain;
  background: none;
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.4));
  transition: transform 0.3s ease;
}

.divider-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .divider-icon {
    width: 26px;
    margin: 0 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb42b70 *//* ==================== VIP GLOBAL – NEW BRITISH BRAND THEME ==================== */
body {
  background: #020617; /* deep navy */
  font-family: 'Outfit', system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #0f172a;
  margin: 0;
}

/* ==================== PLANS LAYOUT ==================== */
.iptv-pricing-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 56px 20px;
  max-width: 1200px;
  margin: 0 auto 80px;
}

/* ==================== PLAN CARD – BASE ==================== */
.iptv-plan {
  position: relative;
  background: #f9fafb;          /* light card, dark page */
  border-radius: 18px;
  padding: 26px 22px 22px;
  text-align: left;
  color: #0f172a;
  transition: all 0.25s ease;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 40px rgba(15,23,42,0.28);
}

/* subtle top accent bar */
.iptv-plan::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg,#00247d,#ffffff,#e11d2f); /* UK hint */
}

/* Hover */
.iptv-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(15,23,42,0.45);
  border-color: #cbd5f5;
}

/* ==================== CATEGORY THEMES ==================== */
/* Starter – teal / fresh */
.category-starter .iptv-plan {
  border-color: rgba(13,148,136,0.55);
}
.category-starter .plan-price span {
  color: #0f766e;
}
.category-starter .buy-btn {
  background: linear-gradient(135deg,#0d9488,#14b8a6);
}

/* Premium – royal blue */
.category-premium .iptv-plan {
  border-color: rgba(37,99,235,0.7);
}
.category-premium .plan-price span {
  color: #1d4ed8;
}
.category-premium .buy-btn {
  background: linear-gradient(135deg,#1d4ed8,#3b82f6);
}

/* VIP – deep burgundy + gold */
.category-vip .iptv-plan {
  border-color: rgba(127,29,29,0.7);
}
.category-vip .plan-price span {
  color: #b45309;
}
.category-vip .buy-btn {
  background: linear-gradient(135deg,#7f1d1d,#b91c1c,#facc15);
  color: #111827 !important;
}

/* ==================== HEADERS & PRICE ==================== */
.plan-header {
  margin-top: 14px; /* clear top accent bar */
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #020617;
}

.plan-price {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.plan-price s {
  font-size: 13px;
  color: #9ca3af;
}

.plan-price span {
  font-size: 26px;
  font-weight: 900;
}

/* ==================== FEATURES ==================== */
.plan-features {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.plan-features li {
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #111827;
}

.plan-features li img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  filter: none;  /* remove old glow */
}

/* ==================== BUY BUTTON ==================== */
.buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none !important;
  color: #ffffff !important;
  border: none;
  box-shadow: 0 14px 32px rgba(15,23,42,0.35);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15,23,42,0.55);
  filter: brightness(1.05);
}

/* Optional “Best deal” badge if you use it */
.badge-best {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #0f172a;
  color: #f9fafb;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 999px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* ==================== CATEGORY TABS ==================== */
.plan-categories {
  text-align: center;
  margin: 18px auto 6px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.category-btn {
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #1f2937;
  background: rgba(15,23,42,0.95);
  color: #e5e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background .2s ease, color .2s ease,
              border-color .2s ease, transform .15s ease,
              box-shadow .2s ease;
}

.category-btn:hover {
  background: #020617;
  box-shadow: 0 10px 22px rgba(0,0,0,0.4);
  transform: translateY(-1px);
}

.category-btn.active {
  background: linear-gradient(135deg,#00247d,#020617);
  color: #f9fafb;
  border-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(148,163,184,0.7),0 12px 30px rgba(0,0,0,0.7);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1200px) {
  .iptv-pricing-container {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px) {
  .iptv-pricing-container {
    grid-template-columns: minmax(0,1fr);
  }
  .plan-categories {
    flex-direction: column;
    align-items: stretch;
  }
  .category-btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ==================== CHECKOUT POPUP – NEW STYLE ==================== */
#checkoutPopupOverlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15,23,42,0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* Popup box */
#checkoutPopupOverlay .popup-box {
  background: #f9fafb;
  color: #0f172a;
  border-radius: 20px;
  padding: 26px 22px 22px;
  width: 380px;
  max-width: 92%;
  position: relative;
  box-shadow: 0 26px 70px rgba(15,23,42,0.7);
  border: 1px solid #e5e7eb;
  transform: translateY(10px);
  opacity: 0;
  animation: popupEnter .35s ease-out forwards;
}

@keyframes popupEnter {
  from { opacity:0; transform:translateY(20px) scale(.96); }
  to   { opacity:1; transform:translateY(0)   scale(1);   }
}

/* Titles */
#checkoutPopupOverlay h2,
#checkoutPopupOverlay h3 {
  color: #020617 !important;
  font-weight: 800;
  text-align: center;
  margin: 4px 0 14px;
  font-size: 20px;
}

/* Labels */
#checkoutPopupOverlay label {
  display:block;
  margin-bottom:4px;
  color:#111827;
  font-size:13px;
  font-weight:600;
}

/* Inputs */
#checkoutPopupOverlay input[type="text"],
#checkoutPopupOverlay input[type="email"] {
  width:100%;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid #cbd5f5;
  margin-bottom:12px;
  font-size:14px;
  background:#ffffff;
  color:#0f172a;
  transition:border-color .2s ease, box-shadow .2s ease;
}

#checkoutPopupOverlay input::placeholder {
  color:#9ca3af;
}

#checkoutPopupOverlay input:focus {
  border-color:#1d4ed8;
  box-shadow:0 0 0 1px rgba(37,99,235,0.35);
  outline:none;
}

/* Close button */
#closeCheckoutPopup {
  position:absolute;
  top:10px;
  right:10px;
  background:#f97373;
  color:#111827;
  border:none;
  padding:5px 10px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
  cursor:pointer;
  box-shadow:0 6px 14px rgba(148,27,37,0.35);
}

/* Price display */
#price {
  font-size:20px;
  font-weight:800;
  text-align:center;
  margin:8px 0 14px;
  color:#1d4ed8;
}

/* Payment buttons */
#paymentButtons {
  display:flex;
  justify-content:center;
  gap:12px;
  margin:12px 0 16px;
}

.payment-option { text-align:center; }

.payment-select-btn {
  background:#e5e7eb;
  border:1px solid #cbd5f5;
  border-radius:12px;
  padding:8px 10px;
  cursor:pointer;
  transition:all .2s ease;
}
.payment-select-btn img {
  max-width:80px;
  height:auto;
}
.payment-select-btn:hover {
  border-color:#1d4ed8;
  box-shadow:0 6px 16px rgba(15,23,42,0.35);
  transform:translateY(-2px);
}
.payment-select-btn.selected {
  border-color:#1d4ed8;
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(37,99,235,0.4);
}

/* Continue button */
#continueBtn {
  background: linear-gradient(135deg,#1d4ed8,#2563eb);
  color:#ffffff;
  width:100%;
  padding:12px;
  border-radius:999px;
  font-weight:800;
  font-size:15px;
  border:none;
  box-shadow:0 12px 28px rgba(37,99,235,0.55);
  transition:all .2s ease;
}
#continueBtn:hover {
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(37,99,235,0.75);
}

/* Decline notice box (reuse but cleaner) */
#decline-notice .notice-box {
  background:#0b1120;
  border-radius:18px;
  padding:24px;
  box-shadow:0 26px 70px rgba(0,0,0,0.7);
  border:1px solid rgba(248,113,113,0.5);
  color:#e5e7eb;
}

/* Responsive popup tweaks */
@media (max-width: 480px) {
  #checkoutPopupOverlay .popup-box {
    width:92%;
    padding:22px 16px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12f0f4f */.divider-clean {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
}

.divider-line {
  flex: 1;
  height: 2px;
  border-radius: 2px;
}

.divider-line.left {
  background: linear-gradient(to right, #C8102E, #ffffff);
}

.divider-line.right {
  background: linear-gradient(to left, #012169, #ffffff);
}

.divider-icon {
  width: 36px;
  height: auto;
  margin: 0 22px;
  object-fit: contain;
  background: none;
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.4));
  transition: transform 0.3s ease;
}

.divider-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .divider-icon {
    width: 26px;
    margin: 0 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8eaf08 *//* ============== Outer full-width UK band ============== */

.iptv-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 90px 0;              /* a bit more air around the pill */
  position: relative;
  overflow: visible;            /* allow the blur to breathe */

  display: flex;
  justify-content: center;

  /* dark base behind the pill */
  background: #020617;
}

/* main UK pill band with rounded ends */
.iptv-section::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: min(24px, 4vw);
  right: min(24px, 4vw);

  border-radius: 999px;         /* big pill ends */
  background: linear-gradient(to right, #012169 0%, #00040c 40%, #C8102E 100%);
  box-shadow: 0 18px 50px rgba(0,0,0,0.8);
  z-index: 0;
}

/* soft glow around the band (blurred edges) */
.iptv-section::after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 8vw;
  right: 8vw;

  border-radius: 999px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(circle at 95% 100%, rgba(200,16,46,0.32), transparent 65%);
  filter: blur(22px);
  opacity: 0.9;
  z-index: 0;
}

/* inner content sits above the band + glow */
.iptv-section > * {
  position: relative;
  z-index: 1;
}

/* ============== Inner card (your original block) ============== */

.iptv-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;

  /* your original navy background with vignette */
  background:
    radial-gradient(circle at top left, #02235a 0, #010818 55%, #00040c 100%);
  padding: 70px 30px;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.7);

  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 1200px;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
  color: #f9fafb;
}

/* Soft Union Jack texture inside the card */
.iptv-inner::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: url("https://i.postimg.cc/rFZ25mYx/diploma.webp") center/cover no-repeat;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

/* subtle diagonal glow overlay inside the card */
.iptv-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,0.23), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(200,16,46,0.28), transparent 60%);
  opacity: 0.8;
  pointer-events: none;
}

/* ensure inner content sits above textures */
.iptv-inner > * {
  position: relative;
  z-index: 1;
}

/* ============== Image ============== */

.iptv-image {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: #020617;
  box-shadow: 0 10px 28px rgba(0,0,0,0.55);
}

.iptv-image img {
  width: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.iptv-image:hover img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

/* ============== Text content ============== */

.iptv-content {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

/* optional kicker label if you use it */
.iptv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(2,22,73,0.85);
  border: 1px solid rgba(255,255,255,0.18);
  color: #e5e7eb;
}

.iptv-title {
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  margin: 18px 0 18px;
  color: #f9fafb;
}

.iptv-title span,
.keyword-main {
  background: linear-gradient(90deg, #C8102E, #ffffff, #012169);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.iptv-lead {
  font-size: 18px;
  color: #e5e7eb;
  margin-bottom: 16px;
  line-height: 1.7;
}

.iptv-description {
  font-size: 15px;
  color: #cbd5f5;
  line-height: 1.7;
  margin-bottom: 26px;
}

/* ============== Stats row ============== */

.iptv-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px;
}

.iptv-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: #e5e7eb;
  background: rgba(2,22,73,0.65);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 4px 12px rgba(15,23,42,0.7);
}

/* ============== CTA button ============== */

.iptv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #C8102E, #012169);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0,0,0,0.7);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.iptv-btn::after {
  content: "›";
  font-size: 18px;
  margin-top: -1px;
}

.iptv-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.8);
  filter: brightness(1.05);
}

/* ============== Desktop layout ============== */

@media (min-width: 768px) {
  .iptv-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 80px 54px;
  }
  .iptv-content {
    text-align: left;
    max-width: 620px;
  }
  .iptv-image {
    max-width: 420px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eada898 *//* ============= BRITISH IPTV – NEW VIP FEATURE STYLE ============= */

.vip-feature-section {
  /* full-width band */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 90px min(7vw, 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #e5e7eb;

  /* dark UK gradient background */
  background:
    radial-gradient(circle at 0% 0%, #012169 0, #000714 55%, #00040c 100%);
}

/* soft UK light blobs behind the card */
.vip-feature-section::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(circle at 90% 100%, rgba(200,16,46,0.35), transparent 65%);
  filter: blur(18px);
  opacity: 0.9;
  pointer-events: none;
}

/* glass / card container effect */
.vip-feature-section::after {
  content: "";
  position: absolute;
  inset: 18px min(18px, 4vw);
  border-radius: 32px;
  background: radial-gradient(circle at top left, rgba(15,23,42,0.96), rgba(2,6,23,0.96));
  border: 1px solid rgba(148,163,184,0.45);
  box-shadow: 0 28px 80px rgba(0,0,0,0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  pointer-events: none;
}

/* keep real content above overlays */
.vip-feature-section > * {
  position: relative;
  z-index: 1;
}

/* ============= INNER LAYOUT ============= */

.vip-feature-image,
.vip-feature-text {
  flex: 1 1 0;
  max-width: 540px;
}

/* put text left, image right on desktop */
.vip-feature-text {
  padding-right: min(4vw, 40px);
}
.vip-feature-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ============= PREMIUM CIRCULAR IMAGE BADGE ============= */

.vip-feature-image img {
  width: min(320px, 70vw);
  height: min(320px, 70vw);
  border-radius: 999px;
  object-fit: cover;

  /* gradient ring */
  padding: 4px;
  background: conic-gradient(
    from 210deg,
    #C8102E,
    #ffffff,
    #012169,
    #C8102E
  );

  box-shadow:
    0 18px 50px rgba(0,0,0,0.9),
    0 0 0 1px rgba(15,23,42,0.9);
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.vip-feature-image img:hover {
  transform: translateY(-8px);
  box-shadow:
    0 26px 70px rgba(0,0,0,0.95),
    0 0 0 1px rgba(148,163,184,0.6);
  filter: saturate(1.08);
}

/* ============= TEXT SIDE ============= */

.vip-feature-text h2 {
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 900;
  color: #f9fafb;
  margin-bottom: 18px;
  line-height: 1.12;
}

/* highlight “British IPTV” with UK gradient */
.gold-keyword {
  background: linear-gradient(90deg, #C8102E, #ffffff, #012169);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.vip-feature-text p {
  font-size: 16.5px;
  line-height: 1.85;
  color: #dbe2ff;
  margin-bottom: 14px;
}

.vip-feature-text strong {
  font-weight: 700;
  color: #ffffff;
}

/* subtle accent line under heading */
.vip-feature-text h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #C8102E, #ffffff, #012169);
  opacity: 0.9;
}

/* ============= MOBILE / TABLET ============= */

@media (max-width: 900px) {
  .vip-feature-section {
    flex-direction: column;
    padding: 70px 18px;
  }

  .vip-feature-text {
    padding-right: 0;
    text-align: center;
    order: 2;
  }

  .vip-feature-image {
    order: 1;
    margin-bottom: 28px;
  }

  .vip-feature-text h2::after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 540px) {
  .vip-feature-section::after {
    inset: 16px 10px;
    border-radius: 24px;
  }

  .vip-feature-text p {
    font-size: 15.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27329e5 *//* ============================
   WHY CHOOSE – BRITISH IPTV
   New premium card style
   ============================ */

/* Full-width soft navy background */
.why-choose-iptv {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 80px 20px;
  background:
    radial-gradient(circle at 0% 0%, #0b1220 0, #020617 45%, #000000 100%);
  position: relative;
  overflow: hidden;
}

/* Very soft Union Jack texture */
.why-choose-iptv::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: url("https://i.postimg.cc/rFZ25mYx/diploma.webp") center/cover no-repeat;
  opacity: 0.08;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

/* INNER WRAPPER */
.choose-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------- Heading & intro ---------- */

.choose-title {
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 900;
  text-align: center;
  margin: 0 0 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.white-text {
  color: #f9fafb;
}

.gradient-text {
  background: linear-gradient(90deg, #C8102E, #ffffff, #012169);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.choose-intro {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 15.5px;
  line-height: 1.7;
  color: #e5e7eb;
}

/* Underline accent */
.choose-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #C8102E, #ffffff, #012169);
  opacity: 0.9;
}

/* ---------- Grid ---------- */

.choose-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

/* Card */
.choose-box {
  display: flex;
  flex-direction: column;
  height: 100%;

  background: radial-gradient(circle at 0% 0%, #020617 0, #020617 55%, #000814 100%);
  border-radius: 22px;
  padding: 18px 18px 20px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.7);
  border: 1px solid rgba(148,163,184,0.4);
  overflow: hidden;
  position: relative;
}

/* Thin UK gradient strip at the top of each card */
.choose-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C8102E, #ffffff, #012169);
}

/* Image at top (fixed height, no more full card image) */
.feature-icon {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 14px;
  border: 2px solid rgba(15,23,42,0.9);
  box-shadow: 0 10px 24px rgba(0,0,0,0.75);
}

/* Text inside card */
.choose-box-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.choose-box-text h3 {
  font-size: 17px;
  font-weight: 800;
  color: #f9fafb;
  margin: 2px 0 4px;
  text-transform: none;
}

.choose-box-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #e5e7eb;
}

/* ---------- CTA under grid ---------- */

.choose-cta {
  margin-top: 30px;
  text-align: center;
}

.choose-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #C8102E, #012169);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.85);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.choose-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.95);
}

.choose-cta-note {
  margin-top: 10px;
  font-size: 13px;
  color: #cbd5e1;
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
  .choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .why-choose-iptv {
    padding: 60px 14px;
  }

  .choose-grid {
    grid-template-columns: 1fr;
  }

  .choose-box {
    padding: 18px 16px 20px;
  }

  .feature-icon {
    height: 150px;
  }
}
/* ===== FIX EXTRA EMPTY SPACE IN "WHY CHOOSE" CARDS ===== */

/* don't force cards to stretch taller than their content */
.choose-grid {
  align-items: flex-start;      /* cards follow their own height */
}

/* let each card size itself naturally */
.choose-box {
  height: auto;                 /* override any old height:100% */
}

/* text block should NOT flex to fill the whole card */
.choose-box-text {
  display: block;               /* normal block, not flex container */
  flex: 0 0 auto !important;    /* kill the flex:1 from earlier */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6da7816 */.divider-clean {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
}

.divider-line {
  flex: 1;
  height: 2px;
  border-radius: 2px;
}

.divider-line.left {
  background: linear-gradient(to right, #C8102E, #ffffff);
}

.divider-line.right {
  background: linear-gradient(to left, #012169, #ffffff);
}

.divider-icon {
  width: 36px;
  height: auto;
  margin: 0 22px;
  object-fit: contain;
  background: none;
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.4));
  transition: transform 0.3s ease;
}

.divider-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .divider-icon {
    width: 26px;
    margin: 0 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-350c909 *//* ================= HOW BRITISH IPTV WORKS – FULL BLURRED BACKGROUND ================ */

.how-iptv-works {
  /* full-width band */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 90px 18px;
  position: relative;
  overflow: hidden;

  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #f9fafb;
  text-align: center;

  /* dark base under the blurs */
  background: #020617;
}

/* two huge blurred blobs behind everything (double soft blur) */
.how-iptv-works::before,
.how-iptv-works::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 999px;
  filter: blur(110px);
  opacity: 0.85;
  pointer-events: none;
}

/* left navy glow */
.how-iptv-works::before {
  top: -140px;
  left: -120px;
  background: radial-gradient(circle, #012169 0%, #000000 70%);
}

/* right red glow */
.how-iptv-works::after {
  bottom: -160px;
  right: -130px;
  background: radial-gradient(circle, #C8102E 0%, #000000 65%);
}

/* inner frosted container so content is not stuck to edges */
.how-iptv-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 36px;
  border-radius: 26px;
  background: radial-gradient(circle at top, rgba(15,23,42,0.96), rgba(2,6,23,0.9));
  border: 1px solid rgba(148,163,184,0.45);
  box-shadow: 0 20px 55px rgba(0,0,0,0.9);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  position: relative;
}

/* make sure everything inside sits above the blurs */
.how-iptv-inner > * {
  position: relative;
  z-index: 1;
}

/* ===== TITLE & INTRO ===== */

.how-title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.how-title .white-text {
  color: #f9fafb;
}

.how-title .gradient-text {
  background: linear-gradient(90deg, #C8102E, #ffffff, #012169);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* small underline under title */
.how-title::after {
  content: "";
  display: block;
  margin: 14px auto 0;
  width: 120px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #C8102E, #ffffff, #012169);
}

.how-subtext {
  max-width: 720px;
  margin: 18px auto 46px;
  font-size: 16px;
  line-height: 1.7;
  color: #e2e8f0;
}

/* ===== STEPS GRID ===== */

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* frosted cards */
.how-box {
  position: relative;
  padding: 26px 20px 24px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(15,23,42,0.9), rgba(15,23,42,0.75));
  border: 1px solid rgba(148,163,184,0.45);
  box-shadow: 0 16px 32px rgba(15,23,42,0.9);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* subtle inner highlight */
.how-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.12), transparent 55%);
  opacity: 0.8;
  pointer-events: none;
}

.how-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(0,0,0,0.95);
  border-color: rgba(249,250,251,0.7);
}

/* ensure real content above highlight */
.how-box > * {
  position: relative;
  z-index: 1;
}

/* step number pill */
.step-circle {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #020617;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0,0,0,0.8);
}

/* icons */
.icon-wrap {
  margin-bottom: 14px;
}
.icon-wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  padding: 8px;
  border-radius: 16px;
  background: #f9fafb;
  box-shadow: 0 10px 26px rgba(15,23,42,0.9);
}

/* card titles & text */
.how-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f9fafb;
}

.how-box p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #cbd5f5;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 960px) {
  .how-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .how-iptv-works {
    padding: 70px 12px;
  }

  .how-iptv-inner {
    padding: 32px 18px 30px;
    border-radius: 22px;
  }

  .how-steps {
    grid-template-columns: 1fr;
  }
}
/* Center the icon in each step box */
.how-box {
  text-align: center;           /* make all content centered */
}

.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

.icon-wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  padding: 8px;
  border-radius: 16px;
  background: #f9fafb;
  box-shadow: 0 10px 26px rgba(15,23,42,0.9);
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17eb412 */.divider-clean {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
}

.divider-line {
  flex: 1;
  height: 2px;
  border-radius: 2px;
}

.divider-line.left {
  background: linear-gradient(to right, #C8102E, #ffffff);
}

.divider-line.right {
  background: linear-gradient(to left, #012169, #ffffff);
}

.divider-icon {
  width: 36px;
  height: auto;
  margin: 0 22px;
  object-fit: contain;
  background: none;
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.4));
  transition: transform 0.3s ease;
}

.divider-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .divider-icon {
    width: 26px;
    margin: 0 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c61dfc */.divider-clean {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
}

.divider-line {
  flex: 1;
  height: 2px;
  border-radius: 2px;
}

.divider-line.left {
  background: linear-gradient(to right, #C8102E, #ffffff);
}

.divider-line.right {
  background: linear-gradient(to left, #012169, #ffffff);
}

.divider-icon {
  width: 36px;
  height: auto;
  margin: 0 22px;
  object-fit: contain;
  background: none;
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.4));
  transition: transform 0.3s ease;
}

.divider-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .divider-icon {
    width: 26px;
    margin: 0 14px;
  }
}/* End custom CSS */