section {
	float: left;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
	color: #424242!important;
}

p, li{
    font-family: 'Open Sans', sans-serif;
	color: #424242!important;
}
span.before-title {
    color: #2d8cff;
	background: #E6F5FA;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #2d8cff;
    text-align: center;
    align-items: center;
}
.before-title-wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
section.hero-section .before-title-wrap {
	text-align: left;
}
 




/* HERO SECTION */
section.hero-section {
    background: linear-gradient(to bottom, #DCE7F9, #F4F7FE);
    padding: 100px 0px;
}
h1.hero-section__title {
    font-size: 60px;
    line-height: 68px;
    font-weight: 500;
	margin-top: 0px;
}
p.hero-section__description {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
}

/* STATS SECTION */
section.stats-bar-all {
    --sb-teal: #303F9F;
    --sb-teal-dark: #2196F3;
    --sb-amber: #E8A33D;
    --sb-white: #FFFDF9;
    --sb-white-muted: rgba(255, 253, 249, 0.72);
    --sb-divider: rgba(255, 253, 249, 0.18);
    background: linear-gradient(90deg, var(--sb-teal-dark), var(--sb-teal));
    padding: 28px 0;
}
section.stats-bar-all .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
section.stats-bar-all .stats-bar {
  display: grid;
  grid-template-columns: auto repeat(4, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 32px;
  row-gap: 2px;
}
section.stats-bar-all .stats-bar_title {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
  padding-right: 28px;
  border-right: 1px solid var(--sb-divider);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--sb-white-muted)!important;
  white-space: nowrap;
}

section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(1) { grid-column: 2; grid-row: 1; }
section.stats-bar-all .stats-bar > .stast-text-wrap:nth-of-type(2)   { grid-column: 2; grid-row: 2; }
 
section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(3) { grid-column: 3; grid-row: 1; }
section.stats-bar-all .stats-bar > .stast-text-wrap:nth-of-type(4)   { grid-column: 3; grid-row: 2; }
 
section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(5) { grid-column: 4; grid-row: 1; }
section.stats-bar-all .stats-bar > .stast-text-wrap:nth-of-type(6)   { grid-column: 4; grid-row: 2; }
 
section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(7) { grid-column: 5; grid-row: 1; }
section.stats-bar-all .stats-bar > .stast-text-wrap:nth-of-type(8)   { grid-column: 5; grid-row: 2; }
 
section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(3),
section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(5),
section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(7) {
  position: relative;
  padding-left: 32px;
}
section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(3)::before,
section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(5)::before,
section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(7)::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  bottom: -2px;
  width: 1px;
  background: var(--sb-divider);
}
section.stats-bar-all .stats_number {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFC107!important;
  text-align: center;
}

section.stats-bar-all .stats_text {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: var(--sb-white)!important;
  text-align: center;
  white-space: nowrap;
}

/* FEATURE SECTION */
.features-title-wrap {
    text-align: center;
    margin-bottom: 50px;
}
h2.features-section__title, h2.hero-section__title, h2.pricing-section-title, .blog-section-wrp h2 {
    font-size: 52px;
    font-weight: 500;
	margin-top: 0px;
	text-align: center;
}
section#features {
    padding: 100px 0px;
}
p.features-section__subtitle {
    font-size: 16px;
    font-weight: 500;
}
h4.box-heading {
    font-size: 20px;
    font-weight: 500;
}
p.box-text {
    font-size: 16px;
    line-height: 30px;
}
.boxes-wrap-feature {
    border-radius: 14px;
    border: 1px solid #ebebeb;
    height: 100%;
    cursor: default;
    padding: 30px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
}

/* PRODUCT SECTION */
section.product-show {
    padding: 100px 0px;
}
h3.product_title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
p.product_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	margin: 20px 0px;
}
h6.product-bullet {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #1c2c4a;
    margin-bottom: 4px;
    padding-left: 30px;
    position: relative;
}
h6.product-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 12px;
    background-color: #2d8cff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
	z-index: 99;
}
h6.product-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-color: #E6F5FA;
    border-radius: 50%;
}
.first-row-box {
    padding: 50px 0px;
}
.second-row-box, .first-row-box {
	float: left;
    width: 100%;
}

/* PRICING SECTION */



/* REVIEW SECTION */
.testimonials-section {
  --tm-linen: #F7F1E7;
  --tm-teal: #0F5257;
  --tm-teal-dark: #0B3D40;
  --tm-amber: #E8A33D;
  --tm-text: #2B2620;
  --tm-text-muted: #6B6155;
  --tm-border: #E7DCC5;
  --tm-white: #FFFDF9;
 
  background: var(--tm-linen);
  padding: 88px 0 96px;
}
 
.testimonials-section .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}
 
.testimonials-header {
  text-align: center;
  margin-bottom: 44px;
}
 
.testimonials-header h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--tm-text);
  margin: 0 0 12px;
}
 
.testimonials-header p {
  font-size: 1.05rem;
  color: var(--tm-text-muted);
  margin: 0;
}
 
/* ---- Carousel shell ---- */
.testimonials-carousel {
  position: relative;
}
 
