/* =============================
GLOBAL
============================= */
.parats-section-wrapper{
background:#ffffff;
}
/* =============================
LEFT SIDE
============================= */
.parats-left-wrapper{
position:relative;
padding-left:60px;
}
/* Vertical Badge */
.parats-problem-badge{
position:absolute;
left:0;
top:0px;
writing-mode:vertical-rl;
transform:rotate(180deg);
border-radius: 26843500px;
background: linear-gradient(180deg, #FB2C36 0%, #E7000B 100%);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
padding:16px 8px;
border-radius:20px;
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 8px;
}
/* Problem Card */
.parats-problem-card{
background:#fff5f5;
border:1px solid #ffcaca;
border-radius:16px;
padding:24px;
margin-bottom:30px;
transition:.4s;
}
.parats-problem-card:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}
.parats-problem-title{
display:flex;
align-items:center;
gap:12px;
margin-bottom:30px;
}
.parats-problem-title h3{
margin:0;
color: #FFC9C9;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 100% */
}
.parats-icon-x{
width: 48px;
height: 48px;
border-radius:50%;
background: #FB2C36;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight: 600;
}
.parats-problem-text{
color: #4A4A4A;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 29.25px; /* 162.5% */
margin:0;
}
/* User Card */
.parats-user-card{
position:absolute;
bottom:-18px;
left:50px;
background:#fff;
border-radius:12px;
padding:10px 14px;
display:flex;
align-items:center;
gap:10px;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
}
.parats-user-avatar{
width:32px;
height:32px;
border-radius:50%;
background:#cfd8dc;
}
/* Avatar group */
.parats-user-group{
display:flex;
gap:6px;
margin-top:18px;
}
.img-vector
{
position:relative;
padding-top: 50px;
}
.parats-user-group div{
width:26px;
height:26px;
border-radius:50%;
background:#cfd8dc;
border:2px solid #fff;
}
/* =============================
RIGHT SIDE
============================= */
.parats-solution-wrapper{
position:relative;
padding-left:60px;
}
/* Badge */
.parats-solution-badge{
position:absolute;
left:0;
top:0;
writing-mode:vertical-rl;
transform:rotate(180deg);
border-radius: 26843500px;
background: linear-gradient(180deg, #141B5D 0%, #2A008C 100%);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
padding:16px 8px;
border-radius:20px;
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
letter-spacing: 8px;
}
/* Card */
.parats-solution-card{
border-radius: 16px;
border: 1.6px solid #E9D4FF;
background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 100%);
padding:26px;
transition:.4s;
}
.parats-solution-card:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}
.parats-solution-heading{
color: #141B5D;
font-size: 20px;
font-style: normal;
font-weight:600;
line-height: 28px; /* 140% */
margin-bottom:10px;
}
.parats-solution-text{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin:0;
}
/* =============================
RESPONSIVE
============================= */
@media(max-width:991px){
.parats-left-wrapper,
.parats-solution-wrapper{
padding-left:0;
}
.parats-problem-badge,
.parats-solution-badge{
position:relative;
writing-mode:horizontal-tb;
transform:none;
display:block;
margin-bottom:15px;
padding: 8px 8px;
text-align: center;
}
.parats-user-card{
left:20px;
}
.img-vector
{
display: none;
}
}
@media(max-width:576px){
.parats-problem-card,
.parats-solution-card{
padding:20px;
}
.parats-problem-title h3{
font-size:28px;
}
}
.parats-main-row
{
padding-bottom: 50px;
}
/* Section Background */
.comparison-section {
padding: 90px 0;
}
/* Heading */
.comparison-section .comparison-title {
color: var(--Backgrounds-Primary, #FFF);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
}
.comparison-section .comparison-subtitle {
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin: 15px auto 0;
line-height: 1.6;
}
/* Card */
.comparison-section .comparison-card {
background: #ffffff;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0,0,0,0.25);
max-width: 1000px;
}
.comparison-section .comparison-card-b {
overflow: hidden;
max-width: 1000px;
}
.parat-main-title {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
}
.parat-main-title span {
background: linear-gradient(180deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
margin-bottom: 10px;
margin-bottom: 15px;
}
.parat-description {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%;
}
/* Table */
.comparison-section .comparison-table th {
padding: 20px;
color: #62748E;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26.563px; /* 142.857% */
letter-spacing: 0.93px;
border-bottom: 1px solid #eee;
}
.comparison-section .comparison-table td {
padding: 22px 20px;
vertical-align: middle;
border-bottom: 1px solid #f0f0f0;
font-size: 14px;
}
.comparison-section .comparison-table td strong {
color: #1D293D;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 31.875px; /* 150% */
}
.comparison-section .comparison-table td small {
color: #90A1B9;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21.25px; /* 133.333% */
}
/* Highlight DentuluPro Column */
.comparison-section .highlight-col {
background: rgba(238, 242, 255, 0.60);
}
/* Badges */
.comparison-section .no-badge {
border-radius: 35651524px;
background: #FEF2F2;
box-shadow: 0 0 0 1.328px #FFE2E2;
color: #FF6467;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 21.25px; /* 133.333% */
padding: 6px 14px;
}
.comparison-section .yes-badge {
border-radius: 35651524px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
box-shadow: 0 1.328px 3.984px 0 #C6D2FF, 0 1.328px 2.656px -1.328px #C6D2FF;
color: #FFF;
font-size: 15.938px;
text-align: center;
font-style: normal;
font-weight: 700;
line-height: 21.25px; /* 133.333% */
padding: 6px 16px;
}
.comparison-section .comparison-table th.highlight-col
{
color: #4F39F6;
}
/* Responsive */
@media (max-width: 768px) {
.comparison-section {
padding: 60px 0;
}
.comparison-section .comparison-title {
font-size: 26px;
}
.comparison-section .comparison-table td,
.comparison-section .comparison-table th {
padding: 16px 12px;
}
}
/* Parent Scoped Styling */
.independence-section {
padding: 80px 0;
}
/* Header */
.independence-section .sub-title {
color: #333;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 48px; /* 150% */
margin-bottom: 10px;
}
.independence-section .main-title {
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 60px; /* 150% */
letter-spacing: -1.92px;
margin-bottom: 15px;
background: linear-gradient(180deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.independence-section .description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
padding-bottom: 20px;
}
/* Cards */
.independence-section .independence-card {
position: relative;
border-radius: 16px;
border: 0.8px solid #E9D4FF;
background: #FFF;
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.10);
padding: 40px 25px 30px;
height: 100%;
transition: all 0.3s ease;
}
.independence-section .independence-card:hover {
transform: translateY(-8px);
}
/* Step Badge */
.independence-section .step-badge {
position: absolute;
top: -28px;
left: 50%;
transform: translateX(-50%);
border-radius: 26843500px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.20);
color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
/* Image */
.independence-section .card-img {
margin-top: 20px;
margin-bottom: 20px;
}
/* Text */
.independence-section .card-title {
color: #141B5D;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 36px; /* 150% */
margin-bottom: 16px;
}
.independence-section .card-text {
color: #666;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 30px */
}
/* Responsive */
@media (max-width: 991px) {
.independence-section .main-title {
font-size: 26px;
}
}
@media (max-width: 576px) {
.independence-section .independence-card {
padding: 35px 20px;
}
}
/* Parent Section */
.pricing-section {
padding: 80px 0;
}
.pricing-section-bg
{
border-radius: 24px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
padding: 30px;
margin-bottom: 50px;
}
/* Top Gradient Card */
.pricing-section .pricing-card {
background: linear-gradient(135deg, #8e2de2, #4a00e0);
color: #fff;
padding: 40px;
border-radius: 16px;
height: 100%;
}
.pricing-section .title {
color: #FFF;
text-align: left;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
}
.pricing-section .subtitle {
color: #FFF;
text-align: left;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 257.143% */
}
.pricing-section .description {
color: #FFF;
font-size: 20px;
text-align: left;
font-style: normal;
font-weight: 500;
line-height: 180%; /* 36px */
}
.pricing-section .description a {
color: #FFF;
text-decoration: underline;
}
/* Info Boxes */
.pricing-section .info-box {
display: flex;
align-items: center;
gap: 15px;
border-radius: 16px;
border: 0.8px solid #E9D4FF;
background: linear-gradient(180deg, #F9FAFB 0%, #FFF 100%);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
padding: 15px;
margin-bottom: 15px;
}
.pricing-section .info-box img {
width: 65px;
height: 65px;
margin-right: 0.5rem;
}
.pricing-section .info-box h6 {
margin: 0;
color: #141B5D;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
margin-bottom: 0.5rem;
}
.pricing-section .info-box p {
margin: 0;
color: #666;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; /* 150% */
}
/* Plan Card */
.pricing-section .plan-card {
padding: 30px;
border-radius: 24px;
border: 1.6px solid #9810FA;
background: #FFF;
box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
position: relative;
}
.pricing-section .badge-plan {
position: absolute;
top: -12px;
right: 20px;
border-radius: 26843500px;
background: linear-gradient(180deg, #9810FA 0%, #141B5D 100%);
color: #FFF !important;
font-size: 14px !important;
font-style: normal;
font-weight: 700;
line-height: 18px;
letter-spacing: 1px;
padding: 6px 15px;
}
.pricing-section .plan-card h4 {
color: #141B5D;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
}
.pricing-section .plan-card h2 {
color: #141B5D;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 56px; /* 100% */
margin: 10px 0;
}
.pricing-section .plan-card p {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
margin: 10px 0;
}
.pricing-section .plan-card span {
color: #727272;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
}
/* Features Card */
.pricing-section .features-card {
border-radius: 20px;
border: 0.8px solid #E5E5E5;
background: #FFF;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
padding: 25px;
}
.pricing-section .features-card h6 {
color: #333;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 33px; /* 235.714% */
}
.pricing-section .features-card ul {
list-style: none;
padding: 0;
margin: 15px 0;
}
.pricing-section .features-card ul li {
padding: 10px 0;
border-bottom: 0.8px solid #F0F0F0;
color: #333;
font-size: 15px;
text-align: left;
font-style: normal;
font-weight: 400;
line-height: 22.5px; /* 150% */
position: relative;
padding-left: 20px;
}
.pricing-section .features-card ul li::before {
content: "";
position: absolute;
left: 0;
top: 15px;
border-radius: 50%;
width: 6px;
height: 6px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
}
/* Button */
.pricing-section .btn-primary {
border-radius: 8px;
background: #141B5D;
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;
border: none;
padding: 12px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}
.pricing-section .btn-primary:hover {
background: #000;
}
/* Right Content */
.pricing-section .pricing-content h3 {
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: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
}
.pricing-section .pricing-content .subtitle {
font-weight: 600;
margin-top: 10px;
}
.pricing-section .pricing-content p {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Responsive */
@media (max-width: 991px) {
.pricing-section .pricing-card {
text-align: center;
}
.pricing-section .info-box {
justify-content: center;
text-align: center;
}
.pricing-section .plan-card,
.pricing-section .features-card {
text-align: center;
}
}
@media (max-width: 576px) {
.pricing-section .plan-card h2 {
font-size: 32px;
}
}
/* 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-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;
}
/* 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;
}
}
.monitoring-tools{
padding:80px 0;
}
.monitoring-tools .common-heading .small-title{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
text-align: left;
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: left;
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: left;
font-weight: 400;
line-height: 200%; /* 40px */
}
.monitoring-tools h4{
color: #333;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 48px; /* 150% */
}
.monitoring-tools p{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
text-align: left;
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;
}
}

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