body {
    background: var(--bs-white);
    color: var(--bs-gray-900);
}

.ui-hero-area {
    padding-top: 60px;
    padding-bottom: 0;
}

@media (min-width: 575px) {
    .ui-hero-area {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .ui-hero-area {
        padding: 0;
        min-height: 980px;
    }
}

@media (min-width: 1200px) {
    .ui-hero-area {
        min-height: 1100px;
        padding-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .ui-hero-area .ui-display-title {
        padding-top: 124px;
    }
}

a:hover,
.site-menu-main .nav-link-item:hover,
.menu-list a:hover {
    color: var(--site-link-hover) !important;
}

.site-menu-main .nav-link-item {
    white-space: nowrap;
}

.theme-change-button {
    display: none !important;
}

.logo-image {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    border-radius: 50%;
}

.ui-btn.ui-btn-primary {
    box-shadow: 0 14px 38px rgba(19, 34, 56, 0.14);
}

.ui-header {
    background: var(--bs-white);
}

.ui-header .site-header__brand .logo .icon,
.ui-footer-area__wrapper .logo-area .logo .icon {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 999px !important;
    overflow: hidden;
    border: 1px solid rgba(19, 34, 56, 0.12);
}

.ui-display-title .title .wave {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.ui-display-title .title {
    max-width: none;
    text-wrap: balance;
}

.ui-display-title .text.hero-single-text {
    max-width: 34ch;
}

.ui-hero-area .buttton-group {
    margin-top: 32px;
    margin-bottom: 0;
}

.hero-portrait {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    max-width: 100%;
    height: min(78vh, 860px);
    object-fit: contain;
    filter: drop-shadow(0 20px 44px rgba(13, 15, 18, 0.18));
}

.ui-hero-area__image-group {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 6px;
    min-height: min(82vh, 900px);
}

.ui-hero-area__image-group::before {
    content: "";
    position: absolute;
    inset: 10% 7% 7% 7%;
    border-radius: 48%;
    background: radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--site-primary) 88%, #0f1014) 0%, color-mix(in srgb, var(--site-primary) 70%, #0f1014) 38%, rgba(31, 26, 25, 0.42) 60%, rgba(31, 26, 25, 0) 76%);
    filter: blur(18px);
    z-index: 0;
    pointer-events: none;
}

.ui-hero-area__image-group--ellipse {
    display: block;
    opacity: 0.8;
}

.ui-logo-area-title .title {
    max-width: 860px;
}

.about-photo {
    display: block;
    border-radius: 0;
    width: min(100%, 640px);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.social-media-group .social-link li a i {
    color: var(--bs-tertiary-500);
    transition: 0.3s;
    font-size: 16px;
}

.social-media-group .social-link li a:hover i {
    color: white;
}

.service-card-text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--bs-gray-600);
}

.ui-single-logo {
    background: transparent;
    border: 1px solid rgba(19, 34, 56, 0.08);
    backdrop-filter: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.ui-single-logo img {
    width: 100%;
    height: 100%;
    min-height: 104px;
    object-fit: contain;
    padding: 18px 20px;
}

.ui-logo-area .card-row > [class*="col-"] {
    display: flex;
}

.ui-logo-area .card-row {
    row-gap: 16px;
}

.ui-single-logo:hover {
    transform: translateY(5px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(19, 34, 56, 0.06);
}

.ui-project-area .container {
    position: relative;
    z-index: 2;
}

.ui-project-area .ui-section-title {
    max-width: 920px;
    margin: 0 auto 40px;
}

.ui-project-area .ui-section-title .text {
    margin-left: auto;
    margin-right: auto;
}

.ui-project-area__grid > [class*="col-"] {
    display: flex;
}

.ui-project-area .ui-project-card {
    width: 100%;
    height: 100%;
    padding: 0 0 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 64px rgba(19, 34, 56, 0.04);
}

.ui-project-area .ui-project-card .card-image {
    margin: 0 0 22px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(19, 34, 56, 0.04), rgba(19, 34, 56, 0.08));
    min-height: 340px;
    display: flex;
    align-items: stretch;
}

.ui-project-area .ui-project-card .card-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: contain;
    background: #eef3f8;
}

.ui-project-area .ui-project-card .card-body {
    padding: 0 28px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.ui-project-area .ui-project-card .card-body .link-btn {
    margin-top: auto;
}

.project-modal {
    width: min(1120px, calc(100vw - 40px));
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.project-modal__wrapper {
    display: grid;
    grid-template-columns: minmax(280px, 360px) 1fr;
    min-height: 100%;
}

.project-modal__media {
    background: linear-gradient(180deg, rgba(31, 26, 25, 0.06), rgba(31, 26, 25, 0.12));
    padding: 28px;
}

.project-modal__media img {
    display: block;
    width: 100%;
    border-radius: 18px;
}

.project-modal__body {
    padding: 34px 36px;
}

.project-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--site-secondary) 16%, white);
    color: var(--site-primary);
    font-family: "Sora", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.project-modal__title {
    margin: 0 0 14px;
    color: var(--bs-gray-900);
    font-family: "Sora", sans-serif;
    font-size: clamp(28px, 2.4vw, 40px);
    line-height: 1.12;
}

.project-modal__intro {
    margin: 0 0 26px;
    max-width: 52ch;
    color: var(--bs-gray-700);
    font-size: 17px;
    line-height: 1.7;
}

.project-modal__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 28px;
}

