*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* =====================================================
   fusionCore – Main Stylesheet v2
   Salesforce-native membership management
   ===================================================== */

:root {
    --c-bg: #f8f9fc;
    --c-bg-alt: #f0f2f7;
    --c-white: #ffffff;
    --c-card: #ffffff;
    --c-border: #e2e6f0;
    --c-border-soft: #edf0f7;

    --c-primary: #0070D2;
    --c-primary-d: #005fb2;
    --c-primary-l: #e8f2fc;
    --c-secondary: #1b96ff;
    --c-accent: #0b827c;
    --c-gold: #f4bc25;

    --c-text: #12213a;
    --c-text-muted: #5a6a85;
    --c-text-faint: #9aaabf;

    --font-body: 'Inter', system-ui, -apple-system, sans-serif;
    --font-display: 'Sora', 'Inter', sans-serif;

    --sp-xs: .375rem;
    --sp-sm: .75rem;
    --sp-md: 1.25rem;
    --sp-lg: 2rem;
    --sp-xl: 3.5rem;
    --sp-2xl: 6rem;

    --container: 1160px;
    --radius-sm: .5rem;
    --radius-md: .875rem;
    --radius-lg: 1.25rem;
    --radius-xl: 1.75rem;

    --ease: cubic-bezier(.4, 0, .2, 1);
    --dur: 200ms;
    --dur-slow: 360ms;
    --header-h: 68px;

    --shadow-sm: 0 1px 3px rgba(18, 33, 58, .08), 0 1px 2px rgba(18, 33, 58, .04);
    --shadow-md: 0 4px 16px rgba(18, 33, 58, .1), 0 2px 4px rgba(18, 33, 58, .05);
    --shadow-lg: 0 12px 40px rgba(18, 33, 58, .12), 0 4px 8px rgba(18, 33, 58, .06);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    pointer-events: none; /* keep normal hover effects */
}

/* remove tooltip */
img[title],
img[alt] {
    pointer-events: none;
}

/* Force tooltip not to show */
img[title]:hover::after,
img[alt]:hover::after {
    content: none !important;
}

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

body {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    background: #183162;
    -webkit-font-smoothing: antialiased;
}

img, svg {
    max-width: 100%;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #fff;
}

ul, ol {
    list-style: none;
}

p {
    line-height: 22px;
    margin: 0px 0px 25px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 900;
}

button {
    cursor: pointer;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.blue-button {
    padding: 12px 25px;
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: #233862;
    min-width: 145px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.blue-button:hover {
    color: #fff;
    background: #000;
}

.blue-border-button {
    padding: 12px 25px;
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
    color: #233862;
    background: none;
    border: solid 1px #233862;
    min-width: 145px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.blue-border-button:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.skyblue-button {
    padding: 19px 25px;
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
    color: #233862;
    background: #92DCD7;
    min-width: 145px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.skyblue-button:hover {
    color: #fff;
    background: #000;
}

.white-border-button {
    padding: 19px 25px;
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: none;
    border: solid 1px #fff;
    min-width: 145px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.white-border-button:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.read-more-arrow {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #92DCD7;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    cursor: pointer;
}

.read-more-arrow:after {
    position: relative;
    right: 0px;
    font-family: FontAwesome;
    content: "";
    font-weight: 400;
    transition: 0.1s;
    margin: 0 0 0 10px;
}

.white-border-button-arrow {
    padding: 19px 25px;
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: none;
    border: solid 1px #fff;
    min-width: 145px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.white-border-button-arrow:after {
    position: relative;
    right: 0px;
    font-family: FontAwesome;
    content: "";
    font-weight: 400;
    transition: 0.1s;
    margin: 0 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin: 0px 0px 10px !important;
    line-height: 100%;
}

h1 {
    font-weight: 900;
    font-size: 46px;
    line-height: 55px;
}

h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
}

h3 {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
}

h6 {
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
}

/* ─── Utilities ──────────────────────────────────── */
.container {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
}


/* =========================
           HEADER
        ========================= */

.site-header,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: none !important;
}

@media only screen and (min-width: 1193px) {
    #mega-menu-wrap-primary {
        background: none !important;
    }
}

.site-header .child-page-navigation:before {
    background: radial-gradient(78.27% 227.68% at 50% -69.57%, #FFFFFF 0%, rgba(255, 255, 255, 0) 70.28%);
    width: 70%;
    height: 100px;
}

.site-header .child-page-navigation ul li {
    border: none;
}
.site-header .child-page-navigation ul li.current_page_item,
.site-header .child-page-navigation ul li.active{
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #233862;
    text-underline-offset: 6px;
}

@media (min-width: 1192px) {
    .site-header.sticky .child-page-navigation {
        display: none;
    }
}
.site-header .top-header .top-navigation .menu li a:hover,
.site-header .child-page-navigation ul li a:hover,
.site-header .child-page-navigation ul li.current_page_item a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #233862;
}

@media (min-width: 1192px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.find-link > a.mega-menu-link:hover {
        background: linear-gradient(108.49deg, #1C80B7 56.97%, #1C80B7 130.53%) !important;
    }
}

body {
    background: #183162 url(../images/top-bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
}

.site-footer {
    margin-top: -120px;
    z-index: 1;
    position: relative;
}

#home-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0px;
}

#home-hero-section h1 {
    font-weight: 500;
    color: #233862;
    margin-bottom: 30px !important;
}

#home-hero-section h4 {
    font-weight: 500;
    color: #005C8F;
    margin-bottom: 30px !important
}

#home-hero-section h4 code {
    font-family: 'Lato', sans-serif;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(97.48deg, #E94B65 34.38%, #FF7654 95.31%);
    padding: 3px 5px;
    font-weight: 900;
}

#home-hero-section p {
    color: #233862;
}

