/*
Theme Name:   Ready MS
Theme URI:    https://www.20twentydesign.com/ready/
Description:  Ready MS Theme
Author:       Jesus Cardenas
Author URI:   https://20twentydesign.com
Template:     Avada
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  readyms
*/




.jc_hide {
display: none !important;
}


html {
    background-color: rgb(32,8,52) !important;
}
body {
    /* Figma: solid base #280D3E with the horizontal gradient on top.
       Browsers paint background-color first, then background-image, so
       both layers are honoured in a single declaration. */
    background-color: #280D3E !important;
    background-image: linear-gradient(90deg, #240B39 0%, #2C0C39 29%, #3E0D3A 100%) !important;
}
body.error404 #main {
    padding: 0;
}

.jc_url {
    transition: .3s all;
    border-bottom: 1px solid transparent;
}
.jc_url:hover {
    color: #ff3d63;
    border-bottom: 1px dotted #ff3d63;
}


.jc_header_wrap {
    padding-top: 25px;
    padding-bottom: 20px;
}
.fusion-sticky-transition.fusion-scrolling-up {
    background: linear-gradient(0deg, rgba(40, 13, 62, 0) 0%, rgba(40, 13, 62, 1) 60%);
}

.jc_logo {
    text-align: right;
}
.jc_logo img {
    width: 150px;
}

.jc_menu_buttons {
    text-align: center;
}

.jc_menu_buttons a {
    background: #ff3d63;
    color: #ffffff;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    outline: 2px solid transparent;
    outline-offset: 5px;
    transition: .6s all;
}
.jc_menu_buttons a:hover {
    background: #c02f4b;
    outline: 2px solid #ff3d63;
    outline-offset: 5px;
}


/*navigation menu*/
.awb-menu_icons-left .awb-menu__main-a {
    flex-direction: row;
    text-rendering: geometricprecision;
    font-weight: 700;
}
.awb-menu_dropdown.awb-menu_row .awb-menu__sub-ul_main {
    margin-top: 0px;
}
span.awb-menu__open-nav-submenu-hover {
    color: #FF3D63;
    font-size: 20px;
    padding-left: 6px;
}
.awb-menu__sub-li:hover>.awb-menu__sub-a, .awb-menu__sub-li.current-menu-item>.awb-menu__sub-a {
    color: #ffffff !important;
}

/* Service Sub-Menu */
li.jc_service_li ul {
    padding: 15px 5px;
    background: #441348 !important;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
li.jc_service_li ul li {
    background: transparent !important;
    padding: 6px 15px;
    border: none;
}
li.jc_service_li ul li a {
    font-size: 15px;
    background: #511f55 !important;
    border-radius: 10px;
    color: #ffffff !important;
    font-weight: 600;
    justify-content: start;
    padding: 10px 35px 10px 15px;
}
li.jc_service_li ul li a:focus span {
    color: #ffffff !important;
}
li.jc_service_li ul li a:hover {
    background: #612c65 !important;
}
li.jc_service_li ul li a:before {
    content: '\e90b';
    font-family: 'readyms';
    font-weight: 400;
    font-size: 23px;
    line-height: 50px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background: #982E68;
    text-align: center;
    border-radius: 5px;
    margin-right: 15px;
    text-rendering: geometricPrecision;
}
li.menu-item-5368 a:before {
    content: '\e909' !important;
}
li.menu-item-5369 a:before {
    content: '\e90a' !important;
}
li.jc_service_li ul li a:hover:before {
    background: #FF3D63;
}


li#menu-item-5209 ul {
    padding: 5px 5px;
    background: #441348 !important;
    border-radius: 10px;
}
li#menu-item-5209 ul li {
    background: transparent !important;
    padding: 6px 15px;
    border: none;
}
li#menu-item-5209 ul li a {
    font-size: 15px;
    border-radius: 10px;
    color: #ffffff !important;
    font-weight: 600;
    justify-content: start;
    padding: 10px 20px;
}
li#menu-item-5209 ul li a:hover {
    color: #FF3D63 !important;
}



#wrapper, #main {
    background: transparent !important;
}


h1, h2, h3, h4, h5, h6 {
    /*text-rendering: geometricPrecision;*/
}

.jc_bg_text {
    color: #2c0c39;
    font-size: 270px;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -13px;
    position: absolute;
    top: -100px;
    left: -100px;
    text-wrap: nowrap;
    z-index: -1;
    /* background: linear-gradient(90deg, rgba(32, 8, 52, 1) 0%, rgba(40, 13, 62, 1) 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    transition: 1s all;
    -webkit-animation: bg_text_animaton 60s infinite;
    -moz-animation: bg_text_animaton 60s infinite;
    -ms-animation: bg_text_animaton 60s infinite;
    -o-animation: bg_text_animaton 60s infinite;
    animation: bg_text_animaton 60s infinite;
    animation-timing-function: linear;
}

.jc_home_hero h1 {
    line-height: 115% !important;
    font-weight: 900;
    letter-spacing: -3px !important;
    margin-top: 0;
    margin-bottom: 30px;
    color: #FF3D63;
}

.jc_home_hero h1 {
    transform: perspective(3000px) rotateY(5deg);
    transition: transform 4s ease 0s;
}
.jc_home_hero h1:hover {
    transform: perspective(2000px) rotateY(25deg);
}

h1 span.h1_span0 {
    display: block;
    transform: perspective(3000px) rotateY(5deg);
    transition: transform 1s ease 0s;
}
h1 span.h1_span0:hover {
    transform: perspective(1500px) rotateY(25deg);
    color: transparent;
}

span.h1_span0:before {
    content: 'Ready';
    position: absolute;
    top: 0px;
    left: 0;
    color: #FF3D63;
    pointer-events: none;
    transition: .3s all;
}
span.h1_span0:hover:before {
    top: -50px;
    left: 0;
    color: transparent;
}

span.h1_span0:after {
    content: 'Ready';
    position: absolute;
    top: 55px;
    left: 0;
    color: transparent;
    pointer-events: none;
    transition: .3s all;
}
span.h1_span0:hover:after {
    top: 0px;
    left: 0;
    color: #FF3D63;
}


h1 span.h1_span1 {
    display: block;
    color: #E6C0C0;
    transform: perspective(3000px) rotateY(5deg);
    transition: transform 1s ease 0s;
}
/*h1 span.h1_span1:hover {
    transform: perspective(500px) rotateY(-15deg);
    color: transparent;
}*/
h1 span.h1_span1:hover {
    transform: perspective(1500px) rotateY(25deg);
    color: transparent;
}

span.h1_span1:before {
    content: 'for what’s';
    position: absolute;
    top: 0px;
    left: 0;
    color: #E6C0C0;
    pointer-events: none;
    transition: .3s all;
}
span.h1_span1:hover:before {
    top: -50px;
    left: 0;
    color: transparent;
}

span.h1_span1:after {
    content: 'for what’s';
    position: absolute;
    top: 55px;
    left: 0;
    color: transparent;
    pointer-events: none;
    transition: .3s all;
}
span.h1_span1:hover:after {
    top: 0px;
    left: 0;
    color: #E6C0C0;
}


h1 span.h1_span2 {
    display: block;
    color: #E6C0C0;
    transform: perspective(3000px) rotateY(5deg);
    transition: transform 1s ease 0s;
}
h1 span.h1_span2:hover {
    transform: perspective(1500px) rotateY(25deg);
    color: transparent;
}

span.h1_span2:before {
    content: 'next';
    position: absolute;
    top: 0px;
    left: 0;
    color: #E6C0C0;
    pointer-events: none;
    transition: .3s all;
}
span.h1_span2:hover:before {
    top: -50px;
    left: 0;
    color: transparent;
}

span.h1_span2:after {
    content: 'next';
    position: absolute;
    top: 55px;
    left: 0;
    color: transparent;
    pointer-events: none;
    transition: .3s all;
}
span.h1_span2:hover:after {
    top: 0px;
    left: 0;
    color: #E6C0C0;
}


.jc_home_hero p {
    color: #F3D8D8;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0px 35px 0px;
}
.jc_home_hero p span {
    color: #FF3D63;
    font-weight: 800;
}

span.fusion-animated-text-prefix {
    margin-right: -25px;
    color: #E6C0C0;
}
span.fusion-animated-text-prefix:before {
    content: '>';
    display: inline-block;
    line-height: 65px;
    font-size: 50px;
    color: #280D3E;
    background: #E6C0C0;
    vertical-align: 8px;
    margin-right: 10px;
    padding: 0px 7px;
    -webkit-animation: fadeinout 2s linear infinite;
    -moz-animation: fadeinout 2s linear infinite;
    -ms-animation: fadeinout 2s linear infinite;
    -o-animation: fadeinout 2s linear infinite;
    animation: fadeinout 2s linear infinite;
}


/* floating icons */
.jc_floating_icons_wrap {
    position: relative;
    top: -270px;
    left: -50px;
}
.jc_icons {
    border: 2px solid #982E68;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    color: #FF3D63;
    text-align: center;
    line-height: 90px;
    font-size: 28px;
}
.jc_icon1 {
    font-size: 35px;
    position: absolute;
    top: -90px;
    right: 100px;
    -webkit-animation: icon1 15s infinite;
    -moz-animation: icon1 15s infinite;
    -ms-animation: icon1 15s infinite;
    -o-animation: icon1 15s infinite;
    animation: icon1 15s infinite;
    animation-timing-function: ease-in-out;
}
.jc_icon2 {
    position: absolute;
    top: -30px;
    right: 0px;
    -webkit-animation: icon2 15s infinite;
    -moz-animation: icon2 15s infinite;
    -ms-animation: icon2 15s infinite;
    -o-animation: icon2 15s infinite;
    animation: icon2 15s infinite;
    animation-timing-function: ease-in-out;
}
.jc_icon3 {
    position: absolute;
    top: 20px;
    right: 120px;
    -webkit-animation: icon3 15s infinite;
    -moz-animation: icon3 15s infinite;
    -ms-animation: icon3 15s infinite;
    -o-animation: icon3 15s infinite;
    animation: icon3 15s infinite;
    animation-timing-function: ease-in-out;
}
.jc_icons a {
    width: 100%;
    display: inline-block;
    height: 100%;
}


.post-content {
    padding-top: 6%;
}


.jc_btn {
    background: transparent;
    padding: 10px 32px !important;
}
a.jc_btn_icon {
    background: none;
    border: 2px solid #FF3D63;
    padding: 16px 24px 18px 20px !important;
    color: #F3D8D8 !important;
}
a.jc_btn_icon:before {
    content: "\e907";
    font-size: 19px;
    line-height: 5px;
    margin-right: 9px;
    font-family: 'readyms' !important;
}
a.jc_btn_icon:hover:before {
    color: #F3D8D8;
}

a.jc_btn_small {
    font-size: 14px !important;
    background: #3D2451;
    padding: 8px 25px !important;
    border: none;
}
a.jc_btn_small:hover {
    background: #573176;
}
a.jc_btn_small span {
    color: #E7DEDE !important;
}
a.jc_btn_small:hover span {
    color: #ffffff !important;
}



/* ### HOME PAGE ### */
.jc_checklist .fa, .jc_checklist .fas {
    font-size: 22px;
}
.jc_checklist .fusion-li-item:last-of-type {
    border-bottom: none !important;
}

.jc_compare_services, .jc_compare_services p {
    min-height: 48px;
    line-height: 48px;
}

.jc_numberlist span.icon-wrapper.circle-yes {
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
}


span.jc_break {
    display: block;
}
span.jc_pink {
    color: #FF3D63;
}

.jc_service_card_wrap .jc_service_card_icon {
    transition: .6s background !important;
}
.jc_service_card_wrap:hover .jc_service_card_icon {
    background: #FF3D63;
}
.jc_service_numbers {
    color: #E6C0C0;
    margin-bottom: 50px;
}
.jc_service_numbers span:nth-of-type(1) {
    font-weight: 700;
}
.jc_service_numbers span:nth-of-type(2) {
    font-size: 15px;
    margin-left: 15px;
}

.rms-outcomes {
    position: relative;
    padding: clamp(64px, 6.4vw, 104px) 0 clamp(72px, 7vw, 120px);
    background: transparent;
}
.rms-outcomes__inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 clamp(28px, 6vw, 96px);
}
.rms-outcomes__header {
    max-width: 1180px;
    margin-bottom: clamp(56px, 6.4vw, 96px);
}
.rms-outcomes h2 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0 0 32px !important;
    color: #FFA0AE;
    font-size: 65px !important;
    line-height: 79.95px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: -2px !important;
}
.rms-outcomes h2 span {
    display: block;
}
.rms-outcomes h2 span:last-child {
    color: #FF3D63;
}
.rms-outcomes__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    height: 44px;
    padding: 10px 32px !important;
    border: 2px solid #FF3D63;
    border-radius: 100px;
    background-color: transparent;
    color: #FF3D63 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 17px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: lowercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    box-sizing: border-box;
}
.rms-outcomes__pill:hover {
    background-color: #FF3D63;
    color: #FFFFFF !important;
    transform: translateY(-1px);
}
.rms-outcomes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 7vw, 120px);
}
.rms-outcomes__metric {
    min-width: 0;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease var(--rms-metric-delay), transform 0.7s ease var(--rms-metric-delay);
}
.rms-outcomes.is-visible .rms-outcomes__metric {
    opacity: 1;
    transform: translateY(0);
}
.rms-outcomes__label {
    margin: 0 0 24px;
    color: #FFA0AE;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px !important;
    line-height: 27.52px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}
