/********** Template CSS **********/
:root {
    --primary: #2124B1;
    --secondary: #4777F5;
    --light: #F7FAFF;
    --dark: #1D1D27;
    --body-color: #4b5563;
    --body-bg: #ffffff;
    --page-gutter: clamp(1rem, 3vw, 2.5rem);
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Heebo", "Segoe UI", sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--body-color);
    background-color: var(--body-bg);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-shell {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.hero-shell {
    width: 100%;
    max-width: 100%;
}

.container-xxl {
    max-width: 100% !important;
    width: 100%;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

p,
li,
a,
span,
label,
input,
textarea,
select,
button {
    -webkit-font-smoothing: antialiased;
}

p,
.text-muted,
.footer .copyright,
.navbar-light .navbar-nav .nav-link {
    color: inherit;
}

a {
    text-underline-offset: 0.16em;
}

img {
    max-width: 100%;
    height: auto;
}


/*** 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;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.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;
    border-radius: 50px;
}

.btn-news-event {
    background-color: #2124B1;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.btn-news-event:hover {
    background-color: #4777F5;
    color: white;
}

.home-page {
    background:
        radial-gradient(circle at top left, rgba(71, 119, 245, 0.08), transparent 26%),
        linear-gradient(180deg, #f7f9ff 0%, #ffffff 42%, #f4f7ff 100%);
}

.home-section {
    position: relative;
}

.home-section-soft::before {
    position: absolute;
    content: "";
    inset: 2.5rem var(--page-gutter) 0;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 245, 255, 0.96));
    border: 1px solid rgba(33, 36, 177, 0.06);
    box-shadow: 0 28px 70px rgba(19, 32, 84, 0.08);
    z-index: 0;
}

.home-section .container {
    position: relative;
    z-index: 1;
}

.home-section-panel {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(33, 36, 177, 0.08);
    box-shadow: 0 24px 60px rgba(21, 31, 72, 0.08);
}

.home-section-panel-news {
    background:
        radial-gradient(circle at top left, rgba(111, 233, 255, 0.1), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 255, 0.98));
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(33, 36, 177, 0.08);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-eyebrow::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--secondary);
    box-shadow: 0 0 0 0.25rem rgba(71, 119, 245, 0.12);
}

.home-eyebrow-light {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.home-eyebrow-light::before {
    background: #fff;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.14);
}

.home-spotlight {
    padding-top: 2rem;
}

.home-spotlight-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(111, 233, 255, 0.18), transparent 24%),
        linear-gradient(135deg, rgba(14, 19, 88, 0.96), rgba(33, 36, 177, 0.92) 55%, rgba(71, 119, 245, 0.82));
    box-shadow: 0 35px 80px rgba(18, 29, 90, 0.22);
}

.home-spotlight-card::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.22;
    pointer-events: none;
}

.home-spotlight-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.home-spotlight-copy {
    max-width: 32rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
}

.home-spotlight-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.home-metric-pill {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.84rem;
    font-weight: 600;
}

.home-spotlight-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-height: 54px;
    padding: 0.95rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: linear-gradient(135deg, #ffffff, #eaf0ff);
    color: #121a48;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 18px 35px rgba(10, 15, 63, 0.2);
}

.home-spotlight-action i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(33, 36, 177, 0.08);
    color: var(--primary);
    font-size: 0.8rem;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.home-spotlight-action:hover {
    color: #121a48;
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(10, 15, 63, 0.24);
}

.home-spotlight-action:hover i {
    transform: translate(2px, -2px);
    background: rgba(33, 36, 177, 0.14);
}

.home-spotlight-visual {
    position: relative;
    padding: 1.5rem;
}

.home-spotlight-visual::before {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-spotlight-visual img {
    position: relative;
    z-index: 1;
    max-height: 290px;
    object-fit: contain;
}

.page-interior {
    background:
        radial-gradient(circle at top left, rgba(71, 119, 245, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(111, 233, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #f7f9ff 0%, #ffffff 42%, #f4f7ff 100%);
}

.page-interior .hero-shell {
    position: relative;
}

.page-highlight-shell {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(111, 233, 255, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(33, 36, 177, 0.96), rgba(33, 36, 177, 0.86));
}

.page-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(9, 14, 54, 0.16);
    color: #fff;
}

.page-highlight-label {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-highlight-separator {
    color: rgba(255, 255, 255, 0.45);
}

.page-highlight-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.page-interior .hero-shell > .container.px-lg-5 {
    position: relative;
    padding: clamp(1.5rem, 3vw, 2.5rem) !important;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 246, 255, 0.98));
    border: 1px solid rgba(33, 36, 177, 0.08);
    box-shadow: 0 24px 60px rgba(21, 31, 72, 0.08);
}

.page-interior .hero-shell:nth-of-type(even) > .container.px-lg-5 {
    background:
        radial-gradient(circle at top left, rgba(111, 233, 255, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 255, 0.98));
}

.page-interior .section-title h2 {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.page-interior p {
    color: #62708a;
}

.page-interior img.img-fluid {
    border-radius: 24px;
}


/*** Navbar ***/
.nav-shell {
    margin-top: 0;
    border-radius: 0;
    background:  #2124B1;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.nav-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0.55rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.nav-brand-title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.nav-brand-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-cluster {
    align-items: center;
    gap: 0.4rem;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-left: 0;
    padding: 0.8rem 1rem;
    color: var(--light) !important;
    outline: none;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: .25s ease;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 0.8rem 1rem;
    color: var(--light) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
}

.navbar-light .navbar-nav .nav-link.active {
    color: #2124B1 !important;
    background: #fff;
    box-shadow: 0 14px 28px rgba(9, 14, 54, 0.16);
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .dropdown-toggle::after {
    margin-left: 0.2rem;
    vertical-align: 0.12em;
    border-top-width: 0.35em;
}

.nav-dropdown-menu {
    padding: 0.55rem;
    min-width: 15rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 45px rgba(10, 15, 43, 0.16);
    backdrop-filter: blur(14px);
}

.nav-dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    color: #172033;
    font-size: 0.93rem;
    font-weight: 500;
}

.nav-dropdown-menu .dropdown-item:hover,
.nav-dropdown-menu .dropdown-item:focus {
    color: var(--primary);
    background: rgba(71, 119, 245, 0.1);
}

.nav-dropdown-menu .dropdown-item.active,
.nav-dropdown-menu .dropdown-item:active {
    color: var(--primary);
    background: rgba(71, 119, 245, 0.12);
}

.nav-action {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-language-trigger {
    min-width: 4.75rem;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-language-code {
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.nav-language-menu {
    min-width: 9rem;
}

@media (max-width: 991.98px) {
    .nav-shell {
        margin-top: 0;
        border-radius: 0;
    }

    .sticky-top.navbar-light {
        position: relative;
        background: rgba(33, 36, 177, 0);
    }

    .navbar-light .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 18px;
        background: rgba(8, 12, 54, 0.36);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 0.9rem 1rem;
        margin-left: 0;
        color: var(--light) !important;
        justify-content: space-between;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--light);
    }

    .nav-toggle {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }

    .nav-cluster {
        align-items: stretch;
        gap: 0.25rem;
    }

    .nav-dropdown-menu {
        margin-top: 0.35rem;
        background: rgba(255, 255, 255, 0.97);
    }

    .nav-language-trigger {
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: rgba(33, 36, 177, 0.9);
        backdrop-filter: blur(8px);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        bottom: 0.35rem;
        left: 50%;
        margin-left: -3px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0);
        transition: .25s ease;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        background: rgba(255, 255, 255, 0.9);
    }

    .navbar-light .navbar-nav .nav-link.active::before {
        background: #2124B1;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar-light .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-light .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0.55rem;
    }

    .navbar-light .dropdown > .dropdown-menu {
        margin-top: 0.7rem;
    }

    .sticky-top.navbar-light .nav-shell,
    .sticky-top.navbar-light.nav-shell {
        background: #2124B1;
    }
}

/* Change text color of mmb-app-name class to white in dark mode */
@media (prefers-color-scheme: dark) {
    .mmb-app-name {
        color: white !important;
    }
}


/*** Hero Header ***/
.hero-header {
    background:
        linear-gradient(rgba(33, 36, 177, 0.7), rgba(33, 36, 177, 0.7)),
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png),
        url(../img/bg-bottom-hero.png);
    background-position:
        center center,
        10px 10px,
        bottom 190px right 10px,
        left 100% top -1px,
        left 100% bottom -1px,
        center bottom -1px;
    background-size:
        100% 100%,
        auto,
        auto,
        auto,
        auto,
        100% auto;
    background-repeat: no-repeat;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}

.home-page .section-title h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
}


/*** Service ***/
.service-item {
    position: relative;
    height: 350px;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--primary);
    background: url(../img/icon-shape-white.png);
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--light);
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

