
/* First CSS File Starts Here */

body {
  font-family: "Lato", sans-serif;
  background-image: url("https://app.jetpay.cloud/images/JetPay-BG-image-7.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  margin: 0;
  color: #fff;
  overflow-x: hidden;
}

body, html {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  color: black;
  font-family: Arial, sans-serif;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .mobile-header-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 110px;
    background: #000;
    z-index: 99; /* Make sure it's behind logo, connect, hamburger */
  }
  /* Make sure your top elements have z-index > 99 if needed */
  .top-left, .connect-wallet-mobile, .hamburger-menu {
    z-index: 100;
    position: fixed; /* or absolute, as needed */
  }
}

.content {
  /* background-image: url("https://app.jetpay.cloud/images/JetPay-BG-image-7.jpg"); */
  /* Full height */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 16px 0 16px;
  /* Use flex here if you want side-by-side sections */
  display: flex;
  flex-direction: column;
  align-items: center;
}

main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 20px;
}

.center, .center-2, .bottom-text, .bottom-text-2 {
  max-width: 700px;
  width: 100%;
  margin: 32px auto;
  padding: 32px 24px;
  border-radius: 20px;
  background: rgba(19,26,42,0.92); /* match claim box style */
  color: #fff;
  box-shadow: 0 0 10px #1e88e5;
  border: none;
}

.bottom-text-2 {
  background: #2f589c;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 24px 16px;
  margin: 32px auto;
  max-width: 700px;
}

@media (max-width: 768px) {
  .main-content, .content, .center, .center-2, .bottom-text, .bottom-text-2 {
    max-width: 95vw;
    padding: 16px 4vw;
    margin: 16px auto;
  }
}

.content {
  /* background-image: url("https://jetpay-images.s3.amazonaws.com/jetpay-bg-1.jpg"); */
  /* Full height */
  height: 100%;
  /* background-image: url(./images/jetpay-bg-1.jpg); */
  /* background-color: white; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-side {
  flex: 1;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  /* font-face:"Verdana"; */
  /* font-face:"Futura"; */
  font-family: 'Nunito', sans-serif;
  color: white;
  font-size: large;
  /* font-size: 40px; */
  /* margin-left: 20px; */
  margin-top: 125px;
  margin-left: 0px;
  /* margin-right: 250px; */
}

.left-side {
  flex: 1;
  /* display: flex; */
  /* justify-content: center; */
  align-items: left;
  margin-right: 0px;
  margin-left: 250px;
}

.image {
  max-width: 100%;
  max-height: 100%;
}

.about-bg {
  background: rgba(255,255,255,0.97); /* nearly solid white, adjust alpha as needed */
  border-radius: 18px;
  box-shadow: 0 0 16px #1e88e522;
  position: relative;
  //padding-top: 250px;
  padding-bottom: 20px;
  color: #222; /* dark text for contrast */
  //margin-top: 600px;   /* <--- Add this line */
  //scroll-padding-top: 250px;
}

@media (max-width: 768px) {
  .about-bg {
    padding-top: -80px; /* Decresase the top vertical padding on mobile */
  }
}

.float-down {
  margin-top: 400px;
}

.bottom-left-twitter {
  position: absolute;
  bottom: 0px;
  left: 10px;
  font-size: 24px;
}

.button {
  text-decoration: none;
}

.bg-xrp {
  background-color: #000;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 0;
  /* Optional: add padding for spacing */
  padding-top: 125px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .bg-xrp {
    padding-top: 50px; /* 125px - 80px = 45px */
    padding-bottom: 150px; /* 125px - 80px = 45px */
  }
}

@media (max-width: 768px) {
  .bg-xrp,
  .bg-xrp * {
    font-size: 20px !important;
  }
}

@media (max-width: 768px) {
  .xrp-widget {
    max-width: 97vw;
    width: 97vw;
    display: block;
    margin: -25px auto 0px auto; /* top right bottom left */
    //size: 66%;
    border-radius: 12px;
  }
}