.rms-outcomes__value {
    margin: 0 0 28px;
    color: #FF3D63;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 96px;
    line-height: 79.95px;
    font-weight: 700;
    letter-spacing: -2px;
}
.rms-outcomes__description {
    margin: 0;
    color: #FFFFFF;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 20px !important;
    line-height: 34.4px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}
.rms-outcomes__flip-value {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
}
.rms-outcomes__flip-card {
    position: relative;
    display: inline-block;
    perspective: 800px;
    color: inherit;
    will-change: transform;
}
.rms-outcomes__flip-glyph {
    display: inline-block;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
}
.rms-outcomes__flip-card.is-flipping .rms-outcomes__flip-glyph {
    animation: rms-outcomes-flip-step 180ms cubic-bezier(0.4, 0, 0.6, 1);
}
@keyframes rms-outcomes-flip-step {
    0%   { transform: rotateX(0deg);   opacity: 1; }
    49%  { transform: rotateX(-90deg); opacity: 0.45; }
    50%  { transform: rotateX(90deg);  opacity: 0.45; }
    100% { transform: rotateX(0deg);   opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .rms-outcomes__metric { opacity: 1; transform: none; transition: none; }
    .rms-outcomes__flip-card.is-flipping .rms-outcomes__flip-glyph { animation: none; }
}
@media (max-width: 900px) {
    .rms-outcomes {
        padding: clamp(56px, 12vw, 88px) 0 clamp(64px, 14vw, 100px);
    }
    .rms-outcomes__header {
        margin-bottom: clamp(64px, 18vw, 120px);
    }
    .rms-outcomes h2 {
        margin: 0 0 36px !important;
        font-size: 45px !important;
        line-height: 54.9px !important;
        letter-spacing: -2px !important;
        font-weight: 700 !important;
    }
    .rms-outcomes__grid {
        grid-template-columns: 1fr;
        gap: clamp(80px, 22vw, 160px);
    }
    .rms-outcomes__value {
        font-size: clamp(80px, 26vw, 124px);
        line-height: 0.85;
    }
}




/* SERVICES SECTION */
a.jc_text_btn {
    font-weight: bold;
    color: #FFC772;
    text-align: center;
}
span.jc_chev_right {
    font-size: 14px;
    font-weight: 600;
    margin-left: 7px;
}

.jc_service_icon {
    position: relative;
}
.jc_service_icon:after {
    content: '';
    border: 2px dashed #FFC772;
    border-radius: 300px;
    width: 113%;
    height: 113%;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: -9px;
    right: 0;
    top: -8px;
}

.jc_service_wrap:hover > div {
    background: #FFF6E9 !important;
}
.jc_service_wrap:hover .jc_service_icon:after {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}
.jc_service_card_text {
    min-height: 195px;
}


/* CONSULTANTS SECTION */
.jc_change_bg {
    position: relative;
}

.business_consulting:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    filter: blur(80px); /* Adjust the blur value as needed */
    -webkit-backdrop-filter: blur(5px); /*fixes blur on Safari*/
    backdrop-filter: blur(5px); /*fixes blur on Safari*/
    z-index: 0; /* Ensures the pseudo-element stays behind the content */
    transition: background-color 1s ease;
}

.business_consulting.active:before {
    background-color: rgba(72,19,63,.8);
}
.jc_consultants_bg {
    color: #2c0c39;
    text-wrap: pretty;
    z-index: -1;
    opacity: .4;
}


/* STABILIZERS SECTION */
.jc_graphic_tablet {
    display: none;
}
.jc_graphic_mobile {
    display: none;
}
.jc_graphic {
    position: relative;
    overflow: hidden;
    width: 98%;
    height: 1200px;
    margin-top: -680px;
}

.jc_graphic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 100% 0 0); /* Initially hides the image */
    transition: clip-path 2s ease-out; /* Smooth transition for the clip-path change */
}

.jc_stabilizers {
    /*width: 40%;*/
    margin-left: auto;
    margin-right: 15vw;
}
.jc_stabilizers h2 {
    font-size: 60px !important;
    color: #FF3D63;
    display: inline-block;
    margin-bottom: 0px;
}
.jc_stabilizers p {
    font-size: 25px;
    font-weight: 600;
    color: #e7dede;
}

.jc_stabilizers_wrap {
    margin-top: 50px;
    max-width: 585px;
}
.jc_stabilizers_wrap p {
    font-family: "JetBrains Mono";
    color: #E7DEDE;
    font-weight: 400;
    font-size: 30px;
}
.jc_stabilizers_wrap p:before {
    content: '✕';
    display: inline-block;
    line-height: 40px;
    font-size: 30px;
    color: #E7DEDE;
    background: #D60000;
    vertical-align: 5px;
    margin-right: 10px;
    padding: 0px 3px;
    -webkit-animation: fadeinout 2s linear infinite;
    -moz-animation: fadeinout 2s linear infinite;
    -ms-animation: fadeinout 2s linear infinite;
    -o-animation: fadeinout 2s linear infinite;
    animation: fadeinout 2s linear infinite;
}

