.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: 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 .tool-card img{
width: 100%;
}
.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;
}
}
/* Section */
.rpmm-section{
padding: 80px 0;
}
/* Heading */
.rpmm-subtitle{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
margin-bottom:5px;
}
.rpmm-title{
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: 60px;
letter-spacing: -1.92px;
margin-bottom:15px;
}
.rpmm-desc{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Tabs */
.rpmm-tab-item{
border-radius: 16px !important;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
padding:20px;
margin-bottom:16px;
text-align:left;
}
.rpmm-tab-item.active{
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);
color:#fff;
}
.rpmm-tab-title{
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.rpmm-tab-desc{
color: #6A7282;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
display:block;
}
.rpmm-tab-item.active .rpmm-tab-desc{
color: rgba(255, 255, 255, 0.72);
}
.rpmm-tab-item.active .rpmm-tab-title{
color:#fff;
}
/* Content Box */
.rpmm-content-box{
border-radius: 49.877px;
border: 0.998px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1.247px 3.741px 0 rgba(0, 0, 0, 0.10), 0 1.247px 2.494px -1.247px rgba(0, 0, 0, 0.10);
padding:30px;
text-align: center;
}
.rpmm-content-box h3{
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
margin-bottom: 1rem;
}
.rpmm-phone-text{
margin-bottom:10px;
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
}
/* Phone Image */
.rpmm-phone{
text-align:center;
}
.rpmm-phone img{
max-height: 700px;
}
.rpmm-phone-top
{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 1rem;
}
.rpmm-phone-top .phone-badge
{
border-radius: 26843500px;
background: #F8F7FF;
color: #666;
font-size: 14px;
font-style: normal;
margin-right: 0.5rem;
margin-left: 0.5rem;
font-weight: 700;
line-height: 21px; /* 150% */
display: flex;
justify-content: center;
align-items: center;
padding: 8px 16px;
}
/* tab layout */
.rpmm-tab-inner{
display:flex;
justify-content:space-between;
align-items:center;
}
/* arrow */
.rpmm-arrow{
font-size:18px;
color:#7b61ff;
}
/* arrow color when active */
.rpmm-tab-item.active .rpm-arrow{
color:#fff;
}
/* Responsive Adjustments */
@media (max-width: 991px) {
.rmm-section {
padding: 60px 0;
}
}
.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: 20px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 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: 20px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 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;
}
}
/* ===============================
Common Section Base
================================= */
.common-section {
padding: 80px 0;
}
.common-section .common-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;
}
.common-section .common-description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* ===============================
Cards
================================= */
.common-section .common-card {
border-radius: 16px;
border: 1.6px solid #E5E7EB;
background: #FFF;
padding: 30px;
text-align: left;
height: 100%;
transition: all 0.3s ease;
}
.common-section .common-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
/* Featured Card */
.common-section .featured-card {
border: 1.6px solid var(--frre, #141B5D);
position: relative;
}
/* Badge */
.common-section .recommended-badge {
position: absolute;
top: -12px;
right: 10%;
left: 10%;
text-align: center;
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: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
padding: 5px 12px;
}
/* ===============================
Typography
================================= */
.common-section .plan-title {
color: #141B5D;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
margin-bottom: 15px;
}
.common-section .plan-price {
margin-bottom: 15px;
}
.common-section .price {
color: #141B5D;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 150% */
}
.common-section .duration {
color: #4A4A4A;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
margin-left: 5px;
}
.common-section .plan-note {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
margin-bottom: 5px;
}
.common-section .plan-desc {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
/* ===============================
Responsive
================================= */
@media (max-width: 768px) {
.common-section .common-title {
font-size: 26px;
}
.common-section .price {
font-size: 28px;
}
.common-section .common-card {
padding: 20px;
}
}
.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%;
}
}
/* ===============================
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: 0.5rem;
}
.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: 400;
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{
padding-left:0px;
margin:0;
list-style: none;
}
.addons-section .addons-feature-list li{
color: #666;
font-size: 16px;
font-style: normal;
list-style: none;
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;
}
}