@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

:root {
  --medianno-dark: #3f109f;
  --medianno-dark-transparent: #40109f49;
  --medianno-red: #5f22d9;
  --medianno-red-halflight: #957ce5;
  --medianno-red-light: #e4e2f5;
  --medianno-red-doublelight: #f6f5fc;
  --medianno-text: #364153;
  --medianno-text-dark: #070611;
  --medianno-paragrahp: #6f6f6f;
  --medianno-red-medium: #716060;
  --color-grey-600: oklch(44.6% .03 256.802);
  --color-gray-50: oklch(98.5% .002 247.839);
  --spacing: .22rem; }

@media screen and (min-width: 1400px) {
  :root {
    --spacing: .25rem; } }
html {
  color: #000;
  font-size: 16px;
  line-height: 1; }

@media screen and (min-width: 2000px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px; } }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--medianno-text-dark);
  font-family: "DM Sans";
  font-weight: 700;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: linear; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #000;
    font-family: "Roboto";
    font-weight: 700;
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: linear; }
    h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
    .h1 a:visited, .h2 a:visited, .h3 a:visited, .h4 a:visited, .h5 a:visited, .h6 a:visited {
      color: #000; }

h1, .h1 {
  font-size: 2.5rem; }
  @media screen and (min-width: 576px) {
    h1, .h1 {
      font-size: 2.875rem; } }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 3.25rem; } }

h2, .h2 {
  font-size: 2rem; }
  @media screen and (min-width: 576px) {
    h2, .h2 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 2.5rem; } }

h3, .h3 {
  font-size: 1.5rem; }
  @media screen and (min-width: 576px) {
    h3, .h3 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 2rem; } }

h4, .h4 {
  font-size: 1.2rem; }
  @media screen and (min-width: 576px) {
    h4, .h4 {
      font-size: 1.35rem; } }
  @media screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.1rem; }
  @media screen and (min-width: 576px) {
    h5, .h5 {
      font-size: 1.2rem; } }

h6, .h6 {
  font-size: 1.1rem; }

.single h1, .single h2, .single h3, .single h4, .single h5, .single h6, .page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-family: "DM Sans"; }
.single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6, .page .entry-content h1, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content h6 {
  margin-bottom: .75rem;
  margin-top: 1.75rem;
  letter-spacing: -0.65px; }

.post-single-content .entry-content h1, .post-single-content .entry-content .h1 {
  font-size: 2rem; }
  @media screen and (min-width: 576px) {
    .post-single-content .entry-content h1, .post-single-content .entry-content .h1 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 768px) {
    .post-single-content .entry-content h1, .post-single-content .entry-content .h1 {
      font-size: 2.5rem; } }
.post-single-content .entry-content h2, .post-single-content .entry-content .h2 {
  font-size: 1.5rem; }
  @media screen and (min-width: 576px) {
    .post-single-content .entry-content h2, .post-single-content .entry-content .h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 768px) {
    .post-single-content .entry-content h2, .post-single-content .entry-content .h2 {
      font-size: 2rem; } }
.post-single-content .entry-content h3, .post-single-content .entry-content .h3 {
  font-size: 1.25rem; }
  @media screen and (min-width: 768px) {
    .post-single-content .entry-content h3, .post-single-content .entry-content .h3 {
      font-size: 1.5rem; } }
.post-single-content .entry-content h4, .post-single-content .entry-content .h4 {
  font-size: 1.1rem; }
  @media screen and (min-width: 768px) {
    .post-single-content .entry-content h4, .post-single-content .entry-content .h4 {
      font-size: 1.2rem; } }
.post-single-content .entry-content h5, .post-single-content .entry-content .h5 {
  font-size: 1rem; }
  @media screen and (min-width: 576px) {
    .post-single-content .entry-content h5, .post-single-content .entry-content .h5 {
      font-size: 1.1rem; } }
.post-single-content .entry-content h6, .post-single-content .entry-content .h6 {
  font-size: 1rem; }

p {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: var(--medianno-paragrahp);
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.25rem; }

ul li {
  font-family: "Roboto";
  font-weight: 400;
  color: var(--medianno-paragrahp);
  font-size: 1.125rem;
  line-height: 1.75rem; }

blockqoute {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  display: block;
  background: rgba(53, 0, 0, 0.015);
  border-left: 5px solid rgba(95, 34, 217, 0.2); }
  blockqoute p {
    font-style: italic;
    opacity: 0.9; }
  blockqoute cite {
    color: var(--medianno-text-dark);
    font-style: italic;
    opacity: 0.9; }

a {
  text-decoration: none; }

span.naslov {
  font-family: "DM Sans";
  font-weight: 500;
  color: var(--medianno-red);
  letter-spacing: 0.8px;
  font-size: 1.25rem;
  line-height: 1.25rem; }

.btn {
  border-radius: 1rem;
  border: 1px solid var(--medianno-red);
  padding: 1rem 2rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  color: var(--medianno-red); }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn.btn-medianno {
    color: white;
    background-color: var(--medianno-red); }
    .btn.btn-medianno i {
      font-size: 0.85rem;
      margin-left: 0.75rem; }
  .btn:hover {
    color: white;
    background-color: var(--medianno-dark);
    border-color: var(--medianno-dark); }

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--medianno-red, #0000001a), 0 4px 6px -4px var(--medianno-red, #0000001a);
  box-shadow: var(--medianno-red), var(--medianno-red), var(--medianno-red), var(--medianno-red), var(--medianno-red);
  box-shadow: 0 1rem 3rem var(--medianno-dark-transparent) !important; }

.img-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .img-container img, .img-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

:focus {
  outline: none !important;
  box-shadow: none !important; }

::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  opacity: 1 !important; }

::-webkit-input-placeholder, ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 20px; }

ul.info-list {
  display: block;
  text-align: left;
  padding: 0; }
  ul.info-list li {
    clear: both;
    margin-bottom: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    ul.info-list li .back {
      background-color: var(--medianno-red);
      margin-right: 15px;
      height: 44px;
      width: 44px;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 44px; }
      ul.info-list li .back i {
        color: white; }
    ul.info-list li p {
      font-size: 0.9rem;
      line-height: 1.125rem;
      margin: 0; }

.wp-tags {
  margin-top: 2rem; }
  .wp-tags ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .wp-tags ul li {
      display: inline-flex;
      border-radius: 16px;
      background-color: rgba(53, 0, 0, 0.05);
      margin-right: 8px;
      margin-bottom: 10px; }
      .wp-tags ul li a {
        font-size: 0.875rem;
        color: var(--medianno-text);
        padding: 5px 8px;
        text-transform: lowercase; }
        .wp-tags ul li a:before {
          content: "#";
          margin-right: 3px;
          font-weight: 700;
          color: var(--medianno-red);
          position: relative;
          bottom: -1px; }

nav.pagination {
  justify-content: center; }
  nav.pagination .nav-links {
    background-color: var(--medianno-red-light);
    padding: 10px 30px;
    border-radius: 30px; }
    nav.pagination .nav-links a {
      color: var(--medianno-red); }
    nav.pagination .nav-links a:not(.prev),
    nav.pagination .nav-links a:not(.next),
    nav.pagination .nav-links span {
      font-family: "Roboto"; }
    nav.pagination .nav-links .page-numbers {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      margin: 0 5px; }
      nav.pagination .nav-links .page-numbers.current, nav.pagination .nav-links .page-numbers:hover {
        background-color: var(--medianno-red);
        color: var(--medianno-red-light); }
      nav.pagination .nav-links .page-numbers:first-child {
        margin-left: 0; }
      nav.pagination .nav-links .page-numbers:last-child {
        margin-right: 0; }
      nav.pagination .nav-links .page-numbers.dots {
        color: var(--medianno-red); }
        nav.pagination .nav-links .page-numbers.dots:hover {
          background-color: transparent; }

picture {
  display: block; }

#cookie-law-info-bar {
  padding: 35px !important;
  font-family: "Roboto" !important; }

#cookie-law-info-bar p {
  font-size: 1rem;
  text-align: left; }

.cli-bar-btn_container {
  margin-left: 0; }

.cli-plugin-button {
  margin-top: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

#page.site {
  display: flex;
  flex-wrap: wrap;
  justify-content: end; }
  @media (min-width: 768px) {
    #page.site {
      justify-content: center; } }

@media (max-width: 767px) {
  #main_nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: var(--medianno-red-light);
    z-index: 50; }
    #main_nav:not(.show) {
      height: 0; }
      #main_nav:not(.show) ul {
        display: none; }
    #main_nav.show {
      display: flex;
      justify-content: center; }
      #main_nav.show ul li {
        padding: 25px 0; }

  button.navbar-toggler {
    z-index: 51; }

  header.header {
    position: absolute;
    width: 100%;
    height: 100vh; }

  .navbar > .container {
    justify-content: end; } }
#primary.site-main {
  width: 100%; }