@media (max-width: 768px) {
  .xrp-widget,
  .xrp-widget * {
    font-size: 14px !important; /* or whatever size you want */
  }
}

.top-left {
  position: absolute;
  top: 57px;
  left: 16px;
  width: 67px;
  max-width: 12%;
  height: auto;
  /* transform: translate(-50%, -50%); */
}

.top-right {
  position: absolute;
  top: 50px;
  right: 12px;
  opacity: 0.8;
  background: #ffffff;
  /* size: 50%; */
  border-radius: 10px;
}

dest-tags {
  position: absolute;
  top: 23%;
  right: 12px;
  width: 470px;
  max-width: 64%;
  height: auto;
}

.uphold {
  max-width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: -20px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .uphold {
    max-width: 90%;
    margin-top: -20px;
  }
}

.xrp {
  background: #ffffff;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
}

.xrp-widget {
  background: #ffffff;
  max-width: 80%;
  border-radius: 10px;
  margin-top: -10px;
  margin-left: 10%;
}

.xrp-text {
  font-size: 30px;
  left: 50%;
  font-family: Lato;
  color: #9ea3a2;
  max-width: 100%;
}

.xrp-text2 {
  position: absolute;
  left: 23.7%;
  font-size: 20px;
  font-family: arial;
  color: #9ea3a2;
}

.xrp-text2b {
  font-size: 25px;
  left: 50%;
  font-family: arial;
  color: #9ea3a2;
  max-width: 100%;
  margin-top: -10px;
}