.home-solution-card {
    height: 100%;
    min-height: 320px;
    padding: 2rem 1.8rem;
    border-radius: 26px !important;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
}

.home-solution-card .service-icon {
    margin: 0 0 1.25rem 0;
}

.home-solution-card h5 {
    font-size: 1.22rem;
}

.home-solution-card p {
    margin-bottom: 1.5rem;
    color: #60708d;
}

.home-solution-card a.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: fit-content;
    padding: 0.72rem 1.1rem;
    border-radius: 999px;
    font-weight: 600;
    color: #2124B1;
    background: rgba(33, 36, 177, 0.08);
    border: 1px solid rgba(33, 36, 177, 0.1);
    overflow: hidden;
}

.home-solution-card a.btn::before {
    display: none;
}

.home-solution-card:hover a.btn {
    color: #fff;
    background: linear-gradient(135deg, #2124B1, #4777F5);
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(33, 36, 177, 0.22);
}

.page-interior .service-item {
    height: 100%;
    min-height: 320px;
    padding: 2rem 1.8rem;
    border-radius: 26px !important;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
}

.page-interior .service-item .service-icon {
    margin: 0 0 1.25rem 0;
}

.page-interior .service-item p {
    margin-bottom: 1.5rem;
}

.page-interior .service-item a.btn,
.page-interior .team-item .btn,
.page-interior .portfolio-item .btn {
    width: fit-content;
    height: auto;
    min-height: 0;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96) !important;
    background-image: none !important;
    color: #172033;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 12px 24px rgba(12, 18, 59, 0.12);
}

