h1,
h2,
h3,
h4,
h5,
p,
span,
body {
  margin: 0;
  padding: 0;
  position: relative;
}

.roboto-popin {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* RESET + BASE */
:root {
  --footer-bg-dark: #121620;
  /* Slightly darker than main body for footer */
  --footer-top-border-color: #00bfff;
  /* Bright blue for top border effect */
  --footer-bottom-line-color-start: rgba(0, 191, 255, 0.5);
  /* Blue for bottom line */
  --footer-bottom-line-color-end: rgba(0, 191, 255, 0);
  /* Transparent for fading */
  --social-icon-bg: #2a3142;
  /* Dark blue for social icons */
  --social-icon-hover-bg: #00bfff;
  /* Bright blue on hover */
  --download-btn-bg: #00bfff;
  /* Bright blue for download button */
  --download-btn-text: #fff;
  /* White text for download button */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

footer {
  position: relative;
}

/* Fix for roadmap cards */
@media (max-width: 768px) {
  .roadmap-card-main {
    padding: 40px 20px !important;
  }

  .card-grid {
    flex-direction: column;
    align-items: center;
  }

  .roadmap-card {
    width: 100%;
    max-width: 300px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  background: radial-gradient(circle at top left, #0b0f1c, #05070f);
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}



.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* HEADER TOP BAR */
.top-bar {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 51px 1rem 1rem;
  flex-wrap: wrap;
}


@media screen and (max-width:1208px) {
  .crypto-stats-wrapper {
    width: 100%;

  }

}

@media screen and (max-width:1200px) {
  .class_text {
    display: none;
  }

  .class_imge1 {
    display: none;
  }

  .class_text2 {
    display: none;
  }

}


.crypto-stats {
  position: relative;
  padding: 12px 60px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  z-index: 0;
  /* no border here */
}

@media screen and (max-width:1208px) {
  .crypto-stats {
    padding: 12px 20px;
  }
}

@media screen and (max-width:364px) {
  .crypto-stats {
    padding: 12px 11px;
  }
}



@media screen and (max-width:900px) {
  .crypto-stats {
    justify-content: center;
    justify-items: center;
    align-items: center;
  }
}



.crypto-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 */
  border-radius: 12px;
  padding: 2px;
  /* border thickness */
  background: linear-gradient(159.91deg, rgba(0, 77, 244, 0) 0.9%, #32FDE8 59.96%, #26BAD9 86.52%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.stat p {
  font-size: 14px;
  color: rgba(218, 218, 218, 1);
  font-weight: 600;
}


@media screen and (max-width:428px) {
  .stat p {
    font-size: 10px;
    color: rgba(218, 218, 218, 1);
    font-weight: 600;
  }
}


.stat span {
  font-size: 18px;
  font-weight: 700;
}


@media screen and (max-width:428px) {
  .stat span {
    font-size: 14px;
    color: rgba(218, 218, 218, 1);
    font-weight: 600;
  }
}


.stat .head_cont {
  font-size: 24px;
}



@media screen and (max-width:428px) {
  .stat .head_cont {
    font-size: 14px;
  }
}



.green {
  color: #00ff9d;
}

/* NAV BAR */
.header-nav-bar {
  display: flex;
  align-items: center;
  gap: 200px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #2c3e50;
  padding: 15px 45px 15px 24px;
  border-radius: 20px;
}

@media screen and (max-width:1208px) {
  .header-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}

@media screen and (max-width:561px) {
  .header-nav-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px 15px 15px;
    width: 100%;
    gap: 20px;
  }

  .header-nav-bar .logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
  }

  .header-nav-bar .nav-links a {
    font-size: 12px;
  }

}


.header-nav-bar .logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
}

.header-nav-bar .logo img {
  width: 40px;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}



.header-nav-bar .nav-links a {
  color: #82858E;
  font-size: 17px;
  transition: 0.3s;
  font-weight: 400;
  line-height: 26px;
  transition: 0.3s;
}

@media screen and (max-width:472px) {
  .header-nav-bar .nav-links a {
    font-size: 15px;
  }

  .nav-links {
    gap: 2rem;
  }
}

.header-nav-bar .nav-links a:hover,
.header-nav-bar .nav-links a:focus {
  color: #00cfff;
}

/* HERO SECTION */


.hero-section .here_img1 {
  width: 645px;
  height: auto;
  margin-left: 95%;
  margin-top: -3%;
}

.hero-section .here_img2 {
  position: absolute;
  top: 3%;
  left: 39%;
  width: 383px;
}



@media screen and (max-width:1400px) {
  .hero-section .here_img1 {
    /* width: 400px; */
    height: auto;
    /* margin-left: 0; */
  }

  .hero-section .here_img2 {
    display: none;
  }
}



@media screen and (max-width:525px) {
  .hero-section .here_img1 {
    width: 400px;
    height: auto;
    margin-left: 30%;
  }

}





.hero-section .hero-text {
  max-width: 715px;
}

.hero-section .hero-text h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 25px;
}

@media screen and (max-width:993px) {
  .hero-section .hero-text h1 {
    font-size: 50px;
  }
}




@media screen and (max-width:558px) {
  .hero-section .hero-text h1 {
    font-size: 30px;
    line-height: 50px;

  }

  .hero-section .hero-text .description {
    font-size: 18px;
  }

}


.hero-section .accent {
  color: #00cfff;
}

.hero-section .hero-text .description {
  font-size: 28px;
  color: #DADADA;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 53px;
  max-width: 650px;
}

.hero-section .hero-text .description span {
  position: relative;
  display: inline-block;
}

