.withdrawal-heading {
  color: #350D27;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  line-height: 38.89px;
  word-wrap: break-word;
}

.withdrawal-icons {
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.withdrawal-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-circle {
  background: white;
  border-radius: 50%;
  padding: 14px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.icon-circle img {
  max-width: 64px;
  max-height: 64px;
}

.icon-label {
  color: #717680;
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}

/* Line Divider - Desktop Only */
.divider-container {
  position: absolute;
  top: 48px;
  /* Adjust based on heading spacing */
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
}

.line-divider {
  position: absolute;
  top: 0;
  height: 2px;
  width: 25%;
  background: linear-gradient(to right, transparent, #892265, transparent);
  border-radius: 2px;
}

.line-divider.left {
  left: 0;
}

.line-divider.right {
  right: 0;
}

body {
  margin: 0;
  background-color: #1f0025;
  font-family: 'Noto Sans', sans-serif;
  color: white;
}

.navbar-custom {
  background-color: #420B2E;
  padding: 12px 20px;
}

.header-container {
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  font-weight: bold;
  font-style: italic;
  color: white;
  font-size: 24px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500;
}

.download-btn {
  background-color: white;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: bold;
  color: #40003c;
  font-size: 14px;
  text-decoration: none;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.rating {
  color: #2dd62d;
  font-weight: 700;
}

.rating-muted {
  color: rgba(255, 255, 255, 0.6);
}

.carousel-inner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.withdrawal-icons img {
  max-height: 50px;
  margin: 0 10px;
}

@media (min-width: 992px) {

  .navbar-toggler,
  .mobile-rating {
    display: none !important;
  }

  .desktop-nav {
    display: flex !important;
    align-items: center;
    gap: 32px;
  }
}

@media (max-width: 991.98px) {
  .desktop-nav {
    display: none !important;
  }

  .header-container {
    flex-direction: column;
    align-items: start;
  }

  .withdrawal-icons {
    justify-content: center;
  }
}


body {
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  background-color: #350D27;
}

.footer {
  background-color: #350D27;
  padding: 30px 20px 0;
  color: white;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.footer-intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-logo {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}

.footer-description {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(255, 246, 239, 0.6);
  letter-spacing: 0.14px;
  margin: 0;
}

.made-with-love {
  display: none;
}

.made-with-love span:first-child {
  color: white;
  font-size: 19.11px;
  font-weight: 500;
}

.made-with-love span:last-child {
  color: white;
  font-size: 23.28px;
  font-weight: 500;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.footer-heading {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: color 0.3s;
}

.footer-column li a:hover {
  color: #fff;
}

.footer-divider {
  height: 1px;
  width: 100%;
  margin: 40px 0 20px;
  background: linear-gradient(to right,
      rgba(255, 246, 239, 0) 0%,
      rgba(255, 246, 239, 0.9) 50%,
      rgba(255, 246, 239, 0) 100%);
  border: none;
}

.footer-divider.only-mobile {
  margin: 0 0 0px;
}

/* Visibility classes */
.only-mobile {
  display: block;
}

.only-desktop {
  display: none;
}

/* Footer bottom container */
.footer-copy-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  /* Match the combined width of intro + links + gap */
  margin: 0 auto;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Noto Sans', sans-serif;
}

.footer-copy-left,
.footer-copy-right {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .footer-copy-container {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    padding-bottom: 20px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-container {
    max-width: 820px;
    /* Reduced width for better centering */
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    /* Center horizontally */
    align-items: flex-start;
    gap: 80px;
    /* Gap between intro and links */
  }

  .footer-intro {
    text-align: left;
    flex: 0 0 370px;
    /* Fixed width */
    gap: 32px;
  }

  .footer-links {
    flex-direction: row;
    gap: 60px;
    flex: 0 0 370px;
    /* Fixed width */
  }

  .footer-column {
    text-align: left;
  }

  .footer-column:last-child {
    text-align: left;
    /* Left-align all columns */
  }

  .made-with-love {
    display: block;
    text-align: left;
  }

  .only-mobile {
    display: none;
  }

  .only-desktop {
    display: block;
  }

  /* Align divider with container */
  .footer-divider {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .footer-column:only-child {
    margin: 0 auto;
    text-align: center;
  }
}


body {
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}

h2 {
  font-weight: bold;
}

/* Reviews Section */
.review-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s, opacity 0.4s;
  height: 100%;
}

.swiper-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1.05) !important;
}

.swiper-pagination-bullet-active {
  background-color: #EAC8DE;
}

/* Animated pagination bullets for Reviews Section */
.reviews-swiper .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EAC8DE;
  margin: 0 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.reviews-swiper .swiper-pagination-bullet-active {
  width: 60px;
  height: 10px;
  border-radius: 20px;
  background: #EAC8DE;
}

.reviews-swiper .swiper-pagination-bullet-active .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #892265;
  /* loading color */
  border-radius: 20px;
  animation: fillProgress 3s linear forwards;
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}


/* Install Section */
.install-step {
  text-align: center;
  height: 100%;
}

.install-step img {
  max-width: 100%;
}

.install-step h6 {
  margin-bottom: 10px;
  font-weight: bold;
  font: inter;
}

.install-step p {
  font-size: 14px;
  font: inter;
}

@media (max-width: 768px) {
  .install-swiper .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EAC8DE;
    margin: 0 4px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .install-swiper .swiper-pagination-bullet-active {
    width: 60px;
    height: 10px;
    border-radius: 20px;
    background: #EAC8DE;
  }

  .install-swiper .swiper-pagination-bullet-active .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #892265;
    border-radius: 20px;
    animation: fillProgress 3.5s linear forwards;
  }

  @keyframes fillProgress {
    0% {
      width: 0%;
    }

    100% {
      width: 100%;
    }
  }
}

/* @media (max-width: 768px) {
  .install-swiper .swiper-slide {
    height: 300px;
    object-fit: cover;
  }
}

@media (min-width: 769px) {
  .install-swiper .swiper-slide {
    height: 400px;
    object-fit: cover;
  }
} */

.install-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


/* Solid default nav background */
.navbar-custom {
  background-color: #350D27;
  transition: background-color 0.3s ease;
  z-index: 1000;
  position: relative;
}

/* When expanded: transparent overlay menu */
.navbar-custom.expanded {
  background-color: rgba(61, 0, 77, 0.95);
  /* semi-transparent */
}

/* Collapse content overlays next section */
#navbarContent {
  position: absolute;
  top: 100%;
  /* appear right below nav */
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  /* same transparent bg */
  z-index: 999;
  border-radius: 0 0 12px 12px;
}

/* Fix content overlap for desktop */
@media (min-width: 992px) {
  #navbarContent {
    position: static;
    background-color: transparent;
  }

  .navbar-custom.expanded {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

/* Sticky on mobile only */
.sticky-download-btn {
  display: none;
}

.download-cta {
  border: none;
  padding: 12px 30px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  width: 100%;
  border-radius: 0;
}

/* Show and stick on small screens */
@media (max-width: 768px) {
  .sticky-download-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
  }
}


.install-swiper {
  padding-bottom: 40px;
  position: relative;
}

.swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  text-align: center;
  margin-top: 12px;
}

