.monitoring-tools{
padding:80px 0;
}
.monitoring-tools  .small-title{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
text-align: center;
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: center;
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: center;
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 .common-card img{
width: 100%;
}
.ecosystem-center-image
{
display: flex;
align-items: center;
height: 100%;
justify-content: center;
}
.monitoring-tools .common-card h6{
color: #060B13;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 198% */
margin-bottom:0px;
}
.monitoring-tools .common-card p{
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom:0;
}
.monitoring-tools .title-semibold
{
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
border-left: #2B7FFF 4px solid;
padding-left: 16px;
margin-top: 20px;
margin-bottom: 20px;
}
/* responsive */
@media(max-width:991px){
.monitoring-tools .mobile-mockup{
margin:40px 0;
}
}
/* ================= CONNECT SECTION ================= */
.connect-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);
color: #ffffff;
position: relative;
overflow: hidden;
margin: 80px 0;
}
/* HEADER */
.connect-section .connect-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: 16px;
}
.connect-section .connect-description {
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
leading-trim: both;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* TABLE WRAPPER */
.connect-section .connect-table-wrapper {
border-radius: 31.875px;
border: 1.063px solid #E2E8F0;
background: #FFF;
box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.30);
padding: 20px;
}
/* TABLE */
.connect-section .connect-table {
color: #62748E;
border-collapse: separate;
border-spacing: 0;
}
/* HEADER */
.connect-section .connect-table thead th {
padding: 16px;
border-bottom: 1px solid #eaeaf0;
color: #62748E;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 26.563px; /* 142.857% */
letter-spacing: 0.93px;
}
/* BODY */
.connect-section .connect-table tbody td {
padding: 12px 16px;
color: var(--Text-Navigation, #727272);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
border-bottom: 1px solid #f0f0f5;
vertical-align: middle;
text-align: left;
}
/* FIRST COLUMN */
.connect-section .connect-table tbody td:first-child {
color: #1D293D;
font-size: 21.25px;
font-style: normal;
font-weight: 700;
line-height: 31.875px; /* 150% */
width: 30%;
}
/* TEXT SMALL */
.connect-section .connect-table span {
color: var(--Text-Navigation, #727272);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
}
/* LAST ROW BORDER REMOVE */
.connect-section .connect-table tbody tr:last-child td {
border-bottom: none;
}
/* RESPONSIVE */
@media (max-width: 991px) {
.connect-section .connect-title {
font-size: 28px;
}
.connect-section .connect-description {
font-size: 14px;
}
}
@media (max-width: 767px) {
.connect-section .connect-table-wrapper {
padding: 10px;
}
.connect-section .connect-table thead {
display: none;
}
.connect-section .connect-table tbody td {
display: block;
width: 100%;
text-align: left !important;
padding: 10px;
}
.connect-section .connect-table tbody tr {
margin-bottom: 15px;
display: block;
background: #fff;
border-radius: 10px;
padding: 10px;
}
.connect-section .connect-table tbody td:first-child {
font-weight: 700;
margin-bottom: 5px;
}
}
/* ================= HYBRID SECTION ================= */
.hybrid-section {
position: relative;
overflow: hidden;
padding: 80px 0;
}
.hybrid-section .hybrid-subtitle {
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: 8px;
}
.hybrid-section .hybrid-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: 15px;
}
.hybrid-section .hybrid-description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
line-height: 1.7;
}
/* IMAGE */
.hybrid-section .hybrid-image-wrapper {
position: relative;
}
.hybrid-section .hybrid-main-img {
max-width: 100%;
position: relative;
z-index: 2;
}
.hybrid-section .hybrid-xray {
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 90%;
z-index: 1;
}
/* LABEL */
.hybrid-section .hybrid-label {
font-weight: 600;
color: #4b1fa6;
}
/* RIGHT SIDE */
.hybrid-section .hybrid-side-title {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 15px;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
}
/* CARDS */
.hybrid-section .hybrid-card {
padding: 15px 18px;
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);
color: var(--Text-Navigation, #727272);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
margin-bottom: 12px;
}
/* BUTTON */
.hybrid-section .hybrid-btn {
background: #2c2f6c;
color: #fff;
padding: 8px 18px;
font-size: 14px;
border-radius: 6px;
text-decoration: none;
}
.hybrid-section .hybrid-btn:hover {
background: #1f2255;
color: #fff;
}
/* RESPONSIVE */
@media (max-width: 991px) {
.hybrid-section .hybrid-title {
font-size: 26px;
}
.hybrid-section .hybrid-side-title {
text-align: left !important;
}
}
@media (max-width: 767px) {
.hybrid-section .hybrid-description {
font-size: 14px;
}
.hybrid-section .hybrid-card {
font-size: 13px;
}
.hybrid-section .hybrid-xray {
position: relative;
transform: none;
left: auto;
bottom: auto;
margin-top: 10px;
}
}
/* ========================================
Common Section - Teledentistry
======================================== */
.common-section {
padding: 80px 0;
}
/* Header */
.common-section .common-subtitle {
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;
}
.common-section .common-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;
}
.common-section .common-title span {
color: #5b2be0;
}
.common-section .common-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 */
}
/* Card */
.common-section .common-card {
background: #ffffff;
border-radius: 16px;
border: 1.6px solid var(--frre, #141B5D);
padding: 55px 30px 30px;
text-align: left;
transition: all 0.3s ease;
}
.common-section .common-card:hover {
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
/* Badge */
.common-section .common-badge {
position: absolute;
top: -15px;
left: 15%;
right: 15%;
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;
padding: 6px 18px;
text-align: center;
border-radius: 30px;
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
/* Text */
.common-section .common-card-text {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 337.5% */
margin-bottom: 25px;
}
/* Button */
.common-section .common-btn {
display: inline-block;
background-color: #1f1f4d;
color: #ffffff;
padding: 10px 18px;
font-size: 13px;
border-radius: 6px;
text-decoration: none;
transition: 0.3s ease;
}
.common-section .common-btn:hover {
background-color: #14143a;
}
/* ========================================
Responsive
======================================== */
@media (max-width: 991px) {
.common-section .common-title {
font-size: 26px;
}
}
@media (max-width: 576px) {
.common-section .common-title {
font-size: 22px;
}
.common-section .common-card {
padding: 50px 20px 25px;
}
.common-section .common-badge {
left: 20px;
}
}