.project-modal__main {
    display: grid;
    gap: 22px;
}

.project-modal__block h4,
.project-modal__panel h5 {
    margin: 0 0 12px;
    color: var(--bs-gray-900);
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.project-modal__block p {
    margin: 0;
    color: var(--bs-gray-700);
    font-size: 15px;
    line-height: 1.8;
}

.project-modal__panel {
    padding: 20px;
    border-radius: 18px;
    background: var(--bs-bg-ui-linear-gradient-4);
    border: 1px solid rgba(19, 34, 56, 0.08);
}

.project-modal__panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.project-modal__panel li {
    position: relative;
    padding-left: 18px;
    color: var(--bs-gray-700);
    font-size: 14px;
    line-height: 1.6;
}

.project-modal__panel li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--site-accent);
}

.project-modal__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-modal__tags span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(19, 34, 56, 0.08);
    color: var(--bs-gray-900);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.ui-service-area .ui-section-title {
    max-width: 500px;
}

.ui-service-area .ui-section-title .text {
    max-width: 39ch;
}

.ui-service-area__widget {
    display: grid;
    gap: 24px;
}

.service-copy-group {
    max-width: 39ch;
}

.service-copy {
    margin: 0 0 16px;
}

.service-copy:last-child {
    margin-bottom: 0;
}

.ui-service-area__widget .ui-widget-card {
    margin-bottom: 0 !important;
    min-height: 182px;
}

.skill-icon-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.ui-skill-area__content {
    max-width: 500px;
}

.ui-skill-area__content .ui-section-title .title {
    max-width: 12ch;
    font-size: clamp(38px, 3.8vw, 56px);
    line-height: 1.1;
}

.ui-skill-area__content .ui-section-title .text {
    max-width: 35ch;
}

.ui-skill-area__image-group {
    min-height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 18px;
}

.ui-skill-area__image-group::before {
    content: "";
    position: absolute;
    inset: auto 18px 54px auto;
    width: 74%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 35%, color-mix(in srgb, var(--site-secondary) 26%, white), color-mix(in srgb, var(--site-accent) 28%, white) 62%, rgba(255, 255, 255, 0) 72%);
    z-index: 0;
}

.skill-portrait {
    position: relative;
    z-index: 1;
    max-height: 500px;
    width: auto;
    margin-left: auto;
    max-width: 100%;
    filter: drop-shadow(0 26px 60px rgba(19, 34, 56, 0.12));
}

