/*
Theme Name: C9 Agency
Theme URI: https://c9agency.online
Author: C9 Agency
Author URI: https://c9agency.online
*/
@font-face {
    font-display: block;
    font-family: bootstrap-icons;
    src: url("/wp-content/themes/c9/assets/icons/fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"), url("/wp-content/themes/c9/assets/icons/fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff")
}

:root {
    --dot-base: #705df2;
    --dot-hot: #ffffff;
    --dot-footer-base: #1e1433;
    --dot-footer-hot: #9f75c5;
}


html, body {
    background-color: #140b29;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .title, .title-link {
    font-family: "Mozilla Headline", sans-serif;
}

a {
    color: #e9cc6d;
}

a:hover {
    color: white;
}

.title {
    color: white;
}

.title span {
    color: #7143af
}

.underline {
    border-bottom: 2px solid #7143af;
    padding-bottom: 4px;
}

.sub-title {
    color: #caddf1;
}

.text {
    color: #caddf1;
    text-shadow: 0px 0px 20px #0e0918;
}

.title-perma a {
    color: white;
    text-decoration: none;
}

.title-link a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #caddf1;
    transition: color 0.6s ease, background-position 0.6s ease, background-color 0.6s ease, box-shadow 0.6s ease;
}

.box-style-2:hover .title-link a {
    color: white;
}


