@import url("./reset.css");

:root{
    --swiper-navigation-size: 0;
}

main{
        overflow: hidden;
        flex: 1;
}

*{
    box-sizing: border-box;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hero-container{
    margin: 0 auto;
    width: fit-content;
}


.container{
    padding-left: 100px;
    padding-right: 100px;
}

.header{
    padding: 31px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-link{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 14px;
}


.header-text{
    font-size: 22px;
    font-weight: 700;
    line-height: 37px;
    color: #000316;
}



.logo-img{
    width: 42px;
    height: 42px;
}

.black-button{
    text-decoration: none;
    background-color: #020203;
    color: white;
    font-weight: 700;
    line-height: 31px;
    font-size: 22px;

    border-radius: 22px;
    padding-top: 17px;
    padding-right: 37px;
    padding-bottom: 17px;
    padding-left: 37px;
    border: none;
    letter-spacing: -0.24px;
    cursor: pointer;
}


.section-subtitle{
    margin: 10px auto 0 auto;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #6E6868;
    max-width: 801px;
}

.hero-container .title br{
    display: none;
}


.hero{
    overflow: hidden;
}

.store-hero-button{
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 19px;
    padding-left: 56px;
    padding-right: 56px;
    margin: 39px auto 0 auto;
}


.title{
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-size: 66px;
    line-height: 81px;
    letter-spacing: -0.24px;
    text-align: center;
    text-transform: capitalize;
    color: #000316;
}

.title span {
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-style: Italic;
    font-size: 66px;
    line-height: 81px;
    letter-spacing: -0.24px;
    text-align: center;
    text-transform: capitalize;
    display: block;

    background: linear-gradient(90deg, #FF0004 0%, #FF00B7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle{
    color: #8794AD;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 12px;
}
.mockups{
    max-height: 514px;
    position: relative;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}

.pink{
    position: absolute;
    border-radius: 50%;
    width: 514px;
    height: 514px;
    opacity: 0.2;
    background: #FF00F6;
    filter: blur(100px);
    z-index: -1;
    top: -22%;
    left: 27.5%;
    transform: translate(-50%, 50%);
}

.blue{
    position: absolute;
    border-radius: 50%;
    width: 514px;
    height: 514px;
    opacity: 0.2;
    background: #005EFF;
    filter: blur(100px);
    z-index: -1;
    top: -8%;
    right: -7.5%;
    transform: translate(-50%, 50%);
}
.mockupImg-Mob{
    display: none;
}
.mockupImg-Desk{
    max-width: 1440px;
    height: auto;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}
.mockups-and-button{
    display: flex;
    flex-direction: column;
}


.target-audience{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head-question{
    margin-top: 100px;
    text-align: center;
    background: linear-gradient(90deg, #FF0004 0%, #FF00B7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 126%;
    letter-spacing: 0%;
}

.tracks{
    margin-top: 36px;
    display: flex;
    gap:24px;
    flex-wrap: wrap;
}

.track{
    width: 284px;
    opacity: 1;
    border-radius: 24px;
    gap: 24px;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 64.8px 0px #10141F1A;

}

.track-img{
    width: 46px;
    height: 71px;
    object-fit: contain;
}

.track-point{
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 155%;
    letter-spacing: 0%;
    margin-top: 12px;
}

.section-title{
    margin-top: 17px;
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.24px;
    text-align: center;
    text-transform: capitalize;
    color: #000316;

}

.stats{
    padding-top: 88px;
    padding-bottom: 88px;
    display: flex;
    gap: 97px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.stats-block{
    display: flex;
    align-items: center;
    gap:11px;
}

.stats-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stats-header{
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 42.17px;
    line-height: 49.4px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #10141F;

}

.stats-header-small{
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24.94px;
    leading-trim: CAP_HEIGHT;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;

}


.stats-sub{
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24.94px;
    line-height: 49.4px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #777777;

}

.testimonials-wrapper{
    position: relative;
    flex: 1;
}

.testimonials-horizont{
    position: absolute;
    top: -100px;
    height: 283px;
    width: 100%;
}

.testimonials{
    display: flex;
    margin-bottom: 139px;
    padding-left: 100px;
    width: 100%;
}

.testimonials-control-bar{
    width: 340px;
}

.swiper{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 24px;
    flex:1;
    top: -15px;
}

.swiper-slide{
    width: max-content;
}

.testimonials-controls-desk {
  display: flex;
  align-items: center;
  height: 56px;
  position: relative;
  width: 128px;

  margin-top: 20px;
}
.testimonials-controls-mob {
  display: flex;
  align-items: center;
  height: 56px;
  position: relative;
  width: 128px;
    display: none;
  margin-top: 20px;
}
.swiper-button-disabled{
    background: #FFFFFF !important;
}
.swiper-button-prev,
.swiper-button-next {
    cursor: pointer;
    color: white;
    box-shadow: 0px 4px 40.9px 0px #00000030;
    display: flex;
    align-items: center;
    justify-content: center;
     width: 56px;
    height: 56px;
    angle: 0 deg;
    opacity: 1;
    gap: 10px;
    border-radius: 16px;
    background: #10141F;
    &::after{
        display: none;
    }

}

.swiper-button-prev {
    top:0;
  left: 0;
}

.swiper-button-next {
    top:0;
  right: 0;
}
.swiper-button-disabled{
    color:  #6E6868 !important;
}
.testimonials-back {
    transform: rotateZ(180deg) !important;
}



.swiper-button-prev svg,
.swiper-button-next svg {
  width: 24px;
  height: 24px;
}


.testimonial-card {
    box-shadow: 0px 4px 64.8px 0px #10141F1A;

    margin-top: 5.5px;
    margin-bottom: 5.5px;
    width: 436px;
    height: 272px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 24px;
    padding: 18px 32px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;

}

.testimonial-rating {
    width: 210px;
    min-height: 20px;
    object-fit: contain;
}

.testimonial-review {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 190%;
    letter-spacing: 0%;
    color: #10141F;
}

.testimonial-review-wrapper{
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
}

.testimonial-author-group {
  display: flex;
  align-items: center;

  border-top: 1px solid #E9EFF5;
  padding-top: 14px;
  justify-self: flex-end;
}

.testimonial-pfp {
    width: 72px;
    height: 72px;
    angle: 0 deg;
    opacity: 1;
    margin-right: 15px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:#0F1125;
}


.testimonials-section-label{
    margin: 0;
    text-align: left;
    margin-bottom: 17px;
}

.testimonials-title{
font-family: Plus Jakarta Sans;
font-weight: 800;
font-style: ExtraBold;
font-size: 32px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;

}

.testimonials-subtitle{
    font-family: Plus Jakarta Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
color: #6E6868;

}

.monitor-health{
    display: flex;
    justify-content:center;
    margin-bottom: 87px;
}

.monitor-health-install-button{
    margin-top: 18px;
    angle: 0 deg;
    opacity: 1;
    gap: 10px;
    border-radius: 22px;
    padding-top: 23px;
    padding-right: 56px;
    padding-bottom: 23px;
    padding-left: 56px;
    width: fit-content;
}

.monitor-health-image{
    width: 542px;
    height: 391px;
    border-radius: 46px;
    object-fit: cover;
}

.monitor-health-content{
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;

   max-width: 595px;
   flex: 1;
}

.monitor-health-content-wrapper{
    padding-left: 80px;
    color: #6E6868;

    display: flex;
    flex-direction: column;

}

.monitor-health-content span{
        font-family: Plus Jakarta Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 160%;
        letter-spacing: 0%;
        color: black;
    }

.monitor-health-head{
    margin: 0;
    text-align: left;
}

.monitor-health-title{
    margin: 18px 0 10px 0;
    max-width: 486px;
    line-height: 160%;
    text-align: left;
}


.meet-blood-pressure{
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.meet-blood-pressure::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 614px;
    width: 100%;
    background: #F3F7FF;
    z-index: 0;
}

.meet-blood-content{
    position: relative;
    z-index: 1;
    padding-top: 68px;
}

.meet-blood-head-question{
    margin: 0;
}

.steps{
    display: flex;
    justify-content: center;
    gap: 37px;
    padding-top: 75px;
}


.step-image{
    position: relative;
    top: -90px;
    height: 327px;
    width: 389px;
    object-fit: contain;
    left: -32px;
}


.step-card{
    background: #FFFFFF;
    box-shadow: 0px 22px 83.6px 0px #00000017;
    width: 389px;
    height: 484px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 34px;
    padding: 25px 32px;
}

.step-info{
    position: relative;
    top: -90px;
}

.step-count {
    background: linear-gradient(90deg, #FF0004 0%, #FF00B7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
}
.step-title{
    margin-top: 9px;
font-family: Plus Jakarta Sans;
font-weight: 800;
font-style: ExtraBold;
font-size: 22px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;
color: #0F1125;

}

.step-title-1{
    width: 153px;
}
.step-desc {
    margin-top: 7px;
    color: #6E6868;
    font-family: Plus Jakarta Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;

}



.faq{
    padding-top: 53px;
    padding-bottom: 53px;
    background: #F3F7FF;
}


.faq-head-question{
    margin-top: 0;
}

details{
    box-shadow: 0px 22px 83.6px 0px #00000017;
    background: #FFFFFF;
    padding: 24px 30px;
    border-radius: 34px;
    max-width: 600px;
    height: fit-content;
}


summary{
    justify-content: space-between;
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0F1125;
    list-style: none;

    display: flex;
    align-items: flex-start;
    cursor: pointer;
    
}

summary svg {
    margin-top: 3px;
    min-width: 24px;
    min-height: 24px;
    justify-self: flex-end;
    transform: rotate(180deg);
}

details[open] summary svg{
    transform: rotate(0deg);
}

details p{
    font-family: Plus Jakarta Sans;
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;
color: #6E6868;
margin-top: 5px;
}

.faq-questions{
    margin-top: 34px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}


.pulse-monitor-features-section {
    display: flex;
    margin-left:auto  ;
    margin-right: auto;
    justify-content: center;
}

.pulse-monitor-features-image-desk {
    margin-right: 73px;
    max-width: 567px;
    height: auto;
    object-fit: cover;
    angle: 0 deg;
    opacity: 1;
    top: 3px;
    border-bottom-right-radius: 46px;
}

.pulse-monitor-features-content-wrapper {
    
}

.pulse-monitor-features-head {
    margin-top: 0;
    text-align: left;
}

.pulse-monitor-features-title {
    margin-top: 10px;
    text-align: left;
    line-height: 160%;
}

.pulse-monitor-feature-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0 ;
}

.pulse-monitor-features-image-mob{
    display: none;
}

.pulse-monitor-feature-item {
    
}

.feature-icon-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    width: 24px;
    height: 24px;
}

.feature-title {
    font-family: Plus Jakarta Sans;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
text-transform: capitalize;
    color: #10141F;

}

.feature-description {
    font-family: Plus Jakarta Sans;
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;
margin-top: 12px;
color: #6E6868;
}

.pulse-monitor-features-install-button {
    margin: 55px auto 100px auto;
    display: flex;
    gap: 18px;
    align-items: center;
    width: fit-content;
    
}

.pulse-monitor-button-text{
font-family: Plus Jakarta Sans;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;

}

.pulse-monitor-button-text p{
    font-family: Plus Jakarta Sans;
font-weight: 800;
font-style: ExtraBold;
font-size: 22px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;

}



.trusted-section-title{
    margin-top: 100px;
}


.trusted-info-subtitle{
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #6E6868;
    margin-top: 10px;
}

.trust-images{
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 39px;
    margin-top: 23px;
    margin-bottom: 55px;
}

.trust-image{
    width: auto;
    object-fit: contain;
}

.trust-btn{
    margin: 0 auto 0 auto;
}

footer{
    padding: 50px 100px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 37px;
    letter-spacing: -0.24px;
    text-align: center;
    color: #6E6868;
}

.trust-image-hipaa{
    width: 151px;
    height: 162px;

    object-fit: contain;
}
.trust-image-vanta{
    width: 151px;
    height: 162px;

    object-fit: contain;

}

.white-button{
    angle: 0 deg;
    opacity: 1;
    border-radius: 27px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 110px;
    box-shadow: 0px 11px 46.9px 0px #00000024;
    color: black;
    
    margin: 0;

    position: relative;
}


.trust-image-orcha{
    width: 151px;
    height: 162px;

    object-fit: contain;
}


.trust-image-trusted{
    width: 151px;
    height: 162px;

    object-fit: contain;
}


.trust-image-health{
    width: 110px;
    height: 110px;


    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.trust-images-list{
    display: flex;
    flex-wrap: wrap;
    gap: 39px;
}


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

    .trusted-info{
        padding-bottom: 52px;
    }
   
    .health-btn{
        max-width: 350px;
        width: 100%;
    }
}


.page-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.post-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.post-title a {
  color: #222;
  text-decoration: none;
}

.post-title a:hover {
  text-decoration: underline;
}

/* ========== Посты / Статьи ========== */
article {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.entry-summary,
.entry-content {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* ========== Изображения в контенте ========== */
.entry-content img,
.entry-summary img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

/* ========== Навигация постов ========== */
.navigation {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.navigation a {
  padding: 8px 16px;
  background-color: #f4f4f4;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s ease;
}

.navigation a:hover {
  background-color: #eaeaea;
}

/* ========== Форма поиска ========== */
.search-form {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.search-form input[type="search"] {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.search-form button {
  padding: 10px 20px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.search-form button:hover {
  background-color: #444;
}

/* ========== 404 страница ========== */
.error-404 {
  text-align: center;
  padding: 100px 20px;
}

.error-404 .page-title {
  font-size: 48px;
  color: #d33;
  margin-bottom: 20px;
}

.error-404 p {
  font-size: 18px;
  color: #666;
}



.search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto 40px;
  margin-bottom: 20px;
}

.search-form input[type="search"] {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.2s ease;
}

.search-form input[type="search"]:focus {
  border-color: #666;
  outline: none;
}

.search-form button {
  background: #222;
  border: none;
  border-radius: 6px;
  padding: 10px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.2s ease;
}

.search-form button:hover {
  background: #444;
}

.search-form button img.emoji {
  width: 20px;
  height: 20px;
  display: block;
}


/* ========== Responsive ========== */
@media (max-width: 600px) {
  .page-title {
    font-size: 28px;
  }

  .post-title {
    font-size: 20px;
  }

  .entry-summary,
  .entry-content {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
    .trusted-section-title{
    margin-top:70px;
}
    .trusted-info-subtitle{
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    }

    .testimonial-card{
        max-width:333px;
        width: 100%;
        padding: 15px 22px;
    }

    .testimonial-pfp{
        width: 56px;
        height: 56px;
        angle: 0 deg;
        opacity: 1;

    }

    main{
        overflow: hidden;
    }
     .mockups{
        margin-top: 20px;
        max-height: 319px;
        height: 319px;
    }

    .blue{
        display: none;
    }

    .pink{
        display: none;
    }
    .mockups-and-button{
        flex-direction: column-reverse;
    }
    .mockupImg-Mob{
        max-width: none;
        width: 100vw;
        object-fit: cover;
        height: 319px;
        margin: 0 auto;
        display: block;
    }
    .mockupImg-Desk{
        display: none;
    }

    
    .store-hero-button{
        margin-top: 0;
    }


    .step-card{
        max-width: 349px;
        width: 100%;
        max-height: 378px;
        angle: 0 deg;
        opacity: 1;
        top: 3537px;
        left: 22px;
        padding: 31px 28px;
    }

    .step-count{
        font-family: Plus Jakarta Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 16.2px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .step-title{
        font-family: Plus Jakarta Sans;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 160%;
        letter-spacing: 0%;
        text-transform: capitalize;

    }

    .step-desc{
        font-family: Plus Jakarta Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 160%;
        letter-spacing: 0%;
        text-transform: capitalize;

    }

    .step-image{
        width: 100%;
        max-width: 349px;
        height: auto;
        max-height: 295px;
        angle: 0 deg;
        opacity: 1;


        object-fit: contain;
        left: -32px;
        left: 50%;
        transform: translateX(-50%);
    }
    .step-title-1{
        width: 100%;
    }
}

@media screen and (max-width: 1081px){
    .blue{
        display: none;
    }

    .pink{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    
    .trust-images-list{
        display: grid;
        grid-template-columns: 149px 149px;
        column-gap: 34px;
        row-gap: 45px;
        margin-right: 0;
   
    }

     .trust-images{
        flex-direction: column;
        gap: 37px;
        margin-bottom: 13px;
    }


    .hero-container{
        padding-left: 32px;
        padding-right: 32px;
    }


    .hero-container .subtitle{
        margin: 12px auto 0 auto;
        max-width: 314px;
        width: 100%;
    }

    .hero-container .title br{
        display: block;
    }

    .testimonials{
        flex-direction: column;
        padding: 0;
    }
    .testimonials-control-bar{
        margin: 0 auto 19px auto;
    }
    .testimonials-section-label{
        margin-top: 0 !important;

    }

    .stats{
        padding-bottom: 67px;    
    }

    .testimonials-section-label{
        font-family: Plus Jakarta Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 10px;
    }

    .testimonials-title{
        font-family: Plus Jakarta Sans;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 25px;
        leading-trim: NONE;
        line-height: 145%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;

    }

    .testimonials-subtitle{
        margin-bottom: 16px;
        font-family: Plus Jakarta Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;

    }

    .container{
        padding-left: 22px;
        padding-right: 22px;
    }
    .header{
        justify-content: center;
    }

    .logo-img{
        width: 33px;
        height: 33px;
    }

    .header-text{
        font-size: 17.4px;
        font-weight: 700;
        line-height: 29.26px;
    }

    .header-link{
        gap: 11px;
    }
    

    .header-button{
        display: none;
    }

   
    


    .title{
        font-size: 30px;
        line-height: 37px;
    }
    .title span{
        font-size: 30px;
        line-height: 37px;
    }

    .subtitle{
        font-family: Plus Jakarta Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 19.42px;
        letter-spacing: 0px;
        text-align: center;

    }


    .tracks{
        margin-top: 25px;
        gap: 19px;
    }

    .track{
        display: flex;
        align-items: center;
        width: 100%;
        padding: 12.5px 32px;
    }
    .track-point{
        margin-top: 0;
        font-family: Plus Jakarta Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 155%;
        letter-spacing: 0%;
    }


    .head-question{
        margin-top: 70px;
        font-family: Plus Jakarta Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 125%;
        letter-spacing: 0%;
        text-align: center;

    }

    .section-title{
        font-family: Plus Jakarta Sans;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 25px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -0.24px;
        text-align: center;
        text-transform: capitalize;

    }

    .testimonials{
        margin-bottom: 0;
    }
    .testimonials-controls-desk {
        display: none;
    }

    .testimonials-controls-mob {
        margin: 32px auto 70px auto;
        display: flex;
    }

    .testimonials-wrapper{
        min-height: 251px;
    }


    .monitor-health{
        flex-direction: column;
    }

    .monitor-health-install-button{
        margin-top: 34px;
        margin-left: auto;
        margin-right:auto ;
    }

    .monitor-health-image{
        width: 100%;
        margin: 0 auto;
        max-width: 542px;
        height: auto;
    }

    .monitor-health-content{
        text-align: center;
        font-family: Plus Jakarta Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 160%;
        letter-spacing: 0%;

    }

    .monitor-health-content-wrapper{
        padding-left:0;
        color: #6E6868;

        display: flex;
        flex-direction: column;

    }

    .monitor-health-content span{
            font-family: Plus Jakarta Sans;
            font-weight: 500;
            font-style: Medium;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 160%;
            letter-spacing: 0%;
            text-align: center;

        }

    .monitor-health-head{
        margin: 22px 0 0 0;
        text-align: center;
    }

    .monitor-health-title{
        margin: 11px auto 16px auto;
        max-width: 486px;

        text-align: center;
    }


    .section-subtitle{
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;

}

.monitor-health-content{
    margin: 0 auto;
}
.steps{
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-top: 64px;
    width: fit-content;
    margin: 0 auto;
}

.meet-blood-content{
    padding-top: 34px;
}

.meet-blood-pressure::after{
    height: 100%;
}
.meet-blood-head-question{
    margin-top: 0;
}

.section-subtitle{
    font-family: Plus Jakarta Sans;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
text-align: center;

}



.pulse-monitor-features-section {
    flex-direction: column;
}

.pulse-monitor-features-image-mob {
    max-width: 100%;
    width: 100%;
    height: auto;
    angle: 0 deg;
    opacity: 1;
   
    margin: 20px auto 25px auto;
    display: block;
}


.pulse-monitor-features-image-desk{
    display: none;
}

.pulse-monitor-features-content-wrapper {
    
}

.pulse-monitor-features-head {
    
}

.pulse-monitor-features-title {
    
}

.pulse-monitor-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pulse-monitor-feature-item {
    
}

.feature-icon-text {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.feature-icon {
    
}

.feature-title {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.feature-description {
    font-family: Plus Jakarta Sans;
font-weight: 700;
font-style: Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;

}

.pulse-monitor-features-install-button {
    
}




.faq{
    padding-top: 53px;
    padding-bottom: 53px;
    background: #F3F7FF;
}


.faq-head-question{
    margin-top: 0;
}


.faq-questions{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

footer{
    font-family: Plus Jakarta Sans;
font-weight: 700;
font-style: Bold;
font-size: 14px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: -0.24px;
text-align: center;
padding-left: 66px ;
padding-right: 66px;
}
}