@font-face {
  font-family: neue-helvetica-l;
  /* font-weight: 500; */
  src: url("/assets/fonts/neuehelvetica.otf") format("opentype");
}
@font-face {
  font-family: roboto-thin;
  src: url("/assets/fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: neue-helvetica-l;
  src: url("/assets/fonts/neuehelvetica-lite.ttf");
}
@font-face {
  font-family: neue-helvetica-l;
  /* font-weight: 400; */
  src: url("/assets/fonts/FreeSans.otf");
}
::root {
  --primary-color-b: #3c2de9;
  --color-primary-b: #3c2de9;
  --color-primary-b-dark: #211884;
  --color-background-dark: #10069f;
  --color-secondary-o: #fe6d00;
  --color-secondary: #101d2c;
  --color-grey-light-1: #f9f7f6;
  --color-grey-light-2: #aaa;
  --color-grey-dark-1: #54483a;
  --color-grey-dark-2: #6d5d4b;
  --color-text-grey-1: #494949;
}

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

html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 675px) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 323px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Helvetica", "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3b3b3b;
  line-height: 1.6;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-image: linear-gradient(to right, #e8e5f8 0%, #f1effc 50%, #e8e5f8 100%);
  height: 100%;
  letter-spacing: 0.02rem;
}

.header {
  width: 100%;
  height: 56px;
  padding: 0 2.4rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1160px) {
  .header {
    padding: 0 0.8rem 0 0rem;
  }
}

.sticky .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.sticky .main-section {
  margin-top: 56px;
}

.header-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-nav__logo {
  height: 5.2rem;
  margin-left: 2.5rem;
}
.header-nav__name {
  font-size: 3.2rem;
  font-weight: 500;
  color: #3c2de9;
  margin-left: 1.5rem;
}