#home-hero-section .blue-button {
    margin-right: 15px;
}

#home-hero-section .blue-button, #home-hero-section .blue-border-button {
    display: inline-block;
    padding: 19px 38px;
}

#home-hero-section .blue-border-button:after {
    position: relative;
    right: 0px;
    font-family: FontAwesome;
    content: "";
    font-weight: 400;
    transition: 0.1s;
    margin: 0px 0px 0px 10px;
}

#home-hero-section .hero-blue-box {
    background: #183162 url(../images/hero-star-icon.svg);
    background-position: 97% 15%;
    background-repeat: no-repeat;
    border: solid 1px #1C80B7;
    padding: 35px 35px;
    border-radius: 25px;
}

#home-hero-section .hero-blue-box p {
    color: #fff;
}

#home-hero-section .hero-blue-box h4 {
    font-weight: 900;
    margin-bottom: 15px !important
}

#home-hero-section .hero-blue-box .vc_col-sm-6:first-child {
    border-right: solid 1px #1C80B7;
}

#home-hero-section .hero-blue-box .vc_col-sm-6:last-child {
    padding-left: 15px;
}

#the-problem-section {
    aspect-ratio: 0;
    clip-path: shape(from 49.9% 0%, curve to 100% 10.09% with 79.13% 0%/99.99% 10.09%, vline to 100%, hline to 0%, vline to 10.09%, curve to 49.9% 0% with 0% 10.09%/20.66% 0%, close);
    background: linear-gradient(180deg, #8DD8D5 -42.19%, #FFF 59.21%);
    padding: 90px 90px 80px 40px;
    border-radius: 0 0 40px 40px;
}

#costs-all-in-one-row {
    background: radial-gradient(72% 132.18% at 52.46% 27.7%, #1C80B7 0%, #132C5F 100%);
    padding: 110px 35px 50px 35px;
    margin-top: -50px;
    border-radius: 0 0 40px 40px;
}

#costs-all-in-one-row .vc_col-sm-4 .vc_column-inner {
    background: #0C1E44;
    border-top: 1px solid #1C80B7;
    border-radius: 15px;
    padding: 40px 35px;
    box-shadow: 4px 4px 54.7px 0px #1c80b8;
}

#flexible-membership-management-section {
    padding-top: 60px;
    padding-bottom: 55px;
}

.flexible-membership-management-row p {
    color: #4E4D4D;
}

