/**
 * processin.mk — фиксни / проектски стилови (header, мени, копчиња, итн.)
 * Овој фајл НЕ го брише админот при „Custom CSS“.
 * Админ пишува во: css/style.integration.css
 */

/* Global text selection */
::selection {
    background: #0A0A0A;
    color: #ffffff;
}

::-moz-selection {
    background: #0A0A0A;
    color: #ffffff;
}

/* Fallback кога админ Custom CSS е празен: стари димензии/ширина */
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-xl {
        max-width: 1240px;
    }
}

/* Само footer да е поширок од главниот container */
@media (min-width: 1200px) {
    .footer .container,
    .footer-1 .container {
        max-width: 1410px;
    }
}

h1.color-brand-1 { font-size: 40px; line-height: 50px; }
h2.color-brand-1 { font-size: 35px; line-height: 40px; }
h4.color-brand-1 { font-size: 20px; line-height: 30px; }

/* Title-line глобално: subtitle pill стил (како hero-subtitle-pill) */
.ck-content .title-line,
.ck-content span.title-line,
.ck-content div.title-line,
.testimonial-style-1 .title-line,
.testimonial-style-1 span.title-line,
.from-our-blog-block .title-line,
.from-our-blog-block span.title-line {
    display: inline-block !important;
    position: relative;
    width: auto !important;
    min-height: 35px;
    height: auto !important;
    margin: 0 0 12px 0 !important;
    padding: 8px 16px 8px 30px !important;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 6px 16px -12px rgba(15, 23, 42, 0.24) !important;
    color: #334155 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal;
    vertical-align: middle;
    overflow: visible !important;
}

/* Не дозволува utility класите од темата да го растурат pill изгледот */
.ck-content .title-line.line-48,
.ck-content span.title-line.line-48,
.ck-content div.title-line.line-48,
.testimonial-style-1 .title-line.line-48,
.testimonial-style-1 span.title-line.line-48,
.from-our-blog-block .title-line.line-48,
.from-our-blog-block span.title-line.line-48 {
    line-height: 1.2 !important;
}

/* Сино blinking топче пред subtitle */
.ck-content .title-line::before,
.ck-content span.title-line::before,
.ck-content div.title-line::before,
.testimonial-style-1 .title-line::before,
.testimonial-style-1 span.title-line::before,
.from-our-blog-block .title-line::before,
.from-our-blog-block span.title-line::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.45);
    animation: hero-pill-dot-pulse 2s ease-out infinite;
}

/* Гаси стар underline кај title-line */
.ck-content .title-line::after,
.ck-content span.title-line::after,
.ck-content div.title-line::after,
.testimonial-style-1 .title-line::after,
.testimonial-style-1 span.title-line::after,
.from-our-blog-block .title-line::after,
.from-our-blog-block span.title-line::after {
    content: none !important;
    display: none !important;
}

/* Горна лента: hover на линкови и валута/јазик — иста сина како бренд */
.header-top .header-wrap .top-bar .header-top-left a:hover,
.header-top .header-wrap .top-bar .header-top-right a:hover,
.header-top .header-wrap .top-bar .header-top-right .btn.dropdown-toggle:hover {
    color: #3b82f6 !important;
}

/* Валута / јазик: бело мени, сива на hover (темата често става primary/teal на .dropdown-item) */
.header-top .dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 28px -10px rgba(15, 23, 42, 0.18) !important;
}
.header-top .dropdown-menu .dropdown-item {
    color: #1e293b !important;
    background-color: transparent !important;
}
.header-top .dropdown-menu .dropdown-item:hover,
.header-top .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
    color: #3b82f6 !important;
}
.header-top .dropdown-menu .dropdown-item:active {
    background-color: transparent !important;
    color: #2563eb !important;
}

/* Footer: подобра распределба + brand боја за Working hours */
@media (min-width: 1200px) {
    .footer .footer-1 .width-20 {
        width: 23% !important;
        padding-right: 34px;
    }

    .footer .footer-1 .width-16 {
        width: 17% !important;
        padding-left: 16px;
    }
}

.footer .footer-1 .width-20 strong.font-md-bold {
    color: #0A0A0A !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

/* Останатото „старо“ theme tweake е во style.integration.css (админ слој). */

/* Главен header: лево (лого + мени), десно (акции) — не вметнувај .header-right во .header-left */
.header .main-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 0.75rem 1rem;
  width: 100%;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.header .main-header .header-left {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  gap: 0.5rem 0.75rem;
}
.header .main-header .header-left .header-logo { max-width: 56px !important; flex-shrink: 0 !important; }
.header .main-header .header-left .header-logo a img {
    width: 50px !important;
    height: 50px !important;
    min-height: 0 !important;
    max-height: 50px !important;
    max-width: 50px !important;
    object-fit: contain;
}
.header .main-header .header-right {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.35rem 0.5rem;
  padding: 0 !important;
  width: auto !important;
  text-align: right !important;
}
/* претходно: .header-left .header-right — иста визуелна за пребарување/јазик */
.header .main-header .header-right .icon-list {
  color: #071920 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
}
.header .main-header .header-right .icon-list:hover {
  color: #3b82f6 !important;
}
.header .main-header .header-right .icon-list .arrow-down {
  background: url(../imgs/template/icons/angle-down.svg) no-repeat right top 3px;
  padding-right: 22px;
}
/* theme style.css: float мени — nav со overflow за една линија на тесни xl екрани */
.header .main-header .header-left .header-nav {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
/* overflow на nav го сече dropdown (ul.sub-menu). Мора visible. */
.header .main-header .header-left .header-nav .nav-main-menu {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
}
/* Центрирање на ставките во desktop менито (xl+); без display:flex под xl за да не се крши d-none) */
@media (min-width: 1200px) {
  .header .main-header .header-left .header-nav .nav-main-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
.header .main-header .header-left .header-nav ul.main-menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: max-content !important;
  min-width: min-content !important;
}
.header .main-header .header-left .header-nav ul.main-menu > li {
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  float: none !important;
  white-space: nowrap !important;
}
@media (min-width: 1200px) {
  /* Pill САМО на првото ниво; пониска специфичност од темата за padding 28px */
  .header .main-header .header-left .header-nav ul.main-menu > li {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
  .header .main-header .header-left .header-nav ul.main-menu > li > a {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.02em !important;
    font-variant-numeric: tabular-nums;
    padding: 0.38rem 0.72rem !important;
    border-radius: 9999px !important;
    border: 1px solid rgba(148, 163, 184, 0.35) !important;
    background-color: rgba(241, 245, 249, 0.65) !important;
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset !important;
    display: inline-block !important;
  }
  /* Поширок xl: малку поголем текст */
  @media (min-width: 1400px) {
    .header .main-header .header-left .header-nav ul.main-menu > li > a {
      font-size: 13px !important;
      padding: 0.42rem 0.85rem !important;
    }
  }
  .header .main-header .header-left .header-nav ul.main-menu > li.has-children > a {
    padding-right: 1.55rem !important;
    position: relative !important;
  }
  /* Поубава стрелка (solid chevron) + боја преку mask за hover во #3b82f6 */
  .header .main-header .header-left .header-nav ul.main-menu > li.has-children > a::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    right: 0.42rem !important;
    width: 15px !important;
    height: 15px !important;
    margin-top: -7.5px !important;
    background-image: none !important;
    background-color: #64748b !important;
    -webkit-mask-image: url('../images/nav-chevron-down.svg');
    mask-image: url('../images/nav-chevron-down.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 1 !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .header .main-header .header-left .header-nav ul.main-menu > li.has-children > a:hover::after {
    background-color: #3b82f6 !important;
  }
  .header .main-header .header-left .header-nav ul.main-menu > li.has-children:hover > a::after {
    transform: translateY(1px);
  }
  @media (prefers-reduced-motion: reduce) {
    .header .main-header .header-left .header-nav ul.main-menu > li.has-children:hover > a::after {
      transform: none;
    }
  }
  .header .main-header .header-left .header-nav ul.main-menu > li > a:hover {
    background-color: rgba(59, 130, 246, 0.1) !important;
    border-color: rgba(59, 130, 246, 0.35) !important;
    color: #3b82f6 !important;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.85) inset,
      0 0 0 1px rgba(59, 130, 246, 0.12);
  }

  /* Мал јаз под главната ставка — dropdown не е залепен за pill */
  .header .main-header .header-left .header-nav ul.main-menu > li.has-children > ul.sub-menu,
  .header .main-header .header-left .header-nav ul.main-menu > li.has-children > ul {
    margin-top: 0.65rem !important;
  }
  .header .main-header .header-left .header-nav ul.main-menu > li.has-children > ul.sub-menu::before,
  .header .main-header .header-left .header-nav ul.main-menu > li.has-children > ul::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -0.65rem;
    height: 0.65rem;
  }
}
.header .main-header .header-left .header-nav ul.main-menu > li > a { color: #0f172a !important; }
/* hover за pill е во @media (min-width: 1200px); под xl темата си важи: */
@media (max-width: 1199.98px) {
  .header .main-menu > li > a:hover { color: #3b82f6 !important; }
}

/* Под laptop/tablet: сочувај Workspace, но стегни spacing за да нема преклоп со burger */
@media (max-width: 991.98px) {
  .header .main-header {
    position: relative;
  }

  .header .main-header {
    gap: 0.35rem 0.5rem;
  }

  .header .main-header .header-left {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    gap: 0.25rem !important;
  }

  .header .main-header .header-left .header-logo {
    max-width: none !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }

  .header .main-header .header-left .header-nav {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 6px;
  }

  .header .main-header .header-left .header-nav .burger-icon {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%);
    margin: 0 !important;
    z-index: 6;
    transform-origin: center center;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .header .main-header .header-right {
    gap: 0.2rem 0.35rem;
    margin-left: auto;
    margin-right: 44px; /* reserve space for burger on far right */
    position: relative;
    z-index: 3;
  }

  .header .main-header .header-right .box-search-top {
    display: inline-block !important;
    margin-right: 0 !important;
  }

  .header .main-header .header-right .icon-list {
    padding: 0 4px;
    font-size: 15px;
    line-height: 20px;
  }

  .header .main-header .header-right .d-none.d-sm-inline-block {
    display: inline-block !important;
  }

  .header .main-header .header-right .btn.btn-brand-1.hover-up {
    padding: 8px 14px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    position: relative;
    z-index: 4;
  }
}

/* На многу тесни екрани приоритет е burger + Workspace */
@media (max-width: 767.98px) {
  .header .main-header {
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }

  .header .main-header .header-left {
    flex: 0 0 auto !important;
  }

  .header .main-header .header-left .header-nav {
    margin-left: 10px !important;
  }

  .header .main-header .header-right {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: 44px !important;
    gap: 0.65rem !important;
  }

  .header .main-header .header-right .box-search-top {
    margin-right: 2px !important;
  }

  /* На xs bootstrap класата d-none d-sm-inline-block го крие копчето; форсирај го видливо */
  .header .main-header .header-right .d-none.d-sm-inline-block {
    display: inline-block !important;
  }

  .header .main-header .header-right .btn.btn-brand-1.hover-up {
    padding: 8px 14px !important;
    font-size: 13px !important;
    line-height: 1.05 !important;
    border-radius: 11px !important;
  }

  .header .main-header .header-left .header-nav .burger-icon {
    right: 10px !important;
  }
}

/* Burger micro-interaction: rotate on hover/tap */
.header .main-header .header-left .header-nav .burger-icon:hover,
.header .main-header .header-left .header-nav .burger-icon:active,
.header .main-header .header-left .header-nav .burger-icon.is-rotating {
    transform: translateY(-50%) rotate(90deg) !important;
}

/* Workspace: цврсто бело — темата сакаше цијан/жолтенкаст hover */
.header .main-header .header-right .btn.btn-brand-1,
.header .main-header .header-right .btn.btn-brand-1:hover,
.header .main-header .header-right .btn.btn-brand-1:focus,
.header .main-header .header-right .btn.btn-brand-1:active {
  color: #ffffff !important;
}

/* Header „Workspace“ и слични .hover-up: кревање + сина сенка (над теминскиот .hover-up) */
.header .btn.btn-brand-1.hover-up {
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.header .btn.btn-brand-1.hover-up:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 14px 32px -12px rgba(59, 130, 246, 0.5) !important;
}

.header .btn.btn-brand-1.hover-up:focus-visible {
    outline: 2px solid rgba(59, 130, 246, 0.55);
    outline-offset: 3px;
}

/* Header Workspace копче: без сенка во сите состојби */
.header .main-header .header-right .btn.btn-brand-1.hover-up,
.header .main-header .header-right .btn.btn-brand-1.hover-up:hover,
.header .main-header .header-right .btn.btn-brand-1.hover-up:focus,
.header .main-header .header-right .btn.btn-brand-1.hover-up:focus-visible,
.header .main-header .header-right .btn.btn-brand-1.hover-up:active {
    box-shadow: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .header .btn.btn-brand-1.hover-up:hover {
        transform: none !important;
    }
}

/* Лого во header: лесна ротација на hover (~20–25°) + мазен „spring“ easing */
.header .main-header .header-left .header-logo a img {
    transform-origin: 50% 50%;
    transition: transform 0.45s cubic-bezier(0.34, 1.4, 0.32, 1);
    will-change: transform;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.header .main-header .header-left .header-logo a:hover img,
.header .main-header .header-left .header-logo a:focus-visible img {
    transform: rotate(22deg) scale(1.04);
}

.header .main-header .header-left .header-logo a:active img {
    transform: rotate(22deg) scale(0.98);
    transition-duration: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
    .header .main-header .header-left .header-logo a img,
    .header .main-header .header-left .header-logo a:hover img,
    .header .main-header .header-left .header-logo a:focus-visible img,
    .header .main-header .header-left .header-logo a:active img {
        transform: none;
        transition: none;
    }
}

/* Сите бренд hover-up копчиња: бел текст секогаш + blue hover/focus */
.btn.btn-brand-1.hover-up,
.btn.btn-brand-1.hover-up:visited {
    border-radius: 15px !important;
    color: #ffffff !important;
}

.btn.btn-brand-1.hover-up:hover,
.btn.btn-brand-1.hover-up:focus-visible,
.btn.btn-brand-1.hover-up:active {
    background-color: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: #ffffff !important;
}

/* Search modal submit: ист визуелен стил како Workspace */
#search-autocomplete-modal .btn.btn-brand-1,
#search-autocomplete-modal .btn.btn-brand-1:hover,
#search-autocomplete-modal .btn.btn-brand-1:focus,
#search-autocomplete-modal .btn.btn-brand-1:focus-visible,
#search-autocomplete-modal .btn.btn-brand-1:active {
    border-radius: 15px !important;
    color: #ffffff !important;
    background-color: #071920 !important;
    border-color: #071920 !important;
    box-shadow: none !important;
}

/* Banner-10 counters (% / x / + / бројки) да останат brand blue */
.banner-10 .box-banner-home10 .box-count-number h3.color-brand-1,
.banner-10 .box-banner-home10 .box-count-number h3.color-brand-1 .count,
.banner-10 .box-banner-home10 .box-count-number h3.color-brand-1 span {
    color: #3b82f6 !important;
    font-size: 25px !important;
    line-height: 1.2 !important;
}

/* Banner-10 hero: помал јаз меѓу наслов и опис + малку пониско h1 */
.banner-10 .box-banner-home10 .col-lg-6.mb-30 > h1.color-brand-1 {
    margin-top: 14px !important;
    margin-bottom: 20px !important;
}

.banner-10 .box-banner-home10 .col-lg-6.mb-30 > p.font-md.color-grey-500 {
    margin-bottom: 28px !important;
}

/* Hero secondary CTA ("View Capabilities"): да изгледа како вистинско копче */
.banner-10 .box-banner-home10 .d-flex.align-items-center.flex-wrap.gap-3.mb-45 .btn.btn-link.font-sm-bold.color-brand-1 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px !important;
    border-radius: 13px;
    border: 1px solid #cbd5e1 !important;
    background: #ffffff !important;
    color: #6B7280 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px -14px rgba(15, 23, 42, 0.22);
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.24s ease, color 0.24s ease, background-color 0.24s ease;
}

.banner-10 .box-banner-home10 .d-flex.align-items-center.flex-wrap.gap-3.mb-45 .btn.btn-link.font-sm-bold.color-brand-1:hover,
.banner-10 .box-banner-home10 .d-flex.align-items-center.flex-wrap.gap-3.mb-45 .btn.btn-link.font-sm-bold.color-brand-1:focus-visible {
    transform: translateY(-2px);
    border-color: #cbd5e1 !important;
    background: #ffffff !important;
    color: #6B7280 !important;
    box-shadow: none !important;
}

.banner-10 .box-banner-home10 .d-flex.align-items-center.flex-wrap.gap-3.mb-45 .btn.btn-link.font-sm-bold.color-brand-1:active {
    transform: translateY(0);
}

/* Hero right column: minimal terminal output */
.banner-10 .box-banner-home10 .hero-terminal-wrap {
    min-height: 474px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero right column: bot visual mode */
.banner-10 .box-banner-home10 .hero-bot-wrap {
    min-height: 474px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.banner-10 .box-banner-home10 .hero-bot-frame {
    width: 100%;
    max-width: 596px;
    min-height: 474px;
    border-radius: 14px;
    border: 0;
    background: transparent;
    overflow: hidden;
    box-shadow: none;
    position: relative;
    z-index: 2;
}

.banner-10 .box-banner-home10 .hero-bot-frame iframe {
    width: 100%;
    height: calc(474px + 72px);
    margin-bottom: -72px;
    border: 0;
    display: block;
    background: transparent;
}

.banner-10 .box-banner-home10 .hero-bot-wrap::after {
    content: none;
}

.banner-10 .box-banner-home10 .hero-bot-frame::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: calc(100% - 120px);
    max-width: 430px;
    height: 18px;
    transform: translateX(-50%);
    pointer-events: none;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.28) 0%, rgba(15, 23, 42, 0.14) 45%, rgba(15, 23, 42, 0) 100%);
    filter: blur(3px);
    z-index: 0;
}

.banner-10 .box-banner-home10 .hero-bot-frame::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% - 120px);
    max-width: 430px;
    height: 1px;
    transform: translateX(-50%);
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(203, 213, 225, 0) 0%,
        rgba(203, 213, 225, 0.40) 20%,
        rgba(203, 213, 225, 0.52) 50%,
        rgba(203, 213, 225, 0.40) 80%,
        rgba(203, 213, 225, 0) 100%
    );
    filter: blur(0.35px);
    z-index: 1;
}