body.mbnav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.mbnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.mbnav__brand {
  align-self: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.8rem;
  cursor: pointer;
}
@media only screen and (max-width: 450px) {
  .mbnav__brand {
    column-gap: 0.2rem;
  }
}
.mbnav__brand:link, .mbnav__brand:visited {
  text-decoration: none;
}
.mbnav__brand-logo {
  height: 55px;
  width: auto;
}
.mbnav__brand-name {
  font-weight: bolder;
  color: #3c2de9;
  font-size: 23px;
  font-family: "Merienda One", sans-serif;
}
@media only screen and (max-width: 800px) {
  .mbnav__movable-box {
    position: absolute;
    top: 56px;
    right: 0;
    background: rgb(255, 255, 255);
    width: 100%;
    box-sizing: border-box;
    padding: 4.8rem 2.4rem;
    z-index: 3;
    height: calc(100vh - 56px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.5s ease-in;
  }
}
@media only screen and (max-width: 800px) {
  .mbnav-open .mbnav__movable-box {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0%);
    transition: all 0.5s ease-in;
  }
}
.mbnav__loggedin-box {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: rgb(159, 77, 182);
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .mbnav__loggedin-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-content: center;
  }
}
.mbnav__loggedin-box__profile {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 8px;
  background-color: #fff;
  padding: 0 24px;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .mbnav__loggedin-box__profile {
    justify-content: start;
    padding-left: 8px;
    column-gap: 16px;
  }
}
.mbnav__loggedin-box__profile-img {
  display: inline-block;
  height: 48px;
  width: 48px;
}
.mbnav__loggedin-box__profile-icon {
  font-size: 24px;
}
@media only screen and (max-width: 800px) {
  .mbnav__loggedin-box__profile-icon {
    font-size: 32px;
  }
}
.mbnav__loggedin-box__dropd-btn {
  background: none;
  border: none;
  outline: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgb(159, 77, 182); /* Adjust color */
  display: inline-block;
  margin: 0 16px; /* Adjust spacing */
}
@media only screen and (max-width: 800px) {
  .mbnav__loggedin-box__dropd-btn {
    margin: 0 16px 0 24px;
  }
}
.mbnav__loggedin-box__dropd-btn:focus, .mbnav__loggedin-box__dropd-btn:focus-visible {
  outline: none;
}
.mbnav__dropdown-box {
  position: relative;
}
.mbnav__dropdown-list {
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  background: #fff;
  padding: 24px 0px;
  width: 237px;
  box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.15); /* Removes top shadow */
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0rem;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  max-height: 0;
  overflow: scroll;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .mbnav__dropdown-list {
    width: 100%;
    position: relative;
    top: 0%;
    left: 50%;
    box-shadow: none;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 500px;
    padding: 28px 0px;
  }
}
.mbnav .mbnav__loggedin-box.dropdown-active .mbnav__dropdown-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: 350px;
}
@media only screen and (max-width: 800px) {
  .mbnav .mbnav__loggedin-box.dropdown-active .mbnav__dropdown-list {
    max-height: 500px;
  }
}
.mbnav .mbnav__loggedin-box.dropdown-active .mbnav__loggedin-box__dropd-btn {
  transform: rotate(180deg);
}
@media only screen and (max-width: 800px) {
  .mbnav .mbnav__loggedin-box.dropdown-active .mbnav__loggedin-box__dropd-btn {
    transform: rotate(0deg);
  }
}
.mbnav__dropdown-list--item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
}
@media only screen and (max-width: 800px) {
  .mbnav__dropdown-list--item {
    border-bottom: 1px solid #c1c2d5;
  }
}
.mbnav__dropdown-list--item i {
  color: #3c2de9;
  font-size: 16px;
}
.mbnav__dropdown-list--item .icon-home {
  font-size: 18px;
}
.mbnav__link-dropdown, .mbnav__link-dropdown:link, .mbnav__link-dropdown:visited {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #3c2de9;
  background-color: #fff;
  padding: 16px 24px;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 800px) {
  .mbnav__link-dropdown, .mbnav__link-dropdown:link, .mbnav__link-dropdown:visited {
    padding-left: 8px;
    font-size: 14px;
    padding: 28px 8px;
  }
}
.mbnav__link-dropdown:hover, .mbnav__link-dropdown:active {
  background-color: #e0e0e0;
}
.mbnav__dropdown-list__pm {
  color: #333;
}
.mbnav__list {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .mbnav__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    row-gap: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mbnav__list-item {
    width: 100%;
  }
}
.mbnav__link-cta:link, .mbnav__link-cta:visited {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #3c2de9;
  border: none;
  color: #fff;
  border-radius: 0.4rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
@media only screen and (max-width: 800px) {
  .mbnav__link-cta:link, .mbnav__link-cta:visited {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.mbnav__link-cta:hover, .mbnav__link-cta:active {
  background-color: #211884;
}
.mbnav__link-cta.mbnav__link-cta--secondary:link, .mbnav__link-cta.mbnav__link-cta--secondary:visited {
  display: inline-block;
  font-size: 1.2rem;
  background-color: #fff;
  color: #3c2de9;
  box-shadow: inset 0 0 0 1px #3c2de9;
}
@media only screen and (max-width: 800px) {
  .mbnav__link-cta.mbnav__link-cta--secondary:link, .mbnav__link-cta.mbnav__link-cta--secondary:visited {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.6rem;
  }
}
.mbnav__link-cta.mbnav__link-cta--secondary:hover, .mbnav__link-cta.mbnav__link-cta--secondary:active {
  background-color: #e0e0e0;
}
.mbnav__button {
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: none;
}
@media only screen and (max-width: 800px) {
  .mbnav__button {
    display: flex;
  }
}
.mbnav__button:focus, .mbnav__button:focus-visible {
  outline: none;
}
.mbnav__menu-outline {
  height: 30px;
  width: 30px;
}
.mbnav__menu-outline__line {
  width: 24px;
  height: 2px;
  background: rgb(125, 125, 125);
  transition: 0.3s;
}
.mbnav__menu-outline__l1 {
  margin-top: 6px;
}
.mbnav__menu-outline__l2 {
  margin-top: 6px;
}
.mbnav__menu-outline__l3 {
  margin-top: 6px;
}
.mbnav__close-outline {
  height: 30px;
  width: 30px;
  position: relative;
  display: none;
}
.mbnav__close-outline::before, .mbnav__close-outline::after {
  content: "";
  width: 22px;
  height: 2px;
  background: rgb(125, 125, 125);
  position: absolute;
  left: 6px;
  transform: translate(0, -100%);
}
.mbnav__close-outline::before {
  transform-origin: left bottom;
  top: 6px;
  transform: rotate(45deg);
}
.mbnav__close-outline::after {
  top: 22px;
  transform-origin: left top;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 800px) {
  .mbnav-open .mbnav__menu-outline {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .mbnav-open .mbnav__close-outline {
    display: block;
  }
}

.footer-section {
  padding: 9rem 0;
  background-color: #181818;
}
.footer-container {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 8fr 4fr 2fr 2fr;
  grid-template-rows: auto;
  justify-content: center;
  align-content: center;
  row-gap: 4.4rem;
  column-gap: 5.6rem;
}
@media only screen and (max-width: 1130px) {
  .footer-container {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (max-width: 600px) {
  .footer-container {
    column-gap: 1.6rem;
  }
}
@media only screen and (max-width: 1130px) {
  .footer-container {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (max-width: 450px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }
}
@media only screen and (max-width: 380px) {
  .footer-container {
    grid-template-columns: 2fr 1fr;
  }
}
.footer-h5 {
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(241, 241, 241);
}
.footer-compInfo {
  /* display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.4rem; */
}
@media only screen and (max-width: 1130px) {
  .footer-compInfo {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
@media only screen and (max-width: 450px) {
  .footer-compInfo {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
}
.footer-compInfo__logo {
  margin-left: 0rem;
}
.footer-compInfo__description {
  font-size: 1.6rem;
  font-weight: 300;
  color: rgb(170, 170, 170);
  line-height: 1.7;
  letter-spacing: 0.002rem;
}
@media only screen and (max-width: 450px) {
  .footer__nav--fus {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
.footer__nav__h5 {
  margin-bottom: 2.4rem;
}
.footer__nav--list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.4rem;
}
.footer__nav__follow-us {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.footer__nav__follow-us i {
  font-size: 2.4rem;
}
.footer__nav__follow-us--link:link, .footer__nav__follow-us--link:visited {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.footer__nav__follow-us--link:hover, .footer__nav__follow-us--link:active {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.footer__nav__link:link, .footer__nav__link:visited {
  text-decoration: none;
  background-color: rgb(40, 40, 40);
  border-radius: 0.6rem;
  color: rgb(200, 200, 200);
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .footer__nav__link:link, .footer__nav__link:visited {
    font-size: 1.4rem;
  }
}
.footer__nav__link:active, .footer__nav__link:hover {
  background-color: #fff;
  color: #3c2de9;
  transition: all 0.3s ease-in-out;
}
.footer__copyright {
  grid-column: 1/-1;
  justify-self: center;
  align-self: flex-start;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgb(100, 100, 100);
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .footer__copyright {
    grid-column: 1/-1;
    grid-row: 4/5;
  }
}

.whatsapp {
  color: #25d366;
}

.facebook {
  color: #3b5998;
}

.linkedin {
  color: #0a66c2;
}

.email {
  color: #bb001b;
}

.instagram {
  color: #bc2a8d;
}

.twitter {
  color: #1da1f2;
}

/* -----------------------------------------
    =CSS3 Loading animations
  -------------------------------------------- */
/* =Elements style
  ---------------------- */
.load-wrapp {
  border-radius: 5px;
  text-align: center;
  background-color: transparent;
}

.load-wrapp-wrapper .text-rep {
  font-size: 14px;
  display: block;
  padding: 10px;
}

.load-wrapp-wrapper {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
}

.load-wrapp p {
  padding: 0 0 20px;
}

.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #f29c3e;
}

.ring-1 {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 10px;
  border: 7px dashed #4b9cdb;
  border-radius: 100%;
}

.ring-2 {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border: 4px solid #4b9cdb;
  border-radius: 100%;
}

.ball-holder {
  position: absolute;
  width: 12px;
  height: 45px;
  left: 17px;
  top: 0px;
}

.ball {
  position: absolute;
  top: -11px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #4282b3;
}

.letter-holder {
  padding: 16px;
}

.letter {
  float: left;
  font-size: 14px;
  color: #777;
}

.square {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #4b9cdb;
}

.spinner {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.bubble-1,
.bubble-2 {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #4b9cdb;
}

.bubble-2 {
  top: auto;
  bottom: 0;
}

.bar {
  float: left;
  width: 15px;
  height: 6px;
  border-radius: 2px;
  background-color: #4b9cdb;
}

/* =Animate the stuff
  ------------------------ */
.load-1 .line:nth-last-child(1) {
  animation: loadingA 1.5s 1s infinite;
}

.load-1 .line:nth-last-child(2) {
  animation: loadingA 1.5s 0.5s infinite;
}

.load-1 .line:nth-last-child(3) {
  animation: loadingA 1.5s 0s infinite;
}

.load-2 .line:nth-last-child(1) {
  animation: loadingB 1.5s 1s infinite;
}

.load-2 .line:nth-last-child(2) {
  animation: loadingB 1.5s 0.5s infinite;
}

.load-2 .line:nth-last-child(3) {
  animation: loadingB 1.5s 0s infinite;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

.load-4 .ring-1 {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-5 .ball-holder {
  animation: loadingE 1.3s linear infinite;
}

.load-6 .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.l-1 {
  animation-delay: 0.48s;
}

.l-2 {
  animation-delay: 0.6s;
}

.l-3 {
  animation-delay: 0.72s;
}

.l-4 {
  animation-delay: 0.84s;
}

.l-5 {
  animation-delay: 0.96s;
}

.l-6 {
  animation-delay: 1.08s;
}

.l-7 {
  animation-delay: 1.2s;
}

.l-8 {
  animation-delay: 1.32s;
}

.l-9 {
  animation-delay: 1.44s;
}

.l-10 {
  animation-delay: 1.56s;
}

.load-7 .square {
  animation: loadingG 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-8 .line {
  animation: loadingH 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-9 .spinner {
  animation: loadingI 2s linear infinite;
}

.load-9 .bubble-1,
.load-9 .bubble-2 {
  animation: bounce 2s ease-in-out infinite;
}

.load-9 .bubble-2 {
  animation-delay: -1s;
}

.load-10 .bar {
  animation: loadingJ 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@keyframes loadingA {
  0% {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}
@keyframes loadingB {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
  }
  100% {
    width: 15px;
  }
}
@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadingE {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingG {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(70px, 0) rotate(360deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes loadingH {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
    padding: 4px;
  }
  100% {
    width: 15px;
  }
}
@keyframes loadingI {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loadingJ {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(80px, 0);
    background-color: #f5634a;
    width: 25px;
  }
}
.heading-h1,
.phase3-message {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.26px;
  color: #333;
}

.heading-h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
  background-image: linear-gradient(to right, rgb(51, 51, 51), rgba(51, 51, 51, 0.6));
  -webkit-background-clip: text; /* For Safari */
  background-clip: text;
  color: transparent; /* Make text transparent to show gradient */
}
.heading-h2--small {
  text-transform: uppercase;
  font-size: 2rem;
  color: #fe6d00;
  letter-spacing: 3px;
}

.heading-h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.26px;
  color: #000;
}
.heading-h3--white {
  color: #ffffff;
}
.heading-h3--black {
  color: #000000;
}
.heading-h3--small {
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: 3px;
}

h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}

h5 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #494949;
}

p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
}

.h3-subHeading {
  font-weight: 300;
  margin-bottom: 6.8rem;
  color: #3b3b3b;
}
.h3-subHeading__grey {
  color: #aaa;
}
.h3-subHeading__black {
  color: #000;
}

.mb--small {
  margin-bottom: 2.4rem;
}

.mb--verysmall {
  margin-bottom: 1.6rem;
}

.mb--vvsmall {
  margin-bottom: 0.8rem;
}

.mb--smallNeg {
  margin-bottom: -2.4rem;
}

.mt--small {
  margin-top: 2.4rem;
}

.container__center {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.ml--columnGap {
  margin-left: 2.4rem;
}

.stretch {
  transform: scale(1.5);
}

.hidden,
.d-none {
  display: none !important;
}

.hide {
  display: none !important;
}

.rlpage__signup-link:link, .rlpage__signup-link:visited {
  cursor: pointer;
  color: rgb(60, 45, 233);
  text-decoration-color: rgba(60, 45, 233, 0.8);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.rlForm__section {
  width: 100%;
  padding: 112px 0;
  background-image: linear-gradient(to right, #e8e5f8 0%, #f1effc 50%, #e8e5f8 100%);
}
@media only screen and (max-width: 600px) {
  .rlForm__section {
    padding: 84px 0;
  }
}
.rlForm__container {
  max-width: 56.5rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e4f7;
  box-shadow: 0 1rem 2rem rgba(60, 45, 233, 0.08);
  padding: 3.6rem 3.2rem;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  row-gap: 2.6rem;
}
@media only screen and (max-width: 500px) {
  .rlForm__container {
    max-width: 95%;
    padding: 3.6rem 0rem;
  }
}
.rlForm__h1 {
  text-align: center;
  margin-bottom: 0;
}
.rlForm__phase3-message {
  text-align: center;
  margin-bottom: 0;
}

.rlForm {
  max-width: 34rem;
  width: 95%;
  padding: 0.2rem 0.2rem;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(auto, 32rem);
  row-gap: 2.8rem;
  justify-content: center;
  align-content: start;
  justify-items: center;
}
.rlForm__input {
  width: 100%;
}
.rlForm__divider {
  display: grid;
  grid-template-columns: 4fr 2fr 4fr;
  grid-template-rows: min-content;
  justify-content: start;
  align-content: center;
  align-items: center;
  justify-items: center;
}
.rlForm__divider--hLine {
  width: 100%;
  height: 2px;
  background: rgba(60, 45, 233, 0.25);
  border: none;
}
.rlForm__divider p {
  margin-bottom: 0rem;
}
.rlForm p {
  line-height: 1;
}

.rlForm__verifyOTP__sermsg {
  width: 100%;
  margin-bottom: -1rem;
}

.mb-mtem {
  margin-bottom: -1rem;
}

.rlform-row-alignleft {
  justify-self: start;
}

.btn-login {
  width: 100%;
  height: 5.2rem;
  border: solid 1px #3c2de9;
  border-radius: 0.6rem;
  border: none;
  background: rgb(60, 45, 233);
  border: solid 1px #3c2de9;
}
.btn-login span {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

input[type=tel],
input[type=number],
input[type=text],
input[type=email] {
  width: 100%;
  height: 5.2rem;
  border: solid 1px #3c2de9;
  border-radius: 0.6rem;
  padding-left: 2.4rem;
  padding-right: 1.6rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  outline: none;
}
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.75);
}

.rlForm__row {
  position: relative;
  width: 100%;
}

.label-for-input {
  position: absolute;
  padding: 2px 4px;
  color: #333;
  color: #3c2de9;
  font-size: 1.2rem;
  font-weight: 400;
  background: transparent;
  left: 6%;
  top: 15px;
  opacity: 0; /* Use opacity to hide */
  visibility: hidden;
  transition: all 0.3s ease;
}

#label-for-tel {
  width: 121px;
}

#label-for__otp-in-register-form {
  width: 67px;
}

.label {
  margin-bottom: 0;
}

input:focus:not(:placeholder-shown) ~ .label-for-input,
input:not(:focus):not(:placeholder-shown) ~ .label-for-input {
  opacity: 1;
  visibility: visible;
  left: 5%;
  top: -10px;
  background: #fff;
  transition: all 0.3s ease;
}

.otp-sent-message-label {
  margin-top: -0.6rem; /* Move the entire row down by 26px */
  margin-bottom: -1.2rem; /* Effectively neutralize row height */
  display: flex;
  justify-content: start;
  align-items: center;
}

.otp-sent-message {
  color: #3c2de9;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 300;
}

.otp-sent-message-symbol {
  font-size: 1.2rem;
  margin-right: 0.8rem;
  color: #3c2de9;
}

#otp-in-register-form {
  letter-spacing: 4px;
}

#otp-in-register-form::placeholder {
  letter-spacing: normal;
}

.new-register-resent-otp {
  border: none;
  background: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3c2de9;
  text-decoration: underline;
}

label.error {
  font-size: 14px;
  color: #ffa2a2;
  line-height: 1.6;
  margin-bottom: 0rem;
}

label.success {
  font-size: 14px;
  color: #5acba1;
  line-height: 1.6;
  margin-bottom: 0rem;
}

.new-user-signUp {
  text-align: center;
  margin-top: 4.8rem;
}

.terms-clause {
  text-align: center;
  margin-top: 0rem;
}

/* Wrapper Container */
/* Google Button Container */
/* display: flex !important; */
/* align-items: center !important; */
/* justify-content: center !important; */
/* Target the role=button div inside Google's nested structure */
/* Ensure parent containers inherit full height */
/* Fix iframe positioning */
/* Hover states */
/* background-color: #f6fafe !important;
  border-color: #d2e3f7 !important; */
/* Focus states */
/* outline: 2px solid #1a73e8 !important;
  outline-offset: 2px !important; */
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 0px;
  height: 0px;
  visibility: hidden;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #666;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.8rem;
}
@media only screen and (max-width: 450px) {
  [type=radio]:checked + label,
  [type=radio]:not(:checked) + label {
    font-size: 14px;
  }
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  position: relative;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  box-sizing: border-box;
  content: "";
  width: 8px;
  height: 8px;
  background: #3c2de9;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease-in;
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.2s ease-in;
}

::placeholder {
  color: rgb(177, 177, 177) !important;
}

.apform-widget {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  column-gap: 1.6rem;
  row-gap: 0.8rem;
  align-content: center;
  justify-content: start;
  justify-items: start;
  align-items: center;
}
.apform-widget--fieldset {
  border: none; /* Removes the border */
  padding: 0; /* Removes default padding */
  margin: 0; /* Removes default margin */
  appearance: none; /* Ensures no default appearance */
}
.apform-widget__label-box {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-content: center;
  justify-items: start;
  align-items: center;
  row-gap: 0.2rem;
}
.apform-widget__label-box__one-liner {
  align-self: flex-start;
}
.apform-widget__label-box__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0;
  background-image: linear-gradient(to right, rgb(30, 30, 30) 0%, rgba(30, 30, 30, 0.9) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.apform-widget__input-box1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; /* Wraps the rdio buttons when the screen is too narrow */
  row-gap: 0.8rem; /* Adds space between the radio buttons */
  column-gap: 2.4rem;
}
.apform-widget__input-box2 {
  position: relative;
}

/* spinner */
/* Button layout container */
.btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Ensure text stays centered */
.btn-text {
  display: block;
}

/* spinner inside the button */
.rlpage-btn__loader {
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border: 4px solid #fe6d00;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spinBtnLoader 1s linear infinite;
  z-index: 11;
}

.rlpage-btn__loader--signUp {
   right: .6rem;
}

.rlpage-btn__loader--sendOTP {
  right: 5.9rem;
}

.rlpage-btn__loader--verifyOTP {
  right: 5.8rem;
}

.rlpage-btn__loader--resendOTP {
  right: -4.6rem;
}


/* Spin animation */
@keyframes spinBtnLoader {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.to-lower-case {
  text-transform: lowercase;
}
.faq-section {
  padding: 0 0 9rem 0;
}
.loginpage-faq-heading {
  color: rgb(159, 77, 182);
  text-align: center;
  margin-bottom: 1.6rem;
}

.faq-section__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

.faq-question-answer-pair {
  border-bottom: 1px solid #e0e0e0;
  border-bottom: 1px solid #e4def8;
  padding: 1rem 0;
}

.faq-question-box {
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 1.5rem; 
  font-weight: 500;
  line-height: 1.6; 

  cursor: pointer;
  background-color: #f9f9f9;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  position: relative;
}

.faq-question-box:hover {
  background-color: #f1f1f1;
}

.faq-bullet {
  margin-right: 0.75rem;
  color: #666;
  font-size: 1.8rem; /* Just slightly larger than text */
  flex-shrink: 0;
}

.faq-question-text {
  flex-grow: 1;
  color: #222;
  font-size: 1.5rem;
  line-height: 1.6;
}

.faq-toggle-icon {
  margin-left: 1rem;
  font-size: 1.4rem; /* Matches question text for balance */
  color: #555;
  transition: transform 0.3s ease;
}

.faq-question-box.active .faq-toggle-icon {
  transform: rotate(180deg);
}
.faq-toggle-icon.rotate {
  transform: rotate(180deg);
}
.faq-toggle-icon.open {
  transform: rotate(180deg);
}

.faq-answer-box {
  font-size: 1.4rem; /* Slightly smaller than question text */
  line-height: 1.7;
  color: #444;
  margin-top: 0.5rem;
  padding: 1rem 1.25rem 1rem 2.8rem; /* aligns with bullet and text */
  display: none;

  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-box.open {
  display: block;
  max-height: 500px; /* large enough for most answers */
}

.faq-answer-box p {
  margin: 0.5rem 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


