/* ==========================================
Technical Specifications Section
========================================== */
.technical-specifications-section {
padding: 80px 0;
}
/* Header */
.technical-specifications-section .technical-specifications-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.technical-specifications-section .technical-specifications-title {
background: var(--frre, 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;
margin-bottom: 10px;
}
.technical-specifications-section .technical-specifications-description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom: 30px;
}
.technical-specifications-section .technical-specifications-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-style: normal;
font-weight: 700;
padding: 10px 24px;
line-height: normal;
}
.technical-specifications-section .technical-specifications-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;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
padding: 10px 24px;
line-height: normal;
}
/* Blocks */
.technical-specifications-section .technical-specifications-block {
margin-bottom: 80px;
}
.technical-specifications-section .technical-specifications-content {
padding-right: 20px;
}
.technical-specifications-section .technical-specifications-block-title {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom: 18px;
}
.technical-specifications-section .technical-specifications-block-title span {
background: var(--frre, 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;
}
.technical-specifications-section .technical-specifications-block-description {
color: var(--Colors-Neutral-900, #4A4A4A);
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin: 0;
}
/* Images */
/* ================================
WHY DENTULU SECTION
================================ */
.why-dentulu-section {
padding: 80px 0;
}
/* TEXT */
.why-dentulu-section .sub-title {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.why-dentulu-section .main-title {
background: var(--frre, 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;
margin: 10px 0;
}
.why-dentulu-section .description {
color: var(--Colors-Neutral-900, #4A4A4A);
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* BUTTON */
.why-dentulu-section .primary-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);
padding: 10px 22px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 10px;
}
/* CARD */
.why-dentulu-section .feature-card {
padding: 20px;
border-radius: 24px;
border: 1px solid #E2E2E4;
background: #FFF;
height: 100%;
}
.why-dentulu-section .feature-card h5 {
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
margin-bottom: 10px;
}
/* LIST */
.why-dentulu-section .feature-card ul {
padding-left: 18px;
margin: 0;
}
.why-dentulu-section .feature-card li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom: 6px;
}
/* RESPONSIVE */
@media (max-width: 991px) {
.why-dentulu-section .main-title {
font-size: 22px;
}
.why-dentulu-section .intro-box {
text-align: center;
}
}
/* Feature Cards */
.technical-specifications-section .technical-specifications-feature-row {
margin-top: 28px;
}
.technical-specifications-section .technical-specifications-feature-card {
border-radius: 16px;
border: 0.998px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1.247px 3.741px 0 rgba(0, 0, 0, 0.10), 0 1.247px 2.494px -1.247px rgba(0, 0, 0, 0.10);
padding: 18px 22px;
color: var(--Text-Navigation, #727272);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
text-align: center;
height: 100%;
}
/* Responsive */
@media (max-width: 1199px) {
.technical-specifications-section .technical-specifications-title {
font-size: 36px;
}
.technical-specifications-section .technical-specifications-block-title {
font-size: 30px;
}
}
@media (max-width: 991px) {
.technical-specifications-section .technical-specifications-header {
margin-bottom: 55px;
}
.technical-specifications-section .technical-specifications-block {
margin-bottom: 65px;
}
.technical-specifications-section .technical-specifications-content {
padding-right: 0;
}
.technical-specifications-section .technical-specifications-block-title {
font-size: 28px;
}
.technical-specifications-section .technical-specifications-image {
margin-top: 10px;
}
}
@media (max-width: 767px) {
.technical-specifications-section {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.technical-specifications-section .technical-specifications-title {
font-size: 30px;
}
.technical-specifications-section .technical-specifications-description,
.technical-specifications-section .technical-specifications-block-description {
font-size: 15px;
line-height: 1.8;
}
.technical-specifications-section .technical-specifications-feature-card {
font-size: 13px;
padding: 16px 18px;
}
}
@media (max-width: 575px) {
.technical-specifications-section .technical-specifications-title {
font-size: 26px;
}
.technical-specifications-section .technical-specifications-block-title {
font-size: 24px;
}
.technical-specifications-section .technical-specifications-btn {
width: 100%;
}
.technical-specifications-section .technical-specifications-feature-card {
min-height: auto;
}
}
/* ==========================================
ACCURACY & REVIEW SECTION
========================================== */
.avr-review-section {
padding: 80px 0;
}
.avr-review-section .avr-review-header {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.avr-review-section .avr-review-subtitle {
background: var(--frre, 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;
}
.avr-review-section .avr-review-title {
font-size: 46px;
line-height: 1.2;
font-weight: 700;
color: #4320a8;
margin-bottom: 20px;
}
.avr-review-section .avr-review-description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.avr-review-section .avr-review-btn-wrap {
margin-top: 28px;
}
.avr-review-section .avr-review-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-style: normal;
font-weight: 700;
line-height: normal;
padding: 10px 24px;
text-decoration: none;
}
.avr-review-section .avr-review-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;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 10px 24px;
text-decoration: none;
}
/* ==========================================
CARD STYLE
========================================== */
.avr-review-section .avr-review-card {
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
padding: 22px 24px;
display: flex;
align-items: center;
gap: 18px;
height: 100%;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
transition: all 0.3s ease;
}
.avr-review-section .avr-review-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.avr-review-section .avr-review-card-image {
flex-shrink: 0;
width: 72px;
}
.avr-review-section .avr-review-card-image img {
width: 100%;
height: auto;
display: block;
object-fit: contain;
}
.avr-review-section .avr-review-card-content {
flex: 1;
}
.avr-review-section .avr-review-card-content p {
margin: 0;
color: #6A7282;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 131.25% */
}
/* ==========================================
RESPONSIVE
========================================== */
@media (max-width: 991px) {
.avr-review-section .avr-review-title {
font-size: 38px;
}
.avr-review-section .avr-review-description {
font-size: 15px;
line-height: 1.8;
}
.avr-review-section .avr-review-card {
padding: 20px;
}
}
@media (max-width: 767px) {
.avr-review-section {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.avr-review-section .avr-review-title {
font-size: 30px;
}
.avr-review-section .avr-review-description {
font-size: 14px;
line-height: 1.8;
}
.avr-review-section .avr-review-btn {
min-width: 190px;
height: 45px;
font-size: 13px;
}
.avr-review-section .avr-review-card {
flex-direction: row;
align-items: center;
gap: 16px;
padding: 18px;
}
.avr-review-section .avr-review-card-image {
width: 62px;
}
.avr-review-section .avr-review-card-content p {
font-size: 14px;
line-height: 1.6;
}
}
@media (max-width: 575px) {
.avr-review-section .avr-review-subtitle {
font-size: 14px;
}
.avr-review-section .avr-review-title {
font-size: 26px;
}
.avr-review-section .avr-review-description {
font-size: 13px;
}
.avr-review-section .avr-review-card {
padding: 16px;
border-radius: 12px;
}
.avr-review-section .avr-review-card-image {
width: 56px;
}
.avr-review-section .avr-review-card-content p {
font-size: 13px;
}
}
/* ================================
WHY DENTULU SECTION
================================ */
.why-dentulu-section {
padding: 80px 0;
}
/* TEXT */
.why-dentulu-section .sub-title {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.why-dentulu-section .main-title {
background: var(--frre, 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;
margin: 10px 0;
}
.why-dentulu-section .description {
color: var(--Colors-Neutral-900, #4A4A4A);
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* BUTTON */
.why-dentulu-section .primary-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);
padding: 10px 22px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 10px;
}
/* CARD */
.why-dentulu-section .feature-card {
padding: 20px;
border-radius: 24px;
border: 1px solid #E2E2E4;
background: #FFF;
height: 100%;
}
.why-dentulu-section .feature-card img {
width: 100%;
margin-bottom: 1rem;
}
.why-dentulu-section .feature-card h5 {
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
margin-bottom: 10px;
}
/* LIST */
.why-dentulu-section .feature-card ul {
padding-left: 18px;
margin: 0;
}
.why-dentulu-section .feature-card li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom: 6px;
}
/* RESPONSIVE */
@media (max-width: 991px) {
.why-dentulu-section .main-title {
font-size: 22px;
}
.why-dentulu-section .intro-box {
text-align: center;
}
}
.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%;
}
}
/* ==========================================
PRICING SECTION
========================================== */
.vp-pricing-section {
padding: 80px 0;
}
.vp-pricing-section .vp-pricing-header {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.vp-pricing-section .vp-pricing-subtitle {
background: var(--frre, 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;
margin-bottom: 10px;
}
.vp-pricing-section .vp-pricing-description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin: 0 auto;
}
/* ==========================================
PRICING CARD
========================================== */
.vp-pricing-section .vp-pricing-card {
position: relative;
border-radius: 16px;
border: 1.6px solid var(--frre, #141B5D);
border-radius: 18px;
padding: 50px 38px 38px;
}
.vp-pricing-section .vp-pricing-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
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: #ffffff;
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
letter-spacing: 0.5px;
padding: 8px 18px;
text-transform: uppercase;
}
.vp-pricing-section .vp-pricing-item {
padding-bottom: 14px;
margin-bottom: 14px;
}
.vp-pricing-section .vp-pricing-item.no-border {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.vp-pricing-section .vp-pricing-item h5 {
color: #333;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 35.984px; /* 224.901% */
margin-bottom: 10px;
}
.vp-pricing-section .vp-pricing-item span {
display: inline-block;
background: var(--frre, 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: 700;
line-height: 35.984px; /* 149.934% */
}
.vp-pricing-section .vp-pricing-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-style: normal;
font-weight: 700;
line-height: normal;
padding: 10px 24px;
text-decoration: none;
}
.vp-pricing-section .vp-pricing-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;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 10px 24px;
text-decoration: none;
}
/* ==========================================
IMAGE
========================================== */
.vp-pricing-section .vp-pricing-image-wrap {
position: relative;
}
.vp-pricing-section .vp-pricing-image {
max-width: 100%;
height: auto;
}
/* ==========================================
RESPONSIVE
========================================== */
@media (max-width: 1199px) {
.vp-pricing-section .vp-pricing-title {
font-size: 46px;
}
.vp-pricing-section .vp-pricing-item span {
font-size: 30px;
}
}
@media (max-width: 991px) {
.vp-pricing-section .vp-pricing-title {
font-size: 40px;
}
.vp-pricing-section .vp-pricing-description {
font-size: 16px;
line-height: 1.9;
}
.vp-pricing-section .vp-pricing-card {
padding: 45px 30px 30px;
}
.vp-pricing-section .vp-pricing-item h5 {
font-size: 17px;
}
.vp-pricing-section .vp-pricing-item span {
font-size: 28px;
}
.vp-pricing-section .vp-pricing-image-wrap {
margin-top: 10px;
}
}
@media (max-width: 767px) {
.vp-pricing-section {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.vp-pricing-section .vp-pricing-title {
font-size: 32px;
}
.vp-pricing-section .vp-pricing-description {
font-size: 15px;
line-height: 1.8;
}
.vp-pricing-section .vp-pricing-card {
padding: 45px 22px 25px;
border-radius: 16px;
}
.vp-pricing-section .vp-pricing-item {
padding-bottom: 20px;
margin-bottom: 20px;
}
.vp-pricing-section .vp-pricing-item h5 {
font-size: 16px;
line-height: 1.5;
}
.vp-pricing-section .vp-pricing-item span {
font-size: 24px;
}
.vp-pricing-section .vp-pricing-btn {
width: 100%;
min-width: auto;
}
}
@media (max-width: 575px) {
.vp-pricing-section .vp-pricing-subtitle {
font-size: 16px;
}
.vp-pricing-section .vp-pricing-title {
font-size: 28px;
}
.vp-pricing-section .vp-pricing-description {
font-size: 14px;
}
.vp-pricing-section .vp-pricing-card {
padding: 40px 18px 22px;
}
.vp-pricing-section .vp-pricing-badge {
font-size: 10px;
padding: 7px 15px;
}
.vp-pricing-section .vp-pricing-item h5 {
font-size: 15px;
}
.vp-pricing-section .vp-pricing-item span {
font-size: 22px;
}
}
.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%;
}
/* 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;
}
}
/* ==========================================
TRADITIONAL VS VOICE CHARTING SECTION
========================================== */
.tvc-charting-section {
border-radius: 24px;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
padding: 80px 0;
/* M3/Elevation Light/3 */
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
}
.tvc-charting-section .tvc-charting-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: 24px;
}
.tvc-charting-section .tvc-charting-description {
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin: 0 auto;
}
/* ==========================================
TABLE WRAPPER
========================================== */
.tvc-charting-section .tvc-charting-table-wrapper {
border-radius: 24px;
background: #FFF;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
/* ==========================================
TABLE STYLE
========================================== */
.tvc-charting-section .tvc-charting-table {
width: 100%;
border-collapse: collapse;
margin: 0;
}
.tvc-charting-section .tvc-charting-table thead tr {
background: #ffffff;
}
.tvc-charting-section .tvc-charting-table thead th {
color: #90A1B9;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
letter-spacing: 1.8px;
padding: 34px 32px;
border: none;
text-align: center;
vertical-align: middle;
background: #ffffff;
}
.tvc-charting-section .tvc-charting-table thead th:first-child {
width: 42%;
text-align: left;
}
.tvc-charting-section .tvc-charting-table tbody tr {
border-top: 1px solid #efefef;
}
.tvc-charting-section .tvc-charting-table tbody td {
padding: 38px 32px;
color: #4A5565;
text-align: center;
font-size: 15.993px;
font-style: normal;
font-weight: 500;
line-height: 180%; /* 28.787px */
border: none;
vertical-align: middle;
text-align: center;
}
.tvc-charting-section .tvc-charting-table tbody td:first-child {
text-align: left;
}
.tvc-charting-section .tvc-charting-table .feature-title {
color: #000;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
}
.tvc-charting-section .highlight-column-a {
color: #4F39F6 !important;
background: rgba(238, 242, 255, 0.30);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 28.8px */
font-weight: 600;
}
.tvc-charting-section .highlight-column {
background: rgba(238, 242, 255, 0.30);
color: #4A5565 !important;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 28.8px */
font-weight: 600;
}
/* ==========================================
RESPONSIVE
========================================== */
@media (max-width: 1199px) {
.tvc-charting-section .tvc-charting-title {
font-size: 48px;
}
.tvc-charting-section .tvc-charting-table .feature-title {
font-size: 26px;
}
}
@media (max-width: 991px) {
.tvc-charting-section .tvc-charting-title {
font-size: 40px;
}
.tvc-charting-section .tvc-charting-description {
font-size: 16px;
line-height: 1.9;
}
.tvc-charting-section .tvc-charting-table thead th,
.tvc-charting-section .tvc-charting-table tbody td {
padding: 28px 22px;
}
.tvc-charting-section .tvc-charting-table .feature-title {
font-size: 22px;
}
}
@media (max-width: 767px) {
.tvc-charting-section {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.tvc-charting-section .tvc-charting-title {
font-size: 30px;
}
.tvc-charting-section .tvc-charting-description {
font-size: 15px;
line-height: 1.8;
}
.tvc-charting-section .tvc-charting-table-wrapper {
border-radius: 18px;
}
.tvc-charting-section .tvc-charting-table thead th {
font-size: 11px;
padding: 22px 16px;
}
.tvc-charting-section .tvc-charting-table tbody td {
padding: 22px 16px;
font-size: 13px;
}
.tvc-charting-section .tvc-charting-table .feature-title {
font-size: 18px;
}
}
@media (max-width: 575px) {
.tvc-charting-section .tvc-charting-title {
font-size: 24px;
}
.tvc-charting-section .tvc-charting-description {
font-size: 14px;
}
.tvc-charting-section .tvc-charting-table thead th {
font-size: 10px;
padding: 18px 12px;
}
.tvc-charting-section .tvc-charting-table tbody td {
padding: 18px 12px;
font-size: 12px;
line-height: 1.6;
}
.tvc-charting-section .tvc-charting-table .feature-title {
font-size: 16px;
}
}
/* =============================
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;
}