/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/
.sparkle-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.sparkle {
  position: absolute;
  border-radius: 50%;
  animation: twinkle var(--duration) ease-in-out infinite;
  animation-delay: var(--delay);
}

@keyframes twinkle {
  0%, 100% { opacity: 0; transform: scale(0.5); }
  50% { opacity: var(--max-opacity); transform: scale(1); }
}

nav.navbar {
  border-bottom: 1px solid #2a2a2a;
}

body {
  background: linear-gradient(
    135deg,
    #080808 0%,
    #0a0a0a 40%,
    #161616 50%,
    #0a0a0a 60%,
    #080808 100%
  );
  min-height: 100vh;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  body {
    background: linear-gradient(
      135deg,
      #080808 0%,
      #0a0a0a 40%,
      #111111 50%,
      #0a0a0a 60%,
      #080808 100%
    );
    background-attachment: scroll;
    background-size: 100% 100vh;
  }
}

.bg-block-primary {
  background: transparent !important;
}
/*

body::before, body::after {
  content: '';
  position: fixed;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #9b6bff;
  box-shadow:
    15vw 20vh 4px 1px #9b6bff,
    25vw 35vh 3px 1px #b399ff,
    40vw 50vh 5px 2px #9b6bff,
    55vw 45vh 3px 1px #c2a9ff,
    65vw 60vh 4px 1px #9b6bff,
    75vw 40vh 3px 1px #b399ff,
    85vw 55vh 5px 2px #9b6bff,
    30vw 65vh 3px 1px #c2a9ff,
    50vw 30vh 4px 1px #9b6bff,
    70vw 70vh 3px 1px #b399ff;
  animation: sparkle 4s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

body::after {
  animation-delay: 2s;
  box-shadow:
    20vw 45vh 3px 1px #c2a9ff,
    35vw 25vh 4px 1px #9b6bff,
    45vw 65vh 3px 1px #b399ff,
    60vw 35vh 5px 2px #9b6bff,
    72vw 55vh 3px 1px #c2a9ff,
    80vw 30vh 4px 1px #9b6bff,
    90vw 65vh 3px 1px #b399ff,
    10vw 50vh 4px 1px #9b6bff,
    48vw 80vh 3px 1px #c2a9ff,
    62vw 20vh 5px 2px #9b6bff;
}

@keyframes sparkle {
  0% { opacity: 0.1; }
  50% { opacity: 0.5; }
  100% { opacity: 0.15; }
}
*/


@media (max-width: 768px) {
  #app > div > div.components > section.py-20.faq.bg-block-primary.component > div > div.section-subtitle {
    margin-top: 3rem;
  }
}
/* Animated details body: better than instant expand/collapse */
details.feature .feature-body {
  max-height: 0;               /* start collapsed */
  overflow: hidden;            /* clip while animating */
  transition: max-height 260ms cubic-bezier(.2,.9,.2,1), opacity 180ms ease;
  opacity: 0;
  will-change: max-height, opacity;
}

/* fallback if JS is not available */
details.feature[open] .feature-body {
  max-height: 640px;           /* reasonable fallback limit */
  opacity: 1;
}

.destroy {

  display: none;
}
/* Outer Section (your original custom) */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container {

  margin-top:1rem;
}

.exodus-review-section {
  margin: 4rem auto;
  padding: 1rem 2rem;
  max-width: 100%;
  font-family: 'Segoe UI', sans-serif;
  background: rgba(36,36,50,0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(150,130,200,0.1);
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.4);
  transition: box-shadow .3s, transform .3s;
}
.exodus-review-section:hover {
  box-shadow: 0 10px 45px rgba(135,105,240,0.1);
  transform: scale(1.002);
}

/* Title */
.exodus-review-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

/* Wrapper & Track */
.exodus-review-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: .5rem;
}
.exodus-review-track {
  display: flex;
  gap: 1rem;
  transition: transform .3s ease-out;
  will-change: transform;
}

/* Card (based on your .discord-review-message) */
.exodus-review {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, #1c1c29, #27273a);
  border-radius: 12px;
  border: 1px solid #3c3c50;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  padding: 1rem;
  min-width: 320px;
  max-width: 380px;
  flex: 0 0 auto;
  color: #ddd;
  transition: transform .25s, box-shadow .25s;
}
.exodus-review:hover {
  transform: scale(1.015);
  box-shadow: 0 8px 22px rgba(120,90,200,0.15);
}

/* Top Meta */
.exodus-review-top {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .5rem;
}
.exodus-review-top img {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 2px solid #666;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.exodus-review-top img:hover {
  transform: scale(1.1);
  border-color: #b2a0ff;
  box-shadow: 0 0 8px rgba(180,160,250,0.4);
}

/* User & Date */
.exodus-review-meta {
  display: flex;
  flex-direction: column;
}
.exodus-review-user {
  font-size: 1rem;
  font-weight: 700;
  color: #f4f4f4;
}
.exodus-review-date {
  font-size: .82rem;
  color: #999;
  margin-top: 2px;
}

/* Content & Scrollbar */
.exodus-review-content {
  font-size: .95rem;
  line-height: 1.6;
  max-height: 120px;
  overflow-y: auto;
  margin-bottom: .75rem;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
  transition: color .3s;
}
.exodus-review-content pre,
.exodus-review-content code { /* your markdown styling from JS */ }

/* WebKit scrollbar */
.exodus-review-content::-webkit-scrollbar {
  width: 8px;
}
.exodus-review-content::-webkit-scrollbar-track {
  background: rgba(50,50,65,0.2);
  border-radius: 4px;
}
.exodus-review-content::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #888, #aaa);
  border-radius: 4px;
  border: 2px solid rgba(40,40,55,0.6);
  transition: background .3s, box-shadow .3s;
}
.exodus-review-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #999, #bbb);
  box-shadow: 0 0 6px rgba(200,200,255,0.3);
}

/* Thumbnails */
.exodus-review-thumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.exodus-review-thumb {
  width: 80px; height: 80px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid #444;
  cursor: zoom-in;
  transition: transform .3s, border-color .3s;
}
.exodus-review-thumb:hover {
  transform: scale(1.05);
  border-color: #a088ff;
}

/* Responsive */
@media (max-width: 768px) {
  .exodus-review { min-width: 85%; }
  .exodus-review-section { padding: 1rem; }
}

#exodus-image-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 9999;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#exodus-image-overlay.show {
  display: flex;
  opacity: 1;
  transform: scale(1);
}