section {
  padding: 65px 0; }
  @media screen and (min-width: 576px) {
    section {
      padding: 75px 0; } }
  section .section-header {
    margin-bottom: 60px; }
    @media screen and (min-width: 576px) {
      section .section-header {
        margin-bottom: 80px; } }
    section .section-header span.small-title {
      font-family: "DM Sans";
      font-weight: 500;
      font-size: 1.25rem;
      text-transform: uppercase;
      color: var(--medianno-red);
      margin-bottom: 1.875rem;
      text-align: center;
      display: block; }
    section .section-header h2.section-title {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 1rem; }
      @media screen and (min-width: 576px) {
        section .section-header h2.section-title {
          font-size: 3rem;
          margin-bottom: 1.5rem; } }
    section .section-header p.section-description {
      text-align: center;
      font-weight: 300;
      line-height: 1.5rem;
      color: var(--medianno-text);
      max-width: 560px;
      display: block;
      margin: 0 auto;
      font-size: 1rem; }
      @media screen and (min-width: 576px) {
        section .section-header p.section-description {
          font-size: 1.125rem; } }

header.header {
  position: absolute;
  width: 100%;
  margin-top: 35px; }
  header.header .header-logo {
    display: flex;
    align-items: center; }
    header.header .header-logo img {
      width: 200px;
      height: auto; }
  header.header #main_nav {
    justify-content: end; }
  header.header nav.navbar ul.navbar-nav li {
    align-content: center; }
    @media screen and (min-width: 992px) {
      header.header nav.navbar ul.navbar-nav li {
        margin-right: 45px; } }
    header.header nav.navbar ul.navbar-nav li a {
      font-family: "DM Sans";
      font-size: 1.1rem;
      color: var(--medianno-text-dark);
      padding: 0; }
      header.header nav.navbar ul.navbar-nav li a:hover {
        color: var(--medianno-red); }
    header.header nav.navbar ul.navbar-nav li:last-child {
      margin-right: 0; }
    header.header nav.navbar ul.navbar-nav li.medianno-button {
      background-color: var(--medianno-red);
      padding: 8px 12px;
      border-radius: 10px; }
      header.header nav.navbar ul.navbar-nav li.medianno-button a {
        color: white; }
      header.header nav.navbar ul.navbar-nav li.medianno-button:hover {
        background-color: var(--medianno-dark); }

section.intro {
  background-color: var(--medianno-red-light);
  padding: 220px 0 175px; }
  @media screen and (min-width: 576px) {
    section.intro {
      padding: 225px 0 140px; } }
  section.intro .container-intro {
    align-items: center;
    display: flex; }
  section.intro .intro-container {
    display: flex;
    flex-direction: column; }
  section.intro h1 {
    margin-top: 1.75rem;
    margin-bottom: 2rem;
    line-height: 3.5rem; }
  section.intro p {
    line-height: 1.5rem;
    color: var(--medianno-text);
    max-width: 475px;
    margin-bottom: 2rem;
    font-weight: 300; }
  section.intro img {
    width: 100%;
    height: auto; }
  section.intro .buttons {
    margin-bottom: 1.2rem; }
    section.intro .buttons .btn {
      margin-left: 1rem; }
      section.intro .buttons .btn:first-child {
        margin-left: 0; }
  section.intro .reviews {
    display: flex;
    align-items: center; }
    section.intro .reviews .stars {
      display: flex;
      align-items: center;
      padding-bottom: 6px; }
      section.intro .reviews .stars img {
        height: auto;
        width: 92px; }
    section.intro .reviews .clients {
      display: flex;
      align-items: center;
      margin-left: 20px; }
      section.intro .reviews .clients a {
        color: var(--medianno-text-dark); }

