:root {
    --theme-primary: #4A2AC7;
    --theme-primary-dark: #3D1DAA;
    --theme-primary-light: #7B63FF;
    --theme-section-bg: #2F1598;
    --theme-surface: #FFFFFF;
    --theme-surface-soft: #F0F1FF;
    --theme-surface-alt: #EDF0FF;
    --theme-surface-muted: #F7F8FF;
    --theme-border-soft: #D2D8F0;
    --theme-text-heading: #08111F;
    --theme-text-body: #344054;
    --theme-text-muted: #475467;
    --theme-dark-background-top: #080D18;
    --theme-dark-background: #0B1220;
    --theme-dark-surface: #10182A;
    --theme-dark-text: #FFFFFF;
    --theme-primary-rgb: 74, 42, 199;
    --theme-section-rgb: 47, 21, 152;
    --theme-dark-surface-rgb: 16, 24, 42;
    --theme-gradient-main: linear-gradient(90deg, var(--theme-primary-dark) 0%, var(--theme-primary-light) 100%);
    --theme-gradient-main-soft: linear-gradient(90deg, var(--theme-primary-dark) 0%, var(--theme-primary-light) 100%);
}

.theme-brand-text {
    color: var(--theme-dark-text);
    font-weight: 700;
    font-size: 1.05rem;
}

.theme-brand-logo {
    display: inline-flex;
    align-items: center;
}

.theme-brand-logo picture {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.theme-brand-logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 54px;
    object-fit: contain;
}

.theme-brand-logo-header {
    width: 100%;
    justify-content: flex-start;
}