.xrp-text3 {
  font-size: 20px;
  left: 50%;
  font-family: arial;
  color: #474545;
  max-width: 100%;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.bottom-left {
  position: absolute;
  /* max-size: 200%; */
  bottom: 2px;
  left: 25px;
}

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

.centered2 {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 200px;
  max-width: 25%;
  height: auto;
  top: 74%;
  left: 50%;
  opacity: 0.9;
}

.link-ul {
  /* text-decoration-color: #EA215A; */
  text-decoration-color: white;
  text-decoration-thickness: .125em;
  text-underline-offset: 1.5px;
}

.footer {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #8f8d88;
  font-family: arial;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .content-box {
    width: 90%;
    font-size: 16px;
  }
}

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

/* Second CSS File Starts Here */

    .claim-box {
      background-color: #131a2a;
      border-radius: 12px;
      padding: 24px 20px 20px 20px; /* less vertical padding */
      width: 100%;
      max-width: 300px;
      opacity: .9;
      box-shadow: 0 0 10px #1e88e5;
      color: #fff; /* <-- This sets the text color to white */
      margin-top: 0px; /* This shifts the box up by 2px */
    }

    .claim-box h2 {
      color: #1e88e5;
      font-size: 24px;
      margin-top: 3px;
      margin-bottom: 20px;
    }

    .info-row {
      margin-bottom: 15px; /* was 15px, now tighter */
      font-size: 15px;
      font-weight: normal;
    }

    .info-label {
      font-weight: bold;
      font-size: 15px;
    }

    .tos-row {
      display: flex;
      align-items: center;
      margin: 10px 0 0 0;
      font-size: 13px;
      color: #ccc;
    }

    .tos-label {
      margin-left: 7px;
      font-weight: normal;
      font-size: 13px;
      color: #ccc;
    }

    .claim-button {
      background-color: #1e88e5;
      color: white;
      border: none;
      padding: 12px 24px;
      font-size: 16px;
      border-radius: 8px;
      cursor: pointer;
      margin-top: 20px;
      width: 100%;
    }

    .claim-button:hover {
      background-color: #1565c0;
    }

    .logo-desktop {
      position: fixed;
      display: block;
      margin-left: 44.4%;
      background-repeat: no-repeat;
      height: 180px;
      width: auto;
      margin-top: 20px;
      margin-bottom: 0px;
      z-index: 2;
    }

    .logo-mobile {
      display: none;
    }
    @media (max-width: 768px) {
      .logo-desktop {
        display: none !important;
      }
      .logo-mobile {
        display: block;
        position: fixed;
        top: 10px;
        left: 10px;
        width: 100px;
        height: auto;
        z-index: 101;
      }
    }

    @media (max-width: 768px) {
      .connect-wallet-mobile {
        position: fixed;
        top: 22px;
        right: 64px; /* leave space for hamburger */
       /* ...rest of your styles... */
      }
    }

    .instructions-box {
      background-color: #131a2a;
      border-radius: 12px;
      box-shadow: 0 0 10px #1e88e5;
      color: #fff;
      font-size: 16px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 210px auto 0 auto; /* 50px below logo */
      max-width: 600px;
      text-align: center;
      opacity: 0.95;
      z-index: 5;
    }
  
    @media (max-width: 768px) {
      .instructions-box {
        font-size: 10px;
        padding: 16px 10px;
        max-width: 88vw;
        margin-top: 125px !important; /* was 60px, now nudged down */
      }
    }

    .terms-message-box {
      background-color: #131a2a;
      border-radius: 12px;
      box-shadow: 0 0 10px #1e88e5;
      color: #fff;
      font-size: 16px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0 auto 0 auto;
      max-width: 650px;
      text-align: center;
      opacity: 0.95;
      /* Add horizontal margin for glow space */
      //margin-left: 32%;
      z-index: 5;
    }

    @media (max-width: 768px) {
      .terms-message-box {
        font-size: 10px;
        padding: 14px 8px;
        max-width: 95vw;
        margin-top: -5px !important;   /* was 30px, now 10px higher */
        margin-bottom: 70px !important; /* add space for footer */
      }
    }

    /* Hide mobile footer by default */
    .mobile-footer {
      display: none;
    }

  .connect-wallet-glow {
    position: fixed;
    display: block;
    max-width: 50%;
    top: 7px;
    margin-top:7px;
    right: 22px;  
    background-color: #131a2a;
    color: #1e88e5;
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 10px #1e88e5;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    outline: none;
    margin-top: 20px;
    margin-bottom: 0;
    opacity: 0.95;
    z-index: 2;
  }

  .connect-wallet-glow:hover,
  .connect-wallet-glow:focus {
    background-color: #1e88e5;
    color: #fff;
    box-shadow: 0 0 16px #1e88e5, 0 0 4px #fff;
  }

  .connect-wallet-glow.feedback,
  .connect-wallet-mobile.feedback {
    background-color: #1e88e5 !important;
    color: #fff !important;
    box-shadow: 0 0 16px #1e88e5, 0 0 4px #fff !important;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  }

  .connect-wallet-mobile {
    display: none;
  }
  @media (max-width: 768px) {
    .connect-wallet-glow {
      display: none !important;
    }
    .connect-wallet-mobile {
      display: block;
      position: fixed;
      top: 22px;
      right: 74px;
      background-color: #131a2a;
      color: #1e88e5;
      border: none;
      border-radius: 10px;
      box-shadow: 0 0 8px #1e88e5;
      padding: 8px 18px;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer;
      z-index: 101;
      opacity: 0.97;
    }
    .connect-wallet-mobile:hover,
    .connect-wallet-mobile:focus {
      background-color: #1e88e5;
      color: #fff;
      box-shadow: 0 0 12px #1e88e5, 0 0 2px #fff;
    }
  }

  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }

  .bottom-left {
    position: absolute;
    max-size: 200%;
    bottom: 2px;
    left: 25px;
  }

.link-ul {
  //text-decoration-color: #EA215A;
  text-decoration-color: white;
  text-decoration-thickness: .125em;
  text-underline-offset: 1.5px;
}

.footer {
  position: absolute;
  bottom: 5px;
  right: 20px;
  //transform: translate(-50%, -50%);
  //color: #ffffff;
  color: #8f8d88;
  font-family: arial;
  font-size: 15px;
}

.footer-desktop {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0,0,0,0.98);
  width: 100vw;
  padding: 0;
  height: 38px;
  /* box-shadow: 0 -2px 10px #1e88e520;  <-- REMOVE THIS LINE */
}

