.nextgen-site-header {
    z-index: 999;
}

.nextgen-site-header .tp-header-10-menu .tp-mobile-menu-active > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.05rem;
}

.nextgen-site-header .tp-header-10-menu .tp-mobile-menu-active > ul > li {
    margin: 0;
}

.nextgen-site-header .tp-header-10-menu .tp-mobile-menu-active > ul > li > a {
    font-size: 15px;
    white-space: nowrap;
}

.nextgen-site-header .tp-header-11-btn-box .tp-btn-black-radius {
    min-width: 174px;
    height: 56px;
}

#preloader {
    background: #000 !important;
    z-index: 9999;
}

.nextgen-processing-loader {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 0;
}

.nextgen-processing-loader-ring {
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    border-color: transparent;
}

.nextgen-processing-loader-ring--outer {
    width: 170px;
    height: 170px;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, 0.95);
    border-right-color: rgba(255, 255, 255, 0.35);
    animation: nextgen-loader-spin 1.2s linear infinite;
}

.nextgen-processing-loader-ring--inner {
    width: 118px;
    height: 118px;
    border-width: 2px;
    border-bottom-color: rgba(255, 255, 255, 0.9);
    border-left-color: rgba(255, 255, 255, 0.28);
    animation: nextgen-loader-spin-reverse 0.9s linear infinite;
}

.nextgen-processing-loader-core {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.42);
    animation: nextgen-loader-pulse 1.1s ease-in-out infinite;
}

