/* ===============================
ADDONS SECTION
================================ */
.addons-section{
background:#ffffff;
}
.addons-section .addons-title{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
margin-bottom:10px;
}
.addons-section .addons-description{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
line-height:1.7;
}
/* LEFT MENU */
.addons-section .addons-menu{
overflow:hidden;
border-radius: 16px;
background: #FFF;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.addons-section .addons-menu-item{
padding:20px;
cursor:pointer;
border: 0;
border-bottom: 0.8px solid #E5E5E5;
transition:all .3s;
background:#fff;
border-left: 4px solid #fff;
text-align:left;
}
.addons-section .addons-menu-item:last-child{
border-bottom:none;
}
.addons-section .addons-menu-item.active{
border-left: 4px solid #9810FA;
background: linear-gradient(90deg, rgba(20, 27, 93, 0.05) 0%, rgba(152, 16, 250, 0.05) 100%);
}
.addons-section .addons-menu-title{
color: #333;
font-size: 16px;
font-style: normal;
text-align: left;
font-weight: 600;
line-height: 24px; /* 150% */
margin-bottom: 0rem;
}
.addons-section .addons-menu-price{
color: #141B5D;
font-size: 16px;
text-align: left;
font-style: normal;
font-weight: 600;
line-height: 21px; /* 150% */
}
.addons-section .addons-menu-status{
font-size: 16px;
font-style: normal;
text-align: left;
font-weight: 400;
line-height: 21px; /* 150% */
}
.addons-section .addons-menu-status.paid{
color: #141B5D;
}
.addons-section .addons-menu-status.free{
color: #05DF72;
}
/* RIGHT CARD */
.addons-section .addons-content-card{
border-radius: 32px;
background: linear-gradient(180deg, #F8F7FF 0%, #FFF 100%);
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
padding:40px;
}
.addons-section .addons-card-title{
color: #333;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
margin-bottom:10px;
}
.addons-section .addons-card-description{
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 27.2px; /* 170% */
margin-bottom:25px;
}
/* PRICING BOX */
.addons-section .addons-pricing-box{
border-radius: 12px;
border: 0.8px solid #E5E5E5;
background: #FFF;
padding:25px;
margin-bottom:25px;
}
.addons-section .addons-pricing-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
}
.addons-section .addons-pricing-header span{
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
}
.addons-section .addons-pricing-header strong{
color: #141B5D;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.addons-section .addons-feature-list{
list-style:disc !important;
}
.addons-section .addons-feature-list li{
color: #666;
font-size: 16px;
font-style: normal;
list-style: disc !important;
font-weight: 400;
line-height: 21px; /* 150% */
margin-bottom:10px;
}
/* BUTTON */
.addons-section .addons-cta-btn{
width:100%;
border:none;
padding:14px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
border-radius: 12px;
background: linear-gradient(180deg, #141B5D 0%, #9810FA 100%);
transition:.3s;
}
.addons-section .addons-cta-btn:hover{
opacity:.9;
}
/* RESPONSIVE */
@media (max-width:991px){
.addons-section .addons-content-card{
padding:30px;
}
}
@media (max-width:768px){
.addons-section .addons-title{
font-size:26px;
}
.addons-section .addons-content-card{
padding:25px;
}
}
.lab-search-section{
padding: 80px 0;
}
/* TITLES */
.lab-search-section-small-title{
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
}
.lab-search-section-main-title{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
text-align: center;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
margin-bottom:10px;
}
.lab-search-section-subtitle{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
text-align: center;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom:15px;
}
/* BUTTON */
.lab-search-section-directory-btn{
display:inline-block;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 3px 0 rgba(255, 255, 255, 0.12) inset, 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
padding:12px 18px;
border-radius: 8px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration:none;
margin-bottom:20px;
}
.lab-search-section-option{
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
padding:18px;
margin-bottom:12px;
}
.lab-search-section-option h6{
color: #333;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 180% */
margin-bottom:5px;
}
.lab-search-section-option p{
color: #6A7282;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
margin:0;
}
.lab-search-section-trusted{
padding: 80px 0;
}
/* TITLE */
.lab-search-section-trusted-title{
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
margin-bottom:15px;
}
/* DESCRIPTION */
.lab-search-section-trusted-desc{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom:25px;
}
/* BUTTON */
.lab-search-section-trusted-btn{
display:inline-block;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 3px 0 rgba(255, 255, 255, 0.12) inset, 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
padding:12px 18px;
border-radius: 8px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration:none;
padding:10px 20px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}
/* CARD */
.lab-search-section-trusted-card{
border-radius: 12px;
background: #FFF;
box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
padding:25px;
height: 100%;
transition:0.3s;
}
.lab-search-section-trusted-card:hover{
transform:translateY(-5px);
}
/* LOGO */
.lab-search-section-trusted-logo{
margin-bottom:15px;
}
/* NAME */
.lab-search-section-trusted-name{
color: #58595B;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 40px */
margin-bottom:6px;
}
/* TEXT */
.lab-search-section-trusted-text{
color: #58595B;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 200%; /* 32px */
}
/* RESPONSIVE */
@media (max-width:768px){
.lab-search-section-trusted-title{
font-size:26px;
}
}
.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;
}
}
/* Use Cases Section */
.use-cases-section {
padding: 80px 0;
}
/* Header */
.use-cases-section .use-cases-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: 10px;
}
.use-cases-section .use-cases-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;
}
.use-cases-section .use-cases-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 */
line-height: 1.7;
}
/* Cards */
.use-cases-section .use-cases-card {
padding-left: 20px;
border-left: 3px solid #141B5D;
}
.use-cases-section .use-cases-card .card-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: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
margin-bottom: 10px;
}
.use-cases-section  ul li {
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 */
}
.use-cases-section .use-cases-card p {
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 */
line-height: 1.6;
}
/* Images */
.use-cases-section .use-cases-image-wrapper img {
width: 100%;
border-radius: 12px;
}
/* Responsive */
@media (max-width: 991px) {
.use-cases-section .use-cases-title {
font-size: 26px;
}
.use-cases-section .use-cases-description {
font-size: 15px;
}
.use-cases-section .use-cases-card {
margin-top: 15px;
}
}
@media (max-width: 576px) {
.use-cases-section {
text-align: center;
}
.use-cases-section .use-cases-card {
text-align: left;
}
}
/* Section Background */
.comparison-section {
padding: 90px 0;
}
/* Heading */
.comparison-section .comparison-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;
}
.comparison-section .comparison-subtitle {
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin: 15px auto 0;
line-height: 1.6;
}
/* Card */
.comparison-section .comparison-card {
background: #ffffff;
border-radius: 18px;
overflow: hidden;
max-width: 1000px;
}
.comparison-section .comparison-card-b {
overflow: hidden;
max-width: auto;
text-align: center;
}
.parat-main-title {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
}
.parat-main-title span {
background: linear-gradient(180deg, #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;
margin-bottom: 15px;
}
.parat-description {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%;
}
/* Table */
.comparison-section .comparison-table th {
padding: 20px;
color: #62748E;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26.563px; /* 142.857% */
letter-spacing: 0.93px;
border-bottom: 1px solid #eee;
}
.comparison-section .comparison-table .text-left
{
text-align: left !important;
}
.comparison-section .comparison-table td {
padding: 22px 20px;
vertical-align: middle;
border-bottom: 1px solid #f0f0f0;
font-size: 14px;
}
.comparison-section .comparison-table .text-start
{
color: #1D293D;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 31.875px; /* 199.219% */
}
.comparison-section .comparison-table td strong {
color: #1D293D;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 31.875px; /* 150% */
}
.comparison-section .comparison-table td small {
color: #90A1B9;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21.25px; /* 133.333% */
}
/* Highlight DentuluPro Column */
.comparison-section .highlight-col {
background: rgba(238, 242, 255, 0.60);
}
/* Badges */
.comparison-section .no-badge {
border-radius: 35651524px;
background: #FEF2F2;
box-shadow: 0 0 0 1.328px #FFE2E2;
color: #FF6467;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 21.25px; /* 133.333% */
padding: 6px 14px;
}
.comparison-section .text-badge {
color: #4A5565;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
.comparison-section .yes-badge {
border-radius: 35651524px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
box-shadow: 0 1.328px 3.984px 0 #C6D2FF, 0 1.328px 2.656px -1.328px #C6D2FF;
color: #FFF;
font-size: 15.938px;
text-align: center;
font-style: normal;
font-weight: 700;
line-height: 21.25px; /* 133.333% */
padding: 6px 16px;
}
.comparison-section .comparison-table th.highlight-col
{
color: #4F39F6;
}
/* Responsive */
@media (max-width: 768px) {
.comparison-section {
padding: 60px 0;
}
.comparison-section .comparison-title {
font-size: 26px;
}
.comparison-section .comparison-table td,
.comparison-section .comparison-table th {
padding: 16px 12px;
}
}
.testimonial-section{
padding:80px 0;
}
.testimonial-section .section-title{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.testimonial-section .section-title span{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
}
.testimonial-section  .section-text
{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.testimonial-section .left-card{
background:#fff;
border-radius: 0 12px 12px 0;
padding:15px;
cursor:pointer;
transition:0.3s;
margin-bottom:15px;
display:flex;
align-items:center;
gap:12px;
border-left: 4px solid #fff;
}
.testimonial-section .left-card.active{
border-radius: 0 12px 12px 0;
border-left: 4px solid #A2A2A2;
background: #141B5D;
color:#fff;
}
.testimonial-section .left-card img{
width:45px;
height:45px;
border-radius:50%;
background:#ececec;
}

.testimonial-section .right-box{
padding:60px 40px;
border-radius: 24px;
background: #FFF;
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
text-align:center;
position:relative;
max-width: 500px;
margin: auto;
}
.testimonial-section .quote-icon{
font-size:50px;
color:#7b2cff;
position:absolute;
top: -30px;
left:30px;
}
.testimonial-section .testimonial-item{
display:none;
animation:testimonialFade 0.4s ease;
}
.testimonial-section .testimonial-item.active{
display:block;
}
@keyframes testimonialFade{
from{opacity:0;}
to{opacity:1;}
}
.testimonial-section .card-content{
flex:1;
display:flex;
justify-content:space-between;
align-items:center;
}
.testimonial-section .card-text{
display:flex;
flex-direction:column;
}
.testimonial-section .card-text strong{
color: #141413;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 0.5rem;
}
.testimonial-section .card-text small{
color: #141413;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.testimonial-section .card-rating{
color: #141413;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.testimonial-section .left-card.active strong, .testimonial-section .left-card.active .card-rating, .testimonial-section .left-card.active small{
color:#fff;
}
/* Parent Section */
.hst-pricing-section {
padding: 80px 0;
}
/* Header */
.hst-pricing-section .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: 8px;
}
.hst-pricing-section .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%;
margin-bottom: 10px;
}
.hst-pricing-section .pricing-desc {
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: 4px;
}
.hst-pricing-section .pricing-note {
font-size: 14px;
color: #6c757d;
}
/* Pricing Card */
.hst-pricing-section .pricing-card {
border: 2px solid #7a4dff;
border-radius: 16px;
padding: 40px 20px;
background: #fff;
max-width: 700px;
margin: 0 auto;
}
.hst-pricing-section .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: #FFF;
font-size: 16px;
font-style: normal;
line-height: 20px; /* 142.857% */
padding: 5px 12px;
border-radius: 20px;
font-weight: 600;
}
.hst-pricing-section .device-title {
color: #141B5D;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
margin-bottom: 10px;
}
.hst-pricing-section .price {
color: #141B5D;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 96px */
}
.hst-pricing-section .price span {
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%;
}
.hst-pricing-section .price-note {
color: #4A4A4A;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin-top: 10px;
}
/* Features */
.hst-pricing-section .pricing-feature {
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
padding: 18px 20px;
margin-bottom: 16px;
}
.hst-pricing-section .pricing-feature h6 {
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 180% */
margin-bottom: 5px;
}
.hst-pricing-section .pricing-feature p {
color: #6A7282;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
margin: 0;
}
/* Responsive */
@media (max-width: 991px) {
.hst-pricing-section .pricing-title {
font-size: 26px;
}
.hst-pricing-section .price {
font-size: 34px;
}
}
@media (max-width: 576px) {
.hst-pricing-section .pricing-title {
font-size: 22px;
}
.hst-pricing-section .pricing-card {
padding: 30px 15px;
}
}
.rpm-implementation-timeline {
padding:  80px  0;
}
.rpm-implementation-timeline .rpm-subtitle {
display: inline-block;
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom: 14px;
}
.rpm-implementation-timeline .rpm-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;
}
.rpm-implementation-timeline .rpm-description {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-bottom: 40px;
}
.rpm-implementation-timeline .rpm-image-wrapper img {
max-width: 100%;
height: auto;
}
/* ==========================================
ACCORDION
========================================== */
.rpm-implementation-timeline .rpm-timeline-accordion {
--bs-accordion-border-width: 0;
--bs-accordion-bg: transparent;
}
.rpm-implementation-timeline .rpm-accordion-item {
border: none;
background: transparent;
margin-bottom: 22px;
}
.rpm-implementation-timeline .rpm-accordion-btn {
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
padding: 22px 26px;
border: none;
align-items: center;
}
.rpm-implementation-timeline .rpm-accordion-btn:not(.collapsed) {
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.rpm-implementation-timeline .rpm-accordion-btn:not(.collapsed) .rpm-month,
.rpm-implementation-timeline .rpm-accordion-btn:not(.collapsed) .rpm-month-text {
color: #fff;
}
.rpm-implementation-timeline .rpm-accordion-btn:focus {
box-shadow: none;
border: none;
}
.rpm-implementation-timeline .accordion-button::after {
width: 18px;
height: 18px;
background-size: contain;
}
.rpm-implementation-timeline .rpm-month {
display: block;
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
margin-bottom: 6px;
}
.rpm-implementation-timeline .rpm-month-text {
color: #6A7282;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 105% */
}
/* ==========================================
ACCORDION BODY
========================================== */
.rpm-implementation-timeline .rpm-accordion-body {
padding: 20px 0 0;
}
.rpm-implementation-timeline .rpm-step-card {
border-radius: 8px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 3.998px 9.996px 0 rgba(0, 0, 0, 0.06);
padding: 18px 22px;
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin-bottom: 14px;
}
/* ==========================================
RESPONSIVE
========================================== */
@media (max-width: 1199px) {
.rpm-implementation-timeline .rpm-title {
font-size: 40px;
}
.rpm-implementation-timeline .rpm-month {
font-size: 24px;
}
}
@media (max-width: 991px) {
.rpm-implementation-timeline {
padding-top: 70px;
padding-bottom: 70px;
}
.rpm-implementation-timeline .rpm-title {
font-size: 36px;
}
.rpm-implementation-timeline .rpm-description {
margin-bottom: 30px;
}
.rpm-implementation-timeline .rpm-image-wrapper {
text-align: center;
}
}
@media (max-width: 767px) {
.rpm-implementation-timeline .rpm-title {
font-size: 30px;
}
.rpm-implementation-timeline .rpm-description {
font-size: 15px;
line-height: 1.8;
}
.rpm-implementation-timeline .rpm-accordion-btn {
padding: 18px 20px;
}
.rpm-implementation-timeline .rpm-month {
font-size: 22px;
}
.rpm-implementation-timeline .rpm-month-text {
font-size: 14px;
}
.rpm-implementation-timeline .rpm-step-card {
font-size: 14px;
padding: 16px;
}
}
@media (max-width: 575px) {
.rpm-implementation-timeline .rpm-title {
font-size: 26px;
}
.rpm-implementation-timeline .rpm-subtitle {
font-size: 16px;
}
.rpm-implementation-timeline .rpm-description {
font-size: 14px;
}
.rpm-implementation-timeline .rpm-accordion-item {
margin-bottom: 18px;
}
}
.soap-format-section {
padding: 80px 0;
}
.soap-subtitle {
display: inline-block;
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%;
margin-bottom: 14px;
margin-bottom: 15px;
}
.soap-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;
}
.soap-description {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%;
margin-bottom: 40px;
}
/* SOAP CARD */
.soap-card {
height: 100%;
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
padding: 18px 20px;
transition: all 0.3s ease;
}
.soap-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(20, 27, 93, 0.12);
}
/* SOAP LETTER */
.soap-letter {
width: 65px;
height: 65px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
font-weight: 700;
margin-bottom: 20px;
}
/* SUBJECTIVE */
.soap-s .soap-letter {
background: #f6eaff;
color: #9810fa;
}
/* OBJECTIVE */
.soap-o .soap-letter {
background: #f6eaff;
color: #9810fa;
}
/* ASSESSMENT */
.soap-a .soap-letter {
background: #f6eaff;
color: #9810fa;
}
/* PLAN */
.soap-p .soap-letter {
background: #f6eaff;
color: #9810fa;
}
/* CARD CONTENT */
.soap-card h5 {
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 36px;
margin-bottom: 15px;
}
.soap-card p {
color: #6A7282;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 21px;
margin: 0;
}
.soap-card ul {
padding-left: 20px;
margin-top: 20px;
}
.soap-card ul li {
color: #4A5565;
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin-bottom: 10px;
position: relative;
}
.soap-card ul li::marker {
color: #333;
}
/* Bottom Text */
.soap-bottom-text {
text-align: center;
color: #141b5d;
font-size: 20px;
font-weight: 600;
line-height: 1.6;
}
/* Responsive */
@media(max-width:991px){
.soap-title {
font-size: 34px;
}
.soap-card {
padding: 30px 25px;
}
}
@media(max-width:576px){
.soap-title {
font-size: 28px;
}
.soap-description {
font-size: 15px;
}
.soap-letter {
width: 55px;
height: 55px;
font-size: 26px;
}
}
.security-section {
background: #ffffff;
}
.security-subtitle {
color: #1c3fc6;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 15px;
}
.security-title {
color: #141b5d;
font-size: 42px;
font-weight: 700;
line-height: 1.2;
}
.security-title span {
color: #9810fa;
}
.security-description {
max-width: 800px;
color: #64748b;
font-size: 17px;
line-height: 1.7;
}
/* Security Card */
.security-card {
height: 100%;
background: #ffffff;
border: 1px solid #e6eaf5;
border-radius: 18px;
padding: 35px 30px;
text-align: center;
transition: all .3s ease;
}
.security-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(20,27,93,.12);
}
.security-icon {
width: 70px;
height: 70px;
border-radius: 50%;
background: linear-gradient(135deg,#e8f0ff,#f6eaff);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
}
.security-icon i {
font-size: 32px;
color: #1c3fc6;
}
.security-card h5 {
font-size: 21px;
font-weight: 700;
color: #141b5d;
margin-bottom: 15px;
}
.security-card p {
color: #64748b;
font-size: 15px;
line-height: 1.7;
margin-bottom: 0;
}
@media(max-width:991px){
.security-title {
font-size: 34px;
}
}
@media(max-width:576px){
.security-title {
font-size: 28px;
}
.security-card {
padding: 28px 20px;
}
}
.monitoring-tools{
padding:80px 0;
}
.monitoring-tools .common-heading .small-title{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
text-align: left;
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: left;
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: left;
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 .tool-card img{
width: 100%;
border-radius: 24px;
}
.ecosystem-center-image
{
display: flex;
align-items: center;
height: 100%;
justify-content: center;
}
.monitoring-tools .tool-card h6{
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
margin-bottom:15px;
padding-bottom: 15px;
border-bottom: 1px solid  rgba(0, 0, 0, 0.10);
}
.monitoring-tools .tool-card p{
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom:0;
}
/* responsive */
@media(max-width:991px){
.monitoring-tools .mobile-mockup{
margin:40px 0;
}
}