/* ================================================================
   ROYAL AUTO SERVIS — REDESIGN
   Custom CSS — bez MDBootstrap-a
   ================================================================ */
.text-not-last ul {
  padding-left: 1rem !important;
}

/* ============ MULISH FONT (body / general text) ============ */
@font-face {
  font-family: "Mulish";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Mulish/Mulish-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Mulish/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Mulish/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Mulish/Mulish-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Mulish/Mulish-Bold.woff2") format("woff2");
}

:root {
  --bg: #ffffff;
  --bg-2: #f5f7fa;
  --bg-3: #ffffff;
  --bg-4: #eef1f5;
  --fg: #0a0a0b;
  --muted: #5b5b65;
  --muted-2: #9ca3af;
  --accent: #26a5cb;
  --accent-2: #1a7d99;
  --accent-deep: #156580;
  --accent-soft: rgba(38, 165, 203, 0.08);
  --accent-tint: rgba(38, 165, 203, 0.12);
  --line: rgba(0, 0, 0, 0.08);
  --line-strong: rgba(0, 0, 0, 0.14);
  --glow: rgba(38, 165, 203, 0.3);
  --glow-soft: rgba(38, 165, 203, 0.15);
  --shadow-sm:
    0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow-md:
    0 4px 12px rgba(15, 23, 42, 0.06), 0 2px 4px rgba(15, 23, 42, 0.04);
  --shadow-lg:
    0 20px 40px -16px rgba(15, 23, 42, 0.15), 0 6px 14px rgba(15, 23, 42, 0.06);
  --topbar-h: 30px;
  --header-h: 80px;
  --header-h-mobile: 64px;
}

/* ============ RESET ============ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  overflow-x: clip;
}
/* Override stari .m-top (bio za fixed header — sad header NIJE fixed) */
main.m-top {
  margin-top: 0 !important;
}
/* Override stari .header.fixed-top — koristio se na inc-header.php koji vise NIJE pozvan */
.header.fixed-top {
  display: none !important;
}
body {
  background: var(--bg);
  color: var(--fg);
  font-family:
    "Mulish",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
}
ul {
  list-style: none;
}
button {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 14px;
}

/* ============ GLOBAL: ALL BUTTONS — 14px Mulish ============
   Ovo sigurno hvata svaki dugme bilo gde u projektu. Letter-spacing,
   weight, padding ostavljaju komponente da definišu po želji. */
.btn,
.btn-ghost,
.btn-large,
.button,
.button.larger,
.button-primary,
.button-secondary,
.bk-btn,
.bk-btn-primary,
.bk-btn-ghost,
.viber-btn,
.header-cta-btn,
.rental-btn-ghost,
.mobile-fixed-nav-item,
.how-phone,
input[type="submit"],
input[type="button"] {
  font-family: "Mulish", system-ui, sans-serif !important;
  font-size: 14px !important;
  width: 180px !important;
  min-width: fit-content !important;
  height: 50px !important;
}

/* ============ LAYOUT ============ */
.shell {
  position: relative;
  z-index: 3;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px;
}
.shell-tight {
  position: relative;
  z-index: 3;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ============ STICKY HEADER STACK (topbar + site-header) ============ */
html {
  overflow-y: scroll;
}
:root {
  --scrollbar-w: calc(100vw - 100%);
}
.topbar,
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
}
.topbar {
  top: 0;
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  will-change: transform;
}
.site-header {
  top: var(--topbar-h, 38px);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition:
    top 0.35s cubic-bezier(0.7, 0, 0.3, 1),
    box-shadow 0.2s,
    background 0.2s;
  will-change: top;
}
.site-header.scrolled {
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.98);
}
body.has-fixed-header {
  padding-top: calc(var(--topbar-h, 38px) + var(--header-h, 80px));
  transition: padding-top 0.35s cubic-bezier(0.7, 0, 0.3, 1);
}
/* Kad se skrolovalo: topbar nestaje (slide up), header ide na top: 0 */
body.is-scrolled .topbar {
  transform: translateY(-105%) !important;
  pointer-events: none;
}
body.is-scrolled .site-header {
  top: 0 !important;
}
body.is-scrolled.has-fixed-header {
  padding-top: var(--header-h, 80px);
}
@media (max-width: 960px) {
  body.is-scrolled.has-fixed-header {
    padding-top: var(--header-h-mobile, 64px);
  }
}

/* ============ TOPBAR (H1 brand strip) — fiksna visina = --topbar-h ============ */
.topbar {
  background: var(--accent);
  color: #fff;
  height: var(--topbar-h, 38px);
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 400;

  text-transform: uppercase;
  z-index: 9999;
}
.topbar-inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}
.topbar h1 {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  text-align: center;
  flex: 1 1 auto;
  min-width: 0; /* Bitno za flex ellipsis */
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ============ NAV / HEADER ============ */
nav.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.logo {
  display: inline-flex;
  align-items: center;
  color: var(--fg);
  text-decoration: none;
  flex-shrink: 0;
}
.logo img {
  height: 48px;
  width: auto;
  display: block;
  transition:
    transform 0.3s,
    opacity 0.2s;
}
.logo:hover img {
  transform: scale(1.04);
}
.foot-brand .logo img {
  height: 54px;
}
@media (max-width: 600px) {
  .logo img {
    height: 40px;
  }
}
.nav-links {
  display: flex;
  gap: 36px;
}
.nav-links a {
  color: var(--fg);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;

  position: relative;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--accent-2);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.3s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-cta .phone {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--fg);
}
.nav-cta .phone strong {
  color: var(--fg);
}
.mobile-menu-btn {
  display: none;
  background: transparent;
  border: 0;
  color: var(--fg);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

/* ============ BUTTONS ============ */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  text-decoration: none;
  color: #fff;
  background: var(--accent);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s;
  position: relative;
}
.btn:hover {
  transform: translateY(-2px);
  background: #ec4899;
}
.btn .arrow {
  transition: transform 0.3s;
  display: inline-flex;
}
.btn:hover .arrow {
  transform: translateX(4px);
}
.btn-ghost {
  background: #ec4899;
  color: #fff;
  border: 1px solid #ec4899;
}
.btn-ghost:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.btn-large {
  font-size: 14px;
}

/* ============ GLOBAL BG LAYERS ============ */
.bg-mouse {
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(38, 165, 203, 0.15),
    transparent 60%
  );
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============ HERO ============ */
.hero-section {
  position: relative;
}
.bg-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    ellipse 80% 60% at 50% 40%,
    black 30%,
    transparent 80%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 60% at 50% 40%,
    black 30%,
    transparent 80%
  );
}
.bg-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      600px circle at 20% 20%,
      rgba(38, 165, 203, 0.1),
      transparent 60%
    ),
    radial-gradient(
      700px circle at 90% 80%,
      rgba(38, 165, 203, 0.06),
      transparent 60%
    );
}
.hero-section .hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0 60px;
  min-height: calc(80vh - 200px);
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: var(--accent-soft);
  border: 1px solid rgba(38, 165, 203, 0.3);
  border-radius: 999px;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;

  color: var(--accent-2);
}
.status-pill .live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulse 1.5s infinite;
}
.hero-section .hero h2 {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.7px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.hero h2 .accent {
  color: var(--accent);
}
.hero-section .hero .sub {
  margin-top: 24px;
  font-size: 16px;
  color: var(--fg);
  max-width: 480px;
}
.cta-row {
  margin-top: 32px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.stat .num {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
  color: var(--fg);
}
.stat .num span {
  color: var(--accent-2);
}
.stat .lbl {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--fg);
  text-transform: uppercase;
}

/* HERO VISUAL */
.visual {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual svg.flow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.visual svg.flow path,
.visual svg.flow circle {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.5;
  stroke-dasharray: 1659;
  stroke-dashoffset: 1659;
  animation:
    draw 3.5s 0.5s ease-out forwards,
    dashShift 12s 4s linear infinite;
  filter: drop-shadow(0 0 6px var(--glow));
}
.scan-ring {
  position: absolute;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  border: 1px solid rgba(38, 165, 203, 0.35);
  animation: ringRotate 18s linear infinite;
}
.scan-ring::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow:
    0 0 18px var(--accent),
    0 0 30px var(--glow);
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.scan-ring.r2 {
  width: 70%;
  height: 70%;
  border-color: rgba(38, 165, 203, 0.2);
  animation: ringRotateR 24s linear infinite;
}
.scan-ring.r2::before {
  background: var(--accent-2);
  box-shadow: 0 0 14px var(--accent-2);
}
.car-wrap {
  position: relative;
  z-index: 3;
  width: 65%;
  filter: drop-shadow(0 24px 50px rgba(15, 23, 42, 0.18));
}
.car-wrap svg {
  width: 100%;
  height: auto;
}

.chip {
  position: absolute;
  z-index: 4;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-md);
}
.chip .icn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--accent-tint);
  color: var(--accent-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.chip .ttl {
  font-weight: 600;
  color: var(--fg);
}
.chip .sub-txt {
  font-size: 16px;
  font-weight: 400;
  color: var(--fg);
}
.chip.c1 {
  top: 8%;
  left: -6%;
  animation: float 5s ease-in-out infinite;
}
.chip.c2 {
  top: 22%;
  right: -8%;
  animation: float 5s 1.5s ease-in-out infinite;
}
.chip.c3 {
  bottom: 12%;
  left: 0%;
  animation: float 5s 0.8s ease-in-out infinite;
}

.gauge {
  position: absolute;
  bottom: 8%;
  right: -4%;
  z-index: 4;
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
}
.gauge svg {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}
.gauge svg circle.bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.08);
  stroke-width: 6;
}
.gauge svg circle.fg {
  fill: none;
  stroke: var(--accent);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: gaugeFill 2s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  filter: drop-shadow(0 0 6px var(--glow));
}
.gauge .val {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--fg);
}
.gauge .lbl-g {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--fg);
}
@media (max-width: 768px) {
  .gauge .lbl-g {
    font-size: 13px !important;
  }
  .btn .arrow {
    display: none !important;
  }
  .stat .lbl {
    text-align: center;
  }
  .stat .num {
    font-size: 22px !important;
    text-align: center;
  }
}
/* ============ MARQUEE ============ */
.marquee {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  overflow: hidden;
  position: relative;
}
.marquee::before,
.marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}
.marquee::after {
  right: 0;
  background: linear-gradient(-90deg, var(--bg), transparent);
}
.marquee-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scroll 30s linear infinite;
}
.marquee-track .brand {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: var(--muted-2);
  text-transform: uppercase;

  white-space: nowrap;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 60px;
}
.marquee-track .brand::after {
  content: "◆";
  color: var(--accent);
  font-size: 10px;
}
.marquee-track .brand:hover {
  color: var(--fg);
}