.nextgen-processing-loader-text {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

@keyframes nextgen-loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes nextgen-loader-spin-reverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes nextgen-loader-pulse {
    0%,
    100% {
        transform: scale(0.75);
        opacity: 0.7;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

.nextgen-gen-icon {
    display: block;
    width: 100%;
    height: 100%;
}

.nextgen-gen-icon--loader {
    width: 100%;
    height: 100%;
}

.nextgen-gen-icon--nav {
    width: 24px;
    height: 24px;
}

.nextgen-nav-gen-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: inherit !important;
    transform: none;
}

.nextgen-nav-gen-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transform: none;
}

.nextgen-nav-gen-link > span:last-child {
    transform: none;
}

.nextgen-brand-mark {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 0.9;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nextgen-brand-mark:hover {
    color: #fff;
}

.nextgen-brand-kicker {
    font-size: 0.78rem;
    font-weight: 600;
    opacity: 0.75;
}

.nextgen-brand-name {
    font-size: 1.45rem;
    font-weight: 700;
}

.nextgen-brand-logo {
    display: block;
    width: auto;
    height: 58px;
    max-width: 150px;
    object-fit: contain;
}

.nextgen-brand-mark--offcanvas .nextgen-brand-name,
.footer-brand .nextgen-brand-name {
    font-size: 1.8rem;
}

.nextgen-brand-mark--offcanvas .nextgen-brand-logo,
.footer-brand .nextgen-brand-logo {
    height: 74px;
    max-width: 190px;
}

.tp-header-10-menu .tp-mobile-menu-active > ul > li > a.is-active {
    color: #fff;
}

.tp-header-10-menu .tp-mobile-menu-active > ul > li > a.is-active::after,
.tp-header-10-menu .tp-mobile-menu-active > ul > li > a:hover::after {
    width: 100%;
}

body.nextgen-portfolio-slicer-page .tp-header-11-style.header-11-dark-style .tp-header-10-wrapper,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-11-style.header-11-dark-style .tp-header-10-wrapper,
body.nextgen-portfolio-details-page .tp-header-11-style.header-11-dark-style .tp-header-10-wrapper {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(17, 17, 17, 0.08);
}

body.nextgen-portfolio-slicer-page .tp-header-11-style.header-11-dark-style .tp-header-10-logo .nextgen-brand-mark,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-11-style.header-11-dark-style .tp-header-10-logo .nextgen-brand-mark,
body.nextgen-portfolio-details-page .tp-header-11-style.header-11-dark-style .tp-header-10-logo .nextgen-brand-mark {
    color: #111 !important;
}

body.nextgen-portfolio-slicer-page .tp-header-11-style.header-11-dark-style .tp-header-10-logo .nextgen-brand-kicker,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-11-style.header-11-dark-style .tp-header-10-logo .nextgen-brand-kicker,
body.nextgen-portfolio-details-page .tp-header-11-style.header-11-dark-style .tp-header-10-logo .nextgen-brand-kicker {
    opacity: 0.68;
}

body.nextgen-portfolio-slicer-page .tp-header-11-style.header-11-dark-style .tp-header-10-menu > nav > ul > li > a,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-11-style.header-11-dark-style .tp-header-10-menu > nav > ul > li > a,
body.nextgen-portfolio-details-page .tp-header-11-style.header-11-dark-style .tp-header-10-menu > nav > ul > li > a {
    color: #111 !important;
}

body.nextgen-portfolio-slicer-page .tp-header-10-menu .tp-mobile-menu-active > ul > li > a.is-active,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-10-menu .tp-mobile-menu-active > ul > li > a.is-active,
body.nextgen-portfolio-details-page .tp-header-10-menu .tp-mobile-menu-active > ul > li > a.is-active {
    color: #111 !important;
}

body.nextgen-portfolio-slicer-page .tp-header-10-menu .tp-mobile-menu-active > ul > li > a.is-active::after,
body.nextgen-portfolio-slicer-page .tp-header-10-menu .tp-mobile-menu-active > ul > li > a:hover::after,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-10-menu .tp-mobile-menu-active > ul > li > a.is-active::after,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-10-menu .tp-mobile-menu-active > ul > li > a:hover::after,
body.nextgen-portfolio-details-page .tp-header-10-menu .tp-mobile-menu-active > ul > li > a.is-active::after,
body.nextgen-portfolio-details-page .tp-header-10-menu .tp-mobile-menu-active > ul > li > a:hover::after {
    background-color: #111;
}

body.nextgen-portfolio-slicer-page .tp-header-10-menu.tp-header-dropdown nav ul li.has-dropdown::after,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-10-menu.tp-header-dropdown nav ul li.has-dropdown::after,
body.nextgen-portfolio-details-page .tp-header-10-menu.tp-header-dropdown nav ul li.has-dropdown::after,
body.nextgen-portfolio-slicer-page .tp-header-11-search-box svg path,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-11-search-box svg path,
body.nextgen-portfolio-details-page .tp-header-11-search-box svg path {
    fill: #111 !important;
    color: #111 !important;
}

body.nextgen-portfolio-slicer-page .tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button,
body.nextgen-portfolio-details-page .tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button {
    color: #111 !important;
}

body.nextgen-portfolio-slicer-page .tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button i,
body.nextgen-portfolio-page:not(.nextgen-portfolio-hover-page):not(.nextgen-portfolio-scroll-page) .tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button i,
body.nextgen-portfolio-details-page .tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button i {
    background-color: #111 !important;
}

.tp-offcanvas-social ul {
    gap: 0.75rem;
}

.tp-offcanvas-social ul li a {
    color: #fff;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tp-contact-category-btn {
    cursor: pointer;
    background: transparent;
    border: 0;
}

.nextgen-alert {
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    font-size: 0.95rem;
}

.nextgen-alert--success {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #f5f5f5;
}

.nextgen-alert--error {
    background: rgba(255, 102, 102, 0.12);
    border: 1px solid rgba(255, 102, 102, 0.28);
    color: #ffd5d5;
}

.tp-contact-form-input input.is-invalid,
.tp-contact-form-input textarea.is-invalid {
    border-color: #ff6b6b;
}

.nextgen-field-error {
    display: block;
    margin-top: 0.45rem;
    color: #ff9c9c;
    font-size: 0.82rem;
}

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

.nextgen-investment-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 18px;
    padding: 1.35rem 1.5rem;
}

.nextgen-investment-item span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.78rem;
}

.nextgen-investment-item strong {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
}

.nextgen-benefit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.2rem;
}

.nextgen-benefit-list span {
    color: #d9d9d9;
    font-size: 0.95rem;
}

.nextgen-contact-details {
    display: grid;
    gap: 1rem;
}

.nextgen-contact-detail {
    padding: 1rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
}

.nextgen-contact-detail span {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.72rem;
}

.nextgen-contact-detail strong,
.nextgen-contact-detail a {
    color: #fff;
    line-height: 1.6;
}

.nextgen-global-footer {
    background: #0b0c0f !important;
}

.nextgen-global-footer::before {
    background: none !important;
}