#exodus-image-overlay .overlay-title {
  font-size: 1.25rem;
  color: #f0eaff;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#exodus-image-overlay.show .overlay-title {
  opacity: 1;
  transform: translateY(0);
}

#exodus-image-overlay img {
  max-width: 90%;
  max-height: 70vh;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#exodus-image-overlay img.show {
  opacity: 1;
}

#exodus-image-overlay .close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: #c2a9ff;
  color: #2d004b;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.2s ease;
}

#exodus-image-overlay .close-btn:hover {
  background: #e0d0ff;
}

#exodus-image-overlay .nav-arrow {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  color: #ffffffaa;
  background: none;
  border: none;
  cursor: pointer;
  user-select: none;
  z-index: 10000;
  transition: transform 0.2s ease, color 0.2s ease;
}

#exodus-image-overlay .nav-left {
  left: 2rem; /* slightly inward */
  transform: translateY(-50%) translateX(0);
}

#exodus-image-overlay .nav-right {
  right: 2rem; /* slightly inward */
  transform: translateY(-50%) translateX(0);
}

#exodus-image-overlay .nav-arrow:hover {
  color: #fff;
  transform: translateY(-50%) scale(1.2);
}


  .btn-download.downloading {
    background: #FFD700; /* Yellow */
    color: black;
  }
@media (max-width: 991px) {
  #app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > button:nth-child(6) {
    margin-top: -2rem;
  }

}
@media (min-width: 700px) and (max-width: 1100px) {
  #app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.btn-group-cta {
    display: flex;

  }


}

#downloadIcon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

#downloadIcon circle {
  transform-origin: 50% 50%;
}
.btn-download.downloading {
  background: #f1c40f; /* Yellow */
  color: #000;
    padding-left: 0.8rem;
  padding-right: 0.8rem;
  transition: 0s ease;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-download.downloading #downloadIcon {
  animation: spin 1s linear infinite;
}
.btn-download.downloaded {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  transition: 0s ease;
}
  .btn-download.downloaded {
    background: #4CAF50; /* Green */
    color: white;
  }

  .btn-download svg {
    fill: currentColor;
  }


#app > div > div.components > section.py-20.text-block.alignment-center.bg-block-primary.component > div > div > div > p {
  user-select: none;
  pointer-events: none; /* Optional: disables interaction like right-click */

}
/* full width, center text */
.toggle-nav {
  display: block;
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background: transparent;
  border: 2px solid #5e4bd3;
  color: #5e4bd3;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.toggle-nav:hover {
  background: #5e4bd3;
  color: #fff;
}
/* ===========================
   FEATURES STYLES (Merged + Mobile)
   Replace your current features CSS with this
   =========================== */

/* when collapsed, hide nav & scroll btn */
.features-container.nav-collapsed .features-nav,
.features-container.nav-collapsed .scroll-arrow {
  display: none;
}

/* ==== FEATURES CONTAINER & LAYOUT ==== */
.features-container {
  display: flex;
  flex-direction: column;
  background: rgba(25,25,34,0.85);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(120,120,150,0.3);
  border-radius: 12px;
  padding: 24px;
  /* use a responsive max-height instead of absolute huge vh */
  max-width: 1100px;
  max-height: 1500px;
  height: auto;
  margin: 40px auto;
  margin-top: -3rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.features-container:hover {
  box-shadow: 0 12px 36px rgba(80,60,200,0.4);
}

/* helper classes for JS-driven desktop/mobile swapping */
.mobile-only { display: none; }
.desktop-only { display: block; }

/* ==== SEARCH BAR ==== */
.features-search-wrapper {
  position: relative;
  margin-bottom: 16px;
  flex: 0 0 auto;
}
.features-search-wrapper .search-icon {
  position: absolute; left: 12px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem; color: #bbb;
  pointer-events: none;
  transition: color 0.2s, transform 0.2s;
}
#feature-search {
  width: 100%;
  padding: 10px 16px 10px 40px;
  border: none;
  border-radius: 40px;
  background: #2e2e45;
  color: #fff;
  font-size: 1rem;
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.6);
  transition: background 0.3s, box-shadow 0.3s;
}
#feature-search::placeholder {
  color: rgba(255,255,255,0.6);
}
#feature-search:focus {
  outline: none;
  background: #3a3a60;
  box-shadow: inset 0 2px 8px rgba(0,0,0,0.8);
}
#feature-search:focus + .search-icon {
  color: #b681ff;
  transform: translateY(-50%) scale(1.1);
}

/* ==== CATEGORY FILTER ==== */
.features-category-filter {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  flex: 0 0 auto;
}
.features-category-filter button {
  padding: 6px 12px;
  border: 1px solid #5e4bd3;
  background: transparent;
  color: #5e4bd3;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.features-category-filter button.active,
.features-category-filter button:hover {
  background: #5e4bd3;
  color: #fff;
}

/* ==== NAV BUTTONS ==== */
.features-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  justify-content: center;
  flex: 0 0 auto;
}
.features-nav button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 7px;
  border: none;
  border-radius: 40px;
  background: linear-gradient(135deg, #2e2e45, #39395a);
  color: #ccc;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, background 0.3s, color 0.3s;
}
.features-nav button:hover {
  background: linear-gradient(135deg, #5e4bd3, #7a4fed);
  color: #fff;
  transform: translateY(-2px) scale(1.03);
}

/* ==== INNER SCROLLING CONTENT ==== */
#features-content {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 8px;
  padding-right: 8px; /* room for the scrollbar */
}
#features-content::-webkit-scrollbar {
  width: 6px;
}
#features-content::-webkit-scrollbar-thumb {
  background: rgba(100,100,120,0.5);
  border-radius: 4px;
}
#features-content::-webkit-scrollbar-thumb:hover {
  background: rgba(120,120,160,0.7);
}

