/* =========================
   SECTION BASE
========================= */
.common-sectionm {
padding: 80px 0;
}

.common-sectionm .common-section-title {
color: #333;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 48px; /* 150% */
letter-spacing: -1.92px;
}

.common-sectionm .common-section-subtitle {
color: #4A4A4A;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 200% */
}

/* =========================
   CARD
========================= */
.common-sectionm .benefit-card {
border-radius: 24px;
border: 0.8px solid #E9D4FF;
background: #FFF;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  padding: 40px;
  margin: 0 auto;
}

.common-sectionm .benefit-card h4 {
color: #141B5D;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 48px; /* 150% */
  margin-bottom: 15px;
}

.common-sectionm .benefit-card p {
color: #4A4A4A;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 200% */
}

/* =========================
   BOTTOM TABS
========================= */
.common-sectionm .benefit-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 10px;
}

.common-sectionm .benefit-tabs .nav-link {
  flex: 1;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  border: none;
  transition: all 0.3s ease;
  margin: 1rem;
  opacity: 0.8;
}

.common-sectionm .benefit-tabs .nav-link img {
  margin-bottom: 6px;
}

.common-sectionm .benefit-tabs .nav-link span {
  display: block;
color: #4A4A4A;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 150% */
}

.common-sectionm .benefit-tabs .nav-link.active {
border-radius: 12px;
border: 1px solid #E9D4FF;
background: #FFF;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  opacity: 1;
}

.common-sectionm .benefit-tabs .nav-link.active span {
color: #141B5D;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 150% */
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .common-sectionm .benefit-card {
    padding: 25px;
  }
}


