.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 */
.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;
left: 50%;
text-align: center;
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;
}
}
/* Section Background */
.comparison-section {
background: linear-gradient(180deg, #4b1fa7, #8a2be2);
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: 900px;
}
/* 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;
}
}
/* Section */
.efficiency-section {
background: #ffffff;
padding: 90px 0;
max-width: 1200px;
margin: 0 auto;
}
/* Header */
.efficiency-section .efficiency-subtitle {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.efficiency-section .efficiency-subtitle 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;
}
.efficiency-section .efficiency-text {
margin-top: 15px;
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Cards */
.efficiency-section .efficiency-card {
border-radius: 24px;
border: 1px solid #E2E2E4;
background: #FFF;
padding: 20px;
transition: 0.3s ease;
height: 100%;
}
.efficiency-section .efficiency-card:hover {
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
transform: translateY(-5px);
}
.efficiency-section .efficiency-card img {
border-radius: 10px;
margin-bottom: 15px;
}
.efficiency-section .efficiency-card h6 {
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
margin-bottom: 8px;
}
.efficiency-section .efficiency-card p {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom: 0;
}
/* .efficiency-card img
{
width: 100%;
} */
/* Responsive */
@media (max-width: 768px) {
.efficiency-section {
padding: 60px 0;
}
.efficiency-section .efficiency-subtitle {
font-size: 22px;
}
}
/* ============================= */
/* 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;
}
.right-box .testimonial-item p
{
color: #444;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 170%; /* 27.2px */
}
.right-box .testimonial-item strong
{
color: #141219;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 1rem;
}
.scenario-section{
border-radius: 24px;
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:#fff;
}
.scenario-slide{
padding:40px 30px;
border-radius:14px;
display:none;
}
.scenario-slide.active{
display:block;
}
.scenario-slide h4{
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;
}
.scenario-slide p{
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.mini-card{
background:#ffffff;
color:#333;
border-radius:10px;
padding:15px;
text-align:center;
font-size:14px;
font-weight:500;
transition:0.3s;
}
.mini-card:hover{
transform:translateY(-5px);
}
.scenario-dots .dot{
height:10px;
width:10px;
margin:0 5px;
background:#ccc;
display:inline-block;
border-radius:50%;
cursor:pointer;
transition:0.3s;
}
.scenario-dots .dot.active{
background:#7b2cff;
transform:scale(1.2);
}
/* Responsive spacing */
@media(max-width:768px){
.scenario-slide{
padding:30px 20px;
}
}
.scenario-wrapper{
background: #ffffff;
border-radius: 12px;
padding: 25px 15px;
}
.scenario-item{
text-align: center;
padding: 10px 20px;
position: relative;
border-right:2px solid  rgba(106, 114, 130, 0.20);
}
.scenario-item:not(:last-child)::after{
content:"";
position:absolute;
right:0;
top:15%;
height:70%;
width:1px;
background:#dcdcdc;
}
/* Title row */
.scenario-title{
color: #4A4A4A;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
margin-bottom:15px;
display:flex;
align-items:center;
justify-content:center;
gap:6px;
}
/* Triangle Icon */
.scenario-title::before{
content:"▶";
font-size:12px;
color:#6f42c1;
}
/* Image */
.scenario-item img{
max-height:120px;
object-fit:contain;
margin-bottom:10px;
}
/* Caption */
.scenario-caption{
font-style:italic;
color: #000;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
}
@media(max-width:768px){
.scenario-item:not(:last-child)::after{
display:none;
}
.scenario-item{
margin-bottom:25px;
}
}
/* =========================
SECTION
=========================*/
.parat-process-section{
padding: 80px 0;
}
/* =========================
HEADINGS
=========================*/
.parat-main-title{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
}
.parat-highlight-title{
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%; /* 40px */
}
/* =========================
IMAGE
=========================*/
.parat-hero-img{
max-height:380px;
object-fit:contain;
}
/* =========================
PROCESS WRAPPER
=========================*/
.parat-process-wrapper{
border-radius: 61.825px;
border: 1.03px solid #F1F5F9;
background: #FFF;
box-shadow: 0 51.521px 103.041px -20.608px rgba(0, 0, 0, 0.08);
padding:45px;
}
/* =========================
CARD
=========================*/
.parat-process-card{
text-align:left;
padding:20px;
border-radius:16px;
transition:.35s;
height:100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.parat-process-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.08);
}
/* =========================
STEP BADGE
=========================*/
.parat-step-badge{
display:inline-block;
padding:6px 14px;
border-radius: 12.88px;
border: 1.03px solid #E2E8F0;
background: #FFF;
color: #90A1B9;
font-size: 12px;
font-style: normal;
font-weight: 900;
line-height: 19.32px; /* 150% */
letter-spacing: 1.288px;
margin-bottom:18px;
}
.parat-step-active{
border-radius: 12.88px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
color:white;
}
/* =========================
TEXT
=========================*/
.parat-step-title{
color: #060B13;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 198% */
margin-bottom:10px;
text-align: left;
}
.parat-step-text{
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
text-align: left;
}
/* =========================
STEP IMAGE
=========================*/
.parat-step-img{
margin-top:20px;
}
.parat-step-img img{
border-radius:14px;
transition:.3s;
}
.parat-process-card:hover img{
transform:scale(1.05);
}
/* =========================
RESPONSIVE
=========================*/
@media(max-width:991px){
.parat-main-title{
font-size:26px;
}
.parat-highlight-title{
font-size:30px;
}
.parat-process-wrapper{
padding:30px;
}
}
@media(max-width:767px){
.parat-main-title{
text-align:center;
}
.parat-highlight-title{
text-align:center;
}
.parat-description{
text-align:center;
margin:auto;
}
.parat-hero-img{
margin-top:30px;
}
}
/* =========================
SECTION
=========================*/
.parat-async-section{
padding: 80px 0;
}
/* =========================
HEADER
=========================*/
.parat-async-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:15px;
}
.parat-async-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-async-subtext{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* =========================
CARD
=========================*/
.parat-async-card{
border-radius: 24px;
background: #FFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
padding:30px;
transition:.35s;
height:100%;
}
.parat-async-card:hover{
transform:translateY(-6px);
}
/* =========================
CARD HEADING
=========================*/
.parat-card-heading{
border-radius: 8px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
color: #FFF;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
padding:12px 24px;
margin-bottom:25px;
display: inline-block;
}
.parat-text-right
{
display: flex;
justify-content: flex-end;
}
/* =========================
ITEM
=========================*/
.parat-async-item{
display:flex;
align-items:center;
gap:15px;
padding:15px;
border-radius: 16px;
border: 0.998px solid #F3F4F6;
background: #FFF;
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);
margin-bottom:14px;
transition:.3s;
margin-left: 50px;
}
.parat-async-item:hover{
background:white;
box-shadow:0 8px 20px rgba(0,0,0,.05);
transform:translateY(-3px);
}
.parat-async-item p{
margin:0;
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
}
/* =========================
ICON
=========================*/
.parat-async-icon{
width:80px;
height:80px;
object-fit:contain;
margin-left: -50px;
margin-right: 10px;
}
/* =========================
RESPONSIVE
=========================*/
@media(max-width:991px){
.parat-async-title{
font-size:28px;
}
.parat-async-card{
padding:25px;
}
.parat-async-title span {
    font-size: 33px;
}
.testimonial-section .quote-icon {
 
    top: -10px;

}
.pricing-section .badge-recommended {
    position: absolute;
    top: -12px;
    left: 0%;
    width: 100%;
    transform: none;
 text-align: center;
}
.scenario-slide h4 {
 font-size: 33px;
}
.efficiency-section .efficiency-subtitle span {
 font-size: 33px;
}
}
@media(max-width:767px){
.parat-async-title{
font-size:24px;
}
.parat-async-subtext{
font-size:14px;
}
.parat-async-item{
padding:12px;
}


}





