@font-face {
  font-family: "Klarna Text";
  src: url("../front-font/Klarna-Text-Bold.otf") format("opentype");
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}

body,
html {
  scrollbar-width: none;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/**
------------------- UNIVERSAL TYPOGRAPHY SYSTEM -------------------
**/
:root {
  --font-display: "Klarna Text", sans-serif;
  --font-body: "Manrope", sans-serif;
  --title-color: #1c1d22;
  --copy-color: #53545c;
}

main,
section {
  font-family: var(--font-body);
}

/* Display titles */
.display-title,
.page-title,
#hero-section h1 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.display-hero,
.page-title {
  font-size: clamp(2.4rem, 6vw, 5rem);
  max-width: 15ch;
}

.display-banner {
  font-size: clamp(2.15rem, 3vw, 3.7rem);
  max-width: 18ch;
}

/* Section titles */
.section-title,
.page-subtitle,
#why-boonify h3,
#what-boonify-offers h2,
#testimonials h2,
#steps-to-gift h2 {
  font-family: var(--font-body);
  font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--title-color);
}

/* Panel/card titles */
.panel-title,
.bny-offer-card h3 {
  font-family: var(--font-body);
  font-size: clamp(1.3rem, 1rem + 0.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--title-color);
  text-wrap: balance;
}

/* Body copy */
.section-copy,
.page-text,
.why-choose-bny-card .card-body p {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 0.88rem + 0.18vw, 1.05rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--copy-color);
  text-wrap: pretty;
}

.bny-offer-card p,
.section-copy-small {
  font-family: var(--font-body);
  font-size: clamp(0.85rem, 0.8rem + 0.15vw, 0.95rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--copy-color);
}

.foot-links .nav-link,
#footer-links > .nav-link {
  font-family: var(--font-body);
  font-size: clamp(0.85rem, 0.8rem + 0.15vw, 0.95rem);
  font-weight: 500;
  line-height: 1.45;
}

.section-copy-xs {
  font-family: var(--font-body);
  font-size: clamp(0.7rem, 0.65rem + 0.1vw, 0.8rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--copy-color);
}

/* Interactive text */
.action-link,
.button-link,
.nav-link {
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 0.84rem + 0.16vw, 1rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

/* Legal pages */
.page-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  max-width: none;
  margin-bottom: 1rem;
}

.page-subtitle {
  color: var(--fc-heading-color, inherit);
  margin-bottom: 0.75rem;
}

h3.page-text,h4.page-text {
  color: var(--fc-heading-color, inherit);
}
.page-text {
  margin-bottom: 1rem;
  color: #000;
}

textarea.auto-resize{
  resize: none;
  min-height: 8rem;
  max-height: 20rem;
}
/**
------------------- UNIVERSAL TYPOGRAPHY SYSTEM ENDS -------------------
**/

.font-manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.text-magenta-25 {
  color: #52225e;
}

.fw-800 {
  font-weight: 800;
}

body > .page-wrapper {
  background-color: var(--bny-bg-color, #f0e0ed);
}

.bny-logo {
  height: 35px;
  width: auto;
}

.bny-store-btn {
  height: 40px;
}

.page-body {
  position: relative;
  height: 100vh;
  overflow-y: auto;
}

#hero-section {
  position: relative;
  width: 100%;
  /*height: 1000px;*/
  background-image: url(../end-img/hero-bg-gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.why-choose-bny-card {
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 40px;
  background: white;
  padding: 5px;
}

#why-boonify {
  padding: 2rem 0;
}

#why-boonify h3 {
  background: linear-gradient(270deg, #d591c9 1%, #b271b7 49%, #652c91 100%);
  -webkit-background-clip: text;
  color: transparent;
}

#what-boonify-offers h2 {
  background: linear-gradient(270deg, #652c91 0%, #b271b7 51%, #d591c9 100%);
  -webkit-background-clip: text;
  color: transparent;
}

#testimonials h2 {
  background: linear-gradient(270deg, #d591c9 0%, #b271b7 49%, #652c91 100%);
  color: transparent;
  -webkit-background-clip: text;
}

#steps-to-gift h2 {
  background: linear-gradient(270deg, #652c91 0%, #b271b7 51%, #d591c9 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.scroll-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.scroll-content {
  display: flex;
  gap: 15px;
  margin-left: 150px;
  will-change: transform;
}

.why-choose-bny-card .card-img-bottom {
  height: 300px;
  /*height: 220px;*/
  width: auto;
  object-fit: fill;
  margin-bottom: 8px;
}

#hero-section h1 {
  font-size: calc(1.625rem + 4.5vw);
}