.jc_stabilizers_item {
    font-family: "JetBrains Mono";
    color: #E7DEDE;
    font-size: 16px;
    border: 2px solid #B7030C;
    border-radius: 6px;
    display: inline-block;
    padding: 5px 25px 5px 20px;
    margin-bottom: 10px;
    margin-right: 4px;
}
.jc_stabilizers_item:before {
    content: 'x';
    background: #B7030C;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 12px;
}


.jc_stabilizers.jc_positive {
    width: 90%;
    margin-right: auto;
    margin-left: 10vw;
    margin-top: -240px;
}
.jc_stabilizers h2 span {
    font-size: 30px;
    font-weight: 600;
    color: #e7dede;
    letter-spacing: 0px;
    display: block;
    line-height: 30px;
}
.jc_positive .jc_stabilizers_wrap p:before {
    content: '✓';
    background: #137F31;
}

.jc_positive .jc_stabilizers_wrap {
    float: right;
    margin-left: auto;
    margin-right: 15vw;
}

.jc_positive_wrap {
    /*width: 450px;*/
    width: 32%;
    float: left;
}
.jc_positive_wrap p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.jc_positive .jc_stabilizers_item {
    border: 2px solid #137F31;
}
.jc_positive .jc_stabilizers_item:before {
    content: '✓';
    background: #137F31;
}


/* USE CASES SECTION */
.jc_blue_bg_fade_top_bottom {
    background: transparent;
}
.jc_blue_bg_fade_top_bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #280D3E;
    filter: blur(80px);
    -webkit-backdrop-filter: blur(5px); /*fixes blur on Safari*/
    backdrop-filter: blur(5px); /*fixes blur on Safari*/
    z-index: 0;
}


/*.jc_use_cases_wrap ul {
    justify-content: flex-end;
}*/

.jc_single_case {
    max-width: 400px;
}
.jc_single_case .jc_btn_small {
   transition: .6s background;
}
.jc_single_case:hover .jc_btn_small {
    background: #ff3d63;
}
.jc_single_case > div {
    border: 2px solid #ff3d63 !important;
    background: transparent !important;
}

.jc_single_case .fusion-title {
    margin: 10px 0 !important;
}

.jc_single_case h2 a {
    color: #e6c0c0 !important;
}

.jc_case_categories {
    color: #7B5798;
    font-size: 13px;
}
.jc_case_categories span {
    color: #FF8396;
    margin: 0px 5px;
}
.jc_case_categories span:first-of-type {
    margin-left: 0px;
}


/* NEWS SECTION */
.jc_news_wrap ul {
    justify-content: flex-end;
}
.jc_single_news > div {
    border: none !important;
    background: #2F052D !important;
}
.jc_news_date p {
    color: #FF8396;
    font-size: 13px;
    margin: 20px 0 10px 0;
}

.jc_single_case > div div:last-of-type {
    margin-top: auto;
}

.fusion-imageframe {
    width: 100%;
}




/* ### CTA ### */
.jc_cta_bg {
    padding: 40px 30px 40px 30px;
    border-radius: 20px;
    background: rgb(255,61,99);
    background: linear-gradient(180deg, rgba(255,61,99,0.4) 0%, rgba(68,19,72,1) 75%);
}
.jc_cta_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(248deg, rgba(255,61,99,0.3) 0%, rgba(68,19,72,1) 39%);
    opacity: 0;
    animation: ctabg 6s infinite ease-in-out;
}
.jc_cta_bg > div {
    z-index: 2;
}

.jc_blue_bg_fade {
    background: linear-gradient(0deg, rgba(40, 13, 62, 1) 0%, rgba(40, 13, 62, 0) 100%);
}
.jc_blue_bg_fade:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #280D3E;
    filter: blur(40px);
    -webkit-backdrop-filter: blur(5px); /*fixes blur on Safari*/
    backdrop-filter: blur(5px); /*fixes blur on Safari*/
    z-index: 0;
}
.page-id-6176 .jc_blue_bg_fade:before {
    -webkit-backdrop-filter: none; /*fixes blur on Safari*/
    backdrop-filter: none; /*fixes blur on Safari*/
}




@keyframes ctabg {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}


/* UP/DOWN ANIMATION */
@-webkit-keyframes updown /* Safari and Chrome */ {
  0% {
    padding-top: 0px;
  }
  50% {
    padding-top: 7px;
  }
  100% {
    padding-top: 0px;
  }
}
@keyframes updown {
  0% {
    padding-top: 0px;
  }
  50% {
    padding-top: 7px;
  }
  100% {
    padding-top: 0px;
  }
}



/* FADE IN ANIMATION */
@-webkit-keyframes fadein /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* FADE IN ANIMATION (DELAY START) */
@-webkit-keyframes fadeindelay /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeindelay {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* FADE IN/OUT ANIMATION */
@-webkit-keyframes fadeinout /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/* PERSPECTIVE ANIMATION */
@-webkit-keyframes perspectivetext /* Safari and Chrome */ {
  0% {
    transform: perspective(3000px) rotateY(5deg);
  }
  40% {
    transform: perspective(1500px) rotateY(15deg);
  }
  80% {
    transform: perspective(3000px) rotateY(-15deg);
  }
  100% {
    transform: perspective(3000px) rotateY(5deg);
  }
}
@keyframes perspectivetext {
  0% {
    transform: perspective(3000px) rotateY(5deg);
  }
  40% {
    transform: perspective(1500px) rotateY(15deg);
  }
  80% {
    transform: perspective(3000px) rotateY(-15deg);
  }
  100% {
    transform: perspective(3000px) rotateY(5deg);
  }
}


/* APPEAR ANIMATION */
@-webkit-keyframes appear /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* Home BG TEXT ANIMATION */
@-webkit-keyframes bg_text_animaton /* Safari and Chrome */ {
  0% {
        top: -100px;
        left: -100px;
        color: #2c0c39;
    }
    20% {
        top: -50px;
        left: 0px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #2c0c39;
    }
    40% {
        top: 0px;
        left: 150px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #2c0c39;
    }
    60% {
        top: -100px;
        left: 60px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #31103e;
    }
    80% {
        top: -150px;
        left: -100px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #31103e;
    }
    90% {
        top: -100px;
        left: -100px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #31103e;
    }
    100% {
        top: -100px;
        left: -100px;
        color: #2c0c39;
    }
}
@keyframes bg_text_animaton {
    0% {
        top: -100px;
        left: -100px;
        color: #2c0c39;
    }
    20% {
        top: -50px;
        left: 0px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #2c0c39;
    }
    40% {
        top: 0px;
        left: 150px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #2c0c39;
    }
    60% {
        top: -100px;
        left: 60px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #31103e;
    }
    80% {
        top: -150px;
        left: -100px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #31103e;
    }
    90% {
        top: -100px;
        left: -100px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
        color: #31103e;
    }
    100% {
        top: -100px;
        left: -100px;
        color: #2c0c39;
    }
}


/* ICON1 ANIMATION */
@-webkit-keyframes icon1 /* Safari and Chrome */ {
   0% {
        top: -90px;
        right: 100px;
    }
    40% {
        top: -80px;
        right: 130px;
    }
    80% {
        top: -120px;
        right: 150px;
    }
    100% {
        top: -90px;
        right: 100px;
    }
}
@keyframes icon1 {
    0% {
        top: -90px;
        right: 100px;
    }
    40% {
        top: -80px;
        right: 130px;
    }
    80% {
        top: -120px;
        right: 150px;
    }
    100% {
        top: -90px;
        right: 100px;
    }
}

/* ICON2 ANIMATION */
@-webkit-keyframes icon2 /* Safari and Chrome */ {
   0% {
        top: -30px;
        right: 0px;
    }
    40% {
        top: 30px;
        right: 100px;
    }
    80% {
        top: 30px;
        right: 50px;
    }
    100% {
        top: -30px;
        right: 0px;
    }
}
@keyframes icon2 {
    0% {
        top: -30px;
        right: 0px;
    }
    40% {
        top: 30px;
        right: 100px;
    }
    80% {
        top: 30px;
        right: 50px;
    }
    100% {
        top: -30px;
        right: 0px;
    }
}
/* ICON3 ANIMATION */
@-webkit-keyframes icon3 /* Safari and Chrome */ {
   0% {
        top: 20px;
        right: 120px;
    }
    30% {
        top: 0px;
        right: 195px;
    }
    70% {
        top: 30px;
        right: 220px;
    }
    100% {
        top: 20px;
        right: 120px;
    }
}
@keyframes icon3 {
   0% {
        top: 20px;
        right: 120px;
    }
    30% {
        top: 0px;
        right: 195px;
    }
    70% {
        top: 30px;
        right: 220px;
    }
    100% {
        top: 20px;
        right: 120px;
    }
}


span.jc_chev_down {
    color: #FFC772;
    font-size: 24px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0px;
    -webkit-animation: updown 2s linear infinite;
  -moz-animation: updown 2s linear infinite;
  -ms-animation: updown 2s linear infinite;
  -o-animation: updown 2s linear infinite;
  animation: updown 2s linear infinite;
}


 
/* ### CONTACT PAGE ### */
.jc_contact_title_wrap span.h1_span0:before {
    content: 'Contact Us';
}
.jc_contact_title_wrap span.h1_span0:after {
    content: 'Contact Us';
}
.jc_contact_title_wrap .jc_home_hero p {
    font-weight: 600;
    padding-left: 5px;
}

.jc_contact_page span {
    background: #3D2451;
    padding: 15px 20px 16px 14px;
    border-radius: 8px;
    color: #E7DEDE;
    font-size: 15px;
    margin-right: 5px;
}
.jc_contact_footer.jc_contact_page i {
    font-size: 20px;
    vertical-align: -2px;
}
.jc_contact_footer.jc_contact_page i.readyms-phone {
    margin-right: 5px;
}
.jc_contact_page .fusion-social-network-icon {
    background: #FF3D63;
    padding: 6px;
    border-radius: 100px;
    margin-left: 10px;
}
.jc_contact_page .fusion-social-network-icon:before {
    color: #280D3E;
}

.gform_fields input, .gform_fields textarea {
    background: #F9E5E5 !important;
    border-radius: 6px !important;
    padding: 27px 15px !important;
    font-size: 18px !important;
    color: #333333 !important;
}
.gform_fields textarea {
    padding: 15px !important;
}
.gform_footer {
    background: #FF3D63 !important;
    color: #280d3e;
    border-radius: 100px !important;
    margin-top: 40px !important;
    transition: .6s all;
    position: relative;
}
.gform_footer:hover {
    background: #F3D8D8 !important;
}
.gform_footer:hover input {
    color: #280d3e !important;
}
.gform_footer input[type=submit] {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    color: #F3D8D8;
    border-radius: 0px !important;
    font-size: 17px !important;
    letter-spacing: 0px !important;
    box-shadow: none !important;
}
input#gform_submit_button_1 {
    padding: 20px 35px 20px 55px !important;
}
.gform_footer:before {
    content: "\e907";
    font-size: 19px;
    line-height: 5px;
    vertical-align: middle;
    font-family: 'readyms' !important;
    color: #F3D8D8 !important;
    transition: .6s all;
    position: absolute;
    left: 20px;
}
.gform_footer:hover:before {
    color: #FF3D63 !important;
}