.workflow-section {
position: relative;
}
/* Header */
.workflow-section .workflow-title {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 150%;
letter-spacing: -1.92px;
}
.workflow-section .workflow-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-weight: 700;
line-height: 150%;
letter-spacing: -1.92px;
}
.workflow-section .workflow-text {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 200%;
}
/* Vertical Line */
.workflow-section .timeline-wrapper {
position: relative;
margin-top: 60px;
}
.workflow-section .timeline-wrapper::before {
content: '';
position: absolute;
width: 3px;
background: linear-gradient(to bottom, #7b3cff, #4c2cff);
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
/* Dot Image */
.workflow-section .timeline-dot {
position: relative;
z-index: 2;
}
/* Content Card */
.workflow-section .timeline-content {
padding: 25px;
transition: 0.3s;
margin-bottom: 1.5rem;
}
.workflow-section .timeline-content h6 {
color: #060B13;
font-size: 24px;
font-weight: 600;
line-height: 39.6px;
}
.workflow-section .timeline-content p {
color: #4A5565;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.workflow-section .timeline-content:hover {
transform: translateY(-5px);
}
.workflow-section .step-number {
color: #99A1AF;
font-size: 72px;
font-weight: 700;
line-height: 72px;
display: block;
margin-bottom: 8px;
}
/* Image Card */
.workflow-section .timeline-image {
padding: 15px;
transition: 0.3s;
margin-bottom: 1.5rem;
}
.workflow-section .timeline-image:hover {
transform: translateY(-5px);
}
.workflow-section .workflow-btn {
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #FFF;
text-align: center;
font-size: 16px;
font-weight: 700;
padding: 12px 16px;
}
.workflow-section .workflow-btn:hover {
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #FFF;
}
/* Responsive */
@media (max-width: 991px) {
.workflow-section .timeline-wrapper::before {
left: 20px;
}
.workflow-section .timeline-row .row {
flex-direction: column;
}
.workflow-section .timeline-dot {
margin-left: -24px;
text-align: left;
}
.workflow-section .timeline-content,
.workflow-section .timeline-image {
text-align: left !important;
margin-bottom: 1.5rem;
}
}


/* Parent Section */
.hygienists-section {
padding: 80px 0;
}
/* Heading */
.hygienists-section .section-title {
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hygienists-section .section-sub-title {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
}
.hygienists-section .section-description {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-top: 15px;
}
/* Content Box */
.hygienists-section .content-box {
margin-top: 40px;
}
.hygienists-section .content-box h4 {
color: #575757;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 39.6px; /* 110% */
margin-bottom: 20px;
}

.hygienists-section .content-box p {
color: #4A4A4A;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin-bottom: 20px;
}
/* List */
.hygienists-section .content-box ul {
padding-left: 18px;
}
.hygienists-section .content-box ul li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
line-height: 1.6;
}
/* Image */
/* Responsive */
@media (max-width: 991px) {
.hygienists-section .section-title {
font-size: 26px;
text-align: center;
}
.hygienists-section .section-description {
text-align: center;
}
.hygienists-section .content-box {
text-align: center;
}
}
@media (max-width: 576px) {
.hygienists-section .section-title {
font-size: 22px;
}
}

/* Sticky Wrapper */
.main-home-sticky-m .sticky-wrapper-m {
position: relative;
}
/* Sticky Sections */
.main-home-sticky-m .sticky-section-m {
height: auto;
position: sticky;
top: 15vh;
padding: 80px 0;
transition: opacity 0.4s ease;
background-color: #fff;
}
@media(max-width:992px){
.main-home-sticky-m .sticky-section-m {
height: auto;
position: static;
    padding: 20px 0;
}
}

/* Section */
.common-partner-section {
padding: 80px 0;
}

/* Title */
.common-partner-section .common-title {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
}

/* Subtitle */
.common-partner-section .common-subtext {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}

/* Card */
.common-partner-section .common-card {
border-radius: 40px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  padding: 30px;
}

/* Card Title */
.common-partner-section .common-card-title {
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

/* Card Text */
.common-partner-section .common-card-text {
  color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Tags */
.common-partner-section .common-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.common-partner-section .common-tags span {
  padding: 10px 14px;
border-radius: 8px;
border: 1px solid var(--frre, #141B5D);
background: #FFF;
color: #4A4A4A;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 150% */
}



/* Responsive */
@media (max-width: 991px) {
  .common-partner-section .common-card {
    text-align: center;
  }

  .common-partner-section .common-tags {
    justify-content: center;
  }
}

.monitoring-tools{
padding:80px 0;
}
.monitoring-tools .small-title{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
text-align: center;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
margin-bottom:5px;
}
.monitoring-tools .section-title{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
text-align: center;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
}
.monitoring-tools .section-desc{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
text-align: center;
font-weight: 400;
line-height: 200%; /* 40px */
}
.monitoring-tools .common-card{
border-radius: 24px;
border: 1px solid #E2E2E4;
padding:22px;
transition:0.3s;
height:100%;
}
.monitoring-tools .mobile-mockup
{
text-align: center;
}
.monitoring-tools .common-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.monitoring-tools .tool-card img{
width: 100%;
}
.ecosystem-center-image
{
display: flex;
align-items: center;
height: 100%;
justify-content: center;
}
.monitoring-tools .tool-card h6{
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
margin-bottom:15px;
padding-bottom: 15px;
border-bottom: 1px solid  rgba(0, 0, 0, 0.10);
}
.monitoring-tools .tool-card p{
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom:0;
}
/* responsive */
@media(max-width:991px){
.monitoring-tools .mobile-mockup{
margin:40px 0;
}
}

/* Section */
.common-enterprise-section {
padding: 80px 0;
}

/* Title */
.common-enterprise-section .common-title {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
  margin-bottom: 10px;
}

/* Description */
.common-enterprise-section .common-desc {
  color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}

/* Card */
.common-enterprise-section .common-card {
  padding: 20px 24px;
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

/* Card Hover */
.common-enterprise-section .common-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transform: translateY(-3px);
}

/* Card Title */
.common-enterprise-section .common-card h6 {
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 180% */
  margin-bottom: 6px;
}

/* Card Text */
.common-enterprise-section .common-card p {
color: #6A7282;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 180%; /* 25.2px */
}

/* Responsive */
@media (max-width: 767px) {
  .common-enterprise-section .common-title {
    font-size: 22px;
  }
}