.cta-1 {
    display: inline-block;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 12px;
    color: #b88af5;
    border: 1px solid hsl(0deg 0% 100% / 3%);
    box-shadow: inset 0 1px #4b3071;
    background-image:
        radial-gradient(circle at var(--x, 30%) var(--y, 140%), rgb(217 126 75 / 10%), transparent 37%),
        radial-gradient(circle at 50% 310%, #0400ff26, #a2a68700 78%),
        linear-gradient(transparent, #0d0a195e),
        radial-gradient(circle at 50% -30%, #a85c5c33, #67454500),
        radial-gradient(90% 10% at 50% 0, #a85c5c0d, #67454500 90%);
    transition: color 0.3s ease, background-position 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-1:hover {
    color: white;
}


.cta-2 {
    display: inline-block;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 12px;
    color: #b88af5;
    border: 1px solid hsl(180deg 0% 100% / 3%);
    box-shadow: inset 0 1px #4b3071;
    background-color: #0000007d;
    transition: color 0.3s ease, background-position 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-2:hover {
    color: white;
}

.cta-3 i {
    color: #e9cc6d;
}

.cta-3 {
    --btn-h: 48px;
    --press: 8px;
    --radius: 12px;

    border: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;

    height: var(--btn-h);
    padding: 0 20px;
    border-radius: var(--radius);
    color: #fff;

    box-shadow: inset 0 1px #7451a5;
    background: radial-gradient(circle, rgb(42 30 86) 0%, rgb(75 48 113) 100%);
    border-bottom: var(--press) solid #251845;

    transition:
        color .1s ease,
        background-position .1s ease,
        background-color .1s ease,
        box-shadow .1s ease,
        border-bottom-width .1s ease,
        transform .1s ease;
}

.cta-3:hover {
    color: #e9cc6d;
    border-bottom-width: calc(var(--press) / 2);
    transform: translateY(calc(var(--press) / 2));
}

.cta-3:focus-visible {
    outline: 2px solid #e9cc6d;
    outline-offset: 2px;
}

.cta-3 .bi {
    font-size: 1.1em;
    line-height: 1;
}

.cta-3.sm {
    --btn-h: 40px;
    padding: 0 16px;
}

.cta-3.lg {
    --btn-h: 56px;
    padding: 0 24px;
}



.z-1 {
    position: relative;
    z-index: 1;
}

.z-2 {
    position: relative;
    z-index: 2;
}


.bg-1 {
    background-color: #110923;
}

.box-shadow {
    aspect-ratio: 1 / 2.2;
    background-image: linear-gradient(#140b29, #5159d969);
    border-radius: 800%;
    filter: blur(128px);
    position: absolute;
    top: 30%;
    right: 0;
    transform: translate(50%, 0%);
    width: 80%;
    max-width: 800px;
    max-height: 800px;
    opacity: .45;
    z-index: 0;
    pointer-events: none;
}


.box-shadow-2 {
    aspect-ratio: 1 / 2.2;
    background-image: linear-gradient(#140b29, #5159d969);
    border-radius: 800%;
    filter: blur(128px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(50%, -50%);
    width: 80%;
    max-width: 800px;
    max-height: 800px;
    opacity: .45;
    z-index: 0;
    pointer-events: none;
}

.clients-bg:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 888px;
    background: radial-gradient(farthest-side at 60% 80%, #5159d969, rgba(242, 93, 227, 0));
    opacity: .3;
    pointer-events: none;
    content: " ";
    z-index: 0;
}


.work-bg:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    max-height: 888px;
    background: radial-gradient(farthest-side at 60% 80%, #342065, rgba(242, 93, 227, 0));
    opacity: .3;
    pointer-events: none;
    content: " ";
    z-index: 0;
}

.works-bg:after {
    top: -20%;
    right: 75%;
    width: 50vmax;
    height: 50vmax;
    background: radial-gradient(closest-side, #5159d969, transparent);
    opacity: .1;
    pointer-events: none;
    position: absolute;
    content: " ";
    z-index: 0;
}

.works-bg:before {
    content: " ";
    aspect-ratio: 1 / 2.2;
    background-image: linear-gradient(#140b29, #5159d969);
    border-radius: 800%;
    filter: blur(128px);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, 60%);
    width: 80%;
    max-width: 800px;
    max-height: 800px;
    opacity: .45;
    z-index: 0;
    pointer-events: none;
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

.scroll-reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

.header-bg:after {
    content: " ";
    box-shadow: 0 0 80px #705df24d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 33px;
    z-index: -1;
}



@media (max-width: 991px) {
    .breadcrumb-item.active {
        display: none;
    }

    .header-bg {
        position: fixed;
        top: -50px;
        left: 0;
        right: 0;
        z-index: 600;
        transform: translateY(100%);
        padding: 6px 30px;
        border-radius: 33px;
        color: white;
        border: 1px solid hsla(0, 0%, 100%, .16);
        box-shadow: inset 0 1px #4b3071;
        border: 0 solid #e5e7eb;
        transition: transform 0.3s ease;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);

        background-color: rgba(28, 17, 52, .85);
        background-image:
            radial-gradient(104.84% 129.17% at 93.34% 4.35%,
                rgba(112, 93, 242, .20) 0%,
                rgba(28, 17, 52, .38) 100%);
        max-width: 95%;
    }


    .services-listing .text, .services-listing .title {
        padding-right: 0%;
        padding-top: 2%;
    }

    .main-service-list .text, .main-service-list .title {
        padding-right: 0%;
    }

}

@media (min-width: 992px) {
    .header-bg {
        position: fixed;
        top: -50px;
        left: 0;
        right: 0;
        z-index: 600;
        transform: translateY(100%);
        padding: 6px 30px;
        border-radius: 33px;
        color: white;
        border: 1px solid hsla(0, 0%, 100%, .16);
        box-shadow: inset 0 1px #4b3071;
        border: 0 solid #e5e7eb;
        transition: transform 0.3s ease;
        backdrop-filter: blur(10px);
        background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c11349e;
    }


    .services-listing .text, .services-listing .title {
        padding-right: 30%;
    }

    .main-service-list .text, .main-service-list .title {
        padding-right: 0%;
    }

    .post-type-archive-service .text {
        max-height: 100px;
        overflow: hidden;
    }

    .post-type-archive-service .text, .post-type-archive-service .title {
        padding-right: 0;
    }
}

.header-box .menu .menu-item-has-children>.sub-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 10%;
    min-width: 220px;
    transform: translateY(100%);
    padding: 16px;
    border-radius: 22px;
    color: white;
    background-color: #2d215a;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    transition: transform 0.3s ease;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
    z-index: 9999;
}

.header-box .logo {
    max-width: 60px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #ffffff2e;
}

.header-box .cta {
    max-width: 120px;
    margin: 0;
    padding: 0;
}

.header-box .menu ul {
    list-style: none;
}

.header-box .menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    padding: 16px 0;
    text-transform: uppercase;
    display: inline-block;
    transition: color .25s ease;
    white-space: nowrap;
}

.header-box .menu ul li a:hover {
    color: #e9cc6d;
}

@media (prefers-reduced-motion: reduce) {
    .header-box .menu ul li a {
        transition: none;
    }
}

.header-box .menu ul li {
    display: inline-block;
    margin-right: 20px;
}

.header-box .menu ul li ul {
    display: none
}

.header-box .menu {
    position: relative;
}

.header-box .menu>li {
    position: relative;
}


.header-box .menu .menu-item-has-children>.sub-menu li {
    border-bottom: 1px dotted #ffffff21;
    margin-right: 0px;
}

.header-box .menu .menu-item-has-children>.sub-menu li a {
    padding: 8px 0px;
}

.header-box .menu .menu-item-has-children.is-open>.sub-menu,
.header-box .menu .menu-item-has-children.is-open:hover>.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    transition-delay: 0s !important;
    display: block !important;
}

@media (hover: hover) and (pointer: fine) {
    .header-box .menu .menu-item-has-children:hover>.sub-menu {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(6px) !important;
        pointer-events: none !important;
    }
}

.header-box .menu .menu-item-has-children>a::after {
    content: "▾";
    font-size: .8em;
    margin-left: .4rem;
    display: inline-block;
    transition: transform .18s ease;
}

.header-box .menu .menu-item-has-children.is-open>a::after {
    transform: rotate(180deg);
}

@media (max-width: 900px) {
    .header-box .menu>li {
        display: block;
    }

    .header-box .menu .menu-item-has-children>.sub-menu {
        position: fixed;
        width: 90%;
        left: 5%;
        border: 0;
        padding: 20px 20px;
    }
}

.header-box .menu ul li ul li {
    display: block;
}

@media (max-width: 991px) {
    .header-box .menu {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .header-box .menu ul {
        list-style: none;
        cursor: grab;
        display: inline-flex;
        align-items: center;
    }

    .header-box .menu .menu-item-has-children>a::after {
        display: inline;
    }
}

.box-style:hover img {
    bottom: -20%;
}

.box-style img {
    position: absolute;
    bottom: -30%;
    right: -20px;
    max-width: 150%;
    opacity: 0.2;
    transition:
        opacity 0.5s ease,
        bottom 0.5s ease-in-out,
        background-position 0.5s ease;
}

.box-style:hover img {
    opacity: 0.5;
}

.box-style {
    position: relative;
    overflow: hidden;
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    z-index: 100;
    border-radius: 22px;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c1134;
}

.box-style::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    pointer-events: none;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgb(71 49 151 / 60%), rgb(20 11 41 / 0%) 30%, #00000000 60%);
    opacity: 0.4;
    transition: opacity 0.3s ease, background-position 0.2s ease;
    z-index: -1;
}

.box-style:hover::after {
    opacity: 0.5;
}


.box-style-2 {
    position: relative;
    overflow: hidden;
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    z-index: 100;
    border-radius: 22px;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c1134;
    min-height: 400px;
}

.box-style-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    pointer-events: none;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgb(71 49 151 / 60%), rgb(20 11 41 / 0%) 30%, #00000000 60%);
    opacity: 0.4;
    transition: opacity 0.3s ease, background-position 0.2s ease;
    z-index: -1;
}

.box-style-2:hover::after {
    opacity: 0.5;
}

.box-style-2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.2;
    object-fit: cover;
    transition: opacity 0.3s ease, background-position 0.2s ease;
}

.box-style-2:hover img {
    opacity: 0.5;
}

.box-style-2:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgb(20 11 41) 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 0;
}

.box-2-text {
    z-index: 1;
}

.clients-bg img {
    filter: saturate(1.05) contrast(1.05);
}

.pricing .price {
    font-size: 31px;
}

.news-card {
    border: 1px solid hsl(0deg 0% 100% / 5%) !important;
    position: relative;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    z-index: 100;
    border-radius: 22px;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c1134;
}

.news-card .post-image {
    max-height: 240px;
    width: 100%;
    object-fit: cover;
}

.news-card .author-details a {
    text-decoration: none;
    font-size: 14px;
}

.news-card .author-avatar-link img {
    border-radius: 50%;
    margin-right: 5px;
}

.news-card .info, .news-card .divider, .news-card .reading-time {
    display: inline-block;
    color: #caddf1;
    font-size: 14px;
    margin-right: 4px;
}

.news-card .author-details {
    border-top: 1px solid #362667;
    padding-top: 10px;
    margin-top: 10px;
}

.psi-wrapper {
    gap: 2rem;
}

.psi-item {
    width: 120px;
}

.psi-score {
    position: relative;
    width: 100%;
    height: 120px;
    margin: auto;
}

.psi-ring {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.psi-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 3;
}


.psi-fg {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dasharray 0.3s ease;
    stroke-dasharray: 0, 100;
    animation: none;
    opacity: 0.8;
}

.psi-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
}

.psi-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    opacity: 0.9;
}

.psi-score[data-score^="1"],
.psi-score[data-score^="2"],
.psi-score[data-score^="3"],
.psi-score[data-score^="4"] {
    --score-color: #d32f2f;
}

.psi-score[data-score^="5"],
.psi-score[data-score^="6"],
.psi-score[data-score^="7"],
.psi-score[data-score^="8"] {
    --score-color: #ffa000;
}

.psi-score[data-score^="9"],
.psi-score[data-score="100"] {
    --score-color: #00c853;
}

.psi-score[data-score] .psi-fg {
    stroke: var(--score-color, #00c853);
}

@keyframes fill-score {
    to {
        stroke-dasharray: var(--score, 100), 100;
    }
}


.ready-to-image {
    overflow: hidden;
    background-color: #0c081c6e;
    border: 1px solid hsl(0deg 0% 100% / 5%) !important;
    box-shadow: inset 0 1px #4b3071;
    background-image: radial-gradient(circle at var(--x, 30%) var(--y, 140%), rgb(217 126 75 / 10%), transparent 37%), radial-gradient(circle at 50% 310%, #0400ff26, #a2a68700 78%), linear-gradient(transparent, #0d0a195e), radial-gradient(circle at 50% -30%, #a85c5c33, #67454500), radial-gradient(90% 10% at 50% 0, #a85c5c0d, #67454500 90%);
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    z-index: 100;
    border-radius: 22px;
    padding: 0;
}

.ready-to-image img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.ready-to-image:hover img {
    opacity: 1;
}

.ready-to-image .prev {
    position: absolute;
    right: 50px;
    bottom: 5px;
}

.ready-to-image .next {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.ready-to-image .btn {
    background-color: #000000c7;
    color: white;
}

.footer {
    margin-bottom: 40px;
    padding: 6px 30px;
    border-radius: 33px;
    color: white;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c11349e;
}

.footer ul {
    list-style: none;
}

.footer ul li a {
    color: #caddf1;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    transition: color .25s ease;
    padding: 2px 0px;
    display: block;
}

.footer .footer-end {
    margin-bottom: 0;
    font-size: 12px;
    color: #caddf1;
}

.footer .footer-copy p {
    color: #caddf1;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    padding: 2px 0px;
    display: block;
    margin-bottom: 2px;
}

.footer-copy img {
    margin-bottom: 10px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: white;
}

.content {
    color: #caddf1;
}

.content img {
    float: left;
    border-radius: 22px;
    margin: 22px;
}

.liquid-wrap {
    position: relative;
    width: 100%;
    height: 420px;
}

#liquidImage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}



@media (min-width: 992px) {

    .section-resource {
        position: absolute;
        left: 0;
        top: -60px;
        z-index: 1;
    }

    .section-resource-home {
        position: absolute;
        right: -50px;
        top: 0px;
        z-index: 1;
    }


    .section-resource-service {
        position: absolute;
        left: 0;
        top: -60px;
        z-index: 1;
    }

    .panel-service {
        position: relative;
        width: 99vw;
        height: min(550px, 100vh);
        overflow: hidden;
    }

    .panel-home {
        position: relative;
        width: 60vw;
        height: min(600px, 100vh);
        overflow: hidden;
    }

    .panel {
        position: relative;
        width: 99vw;
        height: min(450px, 100vh);
        overflow: hidden;
    }


    canvas#neonGrid, canvas#neonGrid2, canvas#neonGrid-services, canvas#neonGridsub {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
}

.breadcrumbs li a {
    font-size: 13px;
    text-decoration: none;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs li {
    color: #caddf1 !important;
    font-size: 13px;
}


.single-post .post-header {
    overflow: hidden;
    border-radius: 22px;
    background: #251a4c;
}

.single-post .post-header .post-thumb:before {
    content: " ";
    width: 300px;
    height: 110%;
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(37 26 76) 0%, rgb(20 11 41 / 0%) 100%);
}

.single-post .post-header .post-thumb {
    position: absolute;
    right: 0px;
    top: -0;
    width: 50%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    object-fit: cover;
    transition: opacity .45s cubic-bezier(.22, .61, .36, 1);
    will-change: opacity;
}

.single-post .post-header:hover .post-thumb {
    opacity: 0.5;
}

.single-post .post-header-time a {
    text-decoration: none;
}

.single-post .post-header .post-header-title h1, .single-post .post-header .post-header-title p, .single-post .post-header .post-header-title a, .single-post .post-header .post-header-title span {
    text-shadow: 0px 0px 20px #0e0918;
}

.single-post .post-header .post-header-title .author-info .author-details img {
    border-radius: 50%;
    margin-right: 5px;
}

.single-post .post-header .author-info .divider {
    display: inline-block;
    color: #caddf1;
    margin: 0px 2px;
}

.single-post .post-header .author-info .info {
    display: inline-block;
}

.single-post .post-header .author-info i {
    margin: 0px 2px;
}

.single-post .post-header .author-info span {
    font-size: 14px;
    color: #caddf1;
}

.single-post .post-header .author-info a:hover {
    color: white;
}

.single-post .post-header .author-info a {
    text-decoration: none;
}

.single-post .post-header .author-info .author-name {
    font-size: 14px;
    text-transform: capitalize;
}

.single-post .tags-section .tag:first-child {
    margin-left: 0;
}

.single-post .tags-section .tag:hover {
    color: white;
}

.single-post .tags-section .tag {
    text-decoration: none;
    border: 1px solid;
    padding: 6px 8px;
    margin: 0px 4px;
    border-radius: 8px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    will-change: color, background-color, border-color, transform;
    font-size: 14px;
    text-transform: capitalize;
}

.single-post .blog-details hr {
    color: #ffffff1a;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-post .post-thumb .js-liquid {
    display: block;
    transform: translate3d(0, 0, 0) scale(1.06);
    will-change: transform;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-post .author-box {
    margin-bottom: 40px;
    padding: 6px 30px;
    border-radius: 33px;
    color: white;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c11349e;
}

.single-post .author-box .author-title {
    font-size: 12px;
}

.single-post .author-box .author-bio {
    font-size: 13px;
    line-height: 19px;
}

.single-post .author-box .author-name {
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 2px;
    display: inline-block;
    font-weight: 600;
}

.single-post .author-box .author-social-links a:hover {
    color: white;
}

.single-post .author-box .author-social-links a {
    text-decoration: none;
    margin: 0px 2px;
}

.single-post .author-box .author-name a:hover {
    text-decoration: underline;
    color: white;
}

.single-post .author-box .author-name a {
    text-decoration: none;
}


.single-post .widget-item li {
    display: inline-block;
}

.single-post .widget-item ul {
    padding: 0;
    list-style: none;
}

.single-post .widget-title {
    font-size: 19px;
}

.single-post .widget-item li a:hover {
    color: white;
}

.single-post .widget-item li a {
    text-decoration: none;
    border: 1px solid;
    padding: 12px 12px;
    border-radius: 8px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    will-change: color, background-color, border-color, transform;
    font-size: 14px;
    text-transform: capitalize;
    background-color: transparent;
    color: #e9cc6d;
    display: block;
    margin: 0 auto;
}


#comments ol li .c9-comment__body {
    margin-bottom: 10px;
    padding: 22px;
    border-radius: 33px;
    color: white;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c11349e;
}

#comments ol {
    list-style: none;
    padding: 0;
}

#comments ol li .c9-comment__body .c9-comment__author-avatar img {
    border-radius: 50%;
    margin-right: 10px;
    height: auto;
    width: 34px;
}

#comments ol li .c9-comment__body .c9-comment__author-avatar, #comments ol li .c9-comment__body .c9-comment__author-info {
    display: inline-block;
}

#comments ol li .c9-comment__body .c9-comment__author-info .vcard a:hover {
    color: white;
}

#comments ol li .c9-comment__body .c9-comment__author-info .vcard a {
    text-transform: capitalize;
    text-decoration: none;
}