.flexible-membership-management-row {
    background: linear-gradient(180deg, #8DD8D5 -39.41%, #FFFFFF 82.66%);
    box-shadow: 4px 4px 54.7px 0px #00174433;
    padding: 60px 50px 200px 50px;
    border-radius: 40px 40px 0 0;
}

.flexible-membership-management-box {
    margin-top: -200px;
    display: inline-block;
}

.flexible-membership-management-box .vc_col-sm-4 .vc_column-inner {
    background: #0C1E44;
    border-top: 1px solid #1C80B7;
    border-radius: 15px;
    padding: 40px 35px;
    box-shadow: 4px 4px 54.7px 0px #1c80b8;
}

.services-box .services-box-1 {
    background: #0F325B;
    border-top: 1px solid #1D293D;
    box-shadow: 4px 4px 54.7px 0px #E94B65;
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.services-box .services-box-2 {
    background: #0C1E44;
    border-top: 1px solid #1D293D;
    box-shadow: 4px 4px 54.7px 0px #92DCD7;
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.services-box-row-2 .services-box-1,
.services-box-row-2 .services-box-2 {
    min-height: 125px;
}

.services-box .services-box-1 .wpb_single_image {
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
}

.services-box .services-box-2 .wpb_single_image {
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
}

.services-box .services-box-1 .wpb_text_column,
.services-box .services-box-2 .wpb_text_column {
    display: table;
}

#complete-ecosystem-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

#complete-ecosystem-section .hero-skyblue-box {
    background: linear-gradient(315.95deg, #1F76AB -18.37%, #92DCD7 100.63%);
    background-position: 97% 15%;
    background-repeat: no-repeat;
    border: solid 1px #92DCD7;
    padding: 35px 35px;
    border-radius: 25px;
    position: relative;
}


#complete-ecosystem-section .hero-skyblue-box:after {
    background: url(../images/white-star-icon.svg);
    content: '';
    display: block;
    z-index: 999;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 30px;
    top: 30px;
}

#complete-ecosystem-section .hero-skyblue-box p {
    color: #233862;
}

.lets-talk-subheading {
    border: 1px solid #FFFFFF4D;
    padding: 10px 25px;
    display: table;
    margin: 0 auto;
    border-radius: 35px;
    color: #63D2D2;
    margin-bottom: 15px;
}

#lets-talk-section .lets-talk-subheading p {
    color: #63D2D2;
    text-transform: uppercase;
}

#lets-talk-section h2 {
    line-height: 55px;
    font-weight: 400;
    margin-bottom: 40px !important;
}

#lets-talk-section h2 strong {
    color: #63D2D2;
    display: block;
    font-style: italic;
}

#lets-talk-section p {
    text-align: center;
}

#lets-talk-section .skyblue-button {
    margin-right: 40px;
}

#lets-talk-section .skyblue-button,
#lets-talk-section .white-border-button {
    min-width: 425px;
    text-align: center;
}

.scroll-top-button {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 10000;
    opacity: 0;
    line-height: 0;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.scroll-top-button:before {
    font-family: FontAwesome;
    content: "\f106";
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #1C80B7;
    color: #fff;
    border-radius: 100%;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta.vc_general .vc_tta-panel-title > a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #0C1E44 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #0C1E44 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-radius: 15px !important;
    overflow: hidden !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-radius: 15px 15px 0 0 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-radius: 0 0 15px 15px !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    border-color: #92DCD7 !important;
}

/* Scroll Indicator Animation */

.scroll-indicator img {
    animation: scrollBounce 2s infinite ease-in-out;
}

@keyframes scrollBounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

}

#frequently-asked-questions {
    padding-top: 0px;
    padding-bottom: 130px;
    background-position: bottom center;
    background-size: 160% auto;
    background-repeat: no-repeat;
}

#associations-choose-fusioncore {
    padding: 60px 90px 40px 60px;
    border-radius: 40px 40px 0 0;
    aspect-ratio: 0;
    clip-path: shape(from 100% 89.7%, curve to 50.1% 100% with 99.99% 89.71%/79.34% 100%, curve to 0% 89.7% with 20.87% 100%/0% 89.7%, vline to 0%, hline to 100%, vline to 89.7%, close);
    background: linear-gradient(180deg, #8DD8D5 -36.04%, #FFF 75.58%);
}

