html,
body {
    overflow-x: hidden;
}

html {
    scrollbar-gutter: stable;
}

body {
    font-family: "Nunito", sans-serif;
    line-height: 1.5;
    font-weight: 400;
}

body,
body body {
    font-family: "Be Vietnam Pro", "Nunito", sans-serif !important;
}

body.home {
    overflow: hidden;
}

html.page-loading body {
    overflow: hidden !important;
}

html.portfolio-welcome-skip body.home {
    overflow-y: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.maintitle,
.section-title h2,
.about .about-descr .title,
.resume .resume-info .maintitle,
.journal .journal-info .journal-txt .maintitle,
.contact .contact-block .maintitle,
.header-follow p,
.overlay-1 .screen,
.overlay-1 .intro .myBtn,
#header .head-info .header-content .textfull {
    font-family: "Be Vietnam Pro", sans-serif;
}

#header .head-info .header-content .subtitle,
#header .head-info .header-content .location .paye,
#header .head-info .header-content .location .ville,
.separator,
.contact .contact-feedback {
    font-family: "Nunito", sans-serif;
}

.blog-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.blog-article__chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 61, 79, 0.16);
    background: rgba(255, 61, 79, 0.08);
    color: #ff3d4f;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.blog-article__chip--accent {
    background: rgba(255, 61, 79, 0.12);
    border-color: rgba(255, 61, 79, 0.22);
}

.blog-article__content {
    margin-top: 18px;
    color: #212529;
    line-height: 1.9;
}

.blog-article__content h2,
.blog-article__content h3,
.blog-article__content h4 {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.25;
}

.blog-article__content p {
    margin-bottom: 16px;
}

.blog-article__content img {
    display: block;
    margin: 22px 0;
    border-radius: 22px;
}

.blog-article__content pre,
.blog-article__content code {
    font-family: "JetBrains Mono", monospace;
}

.blog-article__content pre {
    overflow-x: auto;
    padding: 18px 20px;
    border-radius: 18px;
    background: #0f1115;
    color: #f4f7fb;
}

.blog-comments {
    margin-top: 34px;
    padding: 26px;
    border-radius: 24px;
    border: 1px solid rgba(16, 18, 22, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.blog-comments__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.blog-comments__header h3 {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1.18rem;
    font-weight: 800;
    color: #101216;
}

.blog-comments__header span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 61, 79, 0.12);
    color: #ff3d4f;
    font-size: 0.82rem;
    font-weight: 800;
}

.blog-comments__list {
    display: grid;
    gap: 14px;
}

.blog-comment {
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(16, 18, 22, 0.08);
    background: #fff;
}

.blog-comment__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.blog-comment__meta strong {
    color: #101216;
    font-size: 0.98rem;
    font-weight: 800;
}

.blog-comment__meta span {
    color: #667085;
    font-size: 0.8rem;
    white-space: nowrap;
}

.blog-comment__body {
    color: #344054;
    line-height: 1.75;
    white-space: pre-wrap;
    word-break: break-word;
}

.blog-comments__empty {
    padding: 20px;
    border-radius: 18px;
    border: 1px dashed rgba(16, 18, 22, 0.12);
    background: rgba(16, 18, 22, 0.02);
}

.blog-comments__empty strong {
    display: block;
    margin-bottom: 6px;
    color: #101216;
    font-weight: 800;
}

.blog-comments__empty p {
    margin: 0;
    color: #667085;
}

