/* 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;
}
}

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


.monitoring-tools{
padding:80px 0;
}
.monitoring-tools .common-heading .small-title{
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;
}
.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;
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;
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:1rem;
}
/* responsive */
@media(max-width:991px){
.monitoring-tools .mobile-mockup{
margin:40px 0;
}
}

.monitoring-tools .hero-actions-outline-primary
{
border-radius: 7.996px;
border: 1px solid #141B5D;
background: #FFF;
color: var(--Colors-Primary-500, #141B5D);
text-align: center;
font-size: 16px;
font-style: normal;
display: block;
font-weight: 600;
line-height: normal;
padding: 12px 24px;
}

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

.lab-search-section{
padding: 80px 0;
}
/* TITLES */
.lab-search-section-small-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;
}
.lab-search-section-main-title{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
text-align: center;
-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;
}
.lab-search-section-subtitle{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
text-align: center;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom:15px;
}
/* BUTTON */
.lab-search-section-directory-btn{
display:inline-block;
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);
padding:12px 18px;
border-radius: 8px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration:none;
margin-bottom:20px;
}
.lab-search-section-option{
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
padding:18px;
margin-bottom:12px;
}
.lab-search-section-option h6{
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 180% */
margin-bottom:5px;
}
.lab-search-section-option p{
color: #6A7282;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
margin:0;
}
.lab-search-section-trusted{
padding: 80px 0;
}
/* TITLE */
.lab-search-section-trusted-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;
}
/* DESCRIPTION */
.lab-search-section-trusted-desc{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom:25px;
}
/* BUTTON */
.lab-search-section-trusted-btn{
display:inline-block;
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);
padding:12px 18px;
border-radius: 8px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration:none;
padding:10px 20px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}
/* CARD */
.lab-search-section-trusted-card{
border-radius: 12px;
background: #FFF;
box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
padding:25px;
height: 100%;
transition:0.3s;
}
.lab-search-section-trusted-card:hover{
transform:translateY(-5px);
}
/* LOGO */
.lab-search-section-trusted-logo{
margin-bottom:15px;
}
/* NAME */
.lab-search-section-trusted-name{
color: #58595B;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 40px */
margin-bottom:6px;
}
/* TEXT */
.lab-search-section-trusted-text{
color: #58595B;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 200%; /* 32px */
}
/* RESPONSIVE */
@media (max-width:768px){
.lab-search-section-trusted-title{
font-size:26px;
}
}

.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: -15px;
text-align: center;
left: 10%;
right: 10%;
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);
border: 1px solid #141B5D;
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);
border: 1px solid #141B5D;
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: 18px;
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;
}
}
/* pricing integration extra styles */
.pricing-section .compare-card{
padding:20px;
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);
height:100%;
}
.pricing-section .compare-card h6{
color: #333;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
margin-bottom:6px;
}
.pricing-section .compare-card p{
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.5; /* 32px */
margin:0;
}

.savings-section {
  padding: 80px 0;
}

.savings-section .savings-section-title {
color: #101828;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 39.982px; /* 111.111% */
}

.savings-section .savings-section-subtitle {
color: #4A5565;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 27.988px; /* 155.556% */
}

.savings-section .savings-card {
border-radius: 13.994px;
border: 0.8px solid #E5E7EB;
background: #FFF;
box-shadow: 0 9.996px 14.993px -2.999px rgba(0, 0, 0, 0.10), 0 3.998px 5.997px -3.998px rgba(0, 0, 0, 0.10);
   padding: 25px;
}

.savings-section .savings-card .savings-card-title
{
color: #101828;
font-size: 19.991px;
font-style: normal;
font-weight: 500;
line-height: 27.988px; /* 140% */
padding-bottom: 16px;
border-bottom: 0.8px solid #E5E7EB;
text-align: center;
}
.savings-section .savings-inner-box {
border-radius: 13.994px;
border: 1.599px solid #D1D5DC;
background: #FFF;
box-shadow: 0 3.998px 5.997px -1px rgba(0, 0, 0, 0.10), 0 1.999px 3.998px -1.999px rgba(0, 0, 0, 0.10);
   padding: 15px;
}
.savings-section .savings-inner-box p {
color: #364153;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 19.991px; /* 142.857% */
}
.savings-section .savings-inner-box h3 {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 35.984px;
font-style: normal;
font-weight: 700;
line-height: 39.982px; /* 111.111% */
border-top: 2px solid #E5E7EB;
padding-top: 16px;
}
.savings-section .savings-inner-box.active h3 {
border-top: 2px solid #101828;
}
.savings-section .savings-inner-box p.small {
color: #6A7282;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 15.993px; /* 133.333% */
letter-spacing: 0.6px;
}
.savings-section .savings-inner-box span {
color: #4A5565;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 15.993px; /* 133.333% */
}


