/* ============================= */
/* 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;
margin-right: 0;
}
.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 */
.connect-section{
padding: 80px 0;
}
.connect-title{
color: #333;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 48px; /* 100% */
}
.connect-title span{
background: linear-gradient(180deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.connect-card{
padding:35px;
height:100%;
border-radius: 24px;
}
.connect-card-left{
border: 0.8px solid #F3F4F6;
background: linear-gradient(135deg, rgba(20, 27, 93, 0.05) 0%, rgba(152, 16, 250, 0.05) 100%);
}
.connect-card-right{
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.30);
}
.connect-card-title{
color: #333;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 36px; /* 120% */
margin-bottom:15px;
}
.connect-card-text{
color: #4A4A4A;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
margin-bottom:25px;
}
.connect-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;
padding:12px 30px;
text-align: center;
font-size: 16px;
display: block;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}
.connect-btn-primary: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;
}
.connect-btn-outline{
border-radius: 10px;
border: 0.8px solid #141B5D;
background: #FFF;
padding:12px 30px;
display: block;
border-radius:6px;
font-weight:500;
color: #141B5D;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}
.connect-btn-outline:hover{
border: 0.8px solid #141B5D;
background: #FFF;
color: #141B5D;
}
.dentulu-main-section{
padding: 80px 0;
}
/* Heading */
.dentulu-main-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: 180%; /* 72px */
margin-bottom:15px;
}
.dentulu-main-desc{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin:auto;
margin-bottom:20px;
}
.dentulu-main-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;
padding:10px 25px;
text-decoration:none;
display:inline-block;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.dentulu-main-btn:hover{
background:#1f1c6e;
color:#fff;
}
/* Feature Cards */
.dentulu-feature-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:30px 20px;
height:100%;
}
.dentulu-feature-icon{
margin-bottom:15px;
}
.dentulu-feature-title{
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
margin-bottom:10px;
}
.dentulu-feature-text{
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
}
/* Partner Tier */
.dentulu-tier-box{
border-radius: 24px;
border: 0.8px solid #F3F4F6;
background: #FFF;
/* M3/Elevation Light/2 */
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
overflow:hidden;
}
.dentulu-tier-header{
border-bottom: 0.8px solid #F3F4F6;
background: linear-gradient(180deg, #141B5D 0%, #9810FA 100%);
padding:20px 20px;
}
.dentulu-tier-header h4{
color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
margin-bottom: 0;
}
.dentulu-tier-body{
padding:20px;
}
.dentulu-tier-item{
margin-bottom:18px;
padding-bottom: 1.5rem;
border-bottom: 0.8px solid #F3F4F6;
}
.dentulu-tier-item h6{
color: #333;
text-align: left;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
margin-bottom:5px;
}
.dentulu-tier-item p{
color: #4A4A4A;
font-size: 16px;
text-align: left;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
margin:0;
}
/* Logo Circle */
.dentulu-logo-circle{
max-width:520px;
}
.dentulu-affiliate-main-section{
padding:80px 0;
}
/* Heading */
.dentulu-affiliate-small-title{
color: #333;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 180%; /* 72px */
margin-bottom:10px;
}
.dentulu-affiliate-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: 180%;
margin-bottom:15px;
}
.dentulu-affiliate-description{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom:60px;
}
/* Left Image */
.dentulu-affiliate-image-wrapper{
text-align:center;
}
/* Cards */
.dentulu-affiliate-card{
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
padding:20px 25px;
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:20px;
transition:0.3s;
}
.dentulu-affiliate-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.12);
}
.dentulu-affiliate-card-text h5{
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
margin-bottom:5px;
}
.dentulu-affiliate-card-text p{
color: #6A7282;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
margin:0;
}
.dentulu-affiliate-arrow{
font-size:24px;
color:rgba(97, 95, 255, 1);
font-weight:bold;
}
.dentulu-ai-main-section{
padding:80px 0;
}
/* Heading */
.dentulu-ai-small-title{
color: #333;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 180%; /* 72px */
margin-bottom:8px;
}
.dentulu-ai-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: 180%;
margin-bottom:10px;
}
.dentulu-ai-description{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom:60px;
}
/* Card */
.dentulu-ai-card{
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);
padding:25px;
transition:0.3s;
height:100%;
}
.dentulu-ai-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 30px rgba(0,0,0,0.15);
}
.dentulu-ai-card-title{
color: #1A1A1A;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 52.8px; /* 220% */
margin-bottom:15px;
}
/* Image */
.dentulu-ai-image{
border-radius:10px;
overflow:hidden;
margin-bottom:15px;
background: #F9FAFB;
}
.dentulu-ai-image img{
width:100%;
}
/* Badge */
.dentulu-ai-badge{
border-radius: 8px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 16.5px; /* 117.857% */
letter-spacing: 1.5px;
padding:10px 14px;
display:block;
margin-top: 20px;
margin-bottom:20px;
}
.dentulu-ai-badge-gray{
border-radius: 8px;
background: #99A1AF;
color: #FFF;
text-align: center;
display:block;
font-size: 14px;
font-style: normal;
padding:10px 14px;
font-weight: 700;
line-height: 16.5px; /* 117.857% */
letter-spacing: 1.5px;
}
/* Text */
.dentulu-ai-text{
color: #4A4A4A;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
margin-bottom:15px;
}
/* Capabilities */
.dentulu-ai-cap-title{
color: #1A1A1A;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 128.571% */
letter-spacing: 1.2px;
margin-bottom:10px;
}
.dentulu-ai-cap-list{
list-style:none;
padding:0;
margin:0;
}
.dentulu-ai-cap-item{
display:flex;
justify-content:space-between;
align-items:center;
padding:12px 0;
border-bottom:1px solid #eee;
color: #6B7280;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; /* 150% */
}
.dentulu-ai-cap-item:last-child{
border-bottom:none;
}
/* Check icon */
.dentulu-ai-check{
width:22px;
height:22px;
border-radius:50%;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:12px;
font-weight: 600;
padding-top: 4px;
}
.monitoring-tools{
padding:80px 0;
}
.monitoring-tools .common-heading .small-title{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
text-align: left;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
margin-bottom:5px;
}
.monitoring-tools .section-title{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
text-align: left;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
}
.monitoring-tools .section-desc{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
text-align: left;
font-weight: 400;
line-height: 200%; /* 40px */
}
.monitoring-tools .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;
}
}
.integration-sec-section{
padding: 80px 0;
}
.integration-sec-header span{
color:#6b4cff;
}
.integration-sec-subtitle{
color: #333;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 180%; /* 72px */
margin-bottom:10px;
}
.integration-sec-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: 180%;
}
.integration-sec-desc{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.integration-sec-card{
border-radius: 40px;
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;
transition:all .3s ease;
}
.integration-sec-card:hover{
transform:translateY(-5px);
}
.integration-sec-card-title{
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
margin-bottom:10px;
}
.integration-sec-card-text{
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
margin-bottom:20px;
}
.integration-sec-btn{
display:inline-block;
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);
padding:10px 18px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration:none;
}
.integration-sec-btn:hover{
background:#2b1f91;
color:#fff;
}
.integration-sec-image img{
border-radius:10px;
}
/* =============================
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;
}