.journal.blog.single .comments {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(16, 18, 22, 0.08);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.journal.blog.single .comments .comments-count {
    margin: 0 0 18px;
    color: #101216;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1.18rem;
    font-weight: 800;
}

.journal.blog.single .comments .comments-empty {
    margin: 0;
    color: #667085;
}

.journal.blog.single .comments .comments-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.journal.blog.single .comments .comment {
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(16, 18, 22, 0.08);
    background: #fff;
}

.journal.blog.single .comments .comment-body {
    display: grid;
    gap: 10px;
}

.journal.blog.single .comments .comment-author {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.journal.blog.single .comments .comment-author strong {
    color: #101216;
    font-size: 0.98rem;
    font-weight: 800;
}

.journal.blog.single .comments .comment-author span {
    color: #667085;
    font-size: 0.8rem;
    white-space: nowrap;
}

.journal.blog.single .comments .comment-text {
    color: #344054;
    line-height: 1.75;
    white-space: pre-wrap;
    word-break: break-word;
}

.journal.blog.single .comments .comments-pagination {
    display: none;
}

.journal.blog.single .comments .comment-respond {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(16, 18, 22, 0.08);
    background: transparent;
    box-shadow: none;
}

.journal.blog.single .comments .comment-reply-title {
    margin: 0 0 10px;
}

.journal.blog.single .comment-form .btn.draw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    height: 42px;
    padding: 0 18px;
    line-height: 1;
    overflow: hidden;
}

.journal.blog.single .comment-form .btn.draw::before,
.journal.blog.single .comment-form .btn.draw::after {
    content: none !important;
    display: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.site-content,
.content {
    overflow-x: clip;
}

html.portfolio-welcome-skip .site-content,
html.portfolio-welcome-skip .content {
    overflow: visible !important;
}

.lang-menu {
    z-index: 9999;
}

.site-language-switch__flag {
    width: 36px;
    padding-right: 15px;
}

.site-language-switch__link {
    width: auto;
}

.about-cv-btn__icon {
    margin-right: 7px;
    font-size: 14px;
}

.contact-submit__icon {
    margin-right: 12px;
}

.site-topbar .navfixed {
    top: 0;
    left: 0;
    right: var(--scrollbar-width, 0px);
    width: auto;
    background: rgba(16, 17, 20, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px) saturate(130%);
    -webkit-backdrop-filter: blur(10px) saturate(130%);
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease, -webkit-backdrop-filter 220ms ease;
}

.site-topbar .navfixed.is-scrolled {
    background: rgba(16, 17, 20, 0.56) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.site-topbar .navfixed.is-scrolled .container,
.site-topbar .navfixed.is-scrolled .fullcontainer,
.site-topbar .navfixed.is-scrolled .row,
.site-topbar .navfixed.is-scrolled .col-md-12 {
    background: transparent;
}

.site-topbar .navfixed .iconfix a,
.site-topbar .navfixed .iconfix a:visited {
    color: #ffffff !important;
}

.site-topbar .navfixed.is-scrolled .iconfix a {
    color: #ffffff !important;
}

.js-scroll-reveal .scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition: opacity 700ms ease, transform 700ms ease;
    will-change: opacity, transform;
}

.js-scroll-reveal .scroll-reveal.is-revealed {
    opacity: 1;
    transform: none;
}

.header-follow ul li a,
.contact .socials-media ul li a {
    color: #9da1a5 !important;
}

.header-follow ul li a:visited,
.contact .socials-media ul li a:visited {
    color: #9da1a5 !important;
}

.header-follow ul li a:hover,
.header-follow ul li a:focus,
.contact .socials-media ul li a:hover,
.contact .socials-media ul li a:focus {
    color: #ffffff !important;
}

.header-follow ul li a i,
.contact .socials-media ul li a i,
.header-follow ul li .fa,
.contact .socials-media ul li .fa {
    color: inherit !important;
}

.social-icon {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    object-fit: contain;
    object-position: center center;
    transition: background-color 180ms ease, filter 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.social-icon--svg {
    width: 16px;
    height: 16px;
}

.social-icon--zalo {
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask: url("../resources/icons/zalo.svg") center / contain no-repeat;
    mask: url("../resources/icons/zalo.svg") center / contain no-repeat;
}

.header-follow ul li a:hover .social-icon,
.header-follow ul li a:focus .social-icon,
.contact .socials-media ul li a:hover .social-icon,
.contact .socials-media ul li a:focus .social-icon {
    transform: scale(1.02);
}

.header-follow ul li a:hover .social-icon:not(.social-icon--zalo),
.header-follow ul li a:focus .social-icon:not(.social-icon--zalo),
.contact .socials-media ul li a:hover .social-icon:not(.social-icon--zalo),
.contact .socials-media ul li a:focus .social-icon:not(.social-icon--zalo) {
    filter: brightness(0) invert(1);
}

.top-link {
    z-index: 999;
}

.overlay-1,
.overlay-2 {
    position: fixed !important;
    inset: 0;
    width: 100vw !important;
    height: 100vh !important;
}

.overlay-1 {
    z-index: 9999999 !important;
    background: #191a1c url("/images/line-maker.svg") repeat center center !important;
    background-size: auto !important;
    overflow: hidden;
}

.overlay-1 .intro {
    position: absolute;
    inset: 0;
}

.overlay-1 .screen {
    width: min(92vw, 100%);
    max-width: 100%;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: clamp(72px, 16vw, 300px);
    line-height: 1;
    text-align: center;
    white-space: normal;
    letter-spacing: 0.02em;
}

.overlay-1 .intro .myBtn {
    font-family: "Be Vietnam Pro", sans-serif;
    padding: 22px 44px;
    min-height: 50px;
    line-height: 1.2;
}

#hero .bgonetwo {
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.overlay-2 {
    z-index: 9999998 !important;
    background: #191a1c;
}

html.portfolio-welcome-skip .overlay-1,
html.portfolio-welcome-skip .overlay-2 {
    display: none !important;
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 10000010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 61, 79, 0.14) 0, rgba(255, 61, 79, 0.04) 14%, transparent 38%),
        linear-gradient(180deg, color-mix(in srgb, var(--page-loader-bg, rgba(13, 14, 17, 0.98)) 94%, #ffffff 6%) 0%, var(--page-loader-bg, rgba(10, 11, 14, 0.96)) 100%);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0 0 0 0);
    transition:
        opacity var(--page-loader-fade-ms, 780ms) cubic-bezier(0.2, 0.82, 0.18, 1),
        transform var(--page-loader-fade-ms, 780ms) cubic-bezier(0.2, 0.82, 0.18, 1),
        filter var(--page-loader-fade-ms, 780ms) ease,
        clip-path var(--page-loader-fade-ms, 780ms) cubic-bezier(0.2, 0.82, 0.18, 1),
        visibility 0s linear var(--page-loader-fade-ms, 780ms);
}

.page-loader::before {
    content: "";
    position: absolute;
    inset: -14%;
    background:
        linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.03) 36%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.03) 62%, transparent 84%);
    opacity: 0.96;
    transform: rotate(-6deg);
    pointer-events: none;
    transition: transform var(--page-loader-fade-ms, 780ms) cubic-bezier(0.2, 0.82, 0.18, 1), opacity var(--page-loader-fade-ms, 780ms) ease;
}