/* ==== FEATURE PANELS & CARDS ==== */
.features-container .feature {
  position: relative;
  padding: 20px;
  border-left: 4px solid transparent;
  border-bottom: 1px solid #333648;
  margin-bottom: 24px;
  transition: background 0.3s, box-shadow 0.2s, border-left-color 0.3s;
}
.features-container .feature:hover {
  background: rgba(60,60,85,0.4);
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  border-left-color: #b681ff;
}
.features-container .feature-hovered {
  background: rgba(90, 70, 150, 0.6);
  box-shadow: 0 0 12px 3px rgba(182, 129, 255, 0.7);
  border-left: 4px solid #b681ff;
  transition: background 0.3s, box-shadow 0.3s, border-left-color 0.3s;
}
.feature-hovered:hover {
  background: rgba(99, 78, 162, 0.6);
  box-shadow: 0 0 12px 3px rgba(182, 129, 255, 0.7);
  border-left: 4px solid #b681ff;
  transition: background 0.3s, box-shadow 0.3s, border-left-color 0.3s;
}
.features-container .feature:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.feature-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #f2f2f2;
  margin-bottom: 12px;
}
.features-container .feature-icon {
  font-size: 1.5em;
  color: #b681ff;
  transition: color 0.3s;
}
.features-container .feature:hover .feature-icon {
  color: #d0a4ff;
}
.features-container .feature-description {
  color: #ddd;
  line-height: 1.5;
  margin-bottom: 16px;
}
.features-container .feature-card {
  background: rgba(60,60,70,0.6);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  transition: background 0.3s, box-shadow 0.3s;
}
.features-container .feature-card:hover {
  background: rgba(80,60,120,0.6);
  box-shadow: 0 4px 12px rgba(100,80,200,0.4);
}
.features-container .feature-card-title {
  margin: 0 0 4px;
  font-size: 1.1rem;
  color: #fff;
}
.features-container .mode-highlight {
  margin: 0;
  color: #ccc;
  font-size: 0.95rem;
}

/* ==== VIDEO PREVIEW & LABEL (top-right) ==== */
/* Desktop: top-right preview */
.feature-video-container {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 140px;
  text-align: center;
  box-sizing: border-box;
}
.feature-video-container .video-label {
  font-size: 0.85rem;
  background: rgba(94,75,211,0.9);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.feature-video-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: blur(1px) brightness(0.7);
  border: 2px solid #5e4bd3;
  border-radius: 8px;
  cursor: pointer;
  transition: filter 0.3s;
}
.feature-video-container img:hover {
  filter: blur(0) brightness(1);
}

/* ==== VIDEO OVERLAY ==== */
#video-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#video-overlay .overlay-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}
#video-overlay video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#video-overlay .overlay-close {
  position: absolute;
  top: -12px; right: -12px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 28px; height: 28px;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
}

/* Scroll arrow (desktop) */
.scroll-arrow {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #5e4bd3;
  color: white;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 24px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  z-index: 9999;
  transition: background 0.3s ease;
}
.scroll-arrow:hover {
  background: #7a64ff;
}

/* ==== Compact selects & details (mobile) ==== */
.compact-select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(120,120,150,0.14);
  background: rgba(35,35,50,0.85);
  color: #fff;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* details-based feature styling for mobile */
details.feature {
  border: 1px solid rgba(70,70,90,0.35);
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 0;
  background: rgba(20,20,30,0.6);
  overflow: hidden;
}
details.feature summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  font-weight: 600;
  color: #f1f1f1;
  font-size: 15px;
}
details.feature summary::-webkit-details-marker { display: none; }
details.feature .feature-body {
  padding: 10px 12px 14px 12px;
  color: #ddd;
  font-size: 14px;
}
details.feature[open] { box-shadow: 0 8px 20px rgba(80,60,200,0.12); }

/* ==== Responsive / Mobile overrides ==== */
@media (max-width: 640px) {
  .mobile-only { display: block; }
  .desktop-only { display: none; }

  .features-container {
    padding: 12px;
    margin: 12px;
    max-width: calc(100% - 24px);
    max-height: none;
    height: auto;
    border-radius: 10px;
    margin-top: -1.5rem;
  }

  /* compress search */
  .features-search-wrapper { margin-bottom: 10px; }
  #feature-search { padding: 8px 12px 8px 36px; font-size: 13px; border-radius: 10px; }
  .features-search-wrapper .search-icon { left: 10px; font-size: 18px; }

  /* categories -> compact select style handled by .compact-select; hide desktop buttons */
  .features-category-filter { display: none; }
  .features-nav { display: none; }

  /* content area shorter on mobile, scrollable */
  #features-content {
    max-height: 50vh;
    padding: 6px;
    margin-top: 6px;
  }

  /* feature panels become compact (we use details on mobile) */
  .features-container .feature { padding: 0; border-left: none; border-bottom: none; margin-bottom: 0; }
  .feature-title { font-size: 1.1rem; margin-bottom: 6px; }
  .features-container .feature-description { font-size: 13px; margin-bottom: 8px; }
  .features-container .feature-card { padding: 8px 10px; margin-bottom: 8px; font-size: 13px; }

  /* move video preview inside flow on mobile */
  .feature-video-container {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 8px 0 6px 0;
  }
  .feature-video-container img {
    border: 2px solid rgba(94,75,211,0.6);
    filter: none;
  }

  /* scroll arrow reposition */
  .scroll-arrow { right: 12px; left: auto; bottom: 12vh; display: none; }

  /* compact selects appear as blocks */
  .compact-select { margin-bottom: 8px; font-size: 14px; }

  /* tweak video overlay width on small */
  #video-overlay .overlay-content { width: 95%; max-width: 640px; }
}

/* small animation highlight (kept from original) */
.feature-hovered { box-shadow: 0 6px 18px rgba(124,58,237,.12); transform: translateY(-3px); transition:transform .18s; }



.blog-page-title {
  color: transparent;
  margin-top: -1rem;
}
/* Fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0) ;}
}

.blog-video {
  float: left;
  margin: 10px 20px 20px 0;
  width: 70%;
  max-width: 400px;
}

.blog-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
/* Wrapper: full width padding */
.blog-article-wrapper {
  width: 100%;
  padding: 0 16px;
  margin-top: 30px;
  margin-bottom: 60px;
}

/* Main article container */
.blog-article {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -7rem;
  padding: 30px;
  background: rgba(31, 31, 31, 0.85);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  color: #e0e0e0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
  animation: fadeIn 1s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease;
}
.blog-article:hover {
  background: rgba(31, 31, 31, 0.9);
}