.nav-link.active,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: rgba(102, 45, 145, 1);
  font-weight: 800;
}

.bny-logo-nav {
  height: 16px;
}

.get-app-icon {
  height: 16px;
}

.nav-link {
  border-bottom: 0 !important;
}

.welcome-boonify-text-container span {
  font-size: 50px;
  line-height: 1.5;
  /* overflow: hidden; */
  font-weight: 800;
  position: relative;
}

.welcome-boonify-text-container .heart {
  position: absolute;
  top: -100px;
  left: -80px;
  z-index: 2;
}

.welcome-boonify-text-container .thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  z-index: 2;
}

.welcome-boonify-text-container .arrow {
  position: absolute;
  bottom: -100px;
  transform: translateX(-70%);
  left: 65%;
  z-index: 2;
}

.welcome-boonify-text-container > span {
  display: block;
  opacity: 0.6;
  transform: translateY(20px);
  transition: all 0.5s ease-out;
  z-index: 1;
}

.welcome-boonify-text-container span:not(.active),
.welcome-boonify-text-container span:not(.active) svg > *,
.welcome-boonify-text-container span:not(.active) .text-primary {
  color: white !important;
  fill: white !important;
}

.welcome-boonify-text-container span.active {
  color: black;
  opacity: 1;
  transform: translateY(0);
}

.onscroll-show,
.onscroll-hide {
  transition: all ease-in-out 3s;
}

#waitlist-close-btn {
  background: none;
  outline: none;
  border: none;
  z-index: 99;
}
#waitlist-close-btn > svg {
  height: 36px;
  width: 36px;
}