#comments ol li .c9-comment__body .c9-comment__author-info .vcard {
    display: block;
}

#comments ol li .c9-comment__body .c9-comment__author-info .c9-comment__time {
    font-size: 11px;
    text-decoration: none;
    color: #caddf1;
    display: block;
}

#comments ol li .c9-comment__content p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #caddf1;
    font-style: italic;
}

#comments ol li .c9-comment__meta {
    display: flex;
    align-items: center;
}

#comments ol li .c9-comment__reply a {
    margin-left: 0;
}

#comments ol li .c9-comment__reply a:hover, #comments ol li .c9-comment__edit a:hover {
    color: white;
}

#comments ol li .c9-comment__reply a, #comments ol li .c9-comment__edit a {
    text-decoration: none;
    border: 1px solid;
    padding: 6px 8px;
    margin: 0px 4px;
    border-radius: 8px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    will-change: color, background-color, border-color, transform;
    font-size: 14px;
    text-transform: capitalize;
}

#comments .post-button:hover {
    color: white;
}

#comments .c9-comments__nav {
    margin-bottom: 20px;
    font-size: 13px;
    color: white;
}

#comments .c9-comments__nav--top {
    display: none;
}

#comments .c9-comments__nav a {
    margin: 0px 4px;
}

#comments .post-button {
    text-decoration: none;
    border: 1px solid;
    padding: 12px 28px;
    border-radius: 8px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    will-change: color, background-color, border-color, transform;
    font-size: 14px;
    text-transform: capitalize;
    background-color: transparent;
    color: #e9cc6d;
    display: block;
    margin: 0 auto;
}