.gform_heading {
    display: none;
}
.gform_validation_errors {
    display: none !important;
}
.gform-field-label {
    color: #F9E5E5 !important;
    font-size: 16px !important;
    padding-bottom: 5px;
}
.gform_wrapper .gfield_error .gfield_validation_message, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_required {
    color: #FF3D63 !important;
}
.gform_wrapper .gfield_error .gfield_validation_message {
    color: #FF3D63 !important;
    border: none;
    background: none;
    font-size: 15px !important;
}

.gform_confirmation_wrapper {
  color: #ffffff;
}



/* ### ABOUT PAGE ### */
.jc_home_hero.jc_about h1 {
    margin-bottom: 20px;
}
.jc_about span.h1_span0:before {
    content: 'About Us';
}
.jc_about span.h1_span0:after {
    content: 'About Us';
}

.jc_icons_about {
    text-align: center;
    margin-top: 15px;
}
.jc_icons_about i {
    color: #FF3D63;
    border: 1px solid #FF3D63;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    margin: 0 5%;
    vertical-align: middle;
}
.jc_icons_about .readyms-lightning {
    font-size: 24px !important;
}

.jc_icons_about i:after {
    content: 'Strategy';
    font-family: 'Inter', Arial;
    font-weight: bold;
    color: #f3d8d8;
    font-size: 12px;
    display: block;
    line-height: 15px;
    margin-top: 8px;
    opacity: 0;
    transition: .6s opacity;
}
.jc_icons_about i.readyms-lightning:after {
    content: 'Enablement';
}
.jc_icons_about i.readyms-robot:after {
    content: 'Automation';
}
.jc_icons_about i:hover:after {
    opacity: 1;
}

.jc_locations_wrap {
    text-align: center;
    color: #e7dede;
    font-size: 14px;
}
.jc_locations_wrap div {
    background: rgba(80, 33, 75, .6);
    margin-bottom: 4%;
    padding: 10%;
    border-radius: 10px;
}
.jc_locations_wrap div:before {
    content: '';
    border-radius: 100px;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
}
.jc_locations_wrap .country_au {
    width: 48%;
    float: left;
}
.jc_locations_wrap .country_ph {
    width: 48%;
    float: right;
}

.jc_locations_wrap .country_th {
    width: 48%;
    float: left;
}

.jc_locations_wrap .country_us {
    width: 48%;
    float: right;
}


/* ### MAIN SERVICE PAGE ### */
.jc_home_hero.jc_services h1 {
    margin-bottom: 20px;
}
.jc_services span.h1_span0:before {
    content: 'Services';
}
.jc_services span.h1_span0:after {
    content: 'Services';
}

.jc_floating_icons_wrap {
    top: -190px;
    left: -50px;
}

.jc_icons:after {
    opacity: .7;
}

.page-id-6169 .jc_icon1:after {
    content: 'Enablement';
    font-size: 13px;
    color: #ffffff;
    display: block;
    position: absolute;
    top: -40px;
    left: -7px;
    right: 0;
    background: #782A54;
    line-height: 25px;
    padding: 0px 5px;
    width: 100%;
    border-radius: 100px;
}
.page-id-6169 .jc_icon2:after {
    content: 'Automation';
    font-size: 13px;
    color: #ffffff;
    display: block;
    position: absolute;
    bottom: -40px;
    left: -1px;
    right: 0;
    background: #782A54;
    line-height: 25px;
    padding: 0px 5px;
    width: 100%;
    border-radius: 100px;
}
.page-id-6169 .jc_icon3:after {
    content: 'Strategy';
    font-size: 13px;
    color: #ffffff;
    display: block;
    position: absolute;
    bottom: -40px;
    left: -6px;
    right: 0;
    background: #782A54;
    line-height: 25px;
    padding: 0px 5px;
    width: 100%;
    border-radius: 100px;
}

.jc_service_icons_wrap .jc_floating_icons_wrap {
    transform: scale(1.2);
}
.jc_service_icons_wrap .jc_icons:after {
    transform: scale(.8);
}

.page-id-6169 .jc_single_service_sub {
    margin-right: 1vw;
}


 
/* ### STRATEGY, AUTOMATION, ENABLEMENT PAGES ### */
.jc_strategy span.h1_span0:before {
    content: 'Strategy';
}
.jc_strategy span.h1_span0:after {
    content: 'Strategy';
}
.jc_automation span.h1_span0:before {
    content: 'Automation';
}
.jc_automation span.h1_span0:after {
    content: 'Automation';
}
.jc_enablement span.h1_span0:before {
    content: 'Enablement';
}
.jc_enablement span.h1_span0:after {
    content: 'Enablement';
}
.jc_single_service_sub {
    border: 1px solid #FF3D63;
    border-right: 0px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    padding: 20px;
    display: block;
    text-wrap: balance;
    margin-left: -30px;
    margin-right: 5vw;
}
.jc_single_service_sub i {
    color: #FF3D63;
    font-size: 20px !important;
    border: 1px solid #FF3D63;
    width: 65px;
    height: 65px;
    line-height: 58px;
    border-radius: 100px;
    display: block;
    text-align: center;
    float: left;
    margin-right: 20px;
    display: table-cell;
}
.jc_enablement .jc_single_service_sub i {
    font-size: 27px !important;
    line-height: 63px;
}
.jc_single_service_sub p {
    color: #E6C0C0;
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 500;
    margin: 30px 0px 35px 0px;
    display: table-cell;
}

.fusion-toggle-heading {
    font-family: "Inter", Arial !important;
    min-height: 90px;
}

/* Service Toggles */
.jc_numbered_toggles .fusion-panel {
    float: left;
    width: 48%;
    margin: 0px 1% 15px 1% !important;
    border-radius: 10px;
}
.jc_numbered_toggles p {
    font-size: 16px;
    font-weight: 600;
}

.fusion-toggle-boxed-mode {
    transition: .6s all;
}
.fusion-toggle-boxed-mode:hover .fusion-toggle-heading {
    color: #370e3d;
}

.fusion-accordian .fusion-toggle-icon-unboxed .panel-title a.active .fa-fusion-box {
    color: #FF3D63 !important;
}
.fusion-accordian .fusion-toggle-boxed-mode:hover .panel-title a.active .fa-fusion-box {
    color: #370e3d !important;
}