.designer-skill-bar__item {
    margin-bottom: 24px;
}

.designer-skill-bar__item .skill-bar-wrapper {
    gap: 16px;
}

.designer-skill-bar__item .skill-bar-wrapper .skill-content {
    flex: 1;
    min-width: 0;
    gap: 12px;
}

.designer-skill-bar__item .skill-bar-wrapper .skill-content h5 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.designer-skill-bar__item .skill-bar-wrapper .skill-bar-count {
    flex-shrink: 0;
    min-width: 56px;
    text-align: right;
}

.designer-skill-bar__item .skill-bar-wrapper .skill-bar-count h6 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.designer-skill-bar__item .skill-bar .skill-per {
    animation-duration: 1s;
}

.tools-item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ui-skill-area__image-group .tools-group {
    z-index: 2;
    max-width: 292px;
}

.tools-item-tags li {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 999px;
    border: 1px solid rgba(19, 34, 56, 0.04);
    min-height: 40px;
    padding: 0 14px;
    transition: all 0.3s ease-in-out;
}

.tools-item-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent !important;
    color: var(--bs-gray-900);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    box-shadow: none;
}

.tools-item-tags li:hover {
    transform: scale(1.08) translateY(4px);
    box-shadow: 0 1px 6px rgba(19, 34, 56, 0.14);
}

.contact-security-fields {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-alert {
    padding: 14px 16px;
    margin-bottom: 20px;
    border-radius: 12px;
    font-size: 14px;
    border: 1px solid rgba(28, 138, 78, 0.12);
}

.contact-alert.success {
    background: rgba(232, 247, 238, 0.88);
    color: #1b6b45;
}

.contact-alert.error {
    background: rgba(254, 236, 236, 0.9);
    border-color: rgba(179, 38, 30, 0.2);
    color: #8f1d17;
}

.ui-contact-area__wrapper .contact-form .form-errors {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    color: #b3261e;
    font-size: 13px;
}

.ui-contact-area__wrapper .contact-content__cotacat-block .social-link li .media-item i {
    font-size: 16px;
}

.ui-testimonial-section .ui-section-title {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-carousel-shell {
    max-width: 980px;
}

.ui-testimonial-section__slider .slick-list {
    overflow: hidden !important;
    margin: 0 -16px !important;
}

.ui-testimonial-section__slider .slick-track {
    display: flex;
    align-items: stretch;
}

.ui-testimonial-section__slider .slick-slide {
    opacity: 1;
    margin: 0 16px !important;
    height: auto;
}

.ui-testimonial-section__slider .slick-slide > div,
.ui-testimonial-section__slider .single-slider {
    height: 100%;
}

.ui-testimonial-section__slider .ui-testimonial-slider .slick-current {
    transform: none;
    box-shadow: none;
    border-radius: 0;
}

.ui-testimonial-card {
    min-height: 100%;
    box-shadow: none;
    border: 1px solid rgba(19, 34, 56, 0.08);
    padding: 34px 32px 32px;
}

.ui-testimonial-card .card-image,
.ui-testimonial-card .testimonial-avatar {
    position: static;
    top: 0;
    margin-bottom: 18px;
}

.ui-testimonial-card .card-image img,
.ui-testimonial-section__slider .ui-testimonial-slider .slick-current .ui-testimonial-card .card-image img {
    max-width: 84px !important;
    min-width: 84px !important;
    max-height: 84px !important;
    min-height: 84px !important;
    object-fit: cover !important;
    border: 0 !important;
    filter: none !important;
    box-shadow: none !important;
}

.ui-testimonial-card .content .text {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}

.ui-testimonial-card .content .client-info h6 {
    font-weight: 600;
}

.ui-testimonial-section__slider .ui-testimonial-slider__control-buttons {
    margin-top: 48px;
}

.cv-modal {
    width: min(1200px, calc(100vw - 32px));
    background: #fff;
    border-radius: 24px;
    padding: 28px;
}

.cv-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.cv-modal__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--site-secondary) 16%, white);
    color: var(--site-primary);
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.cv-modal__title {
    margin: 0 0 6px;
    font-size: 28px;
    line-height: 1.1;
    color: var(--bs-gray-900);
    font-family: "Sora", sans-serif;
}

