/* =============================
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: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;
}
.parats-main-row:last-child
{
margin-bottom: 0 !important;
}
.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: 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;
}
}
/* Parent Section */
.pricing-section{
padding: 80px 0;
}
/* Title */
.pricing-section .pricing-title{
color: #333;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 54px; /* 150% */
}
/* Cards */
.pricing-section .pricing-card{
border-radius: 24px;
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:30px;
}
.pricing-section .pricing-main-card{
border: 1.6px solid var(--frre, #141B5D);
}
/* Plan Title */
.pricing-section .plan-title{
color: #333;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 48px; /* 150% */
margin-bottom:10px;
}
/* Price */
.pricing-section .price-wrapper{
display:flex;
align-items:flex-end;
gap:5px;
margin-bottom:10px;
}
.pricing-section .price{
background: linear-gradient(180deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 64px; /* 100% */
}
.pricing-section .per{
color: #666;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 42px; /* 150% */
margin-bottom:8px;
}
/* Setup Fee */
.pricing-section .setup-fee{
color: #666;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 150% */
}
/* HIPAA Badge */
.pricing-section .badge-hipaa{
border-radius: 26843500px;
background: #F8F7FF;
padding:8px 16px;
color: #666;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
display:inline-block;
margin-top:10px;
}
/* Solo Provider */
.pricing-section .solo-title{
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 150% */
margin-bottom:16px;
}
.pricing-section .solo-desc{
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 160% */
}
.pricing-section .solo-price{
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 150% */
margin-right:5px;
}
.pricing-section .solo-note{
border-radius: 26843500px;
border: 0.8px solid #E5E5E5;
background: #F8F7FF;
padding: 8px 16px;
color: #666;
font-size: 14px;
font-style: normal;
font-weight: 400;
display: inline-block;
line-height: 19.5px; /* 150% */
}
/* Small Cards */
.pricing-section .pricing-small-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:20px;
margin-bottom:15px;
}
.pricing-section .pricing-small-card h6{
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 150% */
}
.pricing-section .pricing-small-card p{
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22.5px; /* 150% */
margin:0;
}
/* Features */
.pricing-section .pricing-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:30px;
}
.pricing-section .features-title{
color: #333;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 33px; /* 235.714% */
margin-bottom:20px;
}
.pricing-section .features-list{
list-style: none;
padding-left: 0;
}
.pricing-section .features-list li{
margin-bottom:16px;
color: #333;
position: relative;
padding-left: 25px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; /* 139.286% */
border-bottom: 0.8px solid #F0F0F0;
padding-bottom: 16px;
}
.pricing-section .features-list li::before {
content: "";
position: absolute;
left: 0;
top: 4px;
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
}
/* Image */
.pricing-section .pricing-image{
margin-bottom: 10px;
}
/* CTA */
.pricing-section .pricing-cta{
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 .pricing-cta h6{
color: #333;
font-size: 22px;
font-style: normal;
text-align: left;
font-weight: 700;
line-height: 33px; /* 150% */
margin-bottom:16px;
}
.pricing-section .pricing-cta p{
color: #666;
font-size: 16px;
text-align: left;
font-style: normal;
font-weight: 600;
line-height: 22.5px; /* 160.714% */
letter-spacing: 1px;
margin:0;
}
/* Responsive */
@media (max-width:991px){
.pricing-section .price{
font-size:38px;
}
.pricing-section .pricing-image{
margin-bottom:30px;
}
}
/* Section */
.common-section {
padding: 80px 0;
}
/* Header */
.common-section .subtitle{
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom:10px;
}
.common-section .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;
margin-bottom:15px;
}
.common-section .description{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Cards */
.common-section .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:40px;
display: flex;
justify-content: center;
flex-direction: column;
}
.common-section .card-label{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
margin-bottom:15px;
}
.common-section .card-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%; /* 60px */
letter-spacing: -1.92px;
margin-bottom:20px;
}
.common-section .tool-btn
{
background: #312e81;
border-color: #312e81;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration: none;
border-radius: 8px;
padding: 10px 16px;
}
.common-section .tool-btn:hover
{
background: #312e81;
border-color: #312e81;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 10px 16px;
}
.common-section .card-text{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
line-height:1.7;
}
/* Image Card */
/* Tools Section */
.common-section .tools-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;
}
.common-section .tools-title{
color: #141B5D;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
}
.common-section .tools-desc{
color: #99A1AF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
/* Tool items */
.common-section .tool-title{
color: #141B5D;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
}
.common-section .tool-text{
color: #6A7282;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin-top:6px;
}
.common-section .tool-item{
padding:20px 30px;
}
/* Vertical divider between columns */
.common-section .tools-section .col-md-6:nth-child(odd){
border-right:2px solid #DADADA;
}
.common-section .tools-section .col-md-4{
border-right:2px solid #DADADA;
}
.common-section .tools-section .col-md-4:last-child{
border-right:none;
}
/* Horizontal divider between rows */
/* Responsive */
@media (max-width:991px){
.common-section .title{
font-size:28px;
}
.common-section .tools-section .col-md-4{
border-right:0 !important;
border-bottom:2px solid #DADADA;
}
.common-section .tools-section .col-md-6{
border-right:0 !important;
border-bottom:2px solid #DADADA;
}
.common-section .tools-section .col-md-4:last-child, .common-section .tools-section .col-md-6:last-child{
border-bottom:none !important;
}
.common-section .card{
padding:30px;
}
.common-section .tools-card{
padding:30px;
}
}
.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 */
.rpmm-section{
padding: 80px 0;
}
/* Heading */
.rpmm-subtitle{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
margin-bottom:5px;
}
.rpmm-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: 60px;
letter-spacing: -1.92px;
margin-bottom:15px;
}
.rpmm-desc{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Tabs */
.rpmm-tab-item{
border-radius: 16px !important;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
padding:20px;
margin-bottom:16px;
text-align:left;
}
.rpmm-tab-item.active{
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
color:#fff;
}
.rpmm-tab-title{
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.rpmm-tab-desc{
color: #6A7282;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
display:block;
}
.rpmm-tab-item.active .rpmm-tab-desc{
color: rgba(255, 255, 255, 0.72);
}
.rpmm-tab-item.active .rpmm-tab-title{
color:#fff;
}
/* Content Box */
.rpmm-content-box{
border-radius: 49.877px;
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);
padding:30px;
}
.rpmm-phone-text{
margin-bottom:10px;
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
}
/* Phone Image */
.rpmm-phone{
text-align:center;
}
.rpmm-phone img{
max-height: 700px;
}
.rpmm-phone-top
{
display: flex;
justify-content: center;
align-items: center;
}
.rpmm-phone-top .phone-badge
{
border-radius: 26843500px;

color: #666;
font-size: 14px;
font-style: normal;
margin-right: 0.5rem;
margin-left: 0.5rem;
font-weight: 700;
line-height: 21px; /* 150% */
display: flex;
justify-content: center;
align-items: center;
padding: 8px 16px;
}
/* tab layout */
.rpmm-tab-inner{
display:flex;
justify-content:space-between;
align-items:center;
}
/* arrow */
.rpmm-arrow{
font-size:18px;
color:#7b61ff;
}
/* arrow color when active */
.rpmm-tab-item.active .rpm-arrow{
color:#fff;
}
/* Responsive Adjustments */
@media (max-width: 991px) {
.rmm-section {
padding: 60px 0;
}
.monitoring-tools {
padding: 60px 0;
}
body .parats-section-wrapper {
padding: 60px 0 !important;
}
.parats-main-row:last-child {
padding-bottom: 0px;
margin-bottom: 0px !important;
}
}
/* ===============================
ADDONS SECTION
================================ */
.addons-section{
background:#ffffff;
}
.addons-section .addons-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;
margin-bottom:10px;
}
.addons-section .addons-description{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
line-height:1.7;
}
/* LEFT MENU */
.addons-section .addons-menu{
overflow:hidden;
border-radius: 16px;
background: #FFF;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.addons-section .addons-menu-item{
padding:20px;
cursor:pointer;
border: 0;
border-bottom: 0.8px solid #E5E5E5;
transition:all .3s;
background:#fff;
border-left: 4px solid #fff;
text-align:left;
}
.addons-section .addons-menu-item:last-child{
border-bottom:none;
}
.addons-section .addons-menu-item.active{
border-left: 4px solid #9810FA;
background: linear-gradient(90deg, rgba(20, 27, 93, 0.05) 0%, rgba(152, 16, 250, 0.05) 100%);
}
.addons-section .addons-menu-title{
color: #333;
font-size: 16px;
font-style: normal;
text-align: left;
font-weight: 600;
line-height: 24px; /* 150% */
margin-bottom: 0.5rem;
}
.addons-section .addons-menu-price{
color: #141B5D;
font-size: 16px;
text-align: left;
font-style: normal;
font-weight: 600;
line-height: 21px; /* 150% */
}
.addons-section .addons-menu-status{
font-size: 16px;
font-style: normal;
text-align: left;
font-weight: 400;
line-height: 21px; /* 150% */
}
.addons-section .addons-menu-status.paid{
color: #141B5D;
}
.addons-section .addons-menu-status.free{
color: #05DF72;
}
/* RIGHT CARD */
.addons-section .addons-content-card{
border-radius: 32px;
background: linear-gradient(180deg, #F8F7FF 0%, #FFF 100%);
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
padding:40px;
}
.addons-section .addons-card-title{
color: #333;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
margin-bottom:10px;
}
.addons-section .addons-card-description{
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27.2px; /* 170% */
margin-bottom:25px;
}
/* PRICING BOX */
.addons-section .addons-pricing-box{
border-radius: 12px;
border: 0.8px solid #E5E5E5;
background: #FFF;
padding:25px;
margin-bottom:25px;
}
.addons-section .addons-pricing-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
}
.addons-section .addons-pricing-header span{
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
}
.addons-section .addons-pricing-header strong{
color: #141B5D;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.addons-section .addons-feature-list{
padding-left:0px;
margin:0;
list-style: none;
}
.addons-section .addons-feature-list li{
color: #666;
font-size: 16px;
font-style: normal;
list-style: none;
font-weight: 400;
line-height: 21px; /* 150% */
margin-bottom:10px;
}
/* BUTTON */
.addons-section .addons-cta-btn{
width:100%;
border:none;
padding:14px;
color: #FFF;
text-align: center;
text-decoration: none;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
border-radius: 12px;
background: linear-gradient(180deg, #141B5D 0%, #9810FA 100%);
transition:.3s;
}
.addons-section .addons-cta-btn:hover{
opacity:.9;
}
/* RESPONSIVE */
@media (max-width:991px){
.addons-section .addons-content-card{
padding:30px;
}
}
@media (max-width:768px){
.addons-section .addons-title{
font-size:26px;
}
.addons-section .addons-content-card{
padding:25px;
}
}

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