.nextgen-global-footer .crp-footer-logo .nextgen-brand-mark,
.nextgen-global-footer p,
.nextgen-global-footer .crp-footer-widget-title,
.nextgen-global-footer .crp-copyright-text p,
.nextgen-global-footer .crp-copyright-text a,
.nextgen-global-footer .crp-footer-social a,
.nextgen-global-footer .crp-footer-big-text,
.nextgen-global-footer .tp-line-white.cream-2 {
    color: #fff;
}

.nextgen-global-footer .crp-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
}

.nextgen-global-footer .crp-footer-social a:hover {
    color: #fff;
    border-color: #fff;
}

.nextgen-global-footer .crp-footer-big-text:hover {
    color: #fff;
}

.nextgen-portfolio-categories-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.nextgen-portfolio-categories {
    position: relative;
    z-index: 12;
    padding-top: 150px;
}

.nextgen-portfolio-interactive-page .nextgen-portfolio-categories {
    padding-top: 24px;
}

.nextgen-portfolio-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.88);
    background: rgba(17, 17, 17, 0.3);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.nextgen-portfolio-category-pill.is-active,
.nextgen-portfolio-category-pill:hover {
    color: #111;
    border-color: #fff;
    background: #fff;
}

.nextgen-portfolio-page .nextgen-portfolio-category-pill {
    border-color: rgba(17, 17, 17, 0.16);
    color: #111;
    background: rgba(255, 255, 255, 0.62);
}

.nextgen-portfolio-page .nextgen-portfolio-category-pill.is-active,
.nextgen-portfolio-page .nextgen-portfolio-category-pill:hover {
    color: #111;
    border-color: #fff;
    background: #fff;
}

.nextgen-clients-section {
    background: #f4f1ea;
    padding: 70px 0 95px;
}

.nextgen-clients-section .des-brand-title-box .tp-section-subtitle-clash {
    color: #111;
}

.nextgen-clients-section .des-brand-item-inner img {
    max-height: 88px;
    width: auto;
    object-fit: contain;
}

.nextgen-portfolio-hover-page .nextgen-portfolio-category-pill,
.nextgen-portfolio-scroll-page .nextgen-portfolio-category-pill {
    border-color: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.06);
}

.nextgen-portfolio-hover-page .nextgen-portfolio-category-pill.is-active,
.nextgen-portfolio-hover-page .nextgen-portfolio-category-pill:hover,
.nextgen-portfolio-scroll-page .nextgen-portfolio-category-pill.is-active,
.nextgen-portfolio-scroll-page .nextgen-portfolio-category-pill:hover {
    color: #111;
    border-color: #fff;
    background: #fff;
}

.nextgen-globe-wrap {
    width: min(100%, 300px);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    margin: 0 auto;
    position: relative;
    cursor: grab;
    touch-action: none;
    user-select: none;
    border: 0;
    background: transparent;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.nextgen-globe-wrap.is-dragging {
    cursor: grabbing;
}

.nextgen-globe-wrap::after {
    content: none;
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.24), transparent 40%);
    pointer-events: none;
    z-index: 4;
}

.nextgen-globe-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 2;
    filter: contrast(1.25) brightness(1.2);
}

.nextgen-globe-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
    z-index: 1;
    filter: grayscale(1) contrast(1.05) brightness(0.82);
}

.nextgen-globe-wrap.is-ready .nextgen-globe-fallback {
    opacity: 0;
    visibility: hidden;
    transition: opacity 260ms ease, visibility 260ms ease;
}

@media (max-width: 1199.98px) {
    .tp-header-10-wrapper {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .nextgen-brand-name {
        font-size: 1.2rem;
    }

    .nextgen-brand-kicker {
        font-size: 0.68rem;
    }

    .nextgen-investment-grid {
        grid-template-columns: 1fr;
    }

    .nextgen-portfolio-category-pill {
        width: calc(50% - 0.35rem);
        text-align: center;
    }

    .nextgen-portfolio-categories {
        padding-top: 130px;
    }

    .nextgen-portfolio-interactive-page .nextgen-portfolio-categories {
        padding-top: 16px;
    }

    .nextgen-clients-section {
        padding: 58px 0 85px;
    }

    .nextgen-clients-section .des-brand-item-inner img {
        max-height: 62px;
    }

    .nextgen-globe-wrap {
        width: min(100%, 250px);
    }
}