.cv-modal__text {
    margin: 0;
    color: var(--bs-gray-600);
    font-size: 15px;
    line-height: 22px;
}

.cv-modal__download {
    flex-shrink: 0;
}

.cv-modal__frame {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(19, 34, 56, 0.08);
    background: #f7f9fc;
}

.cv-modal__frame iframe {
    display: block;
    width: 100%;
    min-height: 72vh;
    border: 0;
    background: #fff;
}

@media (min-width: 992px) {
    .ui-display-title .title {
        font-size: clamp(46px, 3.4vw, 54px);
        line-height: 1.05;
    }

    .hero-portrait {
        height: min(78vh, 860px);
        max-height: none;
        margin-right: 0;
        transform: none;
    }

    .designer-skill-bar__item .skill-bar-wrapper .skill-content h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .designer-skill-bar__item .skill-bar-wrapper .skill-bar-count h6 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .ui-hero-area__image-group {
        padding-top: 18px;
        min-height: auto;
    }

    .ui-skill-area__image-group {
        min-height: auto;
        text-align: center;
        justify-content: center;
        padding-right: 0;
    }

    .ui-skill-area__image-group::before {
        left: 50%;
        right: auto;
        bottom: 44px;
        transform: translateX(-50%);
        width: 82%;
    }

    .skill-portrait {
        max-height: 420px;
        margin: 0 auto;
    }

    .project-modal__wrapper,
    .project-modal__content {
        grid-template-columns: 1fr;
    }

    .project-modal__media {
        padding: 20px 20px 0;
    }

    .project-modal__body {
        padding: 24px 20px 28px;
    }

    .cv-modal {
        width: min(100vw - 20px, 1200px);
        padding: 20px;
    }

    .cv-modal__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .cv-modal__frame iframe {
        min-height: 68vh;
    }
}

@media (max-width: 767px) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }

    .ui-display-title .title {
        font-size: 40px;
        line-height: 1.06;
    }

    .ui-display-title .text.hero-single-text,
    .ui-logo-area-title .title {
        max-width: none;
    }

    .ui-hero-area .buttton-group {
        flex-direction: column;
        align-items: stretch;
        margin-top: 32px;
        margin-bottom: 0;
    }

    .ui-hero-area .buttton-group .ui-btn {
        justify-content: center;
        width: 100%;
    }

    .hero-portrait {
        width: auto;
        max-width: min(100%, 500px);
        height: auto;
        max-height: min(62vh, 620px);
    }

    .ui-skill-area__content .ui-section-title .title {
        max-width: none;
    }

    .ui-skill-area__image-group {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .ui-service-area .ui-section-title .ui-btn {
        width: 100%;
        justify-content: center;
    }

    .ui-service-area__widget {
        margin-top: 10px;
    }

    .ui-widget-card {
        padding: 24px 20px;
    }

    .ui-widget-card .content {
        flex: 1 1 100%;
    }

    .ui-project-area .ui-project-card .card-image img {
        min-height: 260px;
    }

    .ui-project-area .ui-project-card .card-image {
        min-height: 260px;
    }

    .ui-project-area .ui-project-card .card-body {
        padding: 0 22px;
    }

    .ui-single-logo,
    .ui-single-logo img {
        min-height: 88px;
    }

    .ui-skill-area__image-group .tools-group {
        position: static;
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 24px 20px;
    }

    .tools-item-tags {
        gap: 8px;
        justify-content: flex-start;
    }

    .tools-item-tags li {
        min-height: 38px;
        padding: 0 12px;
    }

    .tools-item-tags span {
        font-size: 11px;
        line-height: 1.2;
    }

    .cv-modal__download {
        width: 100%;
        justify-content: center;
    }
}
