* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
html, body {
  font-family: Inter;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
}

.main-navbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.main-content {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.img-mobile,
.i1,
.i2 {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* Offset in-page anchor scroll to account for fixed navbar */
section[id],
#faq,
#assistance,
#contact {
  scroll-margin-top: 0px;
}
/* Ensure FAQ clears navbar on mobile */
@media (max-width: 1023px) {
  #faq {
    scroll-margin-top: 0px;
  }
}
.main-navbar {
  padding: 14px;
  border-bottom: 1px solid #dcdcdc;
  background-color: white;
  position: fixed;
  height: 65px;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10;
}
.main-navbar-inside {
  display: flex;
  justify-content: space-between;
}
.menu-icon {
  height: 28px;
  width: 28px;
  margin-block: auto;
}
.logo-link {
  width: 109px;
  height: 65px;
  margin-block: auto;
}
.logo {
  width: 100%;
  height: 100%;
}
.menu-icon.active + .nav-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 20;
  background-color: white;
  gap: 10px;
  border: 1px solid #dcdcdc;
  border-right: none;
  align-items: start;
}
.nav-links {
  display: none;
  padding: 20px;
  gap: 34px;
  align-items: center;
}
.nav-links a:not(.getApp-link) {
  color: #515151;
  text-decoration: none;
  position: relative;
  line-height: 170%;
  &:hover {
    font-weight: 600;
  }
}
.nav-links a.getApp-link {
  text-decoration: none;
  color: white;
  background-color: #c3559e;
  border-radius: 50px;
  font-weight: 600;
  line-height: 18px;
  padding: 16px 24px;
}
.nav-links a:not(.getApp-link):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  border-radius: 10px;
  background: currentColor;
  transition: width 0.3s ease;
}
.nav-links a:not(.getApp-link).active {
  font-weight: 600;
}
.nav-links a:not(.getApp-link).active::after,
.nav-links a:not(.getApp-link):hover::after {
  width: 56.5%;
}
.main-section {
  display: flex;
  flex-direction: column;
}
#home {
  min-height: 100vh;
}
.home-section {
  display: grid;
  padding-inline: 8px;
  grid-template-columns: repeat(1, 1fr);
  flex-grow: 1;
  padding-top: 0px !important;
}
.home-section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.store-links-container {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: center;
}
.store-link {
  width: min(200px, calc(50% - 10px));
  height: 60px;
}
.img-mobile {
  width: 57%;
}
.color-pink {
  color: #c3559e;
}
.home-section-title {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
  padding-right: 8px;
  text-wrap-style: balance;
  margin-bottom: 20px;
}
.home-section-desc {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #5c5c5c;
  text-wrap-style: pretty;
  line-height: 204%;
  padding-right: 8px;
}
.d-flex {
  display: flex;
}
.p-relative {
  position: relative;
}
.pink-circle {
  position: absolute;
  z-index: -1;
  width: 105%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.pink-circle.c1 {
  top: -22.3%;
  left: -42.3%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #fef8f9 0%,
    rgba(215, 205, 208, 0) 100%
  );
}
.pink-circle.c2 {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffcbed 0%,
    rgba(253, 205, 219, 0) 100%
  );
  bottom: -48.3%;
  right: -26.3%;
}
.pink-circle.c3 {
  background: radial-gradient(
    72.77% 72.77% at 50% 50%,
    #ffd2f0 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 100%;
  mask-image: radial-gradient(
    72.77% 72.77% at 50% 50%,
    #ffd2f0 42.78%,
    rgba(255, 255, 255, 0) 100%
  );
}
.my-auto {
  margin-block: auto;
}
.img-mobile-container {
  display: flex;
  align-items: flex-end;
  height: 87.6%;
  max-height: 728px;
  max-width: 600px;
  margin-top: auto;
  margin-inline: auto;
  width: 100%;
}
.i1 {
  height: 73%;
  max-width: 344px;
  z-index: 1;
}
.img-mobile-shadow-container {
  overflow-y: hidden;
  width: 47%;
  max-width: 286.5px;
  height: 63%;
  z-index: 0;
  left: 19.5%;
  bottom: 0;
  position: absolute;
  border-top-right-radius: 23.51px;
    background: #121212B2;
  filter: blur(82.29px);
  opacity: 0.2;
}
.i2 {
  position: absolute;
  height: 94%;
  right: 5%;
  bottom: 0;
  z-index: 0;
}
#about,
#process {
  background-color: white;
}
.about-us-main-container {
  display: flex;
  flex-direction: column;
  padding-block: 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9f6f6 0%, #fafafa 100%);
  margin-inline: 8px;
  margin-top: 20px;
}
.about-us-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  mask-image: radial-gradient(
    50% 50% at 50% 50%,
    #000000 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
}
.about-us-bg-line {
  border: 0.91px solid #e4e4e4;
  box-shadow: 0px 10.05px 12.8px 16.45px #dedcdd;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-us-bg-line:nth-child(1) {
  width: 12.5%;
}
.about-us-bg-line:nth-child(2) {
  width: 25%;
}
.about-us-bg-line:nth-child(3) {
  width: 37.5%;
}
.about-us-bg-line:nth-child(4) {
  width: 50%;
}
.about-us-bg-line:nth-child(5) {
  width: 62.5%;
}
.about-us-bg-line:nth-child(6) {
  width: 75%;
}
.about-us-bg-line:nth-child(7) {
  width: 87.5%;
}
.about-us-main-container-title {
  padding-inline: 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #313131;
  text-wrap-style: balance;
  max-width: 802px;
  margin-inline: auto;
  margin-bottom: 24px;
}
.about-us-main-container-title span {
  font-weight: 700;
}
.about-us-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-inline: auto;
  z-index: 2;
}
.about-us-img-container-text {
  border-radius: 18px;
  padding: 20px;
  background: linear-gradient(
    184.77deg,
    #ffffff 112.6%,
    rgba(255, 255, 255, 0) 133.97%
  );
  line-height: 22px;
  color: #656161;
  font-size: 14px;
  margin: 20px;
  margin-bottom: 0;
}
.about-us-img {
  position: relative;
  object-fit: cover;
  width: 74.7%;
  aspect-ratio: 1;
  z-index: 1;
  border-radius: 50%;
}
.about-us-title-container {
  margin-top: 24px;
  padding-inline: 8px;
}
.about-us-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
}
.about-us-desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 150%;
  max-width: 565px;
  color: #4d525f;
}
#userbenefits .about-us-desc {
  margin-top: 24px;
}
.about-us-polygon-container {
  height: 64px;
  position: relative;
}
.polygon {
  width: 112px;
  height: 112px;
  color: #fbfafa;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
}
.about-us-card-container {
  padding: 8px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  text-align: center;
}
h3.about-us-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 178%;
}
.about-us-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 24px;
  padding-top: 48px;
}
.about-us-card-main-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: start;
}
.divider {
  margin-inline: auto;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #f5f5f5 0%, #cbcbcb 45.36%, #f5f5f5 100%);
}
.about-us-card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-us-card-num {
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 700;
  font-size: 80px;
  color: #f3f3f3;
}
.about-us-card-icon {
  z-index: 1;
  position: relative;
}
.about-us-card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #01081b;
}
.about-us-card-desc {
  line-height: 150%;
  color: #4d525f;
}
.about-us-closing-text {
  margin-top: 24px;
  text-align: center;
  padding: 0 16px;
}
.about-us-closing-text p {
  font-size: 16px;
  line-height: 150%;
  color: #4d525f;
  font-weight: 500;
}
.about-us-container,
.features-main-container,
.howitworks-main-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-inline: 8px;
  gap: 8px;
  flex-grow: 1;
  margin-block: 16px;
}
.features-cards-container {
  margin-bottom: 20px;
}
.about-us-container div {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #797979;
  line-height: 178%;
  box-shadow: 0px 4px 115px rgba(0, 0, 0, 0.09);
}
.features-cards img {
  width: 64px;
}
.about-us-container img {
  width: 90px;
}
.about-us-container h3 {
  color: #000;
  font-size: 25px;
}
.hiw-items-container {
  margin-block: 11px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  width: 100%;
  max-width: 548px;
}
#howitworks {
  background: linear-gradient(180deg, #f9f6f6 0%, #fafafa 100%);
}
.hiw-item {
  cursor: pointer;
  display: flex;
  padding: 30px 28px;
  gap: 20px;
  border-radius: 18px;
  border: 1px solid #f2e8eb;
  background: linear-gradient(
    184.77deg,
    #ffffff 112.6%,
    rgba(255, 255, 255, 0) 133.97%
  );
}
.hiw-item.active,
.hiw-item:hover {
  background: radial-gradient(
      78.14% 176.88% at -2.93% -71.25%,
      rgba(78, 78, 78, 0.7) 10.73%,
      rgba(246, 246, 246, 0) 100%
    ),
    linear-gradient(184.77deg, #ffffff 112.6%, rgba(255, 255, 255, 0) 133.97%);
}
.hiw-item-step {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #f3f3f3;
}
.hiw-item.active .hiw-item-step,
.hiw-item:hover .hiw-item-step {
  color: #ffffff;
}
.hiw-item-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  max-height: 100%;
}
.hiw-item-title {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 25px;
  color: #1d1d1d;
  line-height: 32px;
  overflow: hidden;
}
.hiw-item-title svg {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.hiw-item.active .hiw-item-title svg {
  transform: none;
}
.hiw-item.active .hiw-item-title,
.hiw-item:hover .hiw-item-title {
  color: #c3559e;
}
.hiw-item-desc {
  display: grid;
  grid-template-rows: 0;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
  color: #797979;
  line-height: 24px;
}
.hiw-item.active .hiw-item-desc {
  grid-template-rows: 1fr;
}
.hiw-carousel-container {
  padding-inline: 8px;
  display: flex;
  gap: 8px;
  max-width: 494px;
  max-height: 725px;
}
.hiw-carousel {
  scroll-snap-type: x mandatory;
  display: flex;
  overflow: hidden;
  border: 6px solid #393033;
  border-radius: 30px;
  max-width: 318px;
}
.hiw-carousel img {
  scroll-snap-align: start;
  width: 100%;
}
.hiw-arrow {
  cursor: pointer;
  color: #626262;
  margin-block: auto;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
}
.hiw-arrow-back {
  transform: rotate(-180deg);
}
.hiw-arrow.disabled {
  cursor: not-allowed;
  color: #ededed;
}
.hiw-carousel img {
  width: 100%;
}
.features-img-part {
  display: flex;
  flex-direction: column;
  margin-block: auto;
  margin-inline: auto;
  gap: 10px;
  max-width: 542px;
}
.features-img {
  width: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.features-img-part p {
  color: #515151;
  line-height: 170%;
}
.features-img-part .features-img-container {
  display: flex;
  justify-content: center;
}
.features-img-container {
  margin-top: 20px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
}
.features-cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.features-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.features-cards div {
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #515151;
  box-shadow: 0px 4px 114px rgba(0, 0, 0, 0.09);
}
.features-cards h4 {
  line-height: 28px;
  font-size: 22px;
  font-weight: 500;
  color: #292929;
}
.features-cards.f2 {
  margin-top: 20px;
}
#userbenefits {
  background: linear-gradient(180deg, #f9f6f6 0%, #fafafa 100%),
    linear-gradient(180deg, #fdf6eb 0%, #faedf8 44.71%, #fef6f5 100%);
}
.userbenefits-main-container {
  flex-grow: 1;
  padding-inline: 8px;
  margin-block: 20px;
}
.ub-items-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.userbenefits-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  padding-right: 50px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.55) 20.67%,
    rgba(255, 255, 255, 0.55) 68.27%
  );
  border: 1.5px solid #f0f0f0;
  border-radius: 20px;
  position: relative;
}
.ub-icon-wrapper {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 10px;
  height: min-content;
}
.ub-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 6px;
  color: #01081b;
}
.ub-desc {
  color: #4d525f;
  font-size: 16px;
  line-height: 150%;
}
.ub-items-logo {
  position: relative;
  margin-block: 20px;
  display: flex;
}
.ub-line-1 {
  position: absolute;
  width: 60%;
  height: 27%;
  left: 50%;
  top: 100%;
  border-bottom-left-radius: 50px;
  border-left: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  mask-image: linear-gradient(to left, transparent 0%, black 20%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.ub-line-2 {
  position: absolute;
  left: 50%;
  border-left: 2px solid #f0f0f0;
  height: 20%;
  top: 100%;
  mask-image: linear-gradient(to top, transparent 0%, black 40%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.ub-line-3 {
  position: absolute;
  right: 50%;
  top: 100%;
  width: 60%;
  height: 27%;
  border-right: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  border-bottom-right-radius: 50px;
  mask-image: linear-gradient(to right, transparent 0%, black 40%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.ub-line-4 {
  position: absolute;
  left: 75%;
  bottom: 100%;
  width: 35%;
  height: 13.5%;
  border-left: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  border-top-left-radius: 50px;
  mask-image: linear-gradient(to left, transparent 0%, black 40%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.ub-line-5 {
  position: absolute;
  left: 50%;
  bottom: 100%;
  height: 20%;
  border-left: 2px solid #f0f0f0;
  mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.ub-line-6 {
  position: absolute;
  right: 75%;
  bottom: 100%;
  width: 35%;
  height: 13.5%;
  border-right: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  border-top-right-radius: 50px;
  mask-image: linear-gradient(to right, transparent 0%, black 40%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.ub-logo {
  width: 172px;
  height: 103px;
  margin-inline: auto;
}
.pink-banner {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #313131;
}
.pink-banner-inside {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.pink-banner-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pink-banner-item h3 {
  font-weight: 600;
  font-size: 46px;
  line-height: 60px;
}
.pink-banner-item p {
  line-height: 20px;
}
.faq-items-container {
  padding: 8px;
  margin-inline: auto;
  margin-block: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
}
.faq-item {
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  color: #383141;
  cursor: pointer;
}
.faq-desc {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  color: #667085;
}
.faq-desc > p {
  overflow-y: hidden;
}
.faq-item.active .faq-desc {
  grid-template-rows: 1fr;
}
.faq-item.active,
.faq-item:hover {
  border: 2px solid #c3559e;
}
.faq-item.active .faq-icon {
  transform: rotate(0);
}
.faq-item.active .faq-desc {
  max-height: var(--content-height); /* Use CSS variable set by JS */
  padding-top: 15px;
}
.faq-icon {
  transition: transform 0.3s ease-in;
  transform: rotate(90deg);
}
.faq-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
.contact-section-wrapper {
  background: linear-gradient(180deg, #fbf9fb 0%, #fef8f9 100%);
}
.contact-section {
  padding: 8px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.logo-contacts {
  width: 120px;
  height: auto;
  display: block;
  margin-inline: auto;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #515151;
}
.contact-info span {
  font-weight: 500;
  color: #000;
}
.useful-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.useful-links a {
  color: #515151;
  font-weight: 500;
  text-decoration: none;
  &:hover {
    font-weight: 600;
  }
}
.useful-links h3 {
  font-weight: 600;
  font-size: 24px;
  color: #c3559e;
  margin-bottom: 10px;
}
.footer {
  border-top: 1px solid transparent;
  border-image-source: linear-gradient(
    89.7deg,
    rgba(232, 232, 232, 0.6) 0.26%,
    rgba(183, 183, 183, 0.4) 102.29%
  );
  border-image-slice: 1;
  padding: 20px 8px;
  font-family: Inter;
  font-size: 12px;
}
.footer-inside {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-main p {
  margin-bottom: 10px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-links a {
  color: #000;
  text-decoration: none;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.footer-social a {
  width: 34px;
  height: 34px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 14px 0px #00000026;
}
.h-mob {
  display: none;
}
.gap-10 {
  gap: 10px;
}
#assistance {
  padding-inline: 8px;
  padding-top: 48px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-image: linear-gradient(
      269.15deg,
      rgba(253, 246, 235, 0.88) -7.68%,
      rgba(244, 244, 244, 0.88) 40.24%,
      rgba(231, 231, 231, 0.88) 99.49%
    ),
    url("images/assistance.png"),
    linear-gradient(90.18deg, rgba(230, 220, 227, 0) 57.43%, #e6dce3 74.36%);

  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, 60% 55%, left top;
  background-size: cover;
}
.assistance-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.assistance-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #383141;
  max-width: 601px;
}
.assistance-container span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #c3559e;
}
.assistance-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.assistance-contacts-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.assistance-contacts-item > p {
  font-weight: 500;
  line-height: 150%;
  font-size: 14px;
  color: #c3559e;
}
.assistance-contacts-item-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: #383141;
}
.assistance-disclaimer {
  font-size: 10px;
  line-height: 14px;
  color: #383141;
  max-width: 631px;
}
.assistance-disclaimer .disclaimer {
  font-weight: 700;
}
/* md screens  */
@media (min-width: 768px) {
  .home-section-container {
    text-align: start;
  }
  .store-links-container {
    justify-content: start;
  }
  .img-mobile-container {
    margin-inline: 0;
    width: auto;
  }
  .logo-contacts {
    margin-inline: 0;
  }
  .contact-info {
    max-width: 320px;
  }
  .assistance-section {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .assistance-contacts {
    flex-direction: row;
    padding: 20px;
    padding-right: 0;
    gap: 40px;
  }
  #assistance {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .h-mob {
    display: flex;
  }
  .h-sm-200 {
    height: auto;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mb-80 {
    margin-bottom: 80px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .about-us-img-container {
    width: 56.7%;
  }
  .main-navbar {
    padding-inline: 50px;
  }
  .footer-main,
  .footer-links {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
  .footer-main p {
    margin-bottom: 0;
  }
  .about-us-title-container {
    margin-top: 40px;
  }
  .about-us-img-container-text {
    position: absolute;
    z-index: 1;
    margin: 0;
  }
  .at-1 {
    max-width: 325px;
    top: 20%;
    left: 3%;
  }
  .at-2 {
    max-width: 223px;
    top: 22%;
    right: 4%;
  }
  .at-3 {
    width: 26%;
    top: 43.3%;
    right: 1%;
  }
  .contact-section {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 60px;
  }
  .features-img-part {
    gap: 40px;
  }
  .features-cards.f1 {
    margin-block: auto;
  }
  .features-cards-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .about-us-container {
    padding-inline: 10px;
    gap: 10px;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }
  .about-us-container div {
    padding: 20px;
  }
  .features-main-container,
  .howitworks-main-container {
    padding-inline: 10px;
    margin-block: 20px;
    gap: 10px;
  }
  .howitworks-main-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-section {
    grid-template-columns: 473fr 527fr;
    gap: 30px;
  }
  .home-section-title {
    font-size: 36px;
  }
  .pink-banner {
    margin-top: 0;
    margin-bottom: 0;
  }
  .pink-banner-inside {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  .hiw-carousel-container {
    gap: 24px;
  }
  .about-us-main-container {
    padding-block: 60px;
  }
  .about-us-card-main-container {
    flex-direction: row;
    gap: 0;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
  }
  .about-us-card-desc {
    max-width: 245px;
  }
  .divider {
    width: 1px;
    height: 50%;
    flex-shrink: 0;
    margin-inline: 0;
    margin-block: auto;
    mask-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 1) 70%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .ub-items-container {
    flex-direction: row;
    gap: 24px;
  }
  .features-img-container {
    margin-top: 48px;
  }
  .ub-items-logo {
    margin-block: 48px;
  }
}
/* lg screens */
@media (min-width: 1024px) {
  .main-navbar {
    height: 90px;
  }
  /* Larger offset for taller navbar on desktop */
  section[id],
  #faq,
  #assistance,
  #contact {
    scroll-margin-top: 0px;
  }
  #faq {
    display: flex;
    padding: 100px;
  }
  #faq .about-us-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 119%;
  }
  .about-us-title-container {
    margin-top: 100px;
  }
  #faq .about-us-title-container {
    margin-top: 0;
    padding-inline: 0;
    max-width: 335px;
  }
  .d-lg-none {
    display: none;
  }
  .nav-links {
    display: flex;
    gap: 23px;
  }
  .footer {
    padding-inline: 60px;
  }
  .footer-inside {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .about-us-container {
    gap: 45px;
    padding-inline: 45px;
  }
  .about-us-container div {
    padding: 40px;
  }
  .features-img-container {
    margin-top: 0;
  }
  .features-main-container {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 65px;
    margin-top: 35px;
    margin-bottom: 65px;
    gap: 40px;
  }
  .home-section,
  .userbenefits-main-container,
  .about-us-title-container,
  .howitworks-main-container,
  .about-us-card-container,
  #assistance {
    padding-inline: 100px;
  }
  .home-section {
    gap: 100px;
    padding-top: 169px;
  }
  .about-us-card-container {
    padding-bottom: 100px;
  }
  .howitworks-main-container {
    margin-bottom: 100px;
    margin-top: 35px;
  }
  .store-links-container {
    margin-top: 50px;
  }
  .w-lg-80 {
    width: 80%;
  }
  .features-cards {
    gap: 40px;
  }
  .features-cards-container {
    gap: 30px;
  }
  .useful-links {
    width: 34%;
  }
  .userbenefits-main-container {
    margin-top: 48px;
    margin-bottom: 100px;
  }
  .hiw-carousel-container {
    padding: 11px;
    margin-left: auto;
  }
  .about-us-main-container {
    margin-top: 48px;
    margin-inline: 100px;
    padding-block: 85px;
  }
  .at-1 {
    max-width: 347px;
    top: 20%;
    left: 3%;
  }
  .at-2 {
    max-width: 267px;
    top: 25%;
    right: 4%;
  }
  .at-3 {
    top: 50%;
    right: 1.5%;
  }
  .ub-line-1,
  .ub-line-3 {
    width: 70%;
  }
  .ub-line-4,
  .ub-line-6 {
    width: 45%;
  }
}
@media (min-width: 1100px) {
  .nav-links {
    gap: 34px;
  }
}
@media (min-width: 1440px) {
  .howitworks-main-container,
  .home-section,
  .userbenefits-main-container,
  .about-us-title-container,
  .howitworks-main-container,
  .about-us-card-container,
  .about-us-main-container,
  .features-main-container,
  .pink-banner-inside,
  #faq,
  .contact-section,.assistance-section,.second-assistance-section {
    width: 1240px;
    padding-inline: 0;
    margin-inline: auto;
  }
  #assistance {
      background-position: left top, 50% 55%, left top;
  }
  .ub-items-container {
    gap: 64px;
  }
  .ub-items-logo {
    margin-block: 64px;
  }
  .main-navbar,
  .footer {
    padding-inline: 0;
  }
  .main-navbar-inside,
  .footer-inside {
    width: 1340px;
    margin-inline: auto;
  }
  .ub-line-1,
  .ub-line-3 {
    width: 80%;
    height: 36.3%;
  }
  .ub-line-4,
  .ub-line-6 {
    width: 55%;
    height: 23.5%;
  }
  .ub-line-2,
  .ub-line-5 {
    height: 35%;
  }
}

/* animation */
[data-animate] {
  transition: all 0.6s ease-out;
}
[data-animate="fade-in"] {
  opacity: 0;
  transform: translateY(70%);
}
.fade-in {
  opacity: 1;
  transform: translateY(0);
}
[data-animate="fade-out"] {
  opacity: 0;
  transform: translateY(-100%);
}
.fade-out {
  opacity: 1;
  transform: translateY(0);
}
[data-animate="slide-left"] {
  opacity: 0;
  transform: translateX(-100%);
}
.slide-left {
  opacity: 1;
  transform: translateX(0);
}
[data-animate="slide-right"] {
  opacity: 0;
  transform: translateX(100%);
}

.slide-right {
  opacity: 1;
  transform: translateX(0);
}

#scrollTopBtn {
  position: fixed;
  bottom: 95px;   /* moved up ~50px */
  right: 40px;    /* moved left ~35px */
  background: #c3559e; /* pink with transparency */
  border: none;
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
  animation: floatUpDown 2s infinite ease-in-out;
}

#scrollTopBtn svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

/* Floating up and down animation */
@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Hide by default */
#scrollTopBtn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.3s ease;
}

#scrollTopBtn.show {
  opacity: 1;
  pointer-events: auto;
}

