@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&family=Outfit:wght@100..900&display=swap");
:root {
  --Primary-25: #fcfaff;
  --Primary-50: #f9f5ff;
  --Primary-100: #f4ebff;
  --Primary-200: #e9d7fe;
  --Primary-300: #d6bbfb;
  --Primary-400: #b692f6;
  --Primary-500: #9e77ed;
  --Primary-600: #7f56d9;
  --Primary-700: #6941c6;
  --Primary-800: #53389e;
  --Primary-900: #43307d;
  --Primary-1000: #151437;
}

* {
  box-sizing: border-box;
}

.white-text {
  color: #fff !important;
}

:root {
  --Primary-25: #fcfaff;
  --Primary-50: #f9f5ff;
  --Primary-100: #f4ebff;
  --Primary-200: #e9d7fe;
  --Primary-300: #d6bbfb;
  --Primary-400: #b692f6;
  --Primary-500: #9e77ed;
  --Primary-600: #7f56d9;
  --Primary-700: #6941c6;
  --Primary-800: #53389e;
  --Primary-900: #43307d;
  --Primary-1000: #151437;
}

@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria-Bold.woff2") format("woff2"), url("../fonts/Alexandria-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria-ExtraBold.woff2") format("woff2"), url("../fonts/Alexandria-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Light.woff2") format("woff2"), url("../fonts/Aeonik-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Bold.woff2") format("woff2"), url("../fonts/Aeonik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert.woff2") format("woff2"), url("../fonts/Roobert.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Integral CF";
  src: url("../fonts/Fontspring-DEMO-integralcf-regular.woff2") format("woff2"), url("../fonts/Fontspring-DEMO-integralcf-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.mt-100 {
  margin-top: 100px;
}

.bullet-point-about {
  list-style: none;
  padding: 0;
  margin: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bullet-point-about li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 500;
  color: #475467;
  font-style: normal;
  line-height: 140%;
}
@media (max-width: 768px) {
  .bullet-point-about li {
    font-size: 16px;
  }
}
.bullet-point-about li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><rect width="22" height="22" rx="11" fill="%23F4EBFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.6717 6.77427L9.10834 13.1084L7.36667 11.2476C7.04584 10.9451 6.54167 10.9268 6.17501 11.1834C5.81751 11.4493 5.71667 11.9168 5.93667 12.2926L7.99917 15.6476C8.20084 15.9593 8.54917 16.1518 8.94334 16.1518C9.31917 16.1518 9.67667 15.9593 9.87834 15.6476C10.2083 15.2168 16.5058 7.70927 16.5058 7.70927C17.3308 6.86594 16.3317 6.12344 15.6717 6.76511V6.77427Z" fill="%237F56D9"/></svg>');
  background-size: cover;
}