.banner-10 .box-banner-home10 .hero-terminal {
    width: 100%;
    max-width: 596px;
    min-height: 474px;
    border-radius: 14px;
    border: 1px solid #dce3eb;
    background: #f4f6f8;
    box-shadow: 0 12px 26px -20px rgba(15, 23, 42, 0.18);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.banner-10 .box-banner-home10 .hero-terminal__bar {
    width: 100%;
    border-bottom: 1px solid #e3e8ee;
    background: #f0f3f7;
    color: #6B7280;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 0 14px;
    font-weight: 600;
}

.banner-10 .box-banner-home10 .hero-terminal__bar > span {
    display: inline-block;
    line-height: 1;
}

.banner-10 .box-banner-home10 .hero-terminal .panel-dots {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 15px;
    background:
        radial-gradient(circle at 7.5px 7.5px, #ef4444 6px, transparent 6.3px),
        radial-gradient(circle at 27px 7.5px, #f59e0b 6px, transparent 6.3px),
        radial-gradient(circle at 46.5px 7.5px, #22c55e 6px, transparent 6.3px);
    pointer-events: none;
}

.banner-10 .box-banner-home10 .hero-terminal__body {
    width: 100%;
    flex: 1 1 auto;
    padding: 20px 24px 14px;
    overflow: hidden;
    font-family: "JetBrains Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Courier New", monospace;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}

.banner-10 .box-banner-home10 .hero-terminal__row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 10px;
    align-items: center;
    min-height: 20px;
    margin: 0;
}

.banner-10 .box-banner-home10 .hero-terminal .code-nums {
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
    user-select: none;
}

.banner-10 .box-banner-home10 .hero-terminal__line {
    min-height: 20px;
    margin: 0;
    color: #334155;
    opacity: 1;
    transform: none !important;
    transition: text-shadow 0.2s ease;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.002em;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.banner-10 .box-banner-home10 .hero-terminal.is-typing .hero-terminal__line {
    opacity: 1;
    transform: translateY(0);
}

.banner-10 .box-banner-home10 .hero-terminal .code-content.output-blue {
    color: #2563eb;
    font-weight: 600;
}

.banner-10 .box-banner-home10 .hero-terminal .code-content.output-yellow { color: #c2410c; }
.banner-10 .box-banner-home10 .hero-terminal .code-content.output-cyan { color: #0891b2; }
.banner-10 .box-banner-home10 .hero-terminal .code-content.output-magenta { color: #a21caf; }
.banner-10 .box-banner-home10 .hero-terminal .code-content.output-green { color: #059669; }
.banner-10 .box-banner-home10 .hero-terminal .code-content.output-gray { color: #6b7280; }

.banner-10 .box-banner-home10 .hero-terminal__line.is-active,
.banner-10 .box-banner-home10 .hero-terminal__line.is-done {
    opacity: 1;
    transform: none !important;
}

.banner-10 .box-banner-home10 .hero-terminal__line.is-active {
    text-shadow: 0 0 10px rgba(46, 130, 255, 0.12);
}

.banner-10 .box-banner-home10 .hero-terminal__line.is-active::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-left: 3px;
    vertical-align: middle;
    background: #2e82ff;
    opacity: 1;
    animation: hero-terminal-caret 0.95s steps(1, end) infinite;
}


.banner-10 .box-banner-home10 .hero-terminal__help {
    width: 100%;
    border-top: 1px solid #e3e8ee;
    background: #f6f8fb;
    padding: 10px 24px 12px;
    text-align: left;
}

.banner-10 .box-banner-home10 .hero-terminal__help-title {
    margin: 0 0 6px;
    color: #94a3b8;
    font-size: 11px;
    letter-spacing: 0.12em;
    font-weight: 600;
}

.banner-10 .box-banner-home10 .hero-terminal__help-row {
    margin: 0;
    color: #94a3b8;
    font-family: "JetBrains Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Courier New", monospace;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.banner-10 .box-banner-home10 .hero-terminal__help-row .help-prompt {
    color: #a21caf;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    transform: translateY(0);
}

.banner-10 .box-banner-home10 .hero-terminal__help-row .help-tail {
    color: #2563eb;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-left: 4px;
    animation: hero-help-tail-blink 0.95s steps(1, end) infinite;
}

@keyframes hero-terminal-caret {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

@keyframes hero-help-tail-blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0.2; }
}

@media (max-width: 1199.98px) {
    .banner-10 .box-banner-home10 .hero-terminal-wrap {
        min-height: 420px;
    }
    .banner-10 .box-banner-home10 .hero-bot-wrap,
    .banner-10 .box-banner-home10 .hero-bot-frame {
        min-height: 420px;
    }
    .banner-10 .box-banner-home10 .hero-bot-frame iframe {
        height: calc(420px + 64px);
        margin-bottom: -64px;
    }
    .banner-10 .box-banner-home10 .hero-terminal {
        min-height: 420px;
    }
    .banner-10 .box-banner-home10 .hero-terminal__body {
        padding: 16px 18px 12px;
    }
    .banner-10 .box-banner-home10 .hero-terminal__help {
        padding: 10px 18px 11px;
    }
}

@media (max-width: 767.98px) {
    .banner-10 .box-banner-home10 .hero-terminal-wrap {
        min-height: 360px;
    }
    .banner-10 .box-banner-home10 .hero-bot-wrap,
    .banner-10 .box-banner-home10 .hero-bot-frame {
        min-height: 360px;
    }
    .banner-10 .box-banner-home10 .hero-bot-frame iframe {
        height: calc(360px + 52px);
        margin-bottom: -52px;
    }
    .banner-10 .box-banner-home10 .hero-terminal {
        min-height: 360px;
        border-radius: 12px;
    }
    .banner-10 .box-banner-home10 .hero-terminal__body {
        padding: 12px 12px 8px;
    }
    .banner-10 .box-banner-home10 .hero-terminal__help {
        padding: 8px 12px 10px;
    }
    .banner-10 .box-banner-home10 .hero-terminal__line {
        font-size: 12px;
        min-height: 17px;
        line-height: 17px;
    }
    .banner-10 .box-banner-home10 .hero-terminal .code-nums {
        font-size: 11px;
    }
    .banner-10 .box-banner-home10 .hero-terminal__row {
        grid-template-columns: 22px minmax(0, 1fr);
        column-gap: 8px;
        min-height: 17px;
    }
    .banner-10 .box-banner-home10 .hero-terminal__help-row {
        font-size: 12px;
        gap: 5px;
    }
    .banner-10 .box-banner-home10 .hero-terminal__help-row .help-prompt {
        font-size: 12px;
    }
    .banner-10 .box-banner-home10 .hero-terminal__help-row .help-tail {
        font-size: 12px;
    }
}

/* Hero subtitle како pill над наслов */
.banner-10 .box-banner-home10 .hero-subtitle-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px 0 !important;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 16px -12px rgba(15, 23, 42, 0.24);
    color: #334155;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.banner-10 .box-banner-home10 .hero-subtitle-pill__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex: 0 0 9px;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    animation: hero-subtitle-pill-dot-pulse 2s ease-out infinite;
}

/* Featured Brands style-1 subtitle како pill + blinking dot */
.brands-subtitle-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px 0 !important;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 16px -12px rgba(15, 23, 42, 0.24);
    color: #334155 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.brands-subtitle-pill__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex: 0 0 9px;
    background: #3b82f6;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.45);
    animation: hero-pill-dot-pulse 2s ease-out infinite;
}

/*
 * Branding block style-2: слика во десна колона.
 * Чест проблем: WOW + animate__fadeInUp на .col-lg-7 оставаат opacity<1 на РОДИТЕЛ → целата слика изгледа „сиво/washed out“
 * (детето не може да биде посветло од родител). Присилуваме opacity:1 на колоната по анимација.
 * Понекогаш и самата <section> има WOW — исто затемнување.
 */
.ck-content .branding-block--style-2.section.wow,
.ck-content .branding-block.branding-block--style-2.wow,
.ck-content .branding-block--style-2 .branding-block__visual,
.ck-content .branding-block--style-2 .branding-block__visual.wow,
.ck-content .branding-block--style-2 .branding-block__visual.wow.animate__animated,
.ck-content .branding-block--style-2 .branding-block__visual.wow.animate__animated.animate__fadeInUp,
/* fallback ако колоната нема .branding-block__visual (стар кеш) но има WOW на col-lg-7 */
.ck-content .branding-block--style-2 .row > .col-lg-7.text-center.position-relative.mb-30.wow {
    opacity: 1 !important;
    visibility: visible !important;
}

.ck-content .branding-block--style-2 .branding-block__media {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 14px;
    border: 2px solid #e2e8f0;
    box-sizing: border-box;
    background: #fff;
    opacity: 1 !important;
    box-shadow: none;
}

/* Сенка на бројчето (cardNumber) понекогаш паѓа врз сликата и изгледа како „перде“ */
.ck-content .branding-block--style-2 .box-number-business .cardNumber {
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06) !important;
}

.ck-content .branding-block--style-2 .branding-block__media::before,
.ck-content .branding-block--style-2 .branding-block__media::after {
    content: none !important;
    display: none !important;
}

.ck-content .branding-block--style-2 .branding-block__media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal;
}

/* Business service single: GIF (custom-product-saas) — cover; бела позадина на контејнер ако се обвие во wrapper */
.content-single .ck-content img[src*="custom-product-saas.gif"] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    border: 2px solid #e2e8f0;
    box-sizing: border-box;
    background: #fff;
    filter: none;
    opacity: 1;
}

/* Pill (Featured Brands, Services shortcode) во .ck-content — <p> да не биде full-width */
.ck-content .brands-subtitle-pill {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes hero-pill-dot-pulse {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.45);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(59, 130, 246, 0);
    }
    100% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
    }
}

/* Само hero subtitle точка: зелен пулс (ист темпо како hero-pill-dot-pulse, други pill-ови си остануваат сини) */
@keyframes hero-subtitle-pill-dot-pulse {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
    }
    100% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

/* Banner-10 hero: линиска мрежа (инженерски grid) + лесен blur + меки ивици горе/страни/долу — без сино „сиење“ десно */
.banner-10 .box-banner-home10 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.banner-10 .box-banner-home10::before {
    content: '';
    position: absolute;
    inset: -6px;
    z-index: 0;
    pointer-events: none;
    background-image:
        repeating-linear-gradient(
            to right,
            transparent 0,
            transparent 43px,
            rgba(59, 130, 246, 0.085) 43px,
            rgba(59, 130, 246, 0.085) 44px
        ),
        repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent 43px,
            rgba(100, 116, 139, 0.075) 43px,
            rgba(100, 116, 139, 0.075) 44px
        );
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.82) 35%,
        rgba(0, 0, 0, 0.45) 68%,
        rgba(0, 0, 0, 0.12) 100%
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.82) 35%,
        rgba(0, 0, 0, 0.45) 68%,
        rgba(0, 0, 0, 0.12) 100%
    );
    filter: blur(0.7px);
    transform: translateZ(0);
}