@media screen and (max-width: 768px) {
  .offcanvas .nav-link.active,
  .offcanvas .navbar-nav .nav-link.active,
  .offcanvas .navbar-nav .show > .nav-link {
    color: white;
    font-weight: 700;
  }

  #waitlist-close-btn > svg {
    height: 24px;
    width: 24px;
  }
  .btn-bny-sign-me-up {
    font-size: 12px !important;
  }
  #why-boonify {
    padding-top: 10em;
  }
  .welcome-boonify-text-container {
    line-height: 3;
  }
  .welcome-boonify-text-container span:first-child span {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .welcome-boonify-text-container span:not(:first-child) {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .welcome-boonify-text-container .bny-icon svg {
    height: 30px;
    margin-right: 0.225rem;
  }

  .welcome-boonify-text-container .heart {
    top: -20px;
    left: -30px;
  }
  .welcome-boonify-text-container .thumb {
    top: 66.6666%;
    transform: translateY(-66.6666%);
    right: 0;
  }

  .welcome-boonify-text-container .arrow {
    position: absolute;
    bottom: -26%;
    transform: translateX(-50%);
    left: 50%;
  }
  .welcome-boonify-text-container .arrow svg {
    height: 80px;
  }

  .welcome-boonify-text-container .thumb svg {
    height: 80px;
  }
  .welcome-boonify-text-container .heart svg {
    height: 50px;
  }

  .onscroll-show,
  .onscroll-hide {
    transition: all ease-in-out 0.2s;
  }

  .onscroll-hide.d-none {
    --fc-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(102, 45, 145, 0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .onscroll-hide.d-none .bny-logo:first-child {
    display: none !important;
  }
  .onscroll-hide.d-none .bny-logo + .bny-logo {
    display: block !important;
  }
  .onscroll-hide.d-none {
    display: block !important;
    /*background-color: rgba(0, 0, 0, 0.1) !important;*/
    /*backdrop-filter: blur(8px); !* 4px *!*/
  }

  .onscroll-show {
    display: none !important;
  }

  #menu {
    /*background-image: url(../end-img/hero-bg-gradient.png);*/
    background-color: #662d91;
  }

  .offcanvas-body .nav-link {
    font-size: 24px;
  }

  nav + nav .nav-link {
    font-size: 8px;
  }

  #what-boonify-offers h2 {
    font-size: 50px;
  }

  .foot-links .nav-link {
    font-size: 12px !important;
    text-wrap: nowrap;
  }
  #footer-links > .nav-link {
    font-size: 10px !important;
    text-wrap: nowrap;
  }

  #waitlistModal .modal-body {
    padding-top: 10px;
  }

  #waitlistModal p {
    font-size: 6px;
    line-height: 1.2;
    color: #1e1e1e;
  }

  #waitlistModal button {
    font-size: 12px;
  }

  #waitlistModal .bny-logo {
    height: 25px !important;
    margin-bottom: 1rem;
  }

  #waitlistModal .phone-mockup {
    height: 300px;
  }

  #waitlistModal input::placeholder {
    opacity: 0.8;
  }

  #waitlistModal h2 {
    font-size: 14px;
  }

  #waitlistModal h3 {
    font-size: 12px;
    color: #662d91;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 420px) {
  .welcome-boonify-text-container span:first-child span {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .welcome-boonify-text-container span:not(:first-child) {
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .welcome-boonify-text-container .bny-icon svg {
    height: 25px;
    margin-right: 0.215rem;
  }
}

.bny-offer-card,
.steps-to-gift-card {
  cursor: pointer;
  transition: transform 1s ease-in-out;
  scale: 0.98;
}

.bny-offer-card:hover,
.steps-to-gift-card:hover {
  /*margin-bottom: 0.5rem;*/
  /*margin-left: -0.5rem;*/
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
  transform: scale(1.05) !important; /* Scale up on hover */
}

.bny-offer-card {
  --bny-ofc-color: #52225e;
}

.bny-offer-card h3 {
  color: var(--bny-ofc-color);
}

.bny-offer-card p {
  color: var(--bny-ofc-color);
}

#what-boonify-offers-cards-mb {
  position: relative !important;
  /*height: 400vh;*/
}

#what-boonify-offers-cards-mb .bny-offer-card {
  position: sticky;
  /*top: 10%;*/
  opacity: 1;
  transform: translateY(40px);
  transition: transform 0.5s ease-in-out;
}

#what-boonify-offers-cards-mb .bny-offer-card.visible {
  opacity: 1;
  transform: translateY(0);
}

#what-boonify-offers-cards-mb .bny-offer-card:not(.visible):nth-child(1) {
  transform: translateY(0);
  z-index: 1;
}

#what-boonify-offers-cards-mb .bny-offer-card:not(.visible):nth-child(3) {
  z-index: 2;
  transform: translateY(-300px);
}

#what-boonify-offers-cards-mb .bny-offer-card:not(.visible):nth-child(5) {
  z-index: 3;
  transform: translateY(-700px);
}

#what-boonify-offers-cards-mb .bny-offer-card:not(.visible):nth-child(7) {
  z-index: 4;
  transform: translateY(-1100px);
}

#what-boonify-offers-cards-mb .bny-offer-card:not(.visible):nth-child(9) {
  z-index: 5;
  transform: translateY(-1550px);
}

#what-boonify-offers-cards-mb .bny-offer-card:not(.visible):nth-child(11) {
  z-index: 5;
  transform: translateY(-1950px);
}

.spacer {
  height: 5px;
  display: none;
}

#waitlistModal p {
  font-size: 11px;
  color: #1e1e1e;
}

#waitlistModal button {
  font-size: 12px;
}

#waitlistModal .bny-logo {
  height: 40px;
  margin-bottom: 1rem;
}

#waitlistModal .phone-mockup {
  height: 400px;
}

#waitlistModal h3 {
  font-size: 14px;
  color: #662d91;
  margin-bottom: 12px;
}

.heart-float-element {
  top: -125px;
  scale: 0.6;
  left: 50%;
  transform: translateX(-70%) !important;
}