.hero-section .hero-text .description span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(89.03deg, rgba(0, 195, 253, 0.02) -18.33%, #00C3FD 23.35%, #0194FE 60.49%, rgba(1, 148, 254, 0) 108.53%);
  box-shadow: 0px 16px 30px 0px #003861;
  border-radius: 2px;
}

.hero-section .hero-buttons {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width:992px) {
  .hero-section .hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}

@media screen and (max-width:500px) {
  .hero-section .hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
  }
}

.hero-section .hero-buttons .btn {
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  padding: 16px 32px;
  cursor: pointer;
}

@media screen and (max-width:992px) {
  .hero-section .hero-buttons .btn {
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    padding: 13px 28px;
    cursor: pointer;
  }
}



@media screen and (max-width:500px) {
  .hero-section .hero-buttons .btn {
    font-size: 13px;
    font-weight: 700;
    border-radius: 12px;
    padding: 13px 28px;
    cursor: pointer;
  }
}

.nav-links a.active {
  color: #00cfff !important;
}


.hero-section .hero-buttons .btn.blue {
  background: linear-gradient(90deg, #058AAD 0%, #01BBED 41%, #00CAFF 79%);
  color: white;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 138, 173, 0.3);
  transition: all 0.4s ease;
}

.hero-section .hero-buttons .btn.blue:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 138, 173, 0.4);
}

.hero-section .hero-buttons .btn.border {
  color: #DADADA;
  background: transparent;
  border: 2px solid #2AAFCB;
  box-shadow: 0px 0px 10px 0px #2AAFCB;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
  /* This will hide the overflowing gradient */
}

.hero-section .hero-buttons .btn.border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  /* Start with 0 width */
  height: 100%;
  background: linear-gradient(90deg, #058AAD 0%, #01BBED 41%, #00CAFF 79%);
  transition: width 0.5s ease-in-out;
  /* Animate the width */
  z-index: -1;
}

.hero-section .hero-buttons .btn.border:hover {
  transform: scale(1.03);
  color: white;
}

.hero-section .hero-buttons .btn.border:hover::before {
  width: 100%;
  /* Expand to full width on hover */
}

/* CIRCLE + COINS */
.hero-visual {
  flex: 1;
  position: relative;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  width: 320px;
  height: 320px;
  border: 2px solid #00cfff44;
  border-radius: 50%;
  position: relative;
}

.logo-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-center img {
  width: 100px;
}

/* COIN ORBITS */
.coin {
  position: absolute;
  width: 48px;
}

.coin1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: orbit1 6s linear infinite;
}

.coin2 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: orbit2 8s linear infinite;
}

.coin3 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: orbit3 10s linear infinite;
}

