@font-face {
    font-display: swap;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("/assets/fonts/open-sans-300.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("/assets/fonts/open-sans-700.woff2") format("woff2");
}

:root {
    --zitro-bg: #0d1117;
    --zitro-panel: #151b23;
    --zitro-panel-soft: #1d2733;
    --zitro-text: #f2f6fb;
    --zitro-muted: #aeb8c6;
    --zitro-yellow: #ffcc25;
    --zitro-cyan: #58d7ff;
    --zitro-orange: #ff8a00;
    --color-primary: #ffcc25;
    --color-primary-alt: rgba(255, 204, 37, 0.86);
    --color-primary-2nd: #ffcc25;
    --color-primary-3rd: #ffd95c;
    --color-subtitle: #ffcc25;
    --gradient-box: linear-gradient(to right, #ffcc25, #ffd95c);
    --gradient-one: linear-gradient(to right bottom, #ffcc25, #58d7ff);
    --gradient-two: linear-gradient(to right, #ffcc25, #f6f0a8);
    --text-gradient-one: linear-gradient(to right, #ffcc25, #58d7ff);
}

body.zitro-security-site {
    background: var(--zitro-bg);
    color: var(--zitro-text);
    isolation: isolate;
}

.zitro-background-icons {
    inset: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

.zitro-background-icons li {
    --zitro-icon-drift: 28px;
    --zitro-icon-opacity: 0.075;
    animation: zitro-background-icon-rise 38s linear infinite;
    background: url("/assets/images/zitro-lemon.svg") center / contain no-repeat;
    bottom: -110px;
    height: 42px;
    left: 8%;
    opacity: 0;
    position: absolute;
    width: 42px;
}

.zitro-background-icons li:nth-child(1) {
    animation-delay: -8s;
    height: 30px;
    left: 4%;
    width: 30px;
}

.zitro-background-icons li:nth-child(2) {
    --zitro-icon-drift: -36px;
    --zitro-icon-opacity: 0.055;
    animation-delay: -29s;
    animation-duration: 46s;
    height: 74px;
    left: 17%;
    width: 74px;
}

.zitro-background-icons li:nth-child(3) {
    --zitro-icon-drift: 18px;
    --zitro-icon-opacity: 0.09;
    animation-delay: -19s;
    animation-duration: 32s;
    height: 22px;
    left: 34%;
    width: 22px;
}

.zitro-background-icons li:nth-child(4) {
    --zitro-icon-drift: -24px;
    --zitro-icon-opacity: 0.065;
    animation-delay: -4s;
    animation-duration: 42s;
    height: 48px;
    left: 49%;
    width: 48px;
}

.zitro-background-icons li:nth-child(5) {
    --zitro-icon-drift: 38px;
    --zitro-icon-opacity: 0.05;
    animation-delay: -35s;
    animation-duration: 50s;
    height: 82px;
    left: 63%;
    width: 82px;
}

.zitro-background-icons li:nth-child(6) {
    --zitro-icon-drift: -16px;
    --zitro-icon-opacity: 0.085;
    animation-delay: -14s;
    animation-duration: 35s;
    height: 26px;
    left: 78%;
    width: 26px;
}

.zitro-background-icons li:nth-child(7) {
    --zitro-icon-drift: 22px;
    --zitro-icon-opacity: 0.06;
    animation-delay: -24s;
    animation-duration: 44s;
    height: 58px;
    left: 89%;
    width: 58px;
}

.zitro-background-icons li:nth-child(8) {
    --zitro-icon-drift: -12px;
    --zitro-icon-opacity: 0.08;
    animation-delay: -40s;
    animation-duration: 48s;
    height: 34px;
    left: 96%;
    width: 34px;
}

@keyframes zitro-background-icon-rise {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    12%,
    82% {
        opacity: var(--zitro-icon-opacity);
    }

    100% {
        opacity: 0;
        transform: translate3d(var(--zitro-icon-drift), calc(-100vh - 220px), 0) rotate(520deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .zitro-background-icons {
        display: none;
    }
}

.zitro-icon {
    display: inline-block;
    fill: none;
    flex: 0 0 auto;
    height: 1em;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    vertical-align: -0.125em;
    width: 1em;
}

.zitro-icon--menu-hover {
    display: none;
}

.tmp-menu-bars {
    color: #050505;
}

.zitro-lang-switch {
    display: inline-grid;
    min-width: 42px;
    height: 42px;
    width: 42px;
    place-items: center;
    border: 1px solid rgba(255, 204, 37, 0.42);
    border-radius: 50%;
    color: var(--zitro-yellow);
    font-size: 13px;
    font-weight: 800;
}

.zitro-lang-switch:hover,
.zitro-lang-switch:focus-visible {
    background: var(--zitro-yellow);
    color: #050505;
}

.tmp-menu-bars:hover .zitro-icon--menu-default {
    display: none;
}

.tmp-menu-bars:hover .zitro-icon--menu-hover {
    display: inline-block;
}

@keyframes zitro-icon-fade {
    50% {
        opacity: 0.35;
    }
}

.zitro-icon--fade {
    animation: zitro-icon-fade 1s ease-in-out infinite;
}

.about-us-left-content-wrap .design-card .design-card-img .zitro-icon {
    color: var(--color-primary);
    height: 40px;
    width: 40px;
}

.tmp-sidebar-area .short-contact-area .single-contact .zitro-icon--contact-box {
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    box-sizing: border-box;
    color: var(--color-heading);
    height: 45px;
    padding: 12px;
    width: 45px;
}

.scrollToTop .arrowUp .zitro-icon {
    height: 19px;
    width: 19px;
}

.zitro-scroll-top {
    background-color: #0f0f0f;
    border: 1px solid rgba(255, 204, 37, 0.32);
    padding: 0;
    z-index: 1000;
}

.zitro-scroll-top .arrowUp {
    background: transparent;
    color: #ffffff;
    transition: color 200ms ease;
}

.zitro-scroll-top.is-majority-filled .arrowUp {
    color: #050505;
}

.zitro-scroll-top .water svg use,
.zitro-scroll-top symbol path {
    fill: var(--zitro-yellow);
}

.zitro-scroll-wave-definition {
    display: none;
}

.zitro-ready-chat__toggle {
    align-items: center;
    background: linear-gradient(to bottom right, var(--zitro-yellow) 25%, var(--zitro-orange) 100%);
    border: 1px solid rgba(255, 204, 37, 0.32);
    border-radius: 50%;
    bottom: 20px;
    color: #050505;
    cursor: pointer;
    display: flex;
    height: 55px;
    justify-content: center;
    padding: 0;
    position: fixed;
    right: 20px;
    transition: bottom 300ms ease, transform 200ms ease;
    width: 55px;
    z-index: 1000;
}

.zitro-ready-chat__toggle:hover {
    transform: translateY(-8%);
}

.zitro-ready-chat.chat-visible .zitro-ready-chat__toggle {
    bottom: 90px;
}

.zitro-ready-chat__icon {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    position: absolute;
    transition: opacity 200ms ease, transform 300ms ease;
}

.zitro-ready-chat__icon .zitro-icon {
    height: 23px;
    width: 23px;
}

.zitro-ready-chat__icon--close {
    opacity: 0;
    transform: rotate(-120deg) scale(0.65);
}

.zitro-ready-chat.is-open .zitro-ready-chat__icon--open {
    opacity: 0;
    transform: rotate(120deg) scale(0.65);
}

.zitro-ready-chat.is-open .zitro-ready-chat__icon--close {
    opacity: 1;
    transform: rotate(0) scale(1);
}

.zitro-ready-chat .wrapper {
    background: #0b0c0f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--zitro-text);
    transform: translateY(14px) scale(0.97);
    visibility: hidden;
    z-index: 1000;
}

.zitro-ready-chat.is-open .wrapper {
    bottom: 85px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
}

.ready-chatting-option.zitro-ready-chat .wrapper .head-text {
    background: var(--zitro-yellow);
    color: #050505;
}

.zitro-ready-chat .chat-box {
    background: #0b0c0f;
    color: var(--zitro-text);
}

.zitro-ready-chat .chat-box .desc-text {
    color: var(--zitro-muted);
    margin: 0;
}

.zitro-ready-chat .chat-box form {
    border-color: rgba(255, 255, 255, 0.12);
}

.ready-chatting-option.zitro-ready-chat .chat-box form .field button {
    background: linear-gradient(to bottom right, var(--zitro-yellow) 25%, var(--zitro-orange) 100%);
    color: #050505;
    font-family: var(--font-primary);
    font-weight: 700;
    padding-inline: 16px;
}

body.sidemenu-active .zitro-ready-chat,
body.sidemenu-active .zitro-scroll-top,
body.zitro-modal-open .zitro-ready-chat,
body.zitro-modal-open .zitro-scroll-top {
    opacity: 0;
    pointer-events: none;
}

.tmp-btn.hover-icon-reverse .btn-icon + .btn-icon .zitro-icon {
    margin-right: 6px;
}

@media only screen and (max-width: 767px) {
    .about-us-left-content-wrap .design-card .design-card-img .zitro-icon {
        height: 26px;
        width: 26px;
    }
}

.zitro-security-site .tmp-header-area-start.header--transparent,
.zitro-security-site .tmp-header-area-start.header--sticky.sticky {
    background: rgba(13, 17, 23, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.zitro-logo {
    align-items: center;
    color: var(--zitro-yellow);
    display: inline-flex;
    font-family: "Open Sans", Arial, sans-serif;
    min-height: 44px;
    white-space: nowrap;
}

.zitro-logo:hover {
    color: var(--zitro-yellow);
}

.zitro-logo__mark {
    background: currentColor;
    border-radius: 0 50% 0 50%;
    display: inline-block;
    flex: 0 0 0.56em;
    font-size: 30px;
    height: 0.56em;
    margin-right: 0.26em;
    width: 0.56em;
}

.zitro-logo__wordmark {
    align-items: baseline;
    color: var(--zitro-yellow);
    display: inline-flex;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: 0;
}

.zitro-logo__wordmark strong {
    color: inherit;
    font-weight: 700;
}

.zitro-logo__wordmark sup {
    color: inherit;
    font-size: 0.4em;
    line-height: 0;
    margin-left: 0.03em;
    position: relative;
    top: -0.5em;
}

.zitro-logo__wordmark > span {
    color: #eeeeee;
    font-weight: 300;
    margin-left: 0.16em;
}

.zitro-security-site .tmp-mainmenu > li > a,
.zitro-security-site .disc,
.zitro-security-site .description,
.zitro-security-site .service-para,
.zitro-security-site .card-para,
.zitro-security-site .institute,
.zitro-security-site .year-para {
    color: var(--zitro-muted);
}

.zitro-security-site .tmp-mainmenu > li > a:hover,
.zitro-security-site .subtitle,
.zitro-security-site .theme-gradient,
.zitro-text-link,
.zitro-security-site .card-icon,
.zitro-security-site .service-card-icon {
    color: var(--zitro-yellow);
}

.zitro-security-site .tmp-btn {
    background: var(--zitro-yellow);
    color: #111;
}

.zitro-security-site .tmp-btn:hover {
    background: var(--zitro-orange);
    color: #081018;
}

.zitro-security-site .social-link.banner a:hover,
.zitro-security-site .social-link.banner a:hover .zitro-icon {
    color: #050505;
}

.zitro-text-link {
    display: inline-flex;
    font-weight: 700;
    margin-left: 24px;
}

.zitro-hero {
    background:
        radial-gradient(circle at 78% 18%, rgba(88, 215, 255, 0.16), transparent 30%),
        radial-gradient(circle at 18% 24%, rgba(255, 204, 37, 0.14), transparent 28%),
        linear-gradient(135deg, #0d1117 0%, #121923 48%, #0d1117 100%);
}

.zitro-hero .title,
.zitro-security-site .section-head .title,
.zitro-security-site .custom-title,
.zitro-security-site .resume-title,
.zitro-security-site .portfolio-card-title a,
.zitro-security-site .service-title a,
.zitro-security-site .main-title,
.zitro-security-site .year-title {
    color: var(--zitro-text);
}

.zitro-security-site .text-para-documents {
    padding-top: 20px;
}

.zitro-hero-visual {
    filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.45));
}

.zitro-hero .banner-big-text-1,
.zitro-hero .banner-big-text-2 {
    color: rgba(255, 255, 255, 0.06);
    letter-spacing: 0;
}

.banner-two-main-wrapper .inner .disc {
    color: #ffffff;
}

.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
    z-index: 0;
}

.zitro-about-visual,
.zitro-funding .year-of-expariance-wrapper,
.zitro-security-site .service-card-v1,
.zitro-security-site .about-us-card,
.zitro-security-site .my-skill-card,
.zitro-security-site .progress-wrapper,
.zitro-security-site .resume-single,
.zitro-security-site .latest-portfolio-card-style-two,
.zitro-security-site .get-in-touch-wrapper,
.zitro-security-site .counter-card {
    background: linear-gradient(145deg, rgba(29, 39, 51, 0.96), rgba(16, 22, 31, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
}

.zitro-security-site .about-us-left-content-wrap.bg-vactor-one {
    min-height: 490px;
}

.zitro-security-site .about-us-left-content-wrap .design-card .card-info p {
    font-weight: 700;
}

.zitro-security-site .services-widget.v2 .my-skill-card {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 2fr 2fr;
}

.zitro-security-site .services-widget.v2 .my-skill-card .card-icon {
    justify-self: center;
}

.zitro-security-site .services-widget.v2 .my-skill-card .card-title,
.zitro-security-site .services-widget.v2 .my-skill-card .zitro-check-list {
    justify-self: stretch;
}

.zitro-security-site .services-widget.v2 .my-skill-card .zitro-check-list {
    margin: 0;
}

.zitro-security-site .my-skill-card .sub-title {
    font-weight: 700;
}

.zitro-security-site .years-of-experience-card,
.zitro-security-site .design-card {
    border-radius: 8px;
}

.zitro-check-list {
    display: grid;
    gap: 12px;
    margin: 20px 0 0;
    padding: 0;
}

.zitro-check-list li {
    color: #ffffff;
    font-weight: 700;
    list-style: none;
    padding-left: 28px;
    position: relative;
}

.zitro-check-list li::before {
    border-color: var(--zitro-yellow);
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    height: 11px;
    left: 3px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 6px;
}

.zitro-security-site .services-widget.v2 .service-item {
    min-height: 290px;
}

.zitro-security-site .services-widget.v2 .active-bg {
    background: rgba(255, 204, 37, 0.16);
}

.tmp-skill-area.tmp-section-gapTop .content {
    padding: 15px;
}

.zitro-security-site .progress {
    background: rgba(255, 255, 255, 0.08);
}

.zitro-security-site .progress-bar {
    background: linear-gradient(90deg, var(--zitro-yellow), var(--zitro-cyan));
}

.zitro-security-site .percent-label {
    color: #101820;
}

.zitro-security-site .counter-title,
.zitro-security-site .card-title,
.zitro-security-site .title-left,
.zitro-security-site .title {
    color: var(--zitro-text);
}

.zitro-security-site .tag-item,
.zitro-security-site .time {
    background: rgba(255, 204, 37, 0.12);
    color: var(--zitro-yellow);
}

.zitro-security-site .resume-single .time {
    padding: 2px 10px;
}

.zitro-security-site .resume-single .resume-title,
.zitro-security-site .resume-single .institute {
    padding-inline: 10px;
}

.zitro-security-site .resume-single .resume-title {
    margin-top: 10px;
}

.zitro-security-site .resume-single .institute {
    font-weight: 700;
}

.zitro-security-site .counter-area .subtitle {
    font-weight: 700;
}

.zitro-security-site .service-area .row > [class*="col-"] {
    display: flex;
}

.zitro-security-site .service-area .service-card-v1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 10px;
    width: 100%;
}

.zitro-security-site .service-area .service-card-v1 .service-para {
    flex: 1;
}

.zitro-security-site #kontakt {
    padding-bottom: 120px;
}

.zitro-security-site .input-field {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--zitro-text);
}

.zitro-security-site .input-field::placeholder {
    color: var(--zitro-muted);
}

.zitro-contact-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: 100%;
    justify-content: center;
}

.zitro-contact-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 24px;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    visibility: hidden;
    z-index: 9999;
}

.zitro-contact-modal.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.zitro-contact-modal__backdrop {
    background: rgba(5, 8, 12, 0.76);
    border: 0;
    cursor: pointer;
    inset: 0;
    padding: 0;
    position: absolute;
}

.zitro-contact-modal__dialog {
    max-height: min(88vh, 820px);
    max-width: 980px;
    overflow-y: auto;
    position: relative;
    width: min(100%, 980px);
}

.zitro-contact-modal__panel {
    background: var(--zitro-panel);
    border-radius: 20px;
    padding: 34px;
}

.zitro-contact-modal__panel::after {
    background: linear-gradient(145deg, rgba(29, 39, 51, 0.98), rgba(16, 22, 31, 0.98));
}

.zitro-contact-modal__close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
}

.zitro-contact-modal .section-head {
    padding-right: 54px;
}

.zitro-contact-modal .contact-form {
    margin-top: 28px;
}

body.zitro-modal-open {
    overflow: hidden;
}

.zitro-footer {
    background-color: #090d12;
}

.zitro-security-site .footer-area > .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.zitro-security-site .footer-area .description {
    font-weight: 700;
}

.zitro-security-site .footer-area .copyright-area-one {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 0;
    padding-top: 28px;
}

.zitro-security-site .footer-area .copyright-area-one .row {
    align-items: center;
    row-gap: 18px;
}

.zitro-security-site .single-footer-wrapper.contact-wrap .ft-link li p {
    color: #ffffff;
    line-height: 30px;
    margin: 0;
}

.zitro-security-site .copyright-text {
    font-weight: 700;
    margin-top: 0;
    padding-inline: 15px;
}

.zitro-security-site .copyright-nav {
    display: flex;
    font-weight: 700;
    gap: 30px;
    justify-content: flex-end;
    padding-inline: 15px;
}

.zitro-security-site button.overlay_close_side_menu {
    background: transparent;
    border: 0;
    padding: 0;
}

.zitro-side-visual {
    align-items: center;
    background: var(--zitro-panel);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 180px;
}

.zitro-side-visual img {
    max-height: 160px;
    object-fit: contain;
}

.zitro-legal-page {
    background: #090d12;
}

.zitro-legal-hero {
    background: #05080c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 190px 0 76px;
}

.zitro-legal-hero .subtitle {
    color: var(--zitro-yellow);
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
}

.zitro-legal-hero h1 {
    color: #ffffff;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.08;
    margin: 0;
}

.zitro-legal-content {
    padding: 86px 0 120px;
}

.zitro-legal-document {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.75;
    max-width: 980px;
}

.zitro-legal-document h1,
.zitro-legal-document h2,
.zitro-legal-document h3,
.zitro-legal-document h4 {
    color: #ffffff;
    line-height: 1.25;
    margin: 38px 0 16px;
}

.zitro-legal-document h1:first-child,
.zitro-legal-document h2:first-child,
.zitro-legal-document h3:first-child {
    margin-top: 0;
}

.zitro-legal-document p,
.zitro-legal-document li {
    color: #ffffff;
}

.zitro-legal-document a {
    color: var(--zitro-yellow);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.zitro-legal-document ul,
.zitro-legal-document ol {
    margin-bottom: 22px;
    padding-left: 24px;
}

.zitro-legal-document table {
    border-collapse: collapse;
    margin: 26px 0;
    width: 100%;
}

.zitro-legal-document th,
.zitro-legal-document td {
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 12px;
    vertical-align: top;
}

@media (min-width: 576px) {
    .contact-inner .title-left {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .zitro-text-link {
        margin-left: 0;
        margin-top: 18px;
    }

    .zitro-security-site .services-widget.v2 .my-skill-card {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .zitro-security-site .services-widget.v2 .my-skill-card .card-icon {
        justify-self: start;
    }

    .zitro-hero .mt--100 {
        margin-top: 40px !important;
    }

    .zitro-security-site .text-para-documents {
        font-size: 30px;
        line-height: 1.28;
    }
}

@media (max-width: 1199px) {
    .zitro-lang-switch {
        display: none;
    }
}

@media (max-width: 575px) {
    .zitro-ready-chat__toggle {
        height: 40px;
        width: 40px;
    }

    .zitro-ready-chat.chat-visible .zitro-ready-chat__toggle {
        bottom: 70px;
    }

    .zitro-ready-chat__icon .zitro-icon {
        height: 18px;
        width: 18px;
    }

    .zitro-background-icons li:nth-child(n + 5) {
        display: none;
    }

    .zitro-logo__mark,
    .zitro-logo__wordmark {
        font-size: 24px;
    }

    .zitro-security-site .tmp-btn {
        width: 100%;
    }

    .zitro-contact-modal {
        padding: 14px;
    }

    .zitro-contact-modal__panel {
        padding: 26px 18px;
    }

    .zitro-contact-modal .section-head {
        padding-right: 42px;
    }

    .zitro-security-site .text-para-documents {
        font-size: 24px;
    }

    .zitro-legal-hero {
        padding: 145px 0 58px;
    }

    .zitro-legal-content {
        padding: 64px 0 90px;
    }

    .zitro-legal-document {
        font-size: 16px;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 479px) {
    .zitro-ready-chat.is-open .wrapper {
        bottom: 112px;
    }
}