.page-interior .service-item a.btn::before,
.page-interior .portfolio-item .btn::before {
    display: none;
}


/*** Testimonial ***/
.newsletter,
.testimonial {
    background:
        url(../img/bg-top.png),
        url(../img/bg-bottom.png);
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}

.testimonial-item-bg {
    background-color: rgba(109, 128, 173, 0.5) !important;
}

.home-partners-band {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(111, 233, 255, 0.16), transparent 24%),
        linear-gradient(135deg, rgba(14, 19, 88, 0.98), rgba(33, 36, 177, 0.94));
    border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.home-partners-band::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.18;
}

.home-partner-card {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    border-radius: 24px !important;
    box-shadow: 0 18px 38px rgba(7, 12, 48, 0.22);
    backdrop-filter: blur(8px);
}

.home-partner-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    padding: 0.75rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
}

.page-interior .team-item::after {
    top: 2rem;
    right: 2rem;
    border-radius: 26px;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
}

.page-interior .team-item .img-fluid,
.page-interior .portfolio-item .img-fluid {
    border-radius: 22px;
    background: linear-gradient(180deg, #edf2ff, #f9fbff);
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}


/*** Project Portfolio ***/
#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: var(--primary);
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: var(--primary);
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}

.home-filter-list .btn {
    padding: 0.8rem 1.15rem !important;
    border-radius: 999px;
    border: 1px solid rgba(33, 36, 177, 0.1);
    background: rgba(255, 255, 255, 0.88);
    color: #5c6c88;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(21, 31, 72, 0.06);
}

.home-filter-list .btn::after {
    display: none;
}