#comments #reply-title, #comments .c9-comments__title.title {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: white;
}

#comments .logged-in-as, #comments .comment-form-comment label {
    display: none;
}

#comment {
    width: 100%;
    margin-bottom: 10px;
    padding: 22px;
    border-radius: 33px;
    color: #caddf1;
    outline: 0;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c11349e;
}

#comments ol li .children {
    padding-left: 12px;
    position: relative;
}


#commentform .comment-form-author input, #commentform .comment-form-email input {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 16px;
    color: #caddf1;
    background-color: #1e1034;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    outline: 0;
    font-size: 13px;
}

#commentform .comment-form-author label, #commentform .comment-form-email label {
    display: block;
    font-size: 13px;
    color: white;
    margin-bottom: 6px;
}

.comment-form-cookies-consent {
    display: none;
}



@property --g1a {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

@property --g2a {
    syntax: '<number>';
    inherits: true;
    initial-value: .2;
}

@property --bgA {
    syntax: '<number>';
    inherits: true;
    initial-value: .296;
}

.service-children__item a {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 12px;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #33204f;
    border: 0 solid #e5e7eb;

    --g1a: 0;
    --g2a: .2;
    --bgA: .296;

    transition: --g1a .3s ease, --g2a .3s ease, --bgA .3s ease;

    backdrop-filter: blur(10px);
    background:
        radial-gradient(104.84% 129.17% at 93.34% 4.35%,
            rgba(113, 93, 242, var(--g1a)) 0%,
            rgba(28, 17, 52, var(--g2a)) 100%),
        rgba(28, 17, 52, var(--bgA));
}

.service-children__item a:hover {
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;

    --g1a: .2;
    --g2a: .2;
    --bgA: .62;
    transition: --g1a .3s ease, --g2a .3s ease, --bgA .3s ease;
    backdrop-filter: blur(10px);
    background:
        radial-gradient(104.84% 129.17% at 93.34% 4.35%,
            rgba(112, 93, 242, var(--g1a)) 0%,
            rgba(28, 17, 52, var(--g2a)) 100%),
        rgba(28, 17, 52, var(--bgA));
}



.service-children__item {
    border: 1px solid #1a0f35;
    border-radius: 12px;
}


.service-children__item a img {
    margin-right: 5px;
}

.tooltip-inner {
    box-shadow: 0 0 10px #4f2f6d8f, 0 0 20px #4f2f6d8f;

}

.tooltip-arrow:before {
    border-top-color: #0e0918 !important;
}


@media (min-width: 992px) {

    #commentform .comment-form-author, #commentform .comment-form-email {
        display: inline-block;
        width: 49.5%;
        margin-bottom: 20px;
    }

    .service-children__list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
}