/* Title and subtitle */
.blog-article h1.blog-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #a67eff, #ffd1fa);
  -webkit-background-clip: text;
  color: transparent;
}
.blog-article .blog-subtitle {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 32px;
  background: linear-gradient(to right, #d7aaff, #fbdcff);
  -webkit-background-clip: text;
  color: transparent;
}

/* Headings inside */
.blog-article h2 {
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 600;
  border-left: 4px solid #8445f7;
  padding-left: 8px;
}
.blog-article h3 {
  font-size: 1.4rem;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #ddd;
  font-weight: 500;
}

/* Paragraphs and lists */
.blog-article p {
  margin-bottom: 18px;
  font-size: 1.05rem;
}
.blog-article ul {
  margin: 1rem 0 1rem 1.5rem;
  padding-left: 0.5rem;
}
.blog-article li {
  margin-bottom: 0.6rem;
}

/* Links */
.blog-article a {
  color: #b486ff;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow 0.2s ease;
}
.blog-article a:hover {
  text-shadow: 0 0 8px #b486ff;
}

/* CTA button */
.blog-article .cta-button {
  display: inline-flex;
  align-items: center;
  margin: 20px 0;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(to right, #8445f7, #c173fc);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-article .cta-button i {
  margin-right: 8px;
}
.blog-article .cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 16px rgba(200, 140, 255, 0.5);
}

/* Images: left-aligned float at 50%, textbook style */
.blog-article img {
  max-width: 50%;
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-article img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(200, 150, 255, 0.3);
}
/* Clear floats after paragraphs so that long text wraps correctly */
.blog-article p::after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.blog-article .blog-footer {
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
  margin-top: 50px;
  clear: both;
}

/* Adjust UL to have some left padding so checkmark fits */
.blog-article ul {
  margin: 1rem 0 1rem 2rem; /* increase left margin */
  padding-left: 1rem;
}

/* Make LIs relatively positioned for pseudo-element */
.blog-article ul li {
  position: relative;
  padding-left: 1.5rem; /* space for checkmark */
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

/* Hover effect: green box-shadow and subtle bg */
.blog-article ul li:hover {
  background: rgba(76, 175, 80, 0.1); /* light green tint */
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

/* Pseudo-element for checkmark on hover */
.blog-article ul li:hover::before {
  content: "✔";
  position: absolute;
  left: 0; top: 0;
  color: #4caf50;
  font-size: 1rem;
  line-height: 1.2; /* adjust so it aligns with text */
}

/* For better alignment: ensure multi-line LIs keep space */
.blog-article ul li::before {
  /* invisible placeholder so lines align when hovering */
  content: "";
  position: absolute;
  left: 0;
  width: 1rem;
}
/* Target the image right after the features heading */
.blog-article h3 + img {
  float: none !important;
  display: block;
  max-width: 70%;
  margin-left: 20px auto;
}

/* Ensure the UL clears any earlier floats */
.blog-article h3 + img + ul,
.blog-article h3 + ul {
  clear: both;
}
/* Responsive: if float images affect layout, ensure list items still align */
@media (max-width: 768px) {
  .blog-article ul {
    margin-left: 1rem;
  }
  .blog-article ul li {
    padding-left: 1.5rem;
  }
}
.blog-article img:nth-of-type(4) {
  max-width: 48%;
  float: left;
  margin: 20px 1% 20px 0;

}

.blog-article img:nth-of-type(5) {
  max-width: 48%;
  float: right;
  margin: 20px 0 20px 1%;

}

  .help-link-purple {
    color: #9E20FF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.2s ease;
  }
  .help-link-purple:hover {
    color: #c65dff;
  }
.christmas-new-ribbon-container {
  position: relative;
  overflow: visible;
}
#navbarSupportedContent > ul.navbar-nav.me-auto.mb-2.mb-lg-0 > li.nav-item.christmas-new-ribbon-container > a {
border-radius: 10px;

}
#navbarSupportedContent > ul.navbar-nav.me-auto.mb-2.mb-lg-0 > li.nav-item.christmas-new-ribbon-container > a:hover {
  border-radius: 10px;
  color: white;
  box-shadow:
    0 2px 5px rgba(255, 100, 100, 0.2),
    0 4px 8px rgba(255, 100, 100, 0.8),
    0 6px 12px rgba(255, 100, 100, 0.6);
}
#navbarSupportedContent > ul.navbar-nav.me-auto.mb-2.mb-lg-0 > li.nav-item.christmas-new-ribbon-container > a.chargup-link:hover::after {
  background-color: rgba(255, 255, 255, 0.767) !important;
}
#navbarSupportedContent > ul.navbar-nav.me-auto.mb-2.mb-lg-0 > li.nav-item.christmas-new-ribbon-container > a.chargup-link::after {
  background-color: rgba(236, 221, 221, 0.767) !important;
}

.christmas-new-ribbon-container::before {
  content: "NEW!";
  position: absolute;
  background: linear-gradient(45deg, #e63946, #a4161a);
  left: 65px;
  top: 18px;
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.25em 0.7em;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 6px rgba(230, 57, 70, 0.7);
  transform: rotate(45deg);
  transform-origin: top right;
  animation: ribbonGlow 2.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 10;
  user-select: none;
}

@keyframes ribbonGlow {
  0%, 100% {
    box-shadow:
      0 0 6px rgba(230, 57, 70, 0.7),
      0 0 10px rgba(230, 57, 70, 0.5),
      0 0 20px rgba(230, 57, 70, 0.3);
  }
  50% {
    box-shadow:
      0 0 10px rgba(255, 100, 100, 1),
      0 0 15px rgba(255, 100, 100, 0.8),
      0 0 30px rgba(255, 100, 100, 0.6);
  }
}
/* OLD
.chargup-link {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #ffffffdd;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.25s ease;
  z-index: 0;
}

.chargup-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: #B35AFF;
  animation: chargupBar 3s infinite linear;
  z-index: 1;
}

.chargup-link:hover {
  color:#B35AFF;

}

.chargup-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #B35AFF;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.chargup-link:hover::after {
  width: 80%;
}
*/

.nav-link {
  position: relative;
  display: inline-flex; /* Better layout handling than inline-block */
  align-items: center;
  padding: 0.5rem 1rem;
  color: #ffffffdd;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.25s ease;
  z-index: 0;
}

.chargup-link::before {
  content: "";
  position: absolute;
  top: -3px; /* Prevents vertical nudge */
  left: -100%;
  width: 100%;
  height: 3px;
  background: #B35AFF;
  animation: chargupBar 3s infinite linear;
  z-index: 1;
}

.chargup-link:hover {
  color: #B35AFF;
}

.chargup-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #B35AFF;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.chargup-link:hover::after {
  width: 80%;
}

@keyframes chargupBar {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}


.social-icon {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #ffffffcc;
  transition: color 0.2s ease;
  vertical-align: middle;
}

.nav-link:hover .social-icon {
  color: #9E20FF;
}
.footer-two-col {
  margin-left: -7rem;
  display: flex;
  flex-direction: row;
  gap: 3rem;

}
@media (max-width: 768px) {
  .footer-two-col {
    flex-direction: column;
    margin-left: 0; /* optional: fix layout for narrow view */
    gap: 2rem;      /* optional: tighter spacing for small screens */
  }
}
.footer-two-col ul {
  padding: 0;
  list-style: none;
}