#associations-choose-fusioncore p {
    color: #4E4D4D;
}

#associations-choose-fusioncore a.read-more-arrow {
    color: #1C80B7;
}

#lets-talk-section {
    padding-top: 60px;
}


/* =====================================================
   Architecture
   ===================================================== */
.icon-sub-heading {
    background: linear-gradient(97.48deg, #E94B65 34.38%, #FF7654 95.31%);
    padding: 14px 20px;
    border-radius: 35px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.icon-sub-heading::before {
    content: "\f5fd"; /* fa-layer-group */
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900;
    margin-right: 12px;
    display: inline-block;
}

.services-row .vc_col-sm-3 .vc_column-inner,
.services-row .vc_col-sm-4 .vc_column-inner {
    background: #0C1E44;
    border-top: 1px solid #1C80B7;
    border-radius: 15px;
    padding: 40px 35px;
    box-shadow: 4px 4px 25px 0px #1C80B7;

}

#table-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.platform-spec-card {
    background: radial-gradient(121.27% 191.33% at 104.5% -31.45%, #1C80B7 0%, #132C5F 100%);
    box-shadow: 4px 4px 54.7px 0px #041C4A;
    border-radius: 40px 0 0 40px;
    padding: 50px 40px;
}

.platform-spec-card img {
    max-width: 220px;
    margin: 0;
    display: block;
}

.fusioncore-spec-table {
    background: #0C1E44;
    border-radius: 0 15px 15px 15px;
    overflow: hidden;
    box-shadow: 4px 4px 50px 0px #1C80B7;
}

.fusioncore-spec-table > .vc_column-inner {
    padding: 0;
}

.spec-row {
    display: grid;
    grid-template-columns: 2fr 100px 3fr;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-row div {
    color: #fff;
}

.spec-row > div:first-child {
    font-weight: bold;
}

.spec-row i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #7FD6B029;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7FD6B0;
    margin: auto;
}

.spec-row i.fa-minus {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgb(36 56 94 / 97%);
    position: relative;
    color: rgb(146 170 209);
}

.integration-card {
    padding: 10px;
}

.integration-card > .vc_column-inner {
    position: relative;
    background: #0C1E44;
    border: 1px solid #5DD3CB24;
    box-shadow: 0px 24px 40px -24px #00000080;
    box-shadow: 0px 1px 0px 1px #FFFFFF0A inset;
    border-radius: 20px;
    padding: 30px;
}

.integration-card-tag {
    font-size: 10px;
    letter-spacing: 1.6px;
    border: 1px solid #92DCD74D;
    background: rgb(146 220 215 / 30%);
    padding: 8px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
}

.integration-card-tag p {
    font-size: 10px;
    color: #92DCD7;
}

.integration-card-footer {
    padding-top: 20px;
    border-top: dashed 1px rgba(255, 255, 255, .08);
    color: #5DD3CB;
    margin-top: 20px;
}

.integration-card-footer p {
    color: #5DD3CB;
}

.integration-card-footer p:before {
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900;
    color: #5DD3CB;
    margin-right: 12px;
}

.ecosystem-card {
    padding: 10px;
}

.ecosystem-card > .vc_column-inner {
    position: relative;
    background: linear-gradient(180deg, #163B76 0%, #0E2858 100%),
    radial-gradient(120% 100% at 0% 0%, rgba(93, 211, 203, 0.18) 0%, rgba(93, 211, 203, 0) 60%);
    border: 1px solid #92DCD759;
    box-shadow: 0px 1px 0px 1px #FFFFFF0A inset;
    box-shadow: 0px 30px 60px -30px #00000080;
    border-radius: 25px;
    padding: 35px;
}

.ecosystem-card > .vc_column-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
    background: #5DD3CB;
    border-radius: 10px;
}

.ecosystem-card .wpb_single_image {
    margin-bottom: 0;
}

.ecosystem-card-logos {
    margin-bottom: 0;
    border-top: 1px solid #92DCD733;
    padding-top: 25px;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.ecosystem-card-logos img {
    max-height: 45px;
    width: auto;
    opacity: 1;
    transition: .3s;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left:0;
    margin-bottom:0 !important;
    float: none;
}

.ecosystem-card-logos img:last-child {
    margin-right: 0px;
}

.ecosystem-card-logos img:hover {
    opacity: 1;
}

.title-quote {
    background: linear-gradient(90deg, rgba(255, 118, 84, 0.2) 0%, rgba(255, 118, 84, 0) 100%);
    border-left: 3px solid #FF7654;
    padding: 10px 30px 5px 30px;
}

#blockquote-section {
    padding-top: 70px;
}

blockquote {
    background: linear-gradient(90deg, rgba(255, 118, 84, 0.2) 0%, rgba(255, 118, 84, 0) 100%);
    border-left: 3px solid #FF7654;
    padding: 30px 30px 30px 30px;
}

blockquote h3 {
    color: #FF7654;
}

.hero-skyblue-box .alignleft {
    margin: 4px 5px 0 0;
    float: left;
}

#complete-ecosystem-section .white-border-button {
    font-size: 16px;
}

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer-fusionCore {
    aspect-ratio: 0;
    clip-path: shape(from 100% 100%, line to 0% 100%, line to 0% 15.51%, curve to 49.9% 0% with 0% 15.51%/20.66% 0%, curve to 100% 15.51% with 79.13% 0%/100% 15.51%, line to 100% 100%, close);
    background: radial-gradient(65.02% 166.83% at 47.12% 180.2%, #1C80B7 0%, #145180 46.88%, #0C1E44 100%);
    color: rgba(255, 255, 255, .50);
    padding: 100px 0 40px 0;
    font-size: 14.5px;
}

.site-footer-fusionCore {
    margin-top: -80px;
}

.footer__top {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer__tagline {
    margin-top: .875rem;
    max-width: 26ch;
    line-height: 1.55;
    color: rgba(255, 255, 255, .50);
}

.footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.footer__nav-heading {
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 1rem;
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.footer__nav-list a {
    color: rgba(255, 255, 255, .50);
}

.footer__nav-list a:hover {
    color: rgba(255, 255, 255, .9);
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 2rem;
}

.footer__copy {
    color: rgba(255, 255, 255, .50);
    margin: 0;
}

.footer__legal {
    display: flex;
    gap: 1.5rem;
}

.footer__legal a {
    color: rgba(255, 255, 255, .50);
}

.footer__legal a:hover {
    color: rgba(255, 255, 255, .75);
}

.site-footer-fusionCore .site-logo__text {
    color: rgba(255, 255, 255, .50);
}

.site-footer-fusionCore .site-logo__text span {
    color: rgba(255, 255, 255, .50);
}

.site-footer-fusionCore .footer__links {
}

.site-footer-fusionCore .footer__links ul li {
    font-size: 14.5px;
    display: inline-block;
    padding-left: 20px;
}

.site-footer-fusionCore .footer__links a {
    color: rgba(255, 255, 255, .50);

}

.site-footer-fusionCore .footer__links a:hover {
    color: rgba(255, 255, 255, .75);
}

/* Modal Overlay */

.modal {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: none;

    background: rgba(0, 0, 0, .75);

    overflow-y: auto;

    padding: 40px 20px;
}

.modal.show {
    display: block;
}

/* Modal Dialog */

.modal-dialog {
    max-width: 900px;
    margin: 50px auto;
}

/* Modal Content */

.modal-content {
    position: relative;

    background: #fff;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

/* Header */

.modal-header {
    position: relative;

    padding: 20px 25px;

    border-bottom: 1px solid #eee;
}

/* Close Button */

.modal-header .close {
    position: absolute;

    right: 20px;
    top: 15px;

    width: 40px;
    height: 40px;

    border: none;
    background: none;

    font-size: 32px;
    line-height: 1;

    cursor: pointer;

    color: #163B76;
}

/* Body */

.modal-body {
    padding: 30px;
}

/* HubSpot Meeting */

.modal-body .meetings-iframe-container {
    min-height: 700px;
}

/* Mobile */

@media (max-width: 767px) {

    .modal {
        padding: 20px 10px;
    }

    .modal-dialog {
        margin: 20px auto;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-body .meetings-iframe-container {
        min-height: 600px;
    }

}

/* =========================
   MOBILE TOGGLE
========================= */
.mobile-logo {
    display: none;
}

.mobile-toggle {
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    padding: 0;
    float: right;
    margin-top: 5px;
}

.mobile-toggle span {
    width: 28px;
    height: 3px;
    background: #1f2f5c;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* Toggle Active */

.mobile-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* =========================
   MOBILE
========================= */
@media only screen and (max-width: 1192px) {
    #mega-menu-wrap-primary .mega-menu-toggle {
        background-color: rgba(255, 255, 255, 0) !important;
    }
}

@media (max-width: 1023px) {
    .site-footer .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .flexible-membership-management-box {
        margin-left: 0;
        margin-right: 0;
    }

    .our-value-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .platform__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-inline: auto;
    }

    .problems__grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin-inline: auto;
    }

    .impl__grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-inline: auto;
    }

    .impl__ai {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer__top {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer__nav {
        grid-template-columns: repeat(2, 1fr);
        display: block;
    }

    .site-footer-fusionCore {
        padding: 30px;
    }
}


@media (max-width: 767px) {

    .site-header {
        background: #fff !important;
    }

    .site-header.sticky {
        z-index: 9;
    }

    .alignleft,
    .alignright {
        float: none;
        display: block;
        margin: 20px auto;
        text-align: center;
    }

    #home-hero-section h4 {
        line-height: 35px;
    }

    #home-hero-section .blue-button, #home-hero-section .blue-border-button {
        padding: 12px 15px;
    }

    #home-hero-section .hero-blue-box .vc_col-sm-6:first-child {
        border-right: none;
        border-bottom: solid 1px #1C80B7;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #home-hero-section .hero-blue-box .vc_col-sm-6:last-child {
        padding-left: 0px;
    }

    #the-problem-section {
        padding: 50px 30px;
    }

    #the-problem-section .wpb_single_image {
        margin-bottom: 30px !important;
    }

    .flexible-membership-management-row {
        padding: 50px 35px 0px 35px;
    }

    .flexible-membership-management-box {
        margin: 0 !important;
        padding: 60px 0px 15px 0px;
    }

    .services-box .services-box-1 .wpb_single_image,
    .services-box .services-box-2 .wpb_single_image {
        float: none;
        margin-bottom: 15px;
    }

    #complete-ecosystem-section {
        padding: 30px;
    }

    .vc_section {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #lets-talk-section .skyblue-button, #lets-talk-section .white-border-button {
        min-width: inherit;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
    }

    .site-footer-fusionCore {
        margin-top: 0px;
        padding-top: 50px;
        clip-path: none;
    }

    #costs-all-in-one-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer__nav-col {
        padding-bottom: 30px;
    }

    .footer__bottom {
        display: block;
        text-align: center;
    }

    .footer__links {
        padding-top: 15px;
    }

    .integration-card-tag {
        float: none;
    }

    .ecosystem-card-logos img {
        margin: 0 15px 15px 0;
    }

    .ecosystem-card .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
    }

    .ecosystem-card .wpb_single_image {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .vc_section {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #home-hero-section h4 {
        line-height: 35px;
    }

    #home-hero-section .blue-button, #home-hero-section .blue-border-button {
        padding: 12px;
    }

    #home-hero-section .blue-button {
        margin-right: 0;
    }

    #costs-all-in-one-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    #lets-talk-section .skyblue-button {
        margin-right: 15px;
    }

    #lets-talk-section .skyblue-button, #lets-talk-section .white-border-button {
        min-width: 350px;
        text-align: center;
    }

    .site-footer-fusionCore {
        margin-top: -120px;
    }

    .footer__brand {
        margin: 0 auto;
    }

    .footer__nav {
        border-top: 1px solid rgba(255, 255, 255, .1);
        width: 100%;
        padding-top: 40px;
    }

    .footer__nav .footer__nav-col {
        width: 33.333%;
        float: left;
    }

    .integration-card-tag {
        white-space: nowrap;
    }

    .ecosystem-card .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
    }

    .ecosystem-card-logos img {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1170px) {
    .main-navigation .menu-logo img {
        max-width: 200px;
    }
}