.home_banner {
  position: relative;
}

.home_banner::before {
  content: "";
  background-image: url("../images/home_banner_left.svg");
  max-width: 690px;
  width: 100%;
  height: 100%;
  max-height: 435px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.home_banner::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/10/home-banner-right.svg");
  max-width: 502px;
  width: 100%;
  height: 100%;
  max-height: 610px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  z-index: -1;

  right: 0px;
}

body.home main {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1.page_title,
.section_title {
  font-family: "Poppins";
  font-size: 49px;
  font-weight: 700;
  line-height: 62.47px;
  margin-bottom: 31px;
}

h2.section_title {
  text-align: center;
  margin-bottom: 40px;
}

.banner_detail p {
  font-family: "Poppins";
  font-size: 31px;
  font-weight: 400;
  line-height: 39.52px;
  margin-bottom: 38px;
  color: #646568;
}

.banner_detail {
  max-width: 635px;
  width: 100%;
  margin-bottom: 200px;
}

.social_share_btn {
  display: flex;
  gap: 16px;
}

.social_share_btn a {
  display: flex;
}

.home_banner {
  display: flex;
  align-items: center;
}

.homepage_banner_main {
  display: flex;
  align-items: center;
}

.banner_img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner_img img {
  width: 100%;
  max-width: 454px;
  height: 100%;
  max-height: 857px;
  min-height: 857px;
  object-fit: contain;
  margin: 0 auto;
}

.scan_img {
  position: relative;
  color: #00b249;
  display: inline-block;
  font-family: "Poppins";
  font-size: 49px;
  font-weight: 700;
  line-height: 62.47px;
}

.scan_img::after {
  content: "";
  background-image: url(../images/border.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 100%;
  left: 60%;
  transform: translateX(-50%);
}

.scan_img::before {
  content: "";
  background-image: url(../images/Group_right.png);
  width: 60px;
  background-repeat: no-repeat;
  height: 100%;
  gap: 0px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: -33px;
  top: -15px;
}

.app_main .app_items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 50px;
  padding-bottom: 68px;
}

.app_main .app_item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% / 3) - 14px);
  padding: 20px;
  text-align: center;
  border-radius: 40px;
  margin-top: 180px;
  box-shadow: -5px 8px 58px 0px #0000000a;
}

.app_main .app_item>img {
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
  margin-top: -180px;
  height: 100%;
  object-fit: contain;
}

.app_main .app_item h3 {
  margin: 24px 0 16px;
  font-size: 31px;
  line-height: 40px;
  font-weight: 500;
}

.app_main .app_item p {
  font-size: 20px;
  line-height: 26px;
  color: #646568;
}

.health_main .health_items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
}

.health_main .health_item {
  flex: 0 0 calc((100% / 3) - 14px);
  padding: 20px;
  border-radius: 40px;
  box-shadow: -5px 8px 58px 0px #0000000a;
}

.health_main .health_item>a img {
  display: block;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 30px;
  height: 100%;
  /* overflow: hidden; */
  object-fit: contain;
}

.health_main .health_item .health_info a {
  text-decoration: none;
  color: #000000;
}

.health_main .health_item .profile {
  display: flex;
  column-gap: 7px;
  align-items: center;
  margin: 16px 0 16px;
}

.health_item .profile .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  line-height: 17px;
  color: #646568;
}

.health_item .profile .info .name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}

.health_item .profile img {
  width: 100%;
  max-width: 58px;
  min-height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.health_info h3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.health_info p {
  font-size: 20px;
  line-height: 25px;
  color: #646568;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.health_action {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.health_action a {
  background: #00b249;
  padding: 16px 32px;
  text-decoration: none;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  border-radius: 40px;
}

.health_main h2.section_title {
  margin-bottom: 50px;
}

.know_wrapper.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.know_main .know_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 120px;
}

.know_main .know_item>div {
  flex: 1;
}

.know_main .know_item .info h3 {
  font-size: 39px;
  line-height: 49px;
  font-weight: 500;
  margin-bottom: 16px;
}

.know_main .know_item .info p {
  font-size: 20px;
  line-height: 26px;
  color: #646568;
}