@media (max-width: 1025px) {
  header .nav-list {
    gap: 12px;
  }
}
header .nav-list li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
header .nav-list li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif;
  transition: color 0.3s ease;
}
header .nav-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}
header .nav-list li a:hover::after {
  width: 100%;
}
header .mobile-nav li a {
  color: #000;
}
@media (max-width: 769px) {
  header .mobile-nav {
    text-align: center;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
header .sign-in {
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 20px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 130px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
header .sign-in:hover {
  background-color: #003643;
  border: 1px solid #003643;
}
header .scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}
header .scrolled .nav-list li a {
  color: #000 !important;
}
header .scrolled .nav-list li a::after {
  background-color: #000;
  transition: width 0.3s ease;
}
header .scrolled .sign-in {
  color: #000 !important;
}
header .scrolled .sign-in:hover {
  color: #fff !important;
}

.privacy-pages {
  background-color: #000;
}
.privacy-pages .desktop {
  background-color: #fff;
}
.privacy-pages .desktop ul li a {
  color: #000;
}
.privacy-pages .desktop .sign-in {
  color: #000;
  border: 1px solid #000;
}
.privacy-pages .desktop .sign-in:hover {
  color: #fff;
}

section.hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero .hero-wrapper {
  display: flex;
  justify-content: space-between;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .title h1 {
  color: #fff;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #fff;
  font-family: "Integral CF", sans-serif;
  font-size: 59px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.56px;
  text-transform: capitalize;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .title h1 span {
  color: #e2ff54;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .title span {
  display: inline-block;
  opacity: 0;
  animation: flicker 0.5s ease-in-out 1;
  animation-fill-mode: forwards;
  animation-delay: var(--delay);
}
@keyframes flicker {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
section.hero .hero-wrapper .heroLeft .leftWrapper p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  max-width: 530px;
  font-style: normal;
  font-weight: 400;
  color: #dcdcdc;
  margin-top: 12px;
  margin-bottom: 40px;
  line-height: 150%;
  text-transform: capitalize;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container {
  display: flex;
  gap: 70px;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  max-width: 179px;
  width: 100%;
  font-weight: 500;
  line-height: 150%;
  border: none;
  outline: none;
  height: 52px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .text {
  display: inline-block;
  color: inherit;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .arrow-circle {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: -35px;
  justify-content: center;
  background: white;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .arrow-circle svg {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn .arrow-circle:hover svg {
  transform: rotate(30deg);
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .btn:hover .arrow-container {
  transform: translateX(10px);
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .download-app {
  border-radius: 44px;
  background: #00b512;
  color: white;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .download-app:hover {
  background-color: #218838;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .learn-more {
  background-color: transparent;
  color: white;
  border: 0.8px solid #40af3e;
  border-radius: 44px;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .learn-more .arrow-circle {
  background-color: #28a745;
  color: white;
}
section.hero .hero-wrapper .heroLeft .leftWrapper .button-container .learn-more:hover {
  background-color: rgba(40, 167, 69, 0.1);
}
@media (max-width: 768px) {
  section.hero .hero-wrapper {
    flex-direction: column-reverse;
  }
  section.hero .hero-wrapper .heroRight {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  section.hero .hero-wrapper .heroLeft {
    display: flex;
    justify-content: center;
  }
  section.hero .hero-wrapper .heroLeft h1 {
    text-align: center;
    font-size: 40px !important;
  }
  section.hero .hero-wrapper .heroLeft p {
    text-align: center;
  }
  section.hero .hero-wrapper .heroLeft .button-container {
    gap: 10px !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

section.company-logo-wrap {
  background: #04684c;
  padding: 20px 0px;
}
section.company-logo-wrap .company-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.company-logo-wrap .company-logos img {
  max-width: 116px;
}
@media (max-width: 940px) {
  section.company-logo-wrap .company-logos img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  section.company-logo-wrap .company-logos {
    gap: 20px;
    justify-content: space-between;
  }
  section.company-logo-wrap .company-logos img {
    width: 100% !important;
    max-width: 116px;
    flex: 0 1 calc(33.33% - 10px);
  }
}
@media (max-width: 380px) {
  section.company-logo-wrap .company-logos {
    gap: 20px;
    justify-content: space-evenly;
  }
  section.company-logo-wrap .company-logos img {
    width: 100% !important;
    max-width: 116px;
    flex: 0 1 calc(33.33% - 10px);
  }
}

section.features-section {
  color: #212529;
  padding: 60px 0px;
}
@media (max-width: 480px) {
  section.features-section {
    text-align: center;
  }
  section.features-section h1 {
    font-size: 40px !important;
    margin: 20px 0px !important;
  }
  section.features-section .row {
    gap: 10px;
  }
  section.features-section .row .col-md-4 {
    height: 250px;
  }
  section.features-section .row .col-md-4 .feature-box {
    align-content: center;
  }
}
section.features-section .bg-img-wrap {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
section.features-section .badge {
  display: inline-flex;
  padding: 6px 16px 6px 12px;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  border: 1px solid #eaecf0;
  background: #f9fafb;
  color: #031b1d;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
section.features-section .badge .icon {
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.features-section .badge .icon svg {
  width: 14px;
  height: 14px;
}
section.features-section .badge .text {
  white-space: nowrap;
}
section.features-section h1 {
  color: #090909;
  font-family: "Integral CF", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 54px;
}
section.features-section .feature-box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  transition: transform 0.3s ease;
  height: 100%;
  cursor: pointer;
}
section.features-section .feature-box h4 {
  color: #011821;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.375%;
  letter-spacing: 0.542px;
  margin-top: 18px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  section.features-section .feature-box h4 {
    font-size: 28px;
  }
}
section.features-section .feature-box p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.542px;
}
section.features-section .feature-box:hover {
  transform: translateY(-5px);
}

section.feature-app-screen .feature-app-title h2 {
  font-family: "Integral CF", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 27px;
  color: #090909;
  line-height: 120%;
}
@media (max-width: 768px) {
  section.feature-app-screen .feature-app-title h2 {
    font-size: 40px;
  }
}
section.feature-app-screen p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #676666;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
section.feature-app-screen .listing li {
  padding-left: 0px !important;
  margin-bottom: 59px !important;
}
section.feature-app-screen .listing .arrow-wrap img {
  max-width: 80px;
}
@media (max-width: 768px) {
  section.feature-app-screen .listing .arrow-wrap img {
    max-width: 60px;
  }
}
section.feature-app-screen .listing .list-single {
  gap: 24px;
}
@media (max-width: 768px) {
  section.feature-app-screen .listing .list-single {
    align-content: center;
    align-items: center;
  }
}
section.feature-app-screen .listing h6 {
  font-size: 24px;
  font-style: normal;
  color: #2e2e2e;
  font-weight: 700;
  line-height: 32px;
}

section.smart-story {
  padding: 150px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 580px) {
  section.smart-story {
    text-align: center;
    background-repeat: repeat;
  }
}
section.smart-story h1 {
  color: #fff;
  font-family: "Integral CF", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}
section.smart-story h2 {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  max-width: 730px;
}

section.appScreen {
  background: url("/assets/images/app-screen-bg.jpg") lightgray 50%/cover no-repeat;
}
section.appScreen .app-screen-title h2 {
  color: #fff;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway" sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

section.contact-container .form-wrapper {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  section.contact-container .form-wrapper {
    flex-direction: column;
  }
}
section.contact-container .form-wrapper .text-section {
  padding: 2rem;
}
@media (max-width: 768px) {
  section.contact-container .form-wrapper .text-section {
    padding-bottom: 0px;
  }
}
section.contact-container .form-wrapper .text-section h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  font-family: "Integral CF", sans-serif;
}
@media (max-width: 768px) {
  section.contact-container .form-wrapper .text-section h2 {
    font-size: 28px;
  }
}
section.contact-container .form-wrapper .text-section p {
  color: #efefef;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.258px;
}
section.contact-container .form-wrapper .form-section {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contact-container .form-wrapper .form-section form {
  width: 100%;
}
section.contact-container .form-wrapper .form-section form label {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  line-height: 25px;
  margin-bottom: 10px;
}
section.contact-container .form-wrapper .form-section form .form-control {
  background: #ffffff;
  border: none;
  border-radius: 8px;
  background: rgba(244, 255, 248, 0.94);
  margin-bottom: 1rem;
}
section.contact-container .form-wrapper .form-section form .form-control:focus {
  outline: none;
  box-shadow: 0 0 5px #4caf50;
}
section.contact-container .form-wrapper .form-section form .btn-success {
  border-radius: 8px;
  background: #00b512;
  border: none;
  margin-top: 44px;
  padding: 0.75rem;
  width: 100%;
  transition: background 0.3s;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15px;
}
section.contact-container .form-wrapper .form-section form .btn-success:hover {
  background-color: #45a049;
}

.faq-section {
  margin: 0 auto;
  color: #333;
  display: flex;
  padding: 90px 0px;
}
.faq-section .faq-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .faq-section .faq-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
.faq-section .faq-left h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  font-family: "Inter";
  color: #6941c6;
  margin-bottom: 14px;
  line-height: 24px;
}
.faq-section .faq-left h1 {
  color: var(--Gray-900, #101828);
  font-family: "Integral CF", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  .faq-section .faq-left h1 {
    font-size: 40px;
  }
}
.faq-section .faq-left p {
  color: var(--Gray-500, #667085);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  margin-top: 20px;
  font-weight: 400;
  line-height: 28px;
}
.faq-section .faq-left p a {
  color: var(--Gray-500, #667085);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}
.faq-section .faq-right {
  margin-top: 20px;
}
.faq-section .faq-right .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
}
.faq-section .faq-right .faq-item .faq-question h3 {
  color: var(--Gray-900, #101828);
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 768px) {
  .faq-section .faq-right .faq-item .faq-question h3 {
    font-size: 18px;
  }
}
.faq-section .faq-right .faq-item .faq-question .toggle-icon {
  font-size: 18px;
  font-weight: bold;
  color: #888;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #667085;
}
.faq-section .faq-right .faq-item .faq-question .toggle-icon span {
  display: inline-block;
  line-height: 1;
  margin-bottom: 1px;
}
.faq-section .faq-right .faq-item .faq-answer {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease, padding 0.3s ease;
  line-height: 1.6;
  padding: 0 0;
  color: var(--Gray-500, #667085);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq-section .faq-right .faq-item.open .faq-answer {
  height: auto;
}
.faq-section .faq-right .faq-item.open .faq-question .toggle-icon {
  content: "−";
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 0px !important;
  border: 2px solid #667085;
}

footer {
  padding: 120px 0px;
  padding-bottom: 60px;
}
footer .logo-upgrade {
  width: 100%;
  text-align: center;
}
footer .logo-upgrade img {
  max-width: 270px;
}
footer .download-apple-android {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
}
footer .download-apple-android img {
  max-width: 135px;
}
footer .footer-links {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
}
footer .footer-links ul {
  display: flex;
  gap: 48px;
}
@media (max-width: 768px) {
  footer .footer-links ul {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer-links ul li {
  list-style: none;
  color: #646161;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .social-media {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  footer .social-media {
    margin-top: 10px;
  }
}
footer .social-media img {
  max-width: 32px;
}
footer .bottom-texts {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin-top: 30px;
}
footer .bottom-texts .feedback {
  margin-bottom: 10px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
footer .bottom-texts .feedback a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .bottom-texts .feedback a:hover {
  text-decoration: underline;
}
footer .bottom-texts .links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer .bottom-texts .links a {
  text-decoration: none;
  color: #646060;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
footer .bottom-texts .links a:hover {
  text-decoration: underline;
}
footer .bottom-texts .links hr {
  border: none;
  border-left: 2px solid #646060;
  height: 16px;
  margin: 0;
}
footer .bottom-texts .copyright {
  font-size: 12px;
  color: #6c757d;
  margin-top: 10px;
}

.android-img-hero {
  max-width: 200px;
}

.logo img {
  max-width: 155px;
}

@media (max-width: 768px) {
  .title-area {
    text-align: start !important;
  }
}

.privacy .text-center {
  text-align: center;
}
.privacy h2,
.privacy h1 {
  color: #011821;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 119.375%;
  letter-spacing: 0.542px;
  margin-top: 18px;
  margin-bottom: 15px;
}
.privacy h1 {
  font-size: 32px;
}
.privacy p {
  margin-bottom: 0px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.542px;
}

/*# sourceMappingURL=main.css.map */