.jc_numbered_toggles .fusion-toggle-boxed-mode:hover .fusion-toggle-heading:before {
    color: #370e3d;
}
.jc_numbered_toggles .fusion-toggle-heading:before {
    content: '01';
    display: block;
    color: #FF3D63;
    font-size: 35px;
    font-family: "JetBrains Mono" !important;
    padding: 0px 0px 20px 0px;
}
.jc_numbered_toggles .fusion-panel:nth-of-type(2) .fusion-toggle-heading:before {
    content: '02';
}
.jc_numbered_toggles .fusion-panel:nth-of-type(3) .fusion-toggle-heading:before {
    content: '03';
}
.jc_numbered_toggles .fusion-panel:nth-of-type(4) .fusion-toggle-heading:before {
    content: '04';
}
.jc_numbered_toggles .fusion-panel:nth-of-type(5) .fusion-toggle-heading:before {
    content: '05';
}
.jc_numbered_toggles .fusion-panel:nth-of-type(6) .fusion-toggle-heading:before {
    content: '06';
}
.jc_numbered_toggles .fusion-panel:nth-of-type(7) .fusion-toggle-heading:before {
    content: '07';
}
.jc_numbered_toggles .fusion-panel:nth-of-type(8) .fusion-toggle-heading:before {
    content: '08';
}
.jc_numbered_toggles .fusion-panel:nth-of-type(9) .fusion-toggle-heading:before {
    content: '09';
}
.fusion-toggle-icon-wrapper {
    position: absolute;
    bottom: -20px;
    right: 0;
}


.jc_single_service_use_cases_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.jc_single_service_case {
    display: flex;
    flex-direction: column;
    border: 2px solid #ff3d63;
    padding: 30px;
    border-radius: 20px;
    width: 31%;
    margin-left: 2%;
    margin-bottom: 2%;
}
.jc_single_service_case:first-of-type {
    margin-left: 1%;
}
.jc_single_service_case:nth-child(4n) {
    margin-left: 1%;
}
.jc_single_service_case h3 {
    color: #E6C0C0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.jc_single_service_case p {
    color: #E7DEDE;
    font-size: 14px;
    margin-bottom: 35px;
}
.jc_single_service_case a.jc_btn_small {
    align-self: flex-start;
    font-size: 14px !important;
    color: #E7DEDE;
    background: #573176;
    padding: 5px 20px !important;
    border: none;
    border-radius: 100px;
    margin-top: auto;
    transition: .6s background;
}
.jc_single_service_case:hover a.jc_btn_small {
    color: #ffffff;
    background: #ff3d63;
}


.jc_quote {
    color: #E6C0C0;
    font-size: 22px;
}
.jc_quote:before {
    font-family: 'readyms' !important;
    content: "\e906";
    color: #FF3D63;
    font-size: 50px;
    line-height: 0;
    display: inline;
    position: absolute;
    left: -75px;
    top: 0;
}
.jc_quote:after {
    font-family: 'readyms' !important;
    content: "\e905";
    color: #FF3D63;
    font-size: 50px;
    line-height: 0;
    display: inline;
    position: absolute;
    right: -65px;
    bottom: 25px;
}


/* ### BLOG PAGE ### */
body.page-id-3561 .jc_news_wrap ul {
    justify-content: flex-start;
}
.jc_news h1 {
    font-size: 90px;
    text-align: center !important;
}
.jc_news span.h1_span0:before {
    content: 'News and Articles';
    left: 0;
    right: 0;
}
.jc_news span.h1_span0:after {
    content: 'News and Articles';
    left: 0;
    right: 0;
}

.jc_news p {
    text-align: center;
}

.fusion-filters {
    border: 0px;
    display: block !important;
    text-align: center;
}
.fusion-filters li {
    float: none;
    display: inline-block;
}
.fusion-filters a:hover {
    color: #F3D8D8 !important;
}

/*.jc_single_blog > div div:nth-of-type(3) {
    margin-top: auto;
}*/


/* ### SINGLE BLOG PAGES ### */
body.single-post .post-content {
    padding-top: 0px;
}
body.single-post h1 {
    text-wrap: balance;
}
.jc_news_date_header p {
    color: #E7DEDE;
    font-size: 16px;
    padding: 10px 0 0 0;
    border-top: 1px solid #FF3D63;
    display: inline-block;
}

.jc_mobile_fullwidth_post .fusion-image-element {
    text-align: center !important;
}

.jc_related_posts img {
    border-radius: 10px;
}
.jc_related_posts .fusion-post-card-image {
    border-radius: 10px;
}

.single-post h3 {
    color: #e7dede;
    font-size: 25px;
    letter-spacing: 0px;
    margin-top: 35px;
}

.jc_mobile_fullwidth_post {
    width: 100%;
}

/*.single-post h2 a {
    color: #FF3D63 !important;
}*/



/* ### USE CASES PAGE ### */
body.page-id-3561 .jc_cases_wrap ul {
    justify-content: flex-start;
}
.jc_cases h1 {
    font-size: 90px;
    text-align: center !important;
}
.jc_cases span.h1_span0:before {
    content: 'Use Cases';
    left: 0;
    right: 0;
}
.jc_cases span.h1_span0:after {
    content: 'Use Cases';
    left: 0;
    right: 0;
}

.jc_cases p {
    text-align: center;
}


.filter {
    margin: 0 auto;
    margin-bottom: 50px;
}
.filter_wrap {
    position: relative;
    float: left;
    width: 300px;
    background: #3b164a;
    color: #E6C0C0;
    margin-right: 10px;
    border-radius: 6px;
}

.filter .toggle {
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    width: 100%;
}
.filter .toggle:after {
    font-family: 'readyms' !important;
    content: "\e900";
    font-size: 14px;
    color: #FF3D63;
    float: right;
    padding-top: 5px;
}

.filter ul {
    list-style-type: none;
    display: none;
    position: relative;
    z-index: 9999;
    min-width: 300px;
    background: #3D2451;
    padding: 0;
    border-radius: 6px;
    margin: 0;
}
.jc_filter_li_wrap {
    position: absolute;
    max-height: 255px;
    overflow: scroll;
    min-width: 300px;
    padding: 10px 20px;
    border-radius: 6px;
    background: #3D2451;
    background: linear-gradient(20deg, rgba(59, 22, 74, 1) 0%, rgba(49, 22, 71, 1) 100%);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}
ul#caseTagFilter:after {
    content: '↓';
    font-size: 16px;
    color: #FF3D63;
    position: absolute;
    top: 215px;
    right: 10px;
}

.filter li {
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #E6C0C0;
    padding: 5px 0;
    transition: .6s color;
}
.filter li.active, .filter .toggle.active {
    color: #FF3D63;
}
.filter li:hover {
    color: #FF3D63;
}


.jc_single_case .jc_btn_small {
    background: #573176;
}
.jc_single_case .jc_btn_small:hover {
    background: #FF3D63;
}




/* ### SINGLE USE CASES PAGES ### */
.page-id-5922 .jc_single_case {
    display: none !important;
    transition: .3s all;
    -webkit-animation: fadein .3s linear;
    -moz-animation: fadein .3s linear;
    -ms-animation: fadein .3s linear;
    -o-animation: fadein .3s linear;
    animation: fadein .3s linear;
}
.page-id-5922 .jc_single_case.visible {
    display: flex !important;
    transition: .3s opacity;
    -webkit-animation: fadein .3s linear;
    -moz-animation: fadein .3s linear;
    -ms-animation: fadein .3s linear;
    -o-animation: fadein .3s linear;
    animation: fadein .3s linear;      
}

.jc_case_tags {
    margin: 25px 0px 40px 0px;
}

.jc_case_tags span {
    color: #DDD3D3;
    font-size: 12px;
    background: #3D2451;
    padding: 5px 10px;
    border-radius: 5px;
    word-break: keep-all;
    text-wrap: nowrap;
}

body.single-use-case h1 {
    text-wrap: balance;
}



/* ### TECHNOLOGIES PAGE ### */
.jc_technologies h1 {
    font-size: 90px;
    text-align: center !important;
}
.jc_technologies span.h1_span0:before {
    content: 'Technologies';
    left: 0;
    right: 0;
}
.jc_technologies span.h1_span0:after {
    content: 'Technologies';
    left: 0;
    right: 0;
}

.jc_technologies p {
    text-align: center;
}

.jc_single_tech_div .jc_tech_icon {
    transition: .6s background;
}
.jc_single_tech_div:hover .jc_tech_icon {
    background: #ff3d63;
}




/* ### PRIVACY POLICY, SITEMAP, TERMS ### */
.jc_privacy_policy_page h2 {
    color: #e7dede;
    font-size: 36px;
    letter-spacing: 0px;
    text-wrap: balance;
}
.jc_privacy_policy_page a {
    border-bottom: 1px dotted #cccccc;
    transition: .3s all;
}
.jc_privacy_policy_page a:hover {
    border-bottom: 1px dotted #ffffff;
    color: #ffffff;
}
.jc_privacy_policy_page table {
    width: 100%;
}
.jc_privacy_policy_page table td {
    vertical-align: top;
}

.wsp-category-title a {
    pointer-events: none;
    border: none;
}



/* ### FOOTER ### */
 .jc_footer_logo {
    width: 180px;
}
.jc_contact_footer {
    margin-top: 20px;
}
.jc_contact_footer i {
    color: #FF3D63;
    font-size: 23px;
    margin-right: 10px;
}
.jc_contact_footer a {
    color: #E7DEDE;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    transition: .6s color;
}
.jc_contact_footer a:hover {
    color: #FF3D63;
}

