:root {
  --tc-theme-primary-3: var(--primary-color);
  --tc-body-font-family: var(--primary-font);
  --tc-heading-font-family: var(--primary-font);
  --tc-display-font-family: var(--primary-font);
}

#preloader .loader-cover .loader-container .loader-icon-3 {
  --c: no-repeat repeating-linear-gradient(#0000 0 6px, var(--primary-color) 0 9px,#0000 0 15px);
  animation: l4 1.5s linear infinite;
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 26% 200%;
  height: 15px;
  width: 60px;
}

form label.required::after {
  content: "*";
  color: var(--primary-color);
  margin-inline-start: 5px;
}

.show-admin-bar .mobile-header-wrapper-style {
  top: 40px;
}

.navbar-social svg, .contact-list svg {
  width: 18px;
  height: 18px;
}

.contact-form .contact-form-group {
  margin-bottom: 0 !important;
}

.section-contact-1 .icon-flip svg {
  width: 28px;
  height: 28px;
}

.section-contact-2 .icon-flip svg {
  width: 26px;
  height: 26px;
}

.section-hero-1 .brand-logo img {
  height: 36px;
  width: auto;
}

.section-footer-2 svg {
  width: 18px;
  height: 18px;
}

.resume-card-header svg {
  width: 54px;
  height: 54px;
  color: var(--primary-color);
}

.section-service-2 .card-servies-2 svg {
  color: var(--tc-neutral-0);
}
.section-service-2 .card-servies-2 svg path {
  fill: transparent;
}
.section-service-2 .card-servies-2:hover svg {
  color: var(--primary-color);
}
.section-service-2 .card-servies-2:hover svg path {
  fill: transparent;
}

.section-education svg {
  width: 32px;
  height: 32px;
  color: var(--primary-color);
}

.carouselTicker__list {
  list-style-type: none !important;
}

