:root{
    --bg:#F8FAFC;
    --card:#FFFFFF;
    --text:#334155;
}

body{
    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fbff 40%,
        #eef6ff 100%
    );
}
.navbar{

background:rgba(15,23,42,.92);

backdrop-filter:blur(12px);

top:44px;

transition:.3s;

}

.navbar-brand{

font-size:28px;

font-weight:700;

font-family:Poppins,sans-serif;
 display: block;

}

.btn-demo{

background:#2563EB;

color:#fff;

border-radius:30px;

padding:10px 24px;

}

.hero{

padding:160px 0 100px;

background:linear-gradient(135deg,#0F172A,#1E3A8A);

color:white;

}

.hero h1{

font-family:Poppins,sans-serif;

font-size:58px;

font-weight:700;

line-height:1.15;

}

.hero p{

font-size:20px;

margin-top:20px;

opacity:.9;

}

.badge-cloud{

display:inline-block;

padding:8px 18px;

border-radius:30px;

background:#06B6D4;

margin-bottom:20px;

font-weight:600;

}

.dashboard-card{

background:white;

color:#1e293b;

border-radius:20px;

padding:30px;

box-shadow:0 20px 50px rgba(0,0,0,.2);

}

.kpi{

padding:15px;

border-bottom:1px solid #eee;

}

footer{

padding:30px;

background:#0F172A;

color:white;

text-align:center;

}

.footer-logo{
    height:40px;   /* Try 40px, 35px or 30px */
    width:auto;
}

/* ===============================
   Announcement Bar
================================= */

/* Announcement Bar */
.announcement-bar{
    background:#0f172a;
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:10px 0;
    font-size:14px;
    position:relative;
    z-index:1051;
}

.announcement-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.announcement-left{
    display:flex;
    align-items:center;
    gap:10px;
}

.announcement-left i{
    color:#fbbf24;
    font-size:16px;
}

.announcement-link{
    color:#38bdf8;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.announcement-link:hover{
    color:#ffffff;
}

/*==========================
 HERO
===========================*/

.hero{

position:relative;

overflow:hidden;

padding:140px 0 100px;

background:linear-gradient(135deg,#071426,#102c54);

color:#fff;

}

.hero-bg-circle{

position:absolute;

border-radius:50%;

filter:blur(90px);

opacity:.18;

}

.circle1{

width:350px;

height:350px;

background:#3b82f6;

top:-120px;

right:-120px;

}

.circle2{

width:300px;

height:300px;

background:#06b6d4;

left:-80px;

bottom:-80px;

}

.hero-badge{

display:inline-block;

background:rgba(255,255,255,.1);

padding:10px 18px;

border-radius:50px;

backdrop-filter:blur(15px);

margin-bottom:25px;

font-weight:600;

}

.hero h1{

font-size:60px;

font-weight:800;

line-height:1.1;

margin-bottom:20px;

}

.hero h1 span{

color:#38bdf8;

display:block;

}

.hero p{

font-size:20px;

line-height:1.8;

opacity:.92;

}

.hero-buttons{

margin-top:35px;

display:flex;

gap:15px;

flex-wrap:wrap;

}

.hero-stats{

display:flex;

gap:50px;

margin-top:50px;

}

.hero-stats h3{

font-size:34px;

font-weight:700;

margin-bottom:4px;

}

.dashboard{

background:rgba(255,255,255,.08);

backdrop-filter:blur(20px);

padding:30px;

border-radius:25px;

border:1px solid rgba(255,255,255,.15);

box-shadow:0 20px 50px rgba(0,0,0,.25);

}

.dashboard-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:25px;

}

.live-dot{

width:12px;

height:12px;

background:#22c55e;

border-radius:50%;

animation:pulse 1.5s infinite;

}

.dashboard-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.dashboard-card{

background:#fff;

color:#1e293b;

padding:20px;

border-radius:18px;

transition:.3s;

}

.dashboard-card:hover{

transform:translateY(-5px);

}

.dashboard-card h3{

margin:8px 0;

font-weight:700;

}

.up{

color:#10b981;

font-weight:700;

}

.ai-box{

margin-top:20px;

background:#2563eb;

padding:20px;

border-radius:18px;

}

.ai-box i{

font-size:24px;

margin-bottom:10px;

}

@keyframes pulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.4);

}

100%{

transform:scale(1);

}

}

@media(max-width:991px){

.hero{

padding-top:120px;

text-align:center;

}

.hero h1{

font-size:42px;

}

.hero-stats{

justify-content:center;

}

.dashboard{

margin-top:50px;

}

}

@media(max-width:576px){

.dashboard-grid{

grid-template-columns:1fr;

}

.hero-stats{

gap:20px;

}

.hero h1{

font-size:34px;

}

}
/*=========================================
TRUSTED BY
=========================================*/

.trusted-section{

    padding:70px 0;

    background:#ffffff;

}

.trusted-title{

    text-align:center;

    font-size:18px;

    font-weight:600;

    color:#64748b;

    margin-bottom:45px;

    text-transform:uppercase;

    letter-spacing:2px;

}

.logo-slider{

    overflow:hidden;

    position:relative;

}

.logo-track{

    display:flex;

    width:max-content;

    animation:logoScroll 30s linear infinite;

}

.logo-slider:hover .logo-track{

    animation-play-state:paused;

}