/* Меки „завеси“ од горе, лево, десно и долу — ја рамуваат мрежата, без силни бои */
.banner-10 .box-banner-home10::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 24%),
        linear-gradient(0deg, rgba(248, 250, 252, 0.65) 0%, rgba(248, 250, 252, 0) 32%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 16%),
        linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 16%);
}

.banner-10 .box-banner-home10 > .container {
    position: relative;
    z-index: 1;
}

/* Лева колона (текст): малку подолу за подобро вертикално рамнување */
.banner-10 .box-banner-home10 .row.align-items-center > .col-lg-6:first-child {
    padding-top: 32px;
}

@media (max-width: 991.98px) {
    .banner-10 .box-banner-home10 .row.align-items-center > .col-lg-6:first-child {
        padding-top: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .banner-10 .box-banner-home10 .hero-subtitle-pill__dot {
        animation: none;
    }
    .brands-subtitle-pill__dot {
        animation: none;
    }
    .ck-content .title-line::before,
    .ck-content span.title-line::before,
    .ck-content div.title-line::before,
    .testimonial-style-1 .title-line::before,
    .testimonial-style-1 span.title-line::before,
    .from-our-blog-block .title-line::before,
    .from-our-blog-block span.title-line::before {
        animation: none;
    }

    .ck-content .blinking-pill--pulse .blinking-pill__dot,
    .ck-content .blinking-pill--green .blinking-pill__dot {
        animation: none;
    }

    .banner-10 .box-banner-home10::before {
        filter: none;
    }
}

/* Hero илустрација (десно): суптилен float + микро tilt */
.banner-10 .box-banner-home10 .col-lg-6.mb-30:nth-child(2) .text-center img,
.banner-10 .box-banner-home10 .row.align-items-center > .col-lg-6.mb-30:last-child .text-center img {
    display: inline-block;
    transform-origin: 52% 60%;
    will-change: transform, filter;
    animation: hero-visual-float 7.8s ease-in-out infinite;
    filter: drop-shadow(0 14px 26px rgba(15, 23, 42, 0.08));
}

@keyframes hero-visual-float {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-4px) rotate(-0.35deg) scale(1.004);
    }
    50% {
        transform: translateY(-8px) rotate(0deg) scale(1.008);
    }
    75% {
        transform: translateY(-4px) rotate(0.35deg) scale(1.004);
    }
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .banner-10 .box-banner-home10 .col-lg-6.mb-30:nth-child(2) .text-center img,
    .banner-10 .box-banner-home10 .row.align-items-center > .col-lg-6.mb-30:last-child .text-center img {
        animation: none !important;
        transform: none !important;
    }
}

/* About/intro текст блокови (mt-50 секции): 16px */
.ck-content section.mt-50 .color-grey-500.mb-15,
.ck-content section.mt-50 p.color-grey-500.font-sm {
    font-size: 16px !important;
    line-height: 24px !important;
}