/* ANIMATIONS */
@keyframes orbit1 {
  0% {
    transform: rotate(0deg) translateX(160px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(160px) rotate(-360deg);
  }
}

@keyframes orbit2 {
  0% {
    transform: rotate(0deg) translateY(160px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateY(160px) rotate(-360deg);
  }
}

@keyframes orbit3 {
  0% {
    transform: rotate(0deg) translateX(-160px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(-160px) rotate(-360deg);
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }

  .header-nav-bar {
    margin-top: 1rem;
    flex-wrap: wrap;
  }

  .circle {
    width: 260px;
    height: 260px;
  }

  .coin {
    width: 40px;
  }
}



.yellow-shadabout {
  position: absolute;
  right: 0;
}

.yellow-shadwhy {
  position: absolute;
  left: 0;
  height: 380px;
  /* top: -130%; */
}

.yellow-shadwhy2 {
  position: absolute;
  left: -10%;
  height: 380px;
  z-index: -1;
}




@media screen and (max-width:1178px) {
  .yellow-shadwhy img {
    display: none;
  }

  .yellow-shadabout {
    display: none;
  }

  .yellow-shadmap2 {
    display: none;
  }

  .yellow-shadmap {
    display: none;
  }

  .yellow-shadwhy2 {
    display: none;
  }

  .yellow-shadwhy {
    display: none;
  }
}


.about-us-section .about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}

.about-us-section .about-left {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-us-section .phone-wrap {
  position: relative;
  width: 260px;
}

.about-us-section .phone-img {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: -7%;
}

@media screen and (max-width:992px) {
  .about-us-section .phone-img {
    right: -121px;
  }
}

.about-us-section .coin {
  position: absolute;
  animation: floatUpDown 4s ease-in-out infinite;
  z-index: 3;
}

/* Base coin styles */
.coin_silver,
.coin_silver2 {
  position: absolute;
  width: 50px;
  /* Reduced from 100px */
  height: 50px;
  /* Reduced from 100px */
}

/* First coin animation */
.coin_silver {
  /* Adjust path for smaller screens */
  offset-path: path("M 150,200 A 50 100 0 0 1 150,0");
  offset-distance: 0%;
  animation: moveVerticallyOnPath 3s ease-in-out infinite alternate;
  top: 18%;
  left: 17%;
  transform: rotate(-270deg);
}



/* Second coin animation */
.coin_silver2 {
  /* Adjust path for smaller screens */
  offset-path: path("M 150,150 a 75 100 0 1 1 -1 0");
  offset-distance: 0%;
  animation: orbitCoin 6s linear infinite;
  top: -20%;
  left: 50%;
}

/* Keyframes remain the same */
@keyframes moveVerticallyOnPath {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 90%;
  }
}

@keyframes orbitCoin {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

/* Media queries for responsiveness */




@media (min-width: 768px) {

  .coin_silver,
  .coin_silver2 {
    width: 75px;
    height: 75px;
  }

  .coin_silver {
    offset-path: path("M 225,300 A 75 150 0 0 1 225,0");
    top: 18%;
    left: 12%;
  }

  .coin_silver2 {
    offset-path: path("M 225,225 a 112.5 150 0 1 1 -1 0");
    top: -20%;
    left: 43%;
  }
}


@media (max-width: 820px) {
  .coin_silver {
    top: 18%;
    left: -41%;
  }

  .coin_silver2 {
    top: -39%;
    left: -2%;
  }

  .coin_silver,
  .coin_silver2 {
    width: 50px;
    height: 50px;
  }

}

@media (max-width: 500px) {
  .coin_silver {
    top: 18%;
    left: -10%;
  }

  .coin_silver2 {
    top: -19%;
    left: 28%;
  }

}



@media (max-width: 600px) {
  .coin_silver {
    top: 18%;
    left: -10%;
  }

  .coin_silver2 {
    top: -19%;
    left: 28%;
  }

}


@media (max-width: 414px) {
  .coin_silver {
    top: 18%;
    left: -10%;
  }

  .coin_silver2 {
    top: -19%;
    left: 28%;
  }
}



@media (max-width: 413px) {
  .coin_silver {
    top: 18%;
    left: -10%;
  }

  .coin_silver2 {
    top: -19%;
    left: 28%;
  }

}








@media (max-width: 375px) {
  .coin_silver {
    top: 18%;
    left: -10%;
  }

  .coin_silver2 {
    top: -16%;
    left: 16%;
  }

}



@media (min-width: 1024px) {

  .coin_silver,
  .coin_silver2 {
    width: 100px;
    height: 100px;
  }

  .coin_silver {
    offset-path: path("M 300,400 A 100 200 0 0 1 300,0");
    top: 16%;
    left: 16%;
  }

  .coin_silver2 {
    offset-path: path("M 300,300 a 150 200 0 1 1 -1 0");
    top: -25%;
    left: 46%;
  }
}


.about-us-section .coin-top {
  top: -19%;
  left: -39%;
  animation-delay: 0s;
  height: 165px;
  width: 165px;
}

@media screen and (max-width:600px) {
  .about-us-section .coin-top {
    top: -19%;
    left: 35%;
    animation-delay: 0s;
    height: 100px;
    width: 100px;
  }
}

.about-us-section .coin-bottom {
  bottom: -32%;
  right: -80%;
  animation-delay: 2s;
  height: 300px;
  width: 300px;
  z-index: 9999;
}

@media screen and (max-width:600px) {
  .about-us-section .coin-bottom {
    top: 77%;
    left: 90%;
    animation-delay: 0s;
    height: 200px;
    width: 200px;
  }
}


.about-us-section .about-right {
  flex: 1;
  max-width: 540px;
}

.about-us-section .section-label {
  text-transform: uppercase;
  font-size: 18px;
  color: #CDCDCD;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 120%;
}

.about-us-section .about-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

@media screen and (max-width:500px) {


  .about-us-section .about-title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 140%;
    color: #FFFFFF;
  }
}

.about-us-section .about-text {
  color: #DADADA;
  font-size: 18px;
  margin-bottom: 80px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.45px;
  padding: 0px 16px;
}

.about-us-section .about-accordion {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.about-us-section .accordion-item {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(47, 70, 106, 0.1) -2.94%, #2F466A 49.17%, rgba(47, 70, 106, 0.1) 102.37%);
  border-image-slice: 1;
  border-width: 0 0 1px 0;
  border-style: solid;
  position: relative;
}

.about-us-section .accordion-toggle {
  background: none;
  color: #fff;
  text-align: left;
  padding: 0 10px 29px 0;
  width: 100%;
  border: none;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: 600;
  line-height: 140%;
}

.about-us-section .accordion-toggle:hover::after {
  transform: translateX(5px);
}

.about-us-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.about-us-section .accordion-content p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.6;
}

.about-us-section .accordion-item.active .accordion-content {
  max-height: 600px;
  opacity: 1;
  pointer-events: auto;
}

.about-us-section .accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-us-section .accordion-toggle .arrow {
  transition: transform 0.3s ease;
}

.about-us-section .accordion-item.active .accordion-toggle .arrow {
  transform: rotate(90deg);
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .about-us-section .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-us-section .about-left {
    order: 2;
  }

  .about-us-section .about-right {
    order: 1;
  }
}


.why-exist-section {
  padding: 200px 0;
  position: relative;
}

.why-exist-section .why-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.why-exist-section .why-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.75px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
}

.why-exist-section .why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 34px;
}

@media screen and (max-width:600px) {
  .why-exist-section .why-grid {
    display: grid;
    gap: 80px;
  }

}

.why-exist-section .why-card {
  padding: 2px;
  border-radius: 29px;
  border-image-slice: 1;
  background: linear-gradient(161.06deg, rgba(226, 209, 47, 0) -5.3%, rgba(239, 234, 26, -2.6) 15.55%, #b8b201 57.4%, #efea1a 36.88%, rgba(252, 225, 26, 0) 79.18%);
  display: inline-block;

}

/* .why-exist-section .why-card::before { content: ""; position: absolute; inset: 0; padding: 3px;background: linear-gradient( 161.06deg, rgba(239, 234, 26, 0) 13.7%, rgba(239, 234, 26, 0.4) 27.55%, #B8B201 36.4%, #EFEA1A 53.88%, rgba(239, 234, 26, 0) 89.18% ); border-radius: 36px; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: 0; } */
.why-exist-section .why-card-content {
  position: relative;
  background: #0c1325;
  border-radius: 29px;
  padding: 35px 30px 20px;
  text-align: center;
  z-index: 1;
  height: 180px;
}

.why-exist-section .why-icon {
  height: 40px;
  position: absolute;
  top: -41%;
  z-index: 99999;
  left: 50%;
  transform: translate(-50%, 50%);
}

.why-exist-section .why-heading {
  color: white;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 500;
}

.why-exist-section .why-text {
  color: #aaa;
  font-size: 0.95rem;
  line-height: 1.5;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.move-icon {
  display: inline-block;
  /* animation: spinCircle 4s linear infinite; */
  transform-origin: center center;
}

@keyframes spinCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(390deg);
  }
}

