/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/client/components/landing/assets/css/header.scss ***!
  \***********************************************************************************************************************************************/
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header .row.align-items-center {
    flex-wrap: nowrap;
  }
  .header .col-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
  }
  .header .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
  }
  .header .nav-menu {
    justify-content: flex-end !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }
  .header .nav-link.menu-text {
    font-size: 15px;
    padding: 0 6px;
    white-space: nowrap;
  }
  .header .login-signup {
    margin: 0 0 0 8px;
    width: auto;
    min-width: 0;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 6px;
  }
  .header .btn-signup, .header .btn-login {
    font-size: 14px;
    padding: 4px 12px;
    height: 32px;
    min-width: 70px;
    white-space: nowrap;
  }
}
/* Fix alignment for nav-menu and login-signup between 768px and 1200px */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header .row.align-items-center {
    flex-wrap: nowrap;
  }
  .header .col-md-6 {
    flex: 0 0 60%;
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
  }
  .header .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
  }
  .header .nav-menu {
    justify-content: flex-end !important;
    gap: 16px;
  }
  .header .login-signup {
    margin: 0 0 0 16px;
    width: auto;
  }
}
.header {
  display: flex;
  align-items: center;
  height: 61px;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  padding-left: 16px; /* optional spacing from left */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: background 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}

.header.white-bg {
  background: #fff !important;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.header.white-bg .nav-link.menu-text,
.header.white-bg .btn-signup a {
  color: #222 !important;
}
.header.white-bg .login-signup {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.9);
}
.header.white-bg .login-signup a {
  color: #222;
}
.header.white-bg .login-signup .btn-login {
  background: #15558D;
  color: #FFF;
}

.menu-logo {
  width: 132px;
  height: 55px;
  aspect-ratio: 12/5;
}