/* =============================
   LEFT SIDE
============================= */

.clinic-left-inner {
    padding: 60px;
}

.clinic-small-title {
    color: #0F172B;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 25.881px; /* 142.857% */
}

.clinic-pricing-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: 0.4s ease;
}

.clinic-pricing-card:hover {
    transform: translateY(-5px);
}

.clinic-card-header {
 background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
    padding: 40px;
    color: #fff;
}

.clinic-icon-circle {
    width: 40px;
    height: 40px;
background: rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.clinic-card-title {
   color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 34.247px; /* 155.556% */
}

.clinic-card-subtitle {
color: #E0E7FF;
font-size: 14.677px;
font-style: normal;
font-weight: 400;
line-height: 19.57px; /* 133.333% */
}

.clinic-card-body {
    padding: 40px;
}

.clinic-label {
 color: #62748E;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24.462px; /* 142.857% */
}

.clinic-price {
color: #0F172B;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 34.247px; /* 140% */
}

.clinic-card-detail-label {
   color: #90A1B9;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 18.347px; /* 150% */
letter-spacing: 1.223px;
text-transform: uppercase;
    margin-top: 25px;
}

.clinic-card-number {
    margin-top: 8px;
   border-radius: 17.124px;
border: 1.957px solid #e9eaeb;
background: rgba(248, 250, 252, 0.50);
    padding: 10px 15px;
color: #90A1B9;
font-size: 14.677px;
font-style: normal;
padding: 12px 15px;
font-weight: 400;
line-height: 19.57px; /* 133.333% */
}

.clinic-orange-dot {
    width: 20px;
    height: 12px;
    background: #ff7a00;
border-radius: 7.339px;
}

.clinic-btn-primary {
  border-radius: 17.124px;
background: #141B5D;
box-shadow: 0 12.231px 18.347px -3.669px #E0E7FF, 0 4.892px 7.339px -4.892px #E0E7FF;
    border: none;
    padding: 14px;
   color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24.462px; /* 142.857% */
    transition: 0.3s ease;
}

.clinic-btn-primary:hover {
    background: #1b165e;
    transform: translateY(-2px);
}

.clinic-secure-text {
    text-align: center;
color: #90A1B9;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18.347px; /* 150% */
}

/* =============================
   RIGHT SIDE
============================= */

.clinic-right-inner {
    padding: 60px;
}

.clinic-model-select {
   color: #4F39F6;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 19.411px; /* 150% */
letter-spacing: 2.588px;
}

.clinic-model-card {
    padding: 25px;
border-radius: 16px;
border: 0.998px solid #F3F4F6;
background: #FFF;
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);
    transition: 0.3s ease;
}