.savings-section .savings-inner-box.active {
border: 1.599px solid var(--frre, #141B5D);
background: #FFF;
box-shadow: 0 3.998px 5.997px -1px rgba(0, 0, 0, 0.10), 0 1.999px 3.998px -1.999px rgba(0, 0, 0, 0.10);
}

.savings-section .savings-highlight {
border-radius: 13.994px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
   color: #fff;
   padding: 20px;
   border-radius: 10px;
   text-align: center;
}
.savings-section .savings-highlight  h4{
color: #FFF;
text-align: center;
font-size: 35.984px;
font-style: normal;
font-weight: 700;
line-height: 39.982px; /* 111.111% */
}
.savings-section .savings-highlight  p{
color: #FFF;
text-align: center;
font-size: 13.994px;
font-style: normal;
font-weight: 400;
line-height: 19.991px; /* 142.857% */
}
.savings-section .savings-list-item {
border-radius: 9.996px;
border: 1.599px solid #E5E7EB;
background: #FFF;
box-shadow: 0 1px 2.999px 0 rgba(0, 0, 0, 0.10), 0 1px 1.999px -1px rgba(0, 0, 0, 0.10);
   padding: 15px;
   display: flex;
   justify-content: space-between;
   margin-bottom: 16px;
}
.savings-section .savings-list-item span {
color: #364153;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 19.991px; /* 142.857% */
}
.savings-section .savings-list-item strong {
color: #101828;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 27.988px; /* 155.556% */
}
.savings-section .savings-stat-card {
border-radius: 13.994px;
border: 1.599px solid #E5E7EB;
background: #FFF;
box-shadow: 0 9.996px 14.993px -2.999px rgba(0, 0, 0, 0.10), 0 3.998px 5.997px -3.998px rgba(0, 0, 0, 0.10);
   padding: 20px;
}
.savings-section .savings-stat-card h3 {
color: #101828;
text-align: center;
font-size: 59.974px;
font-style: normal;
font-weight: 700;
line-height: 59.974px; /* 100% */
}
.savings-section .savings-stat-card p {
color: #101828;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 19.991px; /* 142.857% */
}

.savings-section .savings-stat-card small {
color: #4A5565;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 15.993px; /* 133.333% */
}




.savings-section .savings-cta {
border-radius: 15.993px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
box-shadow: 0 24.989px 49.978px -11.995px rgba(0, 0, 0, 0.25);
   padding: 40px;
   color: #fff;
}
.savings-section .savings-cta .badge
{
border-radius: 26831708px;
background: rgba(255, 255, 255, 0.20);
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 19.991px; /* 142.857% */
margin-bottom: 20px;
}
.savings-section .savings-cta h2
{
color: #FFF;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 47.979px; /* 100% */
margin-bottom: 20px;
}
.savings-section .savings-cta p
{
color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 27.988px; /* 155.556% */
margin-bottom: 20px;
}


.savings-section .savings-mini-card {
border-radius: 9.996px;
border: 1.599px solid #D1D5DC;
background: #FFF;
box-shadow: 0 3.998px 5.997px -1px rgba(0, 0, 0, 0.10), 0 1.999px 3.998px -1.999px rgba(0, 0, 0, 0.10);
   padding: 15px;
   text-align: center;
}

.savings-section .savings-mini-card h5 {
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: 35.984px; /* 120% */
}
.savings-section .savings-mini-card span {
color: #4A5565;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 15.993px; /* 133.333% */
}
.intake-section {
padding: 80px 0;
}

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

.intake-section .intake-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.919px;
}

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

/* CARD */
.intake-section .intake-card {
   border-radius: 13.994px;
border: 0.8px solid #E9D4FF;
background: #FFF;
   padding: 20px;
   height: 100%;
}

.intake-section .intake-card h6 {
color: #060B13;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 39.583px; /* 198% */
   margin-bottom: 5px;
}

.intake-section .intake-card p {
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.189px */
   margin-bottom: 15px;
}

/* SIZE VARIANTS */
.intake-section .intake-card.large {
   padding: 25px;
}

.intake-section .intake-card.small {
   padding: 18px;
}

/* IMAGES */
.intake-section .intake-card img {
   border-radius: 10px;
   width: 100%;
}

/* RESPONSIVE */
@media (max-width: 991px) {
   .intake-section .intake-title {
      font-size: 26px;
   }
}

@media (max-width: 576px) {
   .intake-section .intake-title {
      font-size: 22px;
   }
}


/* 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;
}
.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 .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: 22.75px; /* 162.5% */
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;
}
.common-section .tools-section .col-md-6: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;
}
}