.footer-two-col h5 {
color: white;
}
#app > footer > div > div > div:nth-child(3){
color: white;
}
.footer-two-col .nav-link {
  color: #ccc;
  text-decoration: none;
}

.footer-two-col .nav-link:hover {
  color: #ffffff;
}

.reviews-title {
  font-size: 56px !important;
  font-weight: bold;
  background: linear-gradient(to right, #eedcff, #fffafade);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: -150px;
}
.features-title {
  font-size: 56px !important;
  font-weight: bold;
  background: linear-gradient(to right, #eedcff, #fffafade);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: -150px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
/* Subtitle */
.reviews-subtitle {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(to right, #b691ff, #f2d4fc);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2px;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}
.reviews-subtitle:hover {
  transform: scale(1.015);
  text-shadow: 0 0 12px rgba(190, 160, 250, 0.35);
}

/* Spinner */
.reviews-container .spinner {
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top: 4px solid #c2a9ff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  animation: spin 1s linear infinite;
  margin: 2rem auto;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Container */
.reviews-container {
  background: rgba(36, 36, 50, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(150, 130, 200, 0.1);
  border-radius: 14px;
  padding: 24px;
  max-width: 890px;
  margin: 2rem auto 5rem;
  margin-top: -2rem;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
  max-height: 110vh; /* or something taller */
  overflow-y: auto;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.reviews-container:hover {
  box-shadow: 0 10px 45px rgba(150, 110, 240, 0.1);
  transform: scale(1.002);
}

/* Scrollbar */
.reviews-container::-webkit-scrollbar {
width: 14px; /* visually bolder */
  background: transparent;
}
.reviews-container::-webkit-scrollbar-track {
  background: rgba(50, 50, 65, 0.2);
  border-radius: 10px;
  margin: 10px;
}
.reviews-container::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #888, #aaa);
  border-radius: 10px;
  border: 2px solid rgba(40, 40, 55, 0.6);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.reviews-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #999, #bbb);
  box-shadow: 0 0 8px rgba(200, 200, 255, 0.3);
}

/* Sort Controls */
#sort-controls {
  text-align: center;
  margin-bottom: 20px;
}
#sort-controls button {
  padding: 9px 18px;
  margin: 0 6px 12px;
  border: none;
  border-radius: 24px;
  background: linear-gradient(to right, #2f2f45, #404060);
  color: #e0e0e0;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
#sort-controls button:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, #4c4c6a, #5f5f85);
  box-shadow: 0 0 10px rgba(140, 120, 200, 0.3);
}
#sort-controls button.active {
  background: linear-gradient(to right, #7a5fd1, #a280f5);
  color: #fff;
  box-shadow: 0 0 14px rgba(135, 105, 220, 0.4);
  transform: scale(1.05);
}

/* Review Card */
.discord-review-message {
  display: flex;
  gap: 18px;
  padding: 18px;
  background: linear-gradient(to right, #1c1c29, #27273a);
  border-radius: 12px;
  border: 1px solid #3c3c50;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  margin-bottom: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.discord-review-message:hover {
  transform: scale(1.015);
  box-shadow: 0 8px 22px rgba(120, 90, 200, 0.15);
}

/* Avatar */
.discord-review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #666;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.discord-review-avatar:hover {
  transform: scale(1.1);
  border-color: #b2a0ff;
  box-shadow: 0 0 8px rgba(180, 160, 250, 0.4);
}

/* Review Text Block */
.discord-review-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.discord-review-header {
  display: flex;
  align-items: center;
  gap: 10px; /* spacing between name and date */
  flex-wrap: wrap;
}
.discord-review-username {
  font-size: 1rem;
  font-weight: 700;
  color: #f4f4f4;
}
.discord-review-date {
  font-size: 0.82rem;
  color: #999;
  transition: color 0.3s ease;
}
.discord-review-content {
  font-size: 1.15rem !important;
  margin-top: 6px;
  color: #ddd;
  line-height: 1.6;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

/* Thumbnails */
.discord-review-thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.discord-review-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid #444;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.discord-review-thumb:hover {
  transform: scale(1.05);
  border-color: #a088ff;
}

/* Helpful Count */
.discord-review-content-images-box {
  margin-top: 12px;
  text-align: right;
  font-size: 0.85rem;
  color: #aaa;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .discord-review-message {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .discord-review-avatar {
    margin-bottom: 10px;
  }
  .discord-review-header {
    flex-direction: column;
    gap: 4px;
  }
}



/* Full-screen image overlay */
#image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
#image-overlay img#overlay-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  cursor: pointer;
  transition: transform 0.3s ease;
}
#image-overlay img#overlay-img:hover {
  transform: scale(1.02);
}




.form-group.fake-searchbar input::placeholder {
  color: transparent; /* hide original placeholder */
}

.carousel-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 0.5rem;
}

#products > div.section-title h2 {
  margin: 0 auto;
  display: inline-block; /* shrink wrap */
  text-align: center;
}

.form-group.fake-searchbar {
  position: relative; /* needed for absolute positioning */
  cursor: pointer; /* since this triggers a modal */
  border-radius: 15px;
}
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > button:nth-child(4) {

margin-bottom: 1rem;
}
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > button:nth-child(6) {
margin-bottom: 1rem;
}
.form-group.fake-searchbar::after {
  content: "Find a plan that works for you";
  position: absolute;
  left: 70px; /* enough space for the SVG */
  top: 50%;

  transform: translateY(-50%);
  color: #b8b8b8;
  pointer-events: none; /* allow clicks to pass through */
  font-style: italic;
  font-size: 1rem;
  user-select: none;
}

#app > div:nth-child(1) > div > section:nth-child(2) > div.section-title > h2 > strong {
  color: white;
}
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content {
  margin-left: -0.25rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.btn.dark-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.6rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  height: 4rem;
  border-radius: 0.5rem;
  color: white;
  background: linear-gradient(135deg, #1c1c1c, #333);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 0.5rem;
  //OG HEIGHT IS 3.3 for btn btn-primary and btn-dark is 3.1
}

.btn.dark-btn:hover,
.btm.dark-btn:focus {
  background: linear-gradient(135deg, #2a2a2a, #444);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.material-icons {
  font-family: 'Material Icons';
  font-size: 1.3rem;
  vertical-align: middle;
}
/* Active effect */
.btn.dark-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* Replace "-" with "Contact Us" */
.products .card {
    margin: -0.25rem !important; /* adds space outside the element */
    padding: 0.15rem !important; /* adds space outside the element */
  position: relative;
  background: none;
  transition: all .35s ease-in-out;
  background: var(--bs-body-bg);
        border: 3px solid transparent;

}

.products .card:hover {
  border: 3px solid rgba(4, 255, 100, 0.644);
  transform: translateY(-4px);
  box-shadow: 0 0 15px 5px rgba(4, 255, 100, 0.4);
    transition: all .35s ease-in-out;
}

.card .price span:nth-of-type(2) {
  display: none;
}

.card-body {
  background: linear-gradient(
    135deg,
    #121212 0%,       /* very dark */
    #1c1c1c 45%,      /* dark gray */
    #242424 55%,      /* subtle brighter beam */
    #1c1c1c 65%,      /* back to dark gray */
    #121212 100%      /* very dark */
  );
  /* Alternative 
    background: linear-gradient( 135deg,
    #121212 0%,       
    #1c1c1c 45%,      
    #242424 55%,     
    #1c1c1c 65%,      
    #121212 100%      );
 */
  color: #eee; /* light text for contrast */

  border-radius: 12px;

  transition: box-shadow 0.3s ease;
  text-align: center;
}

.card-body:hover {

}
/* Price container full width and center text */
.card .price {
  display: block;
  width: 100%;
  text-align: center;  /* centers inline/inline-block children */

  margin-bottom: 0.5rem;
  font-size: initial;  /* reset font-size so text displays properly */
  color: transparent;
}

/* Style the first price */
.card .price span:first-of-type {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}

/* Hide the "X Products" line */
.card .text-primary {
  display: none;
}

/* Style the product title */
.card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5rem;
}


#products > div:nth-child(3) > div > div:nth-child(16) .price::before {
  content: "Contact Us";
  color: inherit;
}
#products > div:nth-child(3) > div > div:nth-child(16) > a {
  pointer-events: none;
  cursor: default;
  
}

