.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%;
}
}
/* ======================================================
Widget Suite Overview Section
====================================================== */
.widget-suite-section {
border-radius: 24px;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
margin: 80px auto;
margin-top: 0px;
}
/* ======================================================
Header
====================================================== */
.widget-suite-header {
margin: 0 auto 40px;
}
.widget-suite-title {
color: var(--Backgrounds-Primary, #FFF);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
margin-bottom: 20px;
}
.widget-suite-description {
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* ======================================================
Table Wrapper
====================================================== */
.widget-suite-table-wrapper {
background: #ffffff;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}
/* ======================================================
Table
====================================================== */
.widget-suite-table {
margin: 0;
min-width: 900px;
}
.widget-suite-table thead th {
background: #fff;
color: #90A1B9;
text-align: left;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 33.436px; /* 155.556% */
letter-spacing: 2.149px;
padding: 28px 32px;
border-bottom: 1px solid #ececec;
vertical-align: middle;
}
.widget-suite-table thead th:last-child {
border-right: none;
background: rgba(238, 242, 255, 0.30);
font-weight: 500;
}
.widget-suite-table tbody td {
padding: 34px 32px;
color: #4A5565;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
border-bottom: 1px solid #ececec;
vertical-align: middle;
}
.widget-suite-table tbody tr:last-child td {
border-bottom: none;
}
.widget-suite-table tbody td:first-child {
text-align: left;
}
.widget-suite-table tbody td:last-child {
border-right: none;
background: rgba(238, 242, 255, 0.30);
font-weight: 700;
}
.widget-suite-table .widget-name {
color: #000;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 38.213px; /* 159.221% */
width: 28%;
}
/* ======================================================
Responsive
====================================================== */
@media (max-width: 1199px) {
.widget-suite-title {
font-size: 36px;
}
.widget-suite-table .widget-name {
font-size: 24px;
}
.widget-suite-table tbody td,
.widget-suite-table thead th {
padding: 26px 22px;
}
}
@media (max-width: 991px) {
.widget-suite-section {
padding: 70px 0;
}
.widget-suite-title {
font-size: 32px;
}
.widget-suite-description {
font-size: 14px;
line-height: 1.8;
}
.widget-suite-table .widget-name {
font-size: 22px;
}
}
@media (max-width: 767px) {
.widget-suite-wrapper {
padding: 10px 0;
}
.widget-suite-title {
font-size: 28px;
line-height: 1.3;
}
.widget-suite-description {
font-size: 13px;
}
.widget-suite-table-wrapper {
border-radius: 18px;
}
.widget-suite-table tbody td,
.widget-suite-table thead th {
padding: 20px 18px;
font-size: 13px;
}
.widget-suite-table .widget-name {
font-size: 18px;
min-width: 180px;
}
}
@media (max-width: 575px) {
.widget-suite-title {
font-size: 24px;
}
.widget-suite-description {
font-size: 12px;
line-height: 1.7;
}
.widget-suite-table .widget-name {
font-size: 16px;
}
.widget-suite-table tbody td,
.widget-suite-table thead th {
padding: 18px 16px;
}
}
/* =====================================================
Video Consultation Widget Section
===================================================== */
.vc-widget-section {
padding: 80px 0;
}
/* =====================================================
Main Card
===================================================== */
.vc-widget-main-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: 34px 34px 38px;
height: 100%;
}
.vc-widget-subtitle {
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
margin-bottom: 10px;
}
.vc-widget-title {
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%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 32px;
font-style: normal;
font-weight: 600;
letter-spacing: -1.92px;
line-height: 60px; 
margin-bottom: 10px;
}
.vc-widget-description {
color: #4A4A4A;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 200% */
margin-bottom: 0;
}
/* =====================================================
Pills
===================================================== */
.vc-widget-pill-group {
display: flex;
align-items: center;
justify-content:center;
gap: 14px;
flex-wrap: wrap;
margin-top: 24px;
}
.vc-widget-pill-center {
text-align: center;
margin-top: 16px;
}
.vc-widget-pill {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 28863976px;
background: #DBEAFE;
color: #1447E6;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 21.505px; /* 153.61% */
padding: 10px 24px;
}
/* =====================================================
Feature Cards
===================================================== */
.vc-widget-feature-card {
border-radius: 15.993px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 3.998px 9.996px 0 rgba(0, 0, 0, 0.06);
padding: 26px 28px;
margin-bottom: 22px;
}
.vc-widget-feature-card h4 {
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 35.984px; /* 149.934% */
margin-bottom: 8px;
}
.vc-widget-feature-card p {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin-bottom: 0;
}
/* =====================================================
Steps Card
===================================================== */
.vc-widget-steps-card {
border-radius: 40px;
border: 0.8px solid #E5E7EB;
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: 36px 34px;
}
.vc-widget-step-item {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 36px;
}
.vc-widget-step-item p {
color: #454545;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 0;
}
.vc-widget-step-icon {
width: 24px;
height: 24px;
min-width: 24px;
border-radius: 50%;
border: 2px solid #9810FA;
position: relative;
margin-top: 4px;
}
.vc-widget-step-icon::after {
content: "";
width: 10px;
height: 10px;
background: #9810FA ;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* =====================================================
Image
===================================================== */
.vc-widget-image-wrapper {
border-radius: 24px;
overflow: hidden;
margin-top: 10px;
}
.vc-widget-image {
width: 100%;
height: auto;
display: block;
object-fit: cover;
border-radius: 24px;
}
/* =====================================================
Responsive
===================================================== */
@media (max-width: 1199px) {
.vc-widget-title {
font-size: 34px;
}
.vc-widget-feature-card h4 {
font-size: 26px;
}
.vc-widget-step-item p {
font-size: 16px;
}
}
@media (max-width: 991px) {
.vc-widget-main-card,
.vc-widget-steps-card {
padding: 28px;
}
.vc-widget-title {
font-size: 30px;
}
.vc-widget-description {
font-size: 15px;
}
.vc-widget-feature-card {
padding: 24px;
}
.vc-widget-image-wrapper {
margin-top: 20px;
}
}
@media (max-width: 767px) {
.vc-widget-section {
padding: 70px 0;
}
.vc-widget-title {
font-size: 26px;
}
.vc-widget-subtitle {
font-size: 13px;
}
.vc-widget-description {
font-size: 14px;
line-height: 1.8;
}
.vc-widget-pill-group {
flex-direction: column;
align-items: stretch;
}
.vc-widget-pill {
width: 100%;
min-width: 100%;
text-align: center;
}
.vc-widget-feature-card h4 {
font-size: 22px;
}
.vc-widget-step-item {
gap: 14px;
margin-bottom: 28px;
}
.vc-widget-step-item p {
font-size: 15px;
}
}
@media (max-width: 575px) {
.vc-widget-main-card,
.vc-widget-steps-card,
.vc-widget-feature-card {
border-radius: 20px;
padding: 22px;
}
.vc-widget-title {
font-size: 22px;
}
.vc-widget-description {
font-size: 13px;
}
.vc-widget-step-item p {
font-size: 14px;
}
.vc-widget-pill {
font-size: 12px;
padding: 9px 18px;
}
}
/* =====================================================
Dentulu Pricing Section
===================================================== */
.dentulu-pricing-section {
padding: 80px 0;
}
/* =====================================================
Header
===================================================== */
.dentulu-pricing-header {
margin-bottom: 20px;
}
.dentulu-pricing-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: 12px;
}
.dentulu-pricing-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: 20px;
}
.dentulu-pricing-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: 5px;
}
/* =====================================================
Feature Boxes
===================================================== */
.dentulu-pricing-feature-row {
margin-bottom: 70px;
}
.dentulu-pricing-feature-box {
border-radius: 15.993px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 3.998px 9.996px 0 rgba(0, 0, 0, 0.06);
padding: 20px 24px;
text-align: center;
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
height: 100%;
line-height: 200%; /* 40px */
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
/* =====================================================
Pricing Card
===================================================== */
.dentulu-pricing-bottom-row {
margin-top: 20px;
}
.dentulu-pricing-card {
position: relative;
background: #ffffff;
border-radius: 16px;
border: 1.6px solid var(--frre, #141B5D);
padding: 45px 38px;
}
.dentulu-pricing-badge {
position: absolute;
top: -14px;
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: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
letter-spacing: 0.5px;
padding: 8px 20px;
}
.dentulu-pricing-plan-group {
margin-bottom: 16px;
}
.dentulu-pricing-plan-group h6 {
color: #333;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 35.984px; /* 224.901% */
margin-bottom: 10px;
}
.dentulu-pricing-plan-group 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: 24px;
font-style: normal;
font-weight: 700;
line-height: 35.984px; /* 149.934% */
margin-bottom: 8px;
}
.dentulu-pricing-plan-group p {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin-bottom: 0;
}
.dentulu-pricing-btn {
display: inline-flex;
align-items: center;
justify-content: center;
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);
text-decoration: none;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 14px 28px;
border-radius: 10px;
transition: all 0.3s ease;
}
.dentulu-pricing-btn:hover {
color: #ffffff;
}
/* =====================================================
Image
===================================================== */
.dentulu-pricing-image-wrapper {
position: relative;
}
.dentulu-pricing-image {
max-width: 100%;
height: auto;
object-fit: contain;
}
/* =====================================================
Responsive
===================================================== */
@media (max-width: 1199px) {
.dentulu-pricing-subtitle {
font-size: 34px;
}
.dentulu-pricing-title {
font-size: 42px;
}
.dentulu-pricing-plan-group h3 {
font-size: 34px;
}
}
@media (max-width: 991px) {
.dentulu-pricing-feature-row {
margin-bottom: 50px;
}
.dentulu-pricing-card {
margin-bottom: 40px;
}
.dentulu-pricing-title {
font-size: 36px;
}
.dentulu-pricing-description {
font-size: 16px;
}
.dentulu-pricing-feature-box {
font-size: 16px;
min-height: 95px;
}
}
@media (max-width: 767px) {
.dentulu-pricing-section {
padding: 70px 0;
}
.dentulu-pricing-subtitle {
font-size: 28px;
}
.dentulu-pricing-title {
font-size: 30px;
line-height: 1.3;
}
.dentulu-pricing-description {
font-size: 15px;
}
.dentulu-pricing-card {
padding: 36px 28px;
}
.dentulu-pricing-plan-group h3 {
font-size: 28px;
}
.dentulu-pricing-plan-group h6 {
font-size: 16px;
}
.dentulu-pricing-feature-box {
min-height: auto;
padding: 24px 20px;
}
}
@media (max-width: 575px) {
.dentulu-pricing-title {
font-size: 24px;
}
.dentulu-pricing-subtitle {
font-size: 24px;
}
.dentulu-pricing-description {
font-size: 14px;
}
.dentulu-pricing-card {
padding: 30px 22px;
border-radius: 18px;
}
.dentulu-pricing-plan-group h3 {
font-size: 24px;
}
.dentulu-pricing-btn {
width: 100%;
}
}
/* =====================================================
Widget Integration Section
===================================================== */
.widget-integration-section {
padding: 80px 0;
}
/* =====================================================
Title
===================================================== */
.widget-integration-title {
color: #060B13;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.583px; /* 165% */
margin-bottom: 28px;
}
/* =====================================================
Code Box
===================================================== */
.widget-integration-code-box {
border-radius: 14px;
background: #1E1E1E;
padding: 24px 30px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}
.widget-integration-code-box code {
color: #05DF72;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
word-break: break-word;
}
.widget-integration-copy-btn {
border-radius: 10px;
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%);
border: none;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; 
padding: 12px 18px;
display: inline-flex;
align-items: center;
gap: 8px;
transition: 0.3s ease;
}
.widget-integration-copy-btn img {
width: 14px;
height: 14px;
object-fit: contain;
}
.widget-integration-copy-btn:hover {
opacity: 0.9;
}
.widget-integration-note {
margin-top: 18px;
color: #4A5565;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.widget-integration-note span {
display: inline-block;
padding: 2px 10px;
border-radius: 4px;
background: #F3F4F6;
border-radius: 4px;
margin: 0 5px;
}
/* =====================================================
Platform Section
===================================================== */
.widget-integration-platform-row {
margin-top: 80px;
}
.widget-integration-subtitle {
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 35.984px; /* 149.934% */
margin-bottom: 30px;
}
.widget-integration-platform-card {
border-radius: 15.993px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 3.998px 9.996px 0 rgba(0, 0, 0, 0.06);
padding: 24px 22px;
margin-bottom: 22px;
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
}
.widget-integration-image {
max-width: 100%;
height: auto;
object-fit: contain;
}
/* =====================================================
Customization
===================================================== */
.widget-integration-custom-row {
margin-top: 90px;
}
.widget-integration-custom-card {
background: #ffffff;
border: 1px solid #e8e8e8;
border-radius: 24px;
padding: 40px 36px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.widget-integration-custom-title {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom: 18px;
}
.widget-integration-custom-subtitle {
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 35.984px; /* 149.934% */
margin-bottom: 24px;
}
.widget-integration-custom-list {
padding-left: 22px;
margin-bottom: 0;
}
.widget-integration-custom-list li {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 250%; /* 50px */
margin-bottom: 10px;
}
/* =====================================================
Responsive
===================================================== */
@media (max-width: 1199px) {
.widget-integration-title {
font-size: 36px;
}
.widget-integration-custom-title {
font-size: 32px;
}
.widget-integration-subtitle {
font-size: 30px;
}
}
@media (max-width: 991px) {
.widget-integration-platform-row,
.widget-integration-custom-row {
margin-top: 60px;
}
.widget-integration-custom-card {
padding: 32px 28px;
}
.widget-integration-custom-title {
font-size: 28px;
}
}
@media (max-width: 767px) {
.widget-integration-section {
padding: 70px 0;
}
.widget-integration-title {
font-size: 28px;
}
.widget-integration-code-box {
padding: 22px 20px;
justify-content: center;
text-align: center;
}
.widget-integration-code-box code {
font-size: 13px;
}
.widget-integration-subtitle {
font-size: 26px;
}
.widget-integration-custom-title {
font-size: 24px;
}
.widget-integration-custom-subtitle {
font-size: 20px;
}
.widget-integration-custom-list li {
font-size: 15px;
}
}
@media (max-width: 575px) {
.widget-integration-title {
font-size: 24px;
}
.widget-integration-code-box {
border-radius: 12px;
}
.widget-integration-copy-btn {
width: 100%;
justify-content: center;
}
.widget-integration-platform-card {
padding: 20px 18px;
font-size: 14px;
}
.widget-integration-custom-card {
padding: 26px 22px;
border-radius: 18px;
}
.widget-integration-custom-title {
font-size: 22px;
}
}
/* =====================================================
Patient Data & Notifications Section
===================================================== */
.patient-notification-section {
padding: 80px 0;
}
/* =====================================================
Header
===================================================== */
.patient-notification-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: 16px;
}
.patient-notification-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: 24px;
}
.patient-notification-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: 30px;
}
.patient-notification-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 16px 42px;
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);
text-decoration: none;
border-radius: 10px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
transition: all 0.3s ease;
}
.patient-notification-btn:hover {
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
color: #ffffff;
}
/* =====================================================
Content Row
===================================================== */
.patient-notification-content-row {
margin-top: 70px;
}
/* =====================================================
Left Card
===================================================== */
.patient-notification-card {
border-radius: 24px;
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: 36px 34px;
}
.patient-notification-card-title {
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 35.984px; /* 149.934% */
margin-bottom: 24px;
}
.patient-notification-list {
padding-left: 22px;
margin-bottom: 0;
}
.patient-notification-list li {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 250%; /* 50px */
margin-bottom: 12px;
}
/* =====================================================
Image
===================================================== */
.patient-notification-image-wrapper {
position: relative;
}
.patient-notification-image {
max-width: 100%;
height: auto;
object-fit: contain;
}
/* =====================================================
Responsive
===================================================== */
@media (max-width: 1199px) {
.patient-notification-subtitle {
font-size: 32px;
}
.patient-notification-title {
font-size: 44px;
}
.patient-notification-card-title {
font-size: 28px;
}
}
@media (max-width: 991px) {
.patient-notification-content-row {
margin-top: 50px;
}
.patient-notification-title {
font-size: 38px;
}
.patient-notification-description {
font-size: 16px;
line-height: 1.9;
}
.patient-notification-card {
padding: 30px 28px;
}
}
@media (max-width: 767px) {
.patient-notification-section {
padding: 70px 0;
}
.patient-notification-subtitle {
font-size: 26px;
}
.patient-notification-title {
font-size: 30px;
}
.patient-notification-description {
font-size: 15px;
line-height: 1.8;
}
.patient-notification-btn {
width: 100%;
padding: 14px 20px;
}
.patient-notification-card-title {
font-size: 24px;
}
.patient-notification-list li {
font-size: 15px;
line-height: 1.8;
}
}
@media (max-width: 575px) {
.patient-notification-subtitle {
font-size: 22px;
}
.patient-notification-title {
font-size: 26px;
}
.patient-notification-description {
font-size: 14px;
}
.patient-notification-card {
padding: 24px 20px;
border-radius: 18px;
}
.patient-notification-card-title {
font-size: 22px;
}
.patient-notification-list {
padding-left: 18px;
}
}
.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;
}
}