.home-filter-list .btn:hover,
.home-filter-list .btn.active {
    background: linear-gradient(135deg, #2124B1, #4777F5) !important;
    color: #fff !important;
    border-color: transparent;
}

.home-news-grid {
    overflow: visible !important;
}

.home-news-card {
    padding: 0.8rem;
    border-radius: 26px !important;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
}

.home-news-badge {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    z-index: 2;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(10, 15, 63, 0.72);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.home-news-image {
    height: 280px;
    border-radius: 20px;
    object-fit: cover !important;
    background: linear-gradient(180deg, #edf2ff, #f9fbff);
}

.home-news-content {
    padding: 1rem 0.35rem 3.9rem;
}

.home-news-title {
    margin-bottom: 0.7rem;
    color: #172033;
    font-size: 1.1rem;
    line-height: 1.35;
}

.home-news-excerpt {
    margin-bottom: 0;
    color: #62708a;
    font-size: 0.95rem;
    line-height: 1.65;
}

.home-news-card .btn {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96) !important;
    background-image: none !important;
    border: 1px solid rgba(17, 24, 39, 0.06);
    color: #172033;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 12px 24px rgba(12, 18, 59, 0.12);
    opacity: 1;
}

.home-news-card .btn::before {
    display: none;
}

.home-news-actions .btn-news-event {
    min-width: 190px;
    padding: 0.95rem 1.45rem;
    border-radius: 999px;
    box-shadow: 0 16px 32px rgba(24, 33, 84, 0.12);
}

.page-interior #portfolio-flters .btn {
    padding: 0.8rem 1.15rem !important;
    border-radius: 999px;
    border: 1px solid rgba(33, 36, 177, 0.1);
    background: rgba(255, 255, 255, 0.88);
    color: #5c6c88;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(21, 31, 72, 0.06);
}

.page-interior #portfolio-flters .btn::after {
    display: none;
}

.page-interior #portfolio-flters .btn:hover,
.page-interior #portfolio-flters .btn.active {
    background: linear-gradient(135deg, #2124B1, #4777F5) !important;
    color: #fff !important;
    border-color: transparent;
}

.page-interior .portfolio-container {
    overflow: visible !important;
}

.page-interior .portfolio-item > .position-relative {
    padding: 0.8rem;
    border-radius: 26px !important;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
}

.page-interior .pagination .page-link {
    border-radius: 14px;
    border: 1px solid rgba(33, 36, 177, 0.1);
    color: #4f6282;
    box-shadow: 0 8px 18px rgba(21, 31, 72, 0.05);
}

.page-interior .pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #2124B1, #4777F5);
    border-color: transparent;
    color: #fff;
}

.customer-showcase {
    position: relative;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(111, 233, 255, 0.16), transparent 24%),
        linear-gradient(135deg, rgba(18, 25, 92, 0.98), rgba(33, 36, 177, 0.92));
    box-shadow: 0 24px 60px rgba(21, 31, 72, 0.16);
    overflow: hidden;
}

.customer-showcase::before {
    position: absolute;
    content: "";
    inset: auto -4rem -5rem auto;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    opacity: 0.65;
}

.customer-showcase::after {
    position: absolute;
    content: "";
    inset: 1.5rem auto auto 2rem;
    width: 7rem;
    height: 7rem;
    background:
        radial-gradient(circle, rgba(111, 233, 255, 0.18) 0, rgba(111, 233, 255, 0) 68%);
    pointer-events: none;
}

.customer-showcase-head {
    position: relative;
    z-index: 1;
    max-width: 42rem;
    margin: 0 auto;
}

.customer-showcase-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.customer-showcase-eyebrow i {
    color: #6fe9ff;
    font-size: 0.78rem;
}

.customer-showcase h2,
.customer-showcase-copy {
    color: #fff;
}

.customer-showcase h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.customer-showcase-copy {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.76);
}

.customer-showcase-rule {
    width: 5.5rem;
    height: 4px;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(111, 233, 255, 0.25), rgba(111, 233, 255, 0.95), rgba(111, 233, 255, 0.25));
    box-shadow: 0 0 24px rgba(111, 233, 255, 0.32);
}

.customer-showcase-orbit {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.customer-showcase-orbit-one {
    top: -3rem;
    right: 9%;
    width: 14rem;
    height: 14rem;
}

.customer-showcase-orbit-two {
    bottom: -4.5rem;
    left: 8%;
    width: 10rem;
    height: 10rem;
}

.customer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.customer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(22, 32, 74, 0.14);
}

