@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background: #f4f4f4;
}

:root {
  --light-color: #ffffff;
  --dark-color: #1c1c1c;
  --light-gray: #f4f4f4;
  --background-1: #f3e2a6;
  --primary-color: #f3e2a6;
  --title-gradient-text: linear-gradient(270deg, #fff4cf, #f3e2a6);
  /* --title-gradient-text: linear-gradient(90deg, #1c1c1c 0%, #b57edc 100%); */
  --primary-gradient-btn: linear-gradient(270deg, #fff4cf, #f3e2a6);
  --dark-gradient-btn: linear-gradient(270deg, #fff4cf, #f3e2a6);
}

.normal-text {
  font-size: 16px;
  font-weight: 600;
}

.medium-text {
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb-item a {
  font-size: 14px;
  font-weight: 600;
  color: #e8c64d;
}

.breadcrumb-item.active {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 25px;
}

.small-text {
  font-size: 12px;
  font-weight: 600;
}

.terms-section {
  padding: 80px 0;
}

.terms-section p {
  margin-bottom: 5px;
}

.terms-title {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.terms-list ul li {
  font-size: 14px;
}

.navbar {
  background: #ffffff;
  position: fixed;
  top: 10px;
  width: 86%;
  left: 7%;
  right: 7%;
  padding: 16px;
  border-radius: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0px 0px 8px 0px rgb(232, 198, 77, 0.15);
}

.brand-logo img {
  width: 120px;
  height: auto;
  object-fit: cover;
}

.dark-gradient-btn {
  all: unset;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  background: var(--dark-gradient-btn);
  color: var(--dark-color);
  border: none;
  cursor: pointer;
}

.home-link {
  all: unset;
  padding: 6px 12px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(270deg, rgb(255, 244, 207, 0.5), rgb(243, 226, 166, 0.5));
  color: var(--dark-color);
  border: none;
  cursor: pointer;
}

.home-link .name {
  width: 50px;
  text-align: left;
}

.primary-btn {
  all: unset;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  background: #e8c64d;
  color: var(--dark-color);
  border: none;
  cursor: pointer;
}

.hero-section {
  margin-top: 60px;
  padding: 80px 0;
}

.hero-section p {
  margin-bottom: 0;
}

.top-small {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-color);
}

.hero-intro {
  margin: 50px 0;
}

.hero-banner {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-banner img {
  position: absolute;
  top: -30px;
  max-width: 273px;
  min-width: 205px;
}

.hero-section-title {
  font-size: 56px;
  font-weight: 800;
  color: #000000;
  margin: 0 0;
  margin-bottom: 10px;
}

.name {
  font-weight: 600;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  position: relative;
}

/* Smooth slide-in animation */
.name.slide {
  transform: translateY(-10px);
  opacity: 0;
}

.impressive-hero {
  margin-top: 45px;
  padding: 35px 30px;
  background: linear-gradient(270deg, #ead27c, rgba(243, 226, 166, 0.03));
  border-radius: 16px;
  color: #000000;
}

.impressive-hero-content .hero-sub-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin: 0;
}

.impressive-hero-content h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.impressive-hero-content button {
  padding: 9px 27px;
}

.impressive-hero-download {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.impressive-hero-download span {
  font-size: 14px;
  font-weight: 600;
}

.impressive-hero-download div {
  margin-top: 5px;
}

.download-app {
  all: unset;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background: var(--light-color);
  color: var(--dark-color);
  border: none;
  cursor: pointer;
  border: 2px solid var(--primary-color);
  transition: all 0.6s ease-in-out;
}

.section-intro {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  color: #000000;
  text-align: center;
}

.section-intro p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 12px;
}

.working-section,
.biosite-revel-section {
  padding: 80px 0;
}

.working-section-container {
  background: var(--light-color);
  border-radius: 12px;
  padding: 40px;
}

.features-section {
  padding: 80px 0;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 80px;
}

.feature-card {
  background: #ffffff;
  padding: 16px;
  height: 390px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000000;
}

.feature-card-icon {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000000;
}

.feature-card-icon i {
  font-size: 36px;
}

.feature-card:hover {
  background: linear-gradient(270deg, #fff4cf, #f3e2a6);
  color: #000;
}

.feature-card:hover .feature-card-icon i {
  color: #e8c64d;
}

.feature-card:hover .feature-card-icon {
  color: #f3e2a6;
}

.features-container .feature-card:nth-child(even) {
  margin-top: 70px;
}

.feature-card h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}

.feature-card p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.biosite-revel-section-container {
  position: relative;
  height: 200vh;
}

.sticky-wrapper {
  position: sticky;
  top: 80px;
  height: 87vh;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  padding: 50px;
}

.phones-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 1s ease;
}

.f2-phone {
  width: 205px;
  height: 420px;
  background: transparent;
  overflow: hidden;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); */
  transition: transform 1s ease, opacity 1s ease, z-index 0.5s ease;
}

.f2-phone img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.phone-right {
  transform: rotate(4deg);
  margin-left: -12px;
  margin-top: 14px;
}

.phone-left {
  transform: rotate(-4deg);
  margin-right: -12px;
  margin-top: 14px;
}

.phone-middle {
  z-index: 10;
  transform: scale(1.1);
}

.hide-left {
  transform: translateX(-100%) translateZ(-100px) scale(0.7);
  opacity: 0;
}

.hide-right {
  transform: translateX(100%) translateZ(-100px) scale(0.7);
  opacity: 0;
}

/* Text container (same space for both) */
.text-container {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.phone-wrapper-content,
.bio-content {
  width: 100%;
  transition: opacity 1s ease;
}

.phone-wrapper-content h4,
.bio-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

.phone-wrapper-content p,
.bio-content p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.bio-hidden {
  display: none !important;
}

.btn-group-vertical {
  margin-top: 15px;
  row-gap: 0.8rem;
  column-gap: 1.5rem;
}

.frameNaction {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 80px;
}

.btn-group-vertical button {
  all: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  background: var(--light-gray);
  font-weight: 600;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  width: 290px;
  gap: 0.6rem;
}

.btn-group-vertical button p {
  display: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.btn-group-vertical button.active {
  background: linear-gradient(270deg, #fff4cf, #f3e2a6);
  color: #000000;
}

.btn-group-vertical button.active p {
  display: block;
}

/* Progress bar inside button */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: #e8c64d;
  transition: width linear;
}

.phone-mockup {
  width: 260px;
  height: 545px;
  position: relative;
  overflow: hidden;
}

.its-working-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 48px;
  overflow: hidden;
  padding: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.its-working-screen img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* border-radius: 48px; */
}

.userBen-section {
  padding: 80px 8%;
}

.swiper {
  width: 100%;
  padding: 15px 0;
}

.swiper-wrapper {
  padding-top: 10px;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--light-color);
  color: var(--background-1);
  border-radius: 8px;
  padding: 3px;
  gap: 1rem;
  height: 488px;
  box-shadow: 0px 0px 6px 1px rgb(243, 226, 166, 0.2);
}

.swiper-slide {
  height: auto;
}

.swiper-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--light-color);
}

.slider_txt p {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  padding: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  color: #000000;
}

.slider_txt div {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
}

.controls {
  display: flex;
  justify-content: end;
  margin-top: 25px;
  gap: 0.5rem;
}

.controls div {
  width: 35px;
  height: 35px;
  font-size: 16px;
  vertical-align: middle;
  color: #000000;
  background: var(--dark-gradient-btn);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .swiper-slide {
    height: auto;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .swiper-slide {
    height: auto;
    font-size: 14px;
  }
}

.footer-section {
  padding: 80px 0 0 0;
}

.footer-section-container {
  background: var(--light-color);
  padding: 30px 20px;
  border-radius: 8px;
}

.footer-section-container p {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-color);
  line-height: 25px;
}

.footer-sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #e8c64d;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0px;
}