/* ============ SECTION COMMON ============ */
.section-eyebrow {
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--accent-2);
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--accent);
}
.section-title {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 24px;
  color: var(--fg);
}
.section-title .accent {
  color: var(--accent);
}
.section-sub {
  margin-top: 0;
  color: var(--fg);
  font-size: 16px;
  max-width: 680px;
  line-height: 1.6;
}

/* ============ ABOUT ============ */
.about {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(38, 165, 203, 0.06),
    transparent 60%
  );
  pointer-events: none;
}
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-deco {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(80px, 11vw, 150px);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(38, 165, 203, 0.3);
  letter-spacing: -5px;
  user-select: none;
  pointer-events: none;
}
.about-image-wrap {
  position: relative;
  width: 100%;
}
.about-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
.about-deco .small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-stroke: 0;
  color: var(--accent-2);
  font-family: "Mulish", system-ui, sans-serif;
  letter-spacing: 4px;
  margin-top: 20px;
  padding-left: 20px;
}
.about-body {
  line-height: 1.75;
}
.about-body p {
  color: var(--fg);
  font-size: 16px;
  line-height: 1.75;
  margin-top: 18px;
}
.about-body p strong {
  color: var(--fg);
  font-weight: 600;
}
.about-body p .hl,
.about-body .hl {
  color: var(--accent-2);
  font-weight: 600;
}
.about-cta {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============ HOW WE WORK ============ */
/* ============ HOW WE WORK ============ */
.how {
  padding: 100px 0;
  background: var(--bg-2);
  position: relative;
}
.how::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    black 20%,
    transparent 70%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    black 20%,
    transparent 70%
  );
  pointer-events: none;
}

.how-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.how-head .section-eyebrow {
  justify-content: center;
}
.how-head .section-eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--accent);
}
.how-head .section-sub {
  margin: 0 auto;
}

/* ===== GRID ===== */
.how-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ===== CARD ===== */
.how-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: var(--bg-3);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.3s ease;
}
.how-card:hover {
  transform: translateY(-8px);
  border-color: rgba(38, 165, 203, 0.4);
  box-shadow: var(--shadow-lg);
}

/* ===== MEDIA (slika) ===== */
.how-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.how-card:hover .how-card__media {
  transform: scale(1.06);
}
.how-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 60%,
    rgba(10, 14, 21, 0.55) 100%
  );
  pointer-events: none;
}
.how-card__num {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 2;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 6px 12px;
  background: rgba(10, 14, 21, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}

/* ===== BODY ===== */
.how-card__body {
  position: relative;
  padding: 40px 28px 32px;
  background: var(--bg-3);
}
.how-card__icn {
  position: absolute;
  top: -26px;
  left: 28px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(38, 165, 203, 0.35);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.how-card__icn img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}
.how-card:hover .how-card__icn {
  transform: translateY(-4px) rotate(-6deg);
}
.how-card__body h4 {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: var(--fg);
  margin: 0 0 10px;
  letter-spacing: -0.2px;
}
.how-card__body p {
  color: #5a6472;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* ===== PHONE ROW ===== */
.how-phone-row {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.how-phone-row .small {
  font-size: 16px;
  font-weight: 400;
  color: var(--fg);
  font-family: "Mulish", system-ui, sans-serif;
}
.how-phone {
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  color: var(--fg);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 24px;
  background: var(--bg-3);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  white-space: nowrap;
}
.how-phone:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: var(--shadow-lg);
}
.how-phone .ph-icn {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: shake 1.6s infinite;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .how-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* Slika ide od ivice do ivice cele kartice */
  .how-card {
    border-radius: 20px;
    overflow: hidden;
  }

  .how-card__media {
    border-radius: 0;
    aspect-ratio: 16 / 10;
  }

  /* Tekst uvučeniji */
  .how-card__body {
    padding: 44px 32px 36px;
  }

  .how-card__icn {
    left: 32px;
  }
}

@media (max-width: 600px) {
  .how-phone {
    font-size: 14px;
    padding: 12px 20px;
    gap: 12px;
  }
  .how-phone .ph-icn {
    width: 32px;
    height: 32px;
  }

  .btn,
  .btn-ghost,
  .btn-large,
  .button,
  .button.larger,
  .button-primary,
  .button-secondary,
  .bk-btn,
  .bk-btn-primary,
  .bk-btn-ghost,
  .viber-btn,
  .header-cta-btn,
  .rental-btn-ghost,
  .mobile-fixed-nav-item,
  .how-phone,
  input[type="submit"],
  input[type="button"] {
    width: 155px !important;
    height: 45px !important;
  }

  .mobile-fixed-nav-item {
    height: 70px !important;
  }
}
/* ============ SERVICES HEX ============ */
.services {
  padding: 100px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.services::before {
  content: "";
  position: absolute;
  left: -250px;
  top: 30%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-soft), transparent 60%);
  pointer-events: none;
}
.services-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.services-head .section-eyebrow {
  justify-content: center;
}
.services-head .section-eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--accent);
}
.services-head .section-sub {
  margin: 0 auto;
}
.hex-wrap {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.hex-row {
  display: flex;
  gap: 27px;
  justify-content: center;
  flex-wrap: wrap;
}
.hex-row.offset {
  margin-top: -38px;
  margin-bottom: -38px;
}
.hex {
  width: 180px;
  height: 200px;
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--accent);
  cursor: pointer;
  transition:
    transform 0.3s,
    filter 0.3s;
  display: flex;
  text-decoration: none;
}
.hex::before {
  content: "";
  position: absolute;
  inset: 1.5px;
  background: var(--bg-3);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: background 0.3s;
}
.hex-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 22px;
  gap: 14px;
  width: 100%;
  height: 100%;
}
.hex .hex-icn {
  width: 44px;
  height: 44px;
  color: var(--accent);
  transition:
    color 0.3s,
    transform 0.3s;
}
.hex .hex-icn img {
  width: 44px;
  height: 44px;
  filter: invert(50%) sepia(80%) saturate(1500%) hue-rotate(160deg)
    brightness(95%) contrast(85%);
  transition: filter 0.3s;
}
.hex .hex-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--fg);
  line-height: 1.3;
  text-align: center;
  transition: color 0.3s;
}
.hex:hover,
.hex.active {
  transform: translateY(-6px);
  filter: drop-shadow(0 18px 28px var(--glow));
}
.hex:hover::before,
.hex.active::before {
  background: var(--accent);
}
.hex:hover .hex-icn,
.hex.active .hex-icn {
  color: #fff;
  transform: scale(1.15);
}
.hex:hover .hex-icn img,
.hex.active .hex-icn img {
  filter: brightness(0) invert(1);
}
.hex:hover .hex-label,
.hex.active .hex-label {
  color: #fff;
}

/* ============ DIAGNOSTIC ============ */
.diag-sec {
  padding: 100px 0;
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}
.diag-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      800px circle at 30% 50%,
      rgba(38, 165, 203, 0.06),
      transparent 60%
    ),
    radial-gradient(
      600px circle at 90% 30%,
      rgba(38, 165, 203, 0.04),
      transparent 60%
    );
  pointer-events: none;
}
.diag-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}
.diag-svg-wrap {
  aspect-ratio: 1.2;
  position: relative;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    var(--bg-3);
  background-size:
    40px 40px,
    40px 40px,
    100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.diag-svg-wrap::after {
  content: "◉ DIAGNOSTIC.LIVE";
  position: absolute;
  top: 18px;
  left: 22px;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--accent-2);

  z-index: 10;
}
.diag-svg-wrap .corner-text {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--fg);

  z-index: 10;
}
.diag-svg-wrap .corner-text .blink {
  color: #22c55e;
  animation: blinkText 1.2s infinite;
}
.diag-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.diag-text .features {
  margin-top: 28px;
}
.diag-text .features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.diag-text .features li {
  display: block;
  color: var(--fg);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  position: relative;
  padding-left: 42px;
  margin: 0 0 12px;
}
.diag-text .features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 26px;
  height: 26px;
  background: var(--accent-soft);
  border: 1px solid rgba(38, 165, 203, 0.3);
  border-radius: 7px;
}
.diag-text .features li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--accent-2);
  border-bottom: 2px solid var(--accent-2);
  transform: rotate(-45deg);
}
/* Bold deo je inline — ostatak je u istom flow-u */
.diag-text .features li b,
.diag-text .features li strong {
  color: var(--accent-2);
  font-weight: 600;
  display: inline;
  margin-right: 4px;
}
.diag-cta-row {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.diag-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.diag-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--fg);

  text-transform: uppercase;
}
.diag-meta-item svg {
  color: var(--accent-2);
}