.app_main {
  padding-top: 76px;
  padding-bottom: 30px;
}

.know_main,
.health_main {
  padding-top: 76px;
  padding-bottom: 64px;
}

.work_it_section {
  padding-top: 64px;
  margin-bottom: 20px;
}

.work_it_section .container {
  overflow: unset !important;
}

.how_it_works {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  position: relative;
}

.how_it_works .image_container {
  flex: 0 1 450px;
  width: 100%;
  position: sticky;
  top: 150px;
  display: grid;
}

.how_it_works .image_container img {
  max-width: 450px;
  width: 100%;
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s;
}

.how_it_works .image_container img.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.how_it_works .steps_container {
  flex: 0 1 720px;
  width: 100%;
  position: relative;
}

.how_it_works_details .swiper_dots {
  position: absolute;
  left: -87px;
  top: 72px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00b249;
  border: 4px solid #00b249;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.how_it_works_details .swiper_dots .dot_number {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.how_it_works_details .swiper_dots.active {
  background-color: #00b249;
}

.how_it_works_details .swiper_dots.active .dot_number {
  color: #ffffff;
}

.how_it_works_details_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 150px;
  padding-bottom: 100px;
  position: relative;
  margin-left: 120px;
}

.mobile_step_image {
  display: none;
}

.how_it_works_details {
  max-width: 600px;
  background-image: url("../images/Vector.png");
  padding: 50px;
  background-size: cover;
  width: 100%;
  transition: opacity 0.3s ease;
  opacity: 0.3;
  position: relative;
}

.how_it_works_details:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -63px;
  top: 110px;
  bottom: -222px;
  /* 150px gap + 72px dot top offset */
  border-left: 3px dashed #00b249;
  z-index: 1;
}

.how_it_works_details.active {
  opacity: 1;
}

