* {
  padding: 0px;
  margin: 0px;
}
html {
  -webkit-text-size-adjust: 100%;
}
.mt {
  margin-top: 1em;
}
body {
  color: #000000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

ul {
  list-style-position: inside;
}
.ol-decorated {
  list-style-position: inside;
  margin: 0;
}

li {
  line-height: 22px;
  margin-bottom: 10px;
}

a {
  color: blue;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #e52e71;
}

/* ✅ Correct: targets only links inside .copyright-text */
.copyright-text a {
  color: white;
  text-decoration: none;
}

nav {
  padding: 0px;
  background: #000000;
  border-top: 2px solid transparent;
  border-image: linear-gradient(to right, #0011ff, #e52e71);

  border-image-slice: 10;
  border-image-outset: 0px;
  border-image-repeat: repeat;
}
.logo {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.container {
  max-width: 1080px;
  margin: auto;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#clear {
  display: none;
}

.form {
  border: 4px solid #e52e71;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  height: 70px;
  background: #fff;
  margin: 10px auto;
  max-width: 700px;
}

.form input {
  height: 50px;
  padding: 0px 15px;
  width: 100%;
  outline: none;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  background: none;
  color: #000;
}

.button {
  border: none;
  color: #424242;
  margin: 0px 5px;
  cursor: pointer;
}

.copypaste {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-download {
  border: none;
  height: 50px;
  background: linear-gradient(to right, #0011ff, #e52e71);
  padding: 0px 10px;
  margin: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 5px;
}

.hero {
  background-image: linear-gradient(to right, #0011ff, #e52e71);
  text-align: center;
  padding: 90px 10px;
  color: #fff;

  background-size: 200% 200%;
  animation: gradient 255s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.hero h1 {
  font-size: 30px;
}
.hero h2 {
  font-size: 18px;
  font-weight: 400;
}
.why {
  margin: 2em 0px;
}
.text {
  color: #e52e71;
}
.info {
  line-height: 25px;
}
.headline {
  font-size: 1.5em;
  font-weight: bold;
}
.lets-flex {
  margin: 1em 0px;
  display: flex;
  align-items: center;
  gap: 1em;
}
.h2-flex {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.lets-flex img {
  border-radius: 50%;
  border: 1px dashed #ddd;
  width: 50px;
  padding: 0.5em;
}
.columns {
  display: flex;
  gap: 10px;
  margin-bottom: 3em;
  flex-wrap: wrap;
}
.box {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-image: radial-gradient(
      circle at 13% 47%,
      rgba(140, 140, 140, 0.03) 0%,
      rgba(140, 140, 140, 0.03) 25%,
      transparent 25%,
      transparent 100%
    ),
    radial-gradient(
      circle at 28% 63%,
      rgba(143, 143, 143, 0.03) 0%,
      rgba(143, 143, 143, 0.03) 16%,
      transparent 16%,
      transparent 100%
    ),
    radial-gradient(
      circle at 81% 56%,
      rgba(65, 65, 65, 0.03) 0%,
      rgba(65, 65, 65, 0.03) 12%,
      transparent 12%,
      transparent 100%
    ),
    radial-gradient(
      circle at 26% 48%,
      rgba(60, 60, 60, 0.03) 0%,
      rgba(60, 60, 60, 0.03) 6%,
      transparent 6%,
      transparent 100%
    ),
    radial-gradient(
      circle at 97% 17%,
      rgba(150, 150, 150, 0.03) 0%,
      rgba(150, 150, 150, 0.03) 56%,
      transparent 56%,
      transparent 100%
    ),
    radial-gradient(
      circle at 50% 100%,
      rgba(25, 25, 25, 0.03) 0%,
      rgba(25, 25, 25, 0.03) 36%,
      transparent 36%,
      transparent 100%
    ),
    radial-gradient(
      circle at 55% 52%,
      rgba(69, 69, 69, 0.03) 0%,
      rgba(69, 69, 69, 0.03) 6%,
      transparent 6%,
      transparent 100%
    ),
    linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
  text-align: center;
}

.info_section {
 
  background: #f8fafd;
 
}
.info_section p {
  margin-top: 1em;
}
.info_section h3,
.info_section h2 {
  margin-top: 1.0em;
}
.disclaimer {
  
  border: 0.5em;
  border-radius: 0.5em;
  background: #f2f5fc;
  margin-top: 5em;
}
.disclaimer_heading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}
.new_disclaimer {
  margin: 1em;
  border-top: 1px dotted #d3e3fd;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #e52e71;
}
.accordion button {
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #464646;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #e52e71;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #e52e71;
  border: 1px solid #e52e71;
}
.accordion button .accordion-title {
  width: 92%;
  display: inline-block;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #e52e71;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 2em 0;
}
.step {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.step-count {
  padding: 5px;
  background: #f5f3ff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step .headline {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
footer {
  background-color: black;
  color: #fff;
}
.footer_columns {
  padding: 2em 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@keyframes blinkAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.blink {
  animation: blinkAnimation 0.5s linear infinite;
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading_icon {
  animation: rotateAnimation 0.5s linear infinite;
}
.ch_page {
  line-height: 25px;
  margin-block: 2em;
}
.ch_page h2,.ch_page h3, .ch_page h4{
  margin-top: 2em;
}
.ch_page ul {
  list-style-position: inside;
}
.heading {
  font-size: 22px;
  color: #e3e3e3;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #393939;
  padding: 0.5em 0px;
}

section {
    padding: 1em;
  }

@media only screen and (max-width: 600px) {
  .heading {
    font-size: 18px;
  }

  .box {
    width: 100%;
    margin-bottom:15px;
  }
  
  .columns {
      display:block;
  }
 
  .hide {
    display: none;
  }
 
  .logo-mobile {
        display: inline-block;
        height: 20px;
    }
  
}

.column {
  text-align: center;
}

.column ul {
  list-style: none;
  padding: 0;
}
.column ul li {
  margin: 0.5em 0px;
  white-space: nowrap;
}
.column ul li a {
  color: #c2c2c2;
}

.column ul li a:hover {
  color: #ffffff;
}
.copyright {
  background-color: #000000;
  padding: 10px 0;
}
.copyright-text {
  text-align: center;
  color: #fff;
}

.dropbtn {
  background-color: #2e2e2e;
  color: white;
  padding: 7px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  border-radius: 7px;
  font-size: small;
}
.dropbtn:hover {
  background-color: #52565e;
}

.dropbtn:focus {
  background-color: #52565e;
  border-radius: 5px 5px 0px 0px;

}


.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  width: 280px;
  right: 0px;
  overflow: auto;
 border:1px solid #52565e;
  z-index: 1;
  border-radius: 5px 0px 5px 5px;
  padding: 5px;
}
.dropdown-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.dropdown-content a {
  color: black;
  margin: 2px;
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.dropdown a:hover {
  color: #e52e71;
   

}
.show {
  display: block;
}



.outercards{
     display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap:wrap;
}


.cards {
      display: grid;
     
      gap: 20px;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      max-width: 100%;
     
    }

    