/********** Template CSS **********/
:root {
    --primary: #015FC9;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-brand .mcs-logo {
    width: 74px;
    max-height: 68px;
    object-fit: contain;
}

.mcs-footer-logo {
    width: 150px;
    max-height: 150px;
    object-fit: contain;
}

.service-icon i {
    color: #FFFFFF;
    font-size: 38px;
}

.mcs-feature-icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 42px;
}

/*** MCS Branded Loader — preserves the template spinner behaviour ***/
.mcs-loader-inner {
    position: relative;
    width: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcs-loader-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    animation: mcsLoaderPulse 1.25s ease-in-out infinite;
}

.mcs-loader-inner .spinner-grow {
    position: absolute;
    width: 112px;
    height: 112px;
    opacity: .2;
}

@keyframes mcsLoaderPulse {
    0%, 100% { transform: scale(.94); filter: drop-shadow(0 0 0 rgba(1,95,201,0)); }
    50% { transform: scale(1.04); filter: drop-shadow(0 6px 12px rgba(1,95,201,.35)); }
}

@media (prefers-reduced-motion: reduce) {
    .mcs-loader-logo { animation: none; }
}

/*** Client Portal ***/
.portal-welcome {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 32px;
    color: #fff;
    background: linear-gradient(120deg, var(--primary), #123a78);
    border-radius: 14px;
}

.portal-kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.portal-stat,
.portal-panel {
    height: 100%;
    padding: 26px;
    border: 1px solid #e7ebf2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(21, 35, 60, .07);
}

.portal-stat span,
.portal-stat small,
.portal-file small {
    display: block;
    color: #696e77;
}

.portal-stat strong {
    display: block;
    margin: 7px 0;
    color: var(--dark);
    font-size: 21px;
}

.portal-panel {
    height: auto;
    margin-bottom: 24px;
}

.portal-panel-head,
.portal-file,
.portal-task {
    display: flex;
    align-items: center;
}

.portal-panel-head {
    justify-content: space-between;
    gap: 20px;
}

.portal-status {
    padding: 6px 12px;
    color: #087f4b;
    background: #dcf8eb;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.portal-progress {
    height: 8px;
    margin: 18px 0;
    overflow: hidden;
    background: #edf1f7;
    border-radius: 10px;
}

.portal-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.portal-task {
    gap: 10px;
    padding: 11px;
    background: var(--light);
    border-radius: 9px;
}

.portal-task i {
    color: #13a365;
}

.portal-file {
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid #edf0f5;
}

.portal-file i {
    width: 42px;
    color: var(--primary);
    font-size: 25px;
}

.portal-file div {
    flex: 1;
}

.portal-file > span {
    color: #7b8492;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .portal-welcome,
    .portal-panel-head,
    .portal-file {
        align-items: flex-start;
        flex-direction: column;
    }
}

/*** Gee Gee Dashboard ***/
.portal-page { background: #f3f6fb; }
.portal-page > .topbar,
.portal-page > .navbar,
.portal-page > .page-header,
.portal-page > .footer,
.portal-page > .back-to-top { display: none !important; }
.portal-page.auth-pending .gg-dashboard { visibility: hidden; }
.gg-dashboard { min-height: 100vh; color: #1d2a3b; background: #f3f6fb; }
.gg-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 20; width: 260px; display: flex; flex-direction: column; padding: 28px 20px; color: #fff; background: linear-gradient(180deg, #0b1f3d, #071326); }
.gg-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; color: #fff; font-size: 20px; font-weight: 700; }
.gg-brand img { width: 50px; height: 50px; object-fit: contain; }
.gg-client { display: flex; align-items: center; gap: 12px; padding: 16px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.06); }
.gg-client small { display: block; color: #9fb0c9; font-size: 11px; }
.gg-avatar { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--secondary)); font-weight: 700; }
.gg-menu { display: grid; gap: 7px; }
.gg-menu a { display: flex; align-items: center; gap: 13px; padding: 12px 14px; color: #aebdd2; border-radius: 9px; font-weight: 500; }
.gg-menu a:hover,.gg-menu a.active { color: #fff; background: rgba(1,95,201,.45); }
.gg-menu i { width: 18px; text-align: center; }
.gg-sidebar-foot { margin-top: auto; padding: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.gg-sidebar-foot small,.gg-sidebar-foot strong { display: block; color: #9fb0c9; font-size: 11px; }
.gg-sidebar-foot strong { margin: 4px 0 14px; color: #fff; font-size: 12px; }
.gg-signout { padding: 0; color: #b9c7da; border: 0; background: transparent; }
.gg-signout i { margin-right: 8px; }
.gg-main { margin-left: 260px; padding: 34px; }
.gg-panel { display: none; animation: ggPanelIn .28s ease; }.gg-panel.active { display: block; }.gg-panel > :last-child { margin-bottom: 22px; }.gg-support-card { max-width: 760px; }.gg-support-card h3 { margin-bottom: 12px; }@keyframes ggPanelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.gg-topbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 28px; }
.gg-topbar h1 { margin: 0; color: #15233c; font-size: clamp(27px,4vw,40px); }
.gg-topbar p { margin: 4px 0 0; color: #748096; }
.gg-top-actions { display: flex; align-items: center; gap: 12px; }
.gg-preview { padding: 7px 11px; color: #8b5b00; border: 1px solid #f0d697; border-radius: 20px; background: #fff7df; font-size: 12px; font-weight: 700; }
.gg-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-bottom: 22px; }
.gg-stats article { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 21px; border: 1px solid #e4eaf2; border-radius: 14px; background: #fff; box-shadow: 0 8px 25px rgba(21,35,60,.05); }
.gg-stats small,.gg-stats strong,.gg-stats article div > span { display: block; }
.gg-stats small,.gg-stats article div > span { overflow: hidden; color: #78859a; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.gg-stats strong { margin: 2px 0; color: #18283f; font-size: 17px; }
.gg-stat-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; font-size: 19px; }
.gg-stat-icon.blue { color: #015fc9; background: #e6f1ff; }.gg-stat-icon.green { color: #138b59; background: #e4f8ef; }.gg-stat-icon.orange { color: #c56a00; background: #fff0de; }.gg-stat-icon.cyan { color: #087e9a; background: #e1f8fc; }
.gg-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.85fr); gap: 22px; margin-bottom: 22px; }
.gg-card { padding: 26px; border: 1px solid #e4eaf2; border-radius: 14px; background: #fff; box-shadow: 0 8px 28px rgba(21,35,60,.055); }
.gg-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 18px; }
.gg-card h3 { margin: 0; color: #15233c; }.gg-chip { padding: 5px 10px; color: #015fc9; border-radius: 20px; background: #e9f3ff; font-size: 12px; font-weight: 700; }
.gg-chart { position: relative; height: 285px; }.gg-chart-wide .gg-chart { height: 300px; }
.gg-total { display: flex; justify-content: space-between; padding-top: 15px; margin-top: 8px; border-top: 1px solid #edf1f6; }.gg-total strong { color: var(--primary); }
.gg-service-list { display: grid; gap: 12px; }.gg-service-list > div { display: flex; align-items: center; gap: 14px; padding: 13px; border-radius: 10px; background: #f6f8fb; }.gg-service-list i { width: 35px; color: var(--primary); font-size: 18px; text-align: center; }.gg-service-list span,.gg-service-list small { display: block; }.gg-service-list small { color: #77849a; }.gg-service-detailed { gap: 15px; margin-top: 8px; }.gg-service-detailed article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px; border: 1px solid #e5eaf1; border-radius: 13px; background: #f8fafc; }.gg-service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg,#015fc9,#158bdc); }.gg-service-detailed .gg-service-icon i { width: auto; color: #fff; }.gg-service-copy > div { display: flex; justify-content: space-between; align-items: center; gap: 16px; }.gg-service-copy strong { color: #1d2d45; font-size: 17px; }.gg-service-copy p { margin: 8px 0 10px; color: #5f6e82; line-height: 1.6; }.gg-service-copy small { color: #748197; line-height: 1.55; }.gg-service-copy small b { color: #35465e; }.gg-service-tag { flex-shrink: 0; padding: 5px 9px; border-radius: 20px; color: #075dad; background: #e5f2ff; font-size: 11px; font-weight: 800; }.gg-service-footnote { display: flex; gap: 12px; padding: 18px 20px; margin-top: 20px; border-radius: 11px; color: #53647a; background: #edf5fc; font-size: 14px; }.gg-service-footnote i { margin-top: 3px; color: #015fc9; }.gg-service-footnote a { color: #015fc9; font-weight: 700; }
.gg-target-card { margin-top: 22px; }.gg-target-card .gg-card-head p { margin: 5px 0 0; color: #79869a; font-size: 13px; }.gg-chip.orange { color: #a95b00; background: #fff1dc; }.gg-target-layout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(250px,.6fr); align-items: center; gap: 30px; }.gg-target-chart { height: 310px; }.gg-target-summary { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.gg-target-summary > div { padding: 16px; border: 1px solid #e4eaf2; border-radius: 11px; background: #f8fafc; }.gg-target-summary small,.gg-target-summary strong,.gg-target-summary span { display: block; }.gg-target-summary small { color: #768398; font-size: 11px; }.gg-target-summary strong { margin: 4px 0; color: #172a45; font-size: 23px; }.gg-target-summary span { color: #8a96a8; font-size: 11px; }.gg-target-note { display: flex; align-items: flex-start; gap: 10px; padding: 13px 15px; margin-top: 15px; border-radius: 9px; color: #6d7c91; background: #f6f8fb; font-size: 12px; }.gg-target-note i { margin-top: 2px; color: #015fc9; }
.gg-project-card { margin-bottom: 22px; background: linear-gradient(135deg,#fff 65%,#edf6ff); }.gg-project-card > p { max-width: 850px; color: #66758a; }.gg-project-status { padding: 7px 12px; color: #0b7b50; border-radius: 22px; background: #e4f8ef; font-size: 12px; font-weight: 700; }.gg-project-status i { margin-right: 7px; font-size: 8px; }.gg-project-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 22px; }.gg-project-steps > div { position: relative; padding: 18px 15px; border: 1px solid #e3eaf3; border-radius: 11px; background: rgba(255,255,255,.86); }.gg-project-steps > div.active { border-color: rgba(1,95,201,.35); box-shadow: 0 8px 22px rgba(1,95,201,.08); }.gg-project-steps span { width: 27px; height: 27px; display: grid; place-items: center; margin-bottom: 10px; color: #fff; border-radius: 50%; background: #8e9aae; font-size: 12px; font-weight: 700; }.gg-project-steps .active span { background: var(--primary); }.gg-project-steps strong,.gg-project-steps small { display: block; }.gg-project-steps small { margin-top: 3px; color: #7d899b; }
.gg-field-label { display: block; margin-bottom: 7px; color: #34445b; font-weight: 600; }
.gg-doc-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.gg-doc { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid #e8edf4; border-radius: 11px; }.gg-doc > i { width: 34px; color: var(--primary); font-size: 24px; }.gg-doc div { flex: 1; }.gg-doc strong,.gg-doc small { display: block; }.gg-doc small { color: #7a879a; }.gg-doc > span { color: #138b59; font-size: 12px; font-weight: 700; }
.gg-footer { display: flex; justify-content: space-between; gap: 20px; padding: 12px 2px 0; color: #8490a2; font-size: 12px; }
@media (max-width: 1180px) { .gg-stats { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 900px) { .gg-sidebar { position: static; width: 100%; padding: 18px; }.gg-menu { grid-template-columns: repeat(5,1fr); overflow-x: auto; }.gg-menu a { justify-content: center; min-width: 105px; }.gg-sidebar-foot { display: none; }.gg-main { margin-left: 0; padding: 22px; }.gg-grid { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .gg-target-layout { grid-template-columns: 1fr; } }
@media (max-width: 650px) { .gg-topbar,.gg-top-actions,.gg-footer { align-items: flex-start; flex-direction: column; }.gg-stats,.gg-doc-grid,.gg-project-steps,.gg-target-summary { grid-template-columns: 1fr; }.gg-main { padding: 16px; }.gg-card { padding: 20px; }.gg-chart { height: 250px; }.gg-service-detailed article { grid-template-columns: 1fr; padding: 18px; }.gg-service-copy > div { align-items: flex-start; flex-direction: column; gap: 8px; } }

/*** Professional Client Login ***/
.login-page { overflow-x: hidden; background: #f4f7fb; }
.login-page > .topbar,.login-page > .navbar,.login-page > .page-header,.login-page > .footer,.login-page > .back-to-top { display: none !important; }
.mcs-login-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(420px,1.1fr) minmax(440px,.9fr); }
.mcs-login-visual { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 48px 7vw 42px 5vw; color: #fff; background: radial-gradient(circle at 80% 20%,rgba(13,211,241,.2),transparent 28%),linear-gradient(145deg,#07172f,#0b3470 65%,#015fc9); }
.mcs-login-visual::before { content: ""; position: absolute; width: 520px; height: 520px; right: -170px; bottom: -210px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.025); }
.mcs-login-brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; width: fit-content; color: #fff; font-size: 19px; font-weight: 700; }
.mcs-login-brand img { width: 70px; height: 70px; object-fit: contain; }
.mcs-login-copy { position: relative; z-index: 1; max-width: 630px; padding: 80px 0; }
.mcs-login-kicker { display: block; margin-bottom: 12px; color: #0dd3f1; font-size: 12px; font-weight: 800; letter-spacing: 2.4px; }
.mcs-login-copy h1 { max-width: 620px; margin-bottom: 24px; color: #fff; font-size: clamp(42px,5.2vw,72px); line-height: 1.03; letter-spacing: -2.5px; }
.mcs-login-copy p { max-width: 580px; color: #c1cfe1; font-size: 18px; }
.mcs-login-features { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }.mcs-login-features span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: rgba(255,255,255,.07); font-size: 13px; }.mcs-login-features i { margin-right: 8px; color: #0dd3f1; }
.mcs-login-trust { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; color: #aebed3; font-size: 13px; }
.mcs-login-form-side { display: grid; place-items: center; padding: 45px; background: #f7f9fc; }
.mcs-login-card { width: min(460px,100%); padding: 46px; border: 1px solid #e5eaf1; border-radius: 22px; background: #fff; box-shadow: 0 24px 70px rgba(22,44,78,.12); }
.mcs-login-card h2 { margin: 0 0 8px; color: #15233c; font-size: 33px; letter-spacing: -1px; }.mcs-login-card > p { margin-bottom: 30px; color: #7a879a; }
.mcs-login-mobile-logo { display: none; }.mcs-input-label { display: block; margin: 17px 0 7px; color: #344259; font-size: 14px; font-weight: 600; }
.mcs-input-wrap { position: relative; display: flex; align-items: center; }.mcs-input-wrap > i { position: absolute; left: 15px; z-index: 1; color: #8996a9; }.mcs-input-wrap input { width: 100%; height: 54px; padding: 0 48px 0 44px; color: #17243a; border: 1px solid #dce3ed; border-radius: 10px; background: #fbfcfe; outline: none; transition: .2s; }.mcs-input-wrap input:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(1,95,201,.09); }.mcs-input-wrap button { position: absolute; right: 10px; width: 36px; height: 36px; color: #78869a; border: 0; background: transparent; }
.mcs-login-options { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 18px 0 24px; color: #657287; font-size: 13px; }.mcs-login-options button { padding: 0; color: var(--primary); border: 0; background: transparent; font-weight: 600; }
.mcs-login-submit { width: 100%; height: 55px; display: flex; justify-content: center; align-items: center; gap: 12px; color: #fff; border: 0; border-radius: 10px; background: linear-gradient(135deg,#015fc9,#0b7ce8); font-weight: 700; box-shadow: 0 12px 25px rgba(1,95,201,.22); transition: .25s; }.mcs-login-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(1,95,201,.3); }.mcs-login-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.mcs-login-help { display: grid; gap: 3px; padding-top: 22px; margin-top: 26px; text-align: center; border-top: 1px solid #edf0f5; font-size: 13px; }.mcs-login-help span { color: #7b8799; }.mcs-login-help a { color: var(--primary); font-weight: 700; }
@media (max-width: 980px) { .mcs-login-shell { grid-template-columns: 1fr; }.mcs-login-visual { display: none; }.mcs-login-form-side { min-height: 100vh; padding: 24px; }.mcs-login-mobile-logo { display: block; width: 85px; margin: 0 auto 24px; }.mcs-login-mobile-logo img { width: 100%; }.mcs-login-card { padding: 34px; } }
@media (max-width: 480px) { .mcs-login-form-side { padding: 14px; }.mcs-login-card { padding: 26px 20px; border-radius: 16px; }.mcs-login-card h2 { font-size: 28px; }.mcs-login-options { align-items: flex-start; flex-direction: column; gap: 8px; } }

/*** Enquiry Form & WhatsApp Assistant ***/
.mcs-service-questions { display: none; }.mcs-service-questions.active { display: block; animation: mcsReveal .3s ease; }.mcs-question-box { padding: 24px; border: 1px solid #dce8f5; border-radius: 14px; background: #f7fbff; }.mcs-question-box h5 { margin-bottom: 18px; color: #17345a; }.mcs-question-box label { display: block; margin-bottom: 7px; color: #42536b; font-size: 14px; font-weight: 600; }.mcs-form-status { display: inline-block; color: #52647b; font-size: 14px; }.mcs-form-status.success { color: #138b59; }.mcs-form-status.error { color: #c0392b; }@keyframes mcsReveal { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.mcs-chat-toggle { position: fixed; right: 25px; bottom: 88px; z-index: 999; width: 62px; height: 62px; display: grid; place-items: center; color: #fff; border: 0; border-radius: 50%; background: #25d366; box-shadow: 0 14px 35px rgba(15,74,43,.28); font-size: 27px; transition: .2s; }.mcs-chat-toggle:hover { color: #fff; transform: translateY(-3px); }.mcs-chat-panel { position: fixed; right: 25px; bottom: 162px; z-index: 1000; width: min(380px,calc(100vw - 28px)); overflow: hidden; border: 1px solid #dce4ee; border-radius: 18px; background: #fff; box-shadow: 0 25px 65px rgba(12,31,58,.24); transform: translateY(18px) scale(.96); opacity: 0; pointer-events: none; transition: .25s; }.mcs-chat-panel.open { transform: none; opacity: 1; pointer-events: auto; }.mcs-chat-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; color: #fff; background: linear-gradient(135deg,#0b2445,#015fc9); }.mcs-chat-head strong,.mcs-chat-head small { display: block; }.mcs-chat-head small { color: #c9d9ec; }.mcs-chat-close { color: #fff; border: 0; background: transparent; font-size: 20px; }.mcs-chat-body { padding: 20px; }.mcs-chat-body p { color: #5f6e82; }.mcs-chat-body label { display: block; margin: 13px 0 6px; color: #34445b; font-size: 13px; font-weight: 700; }.mcs-chat-body .form-control,.mcs-chat-body .form-select { min-height: 46px; }.mcs-chat-send { width: 100%; margin-top: 18px; padding: 13px; color: #fff; border: 0; border-radius: 9px; background: #25d366; font-weight: 700; }.mcs-chat-error { display: none; margin-top: 9px; color: #c0392b; font-size: 13px; }
@media (max-width: 575px) { .mcs-chat-toggle { right: 14px; bottom: 76px; }.mcs-chat-panel { right: 14px; bottom: 148px; }.mcs-question-box { padding: 18px; } }

/*** MCS Signature About Page ***/
.mcs-about-intro { padding: 95px 0 80px; border-bottom: 1px solid #e4eaf2; background: #fff; }.mcs-about-intro-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); align-items: end; gap: 70px; }.mcs-about-intro h1 { max-width: 850px; margin: 0; color: #14243c; font-size: clamp(43px,5.6vw,74px); line-height: 1.04; letter-spacing: -2.8px; }.mcs-about-intro-copy { padding: 0 0 7px 30px; border-left: 3px solid #ff8a00; }.mcs-about-intro-copy > p { color: #637289; font-size: 17px; line-height: 1.8; }.mcs-about-intro .mcs-about-call { color: #172a45; }.mcs-about-intro .mcs-about-call:hover { color: #015fc9; }.mcs-about-intro .mcs-about-call > i { border-color: #dce4ee; }.mcs-about-intro .mcs-about-call small { color: #7b899c; }
.mcs-about-hero { position: relative; overflow: hidden; padding: 110px 0 95px; color: #fff; background: radial-gradient(circle at 78% 36%,rgba(13,211,241,.18),transparent 24%),linear-gradient(135deg,#061225 0%,#0b2c5b 63%,#015fc9 130%); }.mcs-about-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right,#000,transparent 78%); }.mcs-about-hero .container { position: relative; z-index: 1; }.mcs-about-eyebrow,.mcs-section-number { display: block; margin-bottom: 18px; color: #0dd3f1; font-size: 12px; font-weight: 800; letter-spacing: 2.2px; }.mcs-about-hero h1 { max-width: 850px; margin: 0 0 24px; color: #fff; font-size: clamp(44px,6vw,78px); line-height: 1.02; letter-spacing: -3px; }.mcs-about-hero h1 em { color: #ff9800; font-style: normal; }.mcs-about-hero p { max-width: 760px; color: #c4d1e2; font-size: 18px; line-height: 1.8; }.mcs-about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 35px; }.mcs-about-call { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 700; }.mcs-about-call:hover { color: #0dd3f1; }.mcs-about-call > i { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }.mcs-about-call small { display: block; color: #9fb2ca; font-size: 11px; font-weight: 500; }.mcs-about-mark { position: relative; width: min(420px,90vw); aspect-ratio: 1; display: grid; place-items: center; margin: auto; }.mcs-about-mark::before,.mcs-about-mark::after,.mcs-about-orbit { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }.mcs-about-mark::after { inset: 20%; border-color: rgba(13,211,241,.28); }.mcs-about-orbit { inset: 0; border-style: dashed; animation: mcsOrbit 22s linear infinite; }.mcs-about-mark img { position: relative; z-index: 2; width: 54%; filter: drop-shadow(0 25px 40px rgba(0,0,0,.35)); }.mcs-about-mark > span { position: absolute; z-index: 3; padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(7,26,52,.82); backdrop-filter: blur(8px); font-size: 12px; }.mcs-about-mark > span:nth-of-type(1) { left: 0; top: 27%; }.mcs-about-mark > span:nth-of-type(2) { right: -2%; top: 42%; }.mcs-about-mark > span:nth-of-type(3) { left: 14%; bottom: 11%; }@keyframes mcsOrbit { to { transform: rotate(360deg); } }
.mcs-about-story,.mcs-about-process { padding: 100px 0; }.mcs-about-story h2,.mcs-about-values h2,.mcs-about-process h2,.mcs-about-cta h2 { color: #14243c; font-size: clamp(36px,4.5vw,58px); line-height: 1.08; letter-spacing: -1.8px; }.mcs-about-story .mcs-section-number,.mcs-about-values .mcs-section-number,.mcs-about-process .mcs-section-number { color: #015fc9; }.mcs-about-lead { color: #1b365a; font-size: 23px; line-height: 1.55; }.mcs-about-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 34px; }.mcs-about-pillars article { padding: 22px; border: 1px solid #e1e8f1; border-radius: 14px; background: #fff; }.mcs-about-pillars i { margin-bottom: 20px; color: #015fc9; font-size: 24px; }.mcs-about-pillars strong,.mcs-about-pillars small { display: block; }.mcs-about-pillars small { margin-top: 7px; color: #758399; line-height: 1.6; }
.mcs-about-values { padding: 100px 0; background: #f2f6fb; }.mcs-about-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 48px; }.mcs-about-heading > div { max-width: 680px; }.mcs-about-heading > p { max-width: 420px; color: #68778d; font-size: 17px; }.mcs-value-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }.mcs-value-grid article { position: relative; overflow: hidden; min-height: 310px; padding: 30px; border: 1px solid #dde5ef; border-radius: 16px; background: #fff; transition: .3s; }.mcs-value-grid article:hover { transform: translateY(-7px); border-color: rgba(1,95,201,.28); box-shadow: 0 20px 45px rgba(16,43,79,.1); }.mcs-value-grid article > span { color: #9aa7b9; font-size: 12px; font-weight: 700; }.mcs-value-grid i { display: block; margin: 48px 0 22px; color: #015fc9; font-size: 31px; }.mcs-value-grid h3 { color: #162842; font-size: 21px; }.mcs-value-grid p { color: #718096; line-height: 1.7; }
.mcs-about-process { background: #fff; }.mcs-about-process .col-lg-4 > p { color: #6b7990; font-size: 17px; }.mcs-text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 15px; color: #015fc9; font-weight: 700; }.mcs-process-list { border-top: 1px solid #dce4ed; }.mcs-process-list article { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid #dce4ed; }.mcs-process-list article > span { color: #ff8a00; font-size: 13px; font-weight: 800; }.mcs-process-list h4 { margin-bottom: 5px; color: #172a45; }.mcs-process-list p { margin: 0; color: #718096; }.mcs-about-cta { padding: 0 0 100px; }.mcs-about-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 55px 60px; border-radius: 20px; color: #fff; background: linear-gradient(125deg,#0a2242,#015fc9); }.mcs-about-cta-inner span { color: #0dd3f1; font-size: 12px; font-weight: 800; letter-spacing: 2px; }.mcs-about-cta h2 { max-width: 760px; margin: 8px 0 0; color: #fff; font-size: clamp(31px,4vw,50px); }
@media (max-width: 991px) { .mcs-about-intro { padding: 75px 0 65px; }.mcs-about-intro-grid { grid-template-columns: 1fr; gap: 35px; }.mcs-about-intro-copy { max-width: 700px; }.mcs-about-hero { padding: 80px 0; }.mcs-about-hero h1 { letter-spacing: -2px; }.mcs-about-mark { width: 360px; }.mcs-value-grid { grid-template-columns: repeat(2,1fr); }.mcs-about-heading,.mcs-about-cta-inner { align-items: flex-start; flex-direction: column; }.mcs-about-story,.mcs-about-values,.mcs-about-process { padding: 75px 0; } }
@media (max-width: 575px) { .mcs-about-intro { padding: 55px 0; }.mcs-about-intro h1 { font-size: 41px; letter-spacing: -1.5px; }.mcs-about-intro-copy { padding-left: 20px; }.mcs-about-hero h1 { font-size: 43px; letter-spacing: -1.5px; }.mcs-about-mark { width: 290px; }.mcs-about-pillars,.mcs-value-grid { grid-template-columns: 1fr; }.mcs-about-heading { gap: 12px; }.mcs-value-grid article { min-height: 250px; }.mcs-about-cta-inner { padding: 38px 26px; }.mcs-about-cta { padding-bottom: 70px; } }

/*** MCS Services & Service Detail Pages ***/
.mcs-services-page,.mcs-detail-page { color: #617087; }.mcs-service-kicker,.mcs-section-heading > span,.mcs-showcase-copy > span,.mcs-service-bottom-cta span { display: block; margin-bottom: 15px; color: #0873d7; font-size: 12px; font-weight: 800; letter-spacing: 2.1px; }.mcs-back-link { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 42px; color: inherit; font-size: 14px; font-weight: 700; }.mcs-back-link:hover { color: #ff8a00; }.mcs-detail-page h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(45px,5.8vw,76px); line-height: 1.02; letter-spacing: -3px; }.mcs-detail-page h2,.mcs-services-page h2 { color: #14243c; font-size: clamp(32px,4vw,52px); line-height: 1.08; letter-spacing: -1.6px; }.mcs-detail-page p { font-size: 17px; line-height: 1.75; }.mcs-detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 33px; }.mcs-detail-actions > span { color: #40536e; font-size: 14px; font-weight: 700; }.mcs-detail-actions > span i { margin-right: 8px; color: #0873d7; }
.mcs-services-intro { padding: 95px 0 75px; background: #fff; }.mcs-services-intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }.mcs-services-intro h1 { margin: 0; color: #14243c; font-size: clamp(44px,5.6vw,72px); line-height: 1.04; letter-spacing: -2.7px; }.mcs-services-intro p { margin-bottom: 24px; font-size: 17px; line-height: 1.8; }.mcs-arrow-link { display: inline-flex; align-items: center; gap: 12px; color: #0873d7; font-weight: 700; }.mcs-service-showcase { padding: 20px 0 100px; }.mcs-showcase-card { position: relative; display: grid; grid-template-columns: 70px 115px 1fr; align-items: start; gap: 34px; min-height: 340px; margin-bottom: 22px; padding: 55px; overflow: hidden; border: 1px solid #e0e7f0; border-radius: 22px; background: #fff; transition: .3s; }.mcs-showcase-card:hover { transform: translateY(-4px); box-shadow: 0 25px 60px rgba(18,43,77,.1); }.mcs-showcase-card::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 300px; height: 300px; border: 50px solid rgba(1,95,201,.045); border-radius: 50%; }.mcs-showcase-number { color: #a7b2c1; font-size: 13px; font-weight: 800; }.mcs-showcase-icon { width: 96px; height: 96px; display: grid; place-items: center; border-radius: 24px; color: #fff; background: linear-gradient(135deg,#015fc9,#12a9e8); font-size: 36px; box-shadow: 0 18px 35px rgba(1,95,201,.2); }.mcs-showcase-apps { color: #b7c5d8; border-color: #17385f; background: #081d38; }.mcs-showcase-apps h2 { color: #fff; }.mcs-showcase-apps .mcs-showcase-icon { background: linear-gradient(135deg,#ff7900,#ffb300); box-shadow: 0 18px 35px rgba(255,128,0,.2); }.mcs-showcase-apps::after { border-color: rgba(255,255,255,.04); }.mcs-showcase-leads .mcs-showcase-icon { background: linear-gradient(135deg,#ff7400,#ffb000); }.mcs-showcase-copy { max-width: 800px; }.mcs-showcase-copy h2 { margin-bottom: 17px; }.mcs-showcase-copy p { max-width: 720px; font-size: 17px; line-height: 1.7; }.mcs-showcase-copy ul { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 24px 0; list-style: none; }.mcs-showcase-copy li { padding: 8px 12px; border: 1px solid #dfe6ef; border-radius: 30px; font-size: 13px; }.mcs-showcase-apps li { border-color: #2a486b; }.mcs-showcase-copy a { position: relative; z-index: 1; display: inline-flex; gap: 10px; align-items: center; color: #0873d7; font-weight: 700; }.mcs-showcase-apps a,.mcs-showcase-apps .mcs-showcase-copy > span { color: #ff9a19; }.mcs-service-bottom-cta { padding: 70px 0; color: #fff; background: linear-gradient(120deg,#071a35,#073d7a); }.mcs-service-bottom-cta .container,.mcs-inline-cta .container { display: flex; justify-content: space-between; align-items: center; gap: 35px; }.mcs-service-bottom-cta h2 { max-width: 750px; margin: 0; color: #fff; }
.mcs-web-intro { padding: 70px 0 105px; background: linear-gradient(110deg,#f7fbff,#eef6ff); }.mcs-web-intro h1 { color: #102440; }.mcs-web-intro p { max-width: 680px; }.mcs-browser-card { overflow: hidden; border: 1px solid #d3e0ef; border-radius: 18px; background: #fff; box-shadow: 0 28px 65px rgba(15,54,96,.17); transform: rotate(1.5deg); }.mcs-browser-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid #e4eaf2; background: #f7f9fc; }.mcs-browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #c5cfdb; }.mcs-browser-bar span { flex: 1; padding: 6px 12px; margin-left: 8px; border-radius: 6px; color: #8b98aa; background: #fff; font-size: 10px; text-align: center; }.mcs-browser-body { position: relative; min-height: 410px; padding: 35px; color: #fff; background: radial-gradient(circle at 90% 10%,rgba(29,174,241,.4),transparent 25%),linear-gradient(145deg,#08254b,#015fc9); }.mcs-browser-nav { width: 52%; height: 7px; margin-bottom: 75px; border-radius: 5px; background: rgba(255,255,255,.25); }.mcs-browser-body > strong { display: block; font-size: 31px; line-height: 1.15; }.mcs-browser-body > strong em { color: #ffad27; font-style: normal; }.mcs-browser-lines { width: 65%; height: 28px; margin: 20px 0; border-top: 5px solid rgba(255,255,255,.32); border-bottom: 5px solid rgba(255,255,255,.18); }.mcs-browser-body button { padding: 10px 18px; color: #172b48; border: 0; border-radius: 6px; background: #ff9b0b; font-size: 12px; font-weight: 800; }.mcs-browser-stat { position: absolute; right: 22px; bottom: 22px; display: grid; width: 120px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(5,31,65,.55); }.mcs-browser-stat b { color: #fff; font-size: 25px; }.mcs-browser-stat small { color: #bdd0e8; }.mcs-web-types { padding: 100px 0; }.mcs-section-heading { max-width: 750px; margin-bottom: 48px; }.mcs-type-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.mcs-type-grid article { min-height: 310px; padding: 34px; border: 1px solid #dee6ef; border-radius: 16px; }.mcs-type-grid i { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 60px; border-radius: 14px; color: #0873d7; background: #edf6ff; font-size: 23px; }.mcs-type-grid h3 { color: #172b48; }.mcs-detail-process { padding: 100px 0; background: #0a213f; }.mcs-detail-process h2 { color: #fff; }.mcs-detail-process p { color: #aebed2; }.mcs-detail-process ol { padding: 0; margin: 0; list-style: none; border-top: 1px solid #304663; }.mcs-detail-process li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid #304663; }.mcs-detail-process li > span { color: #ff9900; font-weight: 800; }.mcs-detail-process h4 { margin-bottom: 4px; color: #fff; }.mcs-detail-process li p { margin: 0; font-size: 15px; }
.mcs-app-intro { padding: 55px 0 110px; color: #b5c5da; background: radial-gradient(circle at 80% 25%,rgba(1,120,230,.3),transparent 28%),#07182f; }.mcs-app-intro h1 { color: #fff; }.mcs-app-intro .mcs-service-kicker,.mcs-app-intro .mcs-back-link { color: #ff9b19; }.mcs-app-intro p { max-width: 650px; }.mcs-dashboard-mock { display: grid; grid-template-columns: 75px 1fr; min-height: 390px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: #fff; box-shadow: 0 30px 70px rgba(0,0,0,.3); }.mcs-mock-sidebar { display: flex; align-items: center; flex-direction: column; gap: 28px; padding: 22px 12px; color: #8ca1bc; background: #0c294e; }.mcs-mock-sidebar img { width: 46px; margin-bottom: 25px; }.mcs-mock-content { padding: 42px 35px; color: #758398; }.mcs-mock-content small { color: #0873d7; font-weight: 800; letter-spacing: 1.5px; }.mcs-mock-content h3 { margin: 8px 0 25px; color: #172b48; }.mcs-mock-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.mcs-mock-stats span { display: grid; padding: 13px; border-radius: 9px; background: #f0f5fb; font-size: 10px; }.mcs-mock-stats b { color: #0873d7; font-size: 20px; }.mcs-mock-chart { height: 140px; display: flex; align-items: end; gap: 9px; padding: 25px 16px 0; margin-top: 20px; border-left: 1px solid #e7edf4; border-bottom: 1px solid #e7edf4; }.mcs-mock-chart i { flex: 1; height: 32%; border-radius: 5px 5px 0 0; background: #66b6f1; }.mcs-mock-chart i:nth-child(2) { height: 50%; }.mcs-mock-chart i:nth-child(3) { height: 43%; }.mcs-mock-chart i:nth-child(4) { height: 74%; }.mcs-mock-chart i:nth-child(5) { height: 62%; }.mcs-mock-chart i:nth-child(6) { height: 91%; background: #ff9411; }.mcs-app-capabilities { padding: 100px 0; }.mcs-app-capabilities .mcs-section-heading { margin-left: auto; margin-right: auto; }.mcs-capability-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }.mcs-capability-grid article { position: relative; min-height: 330px; padding: 28px; border-radius: 15px; background: #f2f6fb; }.mcs-capability-grid article > span { float: right; color: #9aa8b9; font-size: 12px; font-weight: 800; }.mcs-capability-grid i { display: block; margin: 55px 0 25px; color: #0873d7; font-size: 29px; }.mcs-capability-grid h3 { color: #172b48; font-size: 21px; }.mcs-capability-grid p { font-size: 15px; }.mcs-app-flow { padding: 85px 0; background: #edf4fb; }.mcs-flow-line { display: flex; align-items: center; justify-content: space-between; gap: 14px; }.mcs-flow-line > span { min-width: 125px; display: grid; justify-items: center; gap: 10px; color: #172b48; text-align: center; }.mcs-flow-line i { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #0873d7; font-size: 24px; }.mcs-flow-line em { flex: 1; height: 2px; background: repeating-linear-gradient(90deg,#7a9fc7 0 7px,transparent 7px 13px); }
.mcs-lead-intro { padding: 55px 0 105px; color: #d0dbeb; background: radial-gradient(circle at 80% 50%,rgba(255,125,0,.24),transparent 27%),linear-gradient(130deg,#06152b,#0a3264); }.mcs-lead-intro h1 { color: #fff; }.mcs-lead-intro .mcs-service-kicker,.mcs-lead-intro .mcs-back-link { color: #ff9a19; }.mcs-lead-intro .mcs-detail-actions > span { color: #c0cede; }.mcs-lead-radar { position: relative; width: min(410px,85vw); aspect-ratio: 1; display: grid; place-items: center; margin: auto; border-radius: 50%; background: rgba(1,95,201,.13); }.mcs-radar-ring { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }.mcs-radar-ring.r1 { inset: 5%; }.mcs-radar-ring.r2 { inset: 22%; }.mcs-radar-ring.r3 { inset: 39%; }.mcs-lead-radar > i { color: #ff9411; font-size: 68px; }.mcs-lead-radar strong { position: absolute; bottom: 15%; color: #fff; text-align: center; }.lead-dot { position: absolute; width: 13px; height: 13px; border: 3px solid #fff; border-radius: 50%; background: #ff8a00; box-shadow: 0 0 0 6px rgba(255,138,0,.17); }.lead-dot.d1 { top: 20%; left: 31%; }.lead-dot.d2 { top: 35%; right: 13%; }.lead-dot.d3 { left: 17%; bottom: 31%; }.mcs-funnel-section { padding: 100px 0; }.mcs-funnel-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; overflow: hidden; border: 1px solid #dfe6ee; border-radius: 18px; }.mcs-funnel-grid article { position: relative; min-height: 330px; padding: 30px; border-right: 1px solid #dfe6ee; }.mcs-funnel-grid article:last-child { border: 0; }.mcs-funnel-grid b { color: #a0adbd; font-size: 12px; }.mcs-funnel-grid i { display: block; margin: 60px 0 24px; color: #ff8500; font-size: 30px; }.mcs-funnel-grid h3 { color: #172b48; }.mcs-funnel-grid p { font-size: 15px; }.mcs-lead-includes { padding: 90px 0; background: #f2f6fb; }.mcs-check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }.mcs-check-grid span { padding: 20px; border: 1px solid #dce5ef; border-radius: 12px; color: #273b57; background: #fff; font-weight: 700; }.mcs-check-grid i { width: 30px; height: 30px; display: inline-grid; place-items: center; margin-right: 10px; border-radius: 50%; color: #fff; background: #ff8a00; font-size: 12px; }.mcs-inline-cta { padding: 70px 0; background: #fff; }.mcs-inline-cta h2 { max-width: 800px; margin: 0; }.mcs-inline-cta a { flex-shrink: 0; color: #0873d7; font-size: 16px; font-weight: 800; }.mcs-inline-cta i { margin-left: 10px; }
@media (max-width: 991px) { .mcs-services-intro-grid { grid-template-columns: 1fr; gap: 28px; }.mcs-showcase-card { grid-template-columns: 55px 90px 1fr; padding: 40px 30px; }.mcs-showcase-icon { width: 76px; height: 76px; }.mcs-type-grid { grid-template-columns: 1fr; }.mcs-type-grid article { min-height: auto; }.mcs-type-grid i { margin-bottom: 30px; }.mcs-capability-grid,.mcs-funnel-grid { grid-template-columns: repeat(2,1fr); }.mcs-funnel-grid article:nth-child(2) { border-right: 0; }.mcs-funnel-grid article:nth-child(-n+2) { border-bottom: 1px solid #dfe6ee; }.mcs-service-bottom-cta .container,.mcs-inline-cta .container { align-items: flex-start; flex-direction: column; } }
@media (max-width: 650px) { .mcs-detail-page h1 { font-size: 43px; letter-spacing: -1.7px; }.mcs-services-intro { padding: 65px 0 50px; }.mcs-services-intro h1 { font-size: 43px; letter-spacing: -1.7px; }.mcs-showcase-card { grid-template-columns: 1fr; gap: 18px; padding: 30px 24px; }.mcs-showcase-number { position: absolute; right: 25px; top: 25px; }.mcs-showcase-icon { width: 68px; height: 68px; font-size: 27px; }.mcs-showcase-copy ul { align-items: flex-start; flex-direction: column; }.mcs-web-intro,.mcs-app-intro,.mcs-lead-intro { padding: 45px 0 75px; }.mcs-browser-body { min-height: 350px; padding: 25px; }.mcs-browser-body > strong { font-size: 25px; }.mcs-mock-content { padding: 30px 20px; }.mcs-dashboard-mock { grid-template-columns: 58px 1fr; }.mcs-mock-sidebar { gap: 24px; }.mcs-mock-stats { grid-template-columns: 1fr; }.mcs-mock-stats span:nth-child(n+2) { display: none; }.mcs-capability-grid,.mcs-funnel-grid,.mcs-check-grid { grid-template-columns: 1fr; }.mcs-funnel-grid article { border-right: 0; border-bottom: 1px solid #dfe6ee; }.mcs-funnel-grid article:nth-child(3) { border-bottom: 1px solid #dfe6ee; }.mcs-flow-line { align-items: stretch; flex-direction: column; }.mcs-flow-line > span { grid-template-columns: 70px 1fr; align-items: center; justify-items: start; text-align: left; }.mcs-flow-line em { width: 2px; min-height: 35px; margin-left: 34px; background: repeating-linear-gradient(#7a9fc7 0 7px,transparent 7px 13px); }.mcs-inline-cta,.mcs-service-bottom-cta { padding: 55px 0; } }

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    color: #A7A8B4;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #A7A8B4;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #A7A8B4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #A7A8B4;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

/*** Promotional Packages ***/
.mcs-promo-page { color: #65748a; }.mcs-promo-intro { position: relative; overflow: hidden; padding: 95px 0 105px; background: linear-gradient(120deg,#f8fbff,#edf5ff); }.mcs-promo-intro::after { content: ""; position: absolute; right: -170px; top: -190px; width: 500px; height: 500px; border: 80px solid rgba(1,95,201,.05); border-radius: 50%; }.mcs-promo-intro .container { position: relative; z-index: 1; }.mcs-promo-intro > .container > span,.mcs-promo-cta span { display: block; margin-bottom: 16px; color: #0873d7; font-size: 12px; font-weight: 800; letter-spacing: 2.2px; }.mcs-promo-intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }.mcs-promo-intro h1 { margin: 0; color: #132742; font-size: clamp(44px,5.7vw,72px); line-height: 1.04; letter-spacing: -2.8px; }.mcs-promo-intro p { font-size: 17px; line-height: 1.8; }.mcs-promo-intro a { display: inline-flex; align-items: center; gap: 10px; color: #0873d7; font-weight: 700; }.mcs-promo-options { padding: 100px 0; background: #fff; }.mcs-promo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 20px; }.mcs-promo-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 32px; border: 1px solid #dfe6ef; border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(17,43,77,.06); transition: .3s; }.mcs-promo-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(17,43,77,.12); }.mcs-promo-card.featured { color: #c0cede; border-color: #123c6d; background: linear-gradient(145deg,#071a35,#0a3264); transform: translateY(-12px); box-shadow: 0 28px 65px rgba(7,35,70,.22); }.mcs-promo-card.featured:hover { transform: translateY(-18px); }.mcs-promo-ribbon { position: absolute; right: 22px; top: -13px; padding: 7px 13px; border-radius: 20px; color: #15253b; background: #ff9a13; font-size: 10px; font-weight: 900; letter-spacing: 1px; }.mcs-promo-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 45px; }.mcs-promo-top > span { color: #a0acbc; font-size: 12px; font-weight: 800; }.mcs-promo-top > i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 14px; color: #0873d7; background: #ebf5ff; font-size: 24px; }.mcs-promo-card.featured .mcs-promo-top > i { color: #fff; background: linear-gradient(135deg,#ff7700,#ffae18); }.mcs-promo-label { margin-bottom: 9px; color: #0873d7; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }.mcs-promo-card.featured .mcs-promo-label { color: #ff9a13; }.mcs-promo-card h2 { margin-bottom: 13px; color: #152842; font-size: 29px; }.mcs-promo-card.featured h2 { color: #fff; }.mcs-promo-for { min-height: 105px; line-height: 1.65; }.mcs-promo-price { padding: 18px 0; margin: 6px 0 22px; border-top: 1px solid #e3e9f1; border-bottom: 1px solid #e3e9f1; }.mcs-promo-card.featured .mcs-promo-price { border-color: #284969; }.mcs-promo-price small,.mcs-promo-price strong { display: block; }.mcs-promo-price small { margin-bottom: 4px; color: #8895a7; font-size: 11px; }.mcs-promo-price strong { color: #0873d7; font-size: 23px; }.mcs-promo-card.featured .mcs-promo-price strong { color: #ff9a13; }.mcs-promo-card ul { display: grid; gap: 13px; padding: 0; margin: 0 0 30px; list-style: none; }.mcs-promo-card li { display: flex; gap: 10px; line-height: 1.5; }.mcs-promo-card li i { flex-shrink: 0; margin-top: 4px; color: #0a9b60; }.mcs-promo-card > a { margin-top: auto; }.mcs-promo-note { max-width: 900px; margin: 42px auto 0; padding: 16px 20px; border-radius: 11px; text-align: center; background: #f4f7fb; font-size: 13px; }.mcs-promo-note i { margin-right: 8px; color: #0873d7; }.mcs-promo-cta { padding: 75px 0; color: #fff; background: linear-gradient(120deg,#081d3a,#015fc9); }.mcs-promo-cta .container { display: flex; justify-content: space-between; align-items: center; gap: 35px; }.mcs-promo-cta span { color: #0dd3f1; }.mcs-promo-cta h2 { max-width: 750px; margin: 0; color: #fff; font-size: clamp(31px,4vw,48px); line-height: 1.12; }.mcs-promo-cta a { flex-shrink: 0; }
@media (max-width: 991px) { .mcs-promo-intro-grid { grid-template-columns: 1fr; gap: 28px; }.mcs-promo-grid { grid-template-columns: 1fr; max-width: 680px; margin: auto; }.mcs-promo-card.featured,.mcs-promo-card.featured:hover { transform: none; }.mcs-promo-for { min-height: auto; }.mcs-promo-cta .container { align-items: flex-start; flex-direction: column; } }
@media (max-width: 575px) { .mcs-promo-intro { padding: 65px 0 75px; }.mcs-promo-intro h1 { font-size: 42px; letter-spacing: -1.7px; }.mcs-promo-options { padding: 70px 0; }.mcs-promo-card { padding: 27px 22px; }.mcs-promo-cta { padding: 55px 0; } }