.how_it_works_details .details_heading {
  font-size: 25px;
  line-height: 31px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

.how_it_works_details .details_heading span {
  color: #00b249;
}

.how_it_works_details .details_content p {
  color: #646568;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.users_love_section {
  background-image: url("../images/users-love-facts-bg.png");
  background-size: cover;
  background-position: center;
  padding: 64px 40px 64px;
}

.users_love_section .container {
  overflow: unset !important;
}

.users_love_section .users_love_slider {
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
}

.users_love_section .users_love_slider .slick-next {
  right: 0px;
}

.users_love_section .users_love_slider .slick-prev {
  left: 0px;
}

.users_love_section .users_love_slider .slick-next:before {
  display: none !important;
}

.users_love_section .users_love_slider .slick-prev:before {
  display: none !important;
}

.users_love_section .users_love_title {
  padding: 12px 0px 20px;
  margin-bottom: 40px;
}

.users_love_section .users_love_title h2 {
  font-size: 49px;
  line-height: 62px;
  font-weight: 600;
  text-align: center;
}

.users_love_section .users_love_title span {
  color: #00b249;
}

.users_love_section .users_item {
  padding: 48px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  box-shadow: 10px 10px 84px 0px #0000000a;
}

.users_love_section h2.section_title {
  margin-bottom: 61px;
}

.users_love_section .users_item::before {
  content: "";
  background-image: url("../images/quotation.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 105px;
  height: 85px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.users_love_section .users_item_img {
  max-width: 183px;
  width: 100%;
  margin: 0px auto 24px;
  z-index: 1;
  position: relative;
}

.users_love_section .users_item_img img {
  width: 100%;
}

.users_love_section .users_item_info h3 {
  font-size: 39px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 8px;
}

.users_love_section .users_item_info p {
  font-size: 31px;
  line-height: 40px;
  color: #646568;
  margin-bottom: 0px;
}

.users_love_section .users_love_slider .slick-arrow {
  font-size: 0px;
  width: 80px;
  height: 80px;
  background-color: #b3e8c8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

.users_love_section .users_love_slider .slick-prev {
  left: 0px;
  transform: translate(-50%, -100%);
}

.users_love_section .users_love_slider .slick-next {
  right: 0px;
  transform: translate(50%, -100%);
}

.users_love_section .users_love_slider .slick-arrow::after {
  content: "";
  font-size: 25px;
  color: #00b249;
  width: 32px;
  height: 32px;
  background-size: cover;
}

.users_love_section .users_love_slider .slick-prev::after {
  background-image: url("../images/arrow-left.png");
}

.users_love_section .users_love_slider .slick-next::after {
  background-image: url("../images/arrow-right.png");
}

.users_love_section .slick-dots {
  list-style: none;
  display: flex;
  gap: 13px;
  justify-content: center;
  padding-top: 40px;
  position: unset;
  top: 100%;
  width: 100%;
}

.users_love_section .slick-dots button {
  height: 20px;
  width: 20px;
  background-color: #00b249;
  opacity: 0.3;
  cursor: pointer;
  font-size: 0px;
  border: none;
  border-radius: 20px;
}

.users_love_section .slick-dots li.slick-active button:before {
  color: transparent !important;
}

.users_love_section .slick-dots .slick-active button {
  opacity: 1;
}

.users_love_section {
  padding-top: 76px;
}

@media screen and (max-width: 1440px) {
  .know_main .know_item img {
    width: 100%;
  }

  .health_main .health_item>a img {
    min-height: auto;
    max-height: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {

  h1.page_title,
  .scan_img,
  .section_title {
    font-size: 45px;
    line-height: 50px;
  }

  .banner_detail p {
    font-size: 28px;
    line-height: 32px;
  }

  .app_main .app_item {
    flex: 0 0 calc((100% / 2) - 10px);
  }

  .health_main .health_item {
    flex: 0 0 calc((100% / 2) - 10px);
  }

  .banner_detail {
    margin-bottom: 0;
  }

  .home_banner {
    min-height: 730px;
  }

  .know_main .know_item {
    column-gap: 40px;
  }

  .know_main .know_item .info h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .how_it_works {
    justify-content: space-between;
  }

  .how_it_works_details {
    flex: 1;
    max-width: 100%;
    padding: 8px 20px;
    opacity: 1 !important;
    background-image: none;
    /* background-color: #f1faf4; */
    border-radius: 30px;
  }

  .how_it_works {
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
  }

  .how_it_works .image_container {
    width: 100%;
    text-align: center;
    display: none;
  }

  .how_it_works .steps_container {
    flex: unset;
  }

  .how_it_works_details .swiper_dots {
    left: -65px;
    top: 10px;
  }

  .how_it_works_details_wrapper {
    margin-left: 80px;
    gap: 24px;
    padding-bottom: 0;
  }

  .how_it_works_details:not(:last-child)::after {
    top: 20px;
    left: -40px;
    bottom: -60px;
  }

  .how_it_works_details {
    display: flex;
    flex-direction: column;
  }

  /* .how_it_works .steps_container {
    width: 100%;
    gap: 0;
  }

  .how_it_works_details:not(:last-child)::after {
    display: none !important;
  }

  .how_it_works_details_wrapper {
    gap: 40px;
    padding-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
  }

  .how_it_works_details .swiper_dots {
    display: none !important;
  }

  .mobile_step_image {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    grid-row: 1 / span2;
  }

  .mobile_step_image img {
    max-width: 300px;
    width: 100%;
    height: auto;
  } */

  /* .steps_container .how_it_works_details {
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }

  .steps_container .details_content {
    grid-column: 2;
    grid-row: 2;
  } */

  .mobile_step_image {
    display: block;
    order: 3;
    margin-top: 24px;
    max-width: 400px;
  }

  .health_main .health_item>a img {
    min-height: auto;
  }

  .work_it_section {
    padding: 44px 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .banner_left_section {
    text-align: center;
  }

  .homepage_banner_main {
    flex-wrap: wrap;
    justify-content: center;
  }

  h1.page_title,
  .scan_img,
  .section_title {
    font-size: 30px;
    line-height: 35px;
  }

  h1.page_title .scan_img::before {
    right: -44px;
    top: -11px;
  }

  .banner_detail p {
    font-size: 20px;
    line-height: 30px;
  }

  .social_share_btn {
    justify-content: center;
  }

  .home_banner {
    min-height: 730px;
    padding: 40px 0px;
  }

  .banner_img img {
    margin-top: 30px;

    object-fit: contain;
    max-height: unset;
    min-height: auto;
  }

  .app_main {
    padding-top: 36px;
    padding-bottom: 0px;
  }

  .app_main .app_items {
    padding-bottom: 44px;
  }

  .know_main,
  .health_main {
    padding-top: 36px;
    padding-bottom: 44px;
  }

  h2.section_title .scan_img {
    margin-top: 10px;
  }

  h2.section_title .scan_img::before {
    right: -43px;
    top: -13px;
  }
}

@media only screen and (max-width: 768px) {
  .home_banner {
    padding-top: 20px;
  }

  .home_banner::before {
    max-height: 260px;
    max-width: 364px;
  }

  .home_banner::after {
    max-width: 409px;
    max-height: 280px;
  }

  .app_main .app_items {
    row-gap: 20px;
  }

  .app_main .app_item {
    flex: 0 0 100%;
  }

  .scan_img::before {
    right: -40px;
    top: -25px;
  }

  .banner_detail span.scan_img {
    margin-top: 20px;
  }

  .app_action a {
    font-size: 22px;
    line-height: 29px;
  }

  .health_main .health_items {
    row-gap: 20px;
  }

  .health_main .health_item {
    flex: 0 0 100%;
  }

  .health_action a {
    font-size: 18px;
    line-height: 29px;
  }

  .ee_right {
    margin: auto;
  }

  .ee_pdf_btn {
    font-size: 16px !important;
    line-height: 29px !important;
    padding: 6px 14px !important;
  }

  .health_info h3 {
    font-size: 20px;
    line-height: 25px;
    min-height: auto;
  }

  .health_info p {
    font-size: 18px;
  }

  .know_main .know_item {
    row-gap: 20px;
    margin-bottom: 0;
  }

  .know_main .know_item.charts {
    flex-direction: column-reverse;
  }

  .know_main .know_item>div {
    flex: 0 0 100%;
  }

  .know_main .know_item .info h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .know_main .know_item .info p {
    font-size: 18px;
    line-height: 24px;
  }

  .how_it_works {
    flex-wrap: wrap;
    gap: 5px;
    column-gap: 30px;
  }

  .work_it_section {
    padding: 36px 0;
  }

  .how_it_works .image_container {
    width: 100%;
  }

  .how_it_works .image_container img {
    height: auto;
  }

  .how_it_works .content_swiper .swiper_dots {
    position: relative;
    z-index: 5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    outline: 2px solid #00b249;
  }

  .how_it_works .content_swiper {
    padding-bottom: 2px;
  }

  .steps_container .how_it_works_details {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
  }

  .how_it_works_details .details_heading {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 12px;
    /* text-align: center; */
  }

  .how_it_works_details .details_content p {
    font-size: 16px;
    line-height: 21px;
    /* text-align: center; */
  }

  .how_it_works_details_wrapper {
    gap: 16px;
  }

  .users_love_section {
    padding: 40px 15px 64px;
  }

  .users_love_section h2.section_title {
    margin-bottom: 30px;
  }

  .users_love_section .users_love_title {
    margin-bottom: 20px;
  }

  .users_love_section .users_love_slider .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .users_love_section .users_love_slider .slick-arrow::after {
    width: 24px;
    height: 24px;
  }

  .users_love_section .slick-dots {
    padding-top: 20px;
  }

  .users_love_section .users_item {
    padding: 25px;
  }

  .users_love_section .users_item_info h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .users_love_section .users_item_info p {
    font-size: 18px;
    line-height: 25px;
  }

  .users_love_section .users_item::before {
    max-width: 80px;
  }

  .users_love_section {
    padding-top: 30px;
  }

  .header_link ul a {
    font-size: 16px;
    line-height: 20px;
  }

  .app_main .app_item h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .app_main .app_item p {
    font-size: 18px;
    line-height: 23px;
  }

  /* how it works */
  .how_it_works_details_wrapper {
    margin-left: 60px;
  }

  .how_it_works_details .swiper_dots {
    width: 40px;
    height: 40px;
    left: -55px;
  }

  .how_it_works_details .swiper_dots .dot_number {
    font-size: 18px;
  }

  .how_it_works_details:not(:last-child)::after {
    left: -36px;
  }
}

@media screen and (max-width: 479px) {
  .how_it_works_details {
    padding: 32px;
  }

  .how_it_works .image_container img {
    height: auto;
  }

  .how_it_works .content_swiper,
  .how_it_works .content_swiper .swiper_line {
    height: 380px;
  }

  .how_it_works {
    column-gap: 10px;
  }

  .how_it_works_details {
    width: calc(100% - 93px);
  }

  h1.page_title,
  .scan_img,
  .section_title {
    font-size: 25px;
    line-height: 30px;
  }

  span.scan_img {
    margin-top: 15px;
  }

  .scan_img::before {
    right: -47px;
    top: -13px;
  }
}

.action-container {
  position: fixed;
  z-index: 999;
  display: block;
  transition: opacity 0.3s;
  opacity: 1;
  bottom: 70px;
  right: 25px;
  height: 0;
}

.back-to-top {
  padding: 0;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 50px;
  backface-visibility: hidden;
  background-color: #137e3f;
  color: #646568;
  transform-origin: 100% 50%;
  transform: rotate(90deg) translate(55%, 50%);
  display: none;
}

.back-to-top::before {
  position: absolute;
  content: " ";
  inset: 0;
  background-color: #646568;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  border-radius: inherit;
  pointer-events: none;
}

.back-to-top-inner {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
  transform: rotate(180deg);
  flex-direction: row-reverse;
  padding: 10px;
}

.back-to-top-inner svg {
  transform: rotateZ(90deg);
  transform-origin: center center;
  /* width: 50px; */
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .back-to-top-inner {
    display: none;
  }
}

/* social media */
.social_media_section {
  padding: 60px 0;
}

.social_media_section .social_media_slider {
  width: 100%;
}

.social_media_slider.no-slider {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  justify-items: center;
}

.social_media_slider.slick-initialized .slick-slide {
  padding: 20px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.social_media_section .logo_item img {
  width: auto;
  object-fit: contain;
  transition: 0.3s ease;
  height: 100%;
  max-height: 90px;
  min-height: 90px;
  align-items: center;
}

.social_media_section .logo_item img:hover {
  transform: scale(1.05);
}

.social_media_section .slick-dots {
  margin-top: 20px;
}

.social_media_section .slick-dots li button:before {
  font-size: 50px;
  color: #aaa;
}

.social_media_section .slick-dots li.slick-active button:before {
  color: #137e3f;
}

.social_media_section .logo_item {
  max-width: 300px;
  max-height: 300px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.social_media_section .logo_item:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .social_media_slider.no-slider {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
  }

  .social_media_section .logo_item {
    padding: 30px;
    max-width: 250px;
    max-height: 250px;
  }

  .social_media_section .logo_item img {
    max-height: 120px;
  }

  .social_media_section .slick-dots li button:before {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .social_media_slider.no-slider {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
  }

  .social_media_section .logo_item {
    padding: 20px;
    max-width: 200px;
    max-height: 200px;
  }

  .social_media_section .logo_item img {
    max-height: 100px;
  }
}

@media (max-width: 480px) {
  .social_media_slider.no-slider {
    grid-template-columns: repeat(1, 1fr);
    /* Always 2 columns on mobile */
    gap: 12px;
  }

  .social_media_section .logo_item {
    padding: 20px;
    max-width: 200px;
    max-height: 200px;
  }

  .social_media_section .logo_item img {
    max-height: 80px;
  }
}

/* ==========================================================================
   Expert Endorsements Section  (reuses theme typography — section_title, body, health_action a)
   ========================================================================== */

.expert_endorsements_section {
  padding: 76px 0 64px;
  background-color: #ffffff;
}

/* Override h2.section_title text-align for this section only */
.expert_endorsements_section h2.section_title {
  text-align: center;
  margin-bottom: 16px;
}

.ee_header {
  text-align: center;
  margin-bottom: 50px;
}

/* Outer two-column wrapper */
.ee_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

/* ── LEFT COLUMN ─────────────────────────────────────────────────────────── */
.ee_left {
  flex: 1;
  max-width: 50%;
}

/* Subtitle */
.ee_subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #646568;
  margin: 0 0 36px;
  text-align: center;
}

/* Vertical expert list */
.ee_expert_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ee_expert_item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

/* Green circle checkmark */
.ee_check_icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: #00b249;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  flex-shrink: 0;
}

.ee_expert_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Name */
.ee_expert_name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

/* Designation — green italic */
.ee_expert_designation {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #00b249;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 4px;
}

/* Quote */
.ee_expert_quote {
  font-size: 17px;
  line-height: 26px;
  color: #646568;
  margin: 0;
}

/* PDF button — reuses .health_action a values; width: fit-content prevents stretch */
.ee_pdf_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  width: fit-content;
  background: #00b249;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 40px;
  transition:
    background-color 0.25s ease,
    transform 0.2s ease;
}

.ee_pdf_btn:focus {
  background: #00b249;
}

.ee_pdf_btn:hover {
  background-color: #008f3d;
  transform: translateY(-2px);
}

.ee_pdf_btn svg {
  flex-shrink: 0;
}

/* ── RIGHT COLUMN ────────────────────────────────────────────────────────── */
.ee_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Horizontal credential card */
.ee_card {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #f8fdf9;
  border: 1px solid #d4edda;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 4px 24px rgba(0, 178, 73, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ee_card:hover {
  transform: translateY(10px);
  box-shadow: 0 12px 40px rgba(0, 178, 73, 0.12);
}

.ee_card_photo {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #00b249;
}

.ee_card_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ee_card_info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Card name */
.ee_card_name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

/* Credentials */
.ee_card_credentials {
  font-size: 15px;
  line-height: 24px;
  color: #646568;
}

.ee_card_credentials p,
.ee_card_credentials br+br {
  margin: 0;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media only screen and (max-width: 1024px) {
  .ee_wrapper {
    gap: 20px;
  }

  .ee_left {
    flex: 1;
    max-width: 50%;
  }

  .ee_pdf_btn svg {
    display: none;
  }

  .ee_pdf_btn {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 768px) {
  .expert_endorsements_section {
    padding: 44px 0;
  }

  .ee_wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .ee_left {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .expert_endorsements_section h2.section_title {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .expert_endorsements_section {
    padding: 44px 0;
  }

  .ee_wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .ee_left {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ee_heading {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .ee_check_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .ee_expert_name {
    font-size: 19px;
  }

  .ee_card {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .ee_card_photo {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}

/* Built Around You Layout styling */
.built_around_main {
  padding-top: 76px;
  padding-bottom: 64px;
}

.built_around_main h2.section_title {
  margin-bottom: 12px;
}

.built_around_main .section_description {
  text-align: center;
  font-size: 18px;
  color: #585858;
  max-width: 940px;
  margin: 0 auto 32px;
}

.built_around_wrapper h2.section_title .scan_img {
  position: relative;
}

.built_around_wrapper .scan_img::after {
  max-width: 268px;
  right: 0;
  transform: unset;
  left: unset;
}

.built_around_toggles {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.built_around_main h2.section_title {
  margin-bottom: 36px;
}

.built_around_toggles .toggle_btn {
  background-color: #f9f9f9;
  font-family: "poppins";
  color: #585858;
  border: none;
  border-radius: 50px;
  padding: 12px 45px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 16%;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.built_around_toggles .toggle_btn:hover {
  background-color: #efefef;
  color: #333333;
}

.built_around_toggles .toggle_btn.active {
  background-color: #137e3f;
  color: #ffffff;
}

.built_around_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}

.built_around_grid .grid_column {
  flex: 1;
  max-width: 100%;
}

.built_around_grid .phone_column {
  max-width: 272px;
  position: relative;
  /* min-height: 600px; */
  /* To prevent height collapsing */
  display: flex;
  justify-content: center;
  align-items: center;
}

.built_around_grid .phone_wrapper {
  position: absolute;
  width: 100%;
  text-align: center;

  opacity: 0;
  transform: scale(0.95);
  visibility: hidden;
  transition: 0.35s ease;
}

.built_around_grid .phone_wrapper.active {
  position: relative;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.built_around_grid .phone_wrapper img {
  width: 100%;
  /* max-width: 320px; */
  height: auto;
  /* border-radius: 40px; */
  /* box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
}

.built_around_grid .phone_wrapper img:hover {
  transform: translateY(-5px);
}

.built_around_grid .profile_column {
  /* max-width: 440px; */
}

.profile_card {
  background-color: #f5fff4;
  border-radius: 25px;
  padding: 20px;
  /* box-shadow: 0 10px 40px rgba(0, 178, 73, 0.05); */
  position: relative;
  margin-top: 50px;
  /* Leaves space for the avatar overlapping */
  border: 1px solid #f2f2f2;
}

.profile_avatar_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -93px;
}

.profile_avatar {
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  max-width: 254px;
  width: 100%;
}

.profile_info_list {
  /* display: flex;
  flex-direction: column; */
  /* margin-top: -40px; */
  /* Pushes list down so avatar has space */
  border-radius: 22.75px;
  border: 1px solid #f2f2f2;
  overflow: auto;
  z-index: 2;
  position: relative;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 12px;
  gap: 6px 21px;
}

.profile_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 8px 22px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border-bottom: 1px solid #f3f3f3;
  gap: 10px;
}

.profile_row:last-of-type {
  border: 0;
}

.profile_row:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 178, 73, 0.05);
}

.row_label_group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.row_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e6f7ec;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-shrink: 0;
}

.row_icon svg {
  width: 18px;
  height: 18px;
}

.row_icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.row_label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #585858;
  letter-spacing: 2%;
}

.row_val {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #137e3f;
  letter-spacing: 2%;
  text-align: right;
  transition: opacity 0.3s ease;
}

.profile_info_list>.profile_row:nth-of-type(5),
.profile_info_list>.profile_row:nth-of-type(6) {
  border-bottom: none;
}

/* Responsive Styles for Built Around You Layout */

@media (min-width: 992px) and (max-width: 1200px) {
  .built_around_grid {
    gap: 60px 20px !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .built_around_grid {
    gap: 40px 20px !important;
  }
}

@media screen and (max-width: 1200px) {
  .built_around_grid {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .built_around_grid .phone_column {
    width: 100%;
    min-height: auto;
    flex: 0 0 calc(50% - 20px);
    max-width: 320px;
  }

  .built_around_grid .phone_wrapper img {
    /* max-width: 280px; */
  }

  .built_around_grid .profile_column {
    order: 3;
    /* Push middle card to the bottom on tablet */
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
    flex: unset;
  }

  .profile_card {
    max-width: 800px;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .built_around_grid {
    /* flex-wrap: wrap;
    justify-content: center;
    gap: 40px; */
  }



  .built_around_grid .phone_columne.left_phone {
    text-align: right;
  }

  .built_around_grid .phone_columne.right_phone {
    text-align: left;
  }

  .built_around_grid .phone_wrapper {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .built_around_grid .phone_wrapper.active {
    display: block;
  }


  .row_label,
  .row_val {
    font-size: 18px;
    line-height: 23px;
  }

  .profile_row {
    padding: 14px;
  }

  .profile_card {
    /* max-width: 440px; */
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .built_around_grid {
    gap: 20px;
  }

  .built_around_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .built_around_main .section_description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .built_around_toggles {
    margin-bottom: 40px;
    gap: 10px;
  }

  .built_around_toggles .toggle_btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .built_around_grid .phone_column {
    flex: 0 0 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .built_around_grid .phone_column.right_phone {
    display: none;
  }

  .profile_card {
    padding: 10px;
  }

  .row_icon {
    height: 34px;
    width: 34px;
    padding: 5px;
  }

  .row_label_group {
    gap: 12px;
  }

  .row_label,
  .row_val {
    font-size: 16px;
    line-height: 21px;
  }

  .profile_row {
    gap: 10px;
  }

  .built_around_grid .profile_column {
    order: 2;
  }

  .profile_avatar_wrapper,
  .built_around_grid .profile_column {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .profile_info_list {
    grid-template-columns: 1fr;
  }
}