.page-loader::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 30%;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 22%, rgba(0, 0, 0, 0.10) 100%);
    pointer-events: none;
    transition: transform var(--page-loader-fade-ms, 780ms) cubic-bezier(0.2, 0.82, 0.18, 1), opacity var(--page-loader-fade-ms, 780ms) ease;
}

html.page-loading .page-loader {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.page-loader.is-fading-out,
.page-loader.is-leaving {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -100%, 0);
    filter: blur(0.75px) saturate(96%);
    pointer-events: none;
}

.page-loader.is-fading-out::before,
.page-loader.is-leaving::before {
    opacity: 0.72;
    transform: translateY(-10%) rotate(-6deg);
}

.page-loader.is-fading-out::after,
.page-loader.is-leaving::after {
    opacity: 0.74;
    transform: translateY(-12%);
}

html.page-ready .page-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -100%, 0);
}

.page-loader__stage {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: min(1100px, 100%);
    padding: 4px 20px 8px;
    text-align: center;
}

.page-loader__letterScene,
.page-loader__subtext {
    position: relative;
    z-index: 1;
}

.page-loader__letterScene {
    position: relative;
    width: min(100vw, 1320px);
    min-height: clamp(240px, 24vw, 320px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.page-loader__letter {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: var(--page-loader-letter-size, clamp(20rem, 36vw, 52rem));
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--page-loader-fg, #f7f7f6);
    text-shadow: 0 0 28px rgba(255, 255, 255, 0.05), 0 0 30px var(--page-loader-accent, rgba(255, 61, 79, 0.1));
    transform: translate(-50%, -50%);
    will-change: transform, opacity, clip-path, filter;
}

@media (min-width: 768px) {
    .page-loader__letterScene {
        min-height: clamp(440px, 28vw, 600px);
    }
}

@media (max-width: 767px) {
    .page-loader__letterScene {
        min-height: clamp(300px, 56vw, 440px);
    }
}

.page-loader__letter--current {
    opacity: 0;
}

.page-loader__letter--current.is-settled {
    opacity: 1;
}

.page-loader__letter--next {
    opacity: 0;
}

.page-loader__letter.is-enter-left {
    animation: loaderEnterFromLeft var(--page-loader-enter-ms, 460ms) cubic-bezier(0.2, 0.82, 0.18, 1) both;
}

.page-loader__letter.is-enter-bottom {
    animation: loaderEnterFromBottom var(--page-loader-enter-ms, 460ms) cubic-bezier(0.2, 0.82, 0.18, 1) both;
}

.page-loader__letter.is-exit-right {
    animation: loaderExitToRight var(--page-loader-exit-ms, 460ms) cubic-bezier(0.2, 0.82, 0.18, 1) both;
}

.page-loader__letter.is-exit-up {
    animation: loaderExitUp var(--page-loader-exit-ms, 460ms) cubic-bezier(0.2, 0.82, 0.18, 1) both;
}

.page-loader__subtext {
    margin: 0;
    width: min(620px, 90vw);
    font-family: "Nunito", sans-serif;
    font-size: clamp(0.85rem, 0.98vw, 1rem);
    line-height: 1.38;
    letter-spacing: 0.01em;
    color: color-mix(in srgb, var(--page-loader-fg, #f7f7f6) 68%, transparent);
    white-space: pre-line;
}

@keyframes loaderEnterFromLeft {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateX(-12px);
        filter: none;
    }
    45% {
        opacity: 1;
        transform: translate(-50%, -50%) translateX(0);
        filter: none;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) translateX(0);
        filter: none;
    }
}

@keyframes loaderEnterFromBottom {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(12px);
        filter: none;
    }
    45% {
        opacity: 1;
        transform: translate(-50%, -50%) translateY(0);
        filter: none;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) translateY(0);
        filter: none;
    }
}

