body {
  /* font-family: Arial, sans-serif; */
  background-color: #f1f1f1;
}
/* .container {
      max-width: 800px;
      margin: auto;
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    } */
h1,
h2,
h3 {
  color: #007bff;
}

@font-face {
  font-family: poppins-bold;
  src: url(../assets/fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: poppins-medium;
  src: url(../assets/fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: poppins-regular;
  src: url(../assets/fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: grapenuts;
  src: url(../assets/fonts/GrapeNuts-Regular.ttf);
}
.ga-ap {
  font-family: grapenuts;
}
.poppins-bold {
  font-family: Poppins-Bold;
}
.poppins-medium {
  font-family: poppins-medium;
}
.poppins-regular {
  font-family: poppins-regular;
}

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 30px;
}

.fs-48 {
  font-size: 48px;
}

.bg-main {
  background-color: #669999;
}

.container-primary-bg {
  background-color: #7bb5b5;
}

.container-secondary-bg {
  background-color: #d9e7e7;
}

.lh-59 {
  line-height: 59px;
}

.lh-26 {
  line-height: 26px;
}
.menus {
  background-color: transparent;
  border: 1px solid #669999;
  border-radius: 8px;
  width: 99px;
  text-align: center;
}

.menus-filled {
  background-color: #669999;
  border: 1px solid #669999;
  border-radius: 8px;
  width: auto;
  text-align: center;
}

.menus-container {
  gap: 15px;
}

@media (max-width: 991.98px) {
  .menus-container .nav-item {
    width: 100%;
    margin-top: 20px;
    /* margin-bottom: 10px; */
  }
}

.header {
  color: #242121;
  line-height: 27px;
}

.span-text {
  color: #336666;
}

.home-section-container {
  padding: 120px 0px 150px 80px;
  @media (max-width: 576px) {
    padding: 70px 30px 10px 30px;
  }
}

.text-with-playstore-btn {
  padding: 50px 0px 50px 0px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  @media (max-width: 576px) {
    text-align: center;
    padding: 30px 10px 0px 10px;
  }
}

.home-header-text {
  line-height: 59px;
  @media (max-width: 576px) {
    font-size: 40px;
    line-height: 45px;
    /* padding-bottom: 10px; */
    /* padding: 0px 30px 10px 30px; */
  }
  @media (max-width: 380px) {
    font-size: 35px;
    line-height: 35px;
    /* padding-bottom: 10px; */
    /* padding: 0px 30px 10px 30px; */
  }
}
.home-sub-header-text {
  color: #121212;
  line-height: 27px;
  @media (max-width: 576px) {
    /* font-size: 15px; */
    /* line-height: 25px; */
    /* padding-bottom: 10px; */
    /* padding: 0px 30px 10px 30px; */
  }
}

.dashboard-sub-header-text {
  padding: 0px 30px 0px 30px;

  @media (max-width: 576px) {
    padding: 0px;
  }
}

.bills-header-text {
  line-height: 59px;
  color: #0a0a0a;
  padding-top: 10px;
  @media (max-width: 576px) {
    padding: 10px;
    font-size: 40px;
    line-height: 45px;
  }
}
.bills-sub-header-text {
  line-height: 26px;
  color: #000000;
}

.mobile-section {
  /* #010E0E */
  background: #010e0e;
  padding-top: 56px;
  @media (max-width: 991px) {
    padding: 0px 0px 0px 0px;

    /* padding-top: 116px; */
  }

  @media (max-width: 576px) {
    padding: 0px 30px 10px 30px;
  }
}

.text-store-btn {
  padding: 136px 120px 30px 0px;
  gap: 20px;
  flex-direction: column;

  @media (max-width: 991px) {
    padding: 60px 0px 60px 0px;
  }
}

.mobile-section-sub-header-text {
  /* padding: 0px 50px 0px 0px; */
  @media (max-width: 576px) {
    padding: 10px;
  }
}

.benefit-header-text {
  @media (max-width: 576px) {
    font-size: 40px;
    line-height: 45px;
  }
}

.mobile-section-header-text {
  line-height: 50px;
  @media (max-width: 576px) {
    font-size: 40px;
    /* line-height: 30px; */
    padding-bottom: 10px;
  }
}
.bill-header-text {
  color: #1b1b1b;
  line-height: 59px;
  padding-top: 138px;

  @media (max-width: 576px) {
    padding-top: 20px;
    font-size: 40px;
    line-height: 45px;
  }
}
.bill-sub-header-text {
  line-height: 26px;
  color: #1b1b1b;
}

.benefit-section {
  padding: 104px 204px 104px 204px;
  /* background-color: red; */
  text-align: center;
  background-color: #f1f1f1;
  @media (max-width: 576px) {
    padding: 30px 30px 30px 30px;
  }
}

.benefit-sub-header-text {
  padding: 0px 80px 0px 80px;
  @media (max-width: 768px) {
    padding: 0px;
  }
}

/* .benefit-toggle-btn-container {
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px;
}

.toggle-btn {
  background-color: #eaeaea;
  padding: 10px 21px 10px 21px;
  border-radius: 11px;
  color: #949494;
  cursor: pointer;
}

@media (max-width: 576px) {
  .toggle-btn {
    width: 50%;
  }
}

.active-toggle-btn {
  background-color: #669999;
  color: #ffffff;
} */

.benefit-toggle-btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.toggle-btn {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 11px;
  background-color: #eaeaea;
  color: #949494;
  align-self: center;
  align-content: center;
  margin-right: 10px;
  @media (max-width: 576px) {
    font-size: 16px;
  }
}

.active-toggle-btn {
  background-color: #669999;
  color: white;
}

.box {
  background-color: #e9e9e9b8;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  gap: 12px;
  align-items: center;
  justify-content: center;

  @media (max-width: 576px) {
    padding: 20px;
    text-align: center;
  }
}

.bills-section {
  padding: 95px 0px 95px 0px;
  @media (max-width: 576px) {
    padding: 25px 10px 25px 10px;
  }
}
.biller-box {
  background-color: #e9e9e9b8;
  border-radius: 14px;
  /* padding: 20px; */
  padding: 22px 94px 22px 24px;
  margin-bottom: 20px;
  text-align: left;
  gap: 12px;
  align-items: center;
  justify-content: left;

  @media (max-width: 576px) {
    padding: 20px;
  }
}

.box img {
  width: 33px;
  height: 20px;
}

.get-started-btn {
  background-color: #669999;
  /* padding: 12px 74px 12px 74px; */
  border-radius: 9px;
  color: #ffffff;
  height: 61px;
  width: 258px;
  align-content: center;
}

.innovative-section {
  background-color: #010e0e;
  padding: 174px 0px 174px 0px;

  @media (max-width: 576px) {
    padding: 10px 10px 10px 10px;
  }
}

.innovative-container {
  padding: 50px 0px 50px 0px;

  @media (max-width: 576px) {
    padding: 50px 20px 50px 20px;
  }
}

/* style="padding: 50px 0px 50px 0px;" */

.bottom-fixed-img {
  max-width: 100%; /* Ensure the image does not exceed its container's width */
  height: auto; /* Maintain aspect ratio */
  /* z-index: -1;  */
}

/* style="flex-direction: column; gap: 15px; padding-right: 190px;" */

.innovative-box-off {
  flex-direction: column;
  gap: 15px;
  padding-right: 190px;
  @media (max-width: 576px) {
    padding-right: 0px;
    text-align: center;
  }
}

.innovative-box {
  border: 1px solid #ffffff69; /* Border color */
  border-radius: 14px;
  padding: 30px 95px 30px 95px;
  margin-bottom: 20px;
  background-color: #000000b8;
  color: #ffffff;
  text-align: center;
  align-content: center;

  @media (max-width: 576px) {
    padding: 10px 10px 10px 10px;
    text-align: center;
  }
}

.innovative-row-container {
  justify-content: center;
  padding: 174px 265px 174px 264px;
  gap: 43px;
  @media (max-width: 576px) {
    padding: 0px;
  }
}

.innovative-header-text {
  justify-content: center;
  display: flex;
  @media (max-width: 576px) {
    line-height: 55px;
  }
}

.innovative-box img {
  max-width: 100%; /* Ensure image does not exceed box width */
  height: auto; /* Maintain aspect ratio */
  margin-bottom: 10px;
}

.dashboard-section {
  background-color: #f1f1f1;
  color: #161616;
}

.dashboard-header-text {
  padding: 0px 150px 0px 150px;
  text-align: center;
  @media (max-width: 576px) {
    font-size: 33px;
    line-height: 40px;
    padding: 0px 0px 0px 0px;
  }
}

.box {
  background-color: #e9e9e9b8;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  gap: 12px;
  align-items: center;
  justify-content: center;

  @media (max-width: 576px) {
    padding: 20px;
    text-align: center;
  }
}

.stands-out-box {
  border-radius: 14px;
  /* padding: 20px; */
  padding: 22px 24px 22px 24px;
  margin-bottom: 20px;
  background-color: #000000b8;
  border: 1px solid #ffffff69;
  text-align: center;
  gap: 12px;
  align-items: center;
  justify-content: center;

  @media (max-width: 576px) {
    padding: 20px;
    text-align: center;
  }
}

.stands-out-box img {
  max-width: 100%; /* Ensure image does not exceed box width */
  height: auto; /* Maintain aspect ratio */
  margin-bottom: 10px; /* Space between image and text */
}

.standout-section {
  padding: 68px 0px 68px 0px;
}

.stands-out-header-text {
  padding-bottom: 43px;
  @media (max-width: 576px) {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 576px) {
  .bottom-fixed-img {
    display: none;
  }
}

/* @media (max-width: 576px) {
  .justify-content-sm-start {
    justify-content: center !important;
  }
} */

.home-section-container {
  overflow: hidden; /* Ensure elements outside container are hidden during animation */
}

.text-with-playstore-btn,
.dashboard-with-history-img {
  opacity: 0; /* Start with elements hidden */
  animation-duration: 1s; /* Duration of animation */
  animation-fill-mode: forwards; /* Retain styles at the end of animation */
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.text-with-playstore-btn {
  animation-name: slideInFromLeft;
}

.dashboard-with-history-img {
  animation-name: slideInFromRight;
}

/* typing animation */

.phone-image {
  position: relative; /* Ensure relative positioning for absolute positioning of child */
  overflow: hidden; /* Hide any overflow */
}

.phone-image-inner {
  position: absolute;
  bottom: 0; /* Align the image to the bottom of the parent div */
  left: 0; /* Align the image to the left side */
  width: 100%; /* Ensure the image spans the entire width of the parent div */
  height: auto; /* Maintain aspect ratio */
}