.customer-card-topline {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.customer-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #2124B1, #4777F5);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 30px rgba(33, 36, 177, 0.24);
}

.customer-card-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 1.5rem;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(237, 242, 255, 0.95), rgba(249, 251, 255, 0.98));
}

.customer-card-logo img {
    max-width: 100%;
    max-height: 170px;
    object-fit: contain;
}

.customer-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0 0.2rem 0.2rem;
}

.customer-card-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6a79a6;
}

.customer-card-title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.35;
    color: #18233b;
}

.customer-card-rule {
    width: 5.5rem;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(111, 233, 255, 0.14), rgba(33, 36, 177, 0.95));
    box-shadow: 0 0 16px rgba(71, 119, 245, 0.14);
}

.customer-card-type {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(33, 36, 177, 0.08);
    color: #2124B1;
    font-size: 0.84rem;
    font-weight: 600;
}

.residence-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    padding: 1rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.residence-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(22, 32, 74, 0.14);
}

.residence-card-topline {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.residence-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #2124B1, #4777F5);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 30px rgba(33, 36, 177, 0.24);
}

.residence-card-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6a79a6;
}

.residence-card-media {
    min-height: 240px;
    padding: 1rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(111, 233, 255, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(226, 233, 255, 0.98), rgba(246, 248, 255, 0.98));
}

.residence-card-media img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.12);
}

.residence-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0 0.2rem 0.2rem;
}

.residence-card-title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.35;
    color: #18233b;
}

.residence-card-rule {
    width: 5.5rem;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(111, 233, 255, 0.14), rgba(33, 36, 177, 0.95));
    box-shadow: 0 0 16px rgba(71, 119, 245, 0.14);
}

.residence-card-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(33, 36, 177, 0.08);
    color: #2124B1;
    font-size: 0.84rem;
    font-weight: 600;
}

.residence-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.residence-card-chip-muted {
    background: rgba(17, 24, 39, 0.05);
    color: #4d5f81;
}

.contact-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 240px) minmax(0, 1fr);
    gap: 1.25rem;
    padding: 1rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(22, 32, 74, 0.14);
}

.contact-card-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 1.5rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(111, 233, 255, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(226, 233, 255, 0.98), rgba(246, 248, 255, 0.98));
}

.contact-card-index {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #2124B1, #4777F5);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 30px rgba(33, 36, 177, 0.24);
}

.contact-card-media img {
    width: 100%;
    height: 100%;
    max-height: 285px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.12);
}

.contact-card-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.35rem 0.2rem 0.2rem;
}

.contact-card-head {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.contact-card-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6a79a6;
}

.contact-card-title {
    font-size: 1.35rem;
    line-height: 1.3;
    color: #18233b;
}

.contact-card-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(33, 36, 177, 0.06);
    color: #46577d;
    font-size: 0.82rem;
    font-weight: 600;
}

.contact-card-pill i {
    color: #2124B1;
}

.contact-card-rule {
    width: 5.5rem;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(111, 233, 255, 0.14), rgba(33, 36, 177, 0.95));
    box-shadow: 0 0 16px rgba(71, 119, 245, 0.14);
}

.contact-card-meta {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.contact-card-meta-item {
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    color: #5f6f8f;
}

.contact-card-meta-item p {
    color: inherit;
}

.contact-card-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 14px;
    background: rgba(33, 36, 177, 0.08);
    color: #2124B1;
}

.contact-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.contact-card-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.contact-card-social-label {
    margin-right: 0.1rem;
    color: #6a79a6;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-card-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 999px;
    background: rgba(33, 36, 177, 0.08);
    color: #2124B1;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.contact-card-socials a:hover {
    transform: translateY(-2px);
    background: #2124B1;
    color: #fff;
}

.contact-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.8rem 1.15rem;
    min-width: 190px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2124B1, #4777F5);
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 14px 28px rgba(33, 36, 177, 0.2);
    white-space: nowrap;
    flex-shrink: 0;
}

.contact-card-action:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

@media (max-width: 767.98px) {
    .contact-card {
        grid-template-columns: 1fr;
    }

    .contact-card-media {
        min-height: 220px;
    }

    .contact-card-footer {
        flex-direction: column;
        align-items: stretch;
    }
}