@keyframes loaderExitToRight {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) translateX(0);
        filter: none;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translateX(12px);
        filter: none;
    }
}

@keyframes loaderExitUp {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) translateY(0);
        filter: none;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-12px);
        filter: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-loader__letter {
        animation: none;
    }

    .page-loader__letter--next {
        display: none;
    }

    .page-loader__letter--current {
        opacity: 1;
        transform: translate(-50%, -50%);
        clip-path: none;
        filter: none;
    }
}

html.portfolio-welcome-skip .content {
    position: relative !important;
    left: auto !important;
    transform: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
}

.portfolio-thumbnail .top-thumbnail a,
.journal-info figure a,
.about-img,
.services-block figure {
    display: block;
}

.portfolio-thumbnail img,
.journal-info img,
.about-img img,
.services-block img {
    width: 100%;
    height: auto;
    display: block;
}

.journal.blog:not(.single) .journal-info figure {
    position: relative;
    margin-bottom: 0;
    height: 380px !important;
    overflow: hidden;
}

.journal.blog:not(.single) .journal-info figure a,
.journal.blog:not(.single) .journal-info figure img {
    width: 100%;
    height: 100% !important;
}

.journal.blog:not(.single) .journal-info figure img {
    object-fit: cover;
}

.journal.blog:not(.single) .journal-info .journal-txt {
    clear: both;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .journal.blog:not(.single) .journal-info figure {
        height: auto;
        overflow: visible;
    }

    .journal.blog:not(.single) .journal-info figure a,
    .journal.blog:not(.single) .journal-info figure img {
        height: auto;
    }
}