.logo-item{

    width:190px;

    height:90px;

    margin:0 15px;

    background:#ffffff;

    border:1px solid #e2e8f0;

    border-radius:15px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

    color:#475569;

    transition:.35s;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.logo-item:hover{

    transform:translateY(-8px);

    border-color:#2563eb;

    box-shadow:0 20px 40px rgba(37,99,235,.15);

}
.logo-item img{

    max-width:140px;

    max-height:60px;

    object-fit:contain;

    filter:grayscale(100%);

    opacity:.75;

    transition:.3s;

}

.logo-item:hover img{

    filter:none;

    opacity:1;

}
@keyframes logoScroll{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}/*=========================================
PLATFORM
=========================================*/

.platform-section{

    padding:110px 0;

    background:#f8fafc;

}

.section-title{

    max-width:760px;

    margin:auto auto 80px;

}

.section-badge{

    background:#dbeafe;

    color:#2563eb;

    padding:8px 20px;

    border-radius:50px;

    font-weight:700;

    display:inline-block;

    margin-bottom:20px;

}

.section-title h2{

    font-size:46px;

    font-weight:800;

    margin-bottom:20px;

    color:#0f172a;

}

.section-title p{

    color:#64748b;

    font-size:18px;

}

.platform-center{

    width:700px;

    height:700px;

    margin:auto;

    position:relative;

}

.platform-core{
    width:180px;
    height:180px;
    background:linear-gradient(135deg,#2563eb,#0ea5e9);
    color:#fff;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;

    padding:20px;

    box-shadow:0 25px 60px rgba(37,99,235,.30);
}

.platform-core i{
    font-size:42px;
    margin-bottom:12px;
}

.platform-core h4{
    margin:0;
    font-size:22px;
    font-weight:700;
    line-height:1.2;
    text-align:center;
}

.platform-core small{
    display:block;
    margin-top:6px;
    font-size:13px;
    color:rgba(255,255,255,.85);
    text-align:center;
    line-height:1.4;
}

.module{

    width:150px;

    height:150px;

    background:white;

    border-radius:20px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    position:absolute;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #e2e8f0;

}

.module:hover{

    transform:scale(1.08);

    border-color:#2563eb;

}

.module i{

    font-size:34px;

    color:#2563eb;

    margin-bottom:12px;

}

.module span{

    font-weight:600;

    color:#334155;

}

/* Positions */

.module-top{
top:0;
left:50%;
transform:translateX(-50%);
}

.module-right-top{
top:90px;
right:20px;
}

.module-right{
top:50%;
right:0;
transform:translateY(-50%);
}

.module-bottom-right{
bottom:90px;
right:20px;
}

.module-bottom{
bottom:0;
left:50%;
transform:translateX(-50%);
}

.module-left-bottom{
left:20px;
bottom:90px;
}

.module-left{
left:0;
top:50%;
transform:translateY(-50%);
}

.module-left-top{
top:90px;
left:20px;
}

@media(max-width:992px){

.platform-center{

width:100%;

height:auto;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

}

.platform-core{

position:relative;

transform:none;

left:auto;

top:auto;

margin:auto;

grid-column:1/3;

}

.module{

position:relative;

width:100%;

height:140px;

transform:none !important;

left:auto;

right:auto;

top:auto;

bottom:auto;

}

}

/*=========================================
PRODUCTS
=========================================*/

.products-section{
    padding:110px 0;
    background:#ffffff;
}

.product-card{

    background:#fff;

    border-radius:22px;

    padding:35px;

    height:100%;

    border:1px solid #e2e8f0;

    transition:.35s;

    box-shadow:0 10px 30px rgba(15,23,42,.05);

}

.product-card:hover{

    transform:translateY(-12px);

    border-color:#2563eb;

    box-shadow:0 25px 50px rgba(37,99,235,.18);

}

.product-icon{

    width:72px;

    height:72px;

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.product-icon i{

    color:white;

    font-size:30px;

}

.product-card h4{

    font-weight:700;

    margin-bottom:15px;

    color:#0f172a;

}

.product-card p{

    color:#64748b;

    line-height:1.8;

    min-height:110px;

}

.product-card a{

    text-decoration:none;

    font-weight:700;

    color:#2563eb;

}

.product-card:hover .product-icon{

    transform:rotate(10deg) scale(1.08);

    transition:.3s;

}

/*=========================================
DEPLOYMENT
=========================================*/

.deployment-section{

    padding:110px 0;

    background:#f8fafc;

}

.deployment-card{

    position:relative;

    background:#fff;

    border-radius:24px;

    padding:40px;

    height:100%;

    border:1px solid #e2e8f0;

    transition:.35s;

    overflow:hidden;

}

.deployment-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(37,99,235,.15);

}

.featured{

    border:2px solid #2563eb;

}

.deployment-icon{

    width:80px;

    height:80px;

    border-radius:20px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.deployment-icon i{

    color:white;

    font-size:34px;

}

.bg-cloud{

    background:linear-gradient(135deg,#38bdf8,#2563eb);

}

.bg-server{

    background:linear-gradient(135deg,#475569,#0f172a);

}

.bg-hybrid{

    background:linear-gradient(135deg,#10b981,#14b8a6);

}

.deployment-card h3{

    font-size:28px;

    margin-bottom:15px;

    font-weight:700;

}

.deployment-card p{

    color:#64748b;

    margin-bottom:25px;

    line-height:1.7;

}

.deployment-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.deployment-card li{

    margin-bottom:14px;

    color:#334155;

}

.deployment-card li i{

    color:#10b981;

    margin-right:10px;

}

.best-tag{

    position:absolute;

    top:18px;

    right:18px;

    background:#2563eb;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

}

.hybrid-tag{

    background:#10b981;

}

/*=========================================
AI SECTION
=========================================*/

.ai-section{

    padding:120px 0;

    background:#071426;

    color:#fff;

}

.ai-section h2{

    font-size:48px;

    font-weight:800;

    margin:25px 0;

}

.ai-section .lead{

    color:#cbd5e1;

    margin-bottom:40px;

    line-height:1.8;

}

.ai-feature{

    display:flex;

    align-items:flex-start;

    gap:20px;

    margin-bottom:28px;

}

.ai-feature i{

    width:60px;

    height:60px;

    border-radius:16px;

    background:#2563eb;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

}

.ai-feature h5{

    margin-bottom:6px;

}

.ai-feature p{

    color:#cbd5e1;

}

.ai-dashboard{

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border-radius:25px;

    padding:35px;

    border:1px solid rgba(255,255,255,.12);

}

.dashboard-top{

    display:flex;

    justify-content:space-between;

    margin-bottom:30px;

}

.ai-kpi-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.ai-kpi{

    background:#fff;

    color:#0f172a;

    border-radius:18px;

    padding:20px;

}

.ai-kpi h3{

    margin:10px 0;

    font-weight:700;

}

.ai-kpi span{

    color:#10b981;

    font-weight:700;

}

.ai-alert{

    margin-top:25px;

    background:#2563eb;

    border-radius:18px;

    padding:22px;

}

.ai-alert p{

    margin:10px 0 0;

    line-height:1.7;

}

@media(max-width:991px){

.ai-dashboard{

margin-top:50px;

}

.ai-kpi-grid{

grid-template-columns:1fr;

}

.ai-section h2{

font-size:38px;

}

}
.stats-section{

padding:100px 0;

background:#ffffff;

}

.stat-card{

padding:30px;

}

.stat-card h2{

font-size:54px;

font-weight:800;

color:#2563eb;

}

.stat-card p{

font-size:18px;

color:#64748b;

}
/*=================================
INTEGRATIONS
=================================*/

.integration-section{

padding:120px 0;

background:#ffffff;

}

.integration-card{

background:#fff;

border-radius:22px;

padding:30px;

height:100%;

text-align:center;

border:1px solid #e2e8f0;

box-shadow:0 15px 40px rgba(15,23,42,.06);

transition:.35s;

}

.integration-card:hover{

transform:translateY(-10px);

border-color:#2563eb;

box-shadow:0 25px 55px rgba(37,99,235,.18);

}

.integration-logo{

height:90px;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:20px;

}

.integration-logo img{

max-width:140px;

max-height:55px;

object-fit:contain;

transition:.35s;

}

.integration-card:hover img{

transform:scale(1.08);

}

.integration-card h5{

font-size:20px;

font-weight:700;

margin-bottom:8px;

color:#0f172a;

}

.integration-card p{

font-size:14px;

color:#64748b;

margin:0;

}
.cta-section{

padding:110px 0;

background:#ffffff;

}

.cta-box{

background:linear-gradient(135deg,#2563eb,#0ea5e9);

border-radius:30px;

padding:70px;

text-align:center;

color:white;

}

.cta-box h2{

font-size:46px;

font-weight:800;

margin-bottom:20px;

}
.footer{

background:#020617;

color:#cbd5e1;

padding:80px 0 30px;

}

.footer h3,
.footer h5{

color:white;

margin-bottom:20px;

}

.footer ul{

padding:0;

list-style:none;

}

.footer li{

margin-bottom:10px;

}

.footer hr{

border-color:#334155;

margin:40px 0;

}

/*==============================
CUSTOMERS
==============================*/

.customers-section{

padding:120px 0;

background:#f8fafc;

}

.customer-card{

background:#fff;

border-radius:24px;

overflow:hidden;

box-shadow:0 20px 50px rgba(15,23,42,.08);

transition:.35s;

height:100%;

}

.customer-card:hover{

transform:translateY(-10px);

}

.customer-img{
    width: 200px;      /* adjust as needed */
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.customer-content{

padding:30px;

}

.customer-content h4{

font-weight:700;

margin-bottom:5px;

}

.customer-content span{

color:#64748b;

font-size:15px;

}

.rating{

color:#f59e0b;

font-size:20px;

margin:15px 0;

}

.customer-content p{

color:#475569;

line-height:1.8;

}

/*==============================
ABOUT HERO
==============================*/

.about-hero{

    position:relative;

    padding:140px 0 110px;

    overflow:hidden;

    background:
        linear-gradient(rgba(7,20,38,.88),rgba(7,20,38,.88)),
        url('../images/about-banner.jpg');

    background-size:cover;

    background-position:center;

}

.about-hero h1{

    color:#fff;

    font-size:58px;

    font-weight:800;

    line-height:1.2;

    margin:20px 0;

}

.about-hero h1 span{

    color:#60a5fa;

}

.hero-text{

    color:#dbeafe;

    font-size:19px;

    line-height:1.9;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.about-hero-card{

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border-radius:24px;

    padding:35px;

    border:1px solid rgba(255,255,255,.12);

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.hero-stat{

    background:#fff;

    border-radius:18px;

    text-align:center;

    padding:25px;

}

.hero-stat h2{

    color:#2563eb;

    font-weight:800;

    margin-bottom:10px;

}

.hero-stat p{

    color:#475569;

    margin:0;

    font-size:15px;

}

@media(max-width:991px){

.about-hero{

padding:100px 0 70px;

text-align:center;

}

.about-hero h1{

font-size:40px;

}

.about-hero-card{

margin-top:40px;

}

}

@media(max-width:576px){

.about-hero-card{

grid-template-columns:1fr;

}

}
/*=================================
ABOUT COMPANY
=================================*/

.about-company{

    padding:110px 0;

    background:#fff;

}

.lead-text{

    font-size:20px;

    color:#334155;

    line-height:1.9;

    margin:25px 0;

}

.about-company p{

    color:#64748b;

    line-height:1.9;

}

.about-highlights{

    margin-top:35px;

}

.highlight-item{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:18px;

    font-weight:600;

}

.highlight-item i{

    color:#2563eb;

    font-size:20px;

}

.platform-card{

    background:#f8fafc;

    border-radius:30px;

    padding:40px;

    border:1px solid #e2e8f0;

}

.center-circle{

    width:180px;

    height:180px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    color:#fff;

    text-align:center;

}

.center-circle h4{

    font-weight:800;

    margin-bottom:5px;

}

.module-grid{

    margin-top:35px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

}

.module-box{

    background:#fff;

    border-radius:18px;

    padding:20px;

    text-align:center;

    transition:.3s;

    border:1px solid #e2e8f0;

}

.module-box:hover{

    transform:translateY(-8px);

    border-color:#2563eb;

}

.module-box i{

    color:#2563eb;

    font-size:28px;

    margin-bottom:12px;

}

.company-kpi{

    background:#fff;

    border-radius:22px;

    text-align:center;

    padding:35px;

    border:1px solid #e2e8f0;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

    transition:.3s;

}

.company-kpi:hover{

    transform:translateY(-8px);

}

.company-kpi h2{

    color:#2563eb;

    font-size:44px;

    font-weight:800;

}

.company-kpi p{

    margin:0;

    color:#64748b;

}

@media(max-width:768px){

.module-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.module-grid{

grid-template-columns:1fr;

}

.center-circle{

width:150px;

height:150px;

}

}
/*==================================
COMPANY TIMELINE
==================================*/

.company-timeline{

    padding:120px 0;

    background:#f8fafc;

}

.timeline-wrapper{

    position:relative;

    display:flex;

    justify-content:space-between;

    gap:25px;

    overflow-x:auto;

    padding:50px 10px 20px;

}

.timeline-wrapper::-webkit-scrollbar{

    height:8px;

}

.timeline-wrapper::-webkit-scrollbar-thumb{

    background:#cbd5e1;

    border-radius:20px;

}

.timeline-line{

    position:absolute;

    left:0;

    right:0;

    top:90px;

    height:4px;

    background:#dbeafe;

    z-index:0;

}

.timeline-item{

    min-width:250px;

    position:relative;

    z-index:2;

    text-align:center;

}

.timeline-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:30px;

    margin:0 auto 30px;

    box-shadow:0 12px 30px rgba(37,99,235,.25);

}

.timeline-card{

    background:#fff;

    border-radius:20px;

    padding:25px;

    border:1px solid #e2e8f0;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

    transition:.35s;

    height:220px;

}

.timeline-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.timeline-year{

    display:inline-block;

    background:#2563eb;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

    margin-bottom:15px;

}

.timeline-card h5{

    font-weight:700;

    margin-bottom:12px;

    color:#0f172a;

}

.timeline-card p{

    color:#64748b;

    line-height:1.7;

    font-size:15px;

    margin:0;

}

@media(max-width:992px){

.timeline-wrapper{

justify-content:flex-start;

}

.timeline-card{

height:auto;

}

}
/*=========================================
INTERACTIVE JOURNEY
=========================================*/

.journey-section{

padding:120px 0;

background:#f8fafc;

}

.journey{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:30px;

}

.journey-card{

position:relative;

background:#fff;

border-radius:24px;

padding:35px;

overflow:hidden;

border:1px solid #e2e8f0;

transition:.4s;

box-shadow:0 15px 35px rgba(15,23,42,.06);

min-height:330px;

}

.journey-card:hover{

transform:translateY(-12px);

border-color:#2563eb;

}

.journey-year{

display:inline-block;

background:#2563eb;

color:#fff;

padding:6px 18px;

border-radius:30px;

font-weight:700;

margin-bottom:20px;

}

.journey-icon{

width:70px;

height:70px;

background:#eff6ff;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

color:#2563eb;

margin-bottom:20px;

}

.journey-card h4{

font-weight:700;

margin-bottom:15px;

}

.journey-card p{

color:#64748b;

line-height:1.8;

}

.featured{

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

}

.featured p{

color:#e2e8f0;

}

.featured .journey-year{

background:#fff;

color:#2563eb;

}

.featured .journey-icon{

background:#fff;

}

.journey-hover{

margin-top:25px;

padding-top:20px;

border-top:1px solid rgba(255,255,255,.15);

}

.journey-hover ul{

padding-left:18px;

margin:0;

}

.journey-hover li{

margin-bottom:8px;

}
/*==========================================
WHY MCUBIC
==========================================*/

.why-mcubic{

    padding:120px 0;

    background:#ffffff;

}

.why-card{

    background:#fff;

    border-radius:24px;

    padding:40px 30px;

    height:100%;

    border:1px solid #e2e8f0;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.why-card:hover{

    transform:translateY(-12px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.why-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#2563eb,#38bdf8);

    transform:scaleX(0);

    transition:.35s;

}

.why-card:hover::before{

    transform:scaleX(1);

}

.why-icon{

    width:75px;

    height:75px;

    border-radius:20px;

    background:#eff6ff;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.why-icon i{

    color:#2563eb;

    font-size:34px;

}

.why-card h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

    color:#0f172a;

}

.why-card p{

    color:#64748b;

    line-height:1.8;

    margin:0;

}
/*====================================
MCUBIC NUMBERS
====================================*/

.numbers-section{

    padding:120px 0;

    background:#f8fafc;

}

.number-card{

    background:#fff;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    border:1px solid #e2e8f0;

    transition:.35s;

    height:100%;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.number-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.number-icon{

    width:75px;

    height:75px;

    margin:auto;

    margin-bottom:25px;

    border-radius:20px;

    background:#eff6ff;

    display:flex;

    align-items:center;

    justify-content:center;

}

.number-icon i{

    color:#2563eb;

    font-size:32px;

}

.number-card h2{

    font-size:48px;

    font-weight:800;

    color:#2563eb;

    margin-bottom:10px;

}

.number-card h5{

    font-weight:700;

    margin-bottom:10px;

}

.number-card p{

    color:#64748b;

    margin:0;

    line-height:1.7;

}
/*=========================================
TECHNOLOGY
=========================================*/

.technology-section{

    padding:120px 0;

    background:#ffffff;

}

.tech-card{

    background:#fff;

    border-radius:24px;

    padding:35px 25px;

    text-align:center;

    border:1px solid #e2e8f0;

    transition:.35s;

    height:100%;

    box-shadow:0 12px 30px rgba(15,23,42,.05);

    position:relative;

    overflow:hidden;

}

.tech-card:hover{

    transform:translateY(-12px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.tech-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:linear-gradient(90deg,#2563eb,#38bdf8);

    transform:scaleX(0);

    transition:.35s;

}

.tech-card:hover::before{

    transform:scaleX(1);

}

.tech-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    border-radius:20px;

    background:#eff6ff;

    display:flex;

    justify-content:center;

    align-items:center;

}

.tech-icon i{

    font-size:36px;

    color:#2563eb;

}

.tech-card h5{

    font-weight:700;

    margin-bottom:12px;

    color:#0f172a;

}

.tech-card p{

    color:#64748b;

    font-size:15px;

    line-height:1.7;

    margin:0;

}
/*==================================
CUSTOMER SUCCESS
==================================*/

.customer-success{

    padding:120px 0;

    background:#f8fafc;

}

.customer-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    height:100%;

    border:1px solid #e2e8f0;

    transition:.35s;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.customer-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.customer-img{
    width: 200px;      /* adjust as needed */
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.customer-body{

    padding:30px;

}

.rating{

    color:#f59e0b;

    font-size:20px;

    margin-bottom:10px;

}

.customer-body h4{

    font-weight:700;

    margin-bottom:8px;

}

.location{

    display:block;

    color:#2563eb;

    margin-bottom:20px;

    font-weight:600;

}

.customer-body p{

    color:#64748b;

    line-height:1.8;

}

.customer-banner{

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    border-radius:28px;

    padding:45px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    color:#fff;

    gap:25px;

}

.customer-banner p{

    margin:10px 0 0;

    color:#e2e8f0;

}

@media(max-width:768px){

.customer-banner{

flex-direction:column;

text-align:center;

}

}

/*==============================
OUR VALUES
==============================*/

.values-section{

    padding:110px 0;

    background:#ffffff;

}

.value-card{

    background:#fff;

    border:1px solid #e2e8f0;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

    height:100%;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.value-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.value-card i{

    font-size:42px;

    color:#2563eb;

    margin-bottom:20px;

}

.value-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.value-card p{

    color:#64748b;

    line-height:1.8;

    margin:0;

}
/*=========================================
EXPERTISE
=========================================*/

.expertise-section{

    padding:120px 0;

    background:#f8fafc;

}

.expert-card{

    background:#fff;

    border-radius:30px;

    padding:40px;

    height:100%;

    border:1px solid #e2e8f0;

    transition:.35s;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.expert-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.expert-icon{

    width:80px;

    height:80px;

    border-radius:20px;

    background:#eff6ff;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.expert-icon i{

    font-size:36px;

    color:#2563eb;

}

.expert-card h3{

    font-weight:700;

    margin-bottom:18px;

}

.expert-card p{

    color:#64748b;

    line-height:1.9;

}

.expert-card ul{

    margin-top:20px;

    padding-left:20px;

}

.expert-card li{

    margin-bottom:10px;

    color:#475569;

}

.expert-bottom{

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    border-radius:30px;

    padding:50px;

    color:#fff;

}

.expert-bottom h2{

    font-size:48px;

    font-weight:800;

    margin-bottom:8px;

}

.expert-bottom span{

    font-size:18px;

    opacity:.9;

}
/*=================================
PRODUCTS HERO
=================================*/

.products-hero{

    padding:140px 0 100px;

    background:linear-gradient(180deg,#f8fbff,#ffffff);

}

.hero-desc{

    font-size:19px;

    line-height:1.9;

    color:#64748b;

    margin:30px 0;

}

.hero-features{

    display:flex;

    flex-wrap:wrap;

    gap:20px;

}

.hero-features span{

    font-weight:600;

    color:#334155;

}

.hero-features i{

    color:#2563eb;

    margin-right:8px;

}

.hero-buttons{

    display:flex;

    gap:15px;

}

.hero-platform{

    background:#fff;

    border-radius:30px;

    padding:40px;

    box-shadow:0 20px 50px rgba(15,23,42,.08);

    border:1px solid #e2e8f0;

}

.center-circle{

    width:180px;

    height:180px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

}

.platform-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin-top:35px;

}

.platform-box{

    background:#f8fafc;

    border-radius:18px;

    padding:18px;

    text-align:center;

    transition:.3s;

}

.platform-box:hover{

    transform:translateY(-8px);

    background:#2563eb;

    color:#fff;

}

.platform-box i{

    font-size:28px;

    margin-bottom:10px;

    color:#2563eb;

}

.platform-box:hover i{

    color:#fff;

}

@media(max-width:768px){

.hero-buttons{

flex-direction:column;

}

.platform-grid{

grid-template-columns:repeat(2,1fr);

}

}
.products-overview{

    padding:120px 0;

}

.product-row{

    margin:90px 0;

}

.product-image{

    background:#f8fafc;

    border-radius:25px;

    padding:30px;

    text-align:center;

    border:1px solid #e2e8f0;

}

.product-image img{

    max-height:380px;

}

.product-icon{

    width:75px;

    height:75px;

    background:#eff6ff;

    display:inline-flex;

    justify-content:center;

    align-items:center;

    border-radius:18px;

    margin-bottom:25px;

}

.product-icon i{

    color:#2563eb;

    font-size:32px;

}

.product-desc{

    color:#64748b;

    line-height:1.9;

    margin:25px 0;

}

.feature-item{

    margin-bottom:18px;

    font-weight:600;

}

.feature-item i{

    color:#2563eb;

    margin-right:8px;

}
/*=========================================
DEPLOYMENT
=========================================*/

.deployment-section{

    padding:120px 0;

    background:#f8fafc;

}

.deploy-card{

    background:#fff;

    border-radius:28px;

    padding:40px;

    border:1px solid #e2e8f0;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.deploy-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.deploy-card.featured{

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    color:#fff;

}

.deploy-card.featured p{

    color:#e2e8f0;

}

.deploy-card.featured ul{

    color:#fff;

}

.deploy-icon{

    width:80px;

    height:80px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.deploy-icon i{

    font-size:36px;

    color:#2563eb;

}

.deploy-card.featured .deploy-icon i{

    color:#2563eb;

}

.deploy-card h3{

    font-weight:700;

    margin-bottom:20px;

}

.deploy-card p{

    color:#64748b;

    line-height:1.8;

}

.deploy-card ul{

    padding-left:18px;

    margin:25px 0;

}

.deploy-card li{

    margin-bottom:12px;

}
/*=========================================
PRODUCT COMPARISON
=========================================*/

.compare-section{

    padding:120px 0;

    background:#ffffff;

}

.compare-table{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 20px 45px rgba(15,23,42,.06);

}

.compare-table thead{

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    color:#fff;

}

.compare-table th{

    padding:20px;

    text-align:center;

    font-weight:700;

    border:none;

}

.compare-table td{

    padding:18px;

    text-align:center;

    border-color:#eef2f7;

}

.compare-table td:first-child{

    text-align:left;

}

.compare-table tbody tr:hover{

    background:#f8fbff;

}

.tick{

    color:#16a34a;

    font-size:20px;

}
/*=========================================
PRODUCT INTEGRATIONS
=========================================*/

.products-integrations{

    padding:120px 0;

    background:#f8fafc;

}

.integration-card{

    background:#fff;

    border-radius:24px;

    padding:35px 25px;

    text-align:center;

    height:100%;

    border:1px solid #e2e8f0;

    transition:.35s;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.integration-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.integration-logo{

    height:90px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.integration-logo img{

    max-width:140px;

    max-height:55px;

    transition:.35s;

}

.integration-card:hover img{

    transform:scale(1.08);

}

.integration-card h5{

    font-weight:700;

    margin-bottom:10px;

}

.integration-card p{

    color:#64748b;

    margin:0;

}

.integration-bottom{

    background:#fff;

    padding:45px;

    border-radius:28px;

    border:1px solid #e2e8f0;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.integration-bottom h3{

    font-weight:700;

    margin-bottom:15px;

}

.integration-bottom p{

    color:#64748b;

    margin:0;

    line-height:1.8;

}

@media(max-width:768px){

.integration-bottom{

text-align:center;

}

}
/*=========================================
PRODUCT FAQ
=========================================*/

.products-faq{

    padding:120px 0;

    background:#ffffff;

}

.products-faq .accordion{

    max-width:950px;

    margin:auto;

}

.products-faq .accordion-item{

    border:none;

    margin-bottom:18px;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(15,23,42,.05);

}

.products-faq .accordion-button{

    padding:22px 28px;

    font-size:18px;

    font-weight:600;

    background:#fff;

    color:#0f172a;

    box-shadow:none;

}

.products-faq .accordion-button:not(.collapsed){

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    color:#fff;

}

.products-faq .accordion-button:focus{

    box-shadow:none;

}

.products-faq .accordion-body{

    padding:25px 30px;

    line-height:1.9;

    color:#64748b;

    background:#fff;

}
/*====================================
PRODUCT CARDS
====================================*/

.products-grid-section{

    padding:110px 0;

    background:#fff;

}

.product-card{

    background:#fff;

    border:1px solid #e2e8f0;

    border-radius:24px;

    padding:35px 28px;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.product-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.product-icon{

    width:75px;

    height:75px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:20px;

}

.product-icon i{

    font-size:34px;

    color:#2563eb;

}

.product-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.product-card p{

    color:#64748b;

    min-height:55px;

}

.product-card ul{

    margin:20px 0;

    padding-left:18px;

}

.product-card li{

    margin-bottom:10px;

    color:#475569;

}

.product-card .btn{

    margin-top:10px;

}
/*===============================
SOLUTIONS HERO
===============================*/

.solutions-hero{

    padding:120px 0;

    background:linear-gradient(135deg,#f8fbff,#eef6ff);

    overflow:hidden;

}

.solutions-hero h1{

    font-size:56px;

    font-weight:800;

    line-height:1.2;

    margin:20px 0;

}

.solutions-hero h1 span{

    color:#2563eb;

}

.solutions-hero .lead{

    color:#64748b;

    font-size:19px;

    line-height:1.9;

    margin-bottom:35px;

}

.hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.hero-features div{

    font-weight:600;

}

.hero-features i{

    color:#16a34a;

    margin-right:10px;

}

.solution-showcase{

    position:relative;

    width:520px;

    height:520px;

    margin:auto;

}

.center-circle{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:150px;

    height:150px;

    background:#2563eb;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 25px 60px rgba(37,99,235,.30);

}

.center-circle img{

    width:80px;

}

.industry-card{

    position:absolute;

    width:145px;

    height:110px;

    background:#fff;

    border-radius:20px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    box-shadow:0 15px 40px rgba(15,23,42,.08);

    transition:.3s;

}

.industry-card:hover{

    transform:translateY(-8px);

}

.industry-card i{

    font-size:30px;

    color:#2563eb;

    margin-bottom:10px;

}

.hotel{top:0;left:180px;}
.resort{top:80px;right:0;}
.restaurant{bottom:80px;right:0;}
.apartment{bottom:0;left:180px;}
.banquet{bottom:80px;left:0;}
.chain{top:80px;left:0;}

@media(max-width:992px){

.solution-showcase{

width:100%;
height:auto;
margin-top:60px;

}

.industry-card,
.center-circle{

position:relative;
left:auto;
top:auto;
right:auto;
bottom:auto;
transform:none;
margin:15px auto;

}

.hero-features{

grid-template-columns:1fr;

}

}
/*=================================
INDUSTRIES
=================================*/

.solutions-industries{

    background:#ffffff;

    padding:120px 0;

}

.industry-box{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    height:100%;

    border:1px solid #e5e7eb;

    transition:.35s;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.industry-box:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.industry-image{

    position:relative;

    height:240px;

    overflow:hidden;

}

.industry-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.industry-box:hover img{

    transform:scale(1.08);

}

.industry-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
                rgba(15,23,42,.75),
                rgba(15,23,42,.15));

    display:flex;

    align-items:flex-end;

    justify-content:flex-start;

    padding:25px;

}

.industry-overlay i{

    font-size:48px;

    color:#fff;

}

.industry-content{

    padding:30px;

}

.industry-content h3{

    font-weight:700;

    margin-bottom:15px;

}

.industry-content p{

    color:#64748b;

    min-height:70px;

    line-height:1.8;

}

.industry-content ul{

    padding:0;

    list-style:none;

    margin:25px 0;

}

.industry-content li{

    margin-bottom:12px;

    display:flex;

    align-items:center;

}

.industry-content li i{

    color:#16a34a;

    margin-right:10px;

}
/*=====================================
SOLUTIONS FEATURES
======================================*/

.solutions-features{

    padding:120px 0;

    background:#f8fafc;

}

.feature-timeline{

    position:relative;

    max-width:1100px;

    margin:auto;

}

.feature-timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    width:4px;

    height:100%;

    background:#dbeafe;

    transform:translateX(-50%);

}

.timeline-item{

    width:50%;

    padding:20px 45px;

    position:relative;

}

.timeline-item.left{

    margin-right:auto;

}

.timeline-item.right{

    margin-left:auto;

}

.timeline-card{

    background:#fff;

    border-radius:22px;

    padding:30px;

    display:flex;

    gap:22px;

    align-items:flex-start;

    box-shadow:0 18px 45px rgba(15,23,42,.06);

    transition:.35s;

    border:1px solid #e2e8f0;

}

.timeline-card:hover{

    transform:translateY(-8px);

    border-color:#2563eb;

    box-shadow:0 28px 60px rgba(37,99,235,.15);

}

.timeline-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.timeline-icon i{

    font-size:30px;

}

.timeline-card h3{

    font-size:24px;

    font-weight:700;

    margin-bottom:12px;

}

.timeline-card p{

    color:#64748b;

    line-height:1.8;

    margin:0;

}

.timeline-item::before{

    content:"";

    position:absolute;

    top:50%;

    width:18px;

    height:18px;

    border-radius:50%;

    background:#2563eb;

    border:4px solid #fff;

    box-shadow:0 0 0 5px #dbeafe;

}

.timeline-item.left::before{

    right:-9px;

}

.timeline-item.right::before{

    left:-9px;

}

@media(max-width:992px){

.feature-timeline::before{

left:20px;

}

.timeline-item{

width:100%;

margin:0;
padding-left:60px;
padding-right:0;

}

.timeline-item::before{

left:11px !important;

}

}
/*=========================================
SOLUTIONS BENEFITS
=========================================*/

.solutions-benefits{

    padding:120px 0;

    background:#ffffff;

}

.benefit-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    text-align:center;

    height:100%;

    border:1px solid #e5e7eb;

    transition:.35s;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.benefit-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.benefit-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

}

.benefit-icon i{

    color:#fff;

    font-size:36px;

}

.benefit-card h4{

    font-weight:700;

    margin-bottom:18px;

}

.benefit-card p{

    color:#64748b;

    line-height:1.8;

}

.benefit-banner{

    margin-top:80px;

    padding:50px;

    border-radius:30px;

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    color:#fff;

    box-shadow:0 25px 60px rgba(37,99,235,.25);

}

.benefit-banner h3{

    font-size:34px;

    font-weight:700;

    margin-bottom:15px;

}

.benefit-banner p{

    color:#e8f3ff;

    line-height:1.9;

    margin:0;

}

.benefit-banner .btn{

    border-radius:50px;

    padding:15px 35px;

    font-weight:600;

}

@media(max-width:992px){

.benefit-banner{

text-align:center;

padding:40px 30px;

}

.benefit-banner .btn{

margin-top:25px;

}

}
/*=================================
SUCCESS STORIES
=================================*/

.solutions-success{

    padding:120px 0;

    background:#f8fafc;

}

.testimonial-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    height:100%;

    border:1px solid #e5e7eb;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

    transition:.35s;

}

.testimonial-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.testimonial-header{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:20px;

}

.testimonial-header img{

    width:70px;

    height:70px;

    border-radius:50%;

    object-fit:cover;

}

.testimonial-header h5{

    margin:0;

    font-weight:700;

}

.testimonial-header small{

    color:#64748b;

}

.stars{

    color:#fbbf24;

    margin-bottom:20px;

}

.testimonial-card p{

    color:#475569;

    line-height:1.9;

    margin:0;

    font-style:italic;

}

.trust-banner{

    margin-top:80px;

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    border-radius:28px;

    padding:50px 20px;

    color:#fff;

}

.trust-banner h2{

    font-size:42px;

    font-weight:800;

    margin-bottom:8px;

}

.trust-banner p{

    margin:0;

    color:#dbeafe;

}
/*==========================================
IMPLEMENTATION PROCESS
==========================================*/

.solutions-process{

    padding:120px 0;

    background:#ffffff;

}

.timeline-wrapper{

    position:relative;

    max-width:900px;

    margin:70px auto;

}

.timeline-wrapper::before{

    content:"";

    position:absolute;

    left:45px;

    top:0;

    width:4px;

    height:100%;

    background:#dbeafe;

}

.timeline-step{

    position:relative;

    display:flex;

    margin-bottom:45px;

}

.step-number{

    width:90px;

    height:90px;

    border-radius:50%;

    background:linear-gradient(135deg,#2563eb,#0ea5e9);

    color:#fff;

    font-size:26px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    z-index:2;

    box-shadow:0 15px 35px rgba(37,99,235,.25);

}

.step-card{

    margin-left:35px;

    background:#fff;

    border-radius:22px;

    padding:30px;

    display:flex;

    align-items:flex-start;

    gap:20px;

    flex:1;

    border:1px solid #e2e8f0;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

    transition:.35s;

}

.step-card:hover{

    transform:translateY(-6px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.step-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#eff6ff;

    display:flex;

    align-items:center;

    justify-content:center;

}

.step-icon i{

    font-size:30px;

    color:#2563eb;

}

.step-card h4{

    font-weight:700;

    margin-bottom:10px;

}

.step-card p{

    margin:0;

    color:#64748b;

    line-height:1.8;

}

.process-bottom{

    margin-top:70px;

    padding:50px;

    border-radius:30px;

    background:linear-gradient(135deg,#0f172a,#1e3a8a);

    color:#fff;

}

.process-bottom h3{

    font-size:32px;

    font-weight:700;

    margin-bottom:15px;

}

.process-bottom p{

    color:#cbd5e1;

    margin:0;

    line-height:1.9;

}

@media(max-width:768px){

.timeline-wrapper::before{

left:28px;

}

.step-number{

width:56px;
height:56px;
font-size:18px;

}

.step-card{

margin-left:20px;
padding:22px;
flex-direction:column;

}

.step-icon{

width:60px;
height:60px;

}

.process-bottom{

padding:35px;
text-align:center;

}

.process-bottom .btn{

margin-top:20px;

}

}
.industry-challenges{

padding:120px 0;

background:#fff;

}

.challenge-card{

padding:35px;

border-radius:24px;

height:100%;

background:#fff;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.challenge-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(37,99,235,.15);

border-color:#2563eb;

}

.challenge-icon{

width:80px;

height:80px;

border-radius:18px;

background:#eff6ff;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.challenge-icon i{

font-size:34px;

color:#2563eb;

}

.challenge-card h4{

font-weight:700;

margin-bottom:15px;

}

.challenge-card p{

line-height:1.8;

color:#64748b;

}

.solution-strip{

margin-top:70px;

padding:45px;

border-radius:28px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

}

.solution-strip p{

margin:0;

color:#e0f2fe;

}

.solution-strip .btn{

padding:14px 30px;

border-radius:50px;

background:#fff;

color:#2563eb;

font-weight:600;

border:none;

}
/*==========================================
INDUSTRY HERO
==========================================*/

.industry-hero{

    padding:120px 0;

    background:linear-gradient(135deg,#f8fbff,#eef6ff);

    overflow:hidden;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#eaf3ff;

    color:#2563eb;

    padding:10px 22px;

    border-radius:40px;

    font-weight:600;

    margin-bottom:25px;

}

.hero-badge i{

    font-size:18px;

}

.industry-hero h1{

    font-size:58px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:25px;

}

.industry-hero h1 span{

    display:block;

    color:#2563eb;

}

.hero-desc{

    font-size:19px;

    color:#64748b;

    line-height:1.9;

    margin-bottom:35px;

}

.hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:40px;

}

.hero-features div{

    font-weight:600;

    color:#334155;

}

.hero-features i{

    color:#22c55e;

    margin-right:10px;

}

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.hero-buttons .btn{

    padding:14px 32px;

    border-radius:50px;

    font-weight:600;

}

/* Image */

.industry-image-wrapper{

    position:relative;

}

.hero-main-image{

    border-radius:30px;

    box-shadow:0 35px 80px rgba(15,23,42,.15);

}

.floating-card{

    position:absolute;

    display:flex;

    align-items:center;

    gap:15px;

    background:#fff;

    border-radius:18px;

    padding:18px 22px;

    box-shadow:0 20px 45px rgba(15,23,42,.10);

    min-width:220px;

}

.floating-card i{

    width:55px;

    height:55px;

    border-radius:15px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#2563eb;

    color:#fff;

    font-size:24px;

}

.floating-card strong{

    display:block;

    font-size:17px;

}

.floating-card small{

    color:#64748b;

}

.card1{

    top:30px;

    left:-40px;

}

.card2{

    right:-35px;

    top:45%;

}

.card3{

    left:40px;

    bottom:-25px;

}

@media(max-width:991px){

.industry-hero{

padding:80px 0;

text-align:center;

}

.industry-hero h1{

font-size:42px;

}

.hero-features{

grid-template-columns:1fr;

}

.hero-buttons{

justify-content:center;

}

.industry-image-wrapper{

margin-top:60px;

}

.floating-card{

position:relative;

left:auto!important;

right:auto!important;

top:auto!important;

bottom:auto!important;

margin:20px auto;

}

}
/*=========================================
WHY MCUBIC
=========================================*/

.industry-why{

padding:120px 0;

background:#f8fafc;

}

.why-card{

background:#fff;

padding:35px;

border-radius:24px;

height:100%;

text-align:center;

border:1px solid #e2e8f0;

transition:.35s;

box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.why-card:hover{

transform:translateY(-10px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.why-icon{

width:85px;

height:85px;

margin:auto auto 25px;

display:flex;

align-items:center;

justify-content:center;

border-radius:20px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

}

.why-icon i{

font-size:34px;

color:#fff;

}

.why-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

}

.why-card p{

color:#64748b;

line-height:1.8;

margin:0;

}
/*==================================
INDUSTRY MODULES
==================================*/

.industry-modules{

padding:120px 0;

background:#ffffff;

}

.module-card{

background:#fff;

border-radius:24px;

padding:35px;

height:100%;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 10px 30px rgba(15,23,42,.05);

}

.module-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.module-icon{

width:80px;

height:80px;

display:flex;

align-items:center;

justify-content:center;

border-radius:20px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

margin-bottom:25px;

}

.module-icon i{

font-size:32px;

color:#fff;

}

.module-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

}

.module-card p{

color:#64748b;

line-height:1.8;

margin:0;

}
/*==============================
Guest Journey
==============================*/

.guest-journey{

padding:120px 0;

background:#f8fafc;

}

.timeline{

position:relative;

max-width:950px;

margin:auto;

}

.timeline:before{

content:"";

position:absolute;

left:40px;

top:0;

bottom:0;

width:4px;

background:#2563eb;

}

.timeline-item{

display:flex;

gap:30px;

margin-bottom:45px;

position:relative;

}

.timeline-icon{

width:80px;

height:80px;

min-width:80px;

border-radius:50%;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:30px;

z-index:2;

}

.timeline-content{

background:#fff;

padding:30px;

border-radius:20px;

flex:1;

box-shadow:0 15px 35px rgba(15,23,42,.05);

border:1px solid #e5e7eb;

transition:.3s;

}

.timeline-content:hover{

transform:translateX(8px);

border-color:#2563eb;

}

.timeline-content h4{

font-weight:700;

margin-bottom:10px;

}

.timeline-content p{

color:#64748b;

margin-bottom:15px;

line-height:1.8;

}

.timeline-content span{

display:inline-block;

background:#eff6ff;

padding:8px 18px;

border-radius:40px;

font-size:14px;

font-weight:600;

color:#2563eb;

}

@media(max-width:768px){

.timeline:before{

left:30px;

}

.timeline-icon{

width:60px;

height:60px;

min-width:60px;

font-size:22px;

}

.timeline-content{

padding:20px;

}

}
/*======================================
HOTEL WORKFLOW
======================================*/

.industry-workflow{

padding:120px 0;

background:#ffffff;

}

.workflow{

max-width:1200px;

margin:auto;

}

.workflow-row{

display:flex;

justify-content:center;

gap:30px;

flex-wrap:wrap;

margin:25px 0;

}

.workflow-row.center{

justify-content:center;

}

.workflow-card{

width:220px;

background:#fff;

padding:30px;

text-align:center;

border-radius:22px;

border:1px solid #e5e7eb;

box-shadow:0 12px 35px rgba(15,23,42,.05);

transition:.35s;

}

.workflow-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.workflow-card i{

font-size:42px;

color:#2563eb;

margin-bottom:20px;

}

.workflow-card h5{

font-weight:700;

margin-bottom:10px;

}

.workflow-card p{

margin:0;

color:#64748b;

line-height:1.7;

}

.workflow-arrow{

text-align:center;

font-size:38px;

font-weight:bold;

color:#2563eb;

margin:5px 0;

}

.highlight{

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

}

.highlight i{

color:#fff;

}

.highlight p{

color:#eef6ff;

}

@media(max-width:992px){

.workflow-card{

width:100%;

max-width:350px;

}

.workflow-arrow{

font-size:30px;

}

}
/*=====================================
BUSINESS BENEFITS
======================================*/

.industry-benefits{

padding:120px 0;

background:#f8fafc;

}

.benefit-card{

background:#fff;

padding:35px;

border-radius:24px;

height:100%;

text-align:center;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 12px 30px rgba(15,23,42,.05);

}

.benefit-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.benefit-icon{

width:80px;

height:80px;

margin:auto auto 25px;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

}

.benefit-icon i{

font-size:34px;

color:#fff;

}

.benefit-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

}

.benefit-card p{

color:#64748b;

line-height:1.8;

margin:0;

}

.impact-banner{

background:linear-gradient(135deg,#2563eb,#0ea5e9);

padding:50px;

border-radius:28px;

color:#fff;

}

.impact-banner h3{

font-size:34px;

font-weight:700;

margin-bottom:15px;

}

.impact-banner p{

color:#eaf6ff;

margin:0;

line-height:1.8;

}

.impact-banner .btn{

padding:15px 35px;

border-radius:50px;

font-weight:600;

}
/*======================================
PRODUCT TOUR
======================================*/

.industry-screenshots{

padding:120px 0;

background:#fff;

}

.screenshot-tabs .nav-link{

padding:18px 20px;

margin-bottom:15px;

border-radius:16px;

font-weight:600;

text-align:left;

color:#334155;

border:1px solid #e5e7eb;

transition:.3s;

background:#fff;

}

.screenshot-tabs .nav-link.active{

background:#2563eb;

color:#fff;

border-color:#2563eb;

}

.screenshot-tabs i{

margin-right:10px;

width:20px;

}

.screenshot-image{

border-radius:24px;

box-shadow:0 30px 60px rgba(15,23,42,.12);

border:1px solid #e5e7eb;

}

.screen-features{

padding:0;

list-style:none;

margin-top:25px;

}

.screen-features li{

margin-bottom:14px;

font-weight:500;

}

.screen-features i{

color:#22c55e;

margin-right:10px;

}
/*=========================================
HOTEL INTEGRATIONS
=========================================*/

.industry-integrations{

padding:120px 0;

background:#f8fafc;

}

.integration-card{

background:#fff;

padding:35px;

height:100%;

border-radius:24px;

border:1px solid #e5e7eb;

box-shadow:0 12px 35px rgba(15,23,42,.05);

transition:.35s;

}

.integration-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.integration-icon{

width:75px;

height:75px;

display:flex;

align-items:center;

justify-content:center;

border-radius:18px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

margin-bottom:20px;

}

.integration-icon i{

font-size:30px;

color:#fff;

}

.integration-card h4{

font-weight:700;

margin-bottom:20px;

}

.integration-list{

display:flex;

flex-wrap:wrap;

gap:10px;

}

.integration-list span{

padding:8px 14px;

background:#eff6ff;

color:#2563eb;

border-radius:30px;

font-size:14px;

font-weight:600;

}

.integration-banner{

padding:50px;

border-radius:30px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

}

.integration-banner p{

color:#eaf6ff;

margin-top:10px;

}

.integration-banner .btn{

padding:15px 35px;

border-radius:50px;

font-weight:600;

}
/*====================================
CUSTOMER SUCCESS
====================================*/

.industry-success{

padding:120px 0;

background:#ffffff;

}

.success-stat{

background:#fff;

padding:40px;

text-align:center;

border-radius:24px;

border:1px solid #e5e7eb;

box-shadow:0 15px 35px rgba(15,23,42,.05);

height:100%;

}

.success-stat h2{

font-size:48px;

font-weight:800;

color:#2563eb;

margin-bottom:10px;

}

.success-stat p{

font-weight:600;

margin-bottom:0;

}

.success-stat small{

color:#64748b;

}

.customer-logos{

display:grid;

grid-template-columns:repeat(6,1fr);

gap:25px;

margin:50px 0;

align-items:center;

}

.customer-logos img{

width:100%;

max-height:70px;

object-fit:contain;

filter:grayscale(100%);

opacity:.7;

transition:.3s;

}

.customer-logos img:hover{

filter:none;

opacity:1;

}

.support-box{

margin-top:60px;

padding:50px;

border-radius:28px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

}

.support-box ul{

list-style:none;

padding:0;

margin:0;

}

.support-box li{

margin-bottom:15px;

font-size:17px;

}

.support-box i{

margin-right:10px;

color:#fff;

}
/*==================================
FAQ
==================================*/

.industry-faq{

padding:120px 0;

background:#f8fafc;

}

.industry-faq .accordion-item{

border:none;

border-radius:18px;

overflow:hidden;

margin-bottom:18px;

box-shadow:0 10px 25px rgba(15,23,42,.05);

}

.industry-faq .accordion-button{

padding:22px 25px;

font-weight:700;

font-size:17px;

background:#fff;

}

.industry-faq .accordion-button:not(.collapsed){

background:#2563eb;

color:#fff;

box-shadow:none;

}

.industry-faq .accordion-button:focus{

box-shadow:none;

}

.industry-faq .accordion-body{

padding:25px;

line-height:1.8;

color:#64748b;

}

.faq-contact{

background:#fff;

padding:40px;

border-radius:24px;

box-shadow:0 20px 45px rgba(15,23,42,.08);

position:sticky;

top:100px;

}

.faq-contact i.fa-headset{

font-size:48px;

color:#2563eb;

margin-bottom:20px;

}

.faq-contact h3{

font-weight:700;

margin-bottom:20px;

}

.faq-contact p{

color:#64748b;

line-height:1.8;

}

.faq-contact ul{

list-style:none;

padding:0;

margin:30px 0;

}

.faq-contact li{

margin-bottom:14px;

}

.faq-contact li i{

color:#22c55e;

margin-right:10px;

}

.faq-contact .btn{

padding:14px;

border-radius:50px;

font-weight:600;

}
/*=====================================
RESOURCES HERO
=====================================*/

.resources-hero{

padding:120px 0;

background:linear-gradient(135deg,#f8fbff,#eef6ff);

overflow:hidden;

}

.resources-hero h1{

font-size:58px;

font-weight:800;

line-height:1.15;

margin:25px 0;

}

.resources-hero h1 span{

display:block;

color:#2563eb;

}

.resources-hero p{

font-size:19px;

line-height:1.9;

color:#64748b;

margin-bottom:35px;

}

.hero-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:40px;

}

.hero-features div{

font-weight:600;

}

.hero-features i{

color:#22c55e;

margin-right:10px;

}

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.resources-hero-visual{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.resource-card{

background:#fff;

padding:35px;

border-radius:24px;

text-align:center;

box-shadow:0 20px 45px rgba(15,23,42,.08);

transition:.35s;

}

.resource-card:hover{

transform:translateY(-8px);

}

.resource-card i{

font-size:40px;

color:#2563eb;

margin-bottom:20px;

}

.resource-card h5{

font-weight:700;

margin-bottom:10px;

}

.resource-card p{

margin:0;

font-size:15px;

}
/*=========================================
RESOURCE CATEGORIES
=========================================*/

.resources-categories{

padding:110px 0;

background:#ffffff;

}

.resource-category-card{

display:block;

background:#fff;

padding:35px;

border-radius:24px;

height:100%;

text-decoration:none;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.resource-category-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

text-decoration:none;

}

.resource-category-icon{

width:80px;

height:80px;

display:flex;

align-items:center;

justify-content:center;

border-radius:20px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

margin-bottom:25px;

}

.resource-category-icon i{

font-size:34px;

color:#fff;

}

.resource-category-card h3{

font-size:24px;

font-weight:700;

color:#0f172a;

margin-bottom:15px;

}

.resource-category-card p{

color:#64748b;

line-height:1.8;

margin-bottom:25px;

}

.resource-category-card span{

font-weight:600;

color:#2563eb;

display:inline-flex;

align-items:center;

}
/*=====================================
BROCHURES
=====================================*/

.resources-brochures{

padding:110px 0;

background:#f8fbff;

}

.brochure-card{

background:#fff;

border-radius:22px;

overflow:hidden;

height:100%;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.brochure-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(15,23,42,.12);

}

.brochure-cover{

background:#eef4ff;

padding:20px;

text-align:center;

}

.brochure-cover img{

height:280px;

object-fit:contain;

}

.brochure-body{

padding:30px;

}

.brochure-body h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

}

.brochure-body p{

color:#64748b;

line-height:1.8;

margin-bottom:25px;

min-height:70px;

}

.brochure-buttons{

display:flex;

gap:12px;

flex-wrap:wrap;

}

.brochure-buttons .btn{

flex:1;

}
/*=====================================
CASE STUDIES
=====================================*/

.resources-case-studies{

padding:110px 0;

background:#ffffff;

}

.case-study-card{

background:#fff;

border:1px solid #e5e7eb;

border-radius:22px;

padding:35px;

height:100%;

transition:.35s;

box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.case-study-card:hover{

transform:translateY(-8px);

box-shadow:0 24px 60px rgba(15,23,42,.12);

border-color:#2563eb;

}

.case-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:25px;

}

.industry{

font-size:22px;

font-weight:700;

color:#0f172a;

}

.size{

background:#eef4ff;

color:#2563eb;

padding:6px 12px;

border-radius:20px;

font-size:14px;

font-weight:600;

}

.case-block{

margin-bottom:22px;

}

.case-block h6{

font-size:15px;

font-weight:700;

color:#2563eb;

margin-bottom:8px;

text-transform:uppercase;

}

.case-block p{

color:#64748b;

line-height:1.8;

margin:0;

}

.case-link{

display:inline-flex;

align-items:center;

font-weight:600;

color:#2563eb;

text-decoration:none;

margin-top:10px;

}

.case-link:hover{

color:#1d4ed8;

}
/*=====================================
BLOG
=====================================*/

.resources-blog{

padding:110px 0;

background:#f8fbff;

}

.blog-card{

background:#fff;

border-radius:22px;

overflow:hidden;

height:100%;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.blog-card:hover{

transform:translateY(-8px);

box-shadow:0 24px 60px rgba(15,23,42,.12);

}

.blog-image{

overflow:hidden;

}

.blog-image img{

width:100%;

height:240px;

object-fit:cover;

transition:.4s;

}

.blog-card:hover img{

transform:scale(1.05);

}

.blog-content{

padding:30px;

}

.blog-category{

display:inline-block;

padding:6px 14px;

background:#eef4ff;

color:#2563eb;

font-size:13px;

font-weight:600;

border-radius:20px;

margin-bottom:18px;

}

.blog-content h4{

font-size:23px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

line-height:1.4;

}

.blog-content p{

color:#64748b;

line-height:1.8;

margin-bottom:25px;

}

.blog-footer{

display:flex;

justify-content:space-between;

align-items:center;

font-size:14px;

}

.blog-footer span{

color:#64748b;

}

.blog-footer a{

font-weight:600;

color:#2563eb;

text-decoration:none;

}

.blog-footer a:hover{

color:#1d4ed8;

}

/*=====================================
RELEASE NOTES
=====================================*/

.release-notes{

padding:110px 0;

background:#ffffff;

}

.release-timeline{

position:relative;

max-width:900px;

margin:auto;

}

.release-timeline::before{

content:"";

position:absolute;

left:28px;

top:0;

bottom:0;

width:3px;

background:#dbeafe;

}

.release-item{

position:relative;

padding-left:80px;

margin-bottom:50px;

}

.release-dot{

position:absolute;

left:16px;

top:22px;

width:24px;

height:24px;

background:#2563eb;

border:5px solid #fff;

border-radius:50%;

box-shadow:0 0 0 4px #dbeafe;

}

.release-card{

background:#fff;

border:1px solid #e5e7eb;

border-radius:20px;

padding:30px;

box-shadow:0 12px 35px rgba(15,23,42,.05);

transition:.35s;

}

.release-card:hover{

transform:translateY(-5px);

box-shadow:0 20px 50px rgba(15,23,42,.10);

}

.release-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:20px;

flex-wrap:wrap;

gap:15px;

}

.release-header h4{

font-size:24px;

font-weight:700;

margin-bottom:5px;

}

.release-header p{

margin:0;

color:#64748b;

}

.release-badge{

background:#2563eb;

color:#fff;

padding:8px 16px;

border-radius:30px;

font-size:13px;

font-weight:600;

}

.release-card ul{

list-style:none;

padding:0;

margin:0;

}

.release-card li{

padding:10px 0;

display:flex;

align-items:flex-start;

gap:12px;

color:#475569;

border-bottom:1px solid #f1f5f9;

}

.release-card li:last-child{

border-bottom:none;

}

.release-card li i{

color:#10b981;

margin-top:4px;

}
/*=====================================
RESOURCE FAQ
=====================================*/

.resources-faq{

padding:110px 0;

background:#f8fbff;

}

.resources-faq .accordion{

max-width:900px;

margin:auto;

}

.resources-faq .accordion-item{

border:none;

margin-bottom:18px;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(15,23,42,.06);

}

.resources-faq .accordion-button{

padding:22px 28px;

font-size:18px;

font-weight:600;

background:#fff;

color:#0f172a;

box-shadow:none;

}

.resources-faq .accordion-button:not(.collapsed){

background:#2563eb;

color:#fff;

}

.resources-faq .accordion-button:focus{

box-shadow:none;

}

.resources-faq .accordion-body{

padding:28px;

font-size:16px;

line-height:1.9;

color:#64748b;

background:#fff;

}
/*=====================================
SUPPORT HERO
=====================================*/

.support-hero{

padding:120px 0;

background:linear-gradient(135deg,#f8fbff,#eef6ff);

overflow:hidden;

}

.support-hero h1{

font-size:58px;

font-weight:800;

line-height:1.15;

margin:25px 0;

color:#0f172a;

}

.support-hero h1 span{

display:block;

color:#2563eb;

}

.support-hero p{

font-size:19px;

line-height:1.9;

color:#64748b;

margin-bottom:35px;

}

.hero-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:40px;

}

.hero-features div{

font-weight:600;

color:#334155;

}

.hero-features i{

color:#22c55e;

margin-right:10px;

}

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.support-dashboard{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.support-card{

background:#fff;

padding:35px 30px;

border-radius:22px;

text-align:center;

box-shadow:0 20px 45px rgba(15,23,42,.08);

transition:.35s;

height:100%;

}

.support-card:hover{

transform:translateY(-8px);

}

.support-card i{

font-size:40px;

color:#2563eb;

margin-bottom:20px;

}

.support-card h5{

font-weight:700;

margin-bottom:12px;

}

.support-card p{

margin:0;

font-size:15px;

line-height:1.7;

color:#64748b;

}

@media(max-width:991px){

.support-hero{

padding:80px 0;

}

.support-hero h1{

font-size:42px;

}

.support-dashboard{

margin-top:50px;

}

}

@media(max-width:576px){

.hero-features{

grid-template-columns:1fr;

}

.support-dashboard{

grid-template-columns:1fr;

}

.hero-buttons{

flex-direction:column;

}

.hero-buttons .btn{

width:100%;

}

}
/*=====================================
SUPPORT CHANNELS
=====================================*/

.support-channels{

padding:110px 0;

background:#ffffff;

}

.support-channel-card{

background:#fff;

border:1px solid #e5e7eb;

border-radius:22px;

padding:40px 30px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.support-channel-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.support-icon{

width:85px;

height:85px;

margin:0 auto 25px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

}

.support-icon i{

font-size:36px;

color:#fff;

}

.support-channel-card h4{

font-size:24px;

font-weight:700;

margin-bottom:18px;

color:#0f172a;

}

.support-channel-card p{

font-size:16px;

line-height:1.8;

color:#64748b;

margin:0;

}

@media(max-width:991px){

.support-channels{

padding:80px 0;

}

}
/*=====================================
SUPPORT SERVICES
=====================================*/

.support-services{

padding:110px 0;

background:#f8fbff;

}

.service-card{

background:#fff;

padding:40px 35px;

border-radius:22px;

height:100%;

text-align:center;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.service-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 24px 60px rgba(37,99,235,.15);

}

.service-icon{

width:90px;

height:90px;

margin:0 auto 25px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

}

.service-icon i{

font-size:38px;

color:#fff;

}

.service-card h4{

font-size:24px;

font-weight:700;

margin-bottom:18px;

color:#0f172a;

}

.service-card p{

margin:0;

color:#64748b;

line-height:1.8;

font-size:16px;

}

@media(max-width:991px){

.support-services{

padding:80px 0;

}

}
/*=====================================
REMOTE SUPPORT
=====================================*/

.remote-support{

padding:110px 0;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

overflow:hidden;

}

.remote-support h2{

font-size:46px;

font-weight:800;

margin:20px 0;

}

.remote-support p{

font-size:18px;

line-height:1.9;

opacity:.95;

margin-bottom:35px;

}

.remote-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:30px;

}

.remote-features div{

font-size:17px;

font-weight:600;

}

.remote-features i{

margin-right:10px;

color:#fde047;

}

.support-info-card{

background:#fff;

color:#0f172a;

padding:40px;

border-radius:24px;

box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.info-item{

display:flex;

align-items:flex-start;

gap:20px;

margin-bottom:35px;

}

.info-item:last-child{

margin-bottom:0;

}

.info-item i{

width:60px;

height:60px;

border-radius:16px;

display:flex;

align-items:center;

justify-content:center;

background:#eef4ff;

color:#2563eb;

font-size:24px;

}

.info-item h5{

font-size:22px;

font-weight:700;

margin-bottom:8px;

}

.info-item p{

margin:0;

color:#64748b;

line-height:1.7;

font-size:16px;

}

@media(max-width:991px){

.remote-support{

padding:80px 0;

}

.remote-features{

grid-template-columns:1fr;

}

.support-info-card{

margin-top:50px;

}

}
/*=====================================
SUPPORT PROCESS
=====================================*/

.support-process{

padding:110px 0;

background:#ffffff;

}

.process-card{

background:#fff;

border:1px solid #e5e7eb;

border-radius:22px;

padding:35px 20px;

text-align:center;

height:100%;

position:relative;

transition:.35s;

box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.process-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.process-number{

position:absolute;

top:-15px;

left:50%;

transform:translateX(-50%);

width:34px;

height:34px;

background:#2563eb;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

font-size:15px;

}

.process-icon{

width:80px;

height:80px;

margin:20px auto;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

}

.process-icon i{

font-size:34px;

color:#fff;

}

.process-card h5{

font-size:20px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.process-card p{

font-size:15px;

line-height:1.8;

color:#64748b;

margin:0;

}

@media(max-width:991px){

.support-process{

padding:80px 0;

}

.process-card{

margin-bottom:20px;

}

}
/*=====================================
SUPPORT COMMITMENT
=====================================*/

.support-commitment{

padding:110px 0;

background:#f8fbff;

}

.commitment-box{

background:#fff;

padding:70px 60px;

border-radius:30px;

text-align:center;

box-shadow:0 20px 60px rgba(15,23,42,.08);

}

.lead-text{

font-size:20px;

line-height:1.9;

color:#64748b;

max-width:850px;

margin:25px auto 0;

}

.commit-item{

padding:25px;

}

.commit-item i{

font-size:44px;

color:#2563eb;

margin-bottom:20px;

}

.commit-item h5{

font-size:22px;

font-weight:700;

margin-bottom:12px;

color:#0f172a;

}

.commit-item p{

color:#64748b;

line-height:1.8;

margin:0;

}

.commitment-box blockquote{

margin-top:45px;

padding-top:35px;

border-top:1px solid #e2e8f0;

font-size:24px;

font-style:italic;

font-weight:600;

color:#2563eb;

}

@media(max-width:991px){

.support-commitment{

padding:80px 0;

}

.commitment-box{

padding:45px 30px;

}

.lead-text{

font-size:18px;

}

.commitment-box blockquote{

font-size:20px;

}

}
/*=====================================
SUPPORT FAQ
=====================================*/

.support-faq{

padding:110px 0;

background:#ffffff;

}

.support-faq .accordion{

max-width:900px;

margin:auto;

}

.support-faq .accordion-item{

border:none;

margin-bottom:18px;

border-radius:18px;

overflow:hidden;

box-shadow:0 12px 35px rgba(15,23,42,.06);

}

.support-faq .accordion-button{

padding:22px 28px;

font-size:18px;

font-weight:600;

box-shadow:none;

background:#fff;

}

.support-faq .accordion-button:not(.collapsed){

background:#2563eb;

color:#fff;

}

.support-faq .accordion-button:focus{

box-shadow:none;

}

.support-faq .accordion-body{

padding:28px;

line-height:1.9;

color:#64748b;

}
/*=====================================
CONTACT SUPPORT
=====================================*/

.contact-support{

padding:110px 0;

background:#f8fbff;

}

.contact-card{

background:#fff;

padding:40px 30px;

border-radius:22px;

text-align:center;

height:100%;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.contact-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 24px 60px rgba(37,99,235,.15);

}

.contact-card i{

font-size:42px;

color:#2563eb;

margin-bottom:20px;

}

.contact-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.contact-card p{

margin:0;

font-size:16px;

line-height:1.8;

color:#64748b;

}
/*=====================================
CONTACT HERO
=====================================*/

.contact-hero{

padding:120px 0;

background:linear-gradient(135deg,#f8fbff,#eef6ff);

overflow:hidden;

}

.contact-hero h1{

font-size:58px;

font-weight:800;

line-height:1.15;

margin:25px 0;

}

.contact-hero h1 span{

display:block;

color:#2563eb;

}

.contact-hero p{

font-size:19px;

line-height:1.9;

color:#64748b;

margin-bottom:35px;

}

.contact-hero-card{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.contact-stat{

background:#fff;

padding:35px;

border-radius:22px;

text-align:center;

box-shadow:0 20px 45px rgba(15,23,42,.08);

transition:.35s;

}

.contact-stat:hover{

transform:translateY(-8px);

}

.contact-stat i{

font-size:40px;

color:#2563eb;

margin-bottom:18px;

}

.contact-stat h4{

font-weight:700;

margin-bottom:10px;

}

.contact-stat p{

margin:0;

font-size:15px;

}
/*=====================================
CONTACT INFORMATION
=====================================*/

.contact-info{

padding:100px 0;

background:#ffffff;

}

.contact-info-card{

background:#fff;

border-radius:24px;

padding:40px 30px;

text-align:center;

height:100%;

border:1px solid #e2e8f0;

box-shadow:0 15px 40px rgba(15,23,42,.06);

transition:.35s;

}

.contact-info-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(37,99,235,.15);

border-color:#2563eb;

}

.contact-icon{

width:80px;

height:80px;

margin:0 auto 25px;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

font-size:34px;

}

.contact-info-card h4{

font-size:24px;

font-weight:700;

margin-bottom:18px;

color:#0f172a;

}

.contact-info-card p{

color:#64748b;

line-height:1.9;

margin-bottom:25px;

min-height:70px;

}

.contact-info-card a{

display:inline-block;

padding:10px 24px;

border-radius:30px;

background:#eff6ff;

color:#2563eb;

font-weight:600;

text-decoration:none;

transition:.3s;

}

.contact-info-card a:hover{

background:#2563eb;

color:#fff;

}

@media(max-width:991px){

.contact-info{

padding:80px 0;

}

.contact-info-card{

padding:35px 25px;

}

}
/*=====================================
CONTACT ENQUIRY
=====================================*/

.contact-enquiry{

padding:110px 0;

background:#f8fbff;

}

.enquiry-feature{

display:flex;

align-items:flex-start;

gap:18px;

margin-bottom:28px;

}

.enquiry-feature i{

font-size:24px;

color:#2563eb;

margin-top:3px;

}

.enquiry-feature h5{

font-size:20px;

font-weight:700;

margin-bottom:8px;

color:#0f172a;

}

.enquiry-feature p{

margin:0;

color:#64748b;

line-height:1.7;

}

.enquiry-form{

background:#fff;

padding:45px;

border-radius:28px;

box-shadow:0 20px 60px rgba(15,23,42,.08);

}

.enquiry-form .form-control,
.enquiry-form .form-select{

height:56px;

border-radius:14px;

border:1px solid #dbe4f0;

padding:12px 18px;

}

.enquiry-form textarea.form-control{

height:auto;

resize:none;

padding-top:15px;

}

.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus{

border-color:#2563eb;

box-shadow:0 0 0 .2rem rgba(37,99,235,.15);

}

.enquiry-form .btn{

padding:15px 40px;

border-radius:40px;

font-weight:600;

}

@media(max-width:991px){

.contact-enquiry{

padding:80px 0;

}

.enquiry-form{

padding:30px;

margin-top:25px;

}

}
/*=====================================
OFFICE LOCATION
=====================================*/

.office-location{

padding:110px 0;

background:#ffffff;

}

.map-card{

height:100%;

min-height:520px;

overflow:hidden;

border-radius:28px;

box-shadow:0 20px 60px rgba(15,23,42,.08);

}

.map-card iframe{

width:100%;

height:100%;

min-height:520px;

border:0;

}

.office-card{

background:#f8fbff;

padding:45px;

border-radius:28px;

height:100%;

}

.office-card h3{

font-size:34px;

font-weight:700;

margin-bottom:10px;

color:#0f172a;

}

.office-text{

color:#2563eb;

font-weight:600;

margin-bottom:35px;

}

.office-item{

display:flex;

align-items:flex-start;

gap:18px;

margin-bottom:28px;

}

.office-item i{

width:55px;

height:55px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

border-radius:16px;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

flex-shrink:0;

}

.office-item h5{

font-size:18px;

font-weight:700;

margin-bottom:8px;

color:#0f172a;

}

.office-item p{

margin:0;

line-height:1.8;

color:#64748b;

}

.office-card .btn{

padding:14px 35px;

border-radius:35px;

}

@media(max-width:991px){

.office-location{

padding:80px 0;

}

.office-card{

margin-top:30px;

padding:35px;

}

.map-card{

min-height:350px;

}

.map-card iframe{

min-height:350px;

}

}
/*=====================================
CONTACT DEPARTMENTS
=====================================*/

.contact-departments{

padding:110px 0;

background:#f8fbff;

}

.department-card{

background:#fff;

padding:40px 30px;

border-radius:24px;

height:100%;

text-align:center;

border:1px solid #e5e7eb;

box-shadow:0 15px 40px rgba(15,23,42,.06);

transition:.35s;

}

.department-card:hover{

transform:translateY(-10px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.department-icon{

width:80px;

height:80px;

margin:0 auto 25px;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

font-size:34px;

}

.department-card h4{

font-size:24px;

font-weight:700;

margin-bottom:18px;

color:#0f172a;

}

.department-card p{

color:#64748b;

line-height:1.8;

min-height:110px;

margin-bottom:25px;

}

.department-card a{

display:inline-block;

padding:11px 28px;

border-radius:30px;

background:#eff6ff;

color:#2563eb;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.department-card a:hover{

background:#2563eb;

color:#fff;

}

@media(max-width:991px){

.contact-departments{

padding:80px 0;

}

.department-card{

padding:35px 25px;

}

.department-card p{

min-height:auto;

}

}
/*=====================================
BUSINESS HOURS
=====================================*/

.business-hours{

padding:110px 0;

background:#ffffff;

}

.hours-card,
.response-card{

background:#fff;

border-radius:28px;

padding:45px;

height:100%;

border:1px solid #e5e7eb;

box-shadow:0 20px 60px rgba(15,23,42,.06);

}

.hours-item{

display:flex;

justify-content:space-between;

align-items:center;

padding:22px 0;

border-bottom:1px solid #eef2f7;

}

.hours-item:last-child{

border-bottom:none;

}

.hours-item h5{

margin-bottom:6px;

font-size:20px;

font-weight:700;

color:#0f172a;

}

.hours-item p{

margin:0;

color:#64748b;

}

.hours-item span{

font-weight:700;

color:#2563eb;

font-size:17px;

}

.response-card h3{

font-size:30px;

font-weight:700;

margin-bottom:20px;

color:#0f172a;

}

.response-card p{

color:#64748b;

line-height:1.8;

margin-bottom:30px;

}

.response-list{

list-style:none;

padding:0;

margin:0;

}

.response-list li{

display:flex;

align-items:flex-start;

gap:12px;

margin-bottom:18px;

color:#334155;

font-weight:500;

}

.response-list i{

color:#2563eb;

margin-top:4px;

}

@media(max-width:991px){

.business-hours{

padding:80px 0;

}

.hours-card,
.response-card{

padding:30px;

}

.hours-item{

flex-direction:column;

align-items:flex-start;

gap:8px;

}

}
/*=====================================
INTEGRATIONS HERO
=====================================*/

.integration-hero{

padding:120px 0 90px;

background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%);

overflow:hidden;

}

.integration-hero .hero-title{

font-size:58px;

font-weight:800;

line-height:1.15;

margin:25px 0;

color:#0f172a;

}

.integration-hero .hero-title span{

display:block;

color:#2563eb;

}

.integration-hero .hero-description{

font-size:19px;

line-height:1.9;

color:#64748b;

margin-bottom:35px;

}

.integration-hero .hero-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:25px;

}

.integration-hero .feature-item{

font-weight:600;

color:#334155;

}

.integration-hero .feature-item i{

color:#2563eb;

margin-right:10px;

}

.integration-hero .hero-card{

background:#fff;

padding:35px 25px;

border-radius:24px;

text-align:center;

height:100%;

box-shadow:0 20px 45px rgba(15,23,42,.08);

transition:.35s;

}

.integration-hero .hero-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(37,99,235,.18);

}

.integration-hero .icon-box{

width:70px;

height:70px;

margin:0 auto 20px;

display:flex;

align-items:center;

justify-content:center;

border-radius:18px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

font-size:28px;

}

.integration-hero .hero-card h5{

font-size:28px;

font-weight:700;

margin-bottom:10px;

color:#0f172a;

}

.integration-hero .hero-card p{

margin:0;

color:#64748b;

}

@media(max-width:991px){

.integration-hero{

padding:90px 0;

}

.integration-hero .hero-title{

font-size:42px;

}

.integration-hero .hero-features{

grid-template-columns:1fr;

}

}
/*=====================================
INTEGRATION CATEGORIES
=====================================*/

.integration-categories{

padding:110px 0;

background:#ffffff;

}

.integration-card{

background:#fff;

padding:35px 28px;

border-radius:24px;

height:100%;

text-align:center;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 15px 40px rgba(15,23,42,.06);

}

.integration-card:hover{

transform:translateY(-10px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.integration-icon{

width:80px;

height:80px;

margin:0 auto 25px;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

font-size:34px;

}

.integration-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.integration-card p{

margin:0;

color:#64748b;

line-height:1.8;

font-size:15px;

}

@media(max-width:991px){

.integration-categories{

padding:80px 0;

}

}
/*=====================================
FEATURED PARTNERS
=====================================*/

.integration-partners{

padding:110px 0;

background:#f8fbff;

}

.partner-group{

margin-bottom:70px;

}

.group-icon{

width:60px;

height:60px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

font-size:24px;

}

.partner-card{

background:#fff;

border-radius:20px;

padding:30px;

text-align:center;

height:100%;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 15px 35px rgba(15,23,42,.06);

}

.partner-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 25px 50px rgba(37,99,235,.15);

}

.partner-logo{

width:80px;

height:80px;

margin:0 auto 20px;

border-radius:50%;

background:#eef4ff;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

font-weight:700;

color:#2563eb;

}

.partner-card h5{

margin:0;

font-size:18px;

font-weight:700;

color:#0f172a;

}
/*=====================================
HOTEL TECHNOLOGY ARCHITECTURE
=====================================*/

.integration-architecture{

padding:120px 0;

background:#ffffff;

}

.architecture-wrapper{

position:relative;

padding:60px 0;

}

.architecture-row{

display:flex;

justify-content:center;

gap:25px;

flex-wrap:wrap;

margin:40px 0;

}

.architecture-box{

width:170px;

background:#fff;

padding:28px;

text-align:center;

border-radius:22px;

box-shadow:0 20px 45px rgba(15,23,42,.08);

border:1px solid #e5e7eb;

transition:.35s;

position:relative;

}

.architecture-box:hover{

transform:translateY(-8px);

border-color:#2563eb;

}

.architecture-box i{

font-size:34px;

color:#2563eb;

margin-bottom:18px;

}

.architecture-box h6{

margin:0;

font-size:17px;

font-weight:700;

color:#0f172a;

}

.architecture-center{

display:flex;

justify-content:center;

margin:70px 0;

}

.mcubic-core{

width:340px;

height:340px;

border-radius:50%;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

box-shadow:0 40px 80px rgba(37,99,235,.30);

position:relative;

}

.mcubic-core i{

font-size:70px;

margin-bottom:25px;

}

.mcubic-core h3{

font-size:36px;

font-weight:800;

margin-bottom:12px;

}

.mcubic-core p{

margin:0;

font-size:18px;

opacity:.95;

}

@media(max-width:991px){

.mcubic-core{

width:260px;

height:260px;

}

.mcubic-core h3{

font-size:28px;

}

.architecture-box{

width:150px;

}

}
/*=====================================
INTEGRATION PROCESS
=====================================*/

.integration-process{

padding:120px 0;

background:#f8fbff;

}

.process-wrapper{

display:flex;

align-items:center;

justify-content:center;

flex-wrap:wrap;

gap:20px;

}

.process-step{

width:180px;

background:#fff;

padding:35px 25px;

border-radius:22px;

text-align:center;

position:relative;

box-shadow:0 20px 45px rgba(15,23,42,.08);

transition:.35s;

border:1px solid #e5e7eb;

}

.process-step:hover{

transform:translateY(-8px);

border-color:#2563eb;

}

.step-number{

position:absolute;

top:15px;

right:18px;

font-size:14px;

font-weight:700;

color:#2563eb;

}

.step-icon{

width:70px;

height:70px;

margin:auto;

margin-bottom:20px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

font-size:28px;

}

.process-step h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.process-step p{

margin:0;

font-size:15px;

line-height:1.8;

color:#64748b;

}

.process-arrow{

font-size:30px;

color:#2563eb;

}

@media(max-width:991px){

.process-arrow{

display:none;

}

.process-step{

width:100%;

max-width:350px;

}

}

/*=====================================
DEVELOPER PLATFORM
=====================================*/

.developer-platform{

padding:120px 0;

background:#ffffff;

}

.developer-card{

background:#fff;

padding:35px;

height:100%;

border-radius:24px;

text-align:center;

border:1px solid #e5e7eb;

transition:.35s;

box-shadow:0 15px 40px rgba(15,23,42,.06);

}

.developer-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.developer-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

font-size:34px;

}

.developer-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.developer-card p{

margin:0;

font-size:15px;

line-height:1.8;

color:#64748b;

}
.api-highlight{

margin-top:70px;

padding:45px;

border-radius:25px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

}

.api-highlight h3{

font-size:42px;

font-weight:800;

margin-bottom:10px;

}

.api-highlight p{

margin:0;

opacity:.9;

font-size:16px;

}
/*=====================================
INTEGRATION BENEFITS
=====================================*/

.integration-benefits{

padding:120px 0;

background:#f8fbff;

}

.benefit-card{

background:#fff;

padding:35px 30px;

border-radius:24px;

height:100%;

text-align:center;

border:1px solid #e5e7eb;

box-shadow:0 15px 40px rgba(15,23,42,.06);

transition:.35s;

}

.benefit-card:hover{

transform:translateY(-10px);

border-color:#2563eb;

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.benefit-icon{

width:80px;

height:80px;

margin:0 auto 25px;

display:flex;

align-items:center;

justify-content:center;

border-radius:20px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

font-size:32px;

}

.benefit-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.benefit-card p{

margin:0;

font-size:15px;

line-height:1.8;

color:#64748b;

}
.benefits-banner{

margin-top:80px;

padding:60px;

border-radius:30px;

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

}

.benefits-banner h2{

font-size:38px;

font-weight:800;

margin-bottom:20px;

}

.benefits-banner p{

font-size:18px;

opacity:.95;

margin:0;

line-height:1.8;

}

.benefits-banner .btn{

padding:15px 40px;

font-weight:700;

border-radius:50px;

}
/*=====================================
FAQ
=====================================*/

.integration-faq{

padding:120px 0;

background:#ffffff;

}

.integration-faq .accordion-item{

border:none;

margin-bottom:20px;

border-radius:18px;

overflow:hidden;

box-shadow:0 15px 40px rgba(15,23,42,.06);

}

.integration-faq .accordion-button{

padding:24px 28px;

font-size:18px;

font-weight:700;

background:#fff;

color:#0f172a;

box-shadow:none;

}

.integration-faq .accordion-button:not(.collapsed){

background:linear-gradient(135deg,#2563eb,#0ea5e9);

color:#fff;

}

.integration-faq .accordion-body{

padding:25px 28px;

font-size:16px;

line-height:1.9;

color:#64748b;

background:#fff;

}

.integration-faq .accordion-button:focus{

box-shadow:none;

}