/* Секција „лого партнери“ под hero */
.ck-content .box-radius-bottom {
    background: linear-gradient(180deg, #e7e7e7 0%, #ffffff 100%) !important;
}

/* Swiper лого лента: без преклопување (сликите остануваат во ширина на слајд) */
.ck-content .box-radius-bottom .swiper-group-8 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.ck-content .box-radius-bottom .swiper-group-8 .swiper-slide > a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.ck-content .box-radius-bottom .swiper-group-8 .swiper-slide img {
    width: 168px !important;
    height: 48px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    filter: grayscale(1);
    opacity: 0.9 !important;
    visibility: visible !important;
    display: block !important;
    transition: filter 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.ck-content .box-radius-bottom .swiper-group-8 .swiper-slide:hover img,
.ck-content .box-radius-bottom .swiper-group-8 .swiper-slide:focus-within img {
    filter: grayscale(0);
    opacity: 1 !important;
    transform: translateY(-1px);
}

/* Fail-safe for optimizer/lazy classes that can keep logos hidden */
.header .header-logo img[class*="page_speed_"] {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    object-fit: contain;
}

.ck-content .box-radius-bottom .swiper-group-8 img[class*="page_speed_"],
.footer .footer-1 img[class*="page_speed_"] {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/*
 * Footer .footer-1: старите .width-20 / .width-16 / .width-23 во _footer.scss се фиксни % (на пр. 20+19+19+19=77%)
 * и оставаат голема празнина десно. На lg+ колоните се делат рамномерно (4×25%, 5×20%, …).
 */
@media (min-width: 992px) {
    .footer .footer-1 > .container > .row > [class*='col-lg-3'] {
        flex: 1 1 0;
        min-width: 0;
        width: auto !important;
        max-width: none !important;
    }

    .footer .footer-1 > .container > .row > .width-20,
    .footer .footer-1 > .container > .row > .width-16,
    .footer .footer-1 > .container > .row > .width-23 {
        width: auto !important;
    }
}

/* Лого (Site information): макс. ширина — само главното лого во .mb-10, не социјални икони */
.footer .footer-1 .width-20 > a > .mb-10 img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

/* Working hours → „Leave a review“: помал простор (theme .mb-20 ≈ 20px е премногу) */
.footer .footer-1 .width-20 > div.font-md.mb-20.color-grey-400 {
    margin-bottom: 8px !important;
}

/* Site information: review наслов со мали ѕвезди (стар стил) */
.footer .footer-1 .width-20 > h6.color-brand-1 {
    color: #0A0A0A !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.35 !important;
    margin-top: 0 !important;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer .footer-1 .width-20 > h6.color-brand-1::after {
    content: '\2606\00A0\2606\00A0\2606\00A0\2606\00A0\2606';
    font-size: 10px;
    line-height: 1;
    opacity: 0.85;
    flex-shrink: 0;
}

/* Brands block: бела картичка, благ преклоп нагоре (responsive margin-top) */
.ck-content .box-radius-bottom > .container {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px 26px 18px;
    box-shadow: 0 8px 26px -20px rgba(15, 23, 42, 0.25);
    margin-top: -100px;
}

@media (max-width: 1199.98px) {
    .ck-content .box-radius-bottom > .container {
        margin-top: -72px;
        padding: 20px 22px 16px;
    }
}

@media (max-width: 991.98px) {
    .ck-content .box-radius-bottom > .container {
        margin-top: -56px;
    }
}

/* Footer main block: subtle gradient to match overall design */
.footer .footer-1 {
    background: linear-gradient(180deg, #ebeced 0%, #ffffff 50%) !important;
}

.color-grey-500 {
    color: #3c3c43 !important;
}

/* Contact page polish (match project style, avoid green hovers) */
.banner-contact {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 75%) !important;
}

.banner-contact .title-line,
.banner-contact .color-brand-1,
.section.mt-40 .color-brand-1 {
    color: #0A0A0A !important;
}

.section.mt-40 .card-contact {
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 14px !important;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
}

.section.mt-40 .card-contact:hover {
    border-color: #bfd4ff !important;
    background: #f8fbff !important;
    box-shadow: 0 10px 22px -16px rgba(59, 130, 246, 0.5) !important;
}

.section.mt-40 .card-contact .card-info h6 {
    color: #3c3c43 !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
}

.section.mt-40 .card-contact .card-info p {
    color: #6B7280 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.section.mt-40 .col-lg-5 > p.font-sm.color-grey-500 {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* Contact shortcode: equal-height cols; cards block + form sit on same baseline (title stays top) */
@media (min-width: 992px) {
    .section.mt-40 > .container > .row > .col-lg-5 {
        display: flex;
        flex-direction: column;
    }

    .section.mt-40 > .container > .row > .col-lg-5 .mt-50 {
        margin-top: auto;
    }

    .section.mt-40 > .container > .row > .col-lg-7 {
        display: flex;
        flex-direction: column;
    }
}

/* .card-offer — default ивица slate-200 (усогласено со platform/themes/iori/assets/sass/components/_card.scss) */
.card-offer {
    border: 1px solid #e2e8f0;
}

/* Services shortcode: преглед-видео наместо икона (meta preview_video) */
.processin-service-card__video {
    display: block;
    max-height: 160px;
    border-radius: 8px;
    object-fit: cover;
    background: #0f172a;
}

.card-offer-2 .processin-service-card__video {
    max-height: 200px;
}

/* Services shortcode (сите стилови): Font Awesome зона */
.card-image--fa {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75px;
}

.processin-service-card__fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.processin-service-card__fa i {
    font-size: 2.75rem;
    line-height: 1;
    color: var(--primary-color, #006d77);
}

/*
 * Services style-1 — целосен UI за реалниот grid на processin.mk:
 * картички, икони/слики, типографија, CTA.
 */
.processin-services-style-1 .processin-services-style-1__grid {
    --processin-service-card-radius: 18px;
}

/* Интро: центриран блок (pill + наслов + опис + опционален линк) */
.processin-services-style-1 > .container > .processin-services-style-1__intro .brands-subtitle-pill {
    margin-left: auto;
    margin-right: auto;
}

.processin-services-style-1 > .container > .processin-services-style-1__intro .font-lg.color-gray-500 {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}

.processin-services-style-1 .processin-service-card.card-offer {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
    padding: 1.35rem 1.35rem 1.5rem;
    border-radius: var(--processin-service-card-radius);
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: linear-gradient(165deg, #ffffff 0%, #fafbfc 55%, #f4f6f8 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.88) inset,
        0 14px 40px -32px rgba(15, 23, 42, 0.14);
    transition: box-shadow 0.28s ease, border-color 0.28s ease, transform 0.22s ease;
}

.processin-services-style-1 .processin-service-card.card-offer:hover {
    border-color: rgba(0, 109, 119, 0.2);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 20px 48px -28px rgba(15, 23, 42, 0.12),
        0 12px 36px -24px rgba(0, 109, 119, 0.08);
    transform: translateY(-3px);
}

.processin-services-style-1 .processin-service-card__body.card-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0;
    text-align: start;
}

.processin-services-style-1 .processin-service-card__body-spacer {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

.processin-services-style-1 .processin-service-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.3;
    color: #0f172a !important;
    transition: color 0.2s ease;
}

.processin-services-style-1 .processin-service-card__title-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
}

.processin-services-style-1 .processin-service-card__title-text {
    flex: 1 1 auto;
    min-width: 0;
    color: #0f172a;
    transition: color 0.2s ease;
}

.processin-services-style-1 .processin-service-card__title-icon {
    flex-shrink: 0;
    width: 2.125rem;
    height: 2.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-size: 0.95rem;
    line-height: 1;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

/* Нежни пастели по тип сервис (ист клуч како SVG-арт) */
.processin-services-style-1 .processin-service-card__title-icon--saas {
    background: rgba(14, 165, 233, 0.13);
    color: #0ea5e9;
}
.processin-services-style-1 .processin-service-card__title-icon--mobile {
    background: rgba(139, 92, 246, 0.11);
    color: #8b5cf6;
}
.processin-services-style-1 .processin-service-card__title-icon--architecture {
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
}
.processin-services-style-1 .processin-service-card__title-icon--ai {
    background: rgba(236, 72, 153, 0.1);
    color: #db2777;
}
.processin-services-style-1 .processin-service-card__title-icon--devops {
    background: rgba(99, 102, 241, 0.11);
    color: #6366f1;
}
.processin-services-style-1 .processin-service-card__title-icon--integrations {
    background: rgba(20, 184, 166, 0.12);
    color: #14b8a6;
}

.processin-services-style-1 .processin-service-card__title-link:hover .processin-service-card__title-icon {
    transform: scale(1.04);
}

.processin-services-style-1 .processin-service-card__title-external {
    flex-shrink: 0;
    font-size: 0.7rem;
    color: #94a3b8;
    opacity: 0.55;
    line-height: 1;
    transition:
        opacity 0.2s ease,
        color 0.2s ease;
}

.processin-services-style-1 .processin-service-card__title-link:hover .processin-service-card__title-text {
    color: var(--primary-color, #006d77) !important;
}

.processin-services-style-1 .processin-service-card__title-link:hover .processin-service-card__title-external {
    opacity: 0.9;
    color: var(--primary-color, #006d77);
}

.processin-services-style-1 .processin-service-card__excerpt {
    color: #6b7280 !important;
    font-weight: 400 !important;
    line-height: 1.65;
    font-size: 0.9375rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.processin-services-style-1 .processin-service-card__excerpt strong,
.processin-services-style-1 .processin-service-card__excerpt b {
    font-weight: 600;
}

/* Вградени SVG-илустрации (под опис) — без рамка/позадина, само цртежот */
.processin-services-style-1 .processin-service-card__art {
    margin: 0.35rem 0 1rem;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
}

.processin-services-style-1 .processin-service-art-svg {
    width: 100%;
    max-width: min(440px, 100%);
    height: auto;
    display: block;
}

.processin-services-style-1 .processin-service-card__art--pending {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    border: none !important;
    background: transparent !important;
}

.processin-services-style-1 .processin-art-pulse {
    animation: processin-art-pulse 1.9s ease-in-out infinite;
}

.processin-services-style-1 .processin-art-pulse.processin-art-pulse--delay {
    animation-delay: 0.8s;
}

.processin-services-style-1 .processin-art-float {
    animation: processin-art-float 3.5s ease-in-out infinite;
}

.processin-services-style-1 .processin-art-float.processin-art-float--delay {
    animation-delay: 1.2s;
}

/*
 * Групи во service-visual-art SVG: движење (float / sway / spin / drift).
 * Дупли селектори: со и без .processin-services-style-1; + transform на <g> во blade.
 */
.processin-services-style-1 .processin-service-art-svg g.processin-art-move-float,
.processin-service-card__art .processin-service-art-svg g.processin-art-move-float {
    animation: processin-art-float 3.4s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    will-change: transform;
}

.processin-services-style-1 .processin-service-art-svg g.processin-art-move-float.processin-art-move-float--delay,
.processin-service-card__art .processin-service-art-svg g.processin-art-move-float.processin-art-move-float--delay {
    animation-delay: 0.55s;
}

.processin-services-style-1 .processin-service-art-svg g.processin-art-move-sway,
.processin-service-card__art .processin-service-art-svg g.processin-art-move-sway {
    animation: processin-art-move-sway 3.2s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    will-change: transform;
}

.processin-services-style-1 .processin-service-art-svg g.processin-art-move-spin,
.processin-service-card__art .processin-service-art-svg g.processin-art-move-spin {
    animation: processin-art-move-spin 14s linear infinite;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    will-change: transform;
}

.processin-services-style-1 .processin-service-art-svg g.processin-art-move-spin.processin-art-move-spin--rev,
.processin-service-card__art .processin-service-art-svg g.processin-art-move-spin.processin-art-move-spin--rev {
    animation-direction: reverse;
}

.processin-services-style-1 .processin-service-art-svg g.processin-art-move-drift,
.processin-service-card__art .processin-service-art-svg g.processin-art-move-drift {
    animation: processin-art-move-drift 3s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    will-change: transform;
}

.processin-services-style-1 .processin-service-art-svg g.processin-art-move-drift.processin-art-move-drift--delay,
.processin-service-card__art .processin-service-art-svg g.processin-art-move-drift.processin-art-move-drift--delay {
    animation-delay: 0.45s;
}

@keyframes processin-art-move-sway {
    0%,
    100% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(4deg);
    }
}

@keyframes processin-art-move-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes processin-art-move-drift {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-9px);
    }
}

/* SaaS SVG: хоризонтални испрекинати линии — еден циклус = stroke-dasharray (16+26) */
.processin-services-style-1 .processin-service-card__art svg path.processin-art-dash {
    stroke-dashoffset: 0;
    animation: processin-art-dash-h 1.85s linear infinite;
}

/* DevOps: „бесконечен“ pipeline (криви) — лесна движечка црта */
.processin-services-style-1 .processin-service-art-svg path.processin-art-pipeline {
    stroke-dasharray: 14 22;
    stroke-dashoffset: 0;
    animation: processin-art-dash-h 2.1s linear infinite;
}

/* Waveform: побавно „цртање“, подолго држано видливо (без остар треперечки пик) */
.processin-services-style-1 .processin-service-art-svg .processin-art-chart-line {
    stroke-dasharray: 180;
    stroke-dashoffset: 360;
    animation: processin-art-chart-draw 6.5s ease-in-out infinite;
}

/* Акцент-точки: opacity + scale („богата“ пулсација); traffic-тројки се R/Y/G во SVG */
.processin-services-style-1 .processin-service-art-svg circle.processin-art-dot {
    animation: processin-art-dot-rich 1.35s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center center;
}

.processin-services-style-1 .processin-service-art-svg circle.processin-art-dot.processin-art-dot--delay {
    animation-delay: 0.32s;
}

.processin-services-style-1 .processin-service-art-svg circle.processin-art-dot.processin-art-dot--delay-2 {
    animation-delay: 0.64s;
}

.processin-services-style-1 .processin-art-flow {
    stroke-dasharray: 8 10;
    animation: processin-art-dash 3s linear infinite;
}

@keyframes processin-art-pulse {
    0%,
    100% {
        opacity: 0.35;
        transform: scale(1);
    }
    50% {
        opacity: 0.85;
        transform: scale(1.08);
    }
}

@keyframes processin-art-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes processin-art-dash {
    to {
        stroke-dashoffset: -120;
    }
}

@keyframes processin-art-dash-h {
    to {
        stroke-dashoffset: -42;
    }
}

@keyframes processin-art-chart-draw {
    0% {
        stroke-dashoffset: 360;
    }
    20% {
        stroke-dashoffset: 0;
    }
    78% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 360;
    }
}

@keyframes processin-art-dot-rich {
    0%,
    100% {
        opacity: 0.48;
        transform: scale(0.82);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}

@media (prefers-reduced-motion: reduce) {
    .processin-services-style-1 .processin-art-pulse,
    .processin-services-style-1 .processin-art-float,
    .processin-services-style-1 .processin-art-flow,
    .processin-services-style-1 .processin-service-card__art svg path.processin-art-dash,
    .processin-services-style-1 .processin-service-art-svg path.processin-art-pipeline,
    .processin-services-style-1 .processin-service-art-svg .processin-art-chart-line,
    .processin-services-style-1 .processin-service-art-svg circle.processin-art-dot {
        animation: none !important;
    }

    .processin-services-style-1 .processin-service-art-svg g[class*='processin-art-move'],
    .processin-service-card__art .processin-service-art-svg g[class*='processin-art-move'] {
        animation: none !important;
        transform: none !important;
    }

}

/*
 * Services style-1 — CTA: ист „pill“ како desktop главно мени
 * (.header .header-nav ul.main-menu > li > a) + боја како активна ставка
 * (.header-nav .main-menu .active a → --primary-hover-color).
 */
.processin-services-style-1 .processin-service-card__cta {
    display: inline-flex !important;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.15rem;
    padding: 0.38rem 0.72rem !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.02em !important;
    font-variant-numeric: tabular-nums;
    border-radius: 9999px !important;
    border: 1px solid rgba(148, 163, 184, 0.35) !important;
    background-color: rgba(241, 245, 249, 0.65) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset !important;
    color: var(--primary-hover-color, #06d6a0) !important;
    text-decoration: none !important;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease !important;
}

@media (min-width: 1400px) {
    .processin-services-style-1 .processin-service-card__cta {
        font-size: 13px !important;
        padding: 0.42rem 0.85rem !important;
    }
}

.processin-services-style-1 .processin-service-card__cta:hover {
    background-color: rgba(59, 130, 246, 0.1) !important;
    border-color: rgba(59, 130, 246, 0.35) !important;
    color: #3b82f6 !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 0 0 1px rgba(59, 130, 246, 0.12);
}

.processin-services-style-1 .processin-service-card__cta:hover .processin-service-card__cta-icon {
    transform: translateX(4px);
    color: #3b82f6 !important;
}

.processin-services-style-1 .processin-service-card__cta-icon {
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
    vertical-align: -0.125em;
    color: inherit;
}

/* Визуелна зона: видео */
.processin-services-style-1 .processin-service-card__visual--video {
    margin: 0 0 1.15rem 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.85);
    background: #0f172a;
}

/* Font Awesome: конзистентна „плоча“ + круг */
.processin-services-style-1 .processin-service-card__visual--fa.card-image--fa {
    min-height: 118px;
    margin: 0 0 1.15rem 0;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: linear-gradient(160deg, #f8fafc 0%, #eef2f6 100%);
}

.processin-services-style-1 .processin-service-card__visual--fa .processin-service-card__fa {
    width: 100%;
    justify-content: center;
}

.processin-services-style-1 .processin-service-card__visual--fa .processin-service-card__fa i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.25rem;
    height: 4.25rem;
    font-size: 1.75rem;
    border-radius: 50%;
    background: rgba(0, 109, 119, 0.1);
    color: var(--primary-color, #006d77);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

/* Мала meta-слика (икона upload): иста висина како FA зоната */
.processin-services-style-1 .processin-service-card__visual--iconimg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    margin: 0 0 1.15rem 0;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: #fff;
}

.processin-services-style-1 .processin-service-card__visual--iconimg img {
    max-height: 72px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Главна јавна слика */
.processin-services-style-1 .processin-service-card__visual--featured.card-image--featured {
    margin: 0 0 1.15rem 0;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(145deg, #f1f5f9 0%, #e8edf3 100%);
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.processin-services-style-1 .processin-service-card__visual--featured .processin-service-card__featured-img,
.processin-services-style-1 .processin-service-card__visual--featured img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
}

@media (max-width: 575.98px) {
    .processin-services-style-1 .processin-service-card.card-offer {
        padding: 1.15rem 1.1rem 1.35rem;
    }
}

/*
 * Industries marquee shortcode: две линии, спротивни насоки, безкрајна јамка (дуплирана содржина).
 * Боја/типографија: нежни slate пилули; наслов/поднаслов како services style-1 (h2 + font-lg color-gray-500).
 * Само овој блок: 60px margin горе и долу (препокрива theme mt-50).
 * На мобилен: малку помали вертикални маргини за подобар ритам на тесни екрани.
 */
section.processin-industries-marquee {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.processin-industries-marquee__title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.processin-industries-marquee__subtitle {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}

.processin-industries-marquee__wrap {
    width: 100%;
    /* ~2/3 од контејнер (стеснето за една третина), центрирано */
    max-width: min(100%, calc(100% * 2 / 3));
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767.98px) {
    section.processin-industries-marquee {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }

    .processin-industries-marquee__wrap {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    section.processin-industries-marquee {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .processin-industries-marquee .brands-subtitle-pill {
        margin-bottom: 0.625rem !important;
        padding: 7px 14px;
        font-size: 13px !important;
    }

    .processin-industries-marquee .processin-industries-marquee__title {
        margin-bottom: 0.85rem !important;
    }

    .processin-industries-marquee .processin-industries-marquee__subtitle {
        margin-bottom: 1.25rem !important;
    }

    .processin-industries-marquee__pill {
        font-size: 0.875rem;
        padding: 0.45rem 0.9rem;
    }

    .processin-industries-marquee__group {
        gap: 0.5rem;
    }
}

.processin-industries-marquee__viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 4%,
        #000 96%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 4%,
        #000 96%,
        transparent 100%
    );
}

.processin-industries-marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
}

/* Горен ред: движење лево → десно (translateX од -50% кон 0) */
.processin-industries-marquee__track--ltr {
    animation: processin-industries-marquee-ltr var(--processin-marquee-duration, 45s) linear infinite;
}

/* Долен ред: движење десно → лево */
.processin-industries-marquee__track--rtl {
    animation: processin-industries-marquee-rtl var(--processin-marquee-duration, 45s) linear infinite;
}

.processin-industries-marquee__group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.65rem;
    padding-inline: 0.35rem;
}

.processin-industries-marquee__pill {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 0.5rem 1.05rem;
    border-radius: 999px;
    background: rgba(241, 245, 249, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.98);
    color: #334155;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: -0.01em;
}

@keyframes processin-industries-marquee-ltr {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes processin-industries-marquee-rtl {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .processin-industries-marquee__track--ltr,
    .processin-industries-marquee__track--rtl {
        animation: none !important;
        transform: none !important;
    }

    .processin-industries-marquee__viewport {
        mask-image: none;
        -webkit-mask-image: none;
    }
}

/*
 * Why choose us — без дупли margin-top (нема mt-50 на <section>); долу 60px кон следната секција.
 */
section.processin-why-choose-us {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
}

/*
 * Why choose us — stat картички: ист border-radius како services/technology (18px),
 * светла неутрална позадина, SVG деко со значење по ред (години / клиенти / проекти / задоволство).
 */
.processin-why-choose-us .processin-why-choose-us__stats {
    --processin-stat-radius: 18px;
}

.processin-why-choose-us .processin-stat-card.cardNumber {
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    border-radius: var(--processin-stat-radius) !important;
    padding: 1.5rem 1.15rem 1.35rem !important;
    text-align: left;
    border: 1px solid rgba(229, 231, 235, 0.98) !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 16px 40px -24px rgba(15, 23, 42, 0.14);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: block;
    min-height: 9rem;
    background: linear-gradient(165deg, #fafafa 0%, #f3f3f5 48%, #ececf0 100%) !important;
}

.processin-why-choose-us .processin-stat-card.cardNumber:hover {
    transform: translateY(-4px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 50px -22px rgba(15, 23, 42, 0.2);
    border-color: rgba(203, 213, 225, 0.95) !important;
}

.processin-why-choose-us .processin-stat-card.cardNumber:hover .processin-stat-card__deco {
    opacity: 0.5;
}

.processin-why-choose-us .processin-stat-card.cardNumber.hasBorder {
    border-right: none !important;
    border-bottom: none !important;
}

/* Неутрално сиво (без портокал/крем од темата) — усогласено со остатокот од сајтот */
.processin-why-choose-us .processin-stat-card.cardNumber.bg-brand-2 {
    background: linear-gradient(165deg, #fafafa 0%, #f1f5f9 48%, #e2e8f0 100%) !important;
}

.processin-why-choose-us .processin-stat-card.cardNumber.bg-2 {
    background: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%) !important;
}

.processin-why-choose-us .processin-stat-card.cardNumber.bg-4 {
    background: linear-gradient(165deg, #f8fafc 0%, #f0f6fa 50%, #e8f2f8 100%) !important;
}

.processin-why-choose-us .processin-stat-card__inner {
    position: relative;
    z-index: 2;
    max-width: 46%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 5.25rem;
}

.processin-why-choose-us .processin-stat-card .card-head {
    font-size: clamp(1.5rem, 3.9vw, 2.75rem) !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em;
    font-variant-numeric: tabular-nums;
    color: #0f172a !important;
    margin-bottom: 0.4rem !important;
    text-align: left;
}

.processin-why-choose-us .processin-stat-card .card-description {
    font-size: clamp(0.8125rem, 1.85vw, 0.9375rem) !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    color: #64748b !important;
    max-width: 100%;
    text-align: left;
}

.processin-why-choose-us .processin-stat-card__deco {
    position: absolute;
    z-index: 1;
    right: -26px;
    bottom: -28px;
    width: min(68%, 12.5rem);
    height: min(68%, 12.5rem);
    min-width: 7.75rem;
    min-height: 7.75rem;
    opacity: 0.38;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
    will-change: transform;
}

/* Stat деко: ист motion како processin-service-art-svg (service-visual-art) */
.processin-why-choose-us .processin-stat-art-svg {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.08));
}

.processin-why-choose-us .processin-stat-art-svg g.processin-art-move-float {
    animation: processin-art-float 3.4s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    will-change: transform;
}

.processin-why-choose-us .processin-stat-art-svg g.processin-art-move-float.processin-art-move-float--delay {
    animation-delay: 0.55s;
}

.processin-why-choose-us .processin-stat-art-svg g.processin-art-move-drift {
    animation: processin-art-move-drift 3s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    will-change: transform;
}

.processin-why-choose-us .processin-stat-art-svg g.processin-art-move-drift.processin-art-move-drift--delay {
    animation-delay: 0.45s;
}

.processin-why-choose-us .processin-stat-art-svg g.processin-art-move-sway {
    animation: processin-art-move-sway 3.2s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    will-change: transform;
}

.processin-why-choose-us .processin-stat-art-svg g.processin-art-move-spin {
    animation: processin-art-move-spin 14s linear infinite;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    will-change: transform;
}

.processin-why-choose-us .processin-stat-art-svg path.processin-art-dash {
    stroke-dashoffset: 0;
    animation: processin-art-dash-h 1.85s linear infinite;
}

.processin-why-choose-us .processin-stat-art-svg circle.processin-art-dot {
    animation: processin-art-dot-rich 1.35s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center center;
}

.processin-why-choose-us .processin-stat-art-svg circle.processin-art-dot.processin-art-dot--delay {
    animation-delay: 0.32s;
}

.processin-why-choose-us .processin-stat-art-svg circle.processin-art-dot.processin-art-dot--delay-2 {
    animation-delay: 0.64s;
}

@media (max-width: 575.98px) {
    .processin-why-choose-us .processin-stat-card.cardNumber {
        padding: 1.15rem 0.85rem 1.1rem !important;
        min-height: 7.5rem;
    }

    .processin-why-choose-us .processin-stat-card__inner {
        max-width: 48%;
        min-height: 4.5rem;
    }

    .processin-why-choose-us .processin-stat-card__deco {
        right: -18px;
        bottom: -20px;
        width: min(60%, 10rem);
        height: min(60%, 10rem);
        min-width: 6.25rem;
        min-height: 6.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .processin-why-choose-us .processin-stat-card.cardNumber:hover {
        transform: none;
    }

    .processin-why-choose-us .processin-stat-art-svg path.processin-art-dash,
    .processin-why-choose-us .processin-stat-art-svg circle.processin-art-dot {
        animation: none !important;
    }

    .processin-why-choose-us .processin-stat-art-svg g[class*='processin-art-move'] {
        animation: none !important;
        transform: none !important;
    }
}

/*
 * Technology block (shortcode style-1): „profi“ surface — усогласено со slate + primary на сајтот,
 * без темините default bg-2 / bg-4 од темата.
 */
/* Ист radius како processin-services-style-1 картичките (18px), не 32px од темата */
.ck-content .technology-block-processin--style-1 .technology-block-processin__card.card-radius-32 {
    border-radius: 18px !important;
    overflow: hidden;
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 42%, #f1f5f9 100%) !important;
    border: 1px solid rgba(226, 232, 240, 0.98) !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.88) inset,
        0 18px 48px -28px rgba(15, 23, 42, 0.14);
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ck-content .technology-block-processin--style-1 .technology-block-processin__card.card-radius-32:hover {
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 22px 56px -26px rgba(15, 23, 42, 0.18);
    border-color: rgba(148, 163, 184, 0.55) !important;
}

.ck-content .technology-block-processin--style-1 .technology-block-processin__card--emphasis.card-radius-32 {
    background: linear-gradient(
            155deg,
            rgba(0, 109, 119, 0.07) 0%,
            #ffffff 38%,
            #f8fafc 100%
        )
        !important;
    border-color: rgba(0, 109, 119, 0.16) !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 20px 50px -30px rgba(0, 109, 119, 0.22),
        0 18px 48px -28px rgba(15, 23, 42, 0.12);
}

.ck-content .technology-block-processin--style-1 .technology-block-processin__card--emphasis.card-radius-32:hover {
    border-color: rgba(0, 109, 119, 0.28) !important;
}

.ck-content .technology-block-processin--style-1 .technology-block-processin__body.card-info {
    text-align: start;
    padding: 2rem 2rem 1.5rem;
}

@media (max-width: 767.98px) {
    .ck-content .technology-block-processin--style-1 .technology-block-processin__body.card-info {
        padding: 1.5rem 1.35rem 1.25rem;
    }
}

.ck-content .technology-block-processin--style-1 .technology-block-processin__body .color-brand-1 {
    color: #0f172a !important;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.ck-content .technology-block-processin--style-1 .technology-block-processin__body .color-grey-500 {
    color: #475569 !important;
    line-height: 1.65;
}

.ck-content .technology-block-processin--style-1 .technology-block-processin__media {
    margin-inline: 0;
    width: 100%;
    max-width: 100%;
    line-height: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.85);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.ck-content .technology-block-processin--style-1 .technology-block-processin__media img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
    object-position: center;
}

/* .card-offer има margin-bottom: 30px — последната картичка да нема „вишок“ под неа како формата десно */
.section.mt-40 > .container > .row > .col-lg-5 .mt-50 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.section.mt-40 > .container > .row > .col-lg-5 .mt-50 > .wow:last-child .card-offer,
.section.mt-40 > .container > .row > .col-lg-5 .mt-50 > div:last-child .card-offer {
    margin-bottom: 0 !important;
}

.section.mt-40 .row > .col-lg-7 .box-form-contact {
    margin-top: auto;
    margin-inline: auto;
    margin-bottom: 0;
    width: 100%;
    max-width: calc(100% - 24px);
}

@media (max-width: 991.98px) {
    .section.mt-40 .row > .col-lg-7 .box-form-contact {
        max-width: 100%;
    }
}

.section.mt-40 .box-form-contact {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 32px -24px rgba(15, 23, 42, 0.25) !important;
}

.section.mt-40 .box-form-contact .form-control {
    border-color: #dbe4f0 !important;
    border-radius: 12px !important;
    color: #3c3c43 !important;
    font-size: 14px !important;
}

.section.mt-40 .box-form-contact .form-control:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12) !important;
}

.section.mt-40 .box-form-contact .contact-form-input,
.section.mt-40 .box-form-contact .iti .contact-form-input.form-control {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    color: #3c3c43 !important;
    background: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.section.mt-40 .box-form-contact .iti .iti__selected-dial-code,
.section.mt-40 .box-form-contact .iti .iti__country-name {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.section.mt-40 .box-form-contact .contact-form-input::placeholder,
.section.mt-40 .box-form-contact .iti .contact-form-input.form-control::placeholder {
    color: #9ca3af !important;
    opacity: 1;
}

.section.mt-40 .box-form-contact .contact-form-input:focus,
.section.mt-40 .box-form-contact .iti .contact-form-input.form-control:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12) !important;
    outline: none !important;
}

.section.mt-40 .box-form-contact select.contact-form-input {
    min-height: 54px;
    padding: 12px 36px 12px 14px !important;
    cursor: pointer;
    background-color: #ffffff !important;
}

.section.mt-40 .box-form-contact .btn.btn-brand-1-full,
.section.mt-40 .box-form-contact .btn.btn-brand-1-full:hover,
.section.mt-40 .box-form-contact .btn.btn-brand-1-full:focus {
    background: #0A0A0A !important;
    border-color: #0A0A0A !important;
    color: #ffffff !important;
}

.section.mt-40 .box-form-contact .btn.btn-brand-1-full {
    min-height: 50px;
    padding: 12px 20px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease !important;
}

.section.mt-40 .box-form-contact .btn.btn-brand-1-full:hover,
.section.mt-40 .box-form-contact .btn.btn-brand-1-full:focus-visible,
.section.mt-40 .box-form-contact .btn.btn-brand-1-full:active {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.section.mt-40 .box-form-contact .btn.btn-brand-1-full svg,
.section.mt-40 .box-form-contact .btn.btn-brand-1-full:hover svg,
.section.mt-40 .box-form-contact .btn.btn-brand-1-full:focus svg,
.section.mt-40 .box-form-contact .btn.btn-brand-1-full:focus-visible svg,
.section.mt-40 .box-form-contact .btn.btn-brand-1-full:active svg {
    color: #ffffff !important;
}

.section.mt-40 .card-contact .card-image img {
    max-width: 52px;
    max-height: 52px;
    object-fit: contain;
}

.contact-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 1px solid #dbe4f0;
    background: #f8fbff;
    color: #3b82f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-feature-icon i {
    font-size: 24px;
    line-height: 1;
}

.contact-feature-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

/*
 * Blinking pill: реално <span class="blinking-pill__dot> (како hero) — темата .title-line::before е линија
 * и го крши пулсот; ::before исклучен само овде.
 */
.ck-content .blinking-pill--pulse .blinking-pill__line,
.ck-content .blinking-pill--green .blinking-pill__line {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 16px !important;
}

.ck-content .blinking-pill--pulse .blinking-pill__label,
.ck-content .blinking-pill--green .blinking-pill__label {
    min-width: 0;
}

.ck-content .blinking-pill--pulse .blinking-pill__line::before,
.ck-content .blinking-pill--pulse span.title-line::before,
.ck-content .blinking-pill--green .blinking-pill__line::before,
.ck-content .blinking-pill--green span.title-line::before {
    content: none !important;
    display: none !important;
    animation: none !important;
    width: 0 !important;
    height: 0 !important;
}

.ck-content .blinking-pill--pulse .blinking-pill__dot,
.ck-content .blinking-pill--green .blinking-pill__dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.45);
    animation: hero-pill-dot-pulse 2s ease-out infinite;
    will-change: transform, box-shadow;
}

/* Consultation booking pages: brand-consistent frontend styling */
.consultation-booking-page .consultation-booking-card,
.consultation-booking-confirm-page .consultation-booking-card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 32px -24px rgba(15, 23, 42, 0.25) !important;
}

.consultation-booking-page h1,
.consultation-booking-confirm-page h3,
.consultation-booking-confirm-page h5 {
    color: #0A0A0A !important;
}

.consultation-booking-confirm-page .text-success,
.consultation-booking-confirm-page .text-warning,
.consultation-booking-confirm-page .text-info,
.consultation-booking-confirm-page .text-primary {
    color: #3b82f6 !important;
}

.consultation-booking-page label,
.consultation-booking-page .lead,
.consultation-booking-confirm-page .lead {
    color: #3c3c43 !important;
}

.consultation-booking-page .form-control,
.consultation-booking-page select.form-control,
.consultation-booking-page input.form-control,
.consultation-booking-page textarea.form-control {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    color: #3c3c43 !important;
    min-height: 50px;
}

.consultation-booking-page textarea.form-control {
    min-height: 110px;
}

.consultation-booking-page .form-control:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12) !important;
}

.consultation-booking-page .btn.btn-primary,
.consultation-booking-confirm-page .btn.btn-primary {
    background: #0A0A0A !important;
    border-color: #0A0A0A !important;
    color: #fff !important;
    border-radius: 15px !important;
    min-height: 48px;
    font-weight: 600;
}

.consultation-booking-page .btn.btn-primary:hover,
.consultation-booking-confirm-page .btn.btn-primary:hover,
.consultation-booking-confirm-page .btn.btn-outline-secondary:hover {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: #fff !important;
}

.consultation-booking-confirm-page .btn.btn-outline-secondary {
    border: 1px solid #dbe4f0 !important;
    color: #3c3c43 !important;
    border-radius: 15px !important;
    min-height: 48px;
    font-weight: 600;
}

/* Contact page: more air before footer */
.ck-content > .section.mt-40 + .section.mt-50 {
    margin-bottom: 64px !important;
}

/* Contact information cards (4 blocks): premium unified UI */
.ck-content > .section.mt-50 .card-small.card-small-2 {
    height: 100%;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.35);
    padding: 18px 16px !important;
    transition: all 0.22s ease !important;
}

.ck-content > .section.mt-50 .card-small.card-small-2:hover {
    border-color: #bfd4ff !important;
    background: #f8fbff !important;
    box-shadow: 0 16px 34px -24px rgba(59, 130, 246, 0.45) !important;
    transform: translateY(-2px);
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-image .box-image {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 1px solid #dbe4f0 !important;
    background: #f8fbff !important;
    color: #3b82f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-image {
    margin-bottom: 12px;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-image img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-image .box-image i {
    font-size: 24px;
    line-height: 1;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-image .box-image svg {
    width: 24px;
    height: 24px;
    display: block;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-info h6 {
    color: #0A0A0A !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-image,
.ck-content > .section.mt-50 .card-small.card-small-2 .card-info {
    text-align: center;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-info p.font-xs.color-grey-500 {
    color: #6B7280 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-info a {
    color: #3c3c43 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .card-info a:hover {
    color: #3b82f6 !important;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .contact-info-btn,
.ck-content > .section.mt-50 .card-small.card-small-2 .contact-info-btn:hover,
.ck-content > .section.mt-50 .card-small.card-small-2 .contact-info-btn:focus {
    min-height: 42px;
    padding: 9px 16px !important;
    border-radius: 999px !important;
    background: #f8fbff !important;
    border: 1px solid #dbe4f0 !important;
    color: #3c3c43 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.ck-content > .section.mt-50 .card-small.card-small-2 .contact-info-btn:hover,
.ck-content > .section.mt-50 .card-small.card-small-2 .contact-info-btn:focus {
    background: #eef4ff !important;
    border-color: #bfd4ff !important;
    color: #1d4ed8 !important;
}

/* Малку повеќе простор во логo ред */
.ck-content .box-radius-bottom .box-swiper {
    margin-top: 4px;
}

@media (max-width: 1199.98px) {
    .ck-content .box-radius-bottom .swiper-group-8 .swiper-slide img {
        width: 132px !important;
        height: 38px !important;
    }
}

@media (max-width: 767.98px) {
    .ck-content .box-radius-bottom > .container {
        margin-top: -40px;
        border-radius: 12px;
        padding: 16px 14px 12px;
    }

    .ck-content .box-radius-bottom .swiper-group-8 .swiper-slide img {
        width: 112px !important;
        height: 32px !important;
    }
}

@media (max-width: 479.98px) {
    .ck-content .box-radius-bottom > .container {
        margin-top: -28px;
        padding: 14px 12px 12px;
    }
}

/* Featured Brands pagination: неактивни точки да не бидат бели */
.ck-content .box-radius-bottom .swiper-pagination-group-8 .swiper-pagination-bullet {
    background: #6B7280 !important;
}

/* Swiper pagination-2 bullets */
.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet {
    background: #6B7280 !important;
}

.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

/* Testimonials style-1: рамка како .ck-content .title-line (#e2e8f0); quote сив „во позадина“; без аватар слики */
/* Редослед: клиент → текст веднаш → спејсер (расте) → border-top + датум + ѕвезди СЕКОГАШ долу */
.testimonial-style-1 .swiper-group-3 .swiper-wrapper {
    align-items: stretch !important;
}

.testimonial-style-1 .swiper-group-3 .swiper-slide {
    height: auto !important;
    display: flex;
}

.testimonial-style-1 .card-testimonial-grid {
    position: relative;
    background: #fff !important;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 16px -12px rgba(15, 23, 42, 0.12);
    padding: 22px 22px 18px;
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.testimonial-style-1 .card-testimonial-grid::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #64748b;
    -webkit-mask-image: url('../imgs/page/homepage1/quote.svg');
    mask-image: url('../imgs/page/homepage1/quote.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    opacity: 0.22;
    pointer-events: none;
}

/* Клиент + текст: .testimonial-style-1__head = само layout (flex). Типографија е само на .testimonial-style-1__quote */
.testimonial-style-1 .card-testimonial-grid .testimonial-style-1__head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 1 auto;
    min-height: 0;
    width: 100%;
    margin-bottom: 16px;
}

.testimonial-style-1 .card-testimonial-grid .testimonial-style-1__head .box-author {
    display: block;
    flex: 0 0 auto;
}

.testimonial-style-1 .card-testimonial-grid .box-author .author-info {
    padding-right: 48px;
}

.testimonial-style-1 .card-testimonial-grid .box-author .author-info .author-name,
.testimonial-style-1 .card-testimonial-grid .box-author .author-info .department {
    display: block;
}

/* Текст на цитат: .testimonial-style-1__quote е div (не <p>) за да не се крши со вгнездени <p> од CMS */
.ck-content .testimonial-style-1 .card-testimonial-grid .testimonial-style-1__head .testimonial-style-1__quote,
.testimonial-style-1 .card-testimonial-grid .testimonial-style-1__head .testimonial-style-1__quote {
    --bs-body-color: #6b7280;
    flex: 0 1 auto;
    align-self: stretch;
    min-height: 0;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    text-overflow: ellipsis;
    margin: 0;
    padding-top: 2px;
    font-family: var(--primary-font) !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 24px !important;
    color: #6b7280 !important;
}

.testimonial-style-1 .card-testimonial-grid .testimonial-style-1__quote > p:last-child {
    margin-bottom: 0;
}

.ck-content .testimonial-style-1 .card-testimonial-grid .testimonial-style-1__head .testimonial-style-1__quote *,
.testimonial-style-1 .card-testimonial-grid .testimonial-style-1__head .testimonial-style-1__quote * {
    color: inherit !important;
}

/* Празнина до долу, па линија + датум + ѕвезди */
.testimonial-style-1 .card-testimonial-grid .testimonial-style-1__spacer {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

.testimonial-style-1 .card-testimonial-grid .card-bottom-info {
    flex: 0 0 auto;
    margin-top: 0 !important;
    padding-top: 14px !important;
}

/* Датум: како footer menu links (site-overrides) */
.testimonial-style-1 .card-testimonial-grid .testimonial-style-1__meta {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
}

/* From our blog: датум + време (grid + list) — иста типографија; еден ред, вертикално порамнето со икони */
.from-our-blog-block .card-blog-grid .card-info > .mt-20,
.from-our-blog-block .card-blog-list .card-info > .mt-10 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    column-gap: 20px !important;
    row-gap: 6px !important;
}

.from-our-blog-block .card-blog-grid .date-post,
.from-our-blog-block .card-blog-grid .time-read,
.from-our-blog-block .card-blog-list .date-post,
.from-our-blog-block .card-blog-list .time-read {
    font-family: var(--primary-font) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    display: inline-flex !important;
    align-items: center !important;
    margin-right: 0 !important;
    vertical-align: middle;
}

.from-our-blog-block .card-blog-list .date-post span,
.from-our-blog-block .card-blog-list .time-read span {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}

.from-our-blog-block .card-blog-grid .date-post svg,
.from-our-blog-block .card-blog-grid .time-read svg,
.from-our-blog-block .card-blog-list .date-post svg,
.from-our-blog-block .card-blog-list .time-read svg {
    float: none !important;
    display: block !important;
    flex-shrink: 0 !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px !important;
    align-self: center !important;
    color: inherit !important;
}

/* Footer: Google review badge/logo да е видлив и читлив */
.footer .footer-1 a.icon-social {
    display: inline-flex !important;
    align-items: center !important;
    width: 250px !important;
    max-width: none !important;
    min-width: 250px !important;
}

.footer .footer-1 a.icon-social > img,
.footer .footer-1 a.icon-social img[src*="google"],
.footer .footer-1 a.icon-social img[src*="Google"],
.footer .footer-1 img[src*="/storage/assets/google"] {
    width: 250px !important;
    min-width: 250px !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
}

@media (max-width: 991.98px) {
    .ck-content > .section.mt-50 > .container > .row {
        row-gap: 14px;
    }

    .ck-content > .section.mt-50 > .container > .row > [class*='col-'] {
        margin-bottom: 0 !important;
    }

    .footer .footer-1 .row > [class*='col-'] {
        margin-bottom: 18px;
    }

    .footer .footer-1 .width-20 > a.icon-social {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 250px !important;
    }

    .footer .footer-1 .width-20 > a.icon-social > img,
    .footer .footer-1 .width-20 > a.icon-social img[src*="google"],
    .footer .footer-1 .width-20 > a.icon-social img[src*="Google"],
    .footer .footer-1 .width-20 img[src*="/storage/assets/google"] {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

/* Footer menu links: 14px, normal weight, #6B7280 (порано $color-gray-400 / #4E6770) */
.footer .footer-1 .menu-footer li a {
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400 !important;
    color: #6B7280 !important;
    transition: color 0.18s ease, font-weight 0.18s ease;
}

.footer .footer-1 .menu-footer li a:hover,
.footer .footer-1 .menu-footer li a:focus-visible {
    font-weight: 600 !important;
}

.footer .footer-1 .color-grey-400,
.footer .footer-1 .color-grey-400 .d-inline-block {
    font-weight: 400 !important;
    color: #6B7280 !important;
}

/* Footer bottom: copyright + правни линкови — ист тон и тежина */
.footer .footer-2 .footer-bottom .color-grey-300.font-md {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #6B7280 !important;
}

.footer .footer-2 .footer-bottom ul.menu-bottom li a,
.footer .footer-2 .footer-bottom ul.menu-bottom li.font-sm.color-grey-300 {
    font-weight: 400 !important;
    color: #6B7280 !important;
}

/* Fast first render: не чекај WOW за logo слајдер (само во .ck-content) */
.ck-content .box-radius-bottom .mt-30.wow {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    -webkit-animation: none !important;
}

/* Modal backdrop: појасен overlay кога е отворен mobile/modal UI */
.modal-backdrop.show {
    opacity: 0.62 !important;
}

/* Икона за пребарување (header) што го отвора search модалот — 25×25 */
.header .box-search-top .icon-list.search-post svg {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
}

/* Mobile sidebar menu: користи brand blue (без зелени hover/active) */
.mobile-header-active .mobile-menu-wrap .mobile-menu a,
.mobile-header-active .mobile-menu-wrap .mobile-menu li > a {
    color: #0f172a !important;
}

.mobile-header-active .mobile-menu-wrap .mobile-menu a:hover,
.mobile-header-active .mobile-menu-wrap .mobile-menu a:focus,
.mobile-header-active .mobile-menu-wrap .mobile-menu li > a:hover,
.mobile-header-active .mobile-menu-wrap .mobile-menu li > a:focus,
.mobile-header-active .mobile-menu-wrap .mobile-menu li.active > a,
.mobile-header-active .mobile-menu-wrap .mobile-menu li.current-menu-item > a,
.mobile-header-active .mobile-menu-wrap .mobile-menu li.current-menu-parent > a,
.mobile-header-active .mobile-menu-wrap .mobile-menu li.current_page_item > a {
    color: #3b82f6 !important;
}

/* Mobile dropdown-item (currency/lang): без background, само blue text на hover */
.mobile-header-active .mobile-menu-wrap .dropdown-item {
    background-color: transparent !important;
    color: #0f172a !important;
}

.mobile-header-active .mobile-menu-wrap .dropdown-item:hover,
.mobile-header-active .mobile-menu-wrap .dropdown-item:focus,
.mobile-header-active .mobile-menu-wrap .dropdown-item:active {
    background-color: transparent !important;
    color: #3b82f6 !important;
}

/* Product details separators: use brand blue */
.product-detail .border-bottom.bd-grey-80,
#product-tabs-content .ck-content .border-bottom {
    border-color: #3b82f6 !important;
}

/* Product tabs (#product-tabs): стилот е во processin-product-detail.css (линија долу, без пилули).
   Претходно овде имаше #product-tabs + !important што го прекриваше тој фајл (вчитуван подоцна во head). */

/* Cookie consent (full-width): компактна кутија ~800px, центрирана; текст лево, копчиња десно */
.site-notice.site-notice-full-width {
    background: transparent !important;
    box-shadow: none !important;
    padding: 16px 20px 24px;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
}

.site-notice.site-notice-full-width .site-notice-body {
    max-width: 800px !important;
    width: 100%;
    /* margin: 0 го убива центарот ако нешто го врати родителот на display:block (PageSpeed/JS) */
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 14px 20px !important;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.25),
        0 14px 28px -10px rgba(0, 0, 0, 0.45);
    background: #0a0a0a !important;
    color: #f1f5f9 !important;
}

.site-notice.site-notice-full-width .site-notice__inner {
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
}

.site-notice.site-notice-full-width .site-notice__message {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #ffffff !important;
}

.site-notice.site-notice-full-width .site-notice__message a {
    color: #3b82f6 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.site-notice.site-notice-full-width .site-notice__message a:hover {
    color: #60a5fa !important;
    text-decoration: none !important;
}

.site-notice.site-notice-full-width .site-notice__actions {
    flex-shrink: 0;
    flex-wrap: nowrap;
    margin-left: auto;
    gap: 10px;
}

[dir="rtl"] .site-notice.site-notice-full-width .site-notice__actions {
    margin-left: 0;
    margin-right: auto;
}

.site-notice.site-notice-full-width .site-notice__actions button {
    min-width: auto !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.site-notice.site-notice-full-width .site-notice__actions .site-notice__agree {
    border: none !important;
    background-color: #3b82f6 !important;
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(59, 130, 246, 0.35);
}

.site-notice.site-notice-full-width .site-notice__actions .site-notice__agree:hover {
    filter: brightness(1.05);
}

.site-notice.site-notice-full-width .site-notice__actions .site-notice__reject,
.site-notice.site-notice-full-width .site-notice__actions .site-notice__customize {
    background-color: transparent !important;
    color: #e2e8f0 !important;
    border: 1px solid rgba(148, 163, 184, 0.45) !important;
}

.site-notice.site-notice-full-width .site-notice__actions .site-notice__reject:hover,
.site-notice.site-notice-full-width .site-notice__actions .site-notice__customize:hover {
    border-color: rgba(148, 163, 184, 0.7) !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
}

@media (max-width: 767px) {
    .site-notice.site-notice-full-width {
        padding: 12px 12px 16px;
    }

    .site-notice.site-notice-full-width .site-notice-body {
        padding: 14px 16px !important;
        border-radius: 12px;
    }

    .site-notice.site-notice-full-width .site-notice__inner {
        flex-wrap: wrap;
    }

    .site-notice.site-notice-full-width .site-notice__actions {
        margin-left: 0;
        width: 100%;
        justify-content: stretch;
    }

    [dir="rtl"] .site-notice.site-notice-full-width .site-notice__actions {
        margin-right: 0;
    }

    .site-notice.site-notice-full-width .site-notice__actions .site-notice__agree {
        flex: 1;
        text-align: center;
    }
}

/* Cookie consent (minimal): центрирано долу — само кога е видливо (не прекинувај display:none) */
.site-notice.site-notice-minimal.site-notice--visible {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 16px 16px 22px !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.site-notice.site-notice-minimal .site-notice-body {
    max-width: 440px !important;
    width: calc(100% - 8px);
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 14px 16px 16px !important;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.25),
        0 14px 28px -10px rgba(0, 0, 0, 0.45);
    background: #0a0a0a !important;
    color: #f1f5f9 !important;
}

.site-notice.site-notice-minimal .site-notice__inner {
    padding: 0 !important;
    gap: 14px;
}

.site-notice.site-notice-minimal .site-notice__message {
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.45;
    color: #ffffff !important;
    text-align: center;
}

.site-notice.site-notice-minimal .site-notice__message a {
    color: #3b82f6 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.site-notice.site-notice-minimal .site-notice__message a:hover {
    color: #60a5fa !important;
    text-decoration: none !important;
}

.site-notice.site-notice-minimal .site-notice__actions {
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.site-notice.site-notice-minimal .site-notice__actions button {
    min-width: auto !important;
    padding: 9px 14px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.site-notice.site-notice-minimal .site-notice__actions .site-notice__agree {
    border: none !important;
    background-color: #3b82f6 !important;
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(59, 130, 246, 0.35);
}

.site-notice.site-notice-minimal .site-notice__actions .site-notice__reject,
.site-notice.site-notice-minimal .site-notice__actions .site-notice__customize {
    background-color: transparent !important;
    color: #e2e8f0 !important;
    border: 1px solid rgba(148, 163, 184, 0.45) !important;
}

.site-notice.site-notice-minimal .site-notice__actions .site-notice__reject:hover,
.site-notice.site-notice-minimal .site-notice__actions .site-notice__customize:hover {
    border-color: rgba(148, 163, 184, 0.7) !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
}

.site-notice.site-notice-minimal .site-notice__categories {
    border-top-color: rgba(255, 255, 255, 0.12) !important;
    padding-top: 12px !important;
}

.site-notice.site-notice-minimal .site-notice__categories .cookie-category {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 480px) {
    .site-notice.site-notice-minimal {
        padding: 12px 12px 16px !important;
    }

    .site-notice.site-notice-minimal .site-notice-body {
        max-width: 100% !important;
        width: 100%;
        border-radius: 12px;
    }

    .site-notice.site-notice-minimal .site-notice__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .site-notice.site-notice-minimal .site-notice__actions button {
        width: 100%;
        justify-content: center;
    }
}

/* Consultation shortcode: fallback ако plugin CSS не се вчита (404 / PageSpeed); пулс + ширина + без сечење на полиња */
.ck-content .consultation-booking-form {
    overflow: visible !important;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    contain: none !important;
}

.ck-content .consultation-booking-form .consultation-subtitle-wrap {
    max-width: 40rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ck-content .consultation-booking-form .consultation-pill__dot {
    animation: cb-pill-dot-pulse-fallback 2s ease-out infinite;
}

@keyframes cb-pill-dot-pulse-fallback {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.45);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(59, 130, 246, 0);
    }
    100% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
    }
}

html[data-theme="dark"] .ck-content .consultation-booking-form .consultation-pill__dot {
    animation: cb-pill-dot-pulse-fallback-dark 2s ease-out infinite;
}

@keyframes cb-pill-dot-pulse-fallback-dark {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.45);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(96, 165, 250, 0);
    }
    100% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(96, 165, 250, 0);
    }
}

.ck-content .consultation-booking-form .form-control {
    min-height: 46px;
    line-height: 1.5;
}

.ck-content .consultation-booking-form select.form-control {
    min-height: 46px;
}

/* --------------------------------------------------------------------------
   Site statistics / „Why trusted“ (shortcode style-2): премиум продажна секција
   -------------------------------------------------------------------------- */
.processin-trust-spotlight.box-why-trusted-11 {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 10vw, 6.5rem) 0 !important;
    border: none;
    background: #0a0a0a !important;
}

/* Благ „дишање“ на plexus / mesh слојот (::before цел слој; SMIL во SVG додатно каде се поддржува) */
@keyframes processin-trust-spotlight-mesh-breathe {
    0%,
    100% {
        opacity: 0.82;
        transform: scale(1);
    }
    50% {
        opacity: 0.95;
        transform: scale(1.012);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .processin-trust-spotlight.box-why-trusted-11::before {
        animation: processin-trust-spotlight-mesh-breathe 22s ease-in-out infinite;
    }
}

/* Tech / AI: plexus (јазли + линии) #3b82f6 во агли (SVG), центар останува чист црн */
.processin-trust-spotlight.box-why-trusted-11::before {
    content: '';
    pointer-events: none;
    position: absolute;
    inset: 0;
    transform-origin: center center;
    background-color: transparent;
    background-image: url('../imgs/page/processin/trust-spotlight-mesh.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.9;
}

.processin-trust-spotlight.box-why-trusted-11::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.18), transparent);
}

.processin-trust-spotlight .container.position-relative {
    position: relative;
    z-index: 1;
}

.processin-trust-spotlight__intro {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 32rem;
}

.processin-trust-spotlight__stars {
    display: inline-flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    width: fit-content;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(59, 130, 246, 0.18);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.65);
}

.processin-trust-spotlight__stars img {
    width: 18px;
    height: 18px;
    display: block;
}

.processin-trust-spotlight__title {
    font-size: clamp(1.85rem, 2.8vw + 0.85rem, 3rem) !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
    color: #d4d4d8 !important;
    /* Сенки: црна длабочина + многу слабо сино сјаење */
    text-shadow:
        0 2px 20px rgba(0, 0, 0, 0.95),
        0 0 36px rgba(59, 130, 246, 0.05);
}

.processin-trust-spotlight__lede {
    font-size: clamp(0.95rem, 0.35vw + 0.9rem, 1.125rem) !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
    color: #a3a3a3 !important;
    max-width: 40rem;
}

/* Темата става .color-white на наслов/статистики — враќаме сив тон, не чиста бела */
.processin-trust-spotlight.box-why-trusted-11 .color-white {
    color: #d4d4d8 !important;
}

.processin-trust-spotlight__stat.color-white {
    color: #e4e4e7 !important;
}

.processin-trust-spotlight__stat-label.color-white,
.processin-trust-spotlight__stat-label.font-lg.color-white {
    color: #a3a3a3 !important;
}

.processin-trust-spotlight__metrics {
    margin-top: 1.75rem !important;
}

@media (min-width: 992px) {
    .processin-trust-spotlight__metrics {
        margin-top: 2.25rem !important;
    }
}

.processin-trust-spotlight__metric-inner {
    height: 100%;
    padding: 1.35rem 1.1rem;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(59, 130, 246, 0.1);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.7);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

@supports (backdrop-filter: blur(8px)) {
    .processin-trust-spotlight__metric-inner {
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }
}

.processin-trust-spotlight__metric-inner:hover {
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.28);
    background: rgba(0, 0, 0, 0.62);
    box-shadow:
        0 16px 40px -8px rgba(0, 0, 0, 0.85),
        0 0 28px rgba(59, 130, 246, 0.07);
}

.processin-trust-spotlight__stat {
    font-size: clamp(1.5rem, 2vw + 0.75rem, 2.125rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
    font-variant-numeric: tabular-nums;
}

.processin-trust-spotlight__stat .count {
    margin-right: 0.06em;
}

.processin-trust-spotlight__unit {
    font-size: 0.65em;
    font-weight: 700;
    opacity: 0.9;
}

.processin-trust-spotlight__stat-label {
    margin-top: 0.65rem !important;
    font-size: 0.9375rem !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
    color: #a3a3a3 !important;
}

@media (prefers-reduced-motion: reduce) {
    .processin-trust-spotlight.box-why-trusted-11::before {
        animation: none !important;
    }

    .processin-trust-spotlight__metric-inner {
        transition: none;
    }

    .processin-trust-spotlight__metric-inner:hover {
        transform: none;
    }
}

.ck-content .processin-trust-spotlight.box-why-trusted-11 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
}