.portfolio-legacy-sections {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.portfolio-legacy-section {
    display: block;
}

.portfolio-section-head {
    margin-bottom: 26px;
}

.portfolio-section-head h2 {
    margin-bottom: 18px;
}

.portfolio-section-copy {
    max-width: 940px;
}

.portfolio-section-copy p {
    margin-bottom: 12px;
}

.portfolio-legacy-grid .row {
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio-legacy-grid .col-lg-4 {
    margin-bottom: 30px;
}

.header-follow {
    z-index: 1000;
}

@media (min-width: 992px) {
    .header-follow {
        display: block !important;
        left: 30px;
        width: 20px;
        height: 200px;
        margin-top: -100px;
        transform: none;
    }

    .header-follow ul li a {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .header-follow ul li .fa {
        font-size: 16px;
    }

    .header-follow p {
        left: -20px;
    }
}

.contact .form-control {
    min-height: 48px;
}

.contact textarea.form-control {
    min-height: 140px;
}

.contact .btn {
    min-height: 48px;
}

.contact #form-message-warning,
.contact #form-message-success,
.contact .contact-feedback {
    word-break: break-word;
}

.contact .contact-feedback {
    padding-top: 14px;
    text-align: left;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ff3d4f;
}

.contact .contact-feedback ul {
    margin-bottom: 0;
}

.contact .contact-feedback--hidden {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 240ms ease, transform 240ms ease;
}

.empty-state {
    padding: 48px 24px;
}

.empty-state__inner {
    max-width: 760px;
    margin: 0 auto;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 32px 24px;
    background: rgba(0, 0, 0, 0.18);
    text-align: center;
}

.empty-state__inner h3 {
    margin-bottom: 12px;
}

.empty-state__inner p {
    margin-bottom: 0;
    opacity: 0.8;
}

.about .about-descr .btn.draw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-height: 50px;
    padding: 0 22px;
    line-height: 1.2;
}

.about .about-descr .btn.draw i {
    margin-top: -1px;
}

.services .cont-services .servfix {
    width: 100%;
}

.services .cont-services .servfix .services-block {
    height: 100%;
    overflow: hidden;
    display: block;
}

.services .cont-services .servfix .services-block figure {
    width: 64px;
    max-width: 64px;
    flex: 0 0 64px;
}

.services .cont-services .servfix .services-block figure img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
}

.portfolio .portfolio-item .portfolio-thumbnail .overlay .content-port .fa {
    font-size: 18px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.portfolio .allprojecrt .btn.draw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    height: 42px;
    padding: 0 18px;
    line-height: 1;
    vertical-align: middle;
}

.portfolio .allprojecrt .btn.draw .fa {
    margin-left: 8px;
    padding-left: 0;
    line-height: 1;
}

.portfolio .portfolio-item .portfolio-thumbnail .overlay {
    inset: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-item .portfolio-thumbnail .overlay .content-port {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio .portfolio-item .portfolio-thumbnail .overlay .content-port .icons-fonts {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 17, 20, 0.72);
    color: #ffffff !important;
    opacity: 0;
}

.portfolio .portfolio-item .portfolio-thumbnail .overlay:hover .content-port .icons-fonts {
    opacity: 0.95;
}

.portfolio .portfolio-item .portfolio-thumbnail .overlay .content-port .icons-fonts img {
    display: none !important;
}

.about .about-photo {
    display: block;
    width: 100%;
    height: auto;
}

.about .gifplayer-wrapper .play-gif {
    display: none !important;
}

.services .cont-services .servfix .services-block .maintitle,
.services .cont-services .servfix .services-block .separator {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.services .cont-services .row {
    align-items: stretch;
}

.services .services-item {
    display: flex;
}

.services .cont-services .row + .row {
    margin-top: 36px;
}

.contact .socials-media ul li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.contact .socials-media ul li {
    background: rgba(255, 255, 255, 0.03);
}

.contact .socials-media ul li:hover {
    background: #ff3d4f !important;
}

.contact .socials-media ul li:hover .fa,
.contact .socials-media ul li a:hover,
.contact .socials-media ul li a:focus {
    color: #ffffff !important;
}

.contact .contact-feedback--success {
    display: block;
}

.contact .contact-feedback--error {
    display: block;
}

.contact .contact-feedback--hidden {
    display: none !important;
}

#footer {
    height: auto !important;
    padding-top: 14px;
    padding-bottom: 14px;
}

#footer .copyright,
#footer .news,
#footer .news .form-inline,
#footer .news .form-inline .mc4wp-form-fields {
    height: auto !important;
}

.page-shell {
    padding-top: 160px;
    padding-bottom: 90px;
}

.team-page {
    position: relative;
    overflow: hidden;
}

.team-page__hero {
    max-width: 860px;
    margin: 0 auto 40px;
    text-align: center;
}

.team-page__lead-card {
    margin-bottom: 24px;
}

.team-page__eyebrow {
    margin: 0 0 12px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ff6a7a;
}

.team-page__lead {
    margin: 18px auto 0;
    max-width: 760px;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.78);
}