.section-hero-2 .box-linear-animation .section-hero-title span:not(.flicker), .section-skills-2 .box-linear-animation .section-hero-title span:not(.flicker) {
  background: var(--tc-linear-4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-hero-2 .box-linear-animation .section-hero-description span:not(.text-dark), .section-skills-2 .box-linear-animation .section-hero-description span:not(.text-dark) {
  color: var(--tc-theme-secondary-2);
}
.section-hero-2 .carouselTicker__list .carouselTicker__item img, .section-skills-2 .carouselTicker__list .carouselTicker__item img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-coporation h3 span, .section-experience h3 span {
  color: var(--tc-neutral-300) !important;
}
.section-coporation .carouselTicker li img, .section-experience .carouselTicker li img {
  max-width: 100px;
  max-height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-experience .technology img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-experience ul li span {
  color: var(--tc-theme-secondary-2) !important;
}

.navbar-home-3 .navbar-menu {
  background: transparent;
}

.section-home-3.section-work .card-scroll .card__image {
  max-width: 230px;
}

.card_image_square {
  max-width: 500px;
}

.testimonials-block img {
  max-width: 78px;
}

.contact svg {
  width: 20px;
  height: 20px;
}

.blog .card-services .image-right {
  flex-shrink: 0;
  max-width: 78px;
}

.education .card-services .icon img {
  width: 46px;
}

.contact-information-sidebar svg {
  width: 14px;
  height: 14px;
}

.dropdown-toggle::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="20" height="20" fill="currentColor"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z" fill="rgba(255,255,255,1)"></path></svg>');
}

.show-admin-bar .navbar-stick {
  top: 40px !important;
}

.bb-social-sharing {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
  list-style-type: none;
  padding-left: unset;
}
.bb-social-sharing .bb-social-sharing__item button {
  all: unset;
}
.bb-social-sharing .bb-social-sharing__item button:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.bb-social-sharing .bb-social-sharing__item svg {
  width: 18px;
  height: 18px;
}

[data-bs-theme=dark] body {
  background: var(--tc-neutral-1000);
}

.pagination .page-item.active .page-link {
  background: var(--primary-color) !important;
}

form .form-label, form .form-check-label {
  color: var(--tc-neutral-0) !important;
}

form.fob-comment-form label.required:after {
  content: "*";
  color: var(--primary-color);
}

body.home-page-2 {
  font-family: var(--primary-font), monospace;
}
body.home-page-2 .h1,
body.home-page-2 .h2,
body.home-page-2 .h3,
body.home-page-2 .h4,
body.home-page-2 .h5,
body.home-page-2 .h6,
body.home-page-2 .btn,
body.home-page-2 h1,
body.home-page-2 h2,
body.home-page-2 h3,
body.home-page-2 h4,
body.home-page-2 h5,
body.home-page-2 h6 {
  font-family: var(--primary-font), monospace;
  font-weight: var(--tc-fw-medium);
  color: var(--tc-neutral-0);
  margin-top: 0;
  line-height: var(--tc-heading-line-height);
  text-transform: unset;
}
body.home-page-2 p {
  font-family: var(--secondary-font), sans-serif;
}
body.home-page-3 {
  font-family: var(--secondary-font), serif;
}
body.home-page-3 .h1,
body.home-page-3 .h2,
body.home-page-3 .h3,
body.home-page-3 .h4,
body.home-page-3 .h5,
body.home-page-3 .h6,
body.home-page-3 .btn,
body.home-page-3 h1,
body.home-page-3 h2,
body.home-page-3 h3,
body.home-page-3 h4,
body.home-page-3 h5,
body.home-page-3 h6 {
  font-family: var(--primary-font), serif;
  font-weight: var(--tc-fw-regular);
  color: var(--tc-neutral-0);
  margin-top: 0;
  line-height: var(--tc-heading-line-height);
  text-transform: unset;
}
body.home-page-3 p {
  font-family: var(--secondary-font), sans-serif;
}

html[data-bs-theme=light] .section-blog-2 .blog-card .blog-card__image .text-white-keep {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
html[data-bs-theme=light] .text-white-keep {
  color: var(--tc-neutral-0) !important;
}

.navbar .navbar-nav li .sub-menu {
  min-width: 220px;
}
.navbar .navbar-nav li .sub-menu .nav-item .nav-link {
  color: var(--tc-neutral-0) !important;
  padding: 0;
}

.section-404,
.section-coming-soon {
  padding-top: 240px;
  padding-bottom: 400px;
}

.testimonials-content p {
  font-size: 20px;
  color: var(--bs-heading-color);
  font-family: var(--tc-heading-font-family);
  font-weight: var(--tc-fw-bold);
  line-height: var(--tc-heading-line-height);
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: unset;
}

.main-logo .site-name-text {
  max-width: 300px;
  flex-shrink: 1;
  overflow: hidden;
}

@media (max-width: 992px) {
  .navbar-social {
    padding-right: 75px;
  }
}
@media (max-width: 768px) {
  .main-logo .site-name-text {
    max-width: 200px;
  }
  .section-work.pt-96 {
    padding-top: 50px;
  }
  .section-details .fs-5 {
    font-size: 22px !important;
  }
  .section-details p {
    font-size: 22px;
  }
  .section-details p.fob-comment-form-note {
    font-size: var(--tc-body-font-size);
  }
  .section-brands-1.section-padding {
    padding: 50px 0;
  }
  .pb-160 {
    padding-bottom: 50px;
  }
  .pt-150 {
    padding-top: 50px;
  }
  .section-hero-1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .hero-3 .btn,
  .section-hero-1 .btn,
  .section-hero-2 .btn {
    padding: 15px;
  }
}
#preloader .loader-cover .loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card__title {
  color: var(--tc-neutral-0);
}

.contact-information-sidebar a:hover span.text-300 {
  color: var(--primary-color) !important;
}

.language-dropdown .dropdown-menu {
  padding: 0;
  min-width: 0;
  border-radius: 0;
}
.language-dropdown .language-dropdown-button {
  padding: 0;
  background: none !important;
  outline: none;
  border: none;
}

[data-bs-theme=light] .language-dropdown .language-dropdown-button {
  color: #fff;
  opacity: 0.75;
}
[data-bs-theme=light] .language-dropdown .language-dropdown-button:hover {
  opacity: 1;
}
[data-bs-theme=light] .offCanvas__info .language-dropdown .language-dropdown-button {
  color: var(--tc-neutral-200);
}

.section-brands-1 {
  padding: 70px 0;
}

@media (max-width: 768px) {
  .burger-icon {
    right: 65px;
  }
  .section-padding {
    padding: 75px 0;
  }
  section.section-work-single {
    padding: 150px 0;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .section-skills-1 .skills {
    flex: calc(50% - 20px);
    text-align: center;
    margin: 0 10px;
  }
  .main-logo .site-name-text {
    font-size: 16px !important;
  }
}
html[data-bs-theme=dark] .captcha-disclaimer {
  background-color: #000 !important;
}

html[data-bs-theme=light] .captcha-disclaimer {
  background-color: #fff !important;
}

.navbar .navbar-social a.dropdown-item.language-switcher-item {
  color: var(--tc-neutral-0);
}

.icon-shape {
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .burger-icon {
    right: 65px;
  }
  .section-static-1 .counter-item-cover .content {
    min-width: 50%;
  }
  .section-hero-2 .icon-decorate {
    margin-right: calc(50% - 40px);
  }
}
.section-coporation .slick-slider img {
  max-width: 100px;
  max-height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 390px) {
  .navbar-social {
    margin-right: 0 !important;
  }
  .main-logo .site-name-text {
    max-width: 165px;
  }
}
.mb-50 {
  margin-bottom: 50px !important;
}

.alith-row {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.alith-row .alith-col {
  float: left;
  list-style-type: none !important;
}
.alith-row .alith-col img, .alith-row .alith-col-nr img {
  vertical-align: bottom;
  max-width: 100%;
}
.alith-row .alith-col-6 {
  width: 16.666%;
}

body[dir=rtl] .carouselTicker {
  direction: ltr;
}
body[dir=rtl] .svg-icon-ti-ti-arrow-right,
body[dir=rtl] .ri-arrow-right-up-line {
  transform: rotate(180deg);
}
body[dir=rtl] .offCanvas__info {
  transform: translateX(100%);
  right: 0;
  left: unset;
}
body[dir=rtl] .offCanvas__info.active {
  transform: translateX(0);
}
body[dir=rtl] .offCanvas__close-icon {
  text-align: left;
}
body[dir=rtl] input[type=email],
body[dir=rtl] input[type=number],
body[dir=rtl] input[type=password],
body[dir=rtl] input[type=search],
body[dir=rtl] input[type=tel],
body[dir=rtl] input[type=text],
body[dir=rtl] input[type=url],
body[dir=rtl] textarea {
  text-align: right;
}
body[dir=rtl] .section-hero-2 .icon-decorate {
  margin-right: unset;
  margin-left: calc(50% - 40px);
}
body[dir=rtl] .swiper-button-next, body[dir=rtl] .swiper-button-prev {
  transform: rotate(180deg);
}
body[dir=rtl] .pe-5 {
  padding-left: 2rem !important;
}
body[dir=rtl] .me-5 {
  margin-left: 2rem !important;
}
@media (max-width: 992px) {
  body[dir=rtl] .burger-icon {
    right: auto;
    left: 65px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  body[dir=rtl] .navbar-social {
    padding-right: 0 !important;
    padding-left: 2rem !important;
  }
}
@media (min-width: 768px) {
  body[dir=rtl] .ms-md-10 {
    margin-right: 6rem !important;
    margin-left: unset !important;
  }
  body[dir=rtl] .start-md-50 {
    right: 50% !important;
    left: unset !important;
  }
}
@media (max-width: 390px) {
  body[dir=rtl] .navbar-social {
    margin-left: 0 !important;
  }
}

/* Fix suprapunere footer pe pagina Proiecte */
.section-work {
    padding-bottom: 80px !important;
}
.section-work .card-scroll {
    margin-bottom: 40px;
}

/* Fix overlap footer pe pagina Proiecte - style-4 sticky cards */
.section-work .card-scroll {
    padding-bottom: 80px;
}

/* Fix overlap footer - ultimul card sticky */
.section-work {
    margin-bottom: 200px !important;
}

/* ===== TERMINAL WINDOW ===== */
.terminal-window {
    background: #1a1a2e;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    font-family: 'Courier New', monospace;
    text-align: left;
    border: 1px solid #333;
}
.terminal-header {
    background: #2d2d2d;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.terminal-btn {
    width: 13px; height: 13px;
    border-radius: 50%;
    display: inline-block;
}
.t-close { background: #ff5f57; }
.t-minimize { background: #febc2e; }
.t-maximize { background: #28c840; }
.terminal-title-bar {
    color: #888;
    font-size: 12px;
    margin-left: 8px;
}
.terminal-body {
    padding: 20px;
    min-height: 280px;
}
.t-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    opacity: 0;
    transition: opacity 0.2s;
}
.t-line.visible { opacity: 1; }
.t-prompt {
    color: #28c840;
    font-size: 13px;
    white-space: nowrap;
}
.t-cmd {
    color: #fff;
    font-size: 13px;
}
.t-output {
    color: #aaa;
    font-size: 13px;
    padding-left: 8px;
    margin-bottom: 12px;
    opacity: 0;
    transition: opacity 0.2s;
}
.t-output.visible { opacity: 1; }
.t-success { color: #28c840 !important; }
.t-cursor {
    color: var(--primary-color);
    animation: blink 1s step-end infinite;
    font-size: 13px;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* ===== TERMINAL WIDGET ===== */
.terminal-window{background:#0d1117;border-radius:10px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.6);font-family:'Courier New',monospace;text-align:left;border:1px solid #30363d;width:100%}
.terminal-header{background:#161b22;padding:12px 16px;display:flex;align-items:center;gap:8px}
.terminal-btn{width:12px;height:12px;border-radius:50%;display:inline-block}
.t-close{background:#ff5f57}.t-minimize{background:#febc2e}.t-maximize{background:#28c840}
.terminal-title-bar{color:#6e7681;font-size:12px;margin-left:6px}
.terminal-body{padding:20px;min-height:260px}
.t-line{display:flex;align-items:center;gap:8px;margin-bottom:6px;opacity:0;transition:opacity .3s}
.t-output{color:#8b949e;font-size:13px;padding-left:8px;margin-bottom:14px;opacity:0;transition:opacity .3s}
.t-success{color:#3fb950!important}
.t-prompt{color:#3fb950;font-size:13px;white-space:nowrap}
.t-cmd{color:#e6edf3;font-size:13px}
.t-cursor{color:var(--primary-color);animation:cur-blink 1s step-end infinite;font-size:16px}
@keyframes cur-blink{0%,100%{opacity:1}50%{opacity:0}}



/* ===== TERMINAL TESTIMONIAL CARDS ===== */
.section-testimonials-1 .swiper-wrapper { align-items: stretch; }
.section-testimonials-1 .swiper-slide { height: auto !important; display: flex; padding: 0 10px; }

.terminal-card {
    background: #0d1117;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    font-family: 'Courier New', monospace;
    text-align: left;
    border: 1px solid #30363d;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 420px;
}
.terminal-card .terminal-header {
    background: #161b22;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-bottom: 1px solid #21262d;
}
.terminal-card .terminal-title-bar {
    color: #6e7681;
    font-size: 11px;
    margin-left: 6px;
}
.terminal-body-card {
    padding: 24px 28px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0;
}
.t-review-line {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}
.t-prompt-card { color: #3fb950; font-size: 12px; white-space: nowrap; }
.t-cmd-card { color: #79c0ff; font-size: 12px; }
.t-review-content {
    color: #c9d1d9;
    font-size: 14px;
    line-height: 2;
    border-left: 2px solid #30363d;
    padding: 4px 0 4px 16px;
    margin-bottom: 24px;
    flex: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.t-stars {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.t-star { color: #f1e05a; font-size: 16px; }
.t-rating-text { color: #6e7681; font-size: 11px; margin-left: 8px; font-family: 'Courier New', monospace; }
.t-author-line {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid #21262d;
    margin-top: 12px;
}
.t-prompt-green { color: #3fb950; font-size: 15px; }
.t-author-name { color: #e6edf3; font-size: 13px; font-weight: 700; font-family: 'Courier New', monospace; }
.t-author-company { color: #6e7681; font-size: 12px; font-family: 'Courier New', monospace; }

/* ===== TESTIMONIAL FIXES ===== */
/* Paginatie sub carduri */
.section-testimonials-1 .swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    margin-top: 30px !important;
    display: block !important;
}
.section-testimonials-1 .slider-2 {
    padding-bottom: 0 !important;
}

/* Titlu + subtitle hacker centrat */
.section-testimonials-1 h3.ds-3 {
    font-family: 'Courier New', monospace !important;
    color: #3fb950 !important;
    text-align: center !important;
    font-size: 2.2rem !important;
    text-shadow: 0 0 20px rgba(63,185,80,0.4) !important;
    animation: hacker-glow 2s ease-in-out infinite alternate !important;
}
.section-testimonials-1 span.fs-5 {
    font-family: 'Courier New', monospace !important;
    color: #79c0ff !important;
    display: block !important;
    text-align: center !important;
    font-size: 13px !important;
    opacity: 0.8 !important;
}
.section-testimonials-1 span.fs-5::before {
    content: '// ';
    color: #6e7681;
}
@keyframes hacker-glow {
    from { text-shadow: 0 0 10px rgba(63,185,80,0.3); }
    to { text-shadow: 0 0 30px rgba(63,185,80,0.8), 0 0 60px rgba(63,185,80,0.3); }
}



/* Fix hero subtitle mobile - nowrap fara a strica typewriter */
.section-hero-2 .text-secondary-2.d-flex {
    flex-wrap: nowrap !important;
    align-items: center !important;
}
.section-hero-2 .text-secondary-2.d-flex .text-dark {
    overflow: hidden !important;
}
@media (max-width: 480px) {
    .section-hero-2 .text-secondary-2.d-flex {
        font-size: 12px !important;
    }
}

/* Fix badge </> pozitie sub poza */
.section-hero-2 .col-lg-5 .position-relative .icon-decorate {
    top: auto !important;
    bottom: -50px !important;
}

/* Ascunde badge </> din hero */
.section-hero-2 .col-lg-5 .position-relative .icon-decorate {
    display: none !important;
}