/* ============ TESTIMONIALS ============ */
.testimonials {
  position: relative;
  padding: 100px 40px;
  background: var(--bg);
  overflow: hidden;
}
.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      700px circle at 80% 20%,
      rgba(38, 165, 203, 0.06),
      transparent 60%
    ),
    radial-gradient(
      500px circle at 10% 80%,
      rgba(38, 165, 203, 0.04),
      transparent 60%
    );
  pointer-events: none;
}
.test-shell {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 2;
}
.test-track-wrap {
  overflow: hidden;
  position: relative;
}
.test-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.test-card {
  flex: 0 0 calc(50% - 12px);
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition:
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}
.test-card:hover {
  border-color: rgba(38, 165, 203, 0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.test-card .quote-mark {
  position: absolute;
  top: 18px;
  right: 24px;
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 0.7;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(38, 165, 203, 0.25);
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  user-select: none;
}
.test-stars {
  color: var(--accent);
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
  font-size: 16px;
}
.test-quote {
  color: var(--fg);
  font-size: 16px;
  line-height: 1.65;
  flex: 1;
}
.test-author {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.test-author .name {
  font-weight: 400;
  color: var(--fg);
  font-size: 16px;

  text-transform: uppercase;
}
.test-author .date {
  color: var(--muted-2);
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mulish", system-ui, sans-serif;
}
.test-controls {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.test-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--bg-3);
  border: 1px solid var(--line-strong);
  color: var(--fg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.test-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-md);
}

/* ============ BLOG ============ */
.blog {
  padding: 100px 0;
  background: var(--bg-2);
  position: relative;
}
.blog-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.blog-head .section-eyebrow {
  justify-content: center;
}
.blog-head .section-eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--accent);
}
.blog-head .section-sub {
  margin: 0 auto;
}
.blog-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  z-index: 5;
}
.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(38, 165, 203, 0.3);
  box-shadow: var(--shadow-lg);
}
.blog-card:hover::before {
  transform: scaleX(1);
}
.blog-img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: var(--bg-4);
}
.blog-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(38, 165, 203, 0.2),
    rgba(15, 23, 42, 0.4)
  );
}
.blog-date {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  color: var(--accent-2);
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 6px;
  border-radius: 6px;
  z-index: 2;
}
.blog-body {
  padding: 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-body h3 {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 21px; /* 1.5x od body p (14px) */
  color: var(--fg);
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}
.blog-body p {
  color: var(--fg);
  font-size: 16px;
  line-height: 1.6;
  flex: 1;
}
.blog-body p b {
  color: var(--accent-2);
  font-weight: 600;
}
.blog-body .more {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-2);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;

  transition:
    gap 0.2s,
    color 0.2s;
}
.blog-body .more:hover {
  gap: 12px;
  color: var(--accent);
}
.blog-cta-wrap {
  margin-top: 50px;
  text-align: center;
}