.team-member-card {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    padding: 1rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-member-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(22, 32, 74, 0.14);
}

.team-member-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 1.25rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(237, 242, 255, 0.95), rgba(249, 251, 255, 0.98));
}

.team-member-card-media img {
    width: 100%;
    max-height: 240px;
    object-fit: contain;
}

.team-member-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0 0.2rem 0.2rem;
}

.team-member-card-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6a79a6;
}

.team-member-card-title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.35;
    color: #18233b;
}

.team-member-card-copy {
    margin: 0;
    color: #5f6f8f;
    line-height: 1.7;
}

.team-member-card-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding-top: 0.35rem;
}

.team-member-card-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 999px;
    background: rgba(33, 36, 177, 0.08);
    color: #2124B1;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.team-member-card-socials a:hover {
    transform: translateY(-2px);
    background: #2124B1;
    color: #fff;
}

.about-story-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-story-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    padding: 1.15rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
    overflow: hidden;
}

.about-story-card-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.about-story-card-reverse .about-story-media {
    order: 2;
}

.about-story-card-reverse .about-story-content {
    order: 1;
}

.about-story-media {
    position: relative;
}

.about-story-media::before {
    position: absolute;
    content: "";
    inset: auto -1.2rem -1.2rem auto;
    width: 7rem;
    height: 7rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(71, 119, 245, 0.18), rgba(111, 233, 255, 0.08));
    filter: blur(0.5px);
}

.about-story-media-frame {
    min-height: 320px;
    padding: 1.25rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(111, 233, 255, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(226, 233, 255, 0.98), rgba(246, 248, 255, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.about-story-media-frame img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.12);
}

.about-story-content {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 0.7rem 0.65rem;
}

.about-story-topline {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.about-story-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #2124B1, #4777F5);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 30px rgba(33, 36, 177, 0.24);
}

.about-story-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(33, 36, 177, 0.08);
    color: #2124B1;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-story-rule {
    width: 6rem;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(111, 233, 255, 0.16), rgba(33, 36, 177, 0.95));
    box-shadow: 0 0 18px rgba(71, 119, 245, 0.16);
}

.about-story-title {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.12;
    color: #18233b;
}

.about-story-copy {
    color: #5f6f8f;
    line-height: 1.8;
}

.about-story-copy p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .about-story-card,
    .about-story-card-reverse {
        grid-template-columns: 1fr;
    }

    .about-story-card-reverse .about-story-media,
    .about-story-card-reverse .about-story-content {
        order: initial;
    }
}

.media-list-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.media-list-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(22, 32, 74, 0.14);
}

.media-list-card-topline {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.media-list-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #2124B1, #4777F5);
    color: #fff;
    font-size: 0.9rem;
    box-shadow: 0 16px 30px rgba(33, 36, 177, 0.24);
}

.media-list-card-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6a79a6;
}

.media-list-card-media {
    display: block;
    min-height: 240px;
    padding: 1rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(111, 233, 255, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(226, 233, 255, 0.98), rgba(246, 248, 255, 0.98));
}

.media-list-card-media img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.12);
}

.media-list-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0 0.2rem 0.2rem;
}

.media-list-card-title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.35;
    color: #18233b;
}

.media-list-card-rule {
    width: 5.5rem;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(111, 233, 255, 0.14), rgba(33, 36, 177, 0.95));
    box-shadow: 0 0 16px rgba(71, 119, 245, 0.14);
}

.media-list-card-copy {
    margin: 0;
    color: #5f6f8f;
    line-height: 1.75;
}

.customer-card-rule,
.residence-card-rule,
.contact-card-rule,
.about-story-rule,
.media-list-card-rule,
.solution-hero-rule {
    display: none;
}

.media-list-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: fit-content;
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2124B1, #4777F5);
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 14px 28px rgba(33, 36, 177, 0.2);
    white-space: nowrap;
}

.media-detail-section {
    padding: 1.2rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
}

.media-detail-image {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(111, 233, 255, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(226, 233, 255, 0.98), rgba(246, 248, 255, 0.98));
}

.media-detail-image img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.12);
}

