.lab-search-section{
padding: 80px 0;
}
/* TITLES */
.lab-search-section-small-title{
color: var(--Colors-Neutral-1000, #333);
text-align: left;
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: left;
-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: left;
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;
text-decoration: none;
display: block;
}
.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;
}
}
/* Section Background */
.stats-section {
border-radius: 24px;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
}
/* 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: 16px;
}
.stats-section .stat-card p {
color: var(--Colors-Neutral-100, #FFF);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 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;
}
}
.stats-subtitle
{
color: var(--Backgrounds-Primary, #FFF);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.stats-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;
}
.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-title-m{
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;
}
.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;
}
.common-section-e {
padding: 80px 0;
}
.common-section-e .common-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.common-section-e .common-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;
}
.common-section-e .common-desc {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.common-section-e .common-card {
border-radius: 24px;
border: 1.6px solid #F3F4F6;
background: linear-gradient(135deg, #FFF 0%, #F9FAFB 100%);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
padding: 20px;
}
.common-section-e .common-card img {
max-width: 100%;
width: 100%;
}
.common-section-e .badge-label {
color: #DC2626;
font-size: 18px;
font-style: normal;
font-weight: 900;
line-height: 28px; /* 155.556% */
}
.common-section-e .score-pill {
padding: 5px 12px;
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: 20px; /* 142.857% */
}
.common-section-e .score-pill.red {
border-radius: 26843500px;
background: #DC2626;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.common-section-e .score-pill.orange {
border-radius: 26843500px;
background: #F59E0B;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.common-section-e .score-pill.green {
border-radius: 26843500px;
background: #059669;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.common-section-e .card-title {
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
margin-bottom: 6px;
}
.common-section-e .card-subtext {
color: #99A1AF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}
.common-section-e .card-subtext-m {
color: #99A1AF;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
}
.common-section-e .tag {
padding: 5px 10px;
border-radius: 26843500px;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 15px; /* 150% */
}
.common-section-e .tag.red {
border: 0.8px solid #FECACA;
background: #FEF2F2;
color: #DC2626;
}
.common-section-e .tag.orange {
color: #F59E0B;
border: 0.8px solid #FDE68A;
background: #FFFBEB;
}
.common-section-e .tag.green {
border: 0.8px solid #BBF7D0;
background: #F0FDF4;
color: #059669;
}
.common-section-e .card-desc {
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
padding-left: 0.8rem;
}
.bg-danger-desc
{
border-left: 5px solid #DC2626;
}
.bg-warning-desc
{
border-left: 5px solid #F59E0B;
}
.bg-success-desc
{
border-left: 5px solid #059669;
}
.common-card .progress 
{
height: 8px;
background: #E5E7EB;
}
.common-card .progress .bg-danger
{
border-radius: 26843500px;
background: linear-gradient(90deg, #DC2626 0%, #DE2A2A 11.11%, #E02E2D 22.22%, #E23131 33.33%, #E43534 44.44%, #E73837 55.56%, #E93B3B 66.67%, #EB3E3E 77.78%, #ED4141 88.89%, #EF4444 100%);
}
.common-card .progress .bg-warning
{
border-radius: 26843500px;
background: linear-gradient(90deg, #F59E0B 0%, #F4A00B 9.09%, #F3A20B 18.18%, #F2A40A 27.27%, #F1A60A 36.36%, #F0A80A 45.45%, #EFAA09 54.55%, #EEAC09 63.64%, #EDAD09 72.73%, #ECAF09 81.82%, #EBB108 90.91%, #EAB308 100%);
}
.common-card .progress .bg-success
{
border-radius: 26843500px;
background: linear-gradient(90deg, #059669 0%, #06996B 8.33%, #079C6D 16.67%, #079F6F 25%, #08A271 33.33%, #09A473 41.67%, #0AA775 50%, #0BAA77 58.33%, #0CAD79 66.67%, #0DB07B 75%, #0EB37D 83.33%, #0FB67F 91.67%, #10B981 100%);
}
@media (max-width: 768px) {
.common-section-e .common-title {
font-size: 22px;
}
}
.revenue-section {
padding: 80px 0;
}
.revenue-section .revenue-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 */
}
.revenue-section .revenue-subtitle {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
}
.revenue-section .revenue-desc {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Cards */
.revenue-section .revenue-card {
border-radius: 24px;
border: 1px solid #E2E2E4;
background: #FFF;
padding: 20px;
margin-bottom: 30px;
}
.revenue-section .revenue-img {
border-radius: 12px;
margin-bottom: 15px;
}
.prysmio-head
{
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 40px */
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 0;
}
.prysmio-head-a
{
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
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;
leading-trim: both;
text-edge: cap;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 32px */
padding: 8px 12px;
}
.prysmio--badge
{
border-radius: 26843500px;
background: linear-gradient(90deg, #141B5D 0%, #1E1D67 7.14%, #281E72 14.29%, #311F7C 21.43%, #3A2087 28.57%, #432192 35.71%, #4C219D 42.86%, #5621A8 50%, #5F20B3 57.14%, #681FBF 64.29%, #721ECA 71.43%, #7B1CD6 78.57%, #8519E2 85.71%, #8E16EE 92.86%, #9810FA 100%);
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
padding: 8px 12px;
display: inline-block;
margin-bottom: 16px;
}
.revenue-section .revenue-card h5 {
color: #060B13;
font-size: 23.989px;
font-style: normal;
font-weight: 500;
line-height: 39.583px; /* 165% */
margin-bottom: 0px;
}
.revenue-section .revenue-card h6 {
color: #060B13;
font-size: 23.989px;
font-style: normal;
font-weight: 500;
line-height: 39.583px; /* 165% */
margin-bottom: 0px;
}
.revenue-section .revenue-card h3 {
color: #141B5D;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 200% */
}
.revenue-section .revenue-card h3 span {
color: #141B5D;
leading-trim: both;
text-edge: cap;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 72px;
}
.revenue-section .revenue-card h6 {
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 180% */
}
.revenue-card img
{
width: 100%;
}
.revenue-section .revenue-card p {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; 
margin-bottom: 0;
}
/* Responsive */
@media (max-width: 768px) {
.revenue-section .revenue-title {
font-size: 22px;
}
}
/* Section */
.dentulu-integration {
padding: 80px 0;
}
/* Header */
.dentulu-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 */
margin-bottom: 10px;
}
.dentulu-subtitle {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
margin-bottom: 0px;
}
.dentulu-desc {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Image */
.dentulu-icon {
width: 100%;
border-radius: 10px;
}
/* Text */
.dentulu-card-title {
color: #060B13;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 198% */
margin-bottom: 6px;
}
.dentulu-card-text {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin: 0;
}
/* Responsive */
@media (max-width: 768px) {
.dentulu-title {
font-size: 26px;
}
.dentulu-subtitle {
font-size: 16px;
}
.dentulu-card {
padding: 15px;
}
.dentulu-icon {
max-width: 80px;
}
}
.workflow-section {
position: relative;
padding: 80px 0;
}
/* 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-title-strong {
color: var(--Colors-Neutral-900, #4A4A4A) !important;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 200%;
}
.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%;
}
.workflow-section .workflow-highlight
{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%;
}
/* 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;
}
.workflow-btn-outline
{
border-radius: 7.996px;
border: 1px solid #141B5D;
background: #FFF;
color: var(--Colors-Primary-500, #141B5D);
text-align: center;
font-size: 17.992px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 12px 16px;
}
.workflow-btn-outline:hover
{
border-radius: 7.996px;
border: 1px solid #141B5D;
background: #FFF;
color: var(--Colors-Primary-500, #141B5D);
text-align: center;
font-size: 17.992px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 12px 16px;
}
/* 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;
}
}
/* ============================= */
/* 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;
}
.common-cta-section{
padding:80px 0;
}
.common-cta-section .common-cta-card{
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);
padding:50px 40px;
color:#fff;
}
.common-cta-section .common-cta-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;
margin-bottom:15px;
}
.common-cta-section .common-cta-text{
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.common-cta-section .common-cta-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-bottom:20px;
}
.common-cta-section .common-btn-light{
border-radius: 14px;
background: #FFF;
color: #141B5D;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
padding:10px 22px;
}
.common-cta-section .common-btn-outline{
border-radius: 14px;
border: 1px solid #FFF;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
padding:10px 22px;
}
.common-cta-section .common-btn-outline:hover{
border: 1px solid #FFF;
color: #FFF;
}
.common-cta-section .common-cta-meta{
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 200%; /* 40px */
letter-spacing: 4px;
margin-top:10px;
}
/* responsive */
@media (max-width:768px){
.common-cta-section .common-cta-card{
padding:40px 25px;
}
.common-cta-section .common-cta-title{
font-size:24px;
}
.common-cta-section .common-cta-buttons{
flex-direction:column;
}
.common-cta-section .common-btn-light,
.common-cta-section .common-btn-outline{
width:100%;
}
}