/* Optionally reduce space below price */
#products > div:nth-child(3) > div > div:nth-child(16) .price {
  margin-bottom: -0.5rem;

}
#products > div:nth-child(3) > div > div:nth-child(16) .price {
  color: transparent; /* Hide original dash "-" */
  position: relative;
}

#products > div:nth-child(3) > div > div:nth-child(16) .price::before {
  position: absolute;
  left: 0;
  top: 0;
  color: transparent; /* Hide original dash "-" */
}

/* Hide "0 Products" text */
#products > div:nth-child(3) > div > div:nth-child(16) .text-primary {
  display: none;
}
/* Reduce margin above the title */
#products > div:nth-child(3) > div > div:nth-child(16) .card-title {
 margin-bottom: 1rem;
  z-index: 50;
}
.card-img-top img {
  filter: grayscale(70%) contrast(140%) brightness(100%);
  transition: filter 2s ease-in-out;
}

.card:hover .card-img-top img {
  filter: none; /* full color on hover */
}
.modal .fade .show {

    background: linear-gradient(
    135deg,
    #121212 0%,       /* very dark */
    #1c1c1c 45%,      /* dark gray */
    #242424 55%,      /* subtle brighter beam */
    #1c1c1c 65%,      /* back to dark gray */
    #121212 100%      /* very dark */
  );
}

.modal-title:not(#customer-login-modal-label) {
  content: '';
  color: transparent;       /* hide original text */
  margin-right: -1rem;
  position: relative;
  pointer-events: none;     /* prevent interactions */
}
.modal .modal-body .products.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.modal .modal-body {
 margin-top: 1rem;
 margin-bottom: -1rem;
}
/* Enhance modal appearance */
.modal-content {
  gap:20px;
  background: #121212; /* dark sleek background */
  color: #ffffff;

  border-radius: 12px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 0 10px rgba(195, 0, 255, 0.471);
  padding: 1rem;
}

/* Make modal header stand out */
.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.258);
}


.modal .card {
  border: 2px solid rgba(0, 255, 102, 0.387);
  transform: scale(1.1);
  position: relative; /* Prevent layout shift */
}

.modal .card:hover {
  border: 2px solid rgba(0, 255, 100, 0.6);
  box-shadow: 0 0 25px rgba(0, 255, 100, 0.15);
  transform: translateY(4%) scale(1.15);
}

/* Button hover inside overlay */
.modal .card .btn:hover {
  background-color: #00ff88;
  border-color: #00ff88;
  color: #000;
}

/* Optional: active state for click feedback */
.modal .card:active {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 0 10px rgba(0, 255, 100, 0.3);
}


.modal-title:not(#customer-login-modal-label)::before {
  content: "Choose Key Type - Select your plan for instant access.";
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 300%;
  top: 0;
  transform: translate(-50%, 0); /* center horizontally */
  font-size: 1.5rem;
  white-space: nowrap;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .modal-title:not(#customer-login-modal-label)::before {
    font-size: 1.1rem;
    white-space: normal;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    padding: 0 12px;
    width: calc(100% - 4px);
    box-sizing: border-box;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    line-height: 1.4;
    max-height: calc(1.4em * 2); /* height for 2 lines */
  }
}



.badges {
  border: 2px solid rgb(51, 51, 51);      /* slightly thicker border */
  transform: translate(0%, 0%) scale(1.3); /* vertically center & scale */
  margin-right: 1rem;

  max-width: 100%;
  z-index: 1001;
  white-space: nowrap;
  border-radius: 15px !important;
filter: saturate(230%);

  font-size: 1.2rem;            /* larger text */
  font-weight: 600;             /* bolder text for better visibility */
  display: inline-block;        /* so padding affects size properly */
}
.badges > div {
  z-index: 131;
  border-radius: 15px !important;
}
.no-exodus-home .badges {
  border: none;
  transform: translate(15%, 0%) scale(1.3); /* vertically center & scale */
  margin-left: 0; /* remove this if using flex gap */
}
.card-img-top {
  position: relative;
  overflow: hidden;
}

.card-img-top img {
  display: block;
  width: 100%;
  height: auto;

}

/* Vignette overlay */
.card-img-top::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 100%);
  transition: background 1s ease;
}
/* Remove vignette on parent hover 
.card-img-top:hover::after {
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 100%);
}
*/
 .btn.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem 0.75rem 3.5rem;
  font-weight: 600;
  font-size: 1rem;
  width: 200px;
  height: 4rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  color: transparent !important; /* hide original text */
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(135deg, #9E20FF, #b96aff);
  background-size: 200% 200%;
  box-shadow: 0 6px 15px rgba(158, 32, 255, 0.4);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
  will-change: transform, background-position, box-shadow;
}

