/* Section Background */
.pricing-section
{
padding: 80px 0;
}
/* Pricing Cards */
.pricing-section .pricing-card {
border-radius: 12px;
border: 1.128px solid #BFBFBF;
background: var(--Secondary-2, #FFF);
box-shadow: -4.51px 4.51px 33.828px 0 rgba(0, 0, 0, 0.04);
padding: 40px 30px;
position: relative;
transition: 0.3s ease;
height: 100%;
}
.pricing-section .pricing-card:hover {
transform: translateY(-5px);
}
/* Featured Card */
.pricing-section .pricing-card.featured {
border-radius: 12px;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
color: #ffffff;
}
/* Badge */
.pricing-section .badge-recommended {
position: absolute;
top: -12px;
text-align: center;
left: 50%;
transform: translateX(-50%);
border-radius: 8.733px;
border: 0.273px solid #141B5D;
background: #FFF;
box-shadow: 2.183px 2.183px 2.183px 0 rgba(227, 223, 255, 0.18);
color: #141B5D;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
padding: 8px 14px;
}
/* Text Styling */
.pricing-section .plan-title {
color: #000;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 8px;
}
.pricing-section .plan-sub {
color: #7C7C7C;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.pricing-section .price {
color: #000;
font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 15px 0 5px;
}
.pricing-section .price span {
color: #656565;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.pricing-section .alt-price {
color: #58595B;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 158.678% */
margin-bottom: 20px;
}
/* Feature List */
.pricing-section .features {
padding: 0;
margin: 20px 0;
margin-left: 20px;
}
.pricing-section .features li {
margin-bottom: 10px;
color: #58595B;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 27px; /* 192.857% */
}
.pricing-card-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;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 21.6px */
padding: 12px 16px;
}
.pricing-card-btn:hover
{
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;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 21.6px */
padding: 12px 16px;
}
.featured-btn
{
border-radius: 8px;
background: linear-gradient(0deg, #FFF 0%, #FFF 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: #141B5D;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 21.6px */
padding: 12px 16px;
}
.featured-btn:hover
{
border-radius: 8px;
background: linear-gradient(0deg, #FFF 0%, #FFF 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: #141B5D;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 21.6px */
padding: 12px 16px;
}
/* Right Content */
.pricing-section .included-text {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
}
.pricing-section .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;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
}
.pricing-section .section-title span {
color: #6c2bd9;
}
.pricing-section .section-desc {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
line-height: 1.7;
}
/* Responsive Adjustments */
@media (max-width: 991px) {
.pricing-section .section-title {
font-size: 28px;
}
.pricing-section .pricing-card {
padding: 30px 25px;
}
}

/* Section Background */
.stats-section {
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
padding: 80px 0;
}
/* Card Styling */
.stats-section .stat-card {
border-radius: 24px;
border: 0.8px solid #27272A;
background: #18181B;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
color: #ffffff;
padding: 40px 20px;
transition: all 0.3s ease;
height: 100%;
}
.stats-section .stat-card:hover {
transform: translateY(-8px);
}
/* Typography */
.stats-section .stat-card h5 {
color: #FFF;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 38.4px */
margin-bottom: 5px;
}
.stats-section .stat-card p {
color: var(--Colors-Neutral-100, #FFF);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin-bottom: 0;
}
/* Responsive */
@media (max-width: 767px) {
.stats-section {
padding: 60px 0;
}
.stats-section .stat-card {
padding: 30px 20px;
}
.stats-section .stat-card h2 {
font-size: 32px;
}
}

/* ============================= */
/* TESTIMONIAL SECTION STYLES   */
/* ============================= */
.testimonial-section{
padding:80px 0;
}
.testimonial-section .section-title{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.testimonial-section .section-title span{
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%;
letter-spacing: -1.92px;
}
.testimonial-section  .section-text
{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.testimonial-section .left-card{
background:#fff;
border-radius: 0 12px 12px 0;
padding:15px;
cursor:pointer;
transition:0.3s;
margin-bottom:15px;
display:flex;
align-items:center;
gap:12px;
border-left: 4px solid #fff;
}
.testimonial-section .left-card.active{
border-radius: 0 12px 12px 0;
border-left: 4px solid #A2A2A2;
background: #141B5D;
color:#fff;
}
.testimonial-section .left-card img{
width:45px;
height:45px;
border-radius:50%;
}
.testimonial-section .right-box{
padding:60px 40px;
border-radius: 24px;
background: #FFF;
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
text-align:center;
position:relative;
max-width: 500px;
margin: auto;
}
.testimonial-section .quote-icon{
font-size:50px;
color:#7b2cff;
position:absolute;
top: -30px;
left:30px;
}
.testimonial-section .testimonial-item{
display:none;
animation:testimonialFade 0.4s ease;
}
.testimonial-section .testimonial-item.active{
display:block;
}
@keyframes testimonialFade{
from{opacity:0;}
to{opacity:1;}
}
.testimonial-section .card-content{
flex:1;
display:flex;
justify-content:space-between;
align-items:center;
}
.testimonial-section .card-text{
display:flex;
flex-direction:column;
}
.testimonial-section .card-text strong{
color: #141413;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 0.5rem;
}
.testimonial-section .card-text small{
color: #141413;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.testimonial-section .card-rating{
color: #141413;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.testimonial-section .left-card.active strong, .testimonial-section .left-card.active .card-rating, .testimonial-section .left-card.active small{
color:#fff;
}

.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;
}
}


/* Section Background */


/* Header */
.parat-feature-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;
}

.parat-feature-title span {
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%;
letter-spacing: -1.92px;
}

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

/* Wrapper Card */
.parat-feature-wrapper {
border-radius: 40px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Tabs */
.parat-tab-list .parat-tab-item {
  border-radius: 19.951px;
border: 0.998px solid rgba(255, 255, 255, 0.40);
background: rgba(255, 255, 255, 0.50);
box-shadow: 0 1.247px 3.741px 0 rgba(0, 0, 0, 0.10), 0 1.247px 2.494px -1.247px rgba(0, 0, 0, 0.10);
    padding: 16px 20px;
    margin-bottom: 14px;
  color: #4A4A4A;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 39.6px; /* 247.5% */
    transition: all 0.3s ease;
}

.parat-tab-list .parat-tab-item:hover {
    background: #e8e6ff;
    transform: translateX(5px);
}

.parat-tab-list .parat-tab-item.active {
   border-radius: 19.951px;
border: 0.998px solid rgba(255, 255, 255, 0.40);
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
box-shadow: 0 1.247px 3.741px 0 rgba(0, 0, 0, 0.10), 0 1.247px 2.494px -1.247px rgba(0, 0, 0, 0.10);
color: #fff;
}

/* Right Description */
.parat-tab-description {
   color: #4A5565;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
}





/* Responsive */
@media (max-width: 991px) {
    .parat-feature-title {
        font-size: 30px;
    }


}

@media (max-width: 576px) {
    .parat-feature-title {
        font-size: 24px;
    }

    .parat-tab-item {
        font-size: 14px;
    }
}


/* =============================
GLOBAL
============================= */
.parats-section-wrapper{
background:#ffffff;
position:relative;
}

/* =============================
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:8px;
}

.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;

}

.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: 700;
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;
}

}


/* 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;
max-width: 1000px;
}
.comparison-section .comparison-card-b {
overflow: hidden;
max-width: auto;
text-align: center;
}

.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 .text-left
{
text-align: left !important;
}
.comparison-section .comparison-table td {
padding: 22px 20px;
vertical-align: middle;
border-bottom: 1px solid #f0f0f0;
font-size: 14px;
}
.comparison-section .comparison-table .text-start
{
    color: #1D293D;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 31.875px; /* 199.219% */
}
.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 .text-badge {
color: #4A5565;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
.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;
}
}

