main{
margin-top: 0px !important;
}
.dentulu-pro-section {
padding: 80px 0;
}
.glass-header {
background: rgba(51, 51, 51, 0.39) !important; 
width: 100vw !important;
}
.glass-header.scrolled  {
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%) !important;
}
/* Header */
.section-title {
color:  #333;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
margin-bottom: 12px;
}
.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: 48px;
font-style: normal;
font-weight: 600;
line-height: 10%;
letter-spacing: -1.92px;
}
.section-desc {
color: #4A4A4A;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 40px */
margin: auto;
}
.section-subtitle {
color:  #141B5D;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 170%; 
}
/* Cards */
.info-card {
border-radius: 24px;
background: #F5F6F9;
padding: 28px;
}
.info-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.info-card h5 {
color: #060B13;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 123.75% */
margin-bottom: 10px;
}
.info-card p {
color: #909090;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 32px */
letter-spacing: -0.07px;
margin-bottom: 0;
}
/* Images */
.image-card {
border-radius: 18px;
overflow: hidden;
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.image-card img {
width: 100%;
height: 100%;
object-fit: cover;
}
.challenges-section {
padding: 90px 0;
}
/* Cards */
.challenge-card {
border-radius: 32px;
border: 1px solid #817E73;
background: #F5F6F9;
border-radius: 16px;
padding: 18px 20px;
height: 100%;
transition: all .3s ease;
position: relative;
}
.challenge-card::after {
content: "";
position: absolute;
top: -12px;
right: -12px;
width: 34px;
height: 34px;
background-image: url("../image/home/pin-icon.png"); /* or .png */
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.challenge-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}
.challenge-card h6 {
color: #000;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 150% */
margin-bottom: 6px;
}
.challenge-card p {
color: #64645A;
padding: 16px;
background: #FFF;
border: 1px solid #64645A;
font-size: 16px;
font-style: normal;
border-radius: 16px;
font-weight: 400;
line-height: 24px; /* 171.429% */
letter-spacing: -0.16px;
margin: 0;
}
/* Image */
.image-wrapper {
position: relative;
display: inline-block;
}
.image-wrapper img {
max-width: 100%;
z-index: 2;
position: relative;
}
/* Responsive */
@media (max-width: 768px) {
.section-title {
font-size: 28px;
}
}
.matters-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 20px;
color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}
/* ROW TYPES */
.flow-row {
display: flex;
align-items: center;
width: 100%;
}
.flow-row.center {
justify-content: center;
}
.flow-row.left {
justify-content: flex-start;
}
.flow-row.right {
justify-content: flex-end;
}
/* LINES */
.v-line {
width: 100%;
height: 1px;
opacity: 0.6;
background: linear-gradient(90deg, #141315 31.25%, #FFF 95.67%, #020103 100%);
}
.flow-row-center-first
{
margin-left: 40%;
margin-right: 20%;
}
.flow-row-center-two
{
margin-left: 30%;
margin-right: 30%;
}
.flow-row-center-three
{
margin-left: 40%;
margin-right: 10%; 
}
.flow-row-center-four
{
margin-left: 35%;
margin-right: 25%; 
}
.flow-row-center-five
{
margin-left: 20%;
margin-right: 40%; 
}
.flow-row-center-one::after
{
display: none 
}
.flow-row-center-five::before
{
display: none 
}
.flow-section {
padding: 80px 0;
}
/* FLOW WRAPPER */
.flow {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
/* CARD */
.flow-card {
width: 40%;
position: relative;
background: #fff;
padding: 28px 26px;
}
/* LEFT BORDER */
.flow-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 100%;
background: linear-gradient(
180deg,
#141315 31.25%,
#FFF 95.67%,
#020103 100%
);
}
/* RIGHT BORDER */
.flow-card::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 1px;
height: 100%;
background: linear-gradient(
70deg,
#020103 0%,
#FFF 60%,
#141315 100%
);
}
.flow-card h6 {
color:#141B5D;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
margin-bottom: 6px;
}
.flow-card h2 {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
margin: 4px 0;
}
.flow-card p {
color:  #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
margin: 0;
}
/* MOBILE */
@media (max-width: 768px) {
.flow-row {
justify-content: center !important;
}
.v-line {
display: none;
}
.flow-card {
width: 100%;
margin: auto;
border: 1px solid #e5e7eb !important;
margin-bottom: 0.5rem;
}
}
/* SECTION */
.sleep-apnea-section {
padding: 60px 40px;
border-radius: 24px 24px 0 0;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
overflow: hidden;
margin: 60px 0;
}
/* LEFT */
.section-label {
background: radial-gradient(100% 45% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
}
.main-number {
background: radial-gradient(100% 45% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 96px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 144px */
margin: 10px 0;
}
.desc {
color: #EDEDED;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* CARDS */
.stat-card {
border-radius: 16px;
border: 0.8px solid rgba(255, 255, 255, 0.20);
background: rgba(255, 255, 255, 0.10);
padding: 20px;
height: 100%;
}
.stat-card h3 {
background: radial-gradient(100% 45% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 72px */
}
.stat-card p {
color: #EDEDED;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin: 0;
}
.info-cards {
background: rgba(255, 255, 255, 0.18);
border-radius: 10px;
padding: 20px;
color: #fff;
}
.info-cards h6 {
font-size: 14px;
font-weight: 600;
margin-bottom: 6px;
}
.info-cards p {
font-size: 13px;
opacity: 0.9;
margin: 0;
}
/* BRAND */
.brand-text {
opacity: 0.5;
}
/* ANIMATIONS */
.animate {
opacity: 0;
animation-duration: 0.9s;
animation-fill-mode: forwards;
}
.fade-up {
animation-name: fadeUp;
}
.fade-left {
animation-name: fadeLeft;
}
.fade-right {
animation-name: fadeRight;
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeLeft {
from {
opacity: 0;
transform: translateX(-30px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes fadeRight {
from {
opacity: 0;
transform: translateX(30px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
/* RESPONSIVE */
@media (max-width: 991px) {
.brand-text {
text-align: center;
margin-top: 20px;
}
.desc {
max-width: 100%;
}
}
/* SECTION */
.ai-support-section {
margin: 60px 0;
padding: 90px 0;
border-radius: 24px 24px 0 0;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
}

.ai-support-section .app-cards {
    border-radius: 16px;
    background: #FEFEFE;
    color: #111;
    padding: 30px;
    border-radius: 16px;
}

.ai-support-section .app-cards img {
border-radius: 24px 24px 0 0;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
}


/* LEFT CONTENT */
.badge-pill {
display: inline-block;
border-radius: 32px;
background: linear-gradient(90deg, rgba(229, 156, 255, 0.24) 0.01%, rgba(186, 156, 255, 0.24) 50.01%, rgba(156, 178, 255, 0.24) 100%);
padding: 6px 14px;
border-radius: 20px;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.ai-title {
background: radial-gradient(100% 45% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 96px */
max-width: 90%;
}
.ai-desc {
color: #EDEDED;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
max-width: 90%;
}
/* RIGHT CONTENT */
.ai-info h5 {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-size: 32px;
text-align: left;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 48px */
margin-bottom: 14px;
border-left: 3px solid;
border-image: linear-gradient(180deg, #FFF 0%, #999 100%) 3;
padding-left: 16px;
}
.info-block {
margin-bottom: 12px;
}
.info-block strong {
color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
font-style: normal;
line-height: 200%; /* 40px */;
}
.info-block p {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin: 0;
}
.ai-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: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 10px 16px;
}
.ai-btn:hover {
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02) !important;
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 !important;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 10px 16px;
}
/* CHAT */
.chat-wrapper {
background: linear-gradient(135deg, #12002c, #2a004f);
border-radius: 14px;
padding: 16px;
color: #fff;
}
.chat-header {
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 600;
margin-bottom: 12px;
}
.close-btn {
background: transparent;
border: none;
color: #fff;
font-size: 18px;
}
.chat-body {
display: flex;
flex-direction: column;
gap: 14px;
}
.chat-msg {
max-width: 75%;
font-size: 14px;
}
.chat-msg.bot {
align-self: flex-start;
}
.chat-msg.user {
align-self: flex-end;
background: #1f4bd8;
padding: 10px 14px;
border-radius: 10px;
}
.chat-msg p {
margin-bottom: 6px;
}
.chat-msg small {
font-size: 11px;
opacity: 0.7;
}
.chat-actions {
margin-top: 10px;
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.urgency {
background: #ff8a00;
padding: 4px 10px;
border-radius: 20px;
font-size: 12px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
.ai-title {
font-size: 32px;
}
.chat-msg {
max-width: 100%;
}
}
.audience-section {
background: #fff;
}
/* Card */
.audience-card {
border-radius: 40px;
background: #F5F6F9;
padding: 28px;
height: 100%;
padding-bottom: 0;
}
.audience-card h5 {
color: #060B13;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 123.75% */
margin-bottom: 8px;
}
.card-desc {
color:  #141B5D;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
margin-bottom: 16px;
}
.audience-card ul {
padding-left: 18px;
margin-bottom: 20px;
}
.audience-card ul li {
color: #909090;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom: 8px;
}
.card-image img {
width: 100%;
border-radius: 12px;
}
/* Horizontal Card */
.audience-card.horizontal {
padding: 32px;
padding-bottom: 0;
    padding-right: 0;
}
/* Responsive */
@media (max-width: 767px) {
.section-title {
font-size: 26px;
}
.audience-card {
padding: 22px;
}
}
/* ================= BRIDGE SECTION ================= */
.bridge-section {
padding: 40px 0;
border-radius: 24px 24px 0 0;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
}
.bridge-box {
padding: 50px 40px;
color: #fff;
position: relative;
overflow: hidden;
}
/* WATERMARK LOGO */
.brand-watermark {
font-size: 64px;
font-weight: 600;
opacity: 0.18;
color: #9fa6ff;
}
.brand-watermark span {
color: #c4c8ff;
}
/* TEXT */
.bridge-box h2 {
color:  #FFF;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
margin-bottom: 14px;
}
.bridge-box p {
color:  #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom: 22px;
}
/* BUTTON */
.learn-btn {
border-radius: 8px;
background: #FFF;
color:  #141B5D;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 10px 18px;
border-radius: 8px;
font-weight: 500;
}
.learn-btn:hover {
background: #f2f2ff;
color: #3b1e8c;
}
/* RESPONSIVE */
@media (max-width: 768px) {
.brand-watermark {
font-size: 42px;
text-align: center;
margin-bottom: 20px;
}
.bridge-box {
padding: 35px 24px;
}
.bridge-box h2 {
font-size: 22px;
}
}
.enablement-section {
padding: 80px 0;
background: #ffffff;
padding-bottom: 40px;
}
/* DEVICE */
.device-wrapper {
position: relative;
display: inline-block;
}
.phone-img {
z-index: 2;
position: relative;
}
/* TAGS */
.tag {
position: absolute;
background: #4f7cff;
color: #fff;
font-size: 12px;
padding: 8px 14px;
border-radius: 18px;
max-width: 260px;
line-height: 1.4;
}
.tag-left {
left: -260px;
top: 45%;
}
.tag-right.top {
right: -270px;
top: 20%;
}
.tag-right.bottom {
right: -270px;
bottom: 25%;
}
/* PILLS */
.pill-row {
display: flex;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
}
.pill {
background: #DBEAFE;
color: #4f7cff;
color: #1447E6;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
padding: 10px 18px;
border-radius: 20px;
font-weight: 500;
cursor: pointer;
}
/* RESPONSIVE */
@media (max-width: 992px) {
.tag {
position: static;
display: inline-block;
margin: 8px 0;
}
.device-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
}
@media (max-width: 576px) {
.section-title {
font-size: 24px;
}
.phone-img {
width: 220px;
}
}
.services-wrapper {
background: #fff;
}
.ecosystem-badge {
border-radius: 26843500px;
background: #DBEAFE;
color: #1447E6;
text-align: center;
font-size: 16px ;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
padding: 10px 16px;
border-radius: 20px;
}
.services-left  {
z-index: 99;
}
.services-left h2 {
color:  #333;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
}
.services-left h2 span {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.services-left p {
color: #4A4A4A;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.btn-services
{
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: 18px;
font-style: normal;
width: 100%;
padding: 10px 16px;
font-weight: 600;
line-height: normal;
}
.btn-services: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;
}
.service-card {
border-radius: 24px;
border: 1px solid #E2E2E4;
background: #FFF;
padding: 20px;
height: 100%;
transition: transform .3s ease;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.service-card:hover {
transform: translateY(-6px);
}
.service-card img {
width: 100%;
border-radius: 12px;
margin-bottom: 15px;
}
.service-card h5 {
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
margin-bottom: 10px;
}
.service-card p {
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom: 10px;
}
.service-card ul {
padding-left: 18px;
font-size: 14px;
}
.service-card ul li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom: 8px;
}
/* dental-section.css */
.dental-section h5 {
color: #575757;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 39.6px; /* 110% */
}
.dental-section ul {
margin-left: 20px;
}
.dental-section ul li {
color: #4A4A4A;
font-size: 18px;
font-style: normal;
list-style: disc;
font-weight: 400;
line-height: 200%; /* 48px */
margin-bottom: 16px;
}
.dental-section .btn-primary {
border-radius: 8px;
border: 0;
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: 18px;
font-style: normal;
font-weight: 700;
padding: 12px 16px;
line-height: normal;
transition: all 0.3s ease;
}
.dental-section .btn-primary:hover {
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
}
.dental-section img {
max-width: 100%;
height: auto;
}
/* ================= HERO / BANNER CSS ================= */
.hero-section {
position: relative;
min-height: 100vh;
color: #fff;
overflow: hidden;
display: flex;
align-items: center;
}
/* ONE IMAGE ONLY (LOADING) */
.hero-poster {
position: absolute;
inset: 0;
background: url("../video/home-ban.jpg") center/cover no-repeat;
z-index: -3;
transition: opacity 0.6s ease;
}
/* VIDEO */
.hero-video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -2;
opacity: 0;
transition: opacity 0.8s ease;
}
/* OVERLAY */
.hero-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.70);
z-index: -1;
}
/* CONTENT */
.hero-content {
position: relative;
padding-top: 160px;
padding-bottom: 120px;
}
.hero-content h1 {
color:  #FFF;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
margin-bottom: 18px;
}
.hero-content h3 {
color: #FFF;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 48px */
margin-bottom: 18px;
}
.hero-content p {
color:  #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%;
text-align: center;
margin-bottom: 28px;
}
.explore-btn {
border-radius: 8px;
background: #FFF;
color:  #141B5D;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 12px 24px;
border-radius: 10px;
}
.explore-btn:hover {
border-radius: 8px;
background: #FFF;
color:  #141B5D;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 12px 24px;
border-radius: 10px;
}
@media (max-width: 992px) {

.hero-content h1 {
    font-size: 32px;
    line-height: 1.5;
}
.hero-content p {
color:  #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
text-align: center;
margin-bottom: 28px;
}
.hero-content h3
{
    line-height: 1.5;
}
.section-title 
{
   
                letter-spacing: normal;
}
.section-title span
{
            font-size: 24px;
                letter-spacing: normal;
}
.section-subtitle {
    font-size: 20px;

}
.info-card h5 {
    font-size: 24px;
}
.bridge-box h2 {
  
    letter-spacing: normal;
  
}
.services-left h2 {
    font-size: 32px;
}
.dental-section h5 {
    color: #575757;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.6px;
}
}



.ecosystem-section  .eco-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: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
}

.ecosystem-section  .eco-title span {
  background: linear-gradient(90deg, #4b2aad, #9c27ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ecosystem-section  .eco-subtitle {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.ecosystem-section  h6 {
color: #000;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
letter-spacing: -1.92px;
}
.ecosystem-section  p {
color: #909090;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
}
.ecosystem-section  .ecosystem-wrapper {
  height: 350px;
}

.ecosystem-section  .eco-circle {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #4b2aad, #9c27ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.ecosystem-section  .eco-circle span {
  font-weight: 400;
}

.ecosystem-section  .eco-label {
  position: absolute;
  background: #e8f0ff;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  color: #3b5ed7;
  white-space: nowrap;
}

/* Left Labels */
.ecosystem-section  .left-label {
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}

.ecosystem-section  .left-label.second {
  top: 55%;
}

.ecosystem-section  .left-label.third {
  top: 70%;
}

/* Right Labels */
.ecosystem-section  .right-label {
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}

.ecosystem-section  .right-label.second {
  top: 60%;
}

/* Responsive */
@media (max-width: 991px) {
  .ecosystem-section  .ecosystem-wrapper {
    height: auto;
    padding-top: 40px;
  }

  .ecosystem-section  .eco-label {
    position: static;
    display: inline-block;
    margin: 5px;
  }

  .ecosystem-section  .left-label,
  .ecosystem-section  .right-label {
    transform: none;
  }
}



/* Sticky Wrapper */
.main-home-sticky-z .sticky-wrapper-z {
position: relative;
}
/* Sticky Sections */
.main-home-sticky-z .sticky-section-z {
height: auto;
position: sticky;
top: 15vh;
padding: 50px 0;
transition: opacity 0.4s ease;
background-color: #fff;
}
@media(max-width:992px){
.main-home-sticky-z .sticky-section-z {
height: auto;
position: static;
padding: 20px 0;
}
}


/* ===============================
   Revenue Pill Section
================================= */
.revenue-pill-section
{
  padding-bottom: 40px;
}

/* Pill Style */
.revenue-pill-section .revenue-pill {
border-radius: 26843500px;
background: #DBEAFE;
 color: #1447E6;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
  padding: 10px 22px;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* Hover Effect (subtle like design) */
.revenue-pill-section .revenue-pill:hover {
  background: #c5d8f8;
  transform: translateY(-2px);
}

/* Spacing for mobile */
@media (max-width: 576px) {
  .revenue-pill-section .revenue-pill {
    font-size: 13px;
    padding: 8px 18px;
  }
}