._relative {
    position: relative;
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overflow-hidden {
    overflow: hidden;
}

.inline-block {
    display: inline-block;
}

.w-full {
    width: 100%;
}

.text-end {
    text-align: end;
}

.uppercase {
    text-transform: uppercase;
}

.rounded-6 {
    border-radius: 6px;
}

.rounded-16 {
    border-radius: 16px;
}

.p-8-12 {
    padding: 8px 12px;
}

.p-10-0 {
    padding: 10px 0;
}

.p-24-0 {
    padding: 24px 0;
}

.p-28 {
    padding: 28px;
}

.mt-6 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-90 {
    margin-bottom: 90px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.text-18,
.font-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-24 {
    font-size: 24px;
}

.text-44 {
    font-size: 44px;
}

.text-56 {
    font-size: 56px;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.leading-18 {
    line-height: 18px;
}

.leading-24 {
    line-height: 24px;
}

.leading-26 {
    line-height: 26px;
}

.leading-28 {
    line-height: 28px;
}

.leading-44 {
    line-height: 44px;
}

.leading-52 {
    line-height: 52px;
}

.leading64 {
    line-height: 64px;
}

.white1 {
    color: var(--theme-dark-text);
}

.white-gray1 {
    color: rgba(255, 255, 255, 0.78);
}

.black1 {
    color: var(--theme-text-heading);
}

.black2 {
    color: var(--theme-text-heading);
}

.black3 {
    color: var(--theme-text-heading);
}

.gray2 {
    color: var(--theme-text-muted);
}

.gray3 {
    color: var(--theme-text-muted);
}

.white-bg1 {
    background-color: var(--theme-surface);
}

.white-bg2 {
    background-color: var(--theme-surface);
}

.ui-icon,
i[class*="fa-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: middle;
    flex: 0 0 auto;
}

.ui-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

i[class*="fa-"] {
    font-style: normal;
    font-weight: 600;
}

i.fa-arrow-right::before {
    content: "→";
}

i.fa-arrow-left::before {
    content: "←";
}

i.fa-check::before {
    content: "✓";
}

i.fa-location-dot::before {
    content: "⌖";
}

i.fa-layer-group::before {
    content: "▤";
}

i.fa-calendar-days::before {
    content: "◫";
}

i.fa-envelope::before {
    content: "✉";
}

i.fa-phone::before {
    content: "☎";
}

.theme-brand-text.dark {
    color: var(--theme-text-heading);
}

.inner-page-shell {
    background:
        radial-gradient(circle at top right, rgba(var(--theme-primary-rgb), 0.28), transparent 32%),
        linear-gradient(180deg, var(--theme-primary-dark) 0, var(--theme-primary) 220px, var(--theme-surface) 220px, var(--theme-surface) 100%);
}

.lazy-section-bg {
    background-color: var(--theme-section-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero5-lazy-bg {
    background-image: var(--lazy-bg-overlay);
}

.lazy-bg-ready {
    transition: background-image 0.2s ease;
}

.home-deferred-section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 960px;
}

body.dark-mode .about5 .black3,
body.dark-mode .work5 .black3,
body.dark-mode .service5 .black3,
body.dark-mode .blog1 .black1,
body.dark-mode .blog1 .black2,
body.dark-mode .blog1 .black3 {
    color: #ffffff;
}

body.dark-mode .about5 .gray3,
body.dark-mode .work5 .work5-box .content p,
body.dark-mode .service5 .service5-feature-card .content-area p,
body.dark-mode .blog1 .vl-blog-1-content .date,
body.dark-mode .blog1 .vl-blog-1-content .learn1 {
    color: rgba(255, 255, 255, 0.78);
}

body.dark-mode .about5 .heading5 .icon-text ul li,
body.dark-mode .work5 .work5-box .content h4 a,
body.dark-mode .service5 .service5-feature-card .content-area h3,
body.dark-mode .blog1 .vl-blog-1-content h4 a,
body.dark-mode .blog1 .home-blog-title {
    color: #ffffff;
}

.about5 .image img {
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
}

body.dark-mode .work5 .work5-box,
body.dark-mode .service5 .service5-feature-card,
body.dark-mode .blog1 .vl-blog-5-item {
    background: rgba(11, 18, 32, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

body.dark-mode .work5 .work5-box .icon-area .number {
    color: #ffffff;
}

body.dark-mode .blog1 .white-bg1 {
    background-color: rgba(123, 99, 255, 0.16);
}

body.dark-mode .blog1 .vl-blog-1-content .user,
body.dark-mode .blog1 .vl-blog-1-content .date,
body.dark-mode .blog1 .vl-blog-1-content .learn1,
body.dark-mode .blog1 .vl-blog-1-content .learn1 .ui-icon,
body.dark-mode .blog1 .vl-blog-1-content .learn1 i[class*="fa-"] {
    color: #ffffff;
}

body.dark-mode .blog1 .vl-blog1-meta .user img,
body.dark-mode .blog1 .vl-blog1-meta .date img {
    filter: brightness(0) invert(1);
}

body.dark-mode .about-v5-intro .black3,
body.dark-mode .about-v5-story .black3,
body.dark-mode .about-service-strip .black3,
body.dark-mode .about-rich-text h2,
body.dark-mode .about-rich-text h3,
body.dark-mode .about-side-note h3,
body.dark-mode .about-mini-card h4 {
    color: #ffffff;
}

body.dark-mode .about-v5-intro .gray3,
body.dark-mode .about-v5-story .gray3,
body.dark-mode .about-rich-text,
body.dark-mode .about-rich-text p,
body.dark-mode .about-stat-card span,
body.dark-mode .about-side-note p,
body.dark-mode .about-mini-card p {
    color: rgba(255, 255, 255, 0.78);
}

body.dark-mode .about-v5-intro .heading5 .icon-text ul li,
body.dark-mode .about-v5-story .about-v5-progress-label span,
body.dark-mode .about-side-note .sub-title5,
body.dark-mode .about-rich-card .sub-title5,
body.dark-mode .about-mini-card a {
    color: #ffffff;
}

body.dark-mode .about-rich-card,
body.dark-mode .about-stat-card,
body.dark-mode .about-side-note,
body.dark-mode .about-mini-card {
    background: rgba(11, 18, 32, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

body.dark-mode .about-stat-card strong,
body.dark-mode .about-v5-progress-label strong {
    color: #9f8cff;
}

body.dark-mode .about-v5-progress-bar {
    background: rgba(255, 255, 255, 0.12);
}

body.dark-mode.inner-page-shell {
    background:
        radial-gradient(circle at top right, rgba(123, 99, 255, 0.18), transparent 28%),
        linear-gradient(180deg, #080d18 0, #10182a 220px, #0b1220 220px, #0b1220 100%);
}

body.dark-mode .about-v5-intro,
body.dark-mode .about-v5-story,
body.dark-mode .about-v5-content,
body.dark-mode .about-service-strip {
    background: #0b1220;
}

body.dark-mode .about-v5-intro::before,
body.dark-mode .about-v5-story::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(123, 99, 255, 0.09), transparent 36%),
        radial-gradient(circle at bottom right, rgba(74, 42, 199, 0.08), transparent 34%);
    pointer-events: none;
}

body.dark-mode .about-v5-intro .container,
body.dark-mode .about-v5-story .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .md\:text-30 {
        font-size: 30px;
    }

    .md\:text-40 {
        font-size: 40px;
    }

    .md\:leading-36 {
        line-height: 36px;
    }

    .md\:mt-30 {
        margin-top: 30px;
    }

    .md\:ml-0 {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .sm\:text-30 {
        font-size: 30px;
    }

    .sm\:text-40 {
        font-size: 40px;
    }

    .sm\:leading-36 {
        line-height: 36px;
    }

    .sm\:mt-30 {
        margin-top: 30px;
    }

    .sm\:ml-0 {
        margin-left: 0;
    }
}

.header-inner-visible .header5-bg::after {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.header-inner-visible .header5-bg::before {
    background-color: #ffffff;
}

.header-inner-visible .header5-social-wedget a {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.vl-header-area5 .vl-main-menu ul > li.has-dropdown > a {
    padding-right: 26px;
    position: relative;
}

.vl-header-area5 .vl-main-menu ul > li.has-dropdown > a::after {
    content: "▾";
    font-size: 0.78rem;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.theme-flash {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: #ffffff;
    color: #08111f;
    padding: 14px 20px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(8, 17, 31, 0.16);
    opacity: 1;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.theme-flash.is-hiding {
    opacity: 0;
    transform: translate(-50%, -14px);
}

.hero-secondary-btn {
    margin-left: 12px;
}

.hero-button-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-metric-card {
    position: absolute;
    right: 0;
    bottom: 30px;
    min-width: 220px;
    background: #ffffff;
    border-radius: 22px;
    padding: 20px 22px;
    box-shadow: 0 30px 50px rgba(8, 17, 31, 0.18);
}

.hero-metric-card span,
.hero-metric-card small {
    display: block;
    color: #5c6370;
}

.hero-metric-card strong {
    display: block;
    font-size: 2rem;
    color: #08111f;
    line-height: 1.1;
    margin: 8px 0;
}

.home-blog-title {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service5-tabs .nav {
    justify-content: center;
    gap: 14px;
}

.service5-tabs .nav-link {
    min-width: 190px;
}

.service5-tabs-slider {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
}

.service5-tabs-viewport {
    overflow: hidden;
    padding: 4px 2px;
}

.service5-tabs-track {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 18px;
    margin: 0;
    padding: 0;
    transition: transform 0.45s ease;
    will-change: transform;
    align-items: stretch;
}

.service5-tab-slide {
    flex: 0 0 calc(33.333% - 10.7px);
    min-width: 0;
    list-style: none;
    display: flex;
}

.service5-visual-shell {
    position: relative;
}

.service5-showcase-slider {
    position: relative;
}

.service5-showcase-viewport {
    overflow: hidden;
}

.service5-showcase-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.service5-showcase-slide {
    flex: 0 0 100%;
}

.service-progress-line {
    height: 10px;
    border-radius: 999px;
    background: #e7e8f8;
    margin-bottom: 26px;
    overflow: hidden;
}

.service-progress-line span {
    display: block;
    width: 22%;
    height: 100%;
    background: linear-gradient(90deg, #3d1daa 0%, #7b63ff 100%);
    border-radius: 999px;
}

.service5-feature-card {
    background: #f0f1ff;
    border-radius: 28px;
    padding: 40px 48px;
}

.service5-feature-card .icons {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #4a2ac7;
    display: grid;
    place-items: center;
}

.service5-feature-card .icons img {
    width: 42px;
}

.service5-feature-card .content-area h3 {
    font-size: 2.1rem;
    margin-bottom: 16px;
}

.service5-feature-card .content-area p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #2b3241;
}

.service-image-frame {
    border-radius: 26px;
    overflow: hidden;
    max-width: 390px;
    margin-left: auto;
}

.service-image-frame img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.service5-feature-card .arrow-circle {
    margin-top: -72px;
    margin-right: 42px;
}

.dynamic-service-circle {
    width: 100px;
    height: 100px;
}

.dynamic-service-circle text {
    fill: #ffffff;
    font-size: 8.3px;
    font-weight: 700;
    letter-spacing: 1.35px;
}

.service5-showcase-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 28px;
}

.service5-showcase-arrow {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #edf0ff;
    color: #4a2ac7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.service5-showcase-arrow:hover {
    background: #4a2ac7;
    color: #ffffff;
}

.service5-showcase-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.service5-showcase-dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 999px;
    background: #d2d8f0;
    transition: all 0.2s ease;
}

.service5-showcase-dot.is-active {
    width: 28px;
    background: linear-gradient(90deg, #3d1daa 0%, #7b63ff 100%);
}

.service5-tabs .nav-link {
    min-width: 100%;
    min-height: 88px;
    border-radius: 999px !important;
    background: #f0f1ff !important;
    color: #101828 !important;
    border: none !important;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.35;
    padding: 16px 20px;
    box-shadow: 0 10px 24px rgba(35, 26, 94, 0.06);
    justify-content: flex-start;
}

.service5-tabs .nav-link span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #4a2ac7;
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.service5-tabs .nav-link span img {
    width: 26px;
}

.service5-tab-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

.service5-tabs .nav-link.active {
    background: linear-gradient(90deg, #3d1daa 0%, #7660f5 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 36px rgba(74, 42, 199, 0.22);
}

.service5-tabs .nav-link.active span {
    background: rgba(255, 255, 255, 0.14);
}

.service5-tabs-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 26px;
}

.service5-tabs-arrow {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #edf0ff;
    color: #4a2ac7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.service5-tabs-arrow:hover {
    background: #4a2ac7;
    color: #ffffff;
}

.service5-tabs-arrow:disabled {
    opacity: 0.45;
    cursor: default;
}

.service5-tabs-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.service5-tabs-dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 999px;
    background: #d2d8f0;
    transition: all 0.2s ease;
}

.service5-tabs-dot.is-active {
    width: 28px;
    background: linear-gradient(90deg, #3d1daa 0%, #7b63ff 100%);
}

.service5-tabs-slider.is-single-page .service5-tabs-controls {
    display: none;
}

.project5-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 28px;
    height: 100%;
}

.project5-card h4,
.project5-card a,
.project5-meta {
    color: #ffffff;
}

.project5-card p {
    color: rgba(255, 255, 255, 0.78);
}

.project5-meta {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.9rem;
    opacity: 0.78;
}

.contact5-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.summary-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    padding: 20px;
}

.summary-item strong,
.summary-item span {
    display: block;
    color: #ffffff;
}

.summary-item strong {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.contact-form-visual {
    background: #ffffff;
    border-radius: 28px;
    padding: 34px 32px 30px;
}

.contact-form-visual h2 {
    color: #101828;
    margin-bottom: 6px;
}

.contact-form-visual .subtitle {
    color: #475467;
    margin-bottom: 20px;
}

.contact-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.contact-pill {
    border: none;
    border-radius: 12px;
    background: #edf0ff;
    color: #111827;
    padding: 13px 20px;
    font-weight: 500;
    min-width: 106px;
}

.contact-pill.is-active {
    background: #4a2ac7;
    color: #ffffff;
}

.contact-form-visual .single-input {
    margin-bottom: 18px;
}

.contact-form-visual .single-input input,
.contact-form-visual .single-input textarea {
    width: 100%;
    border: none;
    background: #edf0ff;
    border-radius: 14px;
    padding: 18px 18px;
    color: #111827;
}

.contact-range-box {
    margin: 10px 0 24px;
}

.range-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #101828;
    margin-bottom: 10px;
}

.contact-range {
    width: 100%;
    accent-color: #29148c;
}

.range-selected {
    margin: 12px 0 0;
    color: #475467;
}

.contact-submit-btn {
    margin-left: auto;
}

.footer-ref-list {
    display: grid;
    gap: 12px;
}

.footer-ref-item {
    color: rgba(255, 255, 255, 0.78);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.footer-contact-icon {
    flex: 0 0 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.footer-contact-text {
    min-width: 0;
    flex: 1 1 auto;
}

.footer-contact-text a {
    margin-left: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    word-break: break-word;
}

.about-hero {
    padding: 170px 0 90px;
    position: relative;
}

.about-hero-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    padding: 48px;
    backdrop-filter: blur(12px);
}

.about-hero-visual {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(8, 17, 31, 0.24);
}

.about-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.about-content-wrap {
    position: relative;
}

.about-rich-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 34px 34px 20px;
    box-shadow: 0 24px 50px rgba(18, 25, 38, 0.08);
    height: 100%;
}

.about-rich-text {
    color: #344054;
    font-size: 1.08rem;
    line-height: 1.9;
}

.about-rich-text h2,
.about-rich-text h3 {
    color: #08111f;
    font-size: 1.8rem;
    margin: 28px 0 14px;
}

.about-rich-text p {
    margin-bottom: 16px;
}

.about-rich-text a {
    color: #4a2ac7;
    font-weight: 600;
}

.about-rich-text figure {
    margin: 24px 0;
    clear: both;
}

.about-rich-text figure.is-size-small {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.about-rich-text figure.is-size-medium {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.about-rich-text figure.is-size-large {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.about-rich-text figure.is-size-full {
    max-width: 100%;
}

.about-rich-text figure.align-left {
    float: left;
    margin: 10px 24px 18px 0;
}

.about-rich-text figure.align-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.about-rich-text figure.align-right {
    float: right;
    margin: 10px 0 18px 24px;
}

.about-rich-text figure img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.about-rich-text .editor-video-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #0f172a;
    aspect-ratio: 16 / 9;
}

.about-rich-text .editor-video-frame iframe,
.about-rich-text .editor-video-frame video {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    border-radius: 20px;
}

.about-rich-text figcaption {
    margin-top: 10px;
    color: #667085;
    font-size: 0.95rem;
    line-height: 1.6;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.variant-search-result-bar,
.variant-empty-state,
.variant-404-card,
.variant-404-search-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 50px rgba(18, 25, 38, 0.08);
}

.variant-search-result-bar {
    margin-top: 24px;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    color: #1a1f36;
    flex-wrap: wrap;
}

.variant-search-result-bar a {
    color: var(--theme-primary, #4a2ae8);
    font-weight: 700;
}

.variant-empty-state {
    padding: 38px 34px;
    text-align: center;
}

.variant-empty-state h3 {
    margin-bottom: 10px;
}

.variant-404-section {
    padding-top: 70px;
    padding-bottom: 110px;
}

.variant-404-hero-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.variant-404-hero-panel h1,
.variant-404-hero-panel p,
.variant-404-hero-panel .theme-btn7 {
    display: block;
}

.variant-404-card {
    padding: 28px 30px;
    margin-top: 30px;
    height: calc(100% - 30px);
}

.variant-404-card h3 {
    margin: 0 0 14px;
    color: var(--theme-text-heading, #1a1f36);
}

.variant-404-link {
    color: var(--theme-primary, #4a2ae8);
    font-weight: 700;
}

.variant-404-search-card {
    margin-top: 32px;
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.variant-404-search-copy h2 {
    margin: 14px 0 10px;
    color: var(--theme-text-heading, #1a1f36);
}

.variant-404-search-copy p {
    margin: 0;
    color: var(--theme-text-muted, #667085);
}

.variant-404-search-form {
    display: flex;
    gap: 14px;
    align-items: center;
}

.variant-404-search-form input {
    width: 100%;
    min-height: 60px;
    border-radius: 16px;
    border: 1px solid rgba(74, 42, 232, 0.14);
    background: #f5f7ff;
    padding: 0 18px;
    color: #1a1f36;
}

.variant-404-search-form button {
    border: 0;
    min-width: 132px;
    min-height: 60px;
    border-radius: 16px;
    background: var(--theme-gradient-main, linear-gradient(135deg, #4a2ae8, #7a68ff));
    color: #ffffff;
    font-weight: 700;
}

.variant-404-list-card {
    height: auto;
}

.variant-404-list {
    display: grid;
    gap: 12px;
}

.variant-404-list-item {
    display: block;
    padding: 15px 18px;
    border-radius: 16px;
    background: #f5f7ff;
    color: var(--theme-text-heading, #1a1f36);
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.variant-404-list-item:hover {
    transform: translateY(-2px);
    background: rgba(74, 42, 232, 0.08);
    color: var(--theme-primary, #4a2ae8);
}

.about-side-stack {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.about-stat-card,
.about-side-note,
.about-mini-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 50px rgba(18, 25, 38, 0.08);
}

.about-stat-card {
    padding: 24px 22px;
}

.about-stat-card strong,
.about-stat-card span {
    display: block;
}

.about-stat-card strong {
    font-size: 2rem;
    line-height: 1;
    color: #4a2ac7;
    margin-bottom: 10px;
}

.about-stat-card span {
    color: #475467;
    font-weight: 600;
}

.about-side-note {
    margin-top: 18px;
    padding: 28px 26px;
    flex: 1;
}

.about-side-note h3 {
    color: #08111f;
    font-size: 1.7rem;
    line-height: 1.3;
    margin: 12px 0;
}

.about-side-note p {
    color: #475467;
    margin: 0;
}

.about-mini-card {
    padding: 30px 28px;
    height: 100%;
}

.about-mini-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #4a2ac7;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
}

.about-mini-icon img {
    width: 34px;
}

.about-mini-card h4 {
    color: #08111f;
    font-size: 1.5rem;
    margin-bottom: 14px;
}

.about-mini-card p {
    color: #475467;
    margin-bottom: 18px;
}

.about-mini-card a {
    color: #4a2ac7;
    font-weight: 700;
}

.about-v5-hero-shell {
    padding: 170px 0 70px;
}

.about-v5-hero-panel {
    margin-right: 12px;
}

.about-v5-hero-visual {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    min-height: 470px;
    box-shadow: 0 32px 60px rgba(8, 17, 31, 0.22);
}

.about-v5-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-v5-hero-badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #4a2ac7;
    display: grid;
    place-items: center;
    box-shadow: 0 16px 36px rgba(74, 42, 199, 0.35);
}

.about-v5-intro,
.about-v5-story,
.about-v5-content,
.about-v5-testimonial,
.about-v5-team {
    position: relative;
}

.about-v5-intro {
    padding-top: 215px;
    padding-bottom: 48px;
}

.about-v5-story {
    padding-top: 36px;
}

.about-v5-images {
    padding-right: 46px;
    min-height: 520px;
}

.about-v5-main-image {
    position: relative;
    z-index: 2;
    border-radius: 28px;
    overflow: hidden;
    max-width: 480px;
}

.about-v5-main-image img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
}

.about-v5-shape {
    position: absolute;
    z-index: 4;
    pointer-events: none;
}

.about-v5-shape-one {
    left: 18px;
    bottom: 42px;
}

.about-v5-shape-two {
    right: 0;
    top: 40px;
}

.about-v5-shape-three {
    right: 40px;
    bottom: 0;
}

.about-v5-heading {
    padding-left: 20px;
}

.about-v5-brand-strip {
    background: #e9ecff;
    padding: 34px 0;
}

.about-v5-brand-shell {
    text-align: center;
}

.about-v5-brand-shell p {
    color: #344054;
    font-weight: 700;
    margin-bottom: 26px;
}

.about-v5-brand-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.about-v5-brand-item {
    min-height: 90px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    display: grid;
    place-items: center;
    padding: 16px;
}

.about-v5-brand-item img {
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
}

.about-v5-brand-item span {
    color: #08111f;
    font-weight: 700;
    text-align: center;
}

.about-v5-progress-list {
    display: grid;
    gap: 22px;
    margin-top: 30px;
}

.about-v5-progress-label {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    color: #08111f;
    font-weight: 700;
}

.about-v5-progress-bar {
    height: 12px;
    border-radius: 999px;
    background: #e6e9fb;
    overflow: hidden;
}

.about-v5-progress-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #3d1daa 0%, #7b63ff 100%);
}

.about-v5-story-images {
    position: relative;
    min-height: 540px;
}

.about-v5-story-image-one,
.about-v5-story-image-two {
    position: relative;
    z-index: 2;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(18, 25, 38, 0.12);
}

.about-v5-story-image-one {
    max-width: 340px;
}

.about-v5-story-image-two {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 300px;
}

.about-v5-story-images img {
    width: 100%;
    object-fit: cover;
}

.about-v5-story-shape {
    position: absolute;
    left: 220px;
    top: 180px;
    z-index: 4;
    pointer-events: none;
}

.about-v5-quote-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 24px 50px rgba(18, 25, 38, 0.08);
    height: 100%;
}

.about-v5-quote-card .qute {
    width: 44px;
    margin-bottom: 18px;
}

.about-v5-quote-card ul {
    display: flex;
    gap: 8px;
    color: #f59e0b;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.about-v5-quote-card p {
    color: #475467;
    line-height: 1.8;
    margin-bottom: 24px;
}

.about-v5-quote-author {
    display: flex;
    gap: 14px;
    align-items: center;
}

.about-v5-quote-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
}

.about-v5-quote-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-v5-quote-author strong,
.about-v5-quote-author span {
    display: block;
}

.about-v5-quote-author strong {
    color: #08111f;
}

.about-v5-quote-author span {
    color: #667085;
}

.about-v5-circles {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.about-v5-circle-card {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #f0f1ff;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 20px;
}

.about-v5-circle-value {
    color: #4a2ac7;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.about-v5-circle-card p {
    color: #344054;
    margin: 10px 0 0;
    font-weight: 600;
}

.about-v5-team-card {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(18, 25, 38, 0.08);
    height: 100%;
}

.about-v5-team-card .image-area {
    position: relative;
}

.about-v5-team-card .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.about-v5-team-card .icons {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.about-v5-team-card .icons ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-v5-team-card .icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #4a2ac7;
    display: grid;
    place-items: center;
}

.about-v5-team-card .text-content {
    padding: 22px 24px 26px;
}

.inner-hero5 {
    padding: 170px 0 80px;
}

.inner-hero5-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    padding: 46px 48px;
    backdrop-filter: blur(10px);
}

.service-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.service-hero-title {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.page-breadcrumb5 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 24px;
}

.page-breadcrumb5 a,
.page-breadcrumb5 span,
.page-breadcrumb5 p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

.service-hero-breadcrumb {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.variant-card {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 24px 50px rgba(18, 25, 38, 0.08);
}

.variant-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #edf0ff;
    color: #4a2ac7;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contact-info-card .variant-chip {
    margin-bottom: 18px;
}

.variant-side-card .variant-chip,
.variant-side-gallery-card .variant-chip,
.variant-side-map-card .variant-chip {
    margin-bottom: 18px;
}

.variant-service-card {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    overflow: hidden;
}

.variant-service-media img,
.variant-detail-media img,
.variant-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variant-service-media {
    min-height: 100%;
}

.variant-service-body {
    padding: 32px 32px 36px;
}

.variant-service-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #4a2ac7;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
}

.variant-service-icon img {
    width: 34px;
}

.variant-service-body h2,
.variant-reference-card h2 {
    color: #08111f;
    font-size: 2rem;
    margin: 18px 0 14px;
}

.variant-service-body p,
.variant-reference-card p,
.variant-blog-excerpt,
.variant-project-note {
    color: #475467;
}

.variant-blog-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.7;
    min-height: calc(1.7em * 2);
}

.variant-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.variant-meta-row span {
    color: #344054;
    background: #f6f7fb;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.92rem;
}

.variant-detail-card {
    overflow: hidden;
}

.variant-detail-media {
    height: 360px;
}

.variant-detail-content {
    padding: 34px;
}

.variant-gallery-card,
.variant-faq-card,
.variant-side-card,
.variant-side-gallery-card,
.variant-side-map-card,
.contact-info-card,
.variant-reference-card {
    padding: 30px;
}

.variant-gallery-card h3,
.variant-faq-card h3,
.variant-side-card h3 {
    color: #08111f;
    margin: 18px 0 12px;
    font-size: 1.6rem;
}

.variant-gallery-slider,
.variant-side-gallery-slider {
    margin-top: 18px;
}

.variant-gallery-viewport {
    overflow: hidden;
    border-radius: 24px;
}

.variant-gallery-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.variant-gallery-slide {
    flex: 0 0 100%;
}

.variant-gallery-item {
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8ff;
}

.variant-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.variant-faq-list,
.variant-link-list,
.contact-info-list {
    display: grid;
    gap: 16px;
}

.variant-faq-item {
    background: #f7f8ff;
    border-radius: 20px;
    padding: 20px;
}

.variant-faq-item strong {
    display: block;
    color: #08111f;
    margin-bottom: 8px;
}

.variant-faq-item p {
    color: #475467;
    margin: 0;
}

.variant-link-list a,
.variant-inline-link {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    color: #08111f;
    background: #f7f8ff;
    border-radius: 18px;
    padding: 16px 18px;
    font-weight: 600;
}

.variant-side-gallery-viewport {
    overflow: hidden;
    border-radius: 22px;
}

.variant-side-gallery-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.variant-side-gallery-slide {
    flex: 0 0 100%;
}

.variant-side-gallery-item {
    border-radius: 22px;
    overflow: hidden;
    height: 220px;
    background: #f7f8ff;
}

.variant-side-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.variant-side-gallery-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
}

.variant-side-gallery-arrow {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #edf0ff;
    color: #4a2ac7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.variant-side-gallery-arrow:hover {
    background: #4a2ac7;
    color: #ffffff;
}

.variant-side-gallery-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
}

.variant-side-gallery-dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 999px;
    background: #d2d8f0;
    transition: all 0.2s ease;
}

.variant-side-gallery-dot.is-active {
    width: 28px;
    background: linear-gradient(90deg, #3d1daa 0%, #7b63ff 100%);
}

.variant-side-map-frame {
    border-radius: 22px;
    overflow: hidden;
    background: #f7f8ff;
    height: 280px;
}

.variant-side-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.contact-page-map-wrap {
    margin-top: 24px;
}

body.offcanvas-open {
    overflow: hidden;
}

.progress-wrap::after,
.progress-wrap::before {
    font-family: inherit !important;
    content: "↑" !important;
    font-size: 18px;
    font-weight: 700;
}

.variant-gallery-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.variant-gallery-arrow {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #edf0ff;
    color: #4a2ac7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.variant-gallery-arrow:hover {
    background: #4a2ac7;
    color: #ffffff;
}

.variant-gallery-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
}

.variant-gallery-dot {
    width: 11px;
    height: 11px;
    border: none;
    border-radius: 999px;
    background: #d2d8f0;
    transition: all 0.2s ease;
}

.variant-gallery-dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, #3d1daa 0%, #7b63ff 100%);
}

.variant-sidebar-stack {
    display: grid;
    gap: 24px;
    position: sticky;
    top: 120px;
}

.variant-sidebar-stack > * + * {
    margin-top: 8px;
}

.variant-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.variant-tag-cloud span {
    background: #edf0ff;
    color: #4a2ac7;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 600;
}

.variant-project-card {
    min-height: 100%;
}

.variant-project-note {
    margin: 18px 0 18px;
    line-height: 1.7;
}

.variant-contact-form {
    padding: 36px 34px 30px;
}

.contact-info-item {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #f7f8ff;
    border-radius: 20px;
    padding: 18px;
}

.contact-info-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.contact-info-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, #5b3df5 0%, #7d67ff 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 16px 32px rgba(91, 61, 245, 0.18);
}

.contact-info-item strong {
    display: block;
    color: #08111f;
    margin-bottom: 4px;
}

.contact-info-item a {
    color: #475467;
}

.variant-reference-card {
    height: 100%;
}

.variant-reference-logo {
    width: 92px;
    height: 92px;
    border-radius: 24px;
    background: #edf0ff;
    color: #4a2ac7;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-bottom: 22px;
}

.variant-reference-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variant-reference-logo span {
    font-size: 2rem;
    font-weight: 800;
}

.mobile-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.mobile-links a {
    color: var(--theme-text-heading);
    font-weight: 600;
}

.vl-offcanvas-menu .mobile-links {
    display: grid !important;
}

.vl-offcanvas-menu .mobile-links > li {
    position: relative;
    border: 1px solid var(--theme-border-soft);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 241, 255, 0.96) 100%);
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(74, 42, 199, 0.08);
}

.vl-offcanvas-menu .mobile-links > li::before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 0;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--theme-primary-dark) 0%, var(--theme-primary-light) 100%);
    opacity: 0.92;
}

.vl-offcanvas-menu .mobile-links > li > a {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 18px 56px 18px 22px;
    font-size: 1.02rem;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.vl-offcanvas-menu .mobile-links > li.has-dropdown > a {
    padding-right: 68px;
}

.vl-offcanvas-menu .mobile-links .vl-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 12px;
    background: rgba(var(--theme-primary-rgb), 0.12);
    color: var(--theme-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.vl-offcanvas-menu .mobile-links .vl-menu-close:hover {
    background: var(--theme-primary);
    color: #fff;
}

.vl-offcanvas-menu .mobile-links .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 12px 12px;
    display: none;
}

.vl-offcanvas-menu .mobile-links .sub-menu li + li {
    margin-top: 8px;
}

.vl-offcanvas-menu .mobile-links .sub-menu a {
    display: block;
    padding: 13px 15px;
    border-radius: 16px;
    background: var(--theme-surface);
    font-size: 0.95rem;
    line-height: 1.4;
    box-shadow: inset 0 0 0 1px rgba(var(--theme-primary-rgb), 0.08);
}

.vl-offcanvas-info {
    border-top: 1px solid var(--theme-border-soft);
    padding-top: 24px;
}

.mobile-contact-row {
    align-items: flex-start;
    gap: 12px;
}

.mobile-contact-row .icon {
    width: 22px;
    flex: 0 0 22px;
    margin-top: 10px;
}

.mobile-contact-row .text {
    min-width: 0;
}

.mobile-contact-row .text a {
    margin-left: 0;
    line-height: 1.55;
    word-break: break-word;
}

@media (max-width: 991.98px) {
    .vl-header-area5.header-sticky {
        padding: 0 !important;
    }

    .vl-header-area5.header-sticky .header5-bg {
        padding: 10px 12px !important;
        margin-top: 0;
    }

    .header5-bg {
        padding: 10px 12px;
        border-radius: 20px;
    }

    .header5-bg .row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 54px;
        align-items: center;
        column-gap: 10px;
        min-height: 56px;
        margin-left: 0;
        margin-right: 0;
    }

    .header5-bg .row > [class*="col-"] {
        width: auto;
        max-width: none;
        flex: initial;
        padding-left: 0;
        padding-right: 0;
    }

    .header5-bg .row > .col-6:first-child {
        width: 100%;
        max-width: 100%;
    }

    .header5-bg .row > .col-6:last-child {
        width: 54px;
        max-width: 54px;
    }

    .vl-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 48px;
        width: 100%;
        text-align: left;
        padding-left: 4px;
    }

    .vl-logo .white-logo,
    .vl-logo .black-logo {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: 0 !important;
        padding: 0;
        text-align: left !important;
        line-height: 1.2;
    }

    .vl-header-area5 .vl-logo .white-logo {
        display: none !important;
    }

    .vl-header-area5 .vl-logo .black-logo {
        display: flex !important;
    }

    body.dark-mode .vl-header-area5 .vl-logo .white-logo {
        display: flex !important;
    }

    body.dark-mode .vl-header-area5 .vl-logo .black-logo {
        display: none !important;
    }

    .vl-logo .theme-brand-text {
        display: block;
        max-width: none;
        width: 100%;
        font-size: 0.96rem;
        line-height: 1.2;
        letter-spacing: -0.02em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vl-header-action-item {
        display: flex;
        justify-content: flex-end;
        float: none;
        width: 54px;
        padding: 0;
        margin-left: 0;
    }

    .mobile-menu-toggle {
        width: 54px;
        height: 54px;
        border: 1px solid rgba(8, 17, 31, 0.16);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.96);
        color: var(--theme-text-heading);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 14px 30px rgba(8, 17, 31, 0.08);
    }

    .mobile-menu-toggle svg {
        width: 22px;
        height: 22px;
    }

    .vl-offcanvas-wrapper {
        padding: 18px 18px 28px;
    }

    .vl-offcanvas-header {
        margin-bottom: 18px !important;
    }

    .vl-offcanvas-logo {
        flex: 1;
        min-width: 0;
        display: flex;
        align-items: center;
    }

    .vl-offcanvas-logo .theme-brand-text {
        display: block;
        max-width: none;
        font-size: 1.08rem;
        line-height: 1.2;
        color: var(--theme-text-heading);
        letter-spacing: -0.02em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-offcanvas-brand {
        padding-right: 16px;
        width: 100%;
    }

    .mobile-offcanvas-brand img,
    .vl-logo .theme-brand-logo img {
        max-width: 180px;
        max-height: 44px;
    }

    .vl-offcanvas-close-toggle {
        width: 48px;
        height: 48px;
        border: 1px solid var(--theme-border-soft);
        border-radius: 14px;
        background: var(--theme-surface);
        color: var(--theme-text-heading);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .vl-offcanvas-close-toggle svg {
        width: 20px;
        height: 20px;
    }

    .vl-offcanvas-info h4 {
        margin-bottom: 18px;
    }
}
}

.sub-title5,
.sub-title3-w {
    background-color: var(--theme-surface-alt);
    color: var(--theme-primary);
}

.theme-btn6,
.theme-btn6:hover {
    color: var(--theme-dark-text);
}

.theme-btn6::after,
.theme-btn6::before,
.theme-btn7::before {
    background: var(--theme-gradient-main);
}

.theme-btn7 {
    color: var(--theme-text-heading);
}

.theme-btn7::after {
    background: var(--theme-surface);
}

.theme-btn7:hover {
    color: var(--theme-dark-text);
}

.theme-switch input:checked + .slider {
    background: var(--theme-primary-light);
}

.theme-switch .slider {
    background: var(--theme-surface-alt);
}

.theme-switch .slider::before {
    background-color: var(--theme-surface);
}

.theme-switch .moon-icon {
    color: var(--theme-primary);
}

.language-switcher {
    position: fixed;
    right: 22px;
    bottom: 94px;
    z-index: 998;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.language-switcher-toggle {
    width: 58px;
    height: 58px;
    border: 1px solid var(--theme-border-soft);
    border-radius: 999px;
    background: var(--theme-surface);
    color: var(--theme-primary);
    box-shadow: 0 16px 32px rgba(var(--theme-primary-rgb), 0.16);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.language-switcher-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(var(--theme-primary-rgb), 0.22);
}

.language-switcher-toggle .ui-icon {
    font-size: 1rem;
}

.language-switcher-toggle span {
    font-size: 0.68rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.language-switcher-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    min-width: 168px;
    padding: 10px;
    border-radius: 20px;
    background: var(--theme-surface);
    border: 1px solid var(--theme-border-soft);
    box-shadow: 0 20px 40px rgba(8, 17, 31, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.language-switcher.is-open .language-switcher-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.language-switcher-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    color: var(--theme-text-heading);
    transition: background 0.2s ease, color 0.2s ease;
}

.language-switcher-item + .language-switcher-item {
    margin-top: 6px;
}

.language-switcher-item strong {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.language-switcher-item small {
    font-size: 0.8rem;
    color: var(--theme-text-muted);
}

.language-switcher-item:hover,
.language-switcher-item.is-active {
    background: var(--theme-surface-alt);
    color: var(--theme-primary);
}

.dark-mode .language-switcher-toggle,
.dark-mode .language-switcher-menu {
    background: var(--theme-dark-surface);
    border-color: rgba(255, 255, 255, 0.12);
}

.dark-mode .language-switcher-item {
    color: var(--theme-dark-text);
}

.dark-mode .language-switcher-item small {
    color: rgba(255, 255, 255, 0.72);
}

.header-inner-visible .header5-bg::before,
.theme-flash,
.hero-metric-card,
.contact-form-visual,
.about-rich-card,
.about-stat-card,
.about-side-note,
.about-mini-card,
.variant-card,
.about-v5-quote-card,
.about-v5-team-card {
    background: var(--theme-surface);
}

.hero-metric-card span,
.hero-metric-card small,
.about-rich-text,
.about-rich-text p,
.about-v5-brand-shell p,
.about-v5-circle-card p,
.variant-service-body p,
.variant-reference-card p,
.variant-blog-excerpt,
.variant-project-note,
.variant-faq-item p,
.contact-info-item a,
.range-selected,
.contact-form-visual .subtitle,
.about-stat-card span,
.about-side-note p,
.about-mini-card p {
    color: var(--theme-text-muted);
}

.hero-metric-card strong,
.service5-feature-card .content-area h3,
.project5-card h4,
.contact-form-visual h2,
.about-rich-text h2,
.about-rich-text h3,
.about-side-note h3,
.about-mini-card h4,
.about-v5-progress-label,
.about-v5-brand-item span,
.variant-service-body h2,
.variant-reference-card h2,
.variant-gallery-card h3,
.variant-faq-card h3,
.variant-side-card h3,
.variant-faq-item strong,
.variant-link-list a,
.variant-inline-link,
.contact-info-item strong,
.contact5-summary strong,
.contact5-summary span {
    color: var(--theme-text-heading);
}

.service-progress-line,
.service5-showcase-dot,
.service5-tabs-dot,
.variant-side-gallery-dot,
.variant-gallery-dot {
    background: var(--theme-border-soft);
}

.service-progress-line span,
.service5-showcase-dot.is-active,
.service5-tabs-dot.is-active,
.variant-side-gallery-dot.is-active,
.variant-gallery-dot.is-active,
.about-v5-progress-bar span {
    background: var(--theme-gradient-main);
}

.service5-feature-card,
.service5-tabs .nav-link,
.about-v5-circle-card {
    background: var(--theme-surface-soft);
}

.service5-feature-card .icons,
.service5-tabs .nav-link span,
.contact-pill.is-active,
.about-mini-icon,
.about-v5-hero-badge,
.variant-service-icon,
.variant-gallery-arrow:hover,
.variant-side-gallery-arrow:hover,
.service5-showcase-arrow:hover,
.service5-tabs-arrow:hover {
    background: var(--theme-primary);
}

.service5-showcase-arrow,
.service5-tabs-arrow,
.variant-gallery-arrow,
.variant-side-gallery-arrow,
.contact-pill,
.variant-chip,
.variant-tag-cloud span,
.variant-reference-logo {
    background: var(--theme-surface-alt);
    color: var(--theme-primary);
}

.service5-showcase-arrow,
.service5-tabs-arrow,
.variant-gallery-arrow,
.variant-side-gallery-arrow {
    color: var(--theme-primary);
}

.service5-feature-card .content-area p,
.about-v5-story .gray3,
.about-v5-intro .gray3,
.work5 .work5-box .content p,
.blog1 .vl-blog-1-content .date,
.blog1 .vl-blog-1-content .learn1 {
    color: var(--theme-text-body);
}

.service5-tabs .nav-link.active {
    background: var(--theme-gradient-main) !important;
    color: var(--theme-dark-text) !important;
}

.service5-tabs .nav-link.active span {
    background: rgba(255, 255, 255, 0.14);
}

.project5-card,
.summary-item,
.about-hero-panel,
.inner-hero5-panel {
    background: rgba(var(--theme-section-rgb), 0.10);
    border-color: rgba(255, 255, 255, 0.14);
}

.project5-card h4,
.project5-card a,
.project5-meta,
.summary-item strong,
.summary-item span {
    color: var(--theme-dark-text);
}

.project5-card p,
.footer-ref-item {
    color: rgba(255, 255, 255, 0.78);
}

.contact-form-visual .single-input input,
.contact-form-visual .single-input textarea,
.contact-pill,
.variant-meta-row span,
.variant-gallery-item,
.variant-faq-item,
.variant-link-list a,
.variant-inline-link,
.variant-side-gallery-item,
.variant-side-map-frame,
.contact-info-item {
    background: var(--theme-surface-muted);
}

.contact-form-visual .single-input input,
.contact-form-visual .single-input textarea,
.range-meta,
.contact-info-item strong,
.contact-info-item a,
.variant-link-list a,
.variant-inline-link,
.variant-faq-item strong,
.variant-meta-row span {
    color: var(--theme-text-heading);
}

.contact-range {
    accent-color: var(--theme-primary-dark);
}

.about-rich-text a,
.about-mini-card a,
.about-v5-circle-value,
.variant-chip,
.variant-tag-cloud span,
.variant-reference-logo {
    color: var(--theme-primary);
}

.about-stat-card strong {
    color: var(--theme-primary);
}

.contact-info-icon {
    background: var(--theme-gradient-main-soft);
    box-shadow: 0 16px 32px rgba(var(--theme-primary-rgb), 0.18);
}

.variant-reference-logo,
.variant-service-icon,
.about-mini-icon,
.service5-feature-card .icons {
    box-shadow: 0 16px 32px rgba(var(--theme-primary-rgb), 0.18);
}

body.dark-mode .work5 .work5-box,
body.dark-mode .service5 .service5-feature-card,
body.dark-mode .blog1 .vl-blog-5-item,
body.dark-mode .about-rich-card,
body.dark-mode .about-stat-card,
body.dark-mode .about-side-note,
body.dark-mode .about-mini-card,
body.dark-mode .variant-card,
body.dark-mode .about-v5-quote-card,
body.dark-mode .about-v5-team-card,
body.dark-mode .contact-form-visual {
    background: rgba(var(--theme-dark-surface-rgb), 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

body.dark-mode .blog1 .white-bg1,
body.dark-mode .variant-chip,
body.dark-mode .variant-tag-cloud span {
    background-color: rgba(var(--theme-primary-rgb), 0.16);
}

body.dark-mode .variant-search-result-bar,
body.dark-mode .variant-empty-state,
body.dark-mode .variant-404-card,
body.dark-mode .variant-404-search-card {
    background: rgba(var(--theme-dark-surface-rgb), 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

body.dark-mode .variant-404-search-form input,
body.dark-mode .variant-404-list-item {
    background: rgba(255, 255, 255, 0.06);
    color: var(--theme-dark-text, #ffffff);
}

body.dark-mode .variant-search-result-bar,
body.dark-mode .variant-empty-state h3,
body.dark-mode .variant-404-card h3,
body.dark-mode .variant-404-search-copy h2,
body.dark-mode .variant-404-list-item {
    color: var(--theme-dark-text, #ffffff);
}

body.dark-mode .variant-search-result-bar a,
body.dark-mode .variant-404-link {
    color: #ffffff;
}

body.dark-mode .variant-404-search-copy p {
    color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 991px) {
    .variant-404-search-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .variant-404-search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .variant-404-search-form button {
        width: 100%;
    }

    .variant-search-result-bar,
    .variant-404-card,
    .variant-404-search-card,
    .variant-empty-state {
        border-radius: 20px;
    }
}

body.dark-mode.inner-page-shell {
    background:
        radial-gradient(circle at top right, rgba(var(--theme-primary-rgb), 0.18), transparent 28%),
        linear-gradient(180deg, var(--theme-dark-background-top) 0, var(--theme-dark-surface) 220px, var(--theme-dark-background) 220px, var(--theme-dark-background) 100%);
}

body.dark-mode .about-v5-intro,
body.dark-mode .about-v5-story,
body.dark-mode .about-v5-content,
body.dark-mode .about-service-strip,
body.dark-mode .variant-page-shell,
body.dark-mode .shape-bg5 {
    background: var(--theme-dark-background);
}

body.dark-mode .about5 .black3,
body.dark-mode .work5 .black3,
body.dark-mode .service5 .black3,
body.dark-mode .blog1 .black1,
body.dark-mode .blog1 .black2,
body.dark-mode .blog1 .black3,
body.dark-mode .about-v5-intro .black3,
body.dark-mode .about-v5-story .black3,
body.dark-mode .about-service-strip .black3,
body.dark-mode .about-rich-text h2,
body.dark-mode .about-rich-text h3,
body.dark-mode .about-side-note h3,
body.dark-mode .about-mini-card h4,
body.dark-mode .variant-service-body h2,
body.dark-mode .variant-reference-card h2,
body.dark-mode .variant-gallery-card h3,
body.dark-mode .variant-faq-card h3,
body.dark-mode .variant-side-card h3,
body.dark-mode .variant-faq-item strong,
body.dark-mode .variant-link-list a,
body.dark-mode .variant-inline-link,
body.dark-mode .contact-info-item strong,
body.dark-mode .mobile-links a {
    color: var(--theme-dark-text);
}

body.dark-mode .about5 .gray3,
body.dark-mode .work5 .work5-box .content p,
body.dark-mode .service5 .service5-feature-card .content-area p,
body.dark-mode .blog1 .vl-blog-1-content .date,
body.dark-mode .blog1 .vl-blog-1-content .learn1,
body.dark-mode .about-v5-intro .gray3,
body.dark-mode .about-v5-story .gray3,
body.dark-mode .about-rich-text,
body.dark-mode .about-rich-text p,
body.dark-mode .about-stat-card span,
body.dark-mode .about-side-note p,
body.dark-mode .about-mini-card p,
body.dark-mode .variant-service-body p,
body.dark-mode .variant-reference-card p,
body.dark-mode .variant-blog-excerpt,
body.dark-mode .variant-project-note,
body.dark-mode .variant-faq-item p,
body.dark-mode .contact-info-item a,
body.dark-mode .variant-meta-row span {
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 991px) {
    .hero-secondary-btn {
        margin-left: 0;
        margin-top: 16px;
    }

    .hero-metric-card {
        position: static;
        margin-top: 24px;
    }

    .service5-feature-card {
        padding: 28px;
    }

    .service-image-frame {
        max-width: 100%;
        margin-top: 28px;
    }

    .service5-feature-card .arrow-circle {
        margin-top: 18px;
        margin-right: 0;
    }

    .service5-tabs .nav-link {
        min-width: auto;
        width: 100%;
        justify-content: flex-start;
        min-height: 80px;
        font-size: 0.9rem;
    }

    .service5-tab-slide {
        flex-basis: calc(50% - 8px);
    }

    .about-hero {
        padding: 150px 0 70px;
    }

    .about-hero-panel {
        padding: 28px;
    }

    .about-hero-visual {
        margin-top: 28px;
    }

    .about-rich-card {
        padding: 26px 22px 16px;
    }

    .about-side-stack {
        height: auto;
    }

    .inner-hero5 {
        padding: 150px 0 64px;
    }

    .inner-hero5-panel,
    .variant-service-body,
    .variant-detail-content,
    .variant-gallery-card,
    .variant-faq-card,
    .variant-side-card,
    .variant-side-gallery-card,
    .variant-side-map-card,
    .contact-info-card,
    .variant-contact-form,
    .variant-reference-card {
        padding: 24px;
    }

    .variant-service-card {
        grid-template-columns: 1fr;
    }

    .variant-service-media {
        height: 260px;
    }

    .variant-sidebar-stack {
        position: static;
    }

    .about-v5-hero-shell {
        padding: 150px 0 60px;
    }

    .about-v5-intro {
        padding-top: 185px;
        padding-bottom: 42px;
    }

    .about-v5-story {
        padding-top: 30px;
    }

    .about-v5-hero-panel {
        margin-right: 0;
    }

    .about-v5-hero-visual {
        min-height: 340px;
        margin-top: 28px;
    }

    .about-v5-images {
        min-height: auto;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .about-v5-main-image {
        max-width: 100%;
    }

    .about-v5-main-image img {
        min-height: 360px;
    }

    .about-v5-heading {
        padding-left: 0;
    }

    .about-v5-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-v5-story-images {
        min-height: auto;
        margin-top: 32px;
    }

    .about-v5-story-image-two {
        position: relative;
        margin-top: 20px;
        max-width: 100%;
    }

    .about-v5-story-shape {
        display: none;
    }

    .about-v5-circles {
        justify-content: flex-start;
        margin-top: 24px;
    }
}

@media (max-width: 640px) {
    .hero5 .hero3-images {
        height: 248px;
        margin-top: 10px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .hero5 .hero3-images .main-image {
        width: min(78vw, 286px);
        right: 0;
        top: 0;
        bottom: auto;
    }

    .hero5 .hero3-images .main-image img {
        width: 100%;
        max-height: 248px;
        object-fit: contain;
        object-position: top right;
    }

    .hero5 .hero3-images .main-image-bg {
        left: 18px;
        top: 12px;
        width: min(64vw, 220px);
    }

    .hero5 .hero3-images .shape1 {
        display: none;
    }

    .hero5 .hero3-images .shape2 {
        display: none;
    }

    .hero5 .hero3-images .shape3 {
        display: none;
    }

    .hero5 .main-heading .text-shape {
        display: none;
    }

    .progress-wrap {
        right: 14px !important;
        bottom: 14px !important;
        width: 52px;
        height: 52px;
    }

    .language-switcher {
        right: 14px;
        bottom: 78px;
    }

    .language-switcher-toggle {
        width: 52px;
        height: 52px;
    }

    .language-switcher-menu {
        min-width: 150px;
        padding: 8px;
    }

    .contact5-summary {
        grid-template-columns: 1fr;
    }

    .service5-tab-slide {
        flex-basis: 100%;
    }

    .service5-tabs .nav-link {
        min-height: 74px;
        padding: 14px 18px;
        font-size: 0.86rem;
    }

    .service5-tabs .nav-link span {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .service5-tabs .nav-link span img {
        width: 22px;
    }

    .contact-form-visual {
        padding: 22px 18px;
    }

    .contact-category-pills {
        gap: 10px;
    }

    .contact-pill {
        min-width: 88px;
        padding: 11px 14px;
    }

    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .inner-hero5-panel {
        padding: 22px 20px;
    }

    .variant-gallery-item {
        height: 500px;
    }

    .variant-side-gallery-item,
    .variant-side-gallery-item img {
        height: 210px;
    }

    .about-v5-brand-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-v5-intro {
        padding-top: 158px;
        padding-bottom: 34px;
    }

    .about-v5-story {
        padding-top: 26px;
    }

    .about-v5-circle-card {
        width: 150px;
        height: 150px;
    }
}