.brand-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand-social a {
  text-decoration: none;
}

.brand-social a i {
  font-size: 20px;
  font-size: 16px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: var(--dark-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-social a:hover i {
  background: var(--dark-color);
  color: var(--light-color);
}

.footer-logo img {
  width: 25%;
  height: auto;
  padding: 20px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li a {
  text-decoration: none;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
}

.footer-copyright {
  margin-top: 25px;
  padding: 12px 0;
  text-align: center;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
}

.footer-copyright a {
  color: #000000;
  font-weight: 700;
}

.contact-container {
  margin-top: 30px;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 1px rgb(47, 79, 79, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
}

.contact-us-details {
  padding: 40px 40px 120px 40px;
  border-radius: 8px;
  background: #f3e2a6;
}

.contact-us-details h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.contact-us-details p,
.contact-us-details span,
.contact-us-details a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.contact-us-form {
  padding: 0 40px;
}

.contact-us-form label {
  font-size: 14px;
  font-weight: 600;
  color: rgb(47, 79, 79, 0.45);
}

.contact-us-form .error {
  color: red;
  font-size: 12px;
}

.contact-us-form .form-control {
  border: none;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  border-bottom: 2px solid rgb(47, 79, 79, 0.25);
  min-width: 360px;
}

.contact-us-form .form-control::placeholder {
  color: rgb(47, 79, 79, 0.35);
}

.contact-us-form .form-control:focus {
  box-shadow: none;
  border-color: rgb(47, 79, 79, 0.75);
}

.pricing_section_container {
  padding-top: 80px;
  padding-bottom: 20px;
}

.dis-grid {
  display: grid;
}

.card__container {
  margin-top: 60px;
  gap: 3rem 3.6rem;
}

.card__content {
  position: relative;
  padding: 2rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 24px hsla(210, 61%, 16%, 0.1);
  transition: 0.4s;
}

.card__content:hover {
  box-shadow: 0 16px 24px hsla(210, 61%, 16%, 0.15);
}

.card__header {
  text-align: left;
}

.card__header-img {
  width: 30px;
  height: 30px;
}

.card__header-circle {
  width: 40px;
  height: 40px;
  background: #e8e8e8;
  border-radius: 50%;
  margin-bottom: 1rem;
  place-items: center;
}

.card__header-subtitle {
  display: block;
  font-size: 0.813rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.card__header-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.card__pricing {
  position: absolute;
  background: linear-gradient(270deg, #fff4cf, #f3e2a6);
  width: 60px;
  height: 88px;
  right: 1.5rem;
  top: -1rem;
  padding-top: 1.25rem;
  text-align: center;
}

.card__pricing-symbol {
  font-size: 0.813rem;
}

.card__pricing-number {
  font-size: 18px;
  font-weight: 600;
}

.card__pricing-month {
  display: block;
  font-size: 0.688rem;
}

.card__pricing-number,
.card__pricing-month {
  color: #000;
}

.card__pricing::after,
.card__pricing::before {
  content: "";
  position: absolute;
}

.card__pricing::after {
  width: 100%;
  height: 16px;
  background-color: #fff;
  left: 0;
  bottom: -1px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.card__pricing::before {
  width: 14px;
  height: 16px;
  background-color: #f3e2a6;
  top: 0;
  left: -14px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

ul.card__list {
  padding: 0;
}

.card__list {
  row-gap: 0.5rem;
  margin-bottom: 3rem;
}

.card__list-item {
  display: flex;
  align-items: center;
}

.card__list-icon {
  font-size: 1rem;
  color: #000;
  font-weight: 800;
  margin-right: 0.5rem;
}

.card__list-description {
  margin-bottom: 0;
  font-weight: 500;
}

.card__button {
  padding: 1.25rem;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.5rem;
  background: var(--primary-gradient-btn);
  color: #000;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  text-decoration: none;
}

.card__button:hover {
  box-shadow: 0 12px 24px rgb(243, 226, 166, 0.25);
}


@media screen and (max-width: 320px) {
  .card__content {
    padding: 2rem 1.25rem;
  }

  .pricing_load {
    font-size: 14px;
    padding: 4px 12px;
    font-weight: 700;
  }
}

/* For medium devices */
@media screen and (min-width: 568px) {
  .card__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .card__content {
    grid-template-rows: repeat(2, max-content);
  }
  .card__button {
    align-self: flex-end;
  }
  .pricing_load {
    font-size: 14px;
    padding: 4px 12px;
    font-weight: 700;
  }
}

@media screen and (min-width: 968px) {
  .card__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .card__header-circle {
    margin-bottom: 1.25rem;
  }
  .card__header-subtitle {
    font-size: 0.875rem;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
}
.price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 24px;
  font-size: 14px;
}
.price-table tr td:first-child {
  border-left: 0 none;
}
.price-table tr td:not(:first-child) {
  text-align: center;
}
.price-table tr:nth-child(even) {
  background-color: #ffffff;
}
.price-table tr:hover {
  background-color: #eeeeee;
}
.price-table .fa-check {
  color: #f3e2a6;
}
.price-table .fa-times {
  color: #f43f54;
}

.price-table-help {
  color: #f3e2a6;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.15);
  padding: 8px 48px;
}
/**/

.price-table tr.price-table-head td {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.price-table tr.price-table-head {
  background-color: #f3e2a6;
  color: #000;
}
.price-table td.price {
  color: #000;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
}
.price-table td.price a {
  background: linear-gradient(270deg, #fff4cf, #f3e2a6);
  color: #000;
  padding: 9px 27px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  border-radius: 64px;
  text-decoration: none; 
}

.compare-table {
  margin-bottom: 40px;
}

.table>:not(caption)>*>* {
  border-bottom-width: 0;
}

.price-table td.price-table-popular {
  border-top: 3px solid #f3e2a6;
  color: #f3e2a6;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 48px;
  font-weight: 700;
}
.price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}

.price-table svg {
  width: 60px;
  fill: #f3e2a6;
}

.pricing_section {
  padding-bottom: 90px !important;
}

@media (min-width: 992.5px) and (max-width: 1199.5px) {
  .frameNaction {
    padding: 30px;
  }

  .f2-phone {
    width: 180px;
    height: 370px;
  }
}

@media (min-width: 0px) and (max-width: 991.5px) {
  .hero-intro {
    margin: 0 0 30px 0;
    text-align: center;
  }

  .hero-banner img {
    position: relative;
    height: 420px;
    top: -10px;
  }

  .features-container .feature-card:nth-child(even) {
    margin: 0;
  }

  .footer-logo img {
    width: 100%;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .contact-us-form .form-control {
    min-width: 240px;
  }
}

@media (min-width: 767.5px) and (max-width: 991.5px) {
  .working-section-container {
    margin: 0;
    padding: 40px 0;
  }

  .biosite-revel-section-container {
    margin: 0;
  }

  .hero-section {
    padding: 60px 0;
  }

  .impressive-hero-content .hero-sub-title {
    font-size: 30px;
  }

  .impressive-hero-content h6 {
    font-size: 18px;
  }

  .hero-section-title {
    font-size: 42px;
  }

  .top-small {
    font-size: 15px;
  }

  .impressive-hero-download {
    margin-top: 0px;
    gap: 1rem;
  }

  .impressive-hero {
    margin-top: 25px;
    padding: 20px;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }

  .frameNaction {
    padding: 0 35px;
  }

  .features-container {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }

  .feature-card {
    max-width: 280px;
  }

  .f2-phone {
    width: 180px;
    height: 370px;
  }
}

@media (min-width: 0px) and (max-width: 767.5px) {
  .working-section-container {
    overflow: hidden;
  }

  .btn-group-vertical {
    flex-direction: row;
    align-items: center;
  }

  .btn-group-vertical button {
    display: none;
    width: 100%;
  }

  .btn-group-vertical button.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-intro p {
    font-size: 14px;
  }

  .features-section {
    padding: 50px 0;
  }

  .features-container {
    margin-top: 40px;
  }

  .feature-card-icon {
    width: 45px;
    height: 45px;
    border-radius: 6px;
  }

  .feature-card-icon i {
    font-size: 30px;
  }

  .feature-card h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .phone-wrapper-content h4,
  .bio-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .feature-card p {
    font-size: 12px;
  }

  .phone-wrapper-content p,
  .bio-content p {
    font-size: 14px;
  }

  .footer-sub-title {
    font-size: 18px;
  }

  .footer-list li a {
    font-size: 14px;
  }

  .footer-section-container p {
    font-size: 14px;
  }

  .contact-container {
    flex-direction: column-reverse;
  }

  .contact-us-form {
    padding: 25px 0;
  }

  .contact-us-details {
    padding: 40px;
  }

  .contact-us-form .form-control {
    min-width: 280px;
  }
}

@media (min-width: 575.5px) and (max-width: 767.5px) {
  .features-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card {
    max-width: 280px;
  }

  .working-section-container {
    margin: 0;
    padding: 25px;
  }

  .biosite-revel-section-container {
    margin: 0;
  }

  .frameNaction {
    padding: 0 0;
    flex-direction: column;
  }

  .section-intro {
    margin-bottom: 15px;
  }

  .f2-phone {
    width: 165px;
    height: 337px;
  }

  .hero-section-title {
    font-size: 36px;
  }

  .impressive-hero-content .hero-sub-title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 25px;
  }

  .impressive-hero-content h6 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 25px;
  }

  .impressive-hero-content button {
    margin-top: 6px;
  }

  .impressive-hero-download {
    margin-top: 12px;
  }

  .impressive-hero {
    margin-top: 15px;
    padding: 15px;
  }

  .hero-section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 24px;
  }

  .working-section,
  .biosite-revel-section {
    padding: 50px 0;
  }

  .phone-mockup {
    width: 220px;
    height: 480px;
  }

  .section-intro p {
    font-size: 14px;
  }

  .features-section {
    padding: 50px 0;
  }

  .features-container {
    margin-top: 40px;
  }

  .feature-card-icon {
    width: 45px;
    height: 45px;
    border-radius: 6px;
  }

  .feature-card-icon i {
    font-size: 30px;
  }

  .feature-card h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .phone-wrapper-content h4,
  .bio-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .feature-card p {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 574.5px) {
  .brand-logo img {
    width: 100px;
  }

  .dark-gradient-btn {
    padding: 4px 16px;
    font-size: 12px;
  }

  .primary-btn {
    padding: 4px 16px;
    font-size: 12px;
  }

  .features-container {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }

  .working-section-container {
    margin: 0;
  }

  .biosite-revel-section-container {
    margin: 0;
  }

  .frameNaction {
    padding: 0 0;
    flex-direction: column;
  }

  .f2-phone {
    width: 135px;
    height: 277px;
  }

  .hero-section {
    padding: 50px 0;
  }

  .top-small {
    font-size: 12px;
  }

  .hero-section-title {
    font-size: 32px;
  }

  .home-link {
    font-size: 14px;
  }

  .impressive-hero {
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
  }

  .working-section-container {
    padding: 15px;
  }

  .phone-mockup {
    width: 220px;
    height: 480px;
  }

  .impressive-hero-content .hero-sub-title {
    font-size: 18px;
    line-height: 25px;
  }

  .impressive-hero-download span {
    font-size: 12px;
  }

  .download-app {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .impressive-hero-content h6 {
    font-size: 14px;
    line-height: 25px;
  }

  .impressive-hero-download {
    margin-top: 15px;
  }

  .working-section,
  .biosite-revel-section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 18px;
  }

  .footer-sub-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .brand-social a i {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .sticky-wrapper {
    border-radius: 12px;
  }

  .btn-group-vertical button {
    font-size: 14px;
    padding: 12px;
  }

  .btn-group-vertical button p {
    font-size: 12px;
  }

  .section-intro {
    margin-bottom: 15px;
  }

  .features-container .feature-card {
    max-width: 280px;
    margin: 0 auto;
  }

  .features-container .feature-card:nth-child(even) {
    margin: 0 auto;
  }

  .userBen-section {
    padding: 50px 3%;
  }

  .footer-section {
    padding: 50px 12px 0 12px;
  }

  .footer-list li a {
    font-size: 12px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .footer-section-container {
    padding: 20px 15px;
  }

  .slider_txt p {
    font-size: 12px;
  }

  .swiper-slide img {
    height: 225px;
  }

  .slider_txt p {
    height: 75px;
  }
}