.custom-indicators {
  position: static !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}

.custom-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  border: none;
  transition: opacity 0.3s ease;
}

.custom-indicators .active {
  background-color: #FFD700;
  opacity: 1;
}

/* Hide default Bootstrap icon */
.navbar-toggler-icon {
  display: none;
}

/* Custom styled toggle button */
.navbar-toggler {
  width: 40px;
  height: 32px;
  position: relative;
  border: 2px solid white;
  /* White border */
  border-radius: 4px;
  /* Optional rounded corners */
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Hamburger lines */
.navbar-toggler::before,
.navbar-toggler::after,
.navbar-toggler span {
  content: '';
  position: absolute;
  left: 6px;
  width: 24px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease;
}

.navbar-toggler::before {
  top: 8px;
}

.navbar-toggler span {
  top: 15px;
}

.navbar-toggler::after {
  top: 22px;
}


.refer-earn {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
}

.refer-earn span {
  display: block;
  background: linear-gradient(to bottom, #fff4dd 0%, #ffb870 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    1px 1px 0 #fff4dd,
    2px 2px 0 #d97a2d,
    3px 3px 0 #a24a00;
}

.refer-earn .small {
  font-size: 1.6rem;
  font-style: italic;
  letter-spacing: 1px;
}

.refer-earn .large {
  font-size: 2.4rem;
  letter-spacing: 2px;
}


/* Mobile-first: responsive */
.safe-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background-repeat: no-repeat;
}

/* Desktop-specific: fixed size */
@media (min-width: 992px) {
  .safe-banner {
    width: 750px;
    /* fixed width */
    height: 250px;
    /* fixed height */
  }

  .safe-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensure full image is shown */
  }
}

.footer-logo img {
  width: 120px;
  height: auto;
}

/* Medium and up (e.g., tablets, desktops) */
@media (min-width: 768px) {
  .footer-logo img {
    width: 160px;
  }
}

/* Large screens (optional) */
@media (min-width: 1200px) {
  .footer-logo img {
    width: 200px;
  }
}

.install-heading-light {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.install-heading-bold {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {

  /* On desktop: keep the same font size for both parts and make both bold */
  .install-heading-light,
  .install-heading-bold {
    font-size: 20px;
    font-weight: bold;
  }
}


.carousel-indicators.custom-indicators {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  /* Optional: adds spacing between dots */
  padding: 10px 0;
  border-radius: 20px;
}

.carousel-indicators.custom-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

/* Active state */
.carousel-indicators.custom-indicators .active {
  background-color: #ffffff;
}

.custom-indicators1 {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.custom-indicators1 button {
  border: none;
  background-color: #99417A;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.custom-indicators1 button.active {
  width: 60px;
  height: 10px;
  border-radius: 20px;
  background-color: #99417A;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ffffff;
  border-radius: 20px;
  animation: fillProgress 4s linear forwards;
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* Reduce space between sections on mobile */
@media (max-width: 768px) {
  .carousel-item .row>div {
    margin-bottom: 12px;
  }
}

/*cta button fixed*/
.cta-button {
  position: relative;
  display: inline-block;
  border: none;
  padding: 0;
  background: transparent;
  overflow: hidden;
  /* Keeps shine inside */
  max-width: 100%;
  /* Curved edges shine edge */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.cta-button img {
  display: block;
  width: 100%;
  height: auto;
}

/* Shine effect */
.shine-line {
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 5%,
      rgba(255, 255, 255, 1) 50%,
      /* brighter peak */
      rgba(255, 255, 255, 0) 95%);
  transform: skewX(-20deg);
  pointer-events: none;
  z-index: 3;
  animation: shineAnimation 2.5s infinite ease-in-out;
}


@keyframes shineAnimation {
  0% {
    transform: translateX(-100%) skewX(-20deg);
    opacity: 0;
  }

  50% {
    transform: translateX(100%) skewX(-20deg);
    opacity: 1;
  }

  100% {
    transform: translateX(200%) skewX(-20deg);
    opacity: 0;
  }
}

.delayed-image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
  max-width: 100%;
  height: auto;
  /* Add this line to reserve space */
  min-height: 30px;
  /* Adjust to match expected image height */
}

.delayed-image.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
}