.jc_footer_countries div {
    background: #3D2451;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 12px 22px;
    color: #E7DEDE;
    font-weight: 600;
    display: flex;
    width: 175px;
    font-size: 14px;
    line-height: 30px;
}
.jc_footer_countries div:before {
    content: '';
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 15px;
}
.country_us:before {
    background: url(https://readyms.com/wp-content/uploads/usa.png);
    background-size: 100%;
}
.country_au:before {
    background: url(https://readyms.com/wp-content/uploads/au.png);
    background-size: 100%;
}
.country_ph:before {
    background: url(https://readyms.com/wp-content/uploads/philippines.png);
    background-size: 100%;
}
.country_th:before {
    background: url(https://readyms.com/wp-content/uploads/thailand.png);
    background-size: 100%;
}


.jc_copyright_wrap {
    font-size: 14px;
    width: 100%;
    position: relative;
    overflow: auto;
    padding: 50px 100px;
}
.jc_copyright_left {
    float: none;
    color: #E6C0C0;
    font-weight: 400;
    text-align: center;
}
.jc_copyright_wrap p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.jc_copyright_left a {
    color: #A7A7C0;
}
.jc_copyright_right {
    float: none;
    text-align: center;
    margin-top: 20px;
    color: #503d70;
}
.jc_copyright_right a {
    padding: 0 8px;
    color: #A7A7C0;
    font-size: 13px;
    font-weight: 500;
}
 

.jc_border_radius img {
    border-radius: 20px;
}

.jc_desktop_menu_wrap {
    display: block;
} 
.jc_mobile_menu_wrap {
    display: none;
}

.jc_desktop_only {
    display: initial;
}    
.jc_mobile_only {
    display: none;
}

.jc_hide {
    display: none !important;
}

  
/*Tablet Styles*/
@media only screen and (max-width: 1200px) {
.jc_desktop_only {
    display: none;
}    
.jc_mobile_only {
    display: initial;
}

.jc_desktop_menu_wrap {
    display: none;
}

#jc_mobile_menu_wrap {
    display: block;
    position: absolute;
    margin: 0px;
    left: 0px;
    width: 100%;
    top: 0;
    height: 150px;
    min-height: 150px;
}

.jc_mobile_menu_icon {
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    z-index: 9999999999;
    position: absolute;
    right: 0;
}
.jc_mobile_menu_icon .bar1, .jc_mobile_menu_icon .bar2, .jc_mobile_menu_icon .bar3 {
    width: 35px;
    height: 5px;
    background-color: #FF3D63;
    margin: 6px 0;
    transition: 0.4s;
}

.jc_mobile_menu_icon.open .bar1 {
    transform: rotate(-45deg) translate(-8px, 7px);
}
.jc_mobile_menu_icon.open .bar2 {
    opacity: 0;
}
.jc_mobile_menu_icon.open .bar3 {
    transform: rotate(45deg) translate(-8px, -8px);
}

/*jc_header_wrap & jc_mobile_menu_wrap are same div */
body.scrolling-up #jc_mobile_menu_wrap {
    position: fixed;
    background: linear-gradient(0deg, rgba(40, 13, 62, 0) 0%, rgba(40, 13, 62, 1) 70%);
    transition: .6s all ease;
}
body.scrolling-down #jc_mobile_menu_wrap {
    transition: .6s all ease;
    top: -200px;
}

.jc_header_wrap {
    width: 100%;
    padding: 20px 7% 20px 8%;
}
.jc_mobile_menu_items {
    display: none !important;
    position: fixed;
    background: rgb(68, 19, 72);
    background: linear-gradient(180deg, rgba(68, 19, 72, 1) 0%, rgba(255, 61, 99, 1) 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 170px 15% 0px 15%;
    height: 100%;
    transition: .6s all;
    -webkit-animation: fadein .3s linear;
    -moz-animation: fadein .3s linear;
    -ms-animation: fadein .3s linear;
    -o-animation: fadein .3s linear;
    animation: fadein .3s linear;
}
.jc_mobile_menu_items:before {
    content: '';
    background: linear-gradient(-80deg, rgba(255, 61, 99, 0.3) 0%, rgba(68, 19, 72, 1) 80%);
    opacity: 0;
    animation: ctabg 15s infinite ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.jc_mobile_menu_items .jc_menu_nav .awb-menu__main-ul_column .awb-menu__main-a {
    font-size: 40px;
    line-height: 55px;
}

.jc_mobile_menu_items ul {
    margin-bottom: 10px;
}
.jc_mobile_menu_items li.menu-item {
    border: none !important;
}
.jc_mobile_menu_items ul.awb-menu__sub-ul li.menu-item:hover a {
    color: #ffffff !important;
}
.jc_mobile_menu_items li.menu-item a {
    font-size: 20px;
    line-height: 20px;
}
.jc_mobile_menu_items li.menu-item a:before {
    display: none;
}

.jc_mobile_menu_items .jc_menu_buttons a {
    width: 100% !important;
    display: inline-block;
    padding: 14px 32px;
    font-size: 18px;
    background: #ffffff;
    color: #3E0D3C;
    margin-top: 25px;
    transition: .3s all;
    -webkit-animation: fadeindelay2 .6s linear;
    -moz-animation: fadeindelay2 .6s linear;
    -ms-animation: fadeindelay2 .6s linear;
    -o-animation: fadeindelay2 .6s linear;
    animation: fadeindelay2 .6s linear;
}

.jc_mobile_menu_items .jc_social_icons {
    margin-top: 50px;
    transition: .3s all;
    -webkit-animation: fadeindelay2 .6s linear;
    -moz-animation: fadeindelay2 .6s linear;
    -ms-animation: fadeindelay2 .6s linear;
    -o-animation: fadeindelay2 .6s linear;
    animation: fadeindelay2 .6s linear;
}
.jc_mobile_menu_items .jc_social_icons a {
    color: #FF3D63 !important;
    background: #ffffff !important;
}

.jc_mobile_menu_items ul.awb-menu__sub-ul.awb-menu__sub-ul_main {
    margin-top: 10px;
}
.jc_mobile_menu_items ul.awb-menu__sub-ul.awb-menu__sub-ul_main a {
    font-weight: 600 !important;
}
.jc_mobile_menu_items .awb-menu__main-li_regular.current-menu-item .awb-menu__main-a_regular span {
    color: #ffffff;
    border-bottom: 1px solid #FF3D63;
}
.jc_mobile_menu_items .awb-menu__sub-li.current-menu-item>.awb-menu__sub-a {
    color: #ffffff !important;
}

.jc_logo {
    text-align: left;
    padding-top: 5px;
}

.jc_menu_buttons {
    text-align: center;
    margin-top: 25px;
}


body.jc_mobile_menu_opened {
    overflow: hidden !important;
}

body.jc_mobile_menu_opened .jc_mobile_menu_items {
    display: block !important;
}


.business_consulting .fusion-image-element {
    margin-top: 50px;
}
.business_consulting .fusion-title {
    margin-bottom: 8px !important;
}
.business_consulting p {
    font-size: 18px;
    line-height: 25px;
}


.jc_mobile_image_width {
    width: 100% !important;
}

.jc_width_half {
    width: 50%;
}


.cta_left {
    padding: 6% 5% 7% 6%;
    width: 60%;
}
.cta_right {
    background-size: 100%;
    height: 100%;
    width: 40%;
}
.cta_right:after {
    background-size: 100%;
}



/* Home Page */
#main {
    padding-top: 60px;
}

.jc_h2_line_height h2 {
    font-size: 45px !important;
}

span.jc_break {
    display: inline;
}

/* stabilizers graphic section */
.jc_stabilizers {
    /* width: 40%; */
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.jc_stabilizers h2 {
    font-size: 40px !important;
    margin-bottom: 10px;
}
.jc_stabilizers p {
    font-size: 16px;
    line-height: 130%;
}
.jc_stabilizers_wrap {
    margin-top: 30px;
    max-width: 76%;
    margin-left: auto;
}
.jc_stabilizers_item {
    font-family: "JetBrains Mono";
    color: #E7DEDE;
    font-size: 15px;
    border: 2px solid #B7030C;
    border-radius: 6px;
    display: table;
    padding: 5px 17px 5px 12px;
    margin-bottom: 6px;
    margin-right: 4px;
    float: none;
    letter-spacing: -1px;
    margin-left: auto;
}

.jc_graphic_tablet {
    display: block;
}
.jc_graphic_mobile {
    display: none;
}
.jc_graphic {
    position: relative;
    overflow: hidden;
    width: 160%;
    height: 1060px;
    margin-top: -760px;
    margin-left: -20%;
    margin-bottom: -10vh;
}

.jc_positive_wrap {
    width: 100%;
    float: none;
}
.jc_positive .jc_stabilizers_wrap {
    float: none;
    margin-left: 0;
    max-width: 100%;
    margin-right: 0;
}
.jc_stabilizers_wrap p {
    font-size: 25px;
    letter-spacing: -1px;
}
.jc_stabilizers.jc_positive {
    width: 76%;
    margin-right: auto;
    margin-left: 0;
    margin-top: 0px;
    text-align: left;
}
.jc_positive .jc_stabilizers_item {
    border: 2px solid #137F31;
    float: none;
    margin-right: auto;
    margin-left: 0;
}

/* use cases & news section */
.jc_header_nb_mobile h2 {
    font-size: 45px !important;
    line-height: 45px !important;
    display: inline-block;
    color: #e6c0c0;
}
.jc_header_nb_mobile span {
    display: block;
}
.jc_header_nb_mobile a {
    display: inline-block;
    vertical-align: top;
    float: right;
    border: 2px solid #ff3d63;
    border-radius: 100px;
    color: #f3d8d8;
    background: none;
    margin-top: 25px
}


/* About Page */
.jc_standard_title_wrap {
    width: 100%;
}
.jc_standard_title_wrap > div {
    margin-left: 5% !important;
}


/* Single Blog Post and Use Case Pages */
.jc_social_share > div {
    text-align: center !important;
    display: block !important;
    margin-top: 14px;
}
.jc_single_case, .jc_single_news {
    max-width: 100%;
}
body.single-use-case .jc_single_case:last-of-type, body.single-post .jc_single_case:last-of-type {
    display: none !important;
}

.jc_single_post_header, .jc_single_case_header {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 150px;
}
.jc_single_post_header > div > div {
    margin-bottom: 0px;
}
.jc_single_case_header > div > div {
    margin-bottom: 10px;
}
body.single-use-case section#content, body.single-post section#content {
    margin-bottom: 0px;
}


/* Main Service Page */
.jc_service_checklist {
    margin-top: 45px;
    width: 44%;
    margin-left: 3%;
}
.jc_service_checklist > div {
    padding: 20px 10px !important;
}


/* Single Service Page */
.jc_single_service_title_wrap {
    width: 60% !important;
}
.jc_single_service_image_wrap {
    width: 38% !important;
}
.jc_single_service_toggle_wrap, .jc_single_service_cases_wrap {
    padding: 8% !important;
}

.jc_numbered_toggles .fusion-panel {
    min-height: 220px;
}

.jc_quote {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.jc_quote:before {
    left: -85px;
}


/* Technologies Page */
.jc_single_tech_div {
    flex: 0 0 50%;
}


/* Contact Page */
.jc_contact_page span {
    background: #3D2451;
    padding: 6px 18px 0px 14px;
    border-radius: 8px;
    color: #E7DEDE;
    font-size: 15px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.jc_contact_form_wrap {
    width: 100%;
}

.jc_contact_form_wrap > div {
    margin: 0 auto !important;
    padding: 0px 5% !important;
}


.jc_footer_wrap .fusion-column-wrapper {
    margin: 0 auto !important;
}
.jc_footer_column {
    width: 30%;
    text-align: center !important;
    margin-top: 50px;
}

.jc_footer_logo_wrap {
    padding: 20px 30px 20px 40px;
    width: 100%;
}
.jc_footer_logo_wrap .jc_logo {
    text-align: center;
    margin: 0 auto;
}
.jc_social_icons {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.jc_social_icons:before {
    display: none;
}

.jc_copyright_wrap {
    font-size: 14px;
    width: 100%;
    position: relative;
    overflow: auto;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
.jc_copyright_left {
    float: none;
}
.jc_copyright_right {
    float: none;
    margin-top: 15px;
    margin-bottom: 20px;
}



.jc_mobile_padding {
    padding: 10% 15%;
}
.jc_mobile_padding_no_bottom {
    padding-bottom: 0;
}
.jc_padding_bottom_20 {
    padding-bottom: 20px !important;
}
.jc_mobile_padding_cta {
    padding-top: 95px;
    padding-bottom: 80px;
}
  
 
}



/*Mobile Styles*/
@media only screen and (max-width: 800px) {
.jc_mobile_padding {
    padding: 15% 10%;
}
.jc_padding_bottom_100 {
    padding-bottom: 100px;
}
.jc_mobile_padding_top_bottom_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.jc_mobile_padding_top_50 {
    padding-top: 50px;
}
.jc_mobile_padding_top_60 {
    padding-top: 60px !important;
}


.jc_mobile_button_fullwidth {
    width: 100%;
    padding: 18px !important;
}

.jc_width_half {
    width: 100%;
}


.jc_break_mobile {
    display: block;
}


/* Home Page */
.jc_floating_icons_wrap {
    top: -430px;
    left: auto;
    right: -110px;
    transform: scale(.8);
}


.jc_home_hero h1 {
    font-size: 60px !important;
}
body.home .jc_home_hero h1 span.h1_span1 {
    word-spacing: 500px;
}
/*.jc_home_hero p {
    font-size: 4vw;
}*/
.jc_home_header_p {
    margin-top: 50px !important;
}

.jc_home_title_wrap .jc_btn_icon {
    width: 100%;
    padding: 16px 0px 18px 0px !important;
    background: #FF3D63;
}
.jc_home_title_wrap .jc_btn_icon:before {
    color: #F3D8D8;
}

.jc_typing_text {
    display: none !important;
}

.jc_service_numbers {
    display: none;
}



.jc_cta_bg p {
    font-size: 16px;
}



.jc_footer_wrap_bottom {
    margin-top: -70px !important;
}
.jc_footer_contact_info {
    margin-top: 0px;
}
.jc_footer_column {
    width: 100%;
    text-align: center !important;
}
.jc_footer_column a {
    font-size: 19px !important;
    line-height: 30px !important;
}



/* About Page */
.jc_standard_title_wrap > div {
    margin-left: 0 !important;
}



/* News Page */
.fusion-filter {
    margin-right: 20px;
    font-size: 17px;
    font-weight: bold;
}
.fusion-filter:last-of-type {
    margin-right: 0px;
}

.fusion-filters {
    margin-bottom: 35px;
}

.single-post h1 {
    font-size: 38px;
}


/* Single Use Case Page */

.single-use-case h1 {
    font-size: 38px;
}

.filter {
    margin: 0 auto;
    margin-bottom: 35px;
    width: 100%;
}
.filter_wrap {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.jc_filter_li_wrap {
    min-width: 100%;
}

.jc_related_wrap a.jc_btn {
    padding: 5px 15px !important;
    margin-top: -20px;
    display: block;
    font-size: 13px;
}
.jc_related_wrap a i {
    display: none !important;
}


/* Main Service Page */
.jc_service_icons_wrap .jc_floating_icons_wrap {
    top: 50px;
    left: auto;
    right: -65px;
    transform: scale(.8);
}
.jc_service_checklist {
    width: 100%;
    margin-left: 0;
}


/* Single Service Page */
.jc_single_service_title_wrap {
    width: 100% !important;
}
.jc_single_service_image_wrap {
    width: 100% !important;
    margin-top: 40px;
}

.jc_single_service_use_cases_wrap {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.jc_single_service_case {
    flex: 0 0 97%;
    margin-left: 2% !important;
    margin-right: 2%;
}

.jc_numbered_toggles .fusion-panel {
    float: none;
    width: 98%;
    margin: 0px 1% 15px 1% !important;
    border-radius: 10px;
    min-height: auto;
}



/* Contact Page */
.jc_contact_form_wrap > div {
    padding: 0px !important;
}
.gform_footer.top_label {
    width: 100%;
}

.gform_footer {
    text-align: center;
    padding: 10px !important;
}
.gform_footer:before {
    left: calc(47vw - 100px);
}
body.fusion-body .gform_wrapper .gform_footer input[type=submit] {
    width: auto !important;
}
input#gform_submit_button_1 {
    padding: 12px 35px 12px 55px !important;
    text-align: center !important;
    width: 100% !important;
}


.jc_graphic_tablet {
    display: block;
}
.jc_graphic_mobile {
    display: none;
}
.jc_graphic {
    position: relative;
    overflow: visible;
    width: 950px;
    height: 1060px;
    margin-top: -700px;
    margin-left: -12%;
    margin-bottom: -18vh;
}

/* Technologies Page */
.jc_tech_h2 h2 {
    font-size: 30px !important;
}
.jc_single_tech_div {
    flex: 0 0 100%;
}


}



/*Small Mobile Styles*/
@media only screen and (max-width: 480px) {
.jc_graphic_tablet {
    display: none;
}
.jc_graphic_mobile {
    display: block;
}
.jc_graphic {
    position: relative;
    overflow: visible;
    width: 130%;
    height: 1460px;
    margin-top: -580px;
    margin-left: -10vw;
    margin-bottom: 0;
}
.jc_graphic img {
    width: 100%;
    height: auto;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 2s ease-out;
    object-fit: cover;
}
.jc_stabilizers.jc_positive {
    width: 76%;
    margin-right: auto;
    margin-left: 0;
    margin-top: -660px;
}

/*Single Service Page*/
.jc_single_service_case {
    margin-bottom: 4%;
}
.jc_quote {
    position: relative;
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
}

/* Technologies Page */
.jc_technologies h1 {
    font-size: 13vw !important;
}
.jc_tech_h2 h2 {
    font-size: 25px !important;
}


}


/* Ready as your business integrator - layered composition.
   Cape + orbits are PNGs (Figma glow baked in). Bubbles, arrow, and
   galaxy fixtures stay vector. Only the arrow group (head + tail ring)
   revolves around the galaxy center. */
.rms-integrator {
    position: relative;
    display: block;
    isolation: isolate;
    /* Scale as layout width, not transform, so Figma lighten blends keep working. */
    --rms-graphic-scale: 100%;
    --rms-graphic-x: -1%;
    --rms-graphic-y: -8%;
    --rms-bubble-pulse-duration: 1400ms;
    /* Full-bleed: break out of parent container padding */
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    /* padding: 40px 0 0; */
    overflow: visible;
    line-height: 0;
    background-color: #280D3E;
    background-image: linear-gradient(90deg, #240B39 0%, #2C0C39 29%, #3E0D3A 100%);
}
.rms-integrator__intro {
    position: relative;
    z-index: 10;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
    pointer-events: none;
    line-height: 1.2;
}
.rms-integrator__intro h2 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 16px;
    color: #E6C0C0;
    letter-spacing: -0.01em;
}
.rms-integrator__intro h2 span {
    display: block;
    color: #ff3d63;
}
.rms-integrator__intro p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    max-width: 420px;
}
/* Stage = aspect-locked container matching the original 1805x1010 frame.
   Pulled up under the headline so heading floats over the top edge. */
.rms-integrator__stage--desktop {
    position: relative;
    aspect-ratio: 1805 / 1010;
    width: var(--rms-graphic-scale);
    max-width: none;
    margin: -180px auto 0;
    left: var(--rms-graphic-x);
    top: var(--rms-graphic-y);
}
.rms-layer {
    position: absolute;
    display: block;
    pointer-events: none;
    user-select: none;
}
/* Cape vector layers. The outer image layer handles Figma's lighten blend;
   extra CSS filters/masks change the gradient and make the edges show. */
.rms-layer--cape {
    left: -0.2%;
    height: auto;
    z-index: 3;
    mix-blend-mode: lighten;
}
.rms-layer--cape-2 {
    top: 18.55%;
    width: 58.26%;
}
.rms-layer--cape-1 {
    top: 20.48%;
    left: 0.1%;
    width: 57.23%;
}
/* Bubble cluster (inline SVG). Per-bubble hover triggers a breath pulse
   (scale 1 -> 1.08 -> 1 with a soft glow). No default animation — the
   cluster is calm until the user interacts with it. */
.rms-layer--bubbles {
    left: 9.8%;
    top: 33.8%;
    width: 41%;
    height: auto;
    z-index: 1;
    opacity: 0.82;
    pointer-events: auto;
}
/* Override the outer <g opacity="0.6"> SVG attribute so each bubble can
   reach full brightness on hover (CSS opacity composes multiplicatively). */
.rms-layer--bubbles > g[opacity] { opacity: 0.88; }
.rms-layer--bubbles g.bubble {
    /* transform-box: fill-box makes transform-origin percentages refer to
       each bubble's own bounding box, so the breath pulse scales around
       the bubble's own center instead of the SVG origin. */
    transform-box: fill-box;
    transform-origin: 50% 50%;
    transition: opacity 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}
/* When hovering anywhere inside the cluster, dim non-hovered bubbles. */
.rms-layer--bubbles:hover g.bubble { opacity: 0.35; }
/* The hovered bubble: full opacity, soft pink glow, breathing scale. */
.rms-layer--bubbles g.bubble:hover {
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(255, 110, 135, 0.55));
    animation: rms-bubble-breath 1.8s ease-in-out infinite;
}
.rms-integrator[data-rms-bubbles-pulse="true"] .rms-layer--bubbles:hover g.bubble,
.rms-integrator[data-rms-bubbles-pulse="true"] .rms-layer--bubbles g.bubble {
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(255, 110, 135, 0.72));
    animation: rms-bubble-ready-pulse var(--rms-bubble-pulse-duration) ease-out both;
}
@keyframes rms-bubble-breath {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.08); }
}
@keyframes rms-bubble-ready-pulse {
    0%   { transform: scale(1); }
    26%  { transform: scale(1.1); }
    55%  { transform: scale(0.985); }
    100% { transform: scale(1); }
}
/* Inner orbit artwork. The PNG is cropped now that the outer ring is drawn
   in code, so it uses its own centered box inside the programmable ring. */
.rms-layer--orbits {
    --rms-orbits-left: 58.55%;
    --rms-orbits-top: 13.5%;
    --rms-orbits-width: 34.25%;
    left: var(--rms-orbits-left);
    top: var(--rms-orbits-top);
    width: var(--rms-orbits-width);
    height: auto;
    z-index: 4;
}
/* Arrow wrapper - rotates as a single unit around the galaxy center.
   Identical positioning to orbits so its center IS the galaxy center. */
.rms-arrow {
    left: 51.1%;
    top: 0.2%;
    width: 49.1%;
    aspect-ratio: 1 / 1;
    z-index: 5;
    --rms-arrow-start-angle: -142deg;
    --rms-arrow-duration: 20000ms;
    --rms-ring-progress-color: #ff3d63;
    --rms-ring-progress-end-offset: 3.5deg;
    --rms-ring-comet-start-color: #713780;
    --rms-ring-comet-end-color: #ff3d63;
    --rms-ring-comet-length: 120deg;
    --rms-ring-comet-head-clearance: 1deg;
    --rms-ring-comet-segments: 144;
    --rms-ring-comet-segment-overlap: 1.18;
    --rms-ring-comet-tail-width: 1;
    --rms-ring-comet-head-width: 8;
    --rms-ring-comet-glow-multiplier: 2.8;
    --rms-bubble-trigger-angle: -160deg;
    --rms-bubble-trigger-window: 10deg;
    --rms-ring-base-color: #713780;
    --rms-ring-width: 8;
    --rms-ring-glow-width: 18;
    --rms-orbit-center-x: 49.977%;
    --rms-orbit-center-y: 49.526%;
    transform-origin: var(--rms-orbit-center-x) var(--rms-orbit-center-y);
    animation: none;
}
/* Dynamic comet trail. JavaScript writes only the moving gradient trail;
   there is no static outer ring. */
.rms-arrow__trail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    mix-blend-mode: normal;
    pointer-events: none;
}
.rms-arrow__ring-base path,
.rms-arrow__ring-progress-glow,
.rms-arrow__ring-progress-core,
.rms-arrow__ring-comet-glow path,
.rms-arrow__ring-comet-core path {
    fill: none;
    stroke-linecap: round;
}
.rms-arrow__ring-base path {
    stroke-width: var(--rms-ring-width);
    stroke-opacity: 0.92;
    stroke-linecap: butt;
    filter: drop-shadow(0 0 18px rgba(113, 55, 128, 0.74));
}
.rms-arrow__ring-progress-glow {
    stroke: var(--rms-ring-progress-color);
    stroke-width: var(--rms-ring-glow-width);
    stroke-opacity: 0.2;
    stroke-linecap: butt;
    filter: drop-shadow(0 0 18px rgba(255, 61, 99, 0.65));
}
.rms-arrow__ring-progress-core {
    stroke: var(--rms-ring-progress-color);
    stroke-width: var(--rms-ring-width);
    stroke-opacity: 0.96;
    stroke-linecap: butt;
}
/* Comet trail is rendered to a Konva-managed <canvas> for GPU-accelerated
   rotation. When Konva successfully initializes, the SVG comet groups are
   hidden; otherwise they stay (empty) as a no-op fallback. */
.rms-arrow[data-rms-konva="ready"] .rms-arrow__ring-comet-glow,
.rms-arrow[data-rms-konva="ready"] .rms-arrow__ring-comet-core {
    display: none;
}
.rms-arrow__konva {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.rms-arrow__konva .konvajs-content {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}
.rms-arrow__konva canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}
/* Arrow head is positioned from the orbit geometry in business-integrator.js. */
.rms-arrow__head {
    position: absolute;
    left: 44.43%;
    top: 3.9%;
    width: 10.15%;
    height: auto;
    display: block;
    transform: rotate(90deg);
    transform-origin: 54.89% 0%;
    will-change: left, top, transform;
}
/* Galaxy fixtures (sun, satellites, curved text). Static. */
.rms-layer--fixtures {
    left: 58.9%;
    top: 19%;
    width: 35.4%;
    height: auto;
    z-index: 6;
}
.rms-ready-badge {
    left: 46%;
    top: 36%;
    width: 6%;
    height: auto;
    z-index: 7;
}
/* Mobile galaxy-only SVG. Hidden on desktop. */
.rms-integrator__mobile {
    display: none;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 24px auto 0;
}

@keyframes rms-arrow-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .rms-arrow, .rms-layer--bubbles { animation: none !important; }
    .rms-outcomes__metric {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .rms-outcomes__flip-panel {
        animation: none !important;
        transform: rotateX(-180deg);
    }
}
@media (max-width: 900px) {
    .rms-integrator { padding-top: 32px; }
    .rms-integrator__intro {
        padding: 0 24px;
        text-align: center;
    }
    .rms-integrator__intro h2 { font-size: clamp(32px, 7vw, 48px); }
    .rms-integrator__intro p { margin: 0 auto; }
    .rms-integrator__stage--desktop { display: none; }
    .rms-integrator__mobile { display: block; }
    .rms-outcomes {
        padding: 64px 0 72px;
    }
    .rms-outcomes__header {
        margin-bottom: 48px;
    }
    .rms-outcomes__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .rms-outcomes__label {
        min-height: 0;
    }
    .rms-outcomes__value {
        font-size: clamp(52px, 16vw, 78px);
    }
    .rms-outcomes__description {
        max-width: 420px;
    }
}