/* ============ CTA BANNER ============ */
.cta-banner {
  position: relative;
  padding: 90px 40px;
  background: var(--bg);
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    ellipse 80% 60% at 50% 50%,
    black 30%,
    transparent 80%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 60% at 50% 50%,
    black 30%,
    transparent 80%
  );
}
.cta-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(
    circle,
    rgba(38, 165, 203, 0.08),
    transparent 60%
  );
  pointer-events: none;
  z-index: 1;
}
.cta-deco-svg {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 700px;
  opacity: 0.35;
  pointer-events: none;
}
.cta-deco-svg path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation:
    draw 5s ease-out forwards,
    dashShift 15s 5s linear infinite;
  filter: drop-shadow(0 0 6px var(--glow));
}
.cta-shell {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  text-align: center;
}
.cta-banner h2 {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.7px;
  margin-bottom: 24px;
  color: var(--fg);
}
.cta-banner h2 .accent {
  color: var(--accent);
}
.cta-banner p {
  margin: 22px auto 0;
  color: var(--fg);
  font-size: 16px;
  max-width: 840px;
  line-height: 1.6;
  text-align-last: center;
}
.cta-banner .btn-row {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============ FOOTER ============ */
footer.site-footer {
  background: var(--bg-2);
  color: var(--fg);
  padding: 80px 0 0;
  position: relative;
  border-top: 1px solid var(--line);
}
.foot-shell {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px;
}
.foot-top {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 0;
}
.foot-brand .logo {
  font-size: 30px;
}
.foot-brand .tag {
  color: var(--fg);
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 320px;
}
.foot-brand .contact {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.foot-brand .contact a {
  color: var(--fg);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot-brand .contact a:hover {
  color: var(--accent-2);
}
.foot-brand .contact .hours {
  color: var(--fg);
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.foot-brand .contact .hours svg {
  margin-top: 2px;
}
.foot-brand .contact .hours-text {
  display: inline-block;
}
.foot-brand .contact svg {
  color: var(--accent-2);
  flex-shrink: 0;
}
.foot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.foot-col h5,
.foot-col .foot-col-toggle {
  font-size: 14px;
  color: var(--accent-2);

  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: none !important;
}
.foot-col-arrow {
  display: none; /* default — desktop nema strelicu */
  font-size: 14px;
  transition: transform 0.2s;
}
/* Prijatelji u 2 kolone */
.two-cols {
  column-count: 2;
  column-gap: 16px;
}
.two-cols li {
  break-inside: avoid;
}
.foot-col ul {
  list-style: none;
}
.foot-col li {
  margin-bottom: 10px;
}
.foot-col a {
  color: var(--fg);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.foot-col a:hover {
  color: var(--accent-2);
}
.foot-bottom {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  color: var(--muted-2);
}
.foot-bottom a {
  color: var(--muted-2);
  text-decoration: none;
  transition: color 0.2s;
}
.foot-bottom a:hover {
  color: var(--accent-2);
}
.foot-bottom .right {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ============ MOBILE FIXED BOTTOM NAV (Upit / Viber / Telefon) ============
   Vidljiv samo na mobile (max-width: 991px). Pojavljuje se kad scroll > 200px. */
.mobile-fixed-nav {
  display: none;
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  bottom: -120px; /* sakriven po default-u, ispod ekrana */
  z-index: 9500;
  background: #26a5cb !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  transition: bottom 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.1);
  pointer-events: auto;
}
.mobile-fixed-nav.is-visible {
  bottom: 64px !important;
}
.mobile-fixed-nav-item,
.mobile-fixed-nav a {
  background: transparent !important;
  color: #fff !important;
}
.mobile-fixed-nav-item:hover,
.mobile-fixed-nav-item:active {
  background: #156580 !important; /* accent-deep za press feedback */
}
.mobile-fixed-nav-item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 8px;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.2s;
}
.mobile-fixed-nav-item:last-child {
  border-right: 0;
}
.mobile-fixed-nav-item:hover,
.mobile-fixed-nav-item:active {
  background: var(--accent-deep);
}
.mfn-icon {
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  /* Bele ikone — invert filter za originalne SVG fajlove (koji su crni/sivi) */
  filter: brightness(0) invert(1);
  pointer-events: none;
}
.mfn-label {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .mobile-fixed-nav {
    display: flex !important;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  /* Body padding-bottom da content ne bude prekriven mobile-fixed-nav-om kad je is-scrolled */
  body.is-scrolled {
    padding-bottom: 70px;
  }
}

/* ============ FOOTER BOTTOM (copyright traka — Royal accent) ============
   Pozadina ide 100vw (full screen), sadrzaj je iste sirine kao .foot-shell. */
.footer-bottom-royal {
  background: var(--accent);
  color: #fff;
  padding: 14px 0;
  margin-top: 0;
  font-size: 14px;
  width: 100%;
}
.footer-bottom-inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-bottom-left,
.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom-right {
  justify-content: flex-end;
}
.footer-bottom-logo {
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}
.footer-bottom-logo img {
  width: 44px;
  height: 44px;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s;
}
.footer-bottom-logo:hover img {
  opacity: 0.85;
}
.footer-bottom-link {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
  white-space: nowrap;
}
.footer-bottom-link:hover {
  border-bottom-color: #fff;
}
.footer-bottom-sep {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  user-select: none;
}
.footer-bottom-text {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .text-not-last ul {
    padding-left: 0 !important;
  }
  .auto-servis-landing .timeline-section {
    border-left: 0 !important;
  }
  .triggerNav {
    background: var(--gray-lighter) !important;
  }
  .fs-sm.text-decoration-none.fs-xxsm-m {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .footer-bottom-inner {
    padding: 0 24px;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-bottom-left,
  .footer-bottom-right {
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
  .footer-bottom-sep {
    display: none;
  }
  .footer-bottom-logo {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
@media (max-width: 600px) {
  .footer-bottom-royal {
    padding: 14px 0;
    font-size: 14px;
  }
  .footer-bottom-inner {
    padding: 0 16px;
  }
  .footer-bottom-link,
  .footer-bottom-text {
    font-size: 14px;
  }
}

/* ============ ANIMATIONS ============ */
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }
}
@keyframes ringRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ringRotateR {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashShift {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -1659;
  }
}
@keyframes gaugeFill {
  to {
    stroke-dashoffset: 50;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-12deg);
  }
  40% {
    transform: rotate(12deg);
  }
  60% {
    transform: rotate(-8deg);
  }
  80% {
    transform: rotate(8deg);
  }
}
@keyframes blinkText {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s,
    transform 0.8s;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal-l {
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 0.8s,
    transform 0.8s;
}
.reveal-l.in {
  opacity: 1;
  transform: translateX(0);
}
.reveal-r {
  opacity: 0;
  transform: translateX(30px);
  transition:
    opacity 0.8s,
    transform 0.8s;
}
.reveal-r.in {
  opacity: 1;
  transform: translateX(0);
}

/* ================================================================
   GLOBAL OVERRIDES — primenjuju Royal redesign stil na LEGACY klase
   (button, blog-text-item, nav-tabs, breadcrumb, ...) tako da
   svaka stranica izgleda jedinstveno bez izmene HTML-a.
   ================================================================ */

/* ===== Dugmići: .button .button-primary / .button-secondary ostaju
   ali izgledaju kao novi .btn iz home ============================ */
.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
  white-space: nowrap;
}
.button.larger {
  padding: 18px 36px !important;
  font-size: 14px;
  min-height: 54px;
}
.button.button-primary,
.button-primary {
  background: var(--accent) !important;
  color: #fff !important;
  border-color: var(--accent) !important;
}
.button.button-primary:hover,
.button-primary:hover {
  background: var(--accent-deep) !important;
  border-color: var(--accent-deep) !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.button.button-secondary,
.button-secondary {
  background: transparent !important;
  color: var(--fg) !important;
  border-color: var(--line-strong) !important;
}
.button.button-secondary:hover,
.button-secondary:hover {
  background: var(--bg-2) !important;
  border-color: var(--accent) !important;
  color: var(--accent-2) !important;
  transform: translateY(-2px);
}
/* Viber dugme — uvek u roze (secondary) sa belim tekstom i belom ikonicom,
   nezavisno od .button-secondary outline override-a iznad. */
.button.button-secondary.viber-btn,
.button-secondary.viber-btn,
a.viber-btn,
.viber-btn {
  background: var(--secondary, #ee3d96) !important;
  color: #ffffff !important;
  border-color: var(--secondary, #ee3d96) !important;
}
.button.button-secondary.viber-btn:hover,
.button-secondary.viber-btn:hover,
a.viber-btn:hover,
.viber-btn:hover {
  background: #d6307d !important;
  color: #ffffff !important;
  border-color: #d6307d !important;
}
.viber-btn img {
  filter: brightness(0) invert(1) !important;
}

/* ===== BLOG kartice (na /blog i /usluge stranice) — izgledaju kao
   .blog-card sa home stranice ============================ */
.blog-text-item,
.service-text-item {
  background: var(--bg-3, #fff) !important;
  border: 1px solid var(--line) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: var(--shadow-sm) !important;
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  position: relative;
  height: 100%;
  padding: 0 !important;
}
.blog-text-item::before,
.service-text-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  z-index: 5;
}
.blog-text-item:hover,
.service-text-item:hover {
  transform: translateY(-6px);
  border-color: rgba(38, 165, 203, 0.3) !important;
  box-shadow: var(--shadow-lg) !important;
}
.blog-text-item:hover::before,
.service-text-item:hover::before {
  transform: scaleX(1);
}
.blog-img-holder {
  position: relative !important;
  aspect-ratio: 16 / 10 !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  background: var(--bg-4) !important;
  flex-shrink: 0;
}
.blog-img-holder > a,
.blog-img-holder > div,
.blog-img-holder picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.blog-img-holder img,
.blog-img-holder a img,
.blog-img-holder div img,
.blog-img-holder picture img,
.blog-img-holder img.w-100,
.blog-img-holder img.h-auto {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  transition: transform 0.5s !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.blog-text-item:hover .blog-img-holder img {
  transform: scale(1.05);
}
.datum-blog {
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  color: var(--accent-2) !important;
  font-family: "Mulish", system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;

  position: absolute !important;
  bottom: 14px !important;
  right: 14px !important;
  left: auto !important;
  top: auto !important;
  z-index: 2;
}
.blog-cont {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
}
.blog-title {
  margin-bottom: 10px !important;
}
.blog-title {
  margin-bottom: 12px !important;
}
.blog-title a,
.blog-title a:hover,
.blog-title a:focus {
  color: var(--fg) !important;
  text-decoration: none !important;
  border: 0 !important;
  background: none !important;
}
.blog-title a:hover {
  color: var(--accent-2) !important;
}
.blog-title,
.blog-title span,
.blog-title.fs-md,
.blog-title a {
  font-family: "Geologica", system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 21px !important; /* 1.5x od description-a (14px) */
  line-height: 1.3 !important;
  letter-spacing: -0.2px;
  -webkit-text-fill-color: currentColor !important;
}
.blog-desc {
  color: var(--fg) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin-bottom: 18px !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-desc b,
.blog-desc strong {
  color: var(--accent-2) !important;
  font-weight: 600 !important;
}
/* Naslov 2 reda max */
.blog-title,
.blog-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Blog body iz redesign home (.blog-body p) takođe ograničen */
.blog-body p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-body h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogLink {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: var(--accent-2) !important;
  text-decoration: none !important;
  font-family: "Mulish", system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px !important;
  transition:
    gap 0.2s,
    color 0.2s;
  margin-top: auto !important;
  padding-top: 14px !important;
  align-self: flex-start;
}
.blogLink:hover {
  gap: 12px;
  color: var(--accent) !important;
}
.blogLink::after {
  content: "→";
}
/* Override - centriranje koje dolazi iz inc-blogs.php (.h-100.d-flex.align-items-center.justify-content-center) */
.blog-text-item .blog-cont .blog-desc + .blogLink {
  margin-top: auto !important;
}

/* ===== TAB MENU (lokacije, cene, vozila, gradovi) — bez outline,
   minimalan Royal stil ============================ */
.nav-tabs {
  border-bottom: 1px solid var(--line) !important;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 !important;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  list-style: none;
}
.nav-tabs .nav-link {
  display: block;
  padding: 12px 20px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  color: var(--fg) !important;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase;

  text-decoration: none;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: var(--accent-2) !important;
  border-color: transparent !important;
  border-bottom-color: rgba(38, 165, 203, 0.3) !important;
  outline: none !important;
  isolation: isolate;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--fg) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid var(--accent) !important;
  font-weight: 600 !important;
}
.nav-tabs .nav-link:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px var(--accent-soft) !important;
}

/* Tabovi — content fade animacija */
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block;
}
.tab-content > .fade {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.tab-content > .fade.show,
.tab-content > .fade.active {
  opacity: 1;
}

/* ===== ACCORDION (FAQ) — dodatno tuning + Royal stil ============================ */
.accordion-flush .accordion-item {
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
}
.accordion-flush .accordion-button {
  border: 0 !important;
  border-radius: 12px !important;
  padding: 18px 22px !important;
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: var(--fg) !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: left;
}
.accordion-flush .accordion-button:hover {
  background: rgba(38, 165, 203, 0.04) !important;
}
.accordion-flush .accordion-button:not(.collapsed) {
  color: var(--accent-2) !important;
  background: rgba(38, 165, 203, 0.06) !important;
  border-radius: 12px 12px 0 0 !important;
}
.accordion-flush .accordion-body {
  padding: 18px 22px 22px !important;
  color: var(--fg);
  line-height: 1.65;
  background: #fff;
}

/* ===== BREADCRUMB ============================ */
.breadcrumb-background {
  background: transparent !important;
  padding: 16px 0 !important;
}
.breadcrumb-background .container-fluid {
  max-width: 1700px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
}
.breadcrumb-background ul.ls-none,
.breadcrumb {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
}
.breadcrumb-background ul li {
  list-style: none;
}
.breadcrumb-background ul li a,
.breadcrumb a,
.breadcrumb-item a {
  color: var(--fg) !important;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-background ul li a:hover,
.breadcrumb a:hover,
.breadcrumb-item a:hover {
  color: var(--accent-2) !important;
}
.breadcrumb-background h1.fs-xl {
  font-family: "Geologica", system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 42px !important;
  letter-spacing: -0.3px !important;
  margin: 8px 0 24px !important;
  text-transform: none !important;
}
.breadcrumb-item.active {
  color: var(--fg) !important;
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/" !important;
  color: var(--muted-2);
  padding: 0 4px;
}
@media (max-width: 960px) {
  .breadcrumb-background .container-fluid {
    padding: 0 24px !important;
  }
}

/* ===== HEADER OVERRIDE (stari .header.fixed-top) — sad nije aktivan
   jer page-* fajlovi koriste redesign header. Ostaje display: none. */

/* ===== Sekcije sa pozadinom — bg-gray-lighter (legacy class) treba sad da bude bg-2 */
.bg-gray-lighter {
  background: var(--bg-2) !important;
}

/* ===== UKLONI text-uppercase svuda na sajtu ===== */
.text-uppercase,
.topbar h1,
.section-title,
.hero-section .hero h2,
.cta-banner h2,
.how-card h4,
.blog-body h3,
.blog-title,
.blog-title span,
.blog-title.fs-md,
.btn,
.button,
.button-primary,
.button-secondary,
.nav-links a,
.test-author .name,
.section-eyebrow,
.about-deco,
.about-deco .small,
.foot-col h5,
.diag-meta-item,
.stat .lbl,
.status-pill,
.blogLink {
  text-transform: none !important;
}

/* ===== Smanji legacy font-size klase za 30% (na drugim stranicama gde se koriste) ===== */
.fs-xxl {
  font-size: 34px !important;
  line-height: 1.1 !important;
}
.fs-xl {
  font-size: 24px !important;
  line-height: 1.2 !important;
}
.fs-lg {
  font-size: 19px !important;
  line-height: 1.3 !important;
}
.fs-xlg {
  font-size: 14px !important;
  line-height: 1.35 !important;
}
@media (min-width: 768px) {
  .fs-xxl {
    font-size: 36px !important;
  }
  .fs-xl {
    font-size: 26px !important;
  }
  .fs-lg {
    font-size: 21px !important;
  }
}
/* Naslovi kategorija (h-tag sa .fs-xl) — duplo veći (npr. "Motor", "Trap" na /usluge) */
h1.fs-xl,
h2.fs-xl,
h3.fs-xl,
h4.fs-xl {
  font-family: "Geologica", system-ui, sans-serif !important;
  font-size: 37px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 24px !important;
}

/* ===== HERO carousel (slider) na home (legacy) — održavamo full-width sliku ===== */
#carouselHero {
  width: 100%;
  overflow: hidden;
}
#carouselHero img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Typography na single stranicama (blog post, usluga, servis, lokacije, gradovi)
   Body tekstovi 15px / 1.7 line-height. Naslovi (h2/h3/h4/h5) u tekstu = 21px,
   identicno kao naslov na blog karticama sa pocetne strane. ===== */
main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 1.1em;
  color: var(--fg);
}

/* Lokacije / gradovi / proizvodjaci / servis-grupna link kartice — Mulish 16px regular
   Pokriva sve sekcije koje koriste .cms-loc-card pattern. */
.cms-loc-card h3,
main .cms-loc-card h3,
main .servis-grupna .cms-loc-card h3 {
  font-family: "Mulish", system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  color: var(--fg) !important;
  margin: 0 !important;
  text-transform: none !important;
}
/* Lista (ul, ol) u contentu */
main
  h3:not(.blog-body h3):not(.modal h3):not(.foot-col h3):not(
    .cms-loc-card h3
  ):not(.timeline-section-title) {
  font-family: VolvoServisRoyal-Bold, sans-serif;
  margin-bottom: 1rem;
}
main
  ul:not(.nav-tabs):not(.nav):not(.nav-links):not(.dropdown-menu):not(
    .breadcrumb
  ):not(.pagination):not(.foot-col ul):not(.foot-grid ul):not(
    .foot-brand ul
  ):not(.ls-none):not(.test-track):not(.hex-wrap):not(.list-unstyled):not(
    .blogs
  ):not(.gallery-row) {
  margin: 0.8em 0 1.2em;
  padding-left: 0;
  list-style: none;
}
main ol {
  margin: 0.8em 0 1.2em;
  padding-left: 1.4em;
}
main
  ul:not(.nav-tabs):not(.nav):not(.nav-links):not(.dropdown-menu):not(
    .breadcrumb
  ):not(.pagination):not(.foot-col ul):not(.foot-grid ul):not(
    .foot-brand ul
  ):not(.ls-none):not(.test-track):not(.hex-wrap):not(.list-unstyled):not(
    .blogs
  ):not(.gallery-row)
  li {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0.6em;
  text-align: left !important;
  text-align-last: left;
}
main ol li {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0.4em;
}
/* Plavi rounded square check marker (kao na home rental sekciji) */
main
  ul:not(.nav-tabs):not(.nav):not(.nav-links):not(.dropdown-menu):not(
    .breadcrumb
  ):not(.pagination):not(.foot-col ul):not(.foot-grid ul):not(
    .foot-brand ul
  ):not(.ls-none):not(.test-track):not(.hex-wrap):not(.list-unstyled):not(
    .blogs
  ):not(.gallery-row)
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background: var(--accent);
  border: 1px solid rgba(38, 165, 203, 0.55);
  border-radius: 6px;
}
/* Beli check unutar plavog kvadrata */
main
  ul:not(.nav-tabs):not(.nav):not(.nav-links):not(.dropdown-menu):not(
    .breadcrumb
  ):not(.pagination):not(.foot-col ul):not(.foot-grid ul):not(
    .foot-brand ul
  ):not(.ls-none):not(.test-track):not(.hex-wrap):not(.list-unstyled):not(
    .blogs
  ):not(.gallery-row)
  li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 11px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
/* Strong i em za naglašavanje */
main p strong,
main li strong {
  color: var(--fg);
  font-weight: 600;
}
main p b,
main li b {
  color: var(--accent-2);
  font-weight: 600;
}
/* Linkovi u tekstu */
main p a:not(.btn):not(.button):not(.blogLink):not(.more) {
  color: var(--accent-2);
  text-decoration: underline;
  text-decoration-color: rgba(38, 165, 203, 0.35);
  text-underline-offset: 3px;
  transition:
    text-decoration-color 0.2s,
    color 0.2s;
}
main p a:not(.btn):not(.button):not(.blogLink):not(.more):hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

/* H1 na breadcrumb / page-title delu (povecana proporcija u odnosu na content) */
main h1,
.breadcrumb-background h1.fs-xl {
  font-family: "Geologica", system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 42px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.4px !important;
  margin: 0 0 24px !important;
  color: var(--fg) !important;
  text-transform: none !important;
}

/* Razmaci u ostalim sekcijama — primenjujem default samo ako nema vec py-* utility */
main
  > section:not([class*="py-"]):not(.hero):not(.hero-section):not(
    .cta-banner
  ):not(.diag-sec):not(.about):not(.how):not(.services):not(.testimonials):not(
    .blog
  ) {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .breadcrumb-background {
    padding: 40px 0 !important;
  }
  main
    > section:not([class*="py-"]):not(.hero):not(.hero-section):not(
      .cta-banner
    ):not(.diag-sec):not(.about):not(.how):not(.services):not(
      .testimonials
    ):not(.blog) {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Hero sekcija (slika sa naslovom) — bez padding-a, da slika ide cela do kraja */
main > section.hero {
  padding: 0 !important;
}
main > section.hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 !important;
  margin: 0 !important;
}
main > section.hero .carousel-caption {
  z-index: 5;
}
main > section.hero .carousel-caption h3,
main > section.hero .carousel-caption h2,
main > section.hero .carousel-caption h1 {
  font-family: "Geologica", system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 42px !important;
  line-height: 1.1 !important;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  margin: 0 0 24px !important;
}

/* Slika u contentu */
main
  img:not(.icon):not([class*="icon-"]):not(.filter-w):not(.filter-p):not(
    .hex-icn
  ):not(.hex-icn img):not(.foot-brand img):not(.foot-brand .logo img):not(
    .logo img
  ):not(.footer-bottom-logo img):not(.close-icon):not(.brand img):not(
    .car-wrap svg
  ):not(.lazyload):not(.icn img) {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0;
}
/* Force ikone klasa da imaju definitivnu veličinu (override za main img pravila) */
.icon,
img.icon {
  width: 16px !important;
  height: 16px !important;
}
.icon-md,
img.icon-md {
  width: 20px !important;
  height: 20px !important;
}
.icon-lg,
img.icon-lg {
  width: 24px !important;
  height: 24px !important;
}
.icon-xl,
img.icon-xl {
  width: 30px !important;
  height: 30px !important;
}
.icon-3xl,
img.icon-3xl {
  width: 60px !important;
  height: 60px !important;
}
.icon-7xl,
img.icon-7xl {
  width: 180px !important;
  height: 55px !important;
}
.icon-md,
.icon-lg,
.icon-xl,
.icon-3xl,
.icon-7xl {
  display: inline-block;
  max-width: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
/* Tab menu na o-nama — ikona iznad teksta, kontejner ne sme da se rasplete */
.nav-tabs .nav-link img {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  flex-shrink: 0 !important;
  margin: 0 0 8px !important;
  border-radius: 0 !important;
}
.nav-tabs .nav-link .d-flex {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ===== BLOG SINGLE (post stranica) ===== */
.blog-single-title {
  font-family: "Geologica", system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 42px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.4px !important;
  color: var(--fg) !important;
  margin: 0 0 24px !important;
  text-transform: none !important;
}
.blog-single-image {
  margin: 0 0 32px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-4);
  aspect-ratio: 16/9;
}
.blog-single-image img,
.blog-single-image picture,
.blog-single-image picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.blog-single-content {
  line-height: 1.75;
}
.blog-single-content > *:first-child {
  margin-top: 0 !important;
}

/* ===== Form polja — popraviti da koriste Royal accent kolor ===== */
.form-control,
.form-control-text-area {
  border: 1px solid var(--line-strong) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-family: "Mulish", system-ui, sans-serif !important;
  font-size: 14px !important;
  transition:
    border-color 0.2s,
    box-shadow 0.2s !important;
}
.form-control:focus,
.form-control-text-area:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px var(--accent-soft) !important;
  outline: 0 !important;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }
  .about-deco {
    font-size: clamp(80px, 16vw, 160px);
    text-align: left;
  }
  .diag-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .test-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .foot-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .foot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .shell,
  .shell-tight {
    padding: 0 24px;
  }
  /* Mobile topbar — H1 centriran, smanji font */
  .topbar-inner {
    padding: 0 16px;
  }
  .topbar h1 {
    font-size: 11px;
  }
  body.has-fixed-header {
    padding-top: calc(var(--topbar-h, 38px) + var(--header-h-mobile, 64px));
  }
  .site-header {
    top: var(--topbar-h, 38px);
  }
  .site-header .top {
    padding: 12px 0;
  }
  .nav-links,
  .nav-cta .phone {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
    justify-content: end;
    right: -3px;
    position: relative;
  }
  .nav-cta .btn {
    font-size: 12px;
  }
  /* Sakri "Zakažite servis" dugme iz header-a na mobile (mobile-fixed-nav ga zamenjuje) */
  .nav-cta .header-cta-btn {
    display: none;
  }
  .logo img {
    height: 40px !important;
  }

  .site-header,
  nav.top {
    border-bottom: 0 !important;
  }

  /* MOBILE NAV: kad je otvoren, slepljen za bottom fixed header-a
     (bez razmaka iznad — prvi link odmah ispod logo+hamburger trake) */
  .nav-links.mobile-open {
    display: flex !important;
    position: fixed !important;
    top: 64px;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: calc(
      100vh - var(--topbar-h, 38px) - var(--header-h-mobile, 64px)
    ) !important;
    height: calc(
      100dvh - var(--topbar-h, 38px) - var(--header-h-mobile, 64px)
    ) !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-top: 1px solid var(--line) !important;
    padding: 0 24px 32px !important;
    flex-direction: column !important;
    gap: 0 !important;
    z-index: 9998 !important;
    box-shadow: none !important;
    overflow-y: auto !important;
    margin: 0 !important;
    list-style: none !important;
    animation: mobileNavFade 0.25s ease-out forwards;
  }
  /* Kad se skroluje (topbar nestaje), mobile-open dolazi do vrha */
  body.is-scrolled .nav-links.mobile-open {
    top: var(--header-h-mobile, 64px) !important;
    height: calc(100vh - var(--header-h-mobile, 64px)) !important;
    height: calc(100dvh - var(--header-h-mobile, 64px)) !important;
  }
  .nav-links.mobile-open li {
    width: 100%;
    border-bottom: 1px solid var(--line);
    padding: 4px 0;
  }
  .nav-links.mobile-open a {
    display: block;
    width: 100%;
    padding: 18px 4px;
    font-size: 18px !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--fg);
  }
  .nav-links.mobile-open a::after {
    display: none !important;
  }
  .nav-links.mobile-open a:hover {
    color: var(--accent-2);
  }
  /* Mobile menu — close X button (zameni hamburger ikonu kad je otvoren) */
  .mobile-menu-btn.is-open {
    z-index: 100;
  }
  @keyframes mobileNavFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* HERO mobile: animacija (vizual) iznad teksta — sprecava horizontalni scroll */
  .hero-section {
    overflow: hidden;
  }
  .hero-section .hero {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto;
    gap: 28px !important;
    padding: 20px 0 !important;
  }
  .hero-section .hero > div:first-child {
    order: 2;
  }
  .hero-section .hero > .visual {
    order: 1;
    max-width: 320px;
    margin: 0 auto;
    padding: 24px;
  }
  /* Skrati chip pozicije da ne izlaze iz vizuelnog okvira */
  .chip.c1 {
    top: 4%;
    left: -2%;
  }
  .chip.c2 {
    top: 16%;
    right: -2%;
  }
  .chip.c3 {
    bottom: 8%;
    left: 2%;
  }
  .gauge {
    bottom: 4%;
    right: 0%;
    width: 92px;
    height: 92px;
  }
  .gauge .val {
    font-size: 22px;
  }
  .stats {
    gap: 16px;
  }
  .stat .num {
    font-size: 28px;
  }
  .marquee-track .brand {
    font-size: 22px;
    gap: 36px;
  }
  .marquee-track {
    gap: 36px;
  }
  .about,
  .how,
  .services,
  .diag-sec,
  .testimonials,
  .blog,
  .cta-banner {
    padding: 60px 0;
  }
  .testimonials,
  .cta-banner {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials .test-shell,
  .cta-banner .cta-shell {
    padding: 0 24px;
  }
  .how-grid,
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* Hex usluge — HORIZONTAL CAROUSEL (mobile only) — KVADRATNE kartice
     2 kartice vidljive + scroll-snap. Stil kao .test-card (kao utisci klijenata). */
  .services .hex-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 20px 16px 4px;
    margin: 0 -16px;
    scroll-padding-left: 16px;
    scrollbar-width: none;
  }
  .services .hex-wrap::-webkit-scrollbar {
    display: none;
  }
  .services .hex-row {
    display: contents !important;
  }
  .services .hex-row.offset {
    margin: 0 !important;
  }
  .services .hex {
    flex: 0 0 calc(50% - 7px) !important;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1 / 1; /* KVADRATNO */
    clip-path: none !important;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: 18px !important;
    box-shadow: var(--shadow-sm);
    transition:
      transform 0.3s,
      border-color 0.3s,
      box-shadow 0.3s;
    scroll-snap-align: start;
    margin: 0 !important;
    overflow: hidden;
  }
  .services .hex::before {
    display: none !important;
    content: none !important;
  }
  .services .hex:hover,
  .services .hex.active {
    transform: translateY(-3px);
    border-color: rgba(38, 165, 203, 0.35) !important;
    box-shadow: var(--shadow-lg);
    filter: none !important;
  }
  .services .hex:hover::before,
  .services .hex.active::before {
    background: transparent !important;
  }
  .services .hex-inner {
    padding: 22px 16px !important;
    gap: 18px !important;
    justify-content: center;
  }
  .services .hex .hex-icn,
  .services .hex .hex-icn img {
    width: 56px !important;
    height: 56px !important;
  }
  .services .hex .hex-icn {
    color: var(--accent) !important;
  }
  .services .hex:hover .hex-icn,
  .services .hex.active .hex-icn {
    color: var(--accent) !important;
    transform: scale(1.05);
  }
  .services .hex .hex-icn img {
    filter: invert(50%) sepia(80%) saturate(1500%) hue-rotate(160deg)
      brightness(95%) contrast(85%) !important;
  }
  .services .hex:hover .hex-icn img,
  .services .hex.active .hex-icn img {
    filter: invert(50%) sepia(80%) saturate(1500%) hue-rotate(160deg)
      brightness(95%) contrast(85%) !important;
  }
  .services .hex .hex-label {
    font-family: "Mulish", system-ui, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--fg) !important;
    line-height: 1.35;
    text-align: center;
  }
  .services .hex:hover .hex-label,
  .services .hex.active .hex-label {
    color: var(--fg) !important;
  }
  .services .hex-wrap::after {
    content: "";
    flex: 0 0 4px;
  }
  /* PREV/NEXT dugmad — na MOBILE leve i desne strane carousel-a (vertikalno centrirane) */
  .services {
    position: relative;
  }
  .services .hex-controls {
    display: flex !important;
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    justify-content: space-between;
    padding: 0 8px;
    margin: 0;
    pointer-events: none;
    z-index: 10;
  }
  .services .hex-btn {
    pointer-events: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line-strong);
    color: var(--fg);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    transition:
      background 0.2s,
      border-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .services .hex-btn:hover,
  .services .hex-btn:active {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    box-shadow: var(--shadow-lg);
  }
  /* Testimonials strelice — isto na MOBILE: leve i desne strane carousel-a */
  .testimonials .test-track-wrap {
    position: relative;
  }
  .testimonials .test-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    margin: 0;
    padding: 0 8px;
    pointer-events: none;
    z-index: 10;
  }
  .testimonials .test-btn {
    pointer-events: auto;
    width: 42px;
    height: 42px;
    box-shadow: var(--shadow-md);
  }
  /* Default desktop hex velicine — preserved out of mobile */
  .hex-row.offset {
    margin-top: -28px;
    margin-bottom: -28px;
  }
  .hex {
    width: 130px;
    height: 145px;
  }
  .hex .hex-label {
    font-size: 11px;
  }
  .hex .hex-icn,
  .hex .hex-icn img {
    width: 32px;
    height: 32px;
  }
  .hex-inner {
    padding: 18px 12px;
    gap: 8px;
  }
  .test-card {
    flex: 0 0 100%;
    min-height: 220px;
    padding: 24px;
  }
  footer.site-footer {
    padding: 50px 0 0;
  }
  .foot-shell {
    padding: 0 24px;
  }

  /* MOBILE FOOTER ACCORDION — svaka .foot-col postaje accordion */
  .foot-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .foot-col {
    border-bottom: 1px solid var(--line);
    padding: 0;
  }
  .foot-col .foot-col-toggle {
    margin: 0 !important;
    padding: 16px 4px !important;
    border-bottom: 0 !important;
    cursor: pointer;
    user-select: none;
  }
  .foot-col .foot-col-arrow {
    display: inline-flex;
  }
  .foot-col.is-open .foot-col-arrow {
    transform: rotate(180deg);
  }
  .foot-col .foot-col-list {
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.35s ease,
      padding 0.35s ease;
    padding: 0 4px;
  }
  .foot-col.is-open .foot-col-list {
    max-height: 600px;
    padding: 0 4px 18px;
  }
  /* Na mobile partneri (i sve ostalo) jedno ispod drugog — bez column-count */
  .foot-col-partneri .foot-col-list,
  .foot-col-partneri.is-open .foot-col-list {
    column-count: 1 !important;
  }
  .two-cols {
    column-count: 1 !important;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .diag-svg-wrap {
    aspect-ratio: 1;
  }
}
@media (max-width: 600px) {
  .hex-row {
    gap: 8px;
  }
  .hex-row.offset {
    margin-top: -22px;
    margin-bottom: -22px;
  }
  .hex {
    width: 100px;
    height: 115px;
  }
  .hex .hex-icn,
  .hex .hex-icn img {
    width: 26px;
    height: 26px;
  }
  .hex .hex-label {
    font-size: 9px;
  }
  .hex-inner {
    padding: 12px 8px;
    gap: 6px;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .foot-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-section .hero h2,
  .section-title,
  .cta-banner h2,
  h1.fs-xl,
  h2.fs-xl,
  h3.fs-xl,
  h4.fs-xl,
  main h1,
  .breadcrumb-background h1.fs-xl,
  main > section.hero .carousel-caption h1,
  main > section.hero .carousel-caption h2,
  main > section.hero .carousel-caption h3,
  .blog-single-title {
    font-size: 26px !important;
  }
}
@media (max-width: 420px) {
  .hex {
    width: 86px;
    height: 98px;
  }
  .hex .hex-label {
    font-size: 8px;
    line-height: 1.2;
  }
  .chip {
    padding: 8px 12px;
    font-size: 11px;
  }
  .chip .ttl {
    font-size: 11px;
  }
  .chip .sub-txt {
    font-size: 9px;
  }
  .gauge {
    width: 100px;
    height: 100px;
  }
  .gauge .val {
    font-size: 22px;
  }
}

main
  h2:not(.section-title):not(.cta-banner h2):not(.hero-section h2):not(
    .modal h2
  ):not(.about-deco):not(.foot-col h2):not(.fs-xl):not(.blog-single-title) {
  font-size: 33px !important;
}

/* ================================================================
   DIAG SECTION — DARK MODE
   Pink samo na: dugme, meta ikonice (clock/shield) i checkmark kvadratići.
   Sve ostalo neutralno (svetlo na tamnoj).
   ================================================================ */
.diag-sec {
  background: #266b82;
  color: #e5e7eb;
}
.diag-sec::before {
  background:
    radial-gradient(
      800px circle at 30% 50%,
      rgba(38, 165, 203, 0.06),
      transparent 60%
    ),
    radial-gradient(
      600px circle at 70% 50%,
      rgba(38, 165, 203, 0.04),
      transparent 60%
    );
}
/* Tekstovi — svetlo na tamnoj, BEZ roze */
.diag-sec .section-eyebrow {
  color: #fff;
}
.diag-sec .section-title,
.diag-sec .section-title .accent,
.diag-sec .section-title strong,
.diag-sec .section-title em {
  color: #f8fafc;
}
.diag-sec .about-body,
.diag-sec .about-body p,
.diag-sec .about-body span {
  color: #fff;
}
.diag-sec .about-body strong,
.diag-sec .about-body b {
  color: #f8fafc;
}

/* Diagnostic visual frame (oko SVG-a) */
.diag-sec .diag-svg-wrap {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #266b82;
  background-size:
    40px 40px,
    40px 40px,
    auto;
  border-color: rgba(255, 255, 255, 0.1);
}
.diag-sec .diag-svg-wrap::after {
  color: #fff;
}
.diag-sec .diag-svg-wrap .corner-text {
  color: #fff;
}
/* SVG zadrzava svoje originalne cyan boje — bez override-a. */

/* Features lista — TEKST svetao, samo checkmark kvadratić roze */
.diag-sec .diag-text .features li {
  color: #fff;
}
.diag-sec .diag-text .features li::before {
  background: #ec4899;
  border-color: rgba(236, 72, 153, 0.55);
}
.diag-sec .diag-text .features li::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.diag-sec .diag-text .features li b,
.diag-sec .diag-text .features li strong {
  color: #f8fafc;
}

/* Meta row (30 MIN / GARANCIJA) — tekst neutralan, ikonice roze */
.diag-sec .diag-meta-item {
  color: #fff;
}
.diag-sec .diag-meta-item svg {
  color: #ec4899;
}

/* CTA button — roze */
.diag-sec .diag-cta-row .btn {
  background: #ec4899;
  color: #ffffff;
}
.diag-sec .diag-cta-row .btn:hover {
  background: #db2777;
}

/* ================================================================
   RENTAL BANNER — 30% popust na zamensko vozilo
   Dark sekcija sa animiranim auto-mobilom na putu
   ================================================================ */
.rental {
  position: relative;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background:
    linear-gradient(
      90deg,
      rgba(10, 14, 21, 0.88) 0%,
      rgba(10, 14, 21, 0.55) 55%,
      rgba(10, 14, 21, 0.15) 100%
    ),
    url("/images/rental/rental-bg.webp") center center / cover no-repeat,
    linear-gradient(135deg, #0a0e15 0%, #131a26 50%, #0a0e15 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.rental-bg-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(
    ellipse 80% 70% at 50% 50%,
    black 30%,
    transparent 80%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 70% at 50% 50%,
    black 30%,
    transparent 80%
  );
}
.rental-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  left: 70%;
  top: 30%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(38, 165, 203, 0.18),
    transparent 60%
  );
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}

.rental-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 640px);
  gap: 70px;
  align-items: center;
}

/* === LEFT: tekst === */
.rental-eyebrow {
  color: var(--accent) !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}
.rental-live {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow:
    0 0 12px #22c55e,
    0 0 24px rgba(34, 197, 94, 0.4);
  animation: rentalLivePulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes rentalLivePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}
.rental-text .section-title {
  color: #fff;
  margin-top: 18px;
}
.rental-text .section-title .accent {
  color: var(--accent);
  letter-spacing: -2px;
  display: inline-block;
  margin-right: 4px;
}
.rental-text .section-sub {
  color: rgba(255, 255, 255, 100);
  margin-top: 0;
  max-width: 500px;
}
.rental-feats {
  margin-top: 32px;
}
.rental-feats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.rental-feats li {
  position: relative;
  padding-left: 42px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  line-height: 1.55;
}
/* Plavi rounded square — isti kao u Dijagnostici (samo plavi umesto pink) */
.rental-feats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: var(--accent);
  border: 1px solid rgba(38, 165, 203, 0.55);
  border-radius: 7px;
}
/* Beli check — centriran u pixel-precizno na sredini box-a */
.rental-feats li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
/* Bold deo unutar <li> — npr. <b>Bez</b> skrivenih troškova */
.rental-feats li b,
.rental-feats li strong {
  color: #fff;
  font-weight: 700;
}
.rental-cta-row {
  margin-top: 40px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.rental-btn-ghost {
  border-color: #ec4899 !important;
  color: #fff !important;
  background: #ec4899 !important;
}
.rental-btn-ghost:hover {
  background: #db2777 !important;
  border-color: #db2777 !important;
  box-shadow: 0 12px 28px rgba(236, 72, 153, 0.35) !important;
}

/* === RIGHT: animirana scena === */
.rental-visual {
  position: relative;
  height: 480px;
}

/* Veliki -30% kruzni badge — top-left preko tamnog gradient dela */
.rental-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 6;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #4ec5e6, #1a7d99 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 20px 50px rgba(38, 165, 203, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 -8px 20px rgba(0, 0, 0, 0.2);
  transform: rotate(-8deg);
}
.rental-badge-pct {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.rental-badge-lbl {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 2.5px;
  margin-top: 6px;
  font-weight: 600;
}
@keyframes rentalBadgeFloat {
  0%,
  100% {
    transform: rotate(-8deg) translateY(0);
  }
  50% {
    transform: rotate(-8deg) translateY(-10px);
  }
}
@keyframes rentalBadgeSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Chip dizajn (odometer + speedo) */
.rental-chip {
  position: absolute;
  z-index: 5;
  background: rgba(15, 23, 42, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.rental-odo {
  top: 24px;
  right: 24px;
  min-width: 130px;
}
.rental-chip-lbl {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 9px;
  color: var(--accent);

  font-weight: 600;
}
.rental-chip-val {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-top: 2px;
}
.rental-chip-val span {
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 4px;
}

/* === RENTAL VISUAL SCENA — jedna composite slika + badge + marquee === */

.rental-visual {
  background-image: url("/images/rental/scene.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* SAVE label u badge-u (gornja linija) */
.rental-badge-save {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 3px;
  margin-bottom: 2px;
}

/* Marquee — promo strip skrolira duž dna scene */
.rental-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  z-index: 6;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(38, 165, 203, 0.25);
  border-bottom: 1px solid rgba(38, 165, 203, 0.25);
  display: flex;
  align-items: center;
}
.rental-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: rentalMarquee 22s linear infinite;
}
.rental-marquee-item {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 2.5px;
  padding: 0 14px;
  text-transform: uppercase;
}
.rental-marquee-item:nth-child(2n + 1) {
  color: var(--accent);
}
.rental-marquee-dot {
  color: rgba(38, 165, 203, 0.65);
  font-size: 14px;
  user-select: none;
}
@keyframes rentalMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* === Responsive === */
@media (max-width: 992px) {
  .rental {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background:
      linear-gradient(
        180deg,
        rgba(10, 14, 21, 0.88) 0%,
        rgba(10, 14, 21, 0.7) 60%,
        rgba(10, 14, 21, 0.55) 100%
      ),
      url("/images/rental/rental-bg.webp") center center / cover no-repeat,
      linear-gradient(135deg, #0a0e15 0%, #131a26 50%, #0a0e15 100%);
  }
  .rental-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .rental {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

/* Reduced motion fallback */
@media (prefers-reduced-motion: reduce) {
  .rental-live {
    animation: none !important;
  }
}

.mobile-menu-btn svg line {
  transform-box: fill-box;
  transform-origin: center;
  stroke-linecap: round;
  transition:
    transform 0.4s cubic-bezier(0.65, 0, 0.35, 1),
    opacity 0.2s ease;
}

/* gornja linija → spušta se u centar pa rotira */
.mobile-menu-btn.is-open svg line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

/* srednja linija → nestaje */
.mobile-menu-btn.is-open svg line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

/* donja linija → diže se u centar pa rotira */
.mobile-menu-btn.is-open svg line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ceo meni klizi odozdo nagore */
.nav-links.mobile-open {
  animation: mobileNavSlideUp 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards !important;
}

@keyframes mobileNavSlideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-not-last h3,
.text-not-last h4 {
  font-size: 18px;
  font-family: "Geologica";
  margin-top: 1rem;
  margin-bottom: 0.25rem !important;
}

.text-hero p {
  margin-bottom: 1rem !important;
}

.text-hero p:last-of-type {
  margin-bottom: 0 !important;
}

.text-not-last a {
  color: var(--accent-deep) !important;
  border-bottom: 1px solid var(--accent-deep) !important;
  text-decoration: none !important;
}
.text-not-last a:hover {
  color: #ec4899 !important;
  border-bottom: 1px solid #ec4899 !important;
  text-decoration: none !important;
}

.map-wrapper {
  position: relative;
  z-index: 0;
}

/* =================================================
   Auto-servis landing — zajednički CSS za:
   - inc-seo-stranice.php (Lokacije)
   - inc-proizvodjaci.php (Vozila/Brendovi)
   - inc-servis.php       (Tipovi servisa)
   ================================================= */

.auto-servis-landing {
  --as-primary: #26a5cb;
  --as-primary-dark: #1d8bb0;
  --as-primary-light: #d6eef5;
  --as-primary-lighter: #ecf7fb;
  --as-secondary: #ce5d3b;
  --as-gray: #b7b7b7;
  --as-gray-light: #f4f6f9;
  --as-text: #161616;
  --as-white: #ffffff;
  --as-header-h: calc(var(--topbar-h, 38px) + var(--header-h, 80px));
}
@media (max-width: 991.98px) {
  .auto-servis-landing {
    --as-header-h: calc(var(--topbar-h, 38px) + var(--header-h-mobile, 64px));
  }
}
body.is-scrolled .auto-servis-landing {
  --as-header-h: var(--header-h, 80px);
}
@media (max-width: 991.98px) {
  body.is-scrolled .auto-servis-landing {
    --as-header-h: var(--header-h-mobile, 64px);
  }
}

/* ===== SIDEBAR NAV (desktop) ===== */
.auto-servis-landing .timeline-navigation.sticky-nav {
  position: sticky;
  top: 120px;
  max-height: calc(100vh - var(--as-header-h) - 40px);
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--as-white);
  border-radius: 4px;
  transition:
    top 0.35s cubic-bezier(0.7, 0, 0.3, 1),
    max-height 0.35s cubic-bezier(0.7, 0, 0.3, 1);
}
.auto-servis-landing .timeline-navigation::-webkit-scrollbar {
  width: 6px;
}
.auto-servis-landing .timeline-navigation::-webkit-scrollbar-track {
  background: transparent;
}
.auto-servis-landing .timeline-navigation::-webkit-scrollbar-thumb {
  background: var(--as-primary);
  border-radius: 3px;
}

.auto-servis-landing .anchor-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition:
    background 0.2s ease-out,
    color 0.2s ease-out;
  padding: 0;
  cursor: pointer;
}
.auto-servis-landing .anchor-link:last-child {
  border-bottom: none;
}

.auto-servis-landing .anchor-icon-holder {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--as-primary);
  transition: color 0.2s ease-out;
}
.auto-servis-landing .anchor-icon-svg {
  width: 26px;
  height: 26px;
  display: block;
  filter: invert(57%) sepia(86%) saturate(354%) hue-rotate(150deg)
    brightness(91%) contrast(89%);
  transition: filter 0.2s ease-out;
}
.auto-servis-landing .anchor-link.active .anchor-icon-svg {
  filter: brightness(0) invert(1);
}

.auto-servis-landing .anchor-link .link-text {
  color: var(--as-primary);
  font-size: 16px;
  padding: 0.5rem 0.75rem 0.5rem 0;
  line-height: 1.25;
  margin-bottom: 0;
  transition: color 0.2s ease-out;
}
.auto-servis-landing .anchor-link:hover {
  background: var(--as-gray-light);
}
.auto-servis-landing .anchor-link:hover .anchor-icon-holder,
.auto-servis-landing .anchor-link:hover .link-text {
  color: var(--as-primary-dark);
}
.auto-servis-landing .anchor-link.active {
  background: var(--as-primary) !important;
}
.auto-servis-landing .anchor-link.active .anchor-icon-holder,
.auto-servis-landing .anchor-link.active .link-text {
  color: var(--as-white) !important;
}

/* ===== MOBILE NAV ===== */
.auto-servis-landing .mobile-navigation-landing {
  background: #f4f6fa !important;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 1.5rem;
  position: sticky;
  top: calc(var(--topbar-h, 38px) + var(--header-h-mobile, 64px));
  z-index: 50;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  transition: top 0.35s cubic-bezier(0.7, 0, 0.3, 1);
}
body.is-scrolled .auto-servis-landing .mobile-navigation-landing {
  top: 63px;
}

.auto-servis-landing .triggerNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  cursor: pointer;
  color: var(--as-primary);
  font-weight: 600;
  gap: 1rem;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 16px;
  box-shadow: rgba(15, 23, 42, 0.06) 0px 2px 14px;
}
.auto-servis-landing .triggerNav:focus {
  outline: 0;
}
.auto-servis-landing .triggerNav .link-text {
  color: var(--as-primary);
  flex: 1;
}

.auto-servis-landing .mobile-nav .anchor-link {
  padding-left: 0.5rem;
}

.auto-servis-landing .burger-icon {
  color: var(--as-primary);
  display: inline-flex;
  align-items: center;
}

.auto-servis-landing .mobile-nav {
  display: none;
  border-top: 1px solid var(--as-gray);
  max-height: 60vh;
  overflow-y: auto;
}
.auto-servis-landing .mobile-navigation-landing.active .mobile-nav {
  display: block;
}

/* Burger SVG → X animacija */
.auto-servis-landing .triggerNav .burger-icon svg line {
  transform-box: fill-box;
  transform-origin: center;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}
.auto-servis-landing
  .mobile-navigation-landing.active
  .triggerNav
  .burger-icon
  svg
  line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.auto-servis-landing
  .mobile-navigation-landing.active
  .triggerNav
  .burger-icon
  svg
  line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.auto-servis-landing
  .mobile-navigation-landing.active
  .triggerNav
  .burger-icon
  svg
  line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ===== TIMELINE SEKCIJE ===== */
.auto-servis-landing .timeline-section {
  background-color: #f4f6fa !important;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  border-left: 4px solid var(--as-primary);
  scroll-margin-top: calc(var(--as-header-h) + 20px);
}
.auto-servis-landing .timeline-section p {
  text-align: justify;
  color: #2c2c2c;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.auto-servis-landing .timeline-section h3,
.auto-servis-landing .timeline-section .timeline-section-title {
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.3px;
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .auto-servis-landing .timeline-section {
    padding: 1.75rem;
  }
}
@media (min-width: 992px) {
  .auto-servis-landing .timeline-section {
    padding: 2.25rem;
    margin-bottom: 2rem;
  }
  .auto-servis-landing .timeline-section h3,
  .auto-servis-landing .timeline-section .timeline-section-title {
    font-size: 30px;
  }
  .auto-servis-landing .anchor-icon-holder {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 20px;
  }
  .auto-servis-landing .anchor-icon-svg {
    width: 30px;
    height: 30px;
  }
}

/* ===== Feature item / Lokacija ===== */
.auto-servis-landing .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
.auto-servis-landing .feature-item:last-child {
  margin-bottom: 0;
}
.auto-servis-landing .list-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background-color: var(--as-primary);
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--as-white);
  font-size: 18px;
}
.auto-servis-landing .feature-item h5 {
  color: var(--as-primary);
  font-weight: 700;
  margin-bottom: 0.35rem;
  font-size: 16px;
}
.auto-servis-landing .feature-item p {
  margin-bottom: 0;
}

.auto-servis-landing .map-wrapper {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--as-gray);
}
.auto-servis-landing #locMap,
.auto-servis-landing #servisMap {
  width: 100%;
  height: 320px;
}
.auto-servis-landing .map-wrapper iframe {
  width: 100%;
  height: 320px;
  display: block;
  border: 0;
}
@media (min-width: 768px) {
  .auto-servis-landing .map-wrapper iframe {
    height: 380px;
  }
}

/* ===== Akcije CTA ===== */
.auto-servis-landing .akcije-cta-btn,
.auto-servis-landing .akcije-cta-btn:focus {
  background: #ec4899 !important;
  border-color: #ec4899 !important;
  color: #fff !important;
  height: 65px !important;
}
.auto-servis-landing .akcije-cta-btn:hover {
  background: #db2777 !important;
  border-color: #db2777 !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(236, 72, 153, 0.35) !important;
}

/* ===== inc-servis: switch-case sekcije ===== */
.auto-servis-landing .price-block {
  background: var(--as-white);
  padding: 1.5rem;
  border-radius: 6px;
  border: 1px solid var(--as-gray);
}
.auto-servis-landing .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  gap: 1rem;
  flex-wrap: wrap;
}
.auto-servis-landing .price-item:last-child {
  border-bottom: none;
}
.auto-servis-landing .price-item > div:last-child {
  white-space: nowrap;
}
.auto-servis-landing .cena {
  font-size: 20px;
  color: var(--as-secondary);
  font-weight: 700;
}
.auto-servis-landing .cena-black {
  font-size: 16px;
  color: var(--as-text);
  text-decoration: line-through;
  opacity: 0.55;
  margin-right: 0.5rem;
}
.auto-servis-landing .why-card {
  background: var(--as-white);
  border: 1px solid var(--as-gray);
  border-radius: 6px;
  padding: 1.5rem;
  height: 100%;
  transition:
    transform 0.25s ease-out,
    box-shadow 0.25s ease-out;
}
.auto-servis-landing .why-card:hover {
  transform: translateY(-4px);
}
.auto-servis-landing .why-card .blok-number {
  color: var(--as-primary);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 1rem;
  font-family: ChakraPetch-Bold, sans-serif;
}
.auto-servis-landing .why-card h5 {
  color: var(--as-text);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 17px;
}
.auto-servis-landing .discount-badge {
  background: var(--as-secondary);
  color: var(--as-white);
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
}
.auto-servis-landing .discount-badge .pct {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}
.auto-servis-landing .stat-num {
  color: var(--as-primary);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
}
.auto-servis-landing .contact-block {
  background: var(--as-white);
  border-radius: 6px;
  padding: 1.5rem;
  border: 1px solid var(--as-gray);
}
.auto-servis-landing .contact-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  text-decoration: none;
  color: var(--as-text);
}
.auto-servis-landing .contact-row:hover {
  color: var(--as-primary);
}
@media (min-width: 992px) {
  .auto-servis-landing .price-block {
    padding: 2rem;
  }
  .auto-servis-landing .contact-block {
    padding: 2rem;
  }
  .auto-servis-landing .why-card {
    padding: 1.75rem;
  }
  .auto-servis-landing .why-card .blok-number {
    font-size: 34px;
  }
  .auto-servis-landing .why-card h5 {
    font-size: 18px;
  }
  .auto-servis-landing .discount-badge .pct {
    font-size: 64px;
  }
  .auto-servis-landing .stat-num {
    font-size: 36px;
  }
}