.btn.btn-primary:hover,
 .btn.btn-primary:focus {
  background-position: right center;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(158, 32, 255, 0.6);
  outline: none;
  border: 1px solid rgb(255, 255, 255);
}

 .btn.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(158, 32, 255, 0.3);
  outline: none;
}

.exodus-home .btn.btn-primary svg {
  position: relative;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  fill: white;
}

.btn.btn-primary::before {
  content: "shopping_cart";
  font-family: 'Material Icons';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.btn.btn-primary::after {
  content: "Get Started Now";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-family: inherit;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}

/* Remove the style and restore original text when .no-exodus-home class is present */
.no-exodus-home .btn.btn-primary {
  color: initial !important;
  padding-left: initial !important;
height: 40px;
  font-size: inherit !important;

}

.no-exodus-home .btn.btn-primary::before,
.no-exodus-home .btn.btn-primary::after {
  content: none !important;
  background-image: none !important;
}
@keyframes shimmerRibbon {
  0% {
    transform: rotate(0deg) scale(1);
    box-shadow: none;
    border-color: transparent;
  }
  20% {
    transform: rotate(-6deg) scale(1.02);
  }
  50% {
    background-image: linear-gradient(
      135deg,
      #00ff7f 10%,
      #9E20FF 40%,
      #00ff7f 60%
    );
    background-size: 400% 400%;
    background-position: 100% center;
    box-shadow: 0 0 0 3px #00ff7f;
    border-color: #00ff7f;
    transform: rotate(2deg) scale(1.01); /* stabilize before switching */
  }
  75% {
    transform: rotate(-2deg) scale(1.01); /* slight opposite tilt */
    background-position: 0% center;
    box-shadow: 0 0 0 2px #00ff7f;
    border-color: #00ff7f;
  }
  87% {
    transform: rotate(-1deg) scale(1.01); /* slight opposite tilt */
    background-position: 0% center;
    box-shadow: 0 0 0 2px #00ff7f;
    border-color: #00ff7f;
  }
  100% {
    transform: rotate(0deg) scale(1);
    background-position: left center;
    box-shadow: none;
    border-color: transparent;
  }
}


.btn.btn-primary.animate-shimmer {
  animation: shimmerRibbon 2s ease-in-out forwards;
}
/* Target the specific stat block */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(3) .label {
  visibility: hidden; /* Hide original text */
  position: relative;
}

#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(3) .label::after {
  content: "‎‎ ‎‎‎    Exodus Users";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}

/* Add + to the number */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(3) .value::after {
  content: "+";
}
/* --- Label Override --- */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .label {
  visibility: hidden;
  position: relative;
}

#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .label::after {
  content: "Questions Answered";
  visibility: visible;
  position: absolute;
  left: 0;
  margin-left: -20px;
    white-space: nowrap; /* ✅ This keeps it on one line */
  top: 0;
}

/* Initial override to hide original number and show fake one */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .value {
  color: transparent;
  position: relative;
  display: inline-block;
  min-width: 160px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  left: 20px;
    margin-left: 20px; /* ✅ Apply margin to the real element */
}

#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .value::after {
  content: "95,429,342";
  color: #DEE2E6; /* Or match your site theme */
  position: absolute;
      margin-left: 0px; /* ✅ Apply margin to the real element */
  left: -5px;
  top: 0;
}
#products > div.section-title > h2 > strong:not(#products > div.section-title > h2 > strong > span) {
  color: white;
}
/* When JS kicks in, show real number and remove fake one */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .value.js-active {
  color: #DEE2E6; /* Real number color */
    margin-left: 15px; /* ✅ Real number keeps the margin */

}

#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .value.js-active::after {
  content: none; /* Remove the fake number */

}

/* Only Troubleshooting Exodus */
.py-5-nav.troubleshooting .section-title h1 {
  font-size: 50px;
  font-weight: bold;
  background: linear-gradient(
    to right,
    #f0f0f0,      /* almost-white st */
    #c693fc      /* pleasing lavender end */
  );
  -webkit-background-clip: text;
  color: transparent;
  margin: 50px 0 -100px;
}
.py-5-nav.troubleshooting .section-title {

  margin-bottom: -5rem;
}
/* Only Download */

.py-5-nav.downloading .section-title h1 {
  font-size: 56px;
  font-weight: bold;
  background: linear-gradient(
    to right,
    #eedcff,
    #fffafade
  );
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;              /* Center text horizontally */
  display: block;                 /* Ensures block behavior for text-align */
  margin: 0 auto;                 /* Optional: center if limited width */
  margin-bottom: -150px;
}
/* Optional: Center content inside section-title */
.py-5-nav.downloading .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Ensures vertical stack if there's more than h1 */
  width: 100%;
  height: 100%; /* Or set a fixed height like 300px if needed */
}


/* (Optional) If you still need to adjust container height, scope it by these sections: */
.py-5-nav.troubleshooting,
.py-5-nav.downloading {
  padding: 60px 0;
  /* you can also set a min-height here if you’d like */
}
/* styles.css */

.download-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem; /* spacing between logo and button */
  padding: 2rem 1rem;
}
/*

.btn-download.downloaded {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
*/

/* Shared button styles */
.btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-size: 200% 200%;
}

