/*
Theme Name: PlagCheck
Theme URI: https://plagiatcheck.org
Author: admin
Author URI: https://plagiatcheck.org
Description: Protect Your Work with Cutting-Edge Plagiarism & AI Detection
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
Text Domain: plagcheck
Tags: Awesome Solutions, Check for AI, Check for Plagiarism
*/

.nav-link {
  padding: 0;
}
.nav-links a{
  font-weight: 500; font-size: 14px; color: var(--text);
  position: relative; padding: 6px 2px; display: inline-block;
}
.nav-link::after{
  display: none;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px;
  height: 2px; background: var(--text); border-radius: 2px;
  transition: right .35s var(--ease-out);
}
.nav-links .current_page_item a::after { right: 0; }

.nav-links li:hover a::after { right: 0; }

.nav-menu-links a {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0;
  font-size: clamp(24px, 5.5vw, 36px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  transition: color .25s var(--ease-out);
  opacity: 0; transform: translateY(10px);
}
.nav-menu-links a:hover { color: var(--lime); }
.nav-menu-links a > span:first-child { flex: 1; min-width: 0; }
.nav-menu-links a {
  position: relative;
}

.nav-menu-links a::after {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f7f7f5;
  background-image: url("/wp-content/themes/main/images/arrow-link.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.nav-menu.is-open a{
  opacity: 1; transform: translateY(0);
  transition: opacity .45s var(--ease-out), transform .45s var(--ease-out), color .25s, background .25s;
}
.nav-menu.is-open li:nth-child(1) a { transition-delay: 80ms; }
.nav-menu.is-open li:nth-child(2) a { transition-delay: 130ms; }
.nav-menu.is-open li:nth-child(3) a { transition-delay: 180ms; }
.nav-menu.is-open li:nth-child(4) a { transition-delay: 230ms; }
.nav-menu.is-open li:nth-child(5) a { transition-delay: 280ms; }

.footer-list a { display: inline-flex; align-items: center; gap: 8px; color: var(--text-muted); transition: color .2s; }
.footer-list a:hover { color: var(--green); }

.footer-offices { display: flex; flex-direction: column; gap: 14px; max-width: 230px;}
.footer-office .office-img{max-width: 100%; height: auto;}

.contact-detail-value .address-contacts{ max-width: 260px; width: 100%; height: auto}
.contact-office img{ max-width: 100% }

.error-404 {
  text-align: center;
}
.error-404 h1{
  margin-bottom: 20px;
}
.error-page-btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 17px;
}
.error-page-btns a {
  width: 170px;
  max-width: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
.footer-lang .mono.footer-lang-active {
  color: var(--text);
}
.footer-lang .mono a:hover {
  color: var(--muted);
}
.footer-list a {
  display: inline-flex;
  gap: 8px;
  color: var(--text-muted);
  transition: color .2s;
  align-items: normal;
}
li.new-icon a:after {
  content: 'new';
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 15px;
  background: var(--primary);
  color: var(--ink);
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media(min-width: 1201px){
  .h-display.hero-title{
    font-size: 70px;
  }
}

.ps-widget-ContactsForm h5{
  font-size: 24px;
  letter-spacing: -0.03em;
  padding-bottom: 15px;
}

.error-links-row .menu-item a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  font-weight: 500;
  font-size: 12.5px;
  color: var(--text);
  transition: background .2s, transform .2s var(--ease-out);
}

.error-links-row .menu-item a:hover {
  background: var(--surface);
  transform: translateY(-1px);
}