@media screen and (min-width: 768px) {
  .navbar-nav.foot-links {
    display: none;
  }

  .get-app-icon {
    height: 24px;
  }

  .bny-logo-nav {
    height: 36px;
  }

  .flower-floating-element {
    scale: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%) !important;
  }

  .heart-float-element {
    /*scale: 1;*/
    left: unset;
    right: -100px;
    transform: translateY(-50%) !important;
    top: 50%;
  }

  .why-choose-bny-card {
    flex: 0 0 calc(100% / 1.4); /* ~3.2 slides per view */
    max-width: calc(100% / 1.4);
  }

  .bny-store-btn {
    height: 56px;
  }

  #hero-section {
    background-size: 100%;
    background-position: center top;
  }

  #hero-section h1 {
    font-size: calc(1.475rem + 2.7vw);
  }

  .why-choose-bny-card .card-img-bottom {
    height: 420px;
  }

  #waitlistModal p {
    font-size: 11.5px;
    line-height: 14px;
    color: #1e1e1e;
  }

  #waitlistModal button {
    font-size: 12px;
  }

  #waitlistModal .phone-mockup {
    height: 500px;
  }

  #waitlistModal h2 {
    font-size: 18px;
  }

  #waitlistModal h3 {
    font-size: 14px;
    color: #662d91;
    margin-bottom: 12px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .bny-logo {
    height: 56px;
    width: auto;
  }

  .why-choose-bny-card {
    flex: 0 0 calc(100% / 3.3); /* ~3.2 slides per view */
    max-width: calc(100% / 3.3);
  }

  .why-choose-bny-card .card-img-bottom {
    height: 350px;
  }
}

@media screen and (min-width: 1200px) {
  #hero-section h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .why-choose-bny-card .card-img-bottom {
    height: 450px;
  }
}

#steps-to-gift {
  position: relative;
  overflow: hidden;
  /*background-image: url(../end-img/section-3.png);*/
  /*background-size: 100%;*/
  /*background-position: center top;*/
}

.btn {
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

.btn-primary {
  --fc-btn-color: #fff;
  --fc-btn-bg: #662d91;
  --fc-btn-border-color: #662d91;
  --fc-btn-hover-color: #fff;
  --fc-btn-hover-bg: #9a62aa;
  --fc-btn-hover-border-color: #9a62aa;
  --fc-btn-focus-shadow-rgb: 102, 45, 145;
  --fc-btn-active-color: #fff;
  --fc-btn-active-bg: #9a62aa;
  --fc-btn-active-border-color: #9a62aa;
  --fc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fc-btn-disabled-color: #fff;
  --fc-btn-disabled-bg: #662d91;
  --fc-btn-disabled-border-color: #662d91;
}

.btn-bny-secondary {
  --fc-btn-color: #fff;
  --fc-btn-bg: #ce97c4;
  --fc-btn-border-color: #000;
  --fc-btn-hover-color: #fff;
  --fc-btn-hover-bg: #662d91;
  --fc-btn-hover-border-color: #662d91;
  --fc-btn-focus-shadow-rgb: 154, 163, 167;
  --fc-btn-active-color: #fff;
  --fc-btn-active-bg: #662d91;
  --fc-btn-active-border-color: #662d91;
  --fc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fc-btn-disabled-color: #fff;
  --fc-btn-disabled-bg: #889397;
  --fc-btn-disabled-border-color: #889397;
}

#waitlist-form input:-webkit-autofill,
#waitlist-form input:-webkit-autofill:hover,
#waitlist-form input:-webkit-autofill:active,
#waitlist-form input:-webkit-autofill:focus {
  background-color: white !important;
  color: #555 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #555555 !important;
}

.steps-to-gift-card {
  aspect-ratio: 1;
}

.steps-to-gift-card > img {
  height: 100%;
  width: 100%;
}