/* Viewport clips neighbors at the container edge — that clipping + the
   opacity/scale drop on non-active slides IS the "peek" effect. */
.carousel-viewport {
  overflow: hidden;
}
 
.carousel-track {
  display: flex;
  align-items: center;
  gap: 28px;
  transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
 
.carousel-slide {
  flex: 0 0 auto;
  width: min(560px, 74vw);
  box-sizing: border-box;
  opacity: 0.32;
  transform: scale(0.86);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}
 
.carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
 
/* ---- Card ---- */
.testimonial-card {
  background: var(--tm-white);
  border: 1px solid var(--tm-border);
  border-radius: 18px;
  padding: 40px 40px 30px;
  text-align: center;
  box-shadow: 0 8px 26px rgba(43, 38, 32, 0.06);
}
 
.carousel-slide.is-active .testimonial-card {
  box-shadow: 0 14px 36px rgba(43, 38, 32, 0.1);
}
 
.testimonial-quote-mark {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
  color: var(--tm-amber);
  margin-bottom: 6px;
}
 
.testimonial-text {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 26px;
}
 
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
 
.testimonial-avatar {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--tm-teal);
}
 
.testimonial-avatar--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--tm-white);
  background: linear-gradient(135deg, var(--tm-teal), var(--tm-teal-dark));
}
 
.testimonial-author-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
 
.testimonial-author-name {
  font-size: 14px;
  font-weight: 700;
}
 
.testimonial-author-clinic {
  font-size: 14px;
}
 
/* ---- Arrows ---- */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--tm-border);
  background: var(--tm-white);
  color: var(--tm-teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(43, 38, 32, 0.08);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
  z-index: 3;
}
 
.carousel-arrow:hover {
  background: var(--tm-teal);
  color: var(--tm-white);
}
 
.carousel-arrow:active {
  transform: translateY(-50%) scale(0.94);
}
 
.carousel-arrow--prev { left: 8px; }
.carousel-arrow--next { right: 8px; }
 
/* ---- Dots ---- */
.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
 
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--tm-border);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
 
.carousel-dot:hover {
  background: var(--tm-amber);
}
 
.carousel-dot.is-active {
  width: 22px;
  border-radius: 4px;
  background: var(--tm-teal);
}

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .carousel-track,
  .carousel-slide {
    transition: none;
  }
}







/* BLOG SECTION */
section.blog-section {
    padding: 100px 0px;
}





/* BANNER SECTION */
section.cta-section {
    padding: 70px 0px;
	text-align: center;
}
h3.cta-section-title {
    font-size: 32px;
    font-weight: 600;
    margin: 0px;
	color: #fff!important;
}
p.cta-section-text {
    font-size: 22px;
    margin: 20px 0px;
	color: #fff!important;
}
.cta-section-wrap {
    background: #3b6df0;
    padding: 50px 0px;
    border-radius: 20px;
}


























/* MEDIA */
@media only screen and (max-width: 992px) {
	section.stats-bar-all .stats-bar {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 16px;
  }
 
  section.stats-bar-all .stats-bar_title {
    grid-column: 1 / -1;
    grid-row: auto;
    padding-right: 0;
    border-right: none;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--sb-divider);
    text-align: center;
    white-space: normal;
  }
 
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(1) { grid-column: 1; grid-row: 2; }
  section.stats-bar-all .stats-bar > .stast-text-wrap:nth-of-type(2)   { grid-column: 1; grid-row: 3; }
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(3) { grid-column: 2; grid-row: 2; }
  section.stats-bar-all .stats-bar > .stast-text-wrap:nth-of-type(4)   { grid-column: 2; grid-row: 3; }
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(5) { grid-column: 1; grid-row: 4; }
  section.stats-bar-all .stats-bar > .stast-text-wrap:nth-of-type(6)   { grid-column: 1; grid-row: 5; }
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(7) { grid-column: 2; grid-row: 4; }
  section.stats-bar-all .stats-bar > .stast-text-wrap:nth-of-type(8)   { grid-column: 2; grid-row: 5; }
 
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(3),
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(5),
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(7) {
    padding-left: 0;
  }
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(3)::before,
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(5)::before,
  section.stats-bar-all .stats-bar > .stast-number-wrap:nth-of-type(7)::before {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
	  .carousel-slide {
    width: min(480px, 80vw);
  }
  .carousel-arrow--prev { left: 4px; }
  .carousel-arrow--next { right: 4px; }
}

@media only screen and (max-width: 640px) {
	  .testimonials-section {
    padding: 64px 0 72px;
  }
  .testimonial-card {
    padding: 30px 24px 24px;
  }
  .testimonial-author {
    flex-direction: column;
    text-align: center;
  }
  .testimonial-author-info {
    align-items: center;
    text-align: center;
  }
  .carousel-arrow {
    width: 38px;
    height: 38px;
  }
  /* on small screens, neighbors barely fit — shrink the peek a bit more */
  .carousel-slide {
    width: min(340px, 84vw);
    opacity: 0.22;
    transform: scale(0.82);
  }
}


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


/* MEDIA */