/* Desktop button stays centered */
.btn-desktop {
  padding: 1.1rem 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 25px;
  max-width: 400px;
  width: 100%;
  background: linear-gradient(135deg, #9b59b6, #8e44ad, #be90d4);
  background-size: 200% 200%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.btn-desktop:hover {
  background-position: right center;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.btn-desktop:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn-desktop svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: white;
}



/* Icon sizing */
.btn-download svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: white;
}
.btn-mobile {
  position: absolute;
  left: 20rem;               /* keep this to nudge it horizontally */
  top: 68.5%;                  /* fixed, no animation on this */
  transform: translate(-0%, -50%) translateX(-200px);
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  max-width: 200px;
  background: linear-gradient(45deg, rgba(105,105,105,0.18), rgba(132,94,196,0.6));
  background-size: 200% 200%;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);

  /* only animate transform, background-position, box-shadow, opacity */
  transition: transform 0.3s ease, background-position 0.3s ease, box-shadow 0.3s ease;
  animation: slideInLeft 0.6s ease-out forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.btn-mobile svg {
  width: 6rem;   /* larger icon */
  height: 2.5rem;
  fill: white;
}

/* Hover: lift up 3px (relative to -50% Y) */
.btn-mobile:hover {
    cursor: not-allowed;       /* disabled pointer */
  color: transparent;        /* hide original text/SVG fill */
  filter: grayscale(10%);   /* apply greyscale */
  transform: translate(0%, -53%);   /* X=0 puts it in place, Y=–53% lifts 3px */
  background-position: right center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

/* Active: back to original “centered” spot */
.btn-mobile:active {
  transform: translate(0%, -50%);
  background-position: center center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Slide-in only on X-axis, Y stays at –50% */
@keyframes slideInLeft {
  from {
    transform: translateX(-50%) translateX(-200px);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateX(0);
    opacity: 1;
  }
}
/* Responsive: stack mobile above on narrower screens */
@media (max-width: 768px) {
  .btn-mobile {
    position: static;
    transform: none;
    animation: none;
    opacity: 1;
    margin-bottom: 1rem;
  }
}

/* Responsive: stack mobile above on narrower screens */
@media (max-height: 768px) {
  .btn-mobile {
    position: static;
    transform: none;
    animation: none;
    opacity: 1;
    margin-bottom: 1rem;
  }
}


/* Image link + hover/active effects (unchanged) */
.img-link {
  display: inline-block;
  border: 4px solid #4B0082;
  border-radius: 50%;
  padding: 0.25rem;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.img-link img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.img-link:hover {
  border-color: #e8d2fad0;
  transform: scale(1.1);
}
.img-link:active {
  border-color: #8e44ad;
  transform: scale(1.05);
}

  /* Outer container */
  .install-guide {
    transform: translateY(-200px);
    max-width: 850px;
    margin: 3rem auto;
    padding: 2.5rem;
    background: linear-gradient(45deg, rgba(105,105,105,0.18), rgba(132,94,196,0.6));
    border-radius: 12px;
    color: #f5f5f8;
    margin-bottom: -200px;
  margin-top: -2rem ;
    //once again, remove margin top for the old margins

  }

  /* Header */
  .install-guide h1 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    background: linear-gradient(45deg, #ffffff, #d3b9ff);
    -webkit-background-clip: text;
    color: transparent;
  }

  /* Step “cards” */
  .install-guide .step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  .install-guide .step:hover {
    background: rgba(255, 255, 255, 0.12);
  }

  /* Number circle */
  .install-guide .step-number {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background: #c2a9ff;
    color: #2d004b;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
  }

  /* Step content */
  .install-guide .step-content {
    flex: 1;
    line-height: 1.6;
    text-align: left;
  }
  .install-guide .step-content b {
    color: #ffffff;
  }

  /* Plain inline links */
  .install-guide .step-content a {
    color: #c2a9ff;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s;
  }
  .install-guide .step-content a:hover {
    color: #e0d0ff;
  }

  /* Code styling */
  .install-guide code {
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-family: monospace;
  }

  /* Nested list in step */
  .install-guide .step-content ol {
    margin: 0.5rem 0 0 1.5rem;
    list-style: lower-alpha inside;
    color: #ddd;
  }
.install-guide-pictures {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 850px;
  margin: -180px auto 4rem auto;
  padding: 2rem 2.5rem;
  background: linear-gradient(
    180deg,
    #282331 0%,
    rgba(40, 35, 49, 0.8) 40%, 
    rgba(40, 35, 49, 0.5) 70%, 
    rgba(40, 35, 49, 0.2) 100%
  );
  border-radius: 0 0 12px 12px;
  color: #f5f5f8;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
}

.picture-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: background 0.2s ease;
}

.picture-step:hover {
  background: rgba(255, 255, 255, 0.12);
}

.picture-step-number {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: #c2a9ff;
  color: #2d004b;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  user-select: none;
}

.picture-step-image {
  flex: 1;
}

.picture-step-image img,
.step-content.two-images img {
  max-width: 100%;   /* prevent image from overflowing container */
  width: 100%;       /* scale image to container width */
  height: auto;      /* maintain aspect ratio */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: block;
  object-fit: contain;
}

/* For step 2: two images side by side with consistent styling */
.step-content.two-images {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex: 1;
    justify-content: center;   /* center images if small screen */
}

.step-content.two-images img {
  flex: 1 1 48%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  object-fit: contain;
  display: block;
    max-width: 48%;     /* max width caps the size */
  min-width: 250px;   /* optional: prevent images getting too small */
}
.picture-step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.step-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: #f0eaff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#app > div:nth-child(1) > div.components > section.py-20.text-block.alignment-left.bg-block-primary.component > div > div > div > section > div:nth-child(1) > div.picture-step-content > h3 > a {
  color: #c2a9ff;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}
#app > div:nth-child(1) > div.components > section.py-20.text-block.alignment-left.bg-block-primary.component > div > div > div > section > div:nth-child(1) > div.picture-step-content > h3 > a:hover {
  color: #e0d0ff;
}
  section[data-component-id="text-block-1748756722916"] {
  color: #161616; /* dark gray text */
  margin-top: -10px 0; /* small top and bottom margins */
  padding: 1rem 1.5rem;
  font-size: 0.6rem; /* slightly smaller font */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

section[data-component-id="text-block-1748756722916"] p {
  margin: 0;
}
/*
.img-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4B0082;
  border-radius: 50%;
  padding: 0.15rem;
  margin-top: 0;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.img-link img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
*/
.img-link {
  margin-top: -5rem;

}

/*

.blog-container {
  display: flex;
  min-height: 100vh;
  background: #121212;
}
.sidebar {
  width: 220px;
  background: #1f1f1f;
  padding: 2rem 1rem;
  border-right: 1px solid #333;
}
.sidebar .logo {
  font-size: 1.1rem;
  font-weight: bold;
  color: #e0e0e0;
  margin-bottom: 2rem;
}
.sidebar .nav a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  transition: color .2s;
}
.sidebar .nav a:hover {
  color: #e0e0e0;
}

.main {
  flex: 1;
  padding: 3rem 2rem;
  color: #e0e0e0;
}
.main h1 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.search-wrap {
  margin-bottom: 2rem;
}
.search-wrap input {
  width: 100%;
  max-width: 400px;
  padding: 0.6rem 1rem;
  border: 1px solid #333;
  border-radius: 6px;
  background: #1f1f1f;
  color: #e0e0e0;
}
.search-wrap input::placeholder {
  color: #555;
}

.articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}
.article-card {
  display: flex;
  flex-direction: column;
  background: #1f1f1f;
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.7);
}
.article-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.article-content {
  padding: 1rem 1.25rem;
}
.article-content h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #e0e0e0;
}
.article-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #aaa;
}
*/