@media (max-width: 991px) {

    #commentform .comment-form-author, #commentform .comment-form-email {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .service-children__list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
}



.c9-carousel {
    touch-action: pan-y;
    cursor: grab;
}

.c9-carousel.is-dragging {
    cursor: grabbing;
}

.c9-track, .c9-slide, .c9-card, .c9-card a, .c9-card img {
    -webkit-user-select: none;
    user-select: none;
}

.c9-card img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.c9-card a {
    -webkit-user-drag: none;
    user-drag: none;
}

:root {
    --bg: #0f0b1a;
    --neon: #7a5fff;
    --accent: #c178ff;
    --card-bg: #181227;
    --ring: rgba(122, 95, 255, .45);
}

.c9-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    --h: clamp(240px, 48vw, 420px);
    height: var(--h);
    perspective: 1200px;
    isolation: isolate;
}

.c9-track {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    will-change: transform;
}

.c9-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transform-style: preserve-3d;
    user-select: none;
    --card-maxh: 300px;
}

.c9-slide.is-active {
    --card-maxh: 9999px;
}



.c9-card a img {
    opacity: .3;
}

.c9-slide.is-active .c9-card a img {
    opacity: 1;
}

.c9-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.05);
    transform: translateZ(1px);
}

.c9-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 100% at 70% 40%, rgba(122, 95, 255, .25), transparent 55%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .4));
    mix-blend-mode: screen;
    pointer-events: none;
}