.team-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.team-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.18);
}

.team-card__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}

.team-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card__body {
    padding: 24px;
}

.team-card__role {
    margin: 0 0 8px;
    font-size: 0.825rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ff8f9a;
}

.team-card__name {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    line-height: 1.2;
    color: #ffffff;
}

.team-card__bio {
    margin: 14px 0 0;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
}

.team-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
}

.team-card__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 61, 79, 0.12);
    font-size: 0.875rem;
    color: #ffffff;
}

.team-page__principles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 32px;
}

.team-principle {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
}

.team-principle h3 {
    margin: 0 0 10px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #ffffff;
}

.team-principle p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
}

.team-page__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
}

.team-page__cta .btn {
    min-width: 180px;
}

@media (max-width: 991.98px) {
    .head-info,
    .about-descr,
    .resume-info,
    .journal-info,
    .contact-formone {
        padding-left: 0;
        padding-right: 0;
    }

    .navinfo {
        margin-top: 24px;
    }

    .contact .col-md-5,
    .contact .col-md-6,
    .contact .col-md-7 {
        width: 100%;
    }

    .contact .btn {
        width: 100%;
    }

    .lang-menu {
        right: 15px;
    }

    .header-follow {
        display: none !important;
    }

    .page-shell {
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .team-page__hero {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .header-content .subtitle {
        font-size: 18px;
    }

    .listlocaion li {
        margin-bottom: 12px;
    }

    .socials-media ul {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    .socials-media li {
        display: inline-flex;
    }

    .services .cont-services .row + .row {
        margin-top: 24px;
    }

    .contact-formone {
        padding: 0 12px;
    }

    .contact .form-control {
        font-size: 15px;
    }

    .empty-state {
        padding: 32px 12px;
    }

    .empty-state__inner {
        padding: 24px 16px;
    }

    .overlay-1 .screen {
        font-size: 72px;
    }

    .team-page__cta .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cursor,
    .top-link,
    .hvr-shutter-in-horizontal,
    .draw,
    .gif,
    .progressbar,
    .redline {
        animation: none !important;
        transition: none !important;
    }
}

/* Build16: blog archive responsive cards + feed-ready public blog guardrails */
.blog-archive-card,
.blog-archive-card article,
.blog-archive-card .journal-info,
.blog-archive-card .journal-txt,
.blog-archive-card .separator,
.blog-archive-card .maintitle {
    min-width: 0;
}

.blog-archive-card .journal-info {
    height: 100%;
    overflow-wrap: anywhere;
}

.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
    color: rgba(17, 24, 39, 0.62);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-transform: uppercase;
}

.blog-card-meta span {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.blog-archive-card .maintitle {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
}

.blog-archive-card .separator p,
.widget_recent_entries_thumbnail .widget-data h4,
.widget_recent_entries_thumbnail .thumbnail-post-w-date {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 1199.98px) {
    .journal.blog:not(.single) .journal-info figure {
        height: 300px !important;
    }
}

@media (max-width: 991.98px) {
    .journal.blog .row {
        min-width: 0;
    }

    .blog-archive-card {
        margin-bottom: 28px;
    }

    .journal.blog:not(.single) .journal-info figure {
        height: 260px !important;
    }
}

@media (max-width: 767.98px) {
    .journal.blog.pt-90 {
        padding-top: 56px;
    }

    .journal.blog.pb-90 {
        padding-bottom: 56px;
    }

    .blog-archive-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .journal.blog:not(.single) .journal-info figure {
        height: auto !important;
        min-height: 0;
    }

    .journal.blog:not(.single) .journal-info figure img {
        aspect-ratio: 16 / 10;
        height: auto !important;
        object-fit: cover;
    }

    .sidebar .widget,
    .search-form,
    .search-field {
        max-width: 100%;
    }

    .search-form {
        display: flex;
        gap: 8px;
        align-items: stretch;
    }

    .search-form .search-field {
        min-width: 0;
        flex: 1 1 auto;
    }

    .search-form .search-submit {
        min-width: 44px;
        min-height: 44px;
        flex: 0 0 auto;
    }
}