.media-detail-copy {
    color: #5f6f8f;
    line-height: 1.85;
}

.media-detail-copy p:last-child {
    margin-bottom: 0;
}

.media-meta-panel {
    padding: 1.2rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(71, 119, 245, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 20px 45px rgba(22, 32, 74, 0.08);
}

.media-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.media-meta-block {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(17, 24, 39, 0.05);
}

.media-meta-block-full {
    grid-column: 1 / -1;
}

.media-meta-label {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6a79a6;
}

.media-meta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.media-meta-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(33, 36, 177, 0.08);
    color: #2124B1;
    font-size: 0.84rem;
    font-weight: 600;
}

.media-meta-link,
.media-meta-text,
.media-meta-empty {
    color: #4f6282;
    word-break: break-word;
}

.media-meta-link:hover {
    color: #2124B1;
}

@media (max-width: 767.98px) {
    .media-meta-grid {
        grid-template-columns: 1fr;
    }
}


/*** Footer ***/
.footer {
    position: relative;
    background:
        linear-gradient(180deg, rgba(20, 24, 119, 0.96), rgba(33, 36, 177, 0.92)),
        url(../img/footer.png) center center no-repeat;
    background-size: cover, cover;
    overflow: hidden;
}

.footer::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(124, 153, 255, 0.18), transparent 28%),
        radial-gradient(circle at 82% 30%, rgba(111, 233, 255, 0.14), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: auto, auto, 28px 28px, 28px 28px;
    opacity: 0.3;
    pointer-events: none;
}

.footer-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
}

.footer-inner-bottom {
    padding-bottom: 1rem;
}

.footer .btn.btn-social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--light);
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer-contact-list p {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.92);
}

.footer-contact-list i {
    margin-top: 0.3rem;
    color: rgba(255, 255, 255, 0.88);
}

.footer-map-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(132, 167, 255, 0.06)),
        linear-gradient(180deg, rgba(9, 15, 72, 0.52), rgba(7, 13, 62, 0.32));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 28px 70px rgba(6, 10, 56, 0.34);
    backdrop-filter: blur(12px);
    isolation: isolate;
}

.footer-map-card::before {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at top right, rgba(111, 233, 255, 0.2), transparent 26%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: auto, 22px 22px, 22px 22px;
    opacity: 0.35;
    pointer-events: none;
    z-index: -1;
}

.footer-map-topbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-map-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(111, 233, 255, 0.14);
    border: 1px solid rgba(111, 233, 255, 0.22);
    color: #dff9ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-map-badge::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #6fe9ff;
    box-shadow: 0 0 0 0.25rem rgba(111, 233, 255, 0.16);
}

.footer-map-badge-muted {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

.footer-map-badge-muted::before {
    background: #9fb4ff;
    box-shadow: 0 0 0 0.25rem rgba(159, 180, 255, 0.14);
}

.footer-map-copy {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-map-frame {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 45px rgba(7, 11, 56, 0.28);
}

.footer-map-frame::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(135deg, rgba(8, 12, 54, 0.12), transparent 45%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: auto, 18px 18px, 18px 18px;
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 1;
}

.footer-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border: 0;
    filter: saturate(0.94) contrast(1.02);
}

.footer-map-link {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    border-radius: 999px;
    padding: 0.75rem 1.1rem;
    font-weight: 600;
    color: var(--primary);
    box-shadow: 0 10px 25px rgba(11, 16, 68, 0.18);
    border: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
}

.footer-map-link:hover {
    color: var(--primary);
    transform: translateY(-1px);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media (max-width: 767.98px) {
    .home-section-panel {
        padding: 1.25rem;
        border-radius: 24px;
    }

    .home-spotlight-card {
        border-radius: 26px;
    }

    .home-spotlight-title {
        font-size: 2rem;
    }

    .home-news-card .btn {
        right: 1rem;
        bottom: 1rem;
    }

    .footer-map-card {
        padding: 0.875rem;
    }

    .footer-map-frame,
    .footer-map-frame iframe {
        min-height: 220px;
    }

    .footer-map-link {
        top: 0.75rem;
        left: 0.75rem;
        padding: 0.65rem 0.95rem;
    }
}