/* ===== Hero flush (inc-servis) ===== */
.servis-hero-flush {
  margin-top: calc(-1 * (var(--topbar-h, 38px) + var(--header-h, 80px)));
  padding-top: calc(var(--topbar-h, 38px) + var(--header-h, 80px));
}
@media (max-width: 960px) {
  .servis-hero-flush {
    margin-top: calc(
      -1 * (var(--topbar-h, 38px) + var(--header-h-mobile, 64px))
    );
    padding-top: calc(var(--topbar-h, 38px) + var(--header-h-mobile, 64px));
  }
}
.servis-hero-flush .object-kvadrat {
  border-radius: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servis-cta-row .viber-btn img {
  display: inline-block;
}
@media (max-width: 571px) {
  .object-kvadrat {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

/* ===== Read-more toggle (inc-servis prvi timeline) ===== */
.read-more-toggle,
.read-more-toggle:hover,
.read-more-toggle .read-more-label {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
.read-more-toggle .read-more-label {
  letter-spacing: 1.2px;
  color: var(--as-primary);
}
.read-more-toggle .read-more-arrow {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  transition: transform 0.3s ease-in-out;
}
.read-more-toggle .read-more-arrow.rotate-180 {
  transform: rotate(180deg);
}

.about-text {
  max-height: 3335px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.about-text.hidden {
  max-height: 195px;
  position: relative;
}
.about-text.hidden::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(
    to bottom,
    rgba(243, 243, 243, 0),
    rgba(243, 243, 243, 1) 90%
  );
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .about-text {
    max-height: 1135px;
  }
  .about-text.hidden {
    max-height: 160px;
  }
}