.c9-caption {
    display: none !important;
}

.c9-active-caption {
    margin-top: 12px;
    text-align: center;
    color: #fff;
    font: 600 16px/1.2 Inter, system-ui, sans-serif;
    letter-spacing: .2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}

.c9-nav {
    display: none;
}

.c9-dots {
    display: none;
}

.c9-carousel {
    --c: rgba(255, 255, 255, .08);
}

@media (min-width: 992px) {
    .c9-card {
        width: clamp(260px, 56vw, 680px);
        aspect-ratio: 16 / 9;
        max-height: var(--card-maxh);
        overflow: hidden;
        transform-style: preserve-3d;
        transition: max-height 500ms cubic-bezier(.2, .8, .2, 1),
            transform 350ms ease, filter 350ms ease, box-shadow 350ms ease, opacity 350ms ease;
        box-shadow: inset 0 1px #4b3071;
        border: 0 solid #e5e7eb;
        border-radius: 22px;
        background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c1134;
        z-index: 100;
    }

    .works-slider {
        position: relative;
        min-height: 600px;
        overflow: hidden;
    }

}


@media (max-width: 991px) {
    .c9-card {
        width: clamp(320px, 56vw, 680px);
        aspect-ratio: 16 / 9;
        max-height: var(--card-maxh);
        overflow: hidden;
        transform-style: preserve-3d;
        transition: max-height 500ms cubic-bezier(.2, .8, .2, 1),
            transform 350ms ease, filter 350ms ease, box-shadow 350ms ease, opacity 350ms ease;
        box-shadow: inset 0 1px #4b3071;
        border: 0 solid #e5e7eb;
        border-radius: 22px;
        background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c1134;
        z-index: 100;
    }

    .works-slider {
        position: relative;
        min-height: 400px;
        overflow: hidden;
    }

}