.nav-link.menu-text, .login-signup .menu-text {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.login-signup {
  width: 250px;
  height: 40px;
  margin: 8px 16px 11px auto;
  border-radius: 31px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.28);
}
.login-signup a {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.login-signup .btn-login {
  width: 78px;
  height: 34px;
  border-radius: 31px;
  background: #15558D;
  color: #FFF;
  margin-left: 10px;
  margin-top: 2px;
}

/* Hamburger icon styles */
.navbar-toggler {
  background: none;
  border: none;
  outline: none;
  padding: 8px;
  cursor: pointer;
  z-index: 100;
}

/* No custom CSS for .navbar-toggler-icon needed when using Font Awesome */
/* Mobile nav styles */
.mobile-nav {
  display: none;
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  z-index: 99;
  padding: 24px 0 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.mobile-nav a {
  color: #222 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav .nav-menu {
  flex-direction: column;
  gap: 16px;
  padding-left: 24px;
}

.mobile-nav .login-signup {
  width: 100%;
  margin: 16px 0 0 0;
  border-radius: 0;
  border: none;
  background: none;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

@media (max-width: 767.98px) {
  .header {
    position: fixed;
    height: 61px;
    padding-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    z-index: 100;
  }
  .nav-menu.d-flex {
    display: none !important;
  }
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/client/components/landing/assets/css/footer.scss ***!
  \***********************************************************************************************************************************************/
.footer {
  background-color: #222222;
  padding: 40px 20px;
}
.footer .footer-logo {
  width: 160px;
}
.footer h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
}
.footer .nav-link.menu-text {
  padding: 0px;
  font-size: 16px;
  padding: 0px;
  font-weight: normal;
}
.footer .footer-description {
  color: #ffffff;
  font-size: 20px;
  margin-top: 10px;
  width: 80%;
  line-height: 1.5;
}
.footer .sub-headers {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
}

.social-icon-link {
  color: #ffffff;
  font-size: 28px;
  transition: color 0.3s ease;
  margin: 5px 25px 0px 0px;
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/client/components/landing/assets/css/landing.scss ***!
  \************************************************************************************************************************************************/
@charset "UTF-8";
.carousel-caption .white-text {
  color: #FFFFFF;
}

.slick-slide-wrapper .caption-btn {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
}

.block-section {
  padding: 24px 40px;
  background: #fff;
  margin-top: 32px;
}

.main .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}

.slick-dots {
  display: none !important;
}

.carousel-banner {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.static-banner {
  width: 100vw;
  object-fit: cover;
  display: block;
}

.cert-left-section {
  margin-top: 50px;
}

.cert-description {
  font-size: 55px;
  line-height: 70px;
  letter-spacing: 0;
  font-weight: 700;
  color: #000;
}

.cert-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-top: 40px;
}

.cert-subheading {
  font-size: 24px;
  color: black;
  font-weight: 500;
  line-height: 100%;
}

.cert-badge {
  width: 50%;
  margin-top: -25%;
  margin-left: -22%;
}

.image-wrapper {
  position: relative; /* 🔑 anchor */
  display: inline-block;
}

.main-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

/* Badge positioning */
.badge-image {
  position: absolute;
  bottom: -20px;
  left: -10%;
  width: 30%;
  height: auto;
}

.monitor-heading {
  width: 60%;
  text-align: center;
  margin: 30px auto;
}

.early-detection-section {
  margin-top: 30px;
  text-align: center;
}

.cover-images img {
  width: 100%;
  object-fit: cover;
}

.buyNow {
  background: #0A2E72;
  text-align: center;
  padding: 60px 20px;
}
.buyNow h5 {
  color: #00FFC0;
}
.buyNow h2 {
  color: #FFFFFF;
  margin: 20px 0;
}

.feature-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  height: 445px;
  width: 100%;
  padding: 44px;
  overflow: hidden;
}

/* Left content */
.feature-content {
  max-width: 420px;
  z-index: 2;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #007bff;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 14px;
}

.feature-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.feature-content p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* Right half circle */
.feature-circle {
  position: absolute;
  right: -200px;
  width: 400px;
  height: 400px;
  background: #eef6ff;
  border-radius: 50%;
  z-index: 1;
}

.feature-circle.left-circle {
  left: -200px;
  right: auto;
}

.line-wrapper {
  position: relative;
  width: 100%;
  height: 10px;
}

.border-wrapper {
  position: absolute;
  width: 100%;
  height: 120px;
}

/* Horizontal line */
.line-horizontal {
  position: absolute;
  left: 20px;
  top: 5px;
  width: 100%;
  height: 2px;
  background: #0d8bff;
}

/* Dot */
.line-dot {
  position: absolute;
  left: 12px;
  width: 12px;
  height: 12px;
  background: #0d8bff;
  border-radius: 50%;
}

/* Corner lines */
.line-corner {
  position: absolute;
  background: #0d8bff;
}

/* Vertical part */
.corner-side {
  left: 0px;
  top: 0px;
  width: 2px;
  height: 135px;
}

.corner-side.side-line-2 {
  left: 5px;
}

/* Horizontal part */
.corner-top {
  left: -10px;
  top: 10px;
  width: 135px;
  height: 2px;
}

.corner-top.top-line-2 {
  top: 15px;
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/client/components/landing/assets/css/PatientTestimonials.scss ***!
  \************************************************************************************************************************************************************/
/* PatientTestimonials.css */
.testimonials {
  padding: 40px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 30px;
}

.testimonial-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  max-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.patient-testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.role {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 5px;
}

.stars {
  color: #f5a623;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.review {
  font-size: 0.95rem;
  color: #333;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/client/components/landing/assets/css/monitoring.scss ***!
  \***************************************************************************************************************************************************/
.hightlight-text {
  color: #0088ff;
}

.hightlight-text-dark {
  color: #193b7a;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.feature-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.feature-icon {
  font-size: 42px;
  color: #000;
  margin-bottom: 18px;
}

.feature-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.fancy-box {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 24px;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  box-shadow: 0px 2px 1px 1px rgba(56, 128, 159, 0.6);
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/client/components/landing/assets/css/buynow.scss ***!
  \***********************************************************************************************************************************************/
.play-button {
  background-color: #0d8bff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transform: scale(0.95);
  margin-top: -25%;
  margin-left: -10%;
}

.play-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(13, 139, 255, 0.4);
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 26px solid #ffffff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 6px; /* optical centering */
}

.buyNow {
  background: #0A2E72;
  text-align: center;
  padding: 60px 20px;
}
.buyNow h5 {
  color: #00FFC0;
}
.buyNow h2 {
  color: #FFFFFF;
  margin: 20px 0;
}