.launch-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 5% 80px 5%;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-top: -4%;
}



@media screen and (max-width:1072px) {
  .launch-section {
    display: grid;
    grid-template-columns: 2fr;
  }
}

.launch-section .launch-section__content {
  color: #fff;
}

.launch-section .launch-section__heading {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;

  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width:600px) {
  .launch-section .launch-section__heading {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;

    background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}

.launch-section .launch-section__desc {
  color: #b0b0b0;
  line-height: 1.6;
}

.launch-section .launch-section__subtext {
  margin: 1.5rem 0;
  color: #A5F3FC;
  font-size: 1.3rem;
  font-weight: 500;
}

.launch-section .launch-section__stores {
  display: flex;
  gap: 20px;
}

.launch-section .store-btn {
  background: #0b2349;
  border: 1px solid #EFEA1A9E;
  ;
  color: white;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  gap: 10px;
}

.launch-section .store-btn span {
  background: #0088ff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
}

.launch-section .launch-section__visual {
  position: relative;
  height: 500px;
  margin-top: 3rem;
}

.launch-section .launch-section__mobile {
  position: relative;
  width: 100%;
  height: 100%;
}

.launch-section .mobile-frame,
.launch-section .mobile-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

@media screen and (max-width:600px) {
  .launch-section .mobile-screen {
    position: absolute;
    top: 13%;
    left: 0;
    width: 323px;
    height: 392px;
  }

}

.launch-section .mobile-frame {
  z-index: 2;
}

.launch-section .mobile-screen {
  z-index: 1;
}

.launch-section .floating-coin {
  position: absolute;
  width: 60px;
  animation: floatUpDown 4s ease-in-out infinite;
}



.launch-section .coin-1 {
  top: 54px;
  left: 20%;
  animation-delay: 0s;
  height: 160px;
  width: 250px;
}



.floating-coin.coin-4 {
  height: 131px;
  width: 184px;
  bottom: -5%;
  right: 81%;
}


@media screen and (max-width:600px) {
  .launch-section .coin-1 {
    position: absolute;
    top: 13%;
    left: 50px;
    width: 100px;
    height: 100px;
  }



}

@media screen and (max-width:600px) {
  .floating-coin.coin-4 {
    position: absolute;
    bottom: -1%;
    left: -41px;
    width: 100px;
    height: 100px;
  }

}

.floating-coin.gradiant-shadow {
  height: 613px;
  width: 813px;
  top: 0;
  left: -25%;
}

.launch-section .coin-2 {
  top: -2%;
  right: 6px;
  animation-delay: 1.5s;
  height: 140px;
  width: 180px;
}

.launch-section .coin-3 {
  bottom: -20px;
  left: 58%;
  animation-delay: 3s;
  height: 181px;
  width: 195px;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .launch-section {
    flex-direction: column;
    text-align: center;
  }



  .launch-section .launch-section__stores {
    justify-content: center;
  }
}

.tier-icon {
  background: rgba(37, 31, 11, 1);
  padding: 12px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tier-icon1 {
  border: 4px solid rgba(47, 180, 207, 1);

}

.tier-icon2 {
  border: 4px solid rgba(167, 139, 250, 1);
}

.tier-icon3 {
  border: 4px solid rgba(253, 224, 71, 1);
}

.roadmap-section {
  position: relative;
  padding: 47px 0;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
  margin-bottom: 60px;
}

@media screen and (max-width:530px) {
  .key-features .section-title {
    font-size: 1.8rem;
  }
}

/* .section-title span {
    color: #ffc800;
  } */
.roadmap-card-wrapper {
  padding: 3px;
  border-radius: 29px;
  border-image-slice: 1;
  background: linear-gradient(161.06deg, rgba(226, 209, 47, 0) -5.3%, rgba(239, 234, 26, -2.6) 15.55%, #b8b201 57.4%, #efea1a 36.88%, rgba(252, 225, 26, 0) 79.18%);
  display: inline-block;
}

.roadmap-card-main {
  border-radius: 33px;
  /* slightly less to fit inside */
  background: #0d1223;
  /* Your card background */
  padding: 100px 115px;
}

.card-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  z-index: 2;
  position: relative;
}

.roadmap-card {
  width: 300px;
  background: linear-gradient(to bottom, #0C1F3E, #133B5C, #0C1F3E);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  backdrop-filter: blur(10px);
  text-align: center;
  display: grid;
  justify-items: center;
}

.tier-number {
  border-radius: 999px;
  padding: 3px 12px;
  color: #fff;
  background: #121b35;
  margin-top: 30px;
  margin-bottom: 36px;
  font-size: 15px;
  font-weight: 400;
}

.roadmap-card h3 {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: 700;
}

.roadmap-card p {
  font-size: 16px;
  color: rgba(219, 234, 254, 1);
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 16px;
}

.status-label {
  display: inline-block;
}

.status-label.btn {
  background: linear-gradient(90deg, #06B6D4 0%, #38BDF8 100%);
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  border-radius: 8px;
  padding: 5px 16px;
}

.status-label.live {
  background: transparent;
  color: rgba(74, 222, 128, 1);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.status-label.progress {
  background: transparent;
  color: rgba(253, 224, 71, 1);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.status-label.upcoming {
  background: transparent;
  color: rgba(253, 186, 116, 1);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

/* Glowing Border Styles */
.tier3 {
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 20px #00bfff88;
}

.tier2 {
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 20px #a259ff88;
}

.tier1 {
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 20px #ffd70088;
}

/* Background Text Image */
.zerokoin-bg {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.03;
  max-width: 100%;
  pointer-events: none;
  z-index: 0;
}

.brand-logos {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}

.brand-logos .brandLogo {
  height: 30px;
  width: 30px;
  display: flex;
}

.brand-logos .brandLogo img {
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .card-grid {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .roadmap-card {
    width: 100%;
    max-width: 90%;
  }
}




.documents-section {
  padding: 0 20px;
  position: relative;
  color: #ffffff;
}

.docs-grid {
  display: grid;
  align-items: center;
  grid-gap: 135px;
  grid-template-columns: auto 1fr;
}

@media screen and (max-width:930px) {
  .docs-grid {
    display: grid;
    align-items: center;
    grid-gap: 135px;
    grid-template-columns: 1fr;
  }
}

.docs-image img {
  width: 100%;
  max-width: 380px;
}


.docs-content h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 136px;
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
}

.docs-content p {
  font-size: 23px;
  line-height: 43px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 90px;
  font-weight: 400;
  max-width: 737px;
}

.btn-group {
  display: flex;
  gap: 52px;
  flex-wrap: wrap;
}

.download-btn {
  padding: 22px 35px;
  background: #2B2D45;
  border: 1px solid #4c6ef5;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  transition: background 0.3s, transform 0.2s;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 100%;
  gap: 10px;
}

.download-btn:hover {
  background: #1e2b57;
  transform: scale(1.03);
}

@keyframes moveCorner {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(7px, 7px);
    /* adjust as needed */
  }
}

.corner-move {
  animation: moveCorner 4s ease-in-out infinite alternate;
}

/* Responsive */
@media (max-width: 768px) {
  .docs-grid {
    flex-direction: column;
    text-align: center;
  }

  .docs-content {
    width: 100%;
  }


  .docs-content h2 {
    font-size: 1.5rem;
  }


  .docs-content p {
    margin-top: -30%;
    font-size: 23px;
  }

  .docs-image img {
    max-width: 240px;
    margin: 0 auto;
  }

  .btn-group {
    justify-content: center;
  }
}

.zero-koin-section-main {
  width: 100%;
  max-width: 1200px;
  background-color: var(--light-blue);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: auto;
  padding-top: 200px;
}

.zero-koin-section-main__title {
  font-size: 2.2em;
  margin-bottom: 125px;
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;

}

.zero-koin-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 100px 29px;
  margin-bottom: 50px;
}

.zero-koin-info-grid__item {
  position: relative;
  padding-top: 50px;
  /* Adds space for the floating icon */
  border: 1px solid #15C3F0;
  background-color: var(--dark-blue);
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}



.zero-koin-info-grid__item-icon {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle at top left, #0b0f1c, #05070f);
  border-radius: 50%;
  padding: 1px;
  width: 70px;
  height: 70px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


.zero-koin-info-grid__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.zero-koin-info-grid__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0px 0px 25px 0px;
  position: relative;
  z-index: 1;
}

.zero-koin-info-grid__item-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--label-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;

}

.zero-koin-info-grid__item-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  word-break: break-all;
  line-height: 25px;
}

.zero-koin-info-grid__item-value--small {
  font-size: 1em;
}

.zero-koin-info-grid__item-value--price {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.price-change {
  font-size: 0.8em;
  color: var(--green-positive);
  font-weight: normal;
}

.zero-koin-section-main__subtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 60px;
  margin-bottom: 38px;
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
}

.zero-koin-utility-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.zero-koin-utility-grid__item {
  background-color: var(--dark-blue);
  padding: 10px 18px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  flex-grow: 1;
  text-align: center;
  line-height: 100%;
}

.zero-koin-utility-grid__item:hover {
  background-color: #3a415a;
  transform: translateY(-2px);
}

.zero-koin-utility-grid__item--highlight {
  background-color: var(--highlight-yellow);
  color: var(--dark-blue);
  /* Text color for highlighted item */
  font-weight: bold;
}

.zero-koin-utility-grid__item--highlight:hover {
  background-color: #ffed8d;
  /* Lighter yellow on hover */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .zero-koin-section-main {
    padding: 20px;
  }

  .zero-koin-section-main__title {
    font-size: 1.8em;
    margin: 70px;
  }

  .zero-koin-info-grid {
    grid-template-columns: 1fr;
    /* Stack items on small screens */
  }

  .zero-koin-info-grid__item {
    padding: 20px;
  }

  .zero-koin-info-grid__item-icon {
    top: -15px;
    /* Adjust for smaller screens */
    width: 40px;
    height: 40px;
  }

  .zero-koin-info-grid__item-content {
    margin-top: 15px;
  }

  .zero-koin-info-grid__item-value {
    font-size: 1.1em;
  }

  .zero-koin-info-grid__item-value--small {
    font-size: 0.9em;
  }

  .zero-koin-section-main__subtitle {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .zero-koin-utility-grid__item {
    min-width: unset;
    /* Allow flexibility */
    flex-basis: 100%;
    /* Take full width on small screens */
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .zero-koin-section-main {
    padding: 15px;
  }

  .zero-koin-section-main__title {
    font-size: 1.5em;
  }

  .zero-koin-info-grid__item-icon {
    width: 35px;
    height: 35px;
  }

  .zero-koin-info-grid__item-value {
    font-size: 1em;
  }

  .zero-koin-utility-grid__item {
    padding: 12px 20px;
  }
}

/* Tokenomics Section */
/* Tokenomics Section - EXACT MATCH TO IMAGE */
.tokenomics-section-main {
  width: 100%;
  max-width: 1200px;
  padding: 40px;
  border-radius: 10px;
  margin: 50px auto;
  /* Adds spacing between sections */
  display: flex;
  flex-direction: column;
  /* Stack header and content */
  align-items: flex-start;
  /* Align everything to the left */
}

.tokenomics-section-main__header-left-aligned {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
  /* Ensure it stays left-aligned within its parent */
  width: 100%;
  /* Take full width to allow text to be left-aligned */
}

.tokenomics-section-main__static-rocket-icon {
  width: 40px;
  /* Adjust size as needed, fixed size */
  height: 40px;
  object-fit: contain;
  /* No animation on this version */
}

.tokenomics-section-main__title-left-aligned {
  font-size: 2.5em;
  color: var(--text-color);
  margin: 0;
  text-align: left;
  /* Explicitly left-align */
}

.tokenomics-section-main__content-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;

}


.tokenomics-section-main__text-content-left {
  flex: 1;
  /* Allows text content to take available space */
  min-width: 350px;
  /* Ensure text content doesn't get too small */
  text-align: left;
  /* Keep text left-aligned */
  padding-right: 30px;
  /* Space between text and image */
}

.tokenomics-section-main__text-content-left p {
  font-size: 1.1em;
  line-height: 1.6;
  color: var(--label-color);
  margin-bottom: 20px;
}

.tokenomics-section-main__text-content-left ul {
  list-style: none;
  /* Remove default bullet points */
  padding: 0;
  margin: 0;
}

.tokenomics-section-main__text-content-left li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: var(--text-color);
  position: relative;
  padding-left: 20px;
  /* Space for custom bullet */
}

.tokenomics-section-main__text-content-left li::before {
  content: '•';
  /* Custom bullet point */
  color: #f0ec36;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -3px;
}

.tokenomics-section-main__percentage {
  font-weight: bold;
  color: #f0ec36;
}

.tokenomics-section-main__chart-image-container {
  flex-shrink: 0;
  width: 400px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.tokenomics-section-main__chart-image {
  max-width: 100%;
  height: auto;
  display: inline-block;
  position: absolute;
  right: -10%;
  top: -34%;
}

@media screen and (max-width:992px) {
  .tokenomics-section-main__chart-image {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -22.5%;
  }
}



/* Responsive adjustments for Tokenomics */
@media (max-width: 992px) {
  .tokenomics-section-main {
    align-items: center;
    /* Center overall section on smaller screens */
    padding: 30px;
  }

  .tokenomics-section-main__header-left-aligned {
    justify-content: center;
    /* Center header content */
    margin-bottom: 30px;
  }

  .tokenomics-section-main__title-left-aligned {
    font-size: 2em;
    text-align: center;
  }

  .tokenomics-section-main__content-layout {
    flex-direction: column;
    align-items: center;
    gap: 30px;

  }

  .tokenomics-section-main__text-content-left {
    width: 100%;
    min-width: unset;
    /* Allow flexibility */
    padding-right: 0;
    /* Remove padding */
    text-align: center;
    /* Center text content */
  }

  .tokenomics-section-main__text-content-left ul {
    text-align: left;
    /* Keep list items left-aligned */
    padding-left: 20px;
    max-width: 450px;
    /* Constrain width of list for better readability */
    margin-left: auto;
    margin-right: auto;
  }

  .tokenomics-section-main__chart-image-container {
    width: 300px;

  }
}

@media (max-width: 600px) {
  .tokenomics-section-main {
    padding: 20px;
  }

  .tokenomics-section-main__static-rocket-icon {
    width: 30px;
    height: 30px;
  }

  .tokenomics-section-main__title-left-aligned {
    font-size: 1.8em;
  }

  .tokenomics-section-main__text-content-left p,
  .tokenomics-section-main__text-content-left li {
    font-size: 0.95em;
  }

  .tokenomics-section-main__chart-image-container {
    width: 250px;
    /* Further adjust for very small screens */
  }
}

.koin-road-map-wrapper {
  padding: 2px;
  border-radius: 36px;
  border-image-slice: 1;
  background: linear-gradient(161.06deg, rgba(226, 209, 47, 0) 25.7%, rgba(239, 234, 26, -2.6) 25.55%, #b8b201 36.4%, #efea1a 67.88%, rgba(252, 225, 26, 0) 79.18%);
  display: inline-block;
  width: 100%;
}

.koin-road-map {
  border-radius: 33px;
  background: #0d1223;
  padding: 100px 115px;
}

@media screen and (max-width:500px) {

  .koin-road-map {
    border-radius: 33px;
    background: #0d1223;
    padding: 100px 0px;
  }

}

.roadmap-section-main::before {
  bottom: -20px;
  left: -20px;
}

.roadmap-section-main::after {
  top: -20px;
  right: -20px;
}


.roadmap-section-main__title {
  font-size: 2.5em;
  text-align: center;

  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 50px;
}

.roadmap-section-main__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 30px;
  align-items: center;
  justify-content: center;
}


.roadmap-card-second {
  background: linear-gradient(90deg,
      rgba(12, 31, 62, 0.99) 20%,
      rgba(19, 59, 92, 0.99) 40%,
      rgba(12, 31, 62, 0.99) 60%);
  padding: 31px 16px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 0px 24px 0px #17D3FF66;
  box-shadow: 0px 0px 4px 0px #00BFFF;

}

@media (max-width: 768px) {
  .roadmap-card {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .roadmap-card-second {
    width: 100%;
    max-width: 90%;
  }
}




.roadmap-card:hover {
  transform: translateY(-8px);
  /* Lift effect */
}


.roadmap-card:hover::before {
  opacity: 1;
  /* Show on hover */
}


.roadmap-card__quarter {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.roadmap-card__year {
  font-size: 22px;
  font-weight: 800;
  color: rgba(12, 9, 30, 1);
  -webkit-text-stroke: 0.5px white;
  display: block;
  margin-bottom: 28px;
}

.roadmap-card__list {
  list-style: none;
  /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.roadmap-card__list li {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  padding-left: 25px;
  /* Space for custom checkmark */
  line-height: 16px;
  font-weight: 400;
}

.roadmap-card__list li:last-child {
  margin-bottom: 0;
  /* No margin for the last item */
}

/* Custom checkmark/bullet point using pseudo-element */

.roadmap-card__list li::before {
  content: "";
  background-image: url('../images/tickcircleicon.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  /* Adjust as needed */
  display: block;
}

/* Mobile Responsiveness for Roadmap */
@media (max-width: 992px) {
  .roadmap-section-main {
    padding: 40px 20px;
  }

  .roadmap-section-main__title {
    font-size: 2.2em;
    margin-bottom: 40px;
  }

  .roadmap-section-main__grid-container {
    grid-template-columns: 1fr;
    /* Stack cards vertically on smaller screens */
  }

  .roadmap-card {
    padding: 25px;
    max-width: 300px;
    width: 100%;

  }

  .roadmap-card__quarter {
    font-size: 1.8em;
  }

  .roadmap-card__year {
    margin-bottom: 20px;
  }

  .roadmap-card__list li {
    font-size: 1em;
    margin-bottom: 12px;
  }
}

@media (max-width: 600px) {
  .roadmap-section-main {
    padding: 30px 15px;
  }

  .roadmap-section-main__title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .roadmap-card {
    padding: 20px;
  }

  .roadmap-card__quarter {
    font-size: 1.5em;
  }

  .roadmap-card__year {
    margin-bottom: 15px;
  }

  .roadmap-card__list li {
    font-size: 0.95em;
    padding-left: 20px;
  }

  .roadmap-card__list li::before {
    font-size: 1em;
  }
}

/* Download Section */
.download-section-main {
  width: 100%;
  background-color: var(--dark-blue);
  padding: 250px 20px 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  position: relative;
  top: -5%;
  right: 2%;
}



.download-section-main__title {
  font-size: 40px;
  font-weight: 800;
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  line-height: 40px;
}

.download-section-main__description {
  font-size: 18px;
  color: rgba(197, 209, 227, 1);
  margin-bottom: 50px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

/* Floating Icons */
.download-section-main__floating-icon {
  position: absolute;
  width: 40px;
  /* Size of the icons */
  height: 40px;
  object-fit: contain;
  animation: float-icon 3s ease-in-out infinite;
  /* Animation */
  z-index: 1;
  /* Below text and buttons */
}

.download-section-main__floating-icon--left {
  left: 10%;
  top: 42%;
  transform: translateY(-50%);
}

.download-section-main__floating-icon--right {
  right: 10%;
  /* Position on the right side */
  top: 92%;
  transform: translateY(-50%);
  animation-delay: 1.5s;
  /* Stagger animation for visual variety */
}

@keyframes float-icon {
  0% {
    transform: translateY(-50%) translateY(0);
  }

  50% {
    transform: translateY(-50%) translateY(-15px);
  }

  /* Move up */
  100% {
    transform: translateY(-50%) translateY(0);
  }
}

/* Download Buttons */
.download-section-main__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.download-button {
  border-radius: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.download-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.download-button__icon {
  width: 28px;
  /* Size of the icon inside the button */
  height: 28px;
  margin-right: 10px;
  color: #000;
  /* Icon color */
}

.download-button__text {
  font-size: 0.8em;
  display: block;
  line-height: 1;
  color: #555;
}

.download-button__store-name {
  font-size: 1.3em;
  display: block;
  line-height: 1;
  color: #000;
}


/* Scroll to Top Button */
.download-section-main__scroll-to-top {
  width: 60px;
  display: flex;
  height: 60px;
  border: 2px solid var(--label-color);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(18, 99, 126, 0.58) -68.09%, rgba(4, 24, 45, 0.58) 215.07%);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sectiontop-border-circle {
  position: fixed;
  top: 87%;
  padding: 7px;
  right: 14px;
  border-radius: 590px;
  border: 1px solid rgba(122, 151, 187, 1);
  backdrop-filter: blur(10px);
  overflow: hidden;
  cursor: pointer;
  z-index: 10000;
}


.download-section-main__scroll-to-top svg {
  width: 18px;
  height: 18px;
  color: var(--text-color);
  /* Arrow color */
  stroke-width: 2;
  /* Thickness of the arrow lines */
  transition: color 0.3s ease, transform 0.3s ease;
}

.download-section-main__scroll-to-top:hover {
  background-color: var(--highlight-yellow);
  /* Yellow background on hover */
  border-color: var(--highlight-yellow);
  box-shadow: 0 0 15px rgba(253, 219, 58, 0.7);
}

.download-section-main__scroll-to-top:hover svg {
  color: var(--dark-blue);
  /* Dark text on yellow hover */
  transform: translateY(-3px);
  /* Slight lift for arrow */
}


/* Mobile Responsiveness for Download Section */
@media (max-width: 768px) {
  .download-section-main {
    padding: 80px 15px;
  }

  .download-section-main__title {
    font-size: 2.5em;
  }

  .download-section-main__description {
    font-size: 1.1em;
    margin-bottom: 40px;
  }

  .download-section-main__floating-icon {
    width: 60px;
    height: 60px;
  }

  .download-section-main__floating-icon--left {
    left: 5%;
  }

  .download-section-main__floating-icon--right {
    right: 5%;
  }

  .download-section-main__buttons {
    flex-direction: column;
    /* Stack buttons vertically */
    gap: 20px;
    align-items: center;
    /* Center stacked buttons */
  }

  .download-button {
    width: 80%;
    /* Make buttons take more width */
    max-width: 300px;
    /* Limit max width */
    justify-content: center;
    /* Center content inside button */
  }

  .download-section-main__scroll-to-top {
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }

  .download-section-main__scroll-to-top svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .download-section-main {
    padding: 60px 10px;
  }

  .download-section-main__title {
    font-size: 2em;
  }

  .download-section-main__description {
    font-size: 1em;
  }

  .download-section-main__floating-icon {
    width: 50px;
    height: 50px;
  }

  .download-button {
    padding: 12px 20px;
  }

  .download-button__icon {
    width: 24px;
    height: 24px;
  }

  .download-button__text {
    font-size: 0.7em;
  }

  .download-button__store-name {
    font-size: 1.1em;
  }

  .download-section-main__scroll-to-top {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .download-section-main__scroll-to-top svg {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width:600px) {
  .download-section-main__floating-icon--left {
    left: 8%;
    top: 10%;
  }

}

/* Footer Specific Variables (adjust if needed) */
:root {
  --footer-bg-color: #1a1e2a;
  /* Main footer background, slightly different from other darks */
  --footer-top-arc-color: #00bfff;
  /* Bright blue for the top arc */
  --footer-bottom-line-color: #00bfff;
  /* Bright blue for the bottom line */
  --social-icon-bg: #2a3142;
  /* Dark background for social icons */
  --social-icon-hover-bg: #00bfff;
  /* Blue hover for social icons */
  --download-btn-bg-start: #00bfff;
  /* Bright blue for download button gradient */
  --download-btn-bg-end: #0088cc;
  /* Slightly darker blue for download button gradient */
  --download-btn-shadow-color: rgba(0, 191, 255, 0.4);
  /* Glow for download button */
}

.site-footer {
  position: relative;
  padding: 0 70px;
  margin: 0;
  text-align: center;
  border-radius: 400px 400px 0 0;
  overflow: hidden;
}

@media screen and (max-width:1024px) {
  .site-footer {
    position: relative;
    padding: 0 100px;
    margin: 0 10px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

}

/* Modified gradient border - now properly non-interactive */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to right,
      transparent 0%,
      #00bfff 20%,
      #00bfff 80%,
      transparent 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  /* This ensures clicks pass through */
  z-index: 0;
  /* Changed from -1 to 0 */
}

.site-footer__content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 78px 2px 93px;
  position: relative;
  /* Creates new stacking context */
  z-index: 1;
}

.site-footer__nav-link,
.site-footer__social-icon-btn,
.site-footer__download-btn,
.footer-logo a {
  position: relative;
  z-index: 2;
  /* Higher than content-wrapper */
}

.site-footer__logo {
  display: flex;
  align-items: center;
  min-width: 120px;
  position: relative;
  /* Ensure logo has space */
}

.site-footer__logo-img {
  height: 40px;
  /* Adjust logo height as needed */
  object-fit: contain;
}

.site-footer__nav {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  flex-wrap: wrap;
  max-width: 300px;
  margin-top: 40px;
}

@media screen and (max-width:500px) {
  .site-footer__nav {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    margin-top: 40px;
  }

}

.site-footer__nav-link {
  color: #82858E;
  text-decoration: none;
  font-size: 1em;
  /* Adjusted font size */
  transition: color 0.3s ease;
  white-space: nowrap;
  /* Prevent wrapping */
}

.site-footer__nav-link:hover {
  color: #00cfff;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.site-footer__socials-label {
  color: var(--label-color);
  font-size: 1em;
  white-space: nowrap;
}

.site-footer__social-icons {
  display: flex;
  gap: 10px;
}

.site-footer__social-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--social-icon-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
  /* Icon color */
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.site-footer__social-icon-btn svg {
  width: 18px;
  /* Slightly smaller SVG icons */
  height: 18px;
}

.site-footer__social-icon-btn:hover {
  background-color: var(--social-icon-hover-bg);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 191, 255, 0.4);
}

.site-footer__download-btn {
  background: linear-gradient(to right, var(--download-btn-bg-start), var(--download-btn-bg-end));
  color: var(--download-btn-text);
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 15px var(--download-btn-shadow-color);
  /* Initial glow */
  white-space: nowrap;
}

.site-footer__download-btn:hover {
  background: linear-gradient(to right, var(--download-btn-bg-end), var(--download-btn-bg-start));
  /* Slight change on hover */
  transform: translateY(-3px);
  box-shadow: 0 0 25px var(--download-btn-shadow-color);
  /* More intense glow on hover */
}




.site-footer__copyright {

  padding: 5px 0;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  background: linear-gradient(to right, rgba(0, 191, 255, 0) 0%,
      /* Transparent at start */
      var(--footer-bottom-line-color) 20%,
      /* Full color from 20% */
      var(--footer-bottom-line-color) 80%,
      /* Full color to 80% */
      rgba(0, 191, 255, 0) 100%
      /* Transparent at end */
    );
  opacity: 0.8;
  filter: blur(0.2px);
  margin: 30px auto 0px auto;
}

.site-footer__copyright-text {
  font-size: 0.9em;
  color: black;
  font-weight: 700;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 19px;
  font-weight: 700;
  line-height: 100%;
}

.footer-logo img {
  width: 35px;
}

@media screen and (max-width:800px) {
  .site-footer {
    padding: 0px;
  }
}

@media screen and (max-width:800px) {
  .site-footer__content-wrapper {
    flex-direction: column;
    padding: 30px 0px 0px 0px;
  }
}