.animate-curl-arrow {
  --animate-duration: 2s;
  --animate-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: animateCurlArrow;
  animation-name: animateCurlArrow;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@keyframes animateCurlArrow {
  0% {
    rotate: 15deg;
    margin-right: -15px;
  }
  to {
    rotate: 75deg;
    margin-right: 0;
  }
}

.animate-heart {
  --animate-duration: 1.5s;
  --animate-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: heart;
  animation-name: heart;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.animate-shake-x {
  scale: 1.35;
  --animate-duration: 1s;
  --animate-delay: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-delay: var(--animate-delay);
}

@keyframes headShake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes heart {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.35, 1.35, 1.35);
    transform: scale3d(1.35, 1.35, 1.35);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.size-6 {
  height: 24px;
  width: 24px;
}

#waitlistModal .btn-close {
}

.btn-social {
  --fc-btn-color: #11111;
  --fc-btn-border-color: #e8eaed;
  --fc-btn-hover-color: #1c1d22;
  --fc-btn-hover-bg: #f8f9fa;
  --fc-btn-hover-border-color: #f8f9fa;
  --fc-btn-focus-shadow-rgb: 248, 249, 250;
  --fc-btn-active-color: #1c1d22;
  --fc-btn-active-bg: #f8f9fa;
  --fc-btn-active-border-color: #f8f9fa;
  --fc-btn-active-shadow: inset 0 3px 5px rgba(28, 29, 34, 0.125);
  --fc-btn-disabled-color: #f8f9fa;
  --fc-btn-disabled-bg: transparent;
  --fc-btn-disabled-border-color: #f8f9fa;
  --fc-gradient: none;
  --fc-btn-padding-x: 0.75rem;
  --fc-btn-padding-y: 0.725rem;
}

.btn-social-secondary {
  --fc-btn-color: #fff;
  --fc-btn-border-color: #c2abd3;
  --fc-btn-hover-color: var(--fc-primary);
  --fc-btn-hover-bg: #c2abd3;
  --fc-btn-hover-border-color: #c2abd3;
  --fc-btn-focus-shadow-rgb: 248, 249, 250;
  --fc-btn-active-color: var(--fc-primary);
  --fc-btn-active-bg: #c2abd3;
  --fc-btn-active-border-color: #c2abd3;
  --fc-btn-active-shadow: inset 0 3px 5px rgba(28, 29, 34, 0.125);
  --fc-btn-disabled-color: #f8f9fa;
  --fc-btn-disabled-bg: transparent;
  --fc-btn-disabled-border-color: #f8f9fa;
  --fc-gradient: none;
  --fc-btn-padding-x: 0.75rem;
  --fc-btn-padding-y: 0.725rem;
}

.btn-social:has(svg) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.form-search-with-btn {
  display: flex;
  align-items: center;
  border: 1.65px solid #000;
  background: #ffffff;
  box-shadow:
    0px 4.96px 8.27px 0px #00000026,
    0px -3.31px 0px 1.65px #00000033 inset;
  border-radius: 50rem;
  padding: 0.215rem 0.35rem 0.215rem 1.05rem;
  /*width: 30vw;*/
  margin-bottom: 1.5rem;
}

.form-search-with-btn > .btn {
  box-shadow:
    0px 4.96px 8.27px 0px #00000033,
    0px -3.31px 0px 1.65px #12231e33 inset;

  --fc-btn-padding-y: 0.5rem;
  --fc-btn-padding-x: 1rem;
  --fc-btn-font-size: 1.25rem;
  --fc-btn-border-radius: var(--fc-border-radius-lg);
  font-size: clamp(18px, 5vw, 20px) !important;
}

.form-search-with-icon > input,
.form-search-with-btn > input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--fc-primary);
  appearance: none;
  background: transparent;
  background-clip: padding-box;
  border-radius: 12px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.social-btn-grid {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
.btn-scroll-top,
.btn-social-icon {
  --fc-btn-color: var(--fc-primary);
  --fc-btn-border-color: #c2abd3;
  --fc-btn-hover-color: var(--fc-primary);
  --fc-btn-hover-bg: none;
  --fc-btn-hover-border-color: #c2abd3;
  --fc-btn-active-color: var(--fc-primary);
  --fc-btn-active-bg: none;
  --fc-btn-active-border-color: #c2abd3;
  --fc-btn-active-shadow: inset 0 3px 5px rgba(28, 29, 34, 0.125);
  --fc-btn-disabled-color: grey;
  --fc-btn-disabled-bg: transparent;
  --fc-btn-disabled-border-color: grey;
  --fc-gradient: none;
  --fc-btn-padding-x: 0.75rem;
  --fc-btn-padding-y: 0.725rem;
  --fc-btn-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-social-icon {
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .form-search-with-btn {
    width: 100%;
  }

  .form-search-with-btn .btn {
    --fc-btn-padding-y: 0.15rem;
    --fc-btn-padding-x: 1.25rem;
    --fc-btn-font-size: 0.75rem;
    --fc-btn-border-radius: var(--fc-border-radius-lg);
    font-size: 16px !important;
  }
  .form-search-with-icon > input,
  .form-search-with-btn > input {
    padding: 0.5rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .social-btn-grid {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(6, 1fr);
    gap: 0.625rem;
  }
}

.scrollable-content-box {
  position: sticky !important;
  top: 0 !important;
  border: 1px solid var(--fc-primary);
  background-color: #f0e0ed;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
  border-radius: var(--fc-border-radius-2xl);
  padding-left: 1rem;
}

.scrollable-content-box::-webkit-scrollbar {
  width: 8px;
}

.scrollable-content-box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

.scrollable-content-box::-webkit-scrollbar-thumb {
  background-color: rgba(102, 45, 145, 0.3);
  border-radius: 4px;
}

.scrollable-content-box .scrollable-content-inner {
  overflow-y: auto;
  max-height: 600px;
  height: 100%;
  width: 100%;
  padding-right: 1rem;
  scrollbar-width: thin;
  direction: rtl;
  scrollbar-color: rgba(102, 45, 145, 0.3) rgba(255, 255, 255, 0.3);
}

.scrollable-content-box .scrollable-content-inner > * {
  direction: ltr;
}

#v-faqs-tab > button {
  display: flex;
  justify-content: space-between;
}

#v-faqs-tab > button:not(.active) {
  color: var(--fc-black);
  background-color: rgba(244, 245, 250, 0.5);
}

.bny-accordion {
  --fc-accordion-bg: transparent;
  --fc-accordion-border-radius: var(--fc-border-radius-xl);
  --fc-accordion-inner-border-radius: var(--fc-border-radius-xl);
  --fc-accordion-btn-padding-y: 1.5rem;
  --fc-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* Make accordion header look like a button */
.bny-accordion .accordion-button {
  background-color: #f8f9fa; /* default light bg */
  color: #212529;
  box-shadow: none !important;
  border: none !important;
  transition: all 0.2s ease-in-out;
  border-radius: var(--fc-accordion-inner-border-radius) !important;
}

/* On hover */
.bny-accordion .accordion-button:hover {
  background-color: #e9ecef;
}

/* Active (when opened) */
.bny-accordion .accordion-button:not(.collapsed) {
  background-color: var(--fc-primary);
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(var(--fc-primary-rgb), 0.25);
}

/* Remove border from accordion body for a cleaner look */
.bny-accordion .accordion-body {
  border: 1px solid #dee2e6;
  border-top: none;
  margin-top: 0.05rem;
  border-radius: 0 0 var(--fc-accordion-inner-border-radius)
    var(--fc-accordion-inner-border-radius);
  background-color: #fff;
  padding-top: 1.5rem;
}

.nav .nav-link.active,
.nav .nav-link.show {
  --fc-navbar-active-color: var(--fc-primary);
  color: var(--fc-navbar-active-color) !important;
  font-weight: 900 !important;
}

.button-prev,
.button-next {
  height: 40px;
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-prev > svg,
.button-next > svg {
  /*height: 16px;*/
  width: 16px;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline {
    text-decoration-line: underline !important;
  --bs-link-underline-opacity: 1;
  --bs-link-color-rgb: 102, 45, 145;
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* Animation setup */
.number {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  display: inline-block; /* Required for transform tracking */
}

/* State when the number changes */
.number.changing {
  transform: translateY(-15px);
  opacity: 0;
}