/* 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 .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 */
.apps-integration-section {
padding: 80px 0;
}
/* Image */
.apps-integration-section .apps-image {
max-width: 100%;
}
/* Subtitle */
.apps-integration-section .apps-subtitle {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom: 10px;
}
/* Title */
.apps-integration-section .apps-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;
}
/* Description */
.apps-integration-section .apps-description {
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 */
margin-bottom: 30px;
}
/* Cards */
.apps-integration-section .apps-card {
position: relative;
padding: 35px 20px 20px;
border-radius: 16px;
border: 1.6px solid var(--frre, #141B5D);
transition: 0.3s ease;
height: 100%;
}
.apps-integration-section .apps-card:hover {
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
/* Badge */
.apps-integration-section .apps-badge {
position: absolute;
top: -12px;
left: 20px;
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: 700;
line-height: 20px; /* 142.857% */
padding: 5px 12px;
}
/* List */
.apps-integration-section .apps-card ul {
padding-left: 18px;
margin-bottom: 20px;
}
.apps-integration-section .apps-card ul li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 337.5% */
margin-bottom: 5px;
}
/* Button */
.apps-integration-section .apps-btn {
width: 100%;
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-style: normal;
font-weight: 600;
line-height: normal;
padding: 10px;
border-radius: 6px;
text-align: center;
}
.apps-integration-section .apps-btn:hover {
background-color: #1f1f50;
color: #fff;
}
/* Responsive */
@media (max-width: 991px) {
.apps-integration-section .apps-title {
font-size: 26px;
}
.apps-integration-section .apps-description {
font-size: 15px;
}
}
@media (max-width: 576px) {
.apps-integration-section {
text-align: center;
}
.apps-integration-section .apps-card ul {
text-align: left;
}
}
/* Section */
.home-monitoring-section {
padding: 80px 0;
}
/* Header */
.home-monitoring-section .hm-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;
}
.home-monitoring-section .hm-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;
}
.home-monitoring-section .hm-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 */
}
/* Cards */
.home-monitoring-section .hm-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: 25px 20px;
height: 100%;
transition: 0.3s ease;
}
.home-monitoring-section .hm-card:hover {
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
/* Full width card */
/* Icon */
.home-monitoring-section .hm-icon {
margin-bottom: 15px;
}
/* Text */
.home-monitoring-section .hm-card h5 {
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 35.984px; /* 179.921% */
margin-bottom: 8px;
}
.home-monitoring-section .hm-card p {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin-bottom: 0;
}
/* Responsive */
@media (max-width: 991px) {
.home-monitoring-section .hm-title {
font-size: 26px;
}
.home-monitoring-section .hm-description {
font-size: 15px;
}
}
@media (max-width: 576px) {
.home-monitoring-section {
text-align: center;
}
.home-monitoring-section .hm-card-full {
flex-direction: column;
text-align: center;
}
}
/* Section */
.how-it-works-section {
background-color: #f8f9fb;
}
/* Header */
.how-it-works-section .hiw-subtitle {
font-size: 14px;
font-weight: 600;
color: #6c757d;
letter-spacing: 1px;
margin-bottom: 10px;
}
.how-it-works-section .hiw-title {
font-size: 32px;
font-weight: 700;
color: #2d2d2d;
margin-bottom: 10px;
}
.how-it-works-section .hiw-title span {
color: #6f42c1;
}
.how-it-works-section .hiw-description {
font-size: 15px;
color: #6c757d;
line-height: 1.7;
}
/* Button */
.how-it-works-section .hiw-btn {
background-color: #2d2d6f;
color: #fff;
padding: 10px 20px;
border-radius: 6px;
font-size: 14px;
}
.how-it-works-section .hiw-btn:hover {
background-color: #1f1f50;
color: #fff;
}
/* Step */
.how-it-works-section .hiw-step {
text-align: center;
padding: 10px;
}
/* Number */
.how-it-works-section .hiw-number {
font-size: 48px;
font-weight: 700;
color: #d1d5db;
margin-bottom: 10px;
}
/* Step Title */
.how-it-works-section .hiw-step h5 {
font-size: 18px;
font-weight: 600;
color: #2d2d2d;
margin-bottom: 5px;
}
/* Step Text */
.how-it-works-section .hiw-step p {
font-size: 14px;
color: #6c757d;
margin-bottom: 15px;
}
/* Images */
.how-it-works-section .hiw-img {
max-width: 220px;
margin: 0 auto;
}
/* Responsive */
@media (max-width: 991px) {
.how-it-works-section .hiw-title {
font-size: 26px;
}
}
@media (max-width: 576px) {
.how-it-works-section .hiw-number {
font-size: 36px;
}
}
.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;
}
}
.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%;
}
}