.clinic-model-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.clinic-model-active {
border-radius: 16px;
border: 0.998px solid var(--frre, #141B5D);
background: #FFF;
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);
}
.clinic-pricing-section-inner
{
    border-radius: 0 0 51.762px 51.762px  ;
border: 1.035px solid #E2E8F0;
background: #FFF;
box-shadow: 0 32.351px 64.703px -15.529px rgba(0, 0, 0, 0.25);
  border: none;
  position: relative;
}
.clinic-pricing-section-inner::before 
{
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
}
.clinic-model-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.clinic-model-icon {
    width: 60px;
    height: 60px;
}

.clinic-model-label {
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: 12.941px; /* 92.433% */
letter-spacing: 2px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    margin: 0;
}

.clinic-model-title {
   color: #62748E;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 36.234px; /* 181.168% */
    margin: 0;
}

.clinic-model-desc {
   color: #6A7282;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
    margin-bottom: 20px;
}

.clinic-small-muted {
   color: #90A1B9;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 19.411px; /* 138.649% */
letter-spacing: 0.647px;
    margin: 0;
}

/* Model A Header Gradient */
.clinic-modela-header {
    background: linear-gradient(135deg, #2a1f8f, #c100ff);
}

/* Free price color */
.clinic-free-price {
    color: #10b981;
}

/* Feature list */
.clinic-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clinic-feature-list li {
  color: #45556C;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20.058px; /* 133.333% */
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.clinic-feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #9810FA;
    font-weight: 600;
}

.clinic-small-strong {
   color: #314158;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20.705px; /* 147.892% */
    margin: 0;
}

.clinic-green-text {
   color: #096;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20.705px; /* 133.333% */
}

/* =============================
   RESPONSIVE
============================= */

@media (max-width: 991px) {
    .clinic-left-inner,
    .clinic-right-inner {
        padding: 30px;
    }

    .clinic-main-row {
        row-gap: 40px;
    }
}


/* =============================
   FREE OR PAID SECTION
============================= */

.clinic-decision-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.clinic-decision-title {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
}

.clinic-gradient-text {
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;
}

.clinic-decision-subtitle {
color: #45556C;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

/* Responsive */
@media (max-width: 768px) {
    .clinic-decision-title {
        font-size: 33px;
    }

    
.clinic-gradient-text {
font-size: 33px;
}
}



.scenario-slider {
    min-height: 60vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}