section.services {
  padding-top: 100px; }
  @media screen and (min-width: 576px) {
    section.services {
      padding-top: 150px; } }
  section.services .row {
    margin-left: 0;
    margin-right: 0; }
  section.services .items .item {
    margin-bottom: 30px; }
    section.services .items .item .card {
      position: relative;
      z-index: 1;
      width: 100%;
      padding: 45px 35px;
      border: none;
      border-radius: 2px;
      background-color: white;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(53, 0, 0, 0.1);
      box-shadow: 0px 0px 15px 0px rgba(53, 0, 0, 0.1);
      transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
      transition-duration: 0.4s;
      transition-property: opacity, transform; }
      @media screen and (min-width: 576px) {
        section.services .items .item .card {
          padding: 55px; } }
      section.services .items .item .card.featured:before {
        position: absolute;
        z-index: -1;
        content: '';
        width: calc(50% + 10px);
        height: calc(50% + 10px);
        border: none;
        background-image: -webkit-linear-gradient(45deg, #6c3fd8 15%, var(--medianno-red) 65%);
        background-image: linear-gradient(45deg, #6c3fd8 15%, var(--medianno-red) 65%);
        transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition-duration: 0.4s;
        transition-property: opacity, transform;
        opacity: 0; }
      section.services .items .item .card.featured:after {
        position: absolute;
        z-index: -1;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none;
        background-color: inherit; }
    section.services .items .item:first-child .card.featured:before {
      top: -10px;
      right: 0;
      bottom: 0;
      left: -10px;
      opacity: 1; }
    section.services .items .item:last-child .card.featured:before {
      right: -10px;
      bottom: -10px;
      opacity: 1; }
    section.services .items .item i:not(.fa-arrow-right) {
      font-size: 2.5rem;
      color: var(--medianno-red);
      margin-bottom: 25px; }
      @media screen and (min-width: 576px) {
        section.services .items .item i:not(.fa-arrow-right) {
          font-size: 2.75rem;
          margin-bottom: 35px; } }
    section.services .items .item h4 {
      margin-bottom: 25px; }
      @media screen and (min-width: 576px) {
        section.services .items .item h4 {
          margin-bottom: 35px; } }
    section.services .items .item p {
      font-family: "DM Sans";
      color: var(--medianno-red-medium);
      margin-bottom: 0.75rem;
      font-size: 0.9rem; }
      @media screen and (min-width: 576px) {
        section.services .items .item p {
          margin-bottom: 1.25rem; } }
      @media screen and (min-width: 2000px) {
        section.services .items .item p {
          font-size: 1rem; } }
    section.services .items .item i.fa-arrow-right {
      border: 1px solid rgba(53, 0, 0, 0.2);
      border-radius: 50%;
      padding: 10px 11px;
      font-size: 8px;
      color: rgba(53, 0, 0, 0.5); }
    section.services .items .item:hover .card {
      background: -webkit-linear-gradient(45deg, #6c3fd8 15%, var(--medianno-red) 65%);
      background: linear-gradient(45deg, #6c3fd8 15%, var(--medianno-red) 65%);
      transform: translateY(-7.5px); }
      section.services .items .item:hover .card i, section.services .items .item:hover .card h4, section.services .items .item:hover .card p {
        color: white; }
      section.services .items .item:hover .card i {
        border-color: white; }
    section.services .items .item:first-child .card.featured:hover:before, section.services .items .item:last-child .card.featured:hover:before {
      width: 100%;
      height: 100%;
      opacity: 0.5; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      section.services .items .item:nth-child(2) .card p {
        padding: 0 15px; } }
    @media screen and (min-width: 1200px) and (max-width: 1399px) {
      section.services .items .item:nth-child(2) .card p {
        padding: 0 15px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      section.services .items .item:nth-child(4) .card {
        padding: 55px 30px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      section.services .items .item:nth-child(6) .card {
        padding: 55px 30px; } }
    @media screen and (min-width: 1200px) and (max-width: 1399px) {
      section.services .items .item:nth-child(6) .card {
        padding: 55px 30px; }
        section.services .items .item:nth-child(6) .card p {
          padding: 0 15px; } }

section.portfolio .section-header {
  margin-bottom: 0; }
section.portfolio .portfolio-outer-cont {
  padding-bottom: 40px; }
section.portfolio .item {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (min-width: 576px) {
    section.portfolio .item {
      padding-top: 130px;
      padding-bottom: 60px; } }
  section.portfolio .item .item-img-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    @media screen and (min-width: 992px) {
      section.portfolio .item .item-img-box {
        margin-bottom: 0; } }
  section.portfolio .item .item-details-box {
    display: flex;
    align-items: center; }
  section.portfolio .item .item-details h3 {
    font-size: 2rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 576px) {
      section.portfolio .item .item-details h3 {
        font-size: 2.625rem; } }
  section.portfolio .item .item-details .tags {
    margin-bottom: 15px; }
    section.portfolio .item .item-details .tags a span {
      font-family: "DM Sans";
      font-weight: 500;
      line-height: 1.125rem;
      color: var(--medianno-red); }
    section.portfolio .item .item-details .tags a:after {
      content: ", ";
      color: var(--medianno-text-dark);
      font-weight: 400; }
    section.portfolio .item .item-details .tags a:last-child:after {
      content: ""; }
  section.portfolio .item .item-details p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin-bottom: 25px; }
  section.portfolio .item .item-details .btn {
    font-size: 0.75rem; }
section.portfolio .owl-dots {
  margin-top: 30px !important; }
  section.portfolio .owl-dots .owl-dot span {
    background-color: var(--medianno-red) !important;
    opacity: 0.4;
    width: 6px;
    height: 6px; }
  section.portfolio .owl-dots .owl-dot.active span {
    opacity: 1; }

section.process {
  overflow-x: hidden; }
  section.process .red-back {
    position: relative;
    padding: 50px 0 20px 30px; }
    @media screen and (min-width: 992px) {
      section.process .red-back {
        padding: 80px 0; } }
    section.process .red-back:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 120vh;
      right: 0;
      top: 0;
      background: -webkit-linear-gradient(45deg, #6c3fd8 15%, var(--medianno-red) 65%);
      background: linear-gradient(45deg, #6c3fd8 15%, var(--medianno-red) 65%);
      z-index: 0; }
    section.process .red-back h3 {
      position: relative;
      z-index: 1;
      color: white;
      font-size: 1.5rem;
      margin-bottom: 1rem; }
      @media screen and (min-width: 1200px) {
        section.process .red-back h3 {
          font-size: 2.5rem;
          margin-bottom: 2.5rem; } }
    section.process .red-back .nav-pills {
      position: relative;
      z-index: 1;
      color: white; }
      section.process .red-back .nav-pills button {
        color: white;
        text-align: left;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-family: "Roboto";
        font-size: 1.1rem;
        padding: 0.7rem; }
        @media screen and (min-width: 1200px) {
          section.process .red-back .nav-pills button {
            font-size: 1.25rem; } }
        section.process .red-back .nav-pills button.active {
          color: var(--medianno-red);
          background-color: white;
          font-weight: 700; }
  section.process .process-content {
    align-items: center;
    display: flex; }
    section.process .process-content .tab-content {
      width: 100%;
      padding-top: 50px; }
      @media screen and (min-width: 992px) {
        section.process .process-content .tab-content {
          padding: 0; } }
  section.process .process-slide-content {
    position: relative;
    text-align: center; }
    section.process .process-slide-content .slider-head h4 {
      text-transform: capitalize;
      margin-bottom: 3rem; }
    section.process .process-slide-content .timeline-container .timeline-inner {
      position: relative; }
      section.process .process-slide-content .timeline-container .timeline-inner:before {
        position: absolute;
        content: '';
        left: 50%;
        width: 1px;
        height: -webkit-calc(100% + 10px);
        height: -moz-calc(100% + 10px);
        height: calc(100% + 10px);
        top: 0;
        margin-left: -1px;
        background: #333; }
      section.process .process-slide-content .timeline-container .timeline-inner:after {
        position: absolute;
        content: '';
        left: 50%;
        width: 30px;
        height: 2px;
        top: -2px;
        margin-left: -15px;
        background: #333; }
      section.process .process-slide-content .timeline-container .timeline-inner .time-row {
        position: relative; }
        section.process .process-slide-content .timeline-container .timeline-inner .time-row .header-ttl {
          font-size: 16px;
          color: #000;
          font-weight: 400;
          letter-spacing: .2px;
          font-family: Poppins, sans-serif;
          min-height: 30px; }
          section.process .process-slide-content .timeline-container .timeline-inner .time-row .header-ttl.sd {
            text-align: right;
            padding-right: 45px; }
          section.process .process-slide-content .timeline-container .timeline-inner .time-row .header-ttl.clent {
            text-align: left;
            padding-left: 45px; }
        section.process .process-slide-content .timeline-container .timeline-inner .time-row .time-ttl {
          letter-spacing: .3px;
          font-size: 16px;
          min-height: 40px;
          display: flex;
          align-items: center; }
          section.process .process-slide-content .timeline-container .timeline-inner .time-row .time-ttl.f-right {
            padding-right: 45px;
            justify-content: flex-end;
            text-align: right; }
          section.process .process-slide-content .timeline-container .timeline-inner .time-row .time-ttl.text-right {
            padding-left: 45px;
            text-align: left; }
        section.process .process-slide-content .timeline-container .timeline-inner .time-row .clearfix:before {
          display: table;
          content: " "; }
        section.process .process-slide-content .timeline-container .timeline-inner .time-row .clearfix:after {
          display: table;
          content: " ";
          clear: both; }
      section.process .process-slide-content .timeline-container .timeline-inner .crcle {
        position: absolute;
        left: 50%;
        border-radius: 50%;
        top: 50%;
        margin-top: -1px; }
        section.process .process-slide-content .timeline-container .timeline-inner .crcle:before {
          position: absolute;
          content: '';
          width: 30px;
          top: 50%;
          background: #797575;
          height: 1px;
          left: 0; }
        section.process .process-slide-content .timeline-container .timeline-inner .crcle:after {
          position: absolute;
          content: '';
          width: 30px;
          top: 50%;
          background: #797575;
          height: 1px;
          right: 100%; }
        section.process .process-slide-content .timeline-container .timeline-inner .crcle.no-right-crcle:before {
          content: none; }
        section.process .process-slide-content .timeline-container .timeline-inner .crcle.no-left-crcle:after {
          content: none; }

section.blog-latest {
  padding-bottom: 0; }
  @media screen and (min-width: 576px) {
    section.blog-latest {
      padding-bottom: 65px; } }
  section.blog-latest article {
    margin-bottom: 15px; }
    @media screen and (min-width: 1200px) {
      section.blog-latest article {
        margin-bottom: 0; } }
    section.blog-latest article .content-container {
      background-color: var(--medianno-red-light);
      padding: 40px 25px 25px;
      position: relative; }
      @media screen and (min-width: 576px) {
        section.blog-latest article .content-container {
          padding: 45px 30px 35px; } }
      section.blog-latest article .content-container .meta {
        background-color: var(--medianno-red);
        border-radius: 17px;
        display: inline-flex;
        padding: 5px 15px;
        position: absolute;
        top: -17px;
        left: 20px;
        width: calc(100% - 40px); }
        section.blog-latest article .content-container .meta a, section.blog-latest article .content-container .meta span.date {
          flex-grow: 1; }
        section.blog-latest article .content-container .meta span {
          font-size: 0.9rem; }
          section.blog-latest article .content-container .meta span:before {
            font: var(--fa-font-solid);
            margin-right: 10px; }
        section.blog-latest article .content-container .meta a {
          display: flex; }
          section.blog-latest article .content-container .meta a span.category {
            color: white;
            font-family: "Roboto";
            font-weight: 300; }
            section.blog-latest article .content-container .meta a span.category:before {
              content: "\f02b"; }
        section.blog-latest article .content-container .meta span.date {
          text-align: right;
          color: white; }
          section.blog-latest article .content-container .meta span.date:before {
            content: "\f017"; }
      section.blog-latest article .content-container a h2 {
        font-size: 1.25rem;
        margin-bottom: 15px; }
        @media screen and (min-width: 576px) {
          section.blog-latest article .content-container a h2 {
            font-size: 1.5rem; } }
        section.blog-latest article .content-container a h2:after {
          content: "";
          border-bottom: 1px solid rgba(53, 0, 0, 0.2);
          width: 100px;
          display: block;
          padding-top: 15px; }
      section.blog-latest article .content-container p {
        opacity: 0.7;
        font-size: 0.875rem;
        margin: 0;
        line-height: 1.5rem; }
        @media screen and (min-width: 2000px) {
          section.blog-latest article .content-container p {
            font-size: 1rem; } }

section.contact .contact-inner {
  margin-top: 120px;
  background: linear-gradient(45deg, rgba(108, 63, 216, 0.85) 15%, rgba(95, 34, 217, 0.85) 65%), url("img/contact-background-1080.webp");
  background-size: cover;
  background-position: center center;
  position: relative; }

.contact-form {
  padding: 75px 10px 65px;
  background-color: white;
  position: relative; }
  .contact-form:not(.no-shadow) {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    top: -120px; }
  @media screen and (min-width: 576px) {
    .contact-form {
      padding: 110px 10px 80px; } }
  @media screen and (min-width: 992px) {
    .contact-form {
      padding: 110px 50px 80px; } }
  @media screen and (min-width: 1400px) {
    .contact-form {
      padding: 110px 80px 80px; } }
  .contact-form h4 {
    font-size: 1.75rem;
    margin-bottom: 3rem; }
    .contact-form h4:after {
      content: "";
      border-bottom: 1px solid rgba(53, 0, 0, 0.2);
      width: 100px;
      display: block;
      padding-top: 15px; }
  .contact-form ul.info-list {
    margin-bottom: 3rem; }
    @media screen and (min-width: 992px) {
      .contact-form ul.info-list {
        margin-bottom: 1rem; } }
  .contact-form .contact-page ul.info-list li {
    margin-bottom: 20px; }
    .contact-form .contact-page ul.info-list li p {
      font-size: 0.95rem; }
  .contact-form .medianno-form .is-floating-label {
    position: relative;
    margin-bottom: 25px; }
    .contact-form .medianno-form .is-floating-label .form-control {
      border-radius: 0;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px dashed #bfbfbf; }
    .contact-form .medianno-form .is-floating-label label {
      color: rgba(0, 0, 0, 0.45);
      pointer-events: none;
      position: absolute;
      transform: translate3d(0, 0, 0) scale(1);
      transform-origin: left top;
      transition: .1s; }
    .contact-form .medianno-form .is-floating-label input {
      background-color: transparent; }
    .contact-form .medianno-form .is-floating-label.is-focused label {
      color: var(--medianno-red);
      transform: translateY(-15px) scale(0.75); }
  .contact-form .medianno-form .privole label {
    font-size: 0.875rem; }
  .contact-form .zatraziponudu-form .is-floating-label label {
    color: rgba(0, 0, 0, 0.6); }

footer.footer {
  padding: 55px 10px 10px; }
  @media screen and (min-width: 576px) {
    footer.footer {
      padding: 75px 0 50px; } }
  footer.footer h5 {
    font-family: "DM Sans";
    font-size: 1.875rem;
    color: var(--medianno-text-dark);
    font-weight: 400;
    margin-bottom: 25px; }
    @media screen and (min-width: 992px) {
      footer.footer h5 {
        margin-bottom: 45px; } }
  footer.footer .about img {
    max-height: 45px;
    width: auto;
    margin-bottom: 35px; }
  footer.footer .about p {
    font-family: "DM Sans";
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: var(--medianno-red-medium);
    padding-right: 15px;
    margin-bottom: 0; }
  footer.footer ul.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer.footer ul.footer-nav li a {
      font-family: "Roboto";
      font-size: 1.125rem;
      color: var(--medianno-red-medium);
      line-height: 2.375rem;
      padding: 0; }
  footer.footer .blog ul.footer-blog-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer.footer .blog ul.footer-blog-list li {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 25px; }
      footer.footer .blog ul.footer-blog-list li:last-child {
        margin-bottom: 0; }
      footer.footer .blog ul.footer-blog-list li .img-container {
        padding-top: 0;
        width: 75px;
        height: 75px; }
        footer.footer .blog ul.footer-blog-list li .img-container a {
          display: block; }
      footer.footer .blog ul.footer-blog-list li .content-container {
        flex: 1;
        padding-left: 15px; }
        footer.footer .blog ul.footer-blog-list li .content-container span.date {
          font-family: "Roboto";
          font-size: 0.875rem;
          color: var(--medianno-red-medium);
          margin-bottom: 5px;
          display: block; }
          footer.footer .blog ul.footer-blog-list li .content-container span.date:before {
            content: "\f017";
            font: var(--fa-font-solid);
            margin-right: 10px; }
        footer.footer .blog ul.footer-blog-list li .content-container h3 {
          font-size: 1.125rem;
          line-height: 1.5rem;
          margin-bottom: 0; }
  footer.footer .about, footer.footer .kontakt, footer.footer .studio {
    margin-bottom: 45px; }
    @media screen and (min-width: 992px) {
      footer.footer .about, footer.footer .kontakt, footer.footer .studio {
        margin-bottom: 0; } }
  footer.footer .footer-bottom {
    padding-top: 75px; }
    @media screen and (min-width: 992px) {
      footer.footer .footer-bottom {
        padding-top: 100px; } }
    footer.footer .footer-bottom .social-media {
      text-align: center;
      margin-bottom: 40px; }
      footer.footer .footer-bottom .social-media a {
        font-size: 1.75rem;
        color: var(--medianno-text-dark);
        margin: 0 30px; }
        footer.footer .footer-bottom .social-media a i:hover {
          color: var(--medianno-red); }
    footer.footer .footer-bottom .copyright {
      text-align: center; }
      footer.footer .footer-bottom .copyright p {
        font-family: "DM Sans";
        font-size: 1rem; }
        @media screen and (min-width: 992px) {
          footer.footer .footer-bottom .copyright p {
            font-size: 1.25rem; } }

section.about {
  padding: 250px 0 150px; }
  section.about .container-intro {
    align-items: center;
    display: flex; }
  section.about .intro-container {
    display: flex;
    flex-direction: column; }
  section.about h1 {
    margin-top: 1.75rem;
    margin-bottom: 2rem;
    line-height: 3rem; }
  section.about p {
    line-height: 1.5rem;
    color: var(--medianno-text);
    max-width: 475px;
    margin-bottom: 2rem;
    font-weight: 300; }
  section.about .btn-medianno {
    margin-left: 1rem; }
  @media screen and (min-width: 992px) {
    section.about .img-container {
      padding-top: 358px; } }
  @media screen and (min-width: 1200px) {
    section.about .img-container {
      padding-top: 427px; } }
  @media screen and (min-width: 1400px) {
    section.about .img-container {
      padding-top: 496px; } }
  @media screen and (min-width: 2400px) {
    section.about .img-container {
      padding-top: 603px; } }

section.info-about {
  overflow-x: hidden; }
  section.info-about .image {
    position: relative; }
    section.info-about .image:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 120vh;
      right: 0;
      top: 0;
      background: url("img/contact-background.jpg");
      z-index: 0; }
  section.info-about .grey {
    position: relative;
    padding: 40px 20px; }
    @media screen and (min-width: 992px) {
      section.info-about .grey {
        padding: 100px 0 100px 50px; } }
    section.info-about .grey:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 120vh;
      left: 0;
      top: 0;
      background: #f7f7f7;
      z-index: 0; }
    section.info-about .grey .info {
      position: relative;
      z-index: 1; }
      section.info-about .grey .info p {
        font-size: 1rem; }
        section.info-about .grey .info p:last-child {
          margin-bottom: 0; }

section.information .info {
  justify-content: center;
  display: flex;
  flex-direction: column; }
  section.information .info p:last-child {
    margin-bottom: 0; }

section.page-services {
  background-color: var(--medianno-red-light);
  padding: 220px 0 125px; }
  @media screen and (min-width: 576px) {
    section.page-services {
      padding: 285px 0 200px; } }
  section.page-services p {
    margin-bottom: 0; }

section.page-single-services {
  background-color: var(--medianno-red-light);
  padding: 200px 0 150px; }
  @media screen and (min-width: 576px) {
    section.page-single-services {
      padding: 285px 0 200px; } }
  section.page-single-services .intro-container span, section.page-single-services .intro-container h1 {
    text-align: center;
    display: block;
    margin-bottom: 0; }
  section.page-single-services .intro-container h1 {
    font-size: 2rem; }
    @media screen and (min-width: 576px) {
      section.page-single-services .intro-container h1 {
        font-size: 2.5rem; } }

section.page-single-content article {
  margin-bottom: 80px; }
  @media screen and (min-width: 992px) {
    section.page-single-content article {
      margin-bottom: 0; } }
section.page-single-content .other-services ul.services {
  padding: 0;
  margin: 0;
  list-style: none; }
  section.page-single-content .other-services ul.services li {
    padding: 30px 0;
    border-bottom: 1px solid rgba(53, 0, 0, 0.2); }
    section.page-single-content .other-services ul.services li:first-child {
      border-top: 1px solid rgba(53, 0, 0, 0.2); }
    section.page-single-content .other-services ul.services li a {
      font-family: "DM Sans";
      font-weight: 700;
      font-size: 1.125rem;
      color: var(--medianno-text-dark);
      display: flex;
      align-items: center; }
      section.page-single-content .other-services ul.services li a i {
        font-size: 2rem;
        color: var(--medianno-red);
        margin-right: 15px; }

section.page-blog {
  background-color: var(--medianno-red-light);
  padding: 230px 0 150px; }

.archive section.blog-latest article {
  margin-bottom: 25px; }

section.post-single,
section.portfolio-single,
section.page-single {
  background-color: var(--medianno-red-light);
  padding: 225px 0 150px; }
  @media screen and (min-width: 576px) {
    section.post-single,
    section.portfolio-single,
    section.page-single {
      padding: 275px 0 200px; } }
  section.post-single .intro-container span, section.post-single .intro-container h1,
  section.portfolio-single .intro-container span,
  section.portfolio-single .intro-container h1,
  section.page-single .intro-container span,
  section.page-single .intro-container h1 {
    text-align: left;
    display: block;
    margin-bottom: 0; }
  section.post-single .intro-container h1,
  section.portfolio-single .intro-container h1,
  section.page-single .intro-container h1 {
    font-size: 2rem;
    line-height: 1.1; }
    @media screen and (min-width: 576px) {
      section.post-single .intro-container h1,
      section.portfolio-single .intro-container h1,
      section.page-single .intro-container h1 {
        font-size: 2.5rem;
        line-height: 1.2; } }

section.page-single {
  padding: 175px 0 150px; }

@media screen and (min-width: 576px) {
  section.post-single {
    padding: 225px 0 150px; } }
section.post-single .img-container {
  padding-top: 75%; }
section.post-single .intro-container h1 {
  font-family: "DM Sans";
  font-weight: 500;
  margin-bottom: 1.5rem; }
section.post-single .excerpt-container p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  max-width: 580px; }
section.post-single .post-meta {
  display: flex;
  flex-direction: row; }
  section.post-single .post-meta span {
    margin-right: 1.5rem;
    font-size: 0.9rem;
    color: var(--medianno-red-medium);
    display: flex;
    align-items: center; }
    section.post-single .post-meta span:before {
      font-family: "Font Awesome 6 Free";
      display: inline-block;
      padding-right: 5px;
      vertical-align: middle;
      font-weight: 900; }
    section.post-single .post-meta span.date:before {
      content: "\f073";
      padding-bottom: 2px; }
    section.post-single .post-meta span.reading-time:before {
      content: "\f518"; }
    section.post-single .post-meta span:last-child {
      margin-right: 0; }
section.post-single .wp-tags ul li {
  background-color: white;
  border-radius: 10px; }
  section.post-single .wp-tags ul li a {
    color: #333;
    padding-right: 9px; }
    section.post-single .wp-tags ul li a:before {
      bottom: 0; }
  section.post-single .wp-tags ul li:hover {
    background-color: var(--medianno-red); }
    section.post-single .wp-tags ul li:hover a {
      color: white; }
      section.post-single .wp-tags ul li:hover a:before {
        color: white; }

section.post-single-content article .img-container {
  margin-bottom: 50px;
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
  width: calc(100% + var(--bs-gutter-x));
  padding-top: 60%; }
  @media screen and (min-width: 576px) {
    section.post-single-content article .img-container {
      padding-top: 56.25%; } }
section.post-single-content article p {
  font-size: 1.1rem;
  line-height: 1.75; }
section.post-single-content .share-on-social {
  display: flex;
  flex-direction: column;
  top: 45px; }
  section.post-single-content .share-on-social a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #e0e0e0;
    padding: 15px 10px; }
    section.post-single-content .share-on-social a.twitter:hover {
      color: black; }
    section.post-single-content .share-on-social a.facebook:hover {
      color: #1877F2; }
    section.post-single-content .share-on-social a.linkedin:hover {
      color: #0077B5; }
    section.post-single-content .share-on-social a.whatsapp:hover {
      color: #25D366; }
    section.post-single-content .share-on-social a.email:hover {
      color: #EA4335; }

.single section.blog-latest .section-header {
  margin-bottom: 60px; }
  .single section.blog-latest .section-header h2 {
    font-size: 2.5rem; }
    .single section.blog-latest .section-header h2:after {
      content: "";
      border-bottom: 1px solid rgba(53, 0, 0, 0.2);
      width: 100px;
      display: block;
      padding-top: 15px;
      margin: 0 auto; }

body.single-post .blog-latest {
  background-color: var(--medianno-red-light); }
  body.single-post .blog-latest article .content-container {
    background-color: white; }

section.portfolio-latest .img-container {
  background-color: var(--medianno-red-light);
  margin-bottom: 25px; }
  section.portfolio-latest .img-container img {
    object-fit: contain;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    top: 35px;
    left: 35px; }
  section.portfolio-latest .img-container .overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(53, 0, 0, 0.8);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    section.portfolio-latest .img-container .overlay a {
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      section.portfolio-latest .img-container .overlay a h3 {
        font-family: "Roboto";
        font-size: 1.5rem;
        color: white;
        font-weight: 700;
        display: block;
        margin-bottom: 1rem; }
        @media screen and (min-width: 768px) {
          section.portfolio-latest .img-container .overlay a h3 {
            font-size: 2rem; } }
        @media screen and (min-width: 992px) {
          section.portfolio-latest .img-container .overlay a h3 {
            font-size: 1.5rem; } }
        @media screen and (min-width: 1400px) {
          section.portfolio-latest .img-container .overlay a h3 {
            font-size: 2.5rem; } }
      section.portfolio-latest .img-container .overlay a .services span {
        font-family: "Roboto";
        font-size: 1rem;
        color: white;
        opacity: 0.9; }
        @media screen and (min-width: 768px) {
          section.portfolio-latest .img-container .overlay a .services span {
            font-size: 1.125rem; } }
        @media screen and (min-width: 1400px) {
          section.portfolio-latest .img-container .overlay a .services span {
            font-size: 1.25rem; } }
        section.portfolio-latest .img-container .overlay a .services span:after {
          content: ", "; }
        section.portfolio-latest .img-container .overlay a .services span:last-child:after {
          content: ""; }
  section.portfolio-latest .img-container:hover .overlay {
    opacity: 1; }

section.portfolio-single-content {
  padding: 75px 0; }
  @media screen and (min-width: 576px) {
    section.portfolio-single-content {
      padding: 150px 0; } }
  section.portfolio-single-content .img-container {
    margin-bottom: 45px; }
    @media screen and (min-width: 576px) {
      section.portfolio-single-content .img-container {
        margin-bottom: 0; } }
    section.portfolio-single-content .img-container img {
      object-fit: contain; }
  section.portfolio-single-content .details h5,
  section.portfolio-single-content .description h5 {
    font-size: 1.5rem;
    margin-bottom: 25px; }
    @media screen and (min-width: 576px) {
      section.portfolio-single-content .details h5,
      section.portfolio-single-content .description h5 {
        margin-bottom: 40px; } }
    section.portfolio-single-content .details h5:after,
    section.portfolio-single-content .description h5:after {
      content: "";
      border-bottom: 1px solid rgba(53, 0, 0, 0.2);
      width: 100px;
      display: block;
      padding-top: 15px; }
  section.portfolio-single-content .details {
    margin-bottom: 50px; }
    @media screen and (min-width: 576px) {
      section.portfolio-single-content .details {
        margin-bottom: 80px; } }
    section.portfolio-single-content .details ul {
      margin: 0; }
      section.portfolio-single-content .details ul li {
        color: var(--medianno-text-dark);
        font-size: 1.125rem;
        line-height: 1.875rem;
        font-family: "Roboto"; }
        section.portfolio-single-content .details ul li a {
          color: var(--medianno-text-dark); }
        section.portfolio-single-content .details ul li span:after {
          content: ", "; }
        section.portfolio-single-content .details ul li span:last-child:after {
          content: ""; }
  section.portfolio-single-content .description p {
    color: var(--medianno-text-dark);
    line-height: 1.5rem; }

section.zatrazi-ponudu {
  padding: 65px 0;
  background-color: var(--medianno-red-light); }
  section.zatrazi-ponudu h3 {
    text-align: center;
    display: block;
    margin-bottom: 2.5rem; }
  section.zatrazi-ponudu p {
    text-align: center;
    color: var(--medianno-text-dark);
    margin-bottom: 2.5rem; }
  section.zatrazi-ponudu a {
    display: block;
    text-align: center; }

.search section.page-blog {
  padding: 210px 0 120px; }
  .search section.page-blog span.search {
    font-family: "DM Sans";
    font-weight: 700;
    color: var(--medianno-text-dark);
    font-size: 2rem; }
  .search section.page-blog p {
    margin: 0; }

section.faq .custom-accordion {
  margin: 2rem auto;
  --bs-accordion-btn-bg: #ffffff;
  --bs-accordion-active-bg: #f8f9fa;
  --bs-accordion-active-color: #0d6efd;
  --bs-accordion-btn-focus-border-color: #e9ecef;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1); }
section.faq .accordion-button {
  padding: 1.25rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  font-family: "DM Sans";
  font-size: 1.1rem; }
section.faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--medianno-red);
  background-color: var(--medianno-red-light); }
section.faq .accordion-collapse {
  border: none; }
section.faq .accordion-body {
  padding: 1.5rem;
  line-height: 1.6;
  color: #6c757d;
  font-family: "Open Sans"; }
section.faq .accordion-item {
  border: none;
  margin-bottom: 0;
  border-radius: 0 !important;
  overflow: hidden;
  border-bottom: 1px solid var(--medianno-red-light); }
section.faq .accordion-button::after {
  transition: transform 0.3s ease; }

section.web-pricing {
  background-color: var(--medianno-red-doublelight);
  padding: 105px 0; }
  section.web-pricing .card-body {
    padding: 3rem 2rem; }
  section.web-pricing h5 {
    font-size: 2rem;
    font-family: "Open Sans"; }
    section.web-pricing h5 span {
      font-size: 3rem;
      color: var(--medianno-red); }
  section.web-pricing .list-group-flush > .list-group-item {
    border-width: 1px 0 0; }
    section.web-pricing .list-group-flush > .list-group-item:first-child {
      border-width: 0; }
  section.web-pricing ul li {
    font-family: "Open Sans";
    font-size: 1rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem; }
    @media screen and (min-width: 992px) {
      section.web-pricing ul li {
        font-size: 0.8rem; } }
    @media screen and (min-width: 2000px) {
      section.web-pricing ul li {
        font-size: 1rem; } }
    section.web-pricing ul li.prices-invisible {
      display: none;
      border-width: 0;
      border: none !important; }
      @media screen and (min-width: 576px) {
        section.web-pricing ul li.prices-invisible {
          display: block;
          visibility: hidden; } }

main.single-page-zakazi-sastanak section.page-single {
  padding: 150px 0 100px; }
main.single-page-zakazi-sastanak section.post-single-content {
  padding-top: 9px; }
  main.single-page-zakazi-sastanak section.post-single-content .opis {
    margin-top: 66px; }

.page-template-page-landing-smallbusiness header.header nav.navbar ul.navbar-nav li.medianno-button {
  padding: 1rem 2rem;
  align-items: anchor-center;
  border-radius: 1rem;
  display: inline-flex;
  border: 1px solid var(--medianno-red);
  --tw-shadow: 0 10px 15px -3px var(--medianno-red, #0000001a), 0 4px 6px -4px var(--medianno-red, #0000001a);
  box-shadow: var(--medianno-red), var(--medianno-red), var(--medianno-red), var(--medianno-red), var(--medianno-red);
  box-shadow: 0 1rem 3rem var(--medianno-dark-transparent) !important; }
  .page-template-page-landing-smallbusiness header.header nav.navbar ul.navbar-nav li.medianno-button a {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1rem;
    display: inline-flex;
    align-items: anchor-center; }
    .page-template-page-landing-smallbusiness header.header nav.navbar ul.navbar-nav li.medianno-button a:after {
      font-family: "Font Awesome 6 Free";
      content: "\f061";
      font-weight: 900;
      margin-left: 0.75rem;
      font-size: 0.85rem; }
@media screen and (max-width: 767.98px) {
  .page-template-page-landing-smallbusiness header.header .header-logo a img {
    max-width: 180px; } }

.small-businesses-landing-page section.intro {
  padding-bottom: calc(var(--spacing) * 24); }
  .small-businesses-landing-page section.intro h5 {
    color: var(--medianno-red);
    font-size: calc(var(--spacing) * 4); }
  .small-businesses-landing-page section.intro h1 {
    font-size: calc(var(--spacing) * 15);
    margin-bottom: calc(var(--spacing) * 8);
    --tw-tracking: -0.025rem;
    letter-spacing: -0.025rem;
    line-height: calc(var(--spacing) * 16); }
  .small-businesses-landing-page section.intro img.naslovna {
    margin-bottom: 25px; }
    @media screen and (min-width: 992px) {
      .small-businesses-landing-page section.intro img.naslovna {
        margin-bottom: 0; } }
  .small-businesses-landing-page section.intro .container-intro h1 br.br1 {
    display: none; }
    @media screen and (min-width: 768px) {
      .small-businesses-landing-page section.intro .container-intro h1 br.br1 {
        display: block; } }
    @media screen and (min-width: 992px) {
      .small-businesses-landing-page section.intro .container-intro h1 br.br1 {
        display: none; } }
    @media screen and (min-width: 2000px) {
      .small-businesses-landing-page section.intro .container-intro h1 br.br1 {
        display: block; } }
  @media screen and (max-width: 991.98px) {
    .small-businesses-landing-page section.intro .container-intro {
      z-index: 2;
      padding-top: calc(var(--spacing) * 36); }
      .small-businesses-landing-page section.intro .container-intro h5 {
        background-color: rgba(228, 226, 245, 0.95);
        display: inline-block;
        max-width: 220px;
        font-size: calc(var(--spacing) * 5); }
      .small-businesses-landing-page section.intro .container-intro h1 {
        background-color: rgba(228, 226, 245, 0.95);
        display: inline-block;
        padding: 10px 20px 10px 0;
        margin-top: 0 !important; } }
  @media screen and (max-width: 767.98px) {
    .small-businesses-landing-page section.intro .container-intro {
      z-index: 2;
      padding-top: calc(var(--spacing) * 4); }
      .small-businesses-landing-page section.intro .container-intro h5 {
        max-width: 190px; }
      .small-businesses-landing-page section.intro .container-intro h1 {
        font-size: calc(var(--spacing) * 12);
        margin-bottom: calc(var(--spacing) * 6); } }
  .small-businesses-landing-page section.intro img.hero-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    @media screen and (max-width: 991.98px) {
      .small-businesses-landing-page section.intro img.hero-img {
        position: absolute;
        right: 0;
        top: 20px;
        max-width: 65%;
        height: auto;
        z-index: 1; } }
    @media screen and (max-width: 767.98px) {
      .small-businesses-landing-page section.intro img.hero-img {
        max-width: 60%; } }
  .small-businesses-landing-page section.intro a.btn-medianno {
    display: inline-flex;
    align-items: anchor-center;
    margin-bottom: calc(var(--spacing) * 10); }
  .small-businesses-landing-page section.intro .textcta {
    background-color: rgba(228, 226, 245, 0.95); }
    .small-businesses-landing-page section.intro .textcta p {
      max-width: 800px;
      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      margin-bottom: calc(var(--spacing) * 10);
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
      font-size: calc(var(--spacing) * 4.5); }
    .small-businesses-landing-page section.intro .textcta .checks ul {
      padding: 0;
      display: flex;
      flex-direction: row;
      gap: calc(var(--spacing) * 8); }
      .small-businesses-landing-page section.intro .textcta .checks ul li {
        display: inline-flex;
        align-items: anchor-center;
        flex-direction: row;
        gap: calc(var(--spacing) * 3);
        font-size: calc(var(--spacing) * 4);
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: calc(var(--spacing) * 8);
        font-weight: 300; }
        .small-businesses-landing-page section.intro .textcta .checks ul li i {
          color: var(--medianno-red);
          font-weight: bold; }

section.lsb {
  padding: calc(var(--spacing) * 24) 0; }
  section.lsb h1, section.lsb h2, section.lsb h3, section.lsb h4, section.lsb h5, section.lsb h6 {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  section.lsb p, section.lsb span, section.lsb li {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    color: var(--medianno-text);
    font-size: calc(var(--spacing) * 4.5); }
  section.lsb li {
    list-style-type: none; }
  section.lsb .white-with-border {
    border-radius: calc(var(--spacing) * 4);
    border: 1px solid var(--medianno-red-light);
    padding: calc(var(--spacing) * 8); }
  section.lsb h2.title {
    text-align: center;
    font-size: calc(var(--spacing) * 8);
    margin-bottom: calc(var(--spacing) * 6); }
    @media screen and (min-width: 1200px) {
      section.lsb h2.title {
        font-size: calc(var(--spacing) * 9); } }
  section.lsb span.description {
    text-align: center;
    margin-bottom: calc(var(--spacing) * 8);
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
    font-size: calc(var(--spacing) * 5);
    display: block; }
  section.lsb.problem {
    padding-bottom: calc(var(--spacing) * 4); }
    section.lsb.problem .stvarnost {
      height: 100%; }
      section.lsb.problem .stvarnost h4 {
        margin-bottom: calc(var(--spacing) * 8); }
      section.lsb.problem .stvarnost ul {
        padding: 0;
        margin-bottom: calc(var(--spacing) * 8); }
      section.lsb.problem .stvarnost li {
        display: flex;
        column-gap: calc(var(--spacing) * 3);
        margin-bottom: calc(var(--spacing) * 4);
        font-size: calc(var(--spacing) * 5); }
        section.lsb.problem .stvarnost li:before {
          font-family: "Font Awesome 6 Free";
          content: "\f057";
          color: red; }
      section.lsb.problem .stvarnost hr {
        border-top-color: var(--medianno-red-doublelight);
        opacity: 0.075; }
      section.lsb.problem .stvarnost span {
        font-weight: 400; }
    section.lsb.problem .pitanja {
      margin-top: calc(var(--spacing) * 8); }
      @media screen and (min-width: 992px) {
        section.lsb.problem .pitanja {
          margin-top: 0; } }
      @media screen and (min-width: 992px) {
        section.lsb.problem .pitanja {
          padding-left: calc(var(--spacing) * 8); } }
      section.lsb.problem .pitanja span {
        margin-bottom: calc(var(--spacing) * 8);
        display: block; }
      section.lsb.problem .pitanja ul {
        padding: 0; }
        section.lsb.problem .pitanja ul li {
          padding: calc(var(--spacing) * 4);
          font-weight: 400;
          color: var(--medianno-text);
          font-size: calc(var(--spacing) * 4.5);
          display: flex;
          column-gap: calc(var(--spacing) * 3);
          align-items: anchor-center;
          margin-bottom: calc(var(--spacing) * 6); }
          section.lsb.problem .pitanja ul li:before {
            content: "\f059";
            font-family: "Font Awesome 6 Free";
            color: var(--medianno-red);
            background-color: var(--medianno-red-light);
            padding: calc(var(--spacing) * 1) calc(var(--spacing) * 2);
            border-radius: calc(var(--spacing) * 2.5); }
          section.lsb.problem .pitanja ul li:last-child {
            margin-bottom: calc(var(--spacing) * 8); }
      section.lsb.problem .pitanja .highlight-red {
        background: #fef2f2;
        color: #82181a;
        padding: calc(var(--spacing) * 6);
        margin-bottom: 0;
        border-radius: calc(var(--spacing) * 4); }
        section.lsb.problem .pitanja .highlight-red b {
          display: block;
          font-weight: 500;
          margin-bottom: calc(var(--spacing) * 2); }
  section.lsb.rjesenje h2.title {
    margin-bottom: calc(var(--spacing) * 18); }
  section.lsb.rjesenje .pogresni-koraci {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column; }
    section.lsb.rjesenje .pogresni-koraci span.naslov {
      margin-bottom: calc(var(--spacing) * 8);
      display: block; }
    section.lsb.rjesenje .pogresni-koraci .d-pogresni {
      gap: calc(var(--spacing) * 4);
      margin-bottom: calc(var(--spacing) * 8); }
      section.lsb.rjesenje .pogresni-koraci .d-pogresni .col {
        background-color: #f9fafb;
        color: var(--medianno-text);
        text-align: center;
        padding: calc(var(--spacing) * 4);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        font-size: calc(var(--spacing) * 3);
        border-radius: calc(var(--spacing) * 4); }
        section.lsb.rjesenje .pogresni-koraci .d-pogresni .col i {
          color: #99a1af;
          display: block;
          font-size: calc(var(--spacing) * 5);
          margin-bottom: calc(var(--spacing) * 3); }
    section.lsb.rjesenje .pogresni-koraci span.white-with-border {
      padding: calc(var(--spacing) * 6);
      display: inline-block;
      font-weight: 600; }
  section.lsb.rjesenje .moj-pristup {
    background-color: var(--medianno-red);
    padding: calc(var(--spacing) * 12);
    border-radius: calc(var(--spacing) * 6);
    color: white; }
    section.lsb.rjesenje .moj-pristup h4 {
      color: white;
      margin-bottom: calc(var(--spacing) * 8); }
    section.lsb.rjesenje .moj-pristup span {
      color: white;
      font-size: calc(var(--spacing) * 4);
      margin-bottom: calc(var(--spacing) * 8);
      display: block;
      line-height: calc(var(--spacing) * 7); }
      section.lsb.rjesenje .moj-pristup span.h5 {
        font-size: calc(var(--spacing) * 5);
        font-weight: 400;
        margin-bottom: calc(var(--spacing) * 6); }
      section.lsb.rjesenje .moj-pristup span.bold {
        font-weight: 400;
        margin-bottom: 0; }
    section.lsb.rjesenje .moj-pristup ul {
      padding: 0;
      margin-bottom: calc(var(--spacing) * 8); }
      section.lsb.rjesenje .moj-pristup ul li {
        display: flex;
        column-gap: calc(var(--spacing) * 3);
        margin-bottom: calc(var(--spacing) * 4);
        font-size: calc(var(--spacing) * 4.5);
        color: white;
        font-weight: 200; }
        section.lsb.rjesenje .moj-pristup ul li:before {
          font-family: "Font Awesome 6 Free";
          content: "\f058";
          font-size: calc(var(--spacing) * 5.5); }
    section.lsb.rjesenje .moj-pristup hr {
      margin-bottom: calc(var(--spacing) * 6); }
  section.lsb.rjesenje .novo {
    position: relative;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 992px) {
      section.lsb.rjesenje .novo {
        padding-left: calc(var(--spacing) * 12); } }
    @media screen and (max-width: 767.98px) {
      section.lsb.rjesenje .novo {
        flex-direction: column; } }
    @media screen and (min-width: 2000px) {
      section.lsb.rjesenje .novo {
        width: 76%; } }
    section.lsb.rjesenje .novo .portret {
      z-index: 2; }
      section.lsb.rjesenje .novo .portret img {
        max-width: 310px;
        height: auto; }
        @media screen and (min-width: 992px) {
          section.lsb.rjesenje .novo .portret img {
            max-width: 350px; } }
        @media screen and (min-width: 1200px) {
          section.lsb.rjesenje .novo .portret img {
            max-width: 450px; } }
      @media screen and (max-width: 767.98px) {
        section.lsb.rjesenje .novo .portret {
          align-self: flex-start; } }
    section.lsb.rjesenje .novo .moj-pristup {
      z-index: 1;
      padding-left: calc(var(--spacing) * 16);
      width: calc(100% + 20px);
      left: -20px;
      position: relative; }
      @media screen and (max-width: 767.98px) {
        section.lsb.rjesenje .novo .moj-pristup {
          align-self: flex-end;
          width: 80%;
          left: auto;
          right: 0;
          padding-top: calc(var(--spacing) * 30);
          top: calc(var(--spacing) * -24); } }
  section.lsb.benefiti {
    background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent); }
    section.lsb.benefiti h2.title {
      margin-bottom: calc(var(--spacing) * 18); }
    section.lsb.benefiti .list-benefiti {
      display: flex;
      flex-direction: row;
      gap: calc(var(--spacing) * 4);
      margin-bottom: calc(var(--spacing) * 18); }
      @media screen and (max-width: 767.98px) {
        section.lsb.benefiti .list-benefiti {
          flex-direction: column; } }
      section.lsb.benefiti .list-benefiti .s-benefit {
        background-color: white;
        flex: 1 1 0px;
        text-align: center; }
        section.lsb.benefiti .list-benefiti .s-benefit i {
          color: var(--medianno-red);
          background-color: var(--medianno-red-light);
          padding: calc(var(--spacing) * 4) calc(var(--spacing) * 4);
          border-radius: calc(var(--spacing) * 2.5);
          font-size: calc(var(--spacing) * 6);
          width: calc(var(--spacing) * 16);
          height: calc(var(--spacing) * 16);
          display: flex;
          justify-self: center;
          align-items: center;
          justify-content: center;
          margin-bottom: calc(var(--spacing) * 6); }
        section.lsb.benefiti .list-benefiti .s-benefit h5 {
          margin-bottom: calc(var(--spacing) * 6);
          font-weight: 600; }
        section.lsb.benefiti .list-benefiti .s-benefit span {
          font-size: calc(var(--spacing) * 4); }
  section.lsb.testimonials {
    /* Zvijezdice */
    /* Dekorativni navodnik */
    /* Tekst recenzije */
    /* Linija razdvajanja */
    /* Avatar wrapper — drži oba layera (inicijali + slika) */
    /* Layer 1: inicijali (uvijek prisutni, na dnu) */
    /* Layer 2: slika (apsolutno pozicionirana iznad inicijala)
    	Ako src nije postavljen ili slika ne postoji, ostaje nevidljiva
    	i inicijali ispod ostaju vidljivi */
    /* Sakrij broken image icon ako URL ne postoji */
    /* Google badge */
    /* Responzivnost */ }
    section.lsb.testimonials .testi-card {
      background: #ffffff;
      border-radius: calc(var(--spacing) * 4);
      border: 1px solid #ede9fe !important;
      height: 100%; }
    section.lsb.testimonials .testi-stars i {
      font-size: calc(var(--spacing) * 3);
      color: #6C4BF6; }
    section.lsb.testimonials .testi-quote-icon {
      font-size: calc(var(--spacing) * 10);
      line-height: 1;
      color: #ede9fe; }
    section.lsb.testimonials .testi-quote {
      font-size: calc(var(--spacing) * 3.5);
      color: #374151;
      line-height: calc(var(--spacing) * 6);
      font-style: italic; }
    section.lsb.testimonials .testi-divider {
      border-top: 1px solid #f3f4f6; }
    section.lsb.testimonials .testi-avatar-wrap {
      position: relative;
      width: 44px;
      height: 44px;
      flex-shrink: 0; }
    section.lsb.testimonials .testi-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      font-size: calc(var(--spacing) * 3.5);
      font-weight: 600; }
    section.lsb.testimonials .testi-avatar.av1 {
      background: #ede9fe;
      color: #6C4BF6; }
    section.lsb.testimonials .testi-avatar.av2 {
      background: #dbeafe;
      color: #2563eb; }
    section.lsb.testimonials .testi-avatar.av3 {
      background: #d1fae5;
      color: #059669; }
    section.lsb.testimonials .testi-avatar-img {
      position: absolute;
      inset: 0;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      object-fit: cover; }
    section.lsb.testimonials .testi-avatar-img:not([src]),
    section.lsb.testimonials .testi-avatar-img[src=""] {
      display: none; }
    section.lsb.testimonials .testi-author-name {
      font-size: calc(var(--spacing) * 3.75);
      font-weight: 600;
      color: #1a1a2e; }
    section.lsb.testimonials .testi-author-role {
      font-size: calc(var(--spacing) * 3.5);
      color: #9ca3af; }
    section.lsb.testimonials .testi-g-badge {
      font-size: calc(var(--spacing) * 3.25);
      color: #9ca3af; }
    @media (max-width: 576px) {
      section.lsb.testimonials .testi-section {
        padding: 60px 0; } }
  section.lsb.razlika {
    background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent); }
    section.lsb.razlika h2.title {
      margin-bottom: calc(var(--spacing) * 18); }
    section.lsb.razlika .tipicna, section.lsb.razlika .optimizirana {
      height: 100%;
      position: relative;
      padding: calc(var(--spacing) * 12) calc(var(--spacing) * 10); }
      section.lsb.razlika .tipicna span.icon, section.lsb.razlika .optimizirana span.icon {
        opacity: 0.05; }
        section.lsb.razlika .tipicna span.icon:before, section.lsb.razlika .optimizirana span.icon:before {
          font-family: "Font Awesome 6 Free";
          position: absolute;
          top: 0;
          font-size: calc(var(--spacing) * 24);
          right: 30px; }
      section.lsb.razlika .tipicna h4, section.lsb.razlika .optimizirana h4 {
        margin-bottom: calc(var(--spacing) * 5); }
      section.lsb.razlika .tipicna ul, section.lsb.razlika .optimizirana ul {
        padding: 0;
        margin-bottom: calc(var(--spacing) * 12); }
      section.lsb.razlika .tipicna li, section.lsb.razlika .optimizirana li {
        display: flex;
        column-gap: calc(var(--spacing) * 3);
        margin-bottom: calc(var(--spacing) * 5);
        font-size: calc(var(--spacing) * 4.5); }
        section.lsb.razlika .tipicna li:before, section.lsb.razlika .optimizirana li:before {
          font-family: "Font Awesome 6 Free";
          font-size: calc(var(--spacing) * 5); }
      section.lsb.razlika .tipicna hr, section.lsb.razlika .optimizirana hr {
        border-top-color: var(--medianno-red-doublelight);
        opacity: 0.075;
        margin-bottom: calc(var(--spacing) * 8);
        max-width: 60%; }
      section.lsb.razlika .tipicna span.highlight, section.lsb.razlika .optimizirana span.highlight {
        font-weight: 400;
        padding: calc(var(--spacing) * 6);
        margin-bottom: 0;
        border-radius: calc(var(--spacing) * 4);
        display: block; }
        section.lsb.razlika .tipicna span.highlight b, section.lsb.razlika .optimizirana span.highlight b {
          font-size: calc(var(--spacing) * 3);
          margin-bottom: calc(var(--spacing) * 2);
          display: block; }
    section.lsb.razlika .tipicna span.icon:before {
      color: red;
      content: "\f057"; }
    section.lsb.razlika .tipicna li:before {
      color: red;
      content: "\f057"; }
    section.lsb.razlika .tipicna span.highlight {
      background: #fef2f2;
      color: #82181a; }
    section.lsb.razlika .optimizirana {
      background-color: var(--medianno-red); }
      section.lsb.razlika .optimizirana span.icon:before {
        color: var(--medianno-red-light);
        content: "\f058"; }
      section.lsb.razlika .optimizirana h4 {
        color: white; }
      section.lsb.razlika .optimizirana li {
        color: white; }
        section.lsb.razlika .optimizirana li:before {
          color: var(--medianno-red-light);
          content: "\f058"; }
      section.lsb.razlika .optimizirana span.highlight {
        background: #693bd5;
        border: 1px solid var(--medianno-red-halflight);
        color: white; }
        section.lsb.razlika .optimizirana span.highlight b {
          opacity: 0.75; }
    section.lsb.razlika .razlika-highlight {
      margin-top: calc(var(--spacing) * 12);
      display: block;
      font-weight: 600;
      text-align: center;
      padding: calc(var(--spacing) * 8) calc(var(--spacing) * 14); }
      section.lsb.razlika .razlika-highlight i {
        color: var(--medianno-red); }
  section.lsb.proces-rada h2.title {
    margin-bottom: calc(var(--spacing) * 18); }
  section.lsb.proces-rada .koraci {
    display: flex;
    flex-direction: row;
    gap: calc(var(--spacing) * 12);
    margin-bottom: calc(var(--spacing) * 18); }
    @media screen and (max-width: 767.98px) {
      section.lsb.proces-rada .koraci {
        flex-direction: column; } }
    section.lsb.proces-rada .koraci .korak {
      flex: 1 1 0px;
      text-align: center; }
      section.lsb.proces-rada .koraci .korak .ikona {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        display: flex;
        justify-self: center;
        border: 1px solid var(--medianno-red-light);
        justify-content: center;
        align-items: anchor-center;
        position: relative;
        color: var(--medianno-red);
        font-size: calc(var(--spacing) * 7.5);
        box-shadow: 1px 5px 10px rgba(53, 0, 0, 0.1);
        margin-bottom: calc(var(--spacing) * 8); }
        section.lsb.proces-rada .koraci .korak .ikona .broj {
          position: absolute;
          top: -5px;
          right: -5px;
          background-color: var(--medianno-red);
          border-radius: 50%;
          height: 32px;
          width: 32px;
          color: white;
          display: flex;
          justify-content: center;
          align-items: anchor-center;
          font-size: calc(var(--spacing) * 3.5); }
        section.lsb.proces-rada .koraci .korak .ikona:after {
          height: 1px;
          width: 150%;
          position: absolute;
          background: rgba(0, 0, 0, 0.5);
          background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
          content: "";
          left: 100%; }
          @media screen and (min-width: 768px) {
            section.lsb.proces-rada .koraci .korak .ikona:after {
              width: 180%; } }
          @media screen and (min-width: 992px) {
            section.lsb.proces-rada .koraci .korak .ikona:after {
              width: 200%; } }
          @media screen and (min-width: 1200px) {
            section.lsb.proces-rada .koraci .korak .ikona:after {
              width: 250%; } }
          @media screen and (min-width: 1400px) {
            section.lsb.proces-rada .koraci .korak .ikona:after {
              width: 300%; } }
          @media screen and (max-width: 767.98px) {
            section.lsb.proces-rada .koraci .korak .ikona:after {
              display: none; } }
      section.lsb.proces-rada .koraci .korak:nth-child(2) .ikona i {
        transform: rotate(90deg); }
      section.lsb.proces-rada .koraci .korak span {
        display: block; }
        section.lsb.proces-rada .koraci .korak span.h5 {
          font-weight: 700;
          font-size: calc(var(--spacing) * 5);
          margin-bottom: calc(var(--spacing) * 7); }
        section.lsb.proces-rada .koraci .korak span.opis {
          font-weight: 200;
          font-size: calc(var(--spacing) * 4); }
      section.lsb.proces-rada .koraci .korak:last-child .ikona:after {
        content: none; }
  section.lsb.faq {
    padding-top: 0; }
    section.lsb.faq i {
      color: var(--medianno-red);
      font-size: calc(var(--spacing) * 12);
      margin-bottom: calc(var(--spacing) * 4); }
    section.lsb.faq .pitanja {
      /* ── Accordion wrapper ── */
      /* ── Single item ── */
      /* ── Button / header ── */
      /* Remove Bootstrap's default caret */
      /* ── Custom chevron icon ── */
      /* When open, chevron points up (already drawn as "up" svg, rotate on close) */
      /* ── Body ── */
      /* ── Collapse animation tweak ── */ }
      section.lsb.faq .pitanja .custom-accordion {
        margin: auto calc(var(--spacing) * 6); }
      section.lsb.faq .pitanja .custom-accordion .accordion-item {
        background: transparent;
        border: none;
        border-bottom: 1px solid #e5e5e5; }
      section.lsb.faq .pitanja .custom-accordion .accordion-item:first-child {
        border-top: none; }
      section.lsb.faq .pitanja .custom-accordion .accordion-button {
        background: transparent;
        font-weight: 700;
        font-size: calc(var(--spacing) * 4.5);
        padding: calc(var(--spacing) * 5) 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px; }
      section.lsb.faq .pitanja .custom-accordion .accordion-button:focus {
        box-shadow: none;
        outline: none; }
      section.lsb.faq .pitanja .custom-accordion .accordion-button::after {
        display: none; }
      section.lsb.faq .pitanja .custom-accordion .accordion-button .chevron {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.25s ease; }
      section.lsb.faq .pitanja .custom-accordion .accordion-button .chevron svg {
        stroke: var(--medianno-red);
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round; }
      section.lsb.faq .pitanja .custom-accordion .accordion-button.collapsed .chevron {
        transform: rotate(180deg); }
      section.lsb.faq .pitanja .custom-accordion .accordion-body {
        padding: 0 0 24px 0;
        color: #444;
        font-size: calc(var(--spacing) * 3.5);
        line-height: 1.6; }
      section.lsb.faq .pitanja .custom-accordion .accordion-collapse {
        transition: height 0.25s ease; }
  section.lsb.cta {
    background: linear-gradient(160deg, var(--medianno-red) 0%, var(--medianno-dark) 40%, #10093e 100%);
    padding: calc(var(--spacing) * 32) 0;
    text-align: center; }
    section.lsb.cta h2 {
      color: white;
      margin-bottom: calc(var(--spacing) * 12); }
      @media screen and (max-width: 991.98px) {
        section.lsb.cta h2 {
          font-size: calc(var(--spacing) * 8); } }
      @media screen and (max-width: 767.98px) {
        section.lsb.cta h2 {
          font-size: calc(var(--spacing) * 7); } }
    section.lsb.cta p.subtitle {
      color: white;
      font-weight: 200;
      opacity: 0.85;
      margin-bottom: calc(var(--spacing) * 12); }
    section.lsb.cta .cta-box {
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: calc(var(--spacing) * 4);
      padding: calc(var(--spacing) * 10) calc(var(--spacing) * 12) calc(var(--spacing) * 8);
      text-align: left;
      max-width: 550px;
      margin: 0 auto;
      margin-bottom: calc(var(--spacing) * 12); }
      section.lsb.cta .cta-box ul {
        margin: 0 0 calc(var(--spacing) * 8);
        padding: 0; }
        section.lsb.cta .cta-box ul li {
          color: white;
          font-size: calc(var(--spacing) * 4);
          font-weight: 200;
          display: flex;
          gap: calc(var(--spacing) * 3);
          margin-bottom: calc(var(--spacing) * 4); }
          section.lsb.cta .cta-box ul li:before {
            font-family: "Font Awesome 6 Free";
            content: "\f058";
            color: var(--medianno-red-halflight);
            font-weight: 400; }
      section.lsb.cta .cta-box p.tagline {
        color: white;
        text-align: center;
        margin: calc(var(--spacing) * 8) 0 calc(var(--spacing) * 2); }
    section.lsb.cta .btn {
      margin-bottom: calc(var(--spacing) * 12); }
    section.lsb.cta span.fine-print {
      display: block;
      max-width: 500px;
      color: white;
      opacity: 0.6;
      font-size: calc(var(--spacing) * 3.5);
      margin: 0 auto;
      font-weight: 200;
      line-height: calc(var(--spacing) * 6); }

/*# sourceMappingURL=style-theme.css.map */