.footer-desktop-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

.footer-twitter {
  font-size: 16px;
  z-index: 11;
  margin-left: 7px;   /* All the way left */
}

.footer-twitter-glow {
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0 0 10px #1e88e5;
  background: transparent;
  padding: 5px 8px 0px 8px; /* top right bottom left */
  margin-left: 10px;
  margin-bottom: 7px; /* lifts the box up from the page bottom */
}

.footer-copyright {
  color: #fff;
  font-size: 15px;
  font-family: Arial, sans-serif;
  opacity: 0.7;
  z-index: 11;
  margin-right: 0;   /* Remove right margin */
  margin-left: auto;
  padding-right: 12px; /* Add a little space from the edge */
}

@media (max-width: 768px) {
  .bottom-left,
  footer {
    display: none !important; /* Hide desktop footers on mobile */
  }
  .mobile-footer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.98);
    padding: 4px 0 4px 0;
    width: 100vw;
  }
  .mobile-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100vw;
    padding: 0 8px;
  }
  .mobile-twitter {
    z-index: 3;
    font-size: 15px;
    max-width: 55vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 1;
    /* Add or adjust padding/margin as needed: */
    padding-bottom: 0px;
    padding-top: 6px;
  }
  .mobile-copyright {
    z-index: 3;
    color: #fff;
    //font-size: 8px;
    font-family: Arial, sans-serif;
    opacity: 0.85;
    margin-left: 8px;
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  .mobile-copyright {
    font-size: 14px !important; /* or your desired size */
  }
}

/* Hide desktop footer on mobile */
@media (max-width: 768px) {
  .footer-desktop {
    display: none !important;
  }
}

/* Desktop styles (default) */
.nft-video {
  width: 302px;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  border: 2px solid #ffffff10;
  border-radius: 14px;
  box-shadow: 0 0 10px #1e88e5;
  margin: 0 auto;
  //margin-left: -3px;
  margin-left: auto;
  background: #000;
}

/* Responsive/mobile styles */
@media (max-width: 768px) {
  main {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  iframe, .claim-box, .nft-video {
    width: 90vw !important;
    max-width: 280px;
  }
  .nft-video {
    aspect-ratio: 1 / 1;
    height: auto;
    margin: -3px auto 0 auto !important; /* 10px top margin, auto left/right, 0 bottom */
    z-index: 5;
  }
  .claim-box {
    margin-top: 10px !important;
  }
}

.home-button-glow {
  position: fixed;
  top: 27px;
  left: 20px;
  background-color: #131a2a;
  color: #1e88e5;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 10px #1e88e5;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  outline: none;
  opacity: 0.95;
  z-index: 100;
}

.home-button-glow:hover,
.home-button-glow:focus {
  background-color: #1e88e5;
  color: #fff;
  box-shadow: 0 0 16px #1e88e5, 0 0 4px #fff;
}

@media (max-width: 768px) {
  .home-button-glow {
    display: none !important;
  }
}

.hamburger-menu {
  display: none;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
    position: fixed;
    top: 22px;
    right: 18px;
    z-index: 102;
  }
  .hamburger-icon {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
  }
  .hamburger-icon span {
    display: block;
    height: 4px;
    width: 28px;
    background: #1e88e5;
    margin: 3px 0;
    border-radius: 2px;
    transition: 0.3s;
  }
  .hamburger-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #131a2a;
    border-radius: 8px;
    box-shadow: 0 2px 8px #0008;
    min-width: 100px;
    padding: 8px 0;
  }
  .hamburger-dropdown.open {
    display: block;
  }
  .hamburger-link {
    display: block;
    color: #1e88e5;
    text-decoration: none;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    transition: background 0.2s;
  }
  .hamburger-link:hover {
    background: #1e88e5;
    color: #fff;
  }
}

.hamburger-menu {
  display: none;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
}

}