@media (max-width: 991px) {
    .c9-prev {
        left: 8px;
    }

    .c9-next {
        right: 8px;
    }
}

@media (max-width: 700px) {
    .c9-btn {
        display: none;
    }
}

.c9-cap-terms p {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}

.c9-cap-title {
    font-size: 21px;
    text-decoration: none;
}


.faq-item {
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 22px;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4b3071;
    border: 0 solid #e5e7eb;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgba(112, 93, 242, .2) 0%, rgba(28, 17, 52, .2) 100%), #1c11349e;
}

.faq-q, .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: white;
    box-shadow: unset !important;
}

.accordion-button:focus {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-item:first-of-type, .accordion-item:last-of-type {
    border-radius: 22px;
}

.accordion-button::after {
    background-image: url("/wp-content/themes/c9/img/icons/arrow.svg");
}

.accordion-button:not(.collapsed)::after {

    background-image: url("/wp-content/themes/c9/img/icons/arrow.svg");
}


.post-type-archive-service .service-children__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nav-links a {
    padding: 0px 4px;
}

.nav-links {
    color: white;
}


.work-meta .work-tag {
    text-decoration: none;
    border: 1px solid;
    padding: 12px 12px;
    border-radius: 8px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    will-change: color, background-color, border-color, transform;
    font-size: 14px;
    text-transform: capitalize;
    background-color: transparent;
    color: white;
    display: block;
    margin: 0 auto;
}

.work-meta a.work-tag {
    text-decoration: none;
    border: 1px solid;
    padding: 12px 12px;
    border-radius: 8px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    will-change: color, background-color, border-color, transform;
    font-size: 14px;
    text-transform: capitalize;
    background-color: transparent;
    color: #e9cc6d;
    display: block;
    margin: 0 auto;
}

.work-meta a.work-tag:hover {
    color: white;
}


.single-work ol li:before,
.single-service ol li:before {
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #332763;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.single-work ol li:last-child:after,
.single-service ol li:last-child:after {
    display: none;
}

.single-work ol li:after,
.single-service ol li:after {
    content: " ";
    width: 1px;
    height: 150%;
    border-radius: 50%;
    background-color: #241845;
    position: absolute;
    left: -23px;
    top: 20px;
    z-index: -1;
}

.single-work ol li,
.single-service ol li {
    margin-bottom: 24px;
    position: relative;
}

.single-work ol,
.single-service ol {
    list-style: none;
}

.single-work ol li strong,
.single-service ol li strong {
    color: white;
    font-size: 21px;
}


h3.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (min-width: 992px) {

    .services-meta-block {
        max-width: 50%;
    }

}

.single-work-bg {
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 0;
    opacity: 0.5;
}

.single-work .post-header-title {
    background: #140b299c;
}

.author-page .author-name {
    font-size: 21px;
    margin-bottom: 0px;
}

.author-page .author-social-links a {
    text-decoration: none;
    margin-right: 6px;
}

.service-list .box-style {
    max-height: 290px;
}


.scale-img {
    overflow: hidden;
}

.scale-img img {
    display: block;
    transform: scale(.9);
    transform-origin: center;
    transition: transform .35s ease;
    will-change: transform;
}

.scale-img:hover img,
.scale-img:focus-within img {
    transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .scale-img img {
        transition: none;
    }
}

@media (max-width: 991px) {
    .d-pc {
        display: none !important;
    }
}

a.sourcing {
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 600;
}

.logo-scroller-wrapper {
    overflow: hidden;
    padding: 2rem 0;
}

.logo-row {
    position: relative;
}

.logo-row .owl-carousel {
    width: 100%;
}

.logo-row .owl-stage {
    display: flex;
    align-items: center;
}

.logo-row .item.box {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 100%;
    transition: transform 0.35s ease;
    margin: 8px auto;
}

.logo-row .item.box img {
    height: 67px;
    width: 157px;
    object-fit: contain;
    border-radius: 22px;
    max-width: 100%;
}


.logo-row .owl-item {
    padding: 0 7.5px;
}

.logo-row .owl-dots {
    display: none !important;
}

.scf-form {
    margin: 0;
}

.scf-row {
    margin-bottom: 14px;
}

.scf-row input:focus {
    outline: none;
}

.scf-row label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: 1px;
}

.scf-row input, .scf-row select, .scf-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d0d4d9;
    border-radius: 6px;
}


.scf-status {
    margin-top: 10px;
    font-size: 14px;
}

.scf-hp {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    overflow: hidden;
}

.scf-tag {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 10px;
}

.scf-tag--affiliate {
    background: #e6f7ff;
    color: #036;
}

.single-work .post-header {
    background-color: transparent;
}


.listing-works .works-title a {
    font-size: 21px;
    text-decoration: none;
}

.listing-works .works-description {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    color: white;
}

.listing-works .works-image {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.listing-works .works-title {
    font-size: 21px;
    margin-top: -14px;
}

.contact-table td, .contact-table th {
    font-size: 15px;
    border-bottom: 1px solid #20133f;
    color: #caddf1;
}