.main-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;
text-align: left;
}

.main-clinical-section
{
    padding: 80px 0;
}

.main-description {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
text-align: left;
}

.main-card {
  border-radius: 16px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 25px;
    transition: all 0.4s ease;
    height: 100%;
}

.main-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}




.main-card-title {
 color: #060B13;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 198% */
}

.main-muted {
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}

.main-image {

    transition: 0.4s ease;
}

.main-image:hover {
    transform: scale(1.03);
}

.main-progress {
    height: 6px;
    background: #e5e7eb;
    border-radius: 20px;
    margin-top: 8px;
}



.main-stat-purple {
color: #2A008C;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
}

.main-stat-green {
  color: #00A63E;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
}

.main-stat-card h2 {
    font-size: 36px;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 26px;
    }
}



.mains-roi-card-wrapper {
   border-radius: 40px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
    padding: 60px 40px;
}

.mains-stat-box {
   border-radius: 40px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
    padding: 25px;
    transition: 0.3s ease;
}

.mains-stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.mains-stat-box h4 {
    background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
    margin-top: 15px;
}

.mains-stat-box p {
   color: #4A5565;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.mains-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.mains-icon-purple { background: #8b5cf6; }
.mains-icon-blue { background: #3b82f6; }
.mains-icon-green { background: #10b981; }

.mains-roi-title {
   background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
}


.mains-roi-section
{
padding: 80px 0;
padding-top: 40px;
}

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

.mains-scenario-box {
  border-radius: 14px;
border: 0.8px solid rgba(233, 212, 255, 0.50);
background: rgba(255, 255, 255, 0.60);
    padding: 18px;
    position: relative;
}
.mains-scenario-box p {
color: #364153;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}
.mains-scenario-box p span {
color: #2A008C;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px;
}
.mains-scenario-box h2 {
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 125% */
letter-spacing: 0.35px;
}

.mains-scenario-dot {
    width: 8px !important;
    height: 8px !important;
background: #AD46FF;
    border-radius: 50%;
margin-right: 0.5rem;
}

.mains-gradient-box {
 border-radius: 14px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: #fff;
    padding: 30px;
    border-radius: 14px;
}

.mains-gradient-box h5 {
color: rgba(255, 255, 255, 0.90);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: 0.8px solid rgba(255, 255, 255, 0.20);
}
.mains-gradient-box h5 strong {
color: rgba(255, 255, 255, 0.90);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px;
}


.mains-gradient-box small {
color: rgba(255, 255, 255, 0.80);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.mains-btn {
    display: inline-block;
    padding: 12px 22px;
    margin: 5px;
    text-decoration: none;
    transition: 0.3s ease;
}

.mains-btn-primary {
  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: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.mains-btn-primary:hover {
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
}

.mains-btn-outline {
border-radius: 8px;
border: 1px solid #141B5D;
background: #FFF;
color: var(--Colors-Primary-500, #141B5D);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.mains-btn-outline:hover {
    background: #f3f4f6;
}

@media (max-width: 768px) {
    .mains-roi-card-wrapper {
        padding: 40px 20px;
    }

    .mains-roi-title {
        font-size: 24px;
    }
}