.download-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container-fluid {
    padding: 0px !important;
}

.download-bg {
  width: 100%;
  /* max-width: 1440px; keeps content aligned on large screens */
  height: 560px;
  position: relative;
  /* background: #0a1a6f; */
  overflow: hidden;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

.download-bg {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-image: url("/website-files/img/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  /* opacity: 0.5; */
  background-color: #001f5c;
}


.download-tagline {
  position: absolute;
  top: 109px;
  left: 10%;
  padding: 10px 18px;
  background: white;
  border-radius: 99px;
  color: #0a1a6f;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.download-title {
    font-size: 30px !important;
}

.download-title {
    position: absolute;
    top: 185px;
    left: 10%;
    color: white;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}

.download-description {
    font-size: 17px !important;
}

.download-description {
    position: absolute;
    top: 305px;
    left: 10%;
    width: 40%;
    min-width: 300px;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.download-buttons {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    height: 100px;
}

.download-buttons {
    position: absolute;
    top: 412px;
    left: 10%;
    display: flex;
    gap: 16px;
}

.download-highlight {
    color: #ffbb00;
}

.download-buttons-cta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* padding: 10px; */
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #222222;
    color: white;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 8px;
    transition: transform 0.2s 
ease;
    width: 210px;
}

.store-icon {
    width: 32px;
    height: auto;
}

.store-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.store-btn .small-text {
    font-size: 15px;
}

.small-text {
    font-size: 10px;
    opacity: 0.8;
}

.store-btn .big-text {
    font-size: 18px;
}

.store-btn .big-text {
    font-size: 16px;
}

.big-text {
    font-size: 16px;
    font-weight: 600;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #222222;
    color: white;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 8px;
    transition: transform 0.2s 
ease;
    width: 210px;
}

.store-icon {
    width: 32px;
    height: auto;
}

.store-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.store-btn .small-text {
    font-size: 15px;
}
.small-text {
    font-size: 10px;
    opacity: 0.8;
}

.store-btn .big-text {
    font-size: 18px;
}
.store-btn .big-text {
    font-size: 16px;
}
.big-text {
    font-size: 16px;
    font-weight: 600;
}

.download-device-img {
    /* width: 199px; */
    height: 500px;
    border-radius: 10px;
}

.download-rating {
    position: absolute;
    top: 500px;
    left: 10%;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 41px;
}

.download-rating-value {
    font-size: 28.9px;
    color: white;
    font-weight: 500;
}

.download-device {
    position: absolute;
    right: 8%;
    top: 71px;
}

/* Hide on mobile & tablet, show only on desktop */
.download-device-img {
    display: block;
}

.store-btn:hover,.big-text:hover {
    color: white !important;
    transform: scale(1.05);
}
.big-text:hover {
    color: white !important;
    transform: scale(1.05);
}

a:not(.btn):hover {
    text-decoration: none;
    color: white !important;
}
@media (max-width: 1024px) {
    .download-device-img {
        display: none !important;
    }
}


/* Tablet styles */
@media screen and (max-width: 1024px) {
  .store-btn {
    width: 180px;
    padding: 8px 14px;
    gap: 8px;
  }

  .store-icon {
    width: 28px;
  }

  .store-btn .small-text {
    font-size: 13px;
  }

  .store-btn .big-text {
    font-size: 15px;
  }

  .download-buttons-cta {
    gap: 12px;
  }
}

/* Mobile landscape and small tablets */
@media screen and (max-width: 768px) {
  .download-title,
  .download-description,
  .download-tagline,
  .download-buttons {
    left: 5%;
  }

  .download-description {
    width: 90%;
  }

  .download-tagline {
    font-size: 15px;
    top: 30px;
    border-top-left-radius: none;
    border-bottom-left-radius: none;
    left: 7%;
    right: 7%;
  }

  .store-btn {
    width: 160px;
    padding: 8px 12px;
    gap: 6px;
  }

  .store-icon {
    width: 26px;
  }

  .store-btn .small-text {
    font-size: 11px;
  }

  .store-btn .big-text {
    font-size: 14px;
  }

  .download-buttons-cta {
    gap: 10px;
    flex-wrap: wrap;
  }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
  .download-buttons {
    top: 400px;
  }

  .download-buttons-cta {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
  }

  .store-btn {
    width: 140px;
    padding: 8px 10px;
    gap: 6px;
  }

  .store-icon {
    width: 24px;
  }

  .store-btn .small-text {
    font-size: 9px;
  }

  .store-btn .big-text {
    font-size: 13px;
  }

  .download-rating {
    top: 520px;
  }
}

/* Extra small mobile devices */
@media screen and (max-width: 360px) {
  .store-btn {
    width: 130px;
    padding: 6px 8px;
    gap: 4px;
  }

  .store-icon {
    width: 22px;
  }

  .store-btn .small-text {
    font-size: 8px;
  }

  .store-btn .big-text {
    font-size: 12px;
  }

  .download-buttons-cta {
    gap: 6px;
  }
}

