:root {
  --c-gray-50: #f9fafb;
  --c-gray-100: #f3f4f6;
  --c-gray-200: #dddfe4;
  --c-gray-300: #c4c8cf;
  --c-gray-400: #a4a9b2;
  --c-gray-500: #868c98;
  --c-gray-600: #676e79;
  --c-gray-700: #4e555f;
  --c-gray-800: #363c45;
  --c-gray-900: #22272f;
  --c-gray-950: #14161a;

  --c-blue-50: #f4faff;
  --c-blue-100: #e5f2ff;
  --c-blue-200: #badfff;
  --c-blue-300: #87c6fa;
  --c-blue-400: #4ca9eb;
  --c-blue-500: #2691d9;
  --c-blue-600: #0c75bb;
  --c-blue-700: #00538f;
  --c-blue-800: #003b6b;
  --c-blue-900: #002950;

  --c-lanaco-blue-primary: #004A8F;

  --c-sand-50: #FFFDFA;
  --c-sand-100: #f7f4f0;
  --c-sand-150: #F0EAE3;
  --c-sand-200: #e8e1d6;
  --c-sand-400: #cabda7;
  --c-sand-800: #554117;


  --c-teal-50: #F4FDFF;
  --c-teal-100: #DCF4F9;
  --c-teal-200: #ADE3EB;
  --c-teal-300: #76D0DB;
  --c-teal-700: #006170;
  --c-teal-800: #004A57;

  --c-violet-50: #F5F3FF;
  --c-violet-100: #EDE9FE;
  --c-violet-300: #C4B5FD;
  --c-violet-700: #6D28D9;
  --c-violet-800: #5B21B6;

  --c-yellow-50: #FFFBEB;
  --c-yellow-100: #FEF3C7;
  --c-yellow-100: #FCD34D;
  --c-yellow-700: #B45309;
  --c-yellow-800: #92400E;

  --c-green-50: #ECFDF5;
  --c-green-100: #D1FAE5;
  --c-green-300: #6EE7B7;
  --c-green-700: #047857;
  --c-green-800: #065F46;

  --c-dark: #0a0f17;

  --c-red-50: #FFF1F2;
  --c-red-100: #FFE4E6;
  --c-red-200: #FECDD3;
  --c-red-300: #FDA4AF;
  --c-red-600: #e11d48;
  --c-red-800: #9F1239;

  --header-height: 8rem;
  --text-gradient-2: linear-gradient(148.51deg, #badfff 13.03%, #2691d9 90.1%);
  --color2-gradient: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);

  --text-gradient-3: linear-gradient(
    148.51deg,
    #badfff 13.03%,
    #2691d9 51.57%,
    #004a8f 90.1%
  );

  --gradient-darker: linear-gradient(
    142.49deg,
    #eadcc7 21.08%,
    #4ca9eb 54.99%,
    #76d0db 85.45%
  );

  @media(max-width: 991px) {
    --header-height: 6rem;
  }
}

* {
  box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
}

p,
span,
strong,
em,
a,
ul,
li,
ol,
b,
figcaption,
div {
  font-size: 1.6rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-bottom: 5.6rem;
  align-self: baseline;
  line-height: 1.4;

  strong,
  span {
    font: inherit;
  }
}

h1,
h2 {
  color: var(--c-gray-900);
  strong {
    font-weight: 600;
  }
}

h1 {
  font-size: 4.8rem;
  letter-spacing: -2px;
  line-height: 1.2;

  @media(max-width: 991px) {
    font-size: 3.8rem;
  }
}

h2 {
  font-size: 3.4rem;
  letter-spacing: -2px;

  @media(max-width: 991px) {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 3.2rem;
  }
}

h3 {
  font-size: 2.8rem;

  @media(max-width: 991px) {
    letter-spacing: -1px;
    line-height: 1.2;
  }
}

h4 {
  font-size: 2.4rem;

  @media(max-width: 991px) {
    font-size: 2.2rem;
    letter-spacing: -.7px;
    line-height: 1.3;
  }
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 2rem;

  @media(max-width: 991px) {
    font-size: 1.8rem;
    letter-spacing: 0px;
    line-height: 1.3;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.cta-title {
  font-size: 4rem;
  margin-bottom: 4.6rem;
  margin-inline: auto;
}

a {
  text-decoration: none;
  color: currentColor;
  line-height: 1.5;
}

p {
  color: var(--c-gray-700);
  font-size: 1.8rem;
  span,
  strong,
  i {
    font-size: inherit;
  }
}

img {
  width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px solid var(--c-gray-200);
  margin-block: 8rem;
}

.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.hidden {
  display: none !important;
}

.hidden-field {
  display: none !important;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: var(--c-gray-50);
}

.logo {
  display: flex;
  align-items: center;

  img {
    height: 3.3rem;
  }

  strong {
    margin-left: 1.7rem;
    color: white;
    font-weight: 400;
    line-height: normal;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.py-0 {
  padding-block: 0 !important;
}

.under-header {
  margin-top: var(--header-height);

  .custom-landing {
    padding-top: calc(14rem - var(--header-height));

    .header-graphics {
      top: 0;
      height: 100%;
    }
  }
}

.py-0-992 {
  @media (min-width: 992px) {
    padding-block: 0 !important;
  }
}

.mt-14 {
  margin-top: 14rem;
}

ul:not([class]) {
  padding-left: 3rem;
  margin-block: 1rem;

  li {
    font-size: 1.8rem;
    color: var(--c-gray-700);
  }
}

section {
  padding-block: 8rem;

  @media(max-width: 991px) {
    padding-block: 6rem;
  }
}

.header-container,
.section-container {
  max-width: 128rem;
  padding-inline: 3.2rem;
}

.section-container {
  margin-inline: auto;

  &.container-relative {
    position: relative;
  }

  &:has(> .no-results) {
    padding-inline: 0;

    > .no-results {
      margin-bottom: 2rem;
    }
  }
}

.section-header-split {
  display: flex;
  align-items: flex-end;
  gap: 20rem;
  margin-bottom: 8rem;

  h3 {
    flex-grow: 1;

    @media (max-width: 991px) {
      margin-bottom: 2rem;
    }
  }

  .btn {
    flex-shrink: 0;
  }

  @media (max-width: 991px) {
    gap: 0.8rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.img-circle-animated {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1;
  width: 100%;

  @media (max-width: 991px) {
    margin-top: 4rem;
  }

  img {
    position: absolute;
    display: block;
  }

  .img-circle {
    width: 47.335%;
  }

  .circle-element {
    height: 21.05%;
  }

  .ring-1,
  .ring-2,
  .ring-3 {
    opacity: 0;
  }

  .ring-1 {
    animation: ringone 3s linear 0.1s infinite;
    width: 61.78%;
  }

  .ring-2 {
    animation: ringtwo 3s linear 0.3s infinite;
    width: 76.4%;
  }

  .ring-3 {
    animation: ringthree 3s linear 0.5s infinite;
    width: 91.78%;
  }
}

@keyframes ringone {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ringtwo {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ringthree {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.landing-row {
  display: flex;
  gap: 6.1rem;

  @media (max-width: 991px) {
    flex-direction: column;
  }

  .column-left {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
  }

  .column-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 40%;
    justify-content: center;

    @media (max-width: 991px) {
    }
  }

  .column-left,
  .column-right {
    @media (max-width: 991px) {
      flex-basis: 100%;
    }
  }
}

.landing {
  &:has(> .cross-bar) {
    + section {
      padding-top: 0;
    }
  }
}

.row {
  display: flex;
  gap: 6.1rem;

  @media (max-width: 991px) {
    flex-direction: column;
  }

  .column-left {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
  }

  .column-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 40%;
  }

  .column-left,
  .column-right {
    @media (max-width: 991px) {
      flex-basis: 100%;
    }
  }

  &.row-reverse-mob {
    @media (max-width: 991px) {
      .column-left {
        order: 1;
      }
    }
  }
}

.page-pill {
  background: rgba(20, 22, 26, 0.3);
  text-transform: uppercase;
  border-radius: 6.4rem;
  color: var(--c-gray-300);
  padding: 0.8rem 1.6rem;
  border: 1px solid var(--c-gray-700);
  display: flex;
  width: fit-content;
  margin-bottom: auto;
  font-size: 1.2rem;
  letter-spacing: 0.2px;

  @media (max-width: 991px) {
    margin-bottom: 4.8rem;
  }
}

.header-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--header-height);
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid var(--c-gray-100);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  backdrop-filter: blur(25px);

  .header-left {
    display: flex;
    align-items: center;
  }

  .header-right {
    display: flex;
    align-items: center;
  }

  .menu-toggle {
    color: white;
    font-size: 2.6rem;
    z-index: 10;
    cursor: pointer;

    @media (min-width: 1191px) {
      display: none;
    }
  }
}

.navigation {
  display: flex;
  align-items: center;
  gap: 8rem;

  .nav {
    display: flex;
    gap: 0.8rem;

    .nav-item {
      padding: 1.3rem 1.8rem;
      display: flex;
      gap: 0.8rem;
      cursor: pointer;
      color: var(--c-gray-700);
      position: relative;
      border-radius: 0.8rem;
      border: 1px solid transparent;

      &.dropdown {
        align-items: center;
        flex-direction: column;

        > span {
          position: relative;

          &::after {
            content: "\e015";
            font-family: lnclines;
            font-size: 1.2rem;
            margin-left: 0.5rem;

            @media (max-width: 1189px) {
              position: absolute;
              right: -1.9rem;
              top: 1rem;
            }
          }

          @media (max-width: 1189px) {
            font-size: 2.2rem;
          }
        }

        .dropdown-container {
          flex-direction: column;

          .dropdown-wrapper {
            display: flex;
            flex-direction: column;
            width: 100%;

            @media(max-width: 1189px) {
              gap: 0.6rem;

              a {
                font-size: 1.8rem;
                padding-block: 0.6rem;
              }
            }
          }
        }

        @media (min-width: 1190px) {
          .dropdown-container {
            background-color: rgba(10, 15, 23, 1);
            border-bottom: 1px solid var(--c-gray-700);
            padding: 0.4rem;
            border-radius: 1rem;
            position: absolute;
            transform: translateY(7.5rem);
            z-index: 10;
            top: 0;
            left: 1.8rem;
            display: none;

            a {
              padding: 1rem;
              border-radius: 0.6rem;
              white-space: nowrap;
              border: 1px solid transparent;

              &:hover {
                background: rgba(255, 255, 255, 0.102);
                border: 1px solid rgba(255, 255, 255, 0.05);
              }
            }
          }

          &:hover {
            &::before {
                content: "";
                width: 100%;
                position: absolute;
                height: 4rem;
                transform: translateY(3.6rem);

                &:hover {
                  .dropdown-container {
                    display: flex;
                  }
                }
              }

              .dropdown-container {
                display: flex;
              }
          }
        }

        &.active {
          @media (max-width: 1189px) {
            flex-direction: column;

            .dropdown-container {
              display: flex;
            }

            > span {

                &::after {
                  transform: rotate(180deg);
                  display: inline-flex;
                }
            }
          }
        }
      }
    }

    > .nav-item {
          @media (max-width: 1189px) {
            font-size: 2.2rem;
          }
      }

    @media (max-width: 1190px) {
      flex-direction: column;
      align-items: center;
    }
  }

  @media (max-width: 1190px) {
    position: fixed;
    inset: 0;
    display: none;
    background-color: rgba(10, 15, 23, 0.95);
    height: 100dvh;
    flex-direction: column;
    transition: all 0.3s ease-out;
    transform: translateY(-100%);

    &.active {
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translateY(0%);
    }
  }
}

.header-dark {
  background-color: rgba(10, 15, 23, 0.6);
  border-bottom: 1px solid var(--c-gray-700);

  .logo {
    img {
      filter: brightness(0) invert(1);
    }
  }

  .navigation {
    .nav {
      .nav-item {
        color: white;

        &.dropdown {
          &::after {
          }

          @media (max-width: 1189px) {
            &:hover {
              background-color: black;
            }
          }
        }

        @media (min-width: 1191px) {
          &:hover, &:active {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.05);
          }
        }
      }
    }
  }
}

.header-light {
  .lnc-menu {
    color: var(--c-gray-900);
  }

  .navigation {
    & .nav {
      .nav-item {
        @media (max-width: 1189px) {
          &:hover {
            /* background-color: var(--c-gray-50); */
          }
        }
      }
    }

    @media (max-width: 1190px) {
      background-color: var(--c-gray-50);
    }
  }

  .logo {
    strong {
      color: var(--c-gray-900);
    }
  }

  .navigation {
    & .nav {
      & .nav-item {
          @media (min-width: 1190px) {
            &:hover {
              background-color: rgba(20, 22, 26, 0.05);
            }

            &:active {
              background-color: rgba(20, 22, 26, 0.1);
            }
          }

        &.dropdown {
          .dropdown-container {
            background-color: var(--c-gray-50);

            @media (min-width: 1190px) {
              border: 1px solid var(--c-gray-200);

              .dropdown-wrapper {
                > a {
                  &:hover {
                    background-color: rgba(20, 22, 26, 0.05);
                  }

                  &:active {
                    background-color: rgba(20, 22, 26, 0.1);
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

section {
  &:has(.cross-bar) {
    position: relative;
  }
}

.cross-bar {
  height: 7.2rem;
  position: absolute;
  right: 0;
  left: 0;
  background-color: var(--c-gray-50);
  z-index: 2;

  &.cross-bar-bottom {
    bottom: 0;
    border-radius: 2rem 2rem 0 0;
  }

  &.cross-bar-top {
    top: 0;
    border-radius: 0 0 2rem 2rem;
  }

  &.white-bar {
    background-color: var(--c-gray-50);
  }

  &.pure-white-bar {
    background-color: white;
  }

  &.dark-bar {
    background-color: var(--c-dark);
  }
}

/* button stilovi - start */

.btn {
  border-radius: 0.8rem;
  font-size: 1.4rem;
  padding: 0.75rem 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  border: none;
  width: fit-content;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.2s ease-out;
  flex-shrink: 0;
  cursor: pointer;
  font-family: inherit;

  .lnc {
    font-size: 2rem;
  }

  &.btn-primary,
  &.btn-black {
    overflow: hidden;
    position: relative;
    z-index: 1;

    span {
      position: relative;
      z-index: 2;
      font: inherit;
      color: inherit;
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      transition: left 0.2s ease-out;
      z-index: 0;
    }

    &:hover {
      background-position: 0 0;

      &::before {
        left: 0;
      }
    }

    &.disabled,
    &[disabled] {
      pointer-events: none;
    }
  }

  &.btn-primary {
    background-color: #00538f;
    color: white;

    &::before {
      background: linear-gradient(90deg, var(--c-blue-500), var(--c-blue-700));
    }

    &:active {
      outline: 2px solid #4ca9eb;
    }

    &.disabled,
    &[disabled] {
      background-color: var(--c-blue-300);
    }
  }

  &.btn-black {
    background-color: var(--c-gray-900);
    color: white;

    &::before {
      background: linear-gradient(90deg, var(--c-gray-700), var(--c-gray-900));
    }

    &:active {
      outline: 2px solid var(--c-gray-700);
    }

    &.disabled,
    &[disabled] {
      background-color: var(--c-blue-300);
    }
  }

  &.btn-secondary {
    background-color: white;
    color: var(--c-gray-700);

    span {
      position: relative;
      z-index: 2;
      font: inherit;
      color: inherit;
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }
  }

  &.btn-outline {
    background-color: white;
    color: var(--c-gray-700);
    border: 1px solid var(--c-gray-300);
    display: flex;
    align-items: center;
  }

  &.btn-base {
    background-color: transparent;
    color: var(--c-gray-700);
  }

  &.btn-link {
    background-color: transparent;
    border-bottom: 1px solid;
    border-radius: 0;
    padding-inline: 1px;

    &.btn-link-gray {
      border-color: var(--c-gray-300);

      &:active {
        color: var(--c-gray-900);
        border-bottom-color: var(--c-gray-900);
      }
    }

    &.btn-link-blue {
      border-color: var(--c-blue-300);

      &:active {
        color: var(--c-blue-900);
        border-bottom-color: var(--c-blue-900);
      }
    }

    &:hover {
      color: var(--c-blue-700);
      border-bottom-color: var(--c-blue-700);
    }
  }

  &.btn-md {
    padding: 1.15rem 1.7rem;
  }

  &.btn-lg {
    padding: 1rem 1.8rem;
    font-size: 1.6rem;
  }

  &.btn-xl {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;

    .lnc {
      font-size: 2.4rem;
    }
  }

  &.btn-xxl {
    padding: 1.65rem 2.5rem;
    font-size: 1.8rem;

    .lnc {
      font-size: 2.8rem;
    }
  }

  &.btn-transparent {
    span {
      display: inline-flex;
      align-items: center;
      gap: 0.8rem;
    }

    &:hover {
      background-color: white;
    }
  }
}

input[type="file"]::file-selector-button {
  background-color: white;
  color: var(--c-gray-700);
  border: 0;
  padding: 0.75rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid var(--c-gray-200);
  cursor: pointer;
  font-weight: 500;
  font-size: 1.4rem;
}

.btn-center {
  margin-inline: auto;
  text-align: center;
  display: block flex;
}

/* button stilovi - end */
/* pki infrastruktura - start */

.landing {
  min-height: 100dvh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width: 991px) {
    padding-block: calc(var(--header-height) + 12vw);
    height: fit-content;
  }

  h1 {
    color: white;
    margin-top: 2rem;
    margin-bottom: 3.8rem;

    @media (max-width: 991px) {
      font-size: 3.6rem;
      line-height: 1.2;
      letter-spacing: -1.4px;
    }
  }

  p {
    color: var(--c-gray-400);
    margin-bottom: 2.8rem;
  }

  .bck-dark {
    background: url(../images/landing-black-img-cmp.png), rgba(10, 15, 23, 1);
    background-position: bottom right;
    background-size: 130%;
    position: absolute;
    inset: 0;
    z-index: -1;

    &::after {
      content: "";
      backdrop-filter: blur(8rem);
      pointer-events: none;
      position: absolute;
      inset: 0;
    }
  }

  &:has(.cross-bar) {
    min-height: calc(100dvh + 7.2rem);
  }

  section {
    position: relative;
    z-index: 1;
  }
}

section {
  position: relative;
}

.pki-tech-section {
  .column-left {
    flex-basis: 50%;
  }

  .column-right {
    flex-basis: 50%;
  }
}

.pki-whitepaper-section {
  .img-block {
    aspect-ratio: 43/40;

    img {
      object-fit: cover;
      object-position: center;
    }
  }

  h2 {
    font-size: 4rem;
  }

  @media (min-width: 991px) {
    .column-left {
      justify-content: center;
    }
  }
}

.gradient-animated {
  background: radial-gradient(
    28.47% 121.66% at 29.9% 6.82%,
    #badfff 0%,
    #e5f2ff 53.5%,
    #dcf4f9 100%
  );
  background-repeat: no-repeat;
  background-size: 150% 150%;
  animation: gradientMove 5s ease-in-out infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.img-gradient {
  display: flex;
  border-radius: 2rem;
  aspect-ratio: 51/61;
  position: relative;
  align-self: stretch;
  max-height: 69.3rem;

  img {
    display: flex;
    border-radius: 1.2rem;
    object-fit: cover;
    object-position: center;
  }

  &.blue-cube {
    aspect-ratio: 1 / 1;

    img {
      object-fit: contain;
    }
  }

  &.lightblue {
    background: radial-gradient(92.59% 86.63% at 36.9% 1.99%, #F3EEE6 25.86%, #87C6FA 100%);
  }

  &:has(video) {
    width: 100%;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;

    video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 1.2rem;
    }
  }

  &.img-cover {
    img {
      object-fit: cover;
    }
  }

  &.img-contain {
    img {
      object-fit: contain;
    }
  }
}

.img-block {
  img {
    border-radius: 1.6rem;
    display: flex;
    width: 100%;
    height: 100%;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;

  .accordion-block {
    transition: all 0.3s ease-out;
    border-radius: 1.6rem;
    border: 1px solid transparent;
    padding: 1.35rem 2.4rem;
    cursor: pointer;

    .accordion-title {
      color: var(--c-gray-500);
      transition: all 0.3s ease-out;
      display: flex;
      align-items: center;
      cursor: pointer;
      font-weight: 500;
      font-size: 1.8rem;
      margin-bottom: 0;

      .lnc {
        margin-right: 1.6rem;
        font-size: 2.4rem;
      }

      > span {
        font-size: 1.8rem;
        margin-right: 1.6rem;
      }
    }

    .accordion-body {
      color: var(--c-gray-700);
      padding-left: 4rem;
    }

    &:not(.active) {
      &:hover {
        background-color: white;

        .accordion-title {
          color: var(--c-gray-700);
        }
      }
    }

    &.active {
      background-color: white;
      border-color: var(--c-gray-200);
      padding: 2.4rem;

      .accordion-title {
        color: var(--c-gray-900);
        margin-bottom: 2rem;

        .lnc,
        span {
          background: var(--text-gradient-2);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
      }
    }
  }

  &.accordion-dark {
    .accordion-block {
      .accordion-title {
        color: var(--c-gray-400);

        .lnc {
          color: var(--c-gray-400);
        }
      }

      .accordion-body {
        color: var(--c-gray-400);
      }

      &.active {
        background-color: var(--c-gray-900);
        border: 1px solid var(--c-gray-800);

        .accordion-title {
          color: white;
        }

        .accordion-body {
          color: var(--c-gray-200);
        }
      }

      &:not(.active) {
        &:hover {
          background-color: var(--c-gray-900);

          .accordion-title {
            color: var(--c-gray-400);
          }
        }
      }
    }
  }
}

.swiper-footer-logo {
  img {
    filter: brightness(0) invert(1);
  }
}

.benefit-cards {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;

  .card-block {
    padding: 5.4rem 4.8rem;
    background-color: var(--c-blue-50);
    border: 1px solid var(--c-blue-200);
    border-radius: 1.6rem;

    .card-block-title {
      display: flex;
      align-items: center;
      margin-bottom: 1.1rem;

      h5 {
        color: var(--c-gray-900);
        font-size: 2rem;
        margin-bottom: 0;
      }

      .lnc {
        background: var(--text-gradient-2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-right: 1.6rem;
        font-size: 2.4rem;
      }
    }

    .card-block-body {
      padding-left: 3.95rem;
      p {
        color: var(--c-gray-700);
      }
    }
  }
}

.benefits-section {
  .key-benefits-title {
    background: var(--text-gradient-3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.8rem;
    max-width: 33.2rem;
    margin-bottom: 4.8rem;
  }

  .section-container {
    > h2 {
      margin-bottom: 2rem;
    }
  }

  p {
    &:not(:last-child) {
      margin-bottom: 3.8rem;
    }
  }
}

.benefits-row {
  margin-bottom: 13rem;
  .column-left {
    flex-basis: 38%;
  }

  .column-right {
    flex-basis: 58%;
    @media(min-width: 992px) {
      position: sticky;
      height: fit-content;
      top: 11.1rem;
    }
  }
}

.pki-challenges-title {
  margin-bottom: 3rem;
}

.accordion-plus-minus {
  .accordion-block {
    &.active {
      .lnc-circle-plus {
        &::before {
          content: "\e2de";
        }
      }
    }
  }
}

.section-pki-services,
.section-cyber-security-services {
  border-radius: 0 0 2rem 2rem;
}

.pki-challenges-row, .row-50-50 {
  .column-left {
    flex-basis: 50%;
  }

  .column-right {
    flex-basis: 50%;
  }
}

.v-text-slide {
  .swiper-wrapper {
    height: 6rem;

      @media (max-width: 991px) {
        height: 4.5rem!important;
      }

    .swiper-slide {
      height: 6rem!important;
      
      @media (max-width: 991px) {
        height: 4.5rem!important;
      }

      h3 {
        margin-bottom: 0;
        text-align: center;
        background: linear-gradient(148.51deg, #76D0DB 13.03%, #2691D9 90.1%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    }
  }
}

.consultation-section,
.cloud-service-section {
  padding-bottom: 16rem;

  .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;

    h2,
    p {
      text-align: center;
      margin-inline: auto;
    }

    h2 {
      max-width: 71rem;
      margin-bottom: 4.5rem;

      strong {
        background: var(--text-gradient-2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      @media (max-width: 991px) {
        font-size: 3rem;
        margin-bottom: 3rem;
      }
    }

    p {
      margin-bottom: 5.6rem;
      color: var(--c-gray-900);
      max-width: 79rem;
    }
  }
}

.consultation-section {
  h3 {
      text-align: center;
      margin-inline: auto;
      font-size: 4rem;
  }
  p {
    text-align: center;
  }
}

.cloud-service-section {
  padding-bottom: 8rem;

  .section-container {
    h3 {
      max-width: 78rem;
      color: var(--c-gray-900);
    }

    p {
      margin-bottom: 0;
      text-align: center;
    }
  }
}

.dark-section {
  background-color: var(--c-dark);

  h3,
  h2 {
    color: white;
  }

  @media(max-width: 991px) {
    padding-block: 6rem;

    > .section-container {
      padding-inline: 2rem;
    }
  }
}

.pki-services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 8rem;

  h2 {
    flex-basis: 50%;
    margin-bottom: 0;
    background: linear-gradient(148.51deg, #76D0DB 13.03%, #2691D9 90.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4rem;
    

    @media (max-width: 991px) {
      text-align: center;
    }
  }

  @media (max-width: 991px) {
    flex-direction: column;
    align-items: center;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;

  &.card-grid-2 {
    @media (min-width: 992px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  + .card-grid {
    margin-top: 2.4rem;
  }

  @media (max-width: 991px) {
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 720px) {
    grid-template-columns: 1fr;
  }

  .card-grid-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem;
    border-radius: 1.6rem;
    background-color: rgba(34, 39, 47, 0.102);
    gap: 5rem;
    border: 1px solid var(--c-gray-800);
    backdrop-filter: blur(12px);

    @media (max-width: 991px) {
      gap: 2.4rem;
    }

    h5 {
      color: white;
      font-size: 2rem;
      margin-bottom: 0;
    }

    p {
      transition: color 0.3s ease-out;
      font-size: 1.4rem;
      color: var(--c-gray-600);
      text-align: left;
      margin-bottom: 0;

      @media (max-width: 991px) {
        color: var(--c-gray-300);
      }
    }

    .lnc {
      background: var(--text-gradient-2);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 3.2rem;
      margin-bottom: 1.8rem;
      display: block;
    }

    &:hover {
      p {
        color: var(--c-gray-300);
      }
    }

    &.card-grid-span-2 {
      grid-column: span 2;

      @media (max-width: 991px) {
        grid-column: initial;
      }
    }
  }

  &.card-grid-white {
    .card-grid-header {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;

      .lnc {
        background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    }

    .card-grid-block {
      background: radial-gradient(
        102.18% 233.53% at 41.18% -17.18%,
        #f9fafb 36.33%,
        #badfff 100%
      );
      border-color: white;

      h5 {
        color: var(--c-gray-900);
        font-size: 1.8rem;
      }

      .card-grid-body {
        display: none;
      }
    }
  }

  &.card-grid-purewhite {
    .card-grid-header {
      display: flex;
      flex-direction: column;
      justify-content: center;

      .lnc {
        background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    }

    .card-grid-block {
      background: white;
      justify-content: center;

      h5 {
        color: var(--c-gray-900);
        font-size: 1.8rem;
      }

      p {
        color: var(--c-gray-500);
      }

      &:hover {
        p {
          color: var(--c-gray-900);
        }
      }
    }
  }

  &.card-grid-lightblue {
    gap: 4rem;

    .card-grid-header {
      .lnc {
        background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      h5 {
        color: var(--c-gray-900);
      }
    }

    .card-grid-block {
      background-color: var(--c-blue-50);
      border: 1px solid var(--c-blue-200);
      border-radius: 1.6rem;

      p {
        color: var(--c-gray-500);
      }
    }
  }
}

.professional-education {
  padding-top: 13rem;

  h2 {
    max-width: 60rem;
    margin-bottom: 8rem;
  }
}

.grid-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4rem;

  .grid-services-item {
    display: flex;
    flex-direction: column;

    .lnc {
      background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 2.4rem;
      margin-bottom: 2rem;
      display: block;
    }

    h4 {
      font-size: 2rem;
      color: var(--c-gray-900);
      margin-bottom: 2.5rem;
    }

    p {
      color: var(--c-gray-500);
    }
  }

  @media (max-width: 991px) {
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 720px) {
    grid-template-columns: 1fr;
  }
}

.why-lanaco-section {
  background: linear-gradient(180deg, #E5F2FF 0%, #F9FAFB 58.73%);

  h3 {
    text-align: center;
  }

  img {
    border-radius: 1.6rem;
  }

  .row {
    gap: 1.6rem;

    .column-left {
      flex-basis: 55%;
    }

    .column-right {
      flex-basis: 45%;
    }

    @media(max-width: 991px) {
      gap: 4rem;
    }
  }
}

.img-descriptive {
  position: relative;
  display: flex;
  height: 100%;

  img {
    border-radius: 2.4rem;

    @media (max-width: 991px) {
      margin-bottom: 1.5rem;
    }
  }

  .img-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.3rem;
    transition: all 0.2s ease-out;
    height: stretch;

    .img-text-item {
      display: flex;
      flex-direction: column;
      background-color: var(--c-blue-50);
      border: 1px solid var(--c-blue-200);
      border-radius: 2.4rem;
      width: 100%;
      padding: 3.2rem;
    }

    .lnc {
      font-size: 2.8rem;
      background: var(--color2-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 1rem;
    }

    p {
      font-size: 1.6rem;
      color: var(--c-gray-900);
    }

    @media (max-width: 991px) {
      max-width: unset !important;
      position: static;
      width: 100%;
      backdrop-filter: unset !important;

      &:not(:last-child) {
        margin-bottom: 1.5rem;
      }
    }
  }
}

.slide-modal {
  display: flex;
  gap: 4rem;

  h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
  }

  hr {
    margin-block: 3.2rem;
  }

  p {
    font-size: 1.6rem;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
  }

  .img-container {
    height: 40rem;
    width: 29rem;
    border-radius: 1.6rem;
    overflow: hidden;
    flex-shrink: 0;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

      @media(max-width: 768px) {
        width: unset;
      }
  }

  @media(max-width: 768px) {
    flex-direction: column;
  }
}

.modal-swipe {
  .swiper-controls {
    position: fixed;
    z-index: 9999;
    left: 10%;
    right: 10%;
    bottom: 3%;
    justify-content: center;

    .modal-prev-btn,
    .modal-next-btn {
      background-color: transparent!important;

      &.swiper-button-disabled {
        opacity: .5;
      }

      &:not(.swiper-button-disabled) {
        .lnc {
          color: white
        }
      }
    }
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    max-height: 100vh;
    overflow-y: auto;

    p {
      strong {
        font-weight: 500;
      }
    }
  }
}

/* pki infrastruktura - end */

.slider-container-basic {
  display: flex;
  gap: 5.6rem;
  padding: 6.4rem;
  border-radius: 2.4rem;
  background-color: var(--c-blue-50);
  border: 1px solid var(--c-blue-200);

  .slider-left {
    flex-shrink: 0;
  }

  h2 {
    max-width: 73rem;
    margin-inline: auto;
  }

  .slider-img {
    position: relative;
    aspect-ratio: 25/35;
    max-width: 25.6rem;
    width: 100%;

    img {
      width: 100%;
      height: 100%;
      border-radius: 1.6rem;
      object-fit: cover;
      object-position: center;
    }

    @media (max-width: 991px) {
      max-width: unset;
    }
  }

  .slider-header {
    display: flex;
    gap: 2.4rem;

    .slider-header-item {
      display: flex;
      align-items: baseline;
      flex-basis: 50%;
      gap: 0.8rem;

      .lnc {
        font-size: 1.4rem;
        background-color: rgba(255, 255, 255, 0.4);
        border: 1px solid var(--c-blue-200);
        border-radius: 0.4rem;
        padding: 5px;
      }

      p {
        font-size: 1.4rem;
      }
    }

    @media (max-width: 991px) {
      flex-direction: column;
    }
  }

  .slider-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.6rem;

    .slider-main {
      h5 {
        margin-bottom: 0;
        font-size: 2.8rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;

        @media (max-width: 991px) {
          font-size: 1.6rem;
        }
      }
    }

    @media (max-width: 991px) {
      gap: 2rem;
    }
  }

  @media (max-width: 991px) {
    flex-direction: column-reverse;
    padding: 2rem;
    gap: 2rem;
  }
}

.swiper-controls {
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
  margin-top: 3.4rem;

  .prev-btn,
  .next-btn {
    width: 6rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5rem;
    cursor: pointer;
    transition: all 0.2s linear;

    &:not([disabled]) {
      background-color: var(--c-gray-100);
      border: 1px solid var(--c-gray-100);

      .lnc {
        color: var(--c-gray-700);
      }

      &:hover {
        background-color: var(--c-gray-100);
        border: 1px solid var(--c-gray-200);
      }
    }

    &[disabled] {
      background-color: var(--c-gray-50);
      border: 1px solid var(--c-gray-50);

      .lnc {
        color: var(--c-gray-400);
      }
    }
  }

  .lnc {
    font-size: 2rem;
  }
}

.slider-container {
  > h3 {
    font-size: 3.4rem;
  }

  > h2 {
    max-width: 70rem;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 6rem;
  }
}

.cyber-proactive-section {
  .column-left {
    flex-basis: 44%;
  }

  .column-right {
    flex-basis: 56%;
  }

  h3 {
    font-size: 3.4rem;
    margin-bottom: 4rem;
  }

  h4 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }

  p {
    font-size: 1.8rem;
    align-self: flex-start;

    &:not(:last-of-type) {
      margin-bottom: 3rem;
    }
  }
}

/* footer - start */

.footer {
  padding: 12.8rem 2rem 8rem 2rem;
  background-size: cover;
  position: relative;
  overflow: hidden;

  @media (max-width: 991px) {
    padding: 4rem 2rem 2rem 2rem;
  }
  
  &::before {
    content: '';
    position: absolute;
    background-color: var(--c-blue-700);
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backdrop-filter: blur(55px);
  }

  .footer-background {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .footer-root,
  .footer-wrapper,
  .section-container {
    position: relative;
    z-index: 3;
  }
}

.swiper-logo {
  margin-bottom: 9.6rem;
  --fade-size: 0px;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent var(--fade-size),
    black calc(var(--fade-size) + 37rem),
    black calc(100% - var(--fade-size) - 37rem),
    transparent calc(100% - var(--fade-size))
  );
  mask-image: linear-gradient(
    to right,
    transparent var(--fade-size),
    black calc(var(--fade-size) + 37rem),
    black calc(100% - var(--fade-size) - 37rem),
    transparent calc(100% - var(--fade-size))
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;

  @media (max-width: 991px) {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent var(--fade-size),
      black calc(var(--fade-size) + 9rem),
      black calc(100% - var(--fade-size) - 9rem),
      transparent calc(100% - var(--fade-size))
    );
    mask-image: linear-gradient(
      to right,
      transparent var(--fade-size),
      black calc(var(--fade-size) + 9rem),
      black calc(100% - var(--fade-size) - 9rem),
      transparent calc(100% - var(--fade-size))
    );
  }

  img {
    height: 4.7rem;
    aspect-ratio: 1;
    object-fit: contain;
  }
}

.swiper-shadow-vertical {
  --fade-size: 0px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent var(--fade-size),
    black calc(var(--fade-size) + 37rem),
    black calc(100% - var(--fade-size) - 37rem),
    transparent calc(100% - var(--fade-size))
  );
  mask-image: linear-gradient(
    to bottom,
    transparent var(--fade-size),
    black calc(var(--fade-size) + 37rem),
    black calc(100% - var(--fade-size) - 37rem),
    transparent calc(100% - var(--fade-size))
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;

  @media (max-width: 991px) {
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent var(--fade-size),
      black calc(var(--fade-size) + 9rem),
      black calc(100% - var(--fade-size) - 9rem),
      transparent calc(100% - var(--fade-size))
    );
    mask-image: linear-gradient(
      to bottom,
      transparent var(--fade-size),
      black calc(var(--fade-size) + 9rem),
      black calc(100% - var(--fade-size) - 9rem),
      transparent calc(100% - var(--fade-size))
    );
  }
}

.swiper-client-logo {
  margin-bottom: 15rem;
}

.swiper-client-logo-right {
  margin-bottom: 14.9rem;

  &:has(+ .btn) {
    margin-bottom: 6rem;

    + .btn {
      margin-bottom: 12.8rem;
    }
  }
}

.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.footer-root {
  display: flex;
  align-items: center;
  flex-direction: column;

  .footer-title {
    margin-inline: auto;
    font-size: 4rem;
    margin-bottom: 4rem;
    text-align: center;
    max-width: 88rem;
    color: white;
    font-weight: 600;

    @media (max-width: 991px) {
      font-size: 2.8rem;
      letter-spacing: -1px;
      line-height: 1.2;
    }
  }

  .footer-contact {
    margin-bottom: 6rem;
  }
  @media (max-width: 991px) {
    padding-inline: 0;
  }
}

.footer-wrapper {
  background-color: var(--c-dark);
  border-radius: 2rem;
  margin-inline: auto;
  max-width: 121.6rem;

  a {
    color: var(--c-gray-200);
    font-size: 1.4rem;
    transition: color 0.2s linear;

    .lnc {
      transition: color 0.2s linear;
    }

    &:hover {
      color: white;

      .lnc {
        color: white;
      }
    }

    @media (max-width: 991px) {
      font-size: 1.4rem;
    }
  }

  h6 {
    color: var(--c-gray-400);
    font-size: 1.2rem;
    margin-bottom: 0;

    @media (max-width: 991px) {
      font-size: 1.4rem;
      margin-bottom: 1.4rem;
    }
  }

}

.main-footer {
  padding: 6.4rem 8rem 0rem 8rem;

  @media (max-width: 991px) {
    padding: 3.2rem;
  }
}

.footer-links {
  display: flex;
  gap: 8rem;
  margin-bottom: 7.2rem;

  .footer-column {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;

    @media (max-width: 991px) {
      gap: 1rem;
    }
  }

  @media (max-width: 991px) and (min-width: 581px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }

  @media (max-width: 580px) {
    flex-direction: column;
    gap: 4rem;
  }
}

.footer-bottom {
  border-top: 1px solid var(--c-gray-700);
  padding-block: 3.2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;

  .logo {
    filter: brightness(0) invert(1);
    width: fit-content;
  }

  @media (max-width: 991px) {
    flex-direction: column;
  }

  .back-home {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;

    .lnc {
      font-size: 1.8rem;
    }
  }
}

.footer-top {
  padding-bottom: 3.2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;

  .logo {
    filter: brightness(0) invert(1);
    width: fit-content;
  }

  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 3rem;

  a {
    display: flex;
  }

  .lnc {
    font-size: 2rem;
    color: var(--c-gray-500);
  }

  @media (max-width: 991px) {
    justify-content: flex-start;
  }
}

.footer-bottom-track {
  background-color: var(--c-gray-100);
  border-radius: 0 0 2rem 2rem;
  padding: 2.9rem 8rem;

  .section-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 0;

    .footer-track-left {
      display: flex;
      align-items: center;
      gap: 2.4rem;

      img {
        max-height: 4.2rem;
        object-fit: contain;
      }

      @media (max-width: 991px) {
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;

        img {
           width: fit-content;
        }
      }
    }

    .footer-track-right {
      display: flex;
      align-items: center;
      gap: 4rem;

      a,
      p {
        color: var(--c-gray-500);
        font-weight: 600;
        font-size: 1.2rem;
      }

      @media (max-width: 991px) {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: unset;
      }
    }

      @media (max-width: 991px) {
        flex-direction: column;
        gap: 1rem;
        align-items: unset;
      }
  }

  @media (max-width: 991px) {
    padding-inline: 3.2rem;
  }
}

/* footer - end */

.element-gradient-2 {
  background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* cyber security - start */

.cyber-threat-section {
  position: relative;
  padding-bottom: 0;

  > .section-container {

    > h2 {
      margin-bottom: 1rem;
      font-size: 3.4rem;
      color: var(--c-gray-900);
      text-align: center;
      margin-inline: auto;
      margin-bottom: 3rem;

      @media(max-width: 991px) {
        margin-inline: 3.2rem;
      }
    }

    @media(max-width: 991px) {
      padding-inline: 0;
    }
  }

  + section {
    padding-top: 0;
  }
}

.stats-percentage {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;

  &:not(:last-of-type) {
    margin-bottom: 5.6rem;
  }

  > h5 {
    align-self: center;
    background: linear-gradient(99.71deg, #fecdd3 22.78%, #e11d48 80.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    @media (max-width: 840px) {
      margin-bottom: 1.9rem;
    }
  }

  &:has(+ .security-divider) {
    @media (max-width: 840px) {
      margin-bottom: 0;
    }
  }
}

.stats-percentage-grid {
  display: flex;
  width: 100%;

  .stats-percentage-item {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.3rem 1rem;

    &:not(:last-of-type) {
      border-right: 1px solid var(--c-gray-200);
    }

    strong {
      font-size: 3.4rem;
      font-weight: 400;
      color: var(--c-gray-900);

      @media (max-width: 840px) {
        font-size: 4.5vw;
      }
    }

    span {
      font-size: 1.8rem;
      color: var(--c-gray-700);

      @media (max-width: 840px) {
        font-size: 2.5vw;
      }
    }
  }
}

.security-divider {
  max-height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    object-fit: cover;
    object-position: bottom;
    max-height: 61rem;
    max-width: 62rem;
  }
}

.advanced-technology-expl {
  padding-bottom: 8rem;
  padding-top: 3rem;

  h3,
  p {
    text-align: center;
    margin-inline: auto;
  }

  h3 {
    max-width: 57.2rem;
    color: var(--c-gray-900);
  }

  p {
    max-width: 81.6rem;
    margin-bottom: 3rem;
    line-height: 1.6;
  }
}

.zig-zag-row {
  gap: 12rem;
  align-items: center;
  margin-bottom: 4.8rem;

  @media (max-width: 840px) {
    gap: 5.6rem;
  }

  .column-left {
    flex-basis: 70%;

    p {
      line-height: 1.6;
    }
  }

  .column-left,
  .column-right {
    h2 {
      max-width: 52rem;
      margin-bottom: 3rem;
      color: var(--c-gray-900);
    }
  }

  .column-right {
    flex-basis: 35%;
  }

  &.zig-zag-row-reverse {
    @media (max-width: 840px) {
      flex-direction: column-reverse;
    }

    .column-left {
      flex-basis: 35%;
    }

    .column-right {
      flex-basis: 65%;
    }
  }
}

.img-lightblue {
  aspect-ratio: 1;
  border-radius: 2.8rem;
  padding: 3.6rem;
  background: radial-gradient(
    102.18% 233.53% at 41.18% -17.18%,
    #f9fafb 36.33%,
    #badfff 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 38rem;
}

.client-trust-section {
  background: linear-gradient(180deg, #e5f2ff 0%, #ffffff 58.73%);

  h3 {
    max-width: 70rem;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 6rem;

    @media (max-width: 991px) {
      font-size: 2.5rem;
      margin-bottom: 2rem;
    }

    strong {
      background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  h2 {
    margin-top: 12rem;
    padding-inline: 1.5rem;

    @media (max-width: 991px) {
      margin-top: 0;
    }
  }

  .swiper-client-logo {
    margin-bottom: 2.4rem;
  }
}

.pki-implementation {
  h2 {
    max-width: 70rem;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 6rem;
  }
}

.vertical-sliders {
  display: flex;
  gap: 2.5rem;

  .swiper-wrapper {
    height: 78rem;
  }

  @media (max-width: 991px) {
    padding-inline: 0rem;
  }
}

.global-system-section {
  background-color: var(--c-blue-100);
  border-radius: 2rem 2rem 0 0;
  padding-bottom: 14rem !important;

  .logo-container {
    height: 14.2rem;
    aspect-ratio: 24/14;
    padding: 4.5rem;
    background-color: #f4faff;
    border-radius: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;

    @media (max-width: 650px) {
      padding: 2rem;
      height: unset;
      width: 100%;
    }
  }

  .swiper-vertical {
    margin-inline: 0;
    pointer-events: none;

    .swiper-slide {
      margin-bottom: 2.5rem !important;
      aspect-ratio: 24/14;
      height: 14.2rem !important;
      display: flex;

      @media (max-width: 650px) {
        height: unset;
      }

      img {
        object-fit: contain;
      }
    }
  }

  h2 {
    margin-bottom: 3rem;
  }

  .row {
    align-items: center;

    .column-left {
      flex-basis: 50%;

      @media (max-width: 650px) {
        width: 100%;
        order: 1;
      }
    }

    .column-right {
      flex-basis: 50%;
    }
  }
}

/* cyber security - end */

/* Cloud i data infrastruktura - start */

.arrow-list {
  list-style: none;

  li {
    margin-bottom: 2.4rem;
    position: relative;
    padding-left: 4rem;
    color: var(--c-gray-900);
    font-weight: 500;

    &::before {
      content: "\e260";
      font-family: lnclines;
      margin-right: 1rem;
      width: 2.8rem;
      height: 2.8rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--c-blue-700);
      background-color: var(--c-blue-200);
      border-radius: 0.8rem;
      font-size: 2rem;
      position: absolute;
      left: 0;
      top: -1px;
    }

    &:has(strong) {
      font-weight: 400;

      strong {
        font-weight: 500;
      }
    }
  }
}

.cloud-i-data-infrastruktura-page {
  .landing {
    .bck-dark {
      bottom: -20.3px;
    }
  }
}

.professional-implementation-section {
  .row {
    gap: 12.8rem;

    @media(max-width: 991px) {
      gap: 6rem;
    }
  }

  .column-left {
    flex-basis: 50%;

    p {
      margin-bottom: 5rem;
    }
  }

  .column-right {
    flex-basis: 50%;
  }
}

.blue-wrapper, .lightblue-wrapper {
  padding: 4rem;
  background-color: var(--c-blue-100);
  border: .2rem solid var(--c-blue-200);
  border-radius: 2.4rem;

  h2 {
    font-weight: 600;
    margin-bottom: 3rem;
  }

  @media(max-width: 991px) {
    padding: 2.5rem;
    
    h2 {
      font-size: 2.4rem;
    }
  }
}

.lightblue-wrapper {
  background-color: var(--c-blue-50);
}

.cyber-threats-section {
  border-radius: 3.2rem;
  position: relative;

  h3 {
    background: var(--text-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.4rem;
    text-align: center;
    max-width: 92rem;
    margin-inline: auto;
  }

  .section-container {
    position: relative;
    z-index: 2;
  }
}

.it-resources-section {

  h2,
  p {
    text-align: center;
    max-width: 78rem;
    margin-inline: auto;
  }

  h2 {
    color: var(--c-gray-900);

    strong {
      background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 51.19%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  p {
    text-align: center;

    &:not(:last-child) {
      margin-bottom: 3rem;
    }
  }

  .btn-group {
    margin-top: 4.8rem;
  }
}

.blue-section {
  background-color: var(--c-blue-200);
  border-radius: 2.4rem;
  padding: 9.6rem 11.2rem;

  > h2 {
    text-align: center;
    margin-bottom: 3rem;
  }

  > p {
    font-size: 1.8rem;
    max-width: 61rem;
  }

  @media (max-width: 991px) {
    padding: 6.6rem 2rem;
    margin-inline: -3.2rem;
  }
}

.maximal-data-protection-section {

  p {
    font-size: 1.8rem;
  }
}

.video-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.2;
  overflow: hidden;
  border-radius: 3.2rem;
  pointer-events: none;

  video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.why-choose-section {
  background-color: var(--c-dark);
  padding: 12rem 8rem;
  position: relative;
  overflow: hidden;

  h3,
  h4 {
    color: white;
    text-align: center;
  }

  h3 {
    font-size: 4rem;
  }

  .section-container {
    position: relative;
    z-index: 2;
    
    @media(max-width: 991px) {
      padding-inline: 0;
    }

    .btn {
      margin-inline: auto;
      display: block;
      margin-top: 6.4rem;
    }
  }

  @media (max-width: 991px) {
    padding: 8rem 2rem;
  }
}

.btn-group {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;

  &.btn-group-center {
    justify-content: center;
  }
}

.big-icon-box {
  display: flex;
  gap: 4rem;

  .icon-box-item {
    flex-basis: 100%;
    padding: 4rem;
    border: 1px solid var(--c-gray-800);
    border-radius: 1.6rem;
    background-color: rgb(34 39 47 / 20%);
  }

  h4 {
    font-weight: 600;
    font-size: 2.2rem;
  }

  h4,
  p {
    margin-bottom: 0;
    text-align: center;

    @media(max-width: 991px) {
      margin-bottom: 2rem;
    }
  }

  p {
    color: var(--c-gray-500);
    font-size: 1.8rem;
  }

  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.icon-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 19rem;

  img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 130%;
  }
}

.star-bck,
.star-bck-2 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.star-bck {
  left: 0;
  top: 0;
}

.star-bck-2 {
  bottom: 0;
  right: 0;
}

/* Cloud i data infrastruktura - end */

/* Komunikacioni i kolaboracioni sistemi - start */

.organizational-challenges-section {
  h2 {
    max-width: 63.9rem;
    font-size: 3.4rem;
  }
}

.speed-practicality-security-section {
  background-color: var(--c-blue-100);

  .text-gradient {
    background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }

  h2 {
    max-width: 72rem;
  }

  .img-gradient {
    width: 100%;
  }
}

.accordion-section {
  .column-right {
      @media(min-width: 1200px) {
        height: 55rem;
      }
  }

}

[data-media] {
  &:not(.active) {
    display: none;
  }
}

.company-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;

  .company-box-item {
    aspect-ratio: 28/20;
    background-color: white;
    border-radius: 1.6rem;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.051);
    border: .1rem solid var(--c-gray-100);


    &:nth-of-type(1),
    &:nth-of-type(3) {
      transform: translateY(-7.2rem);
    }

    img {
      width: 100%;
    }
  }

  @media (max-width: 991px) {
    margin-top: 6rem;
  }
}

.inovators-solutions-section {
  padding-top: 19rem;
  padding-bottom: 12rem;

  h2 {
    margin-bottom: 3rem;
    max-width: 40rem;
  }

  .column-left {
    flex-basis: 40%;

    @media (min-width: 992px) {
      justify-content: flex-start;
    }
  }

  .column-right {
    flex-basis: 60%;
  }

  .text-gradient {
    background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    margin-top: 5rem;
    font-weight: 600;
  }
}

.communication-platforms-section {
  border-radius: 3.2rem;
  position: relative;
  overflow: hidden;

  h2 {
    background: var(--text-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    max-width: 70rem;
    margin-inline: auto;
    margin-bottom: 3rem;
  }

  p {
    color: white;
    max-width: 78rem;
    text-align: center;
    margin-inline: auto;
    display: block;
    margin-bottom: 6rem;
  }

  .section-container {
    position: relative;
    z-index: 2;
  }
}

/* Komunikacioni i kolaboracioni sistemi - end */

/* Telekomunikacije i bezbjednosni sistemi - start */

.strong-gradient {
  strong {
    background: var(--text-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.vertical-sliders {
  .text-gradient {
    text-align: center;
    background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 2rem;
  }

  img {
    max-width: 12rem;
    max-height: 5rem;
  }
}

.clients-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;

  img {
    max-height: 7rem;
    object-fit: contain;
    width: fit-content;
    max-width: 17rem;
    filter: grayscale(100%);
    transition: all .2s ease-out;

    &:hover {
      filter: grayscale(0%);
    }
  }

  @media (max-width: 991px) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }

  @media (max-width: 650px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.title-row {
  display: flex;
  align-items: flex-end;
  gap: 16rem;
  margin-bottom: 8rem;

  .btn {
    flex-shrink: 0;
  }

  h3 {
    background: linear-gradient(106.97deg, #e5f2ff 29.54%, #2691d9 81.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.8rem;
  }

  p {
    color: white;
  }

  @media (max-width: 991px) {
    flex-direction: column;
    align-items: unset;
    gap: 4rem;
    margin-bottom: 3rem;
  }
}

.img-list {
  aspect-ratio: 647/551;
  width: 100%;
  height: 100%;
  border-radius: 2.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 8rem;

  > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .arrow-list {
    background-color: rgba(243, 244, 246, 0.8);
    padding: 6.4rem;
    z-index: 1;
    border-radius: 2.4rem;
    backdrop-filter: blur(12px);

    @media (max-width: 991px) {
      padding: 2rem;
    }

    li {
      color: var(--c-gray-700);

      &:last-of-type {
        margin-bottom: 0;
      }

      &::before {
        background-color: var(--c-gray-500);
        color: var(--c-gray-200);
      }
    }
  }

  @media (max-width: 991px) {
    padding: 2rem;
    aspect-ratio: unset;
  }
}

.complete-infrastructure,
.simple-to-simple {
  .column-left {
    flex-basis: 40%;
  }

  .column-right {
    flex-basis: 60%;
  }
}

.section-with-video {
  > *:not(.video-background) {
    position: relative;
    z-index: 2;
  }
}

.telecommunication-network-section {
  h2 {
    text-align: center;
    
    @media(min-width: 992px) {
      font-size: 4.8rem;
    }
  }

  h3 {
    text-align: center;
  }

  .card-grid {
    max-width: 80rem;
    margin-inline: auto;
    margin-bottom: 8rem;

    .card-grid-block {
      background-color: var(--c-blue-50);
      border: 1px solid var(--c-blue-200);
    }
  }
}

.features-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 2.4rem;
  margin-bottom: 5rem;

  .features-list-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;

    .features-list-item {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      font-size: 2rem;
      color: var(--c-gray-900);

      .lnc {
        font-size: 1.8rem;
        background-color: var(--c-blue-200);
        padding: 0.4rem;
        border-radius: 0.8rem;
        color: var(--c-blue-700);
      }

      @media (max-width: 991px) {
        font-size: 1.6rem;
      }
    }

    @media (max-width: 991px) {
      align-items: flex-start;
      flex-direction: column;
    }
  }

  @media (max-width: 991px) {
    align-items: flex-start;
    flex-direction: column;
  }
}

.malfunction-section {
  h2,
  p {
    text-align: center;
    margin-inline: auto;
  }

  h2 {
    max-width: 68rem;
  }

  p {
    max-width: 78rem;

    &:not(:last-of-type) {
      margin-bottom: 3rem;
    }
  }
}

/* Telekomunikacije i bezbjednosni sistemi - end */

/* SAP rješenja i usluge - start */

.landing-low {
  align-items: flex-end;

  h1 {
    margin-block: 0;
  }

  .column-left,
  .column-right {
    flex-basis: 50%;
  }

  .column-right {
    align-items: unset;
    flex-basis: 50%;

    p {
      color: white;
    }
  }
}

.landing-bck {
  background-position: center;
  background-size: cover;
  position: relative;

  .section-container {
    position: relative;
    z-index: 2;
  }

  .landing-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
  }

  &::before {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    z-index: 2;
    background: rgba(34, 39, 47, 0.6);
  }

  &.landing-bck-blue {
    &::before {
      background: rgba(0, 59, 107, 0.8);
    }

    .video-background {
      opacity: 1;
    }
  }
}

.sap-services,
.saas-solutions-section {
  .row {
    margin-bottom: 6.4rem;
  }

  h3,
  h2 {
    background: linear-gradient(132.06deg, #e5f2ff 6.38%, #2691d9 97.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
  }

  h2 {
    font-size: 4.8rem;

    @media(max-width: 768px) {
      font-size: 3.8rem;
    }
  }
  .column-left {
    flex-basis: 40%;
  }

  .column-right {
    flex-basis: 60%;
    align-items: unset;

    p {
      color: var(--c-gray-200);
      margin-bottom: 4rem;
      font-size: 1.8rem;
    }
  }
}

.swiper-sap-services,
.solution-development-section,
.client-trust-section,
.pki-implementation,
.swiper-company-stats,
.swiper-company-stats-2,
.course-reviews,
.swiper-timeline {
  .swiper-slide {
    width: auto;
  }
}

@media (max-width: 768px) {
  .timeline-slider {
    width: auto;
    overflow-x: clip;
  }
}

.simple-service-card {
  display: flex;
  background-color: var(--c-gray-900);
  padding: 2.4rem;
  border: 1px solid var(--c-gray-700);
  border-radius: 0.8rem;
  gap: 3.5rem;
  width: fit-content;
  min-height: 10.2rem;

  p {
    flex-grow: 1;
    color: white;
    white-space: nowrap;
  }

  span {
    text-transform: uppercase;
    background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.2rem;
    font-weight: 600;
  }
}

.sap-dev-support {
  padding-top: 14rem;
  background-color: var(--c-blue-100);

  h3 {
    margin-bottom: 4rem;
  }

  p {
    margin-bottom: 5rem;
  }

  .arrow-list {
    li {
      font-weight: 500;

      &::before {
        background-color: var(--c-blue-200);
        color: var(--c-blue-700);
      }
    }
  }
}

.stats-grid {
  display: flex;
  gap: 2.4rem;

  .img-side {
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem;
    flex-basis: 45%;

    .img-side-photo {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .img-side-logo {
      position: absolute;
      bottom: 3.8rem;
      right: 4.4rem;
      z-index: 1;
      width: 20%;
    }
  }

  .stats-side {
    flex-basis: 55%;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;

    .stats-side-row {
      display: flex;
      gap: 2.4rem;

      .main-stats {
        flex-basis: 60%;
      }

      .secondary-stats {
        flex-basis: 40%;
      }

      .main-stats,
      .secondary-stats {
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8rem 4rem;
        flex-grow: 1;
        border-radius: 2.4rem;

        strong {
          font-size: 9.4rem;
          background: var(--text-gradient-2);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          line-height: 1;
          font-weight: 400;

          @media (max-width: 768px) {
            font-size: 6rem;
          }
        }

        span {
          font-size: 1.8rem;
        }

        strong,
        span {
          text-align: center;
        }

        @media (max-width: 768px) {
          padding: 4rem 2rem;
        }
      }
    }

    .stats-side-support {
      background-color: white;
      display: flex;
      flex-direction: column;
      padding: 8rem;
      flex-grow: 1;
      border-radius: 2.4rem;

      @media (max-width: 768px) {
        padding: 4rem 2rem;
      }
    }
  }

  @media (max-width: 1050px) {
    flex-direction: column;
  }
}

.stats-side-support {
  h4 {
    margin-bottom: 3.2rem;
  }
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;

  p {
    background-color: var(--c-blue-100);
    border: 1px solid var(--c-blue-200);
    border-radius: 6.4rem;
    color: var(--c-blue-800);
    padding: 0.7rem 1.6rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

.simple-grid {
  display: flex;
  gap: 4.8rem;

  .simple-grid-item {
    h4 {
      margin-bottom: 1.5rem;
      font-size: 2rem;
      font-weight: 500;
    }
  }

  @media (max-width: 991px) {
    flex-wrap: wrap;
  }
}

.rollout-title {
  margin-bottom: 2rem;
}

.rollout-desc {
  font-size: 1.8rem;
  max-width: 62rem;
  margin-bottom: 8rem;
}

.point-grid {
  display: flex;
  gap: 8.8rem;

  h4,
  .lnc {
    background: var(--text-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  h4 {
    font-size: 2.4rem;
    width: 27rem;
    flex-shrink: 0;

    @media (max-width: 991px) {
      margin-bottom: 2rem;
    }
  }

  @media (max-width: 991px) {
    flex-direction: column;
    gap: 2rem;
  }
}

.point-grid-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;

  @media (max-width: 991px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 650px) {
    grid-template-columns: 1fr;
  }
}

.point-grid-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;

  .lnc {
    font-size: 2.2rem;
  }

  p {
    color: var(--c-gray-900);
    font-weight: 500;
  }
}

/* SAP rješenja i usluge - end */

.join-team-section {
  background-color: #e8e1d6;
  border-radius: 3.2rem;
  margin-bottom: 14rem;

  h2,
  h3 {
    color: #554117;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
    max-width: 45rem;
    font-weight: 600;
  }

  .text-group {
    margin-top: auto;
  }

  p {
    margin-bottom: 4.8rem;
  }

  .row {
    gap: 12rem;

    @media (max-width: 991px) {
      gap: 5rem;
    }
  }

  .swiper-slide {
    img {
      max-width: 43.4rem;
      height: 100%;
      aspect-ratio: 1.2/1;
      object-fit: cover;
    }
  }
}

.cube-video {
  aspect-ratio: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.4rem;
  position: relative;

  video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1.2rem;
  }
}

/* Prilagođena softverska rješenja - start */

.complex-to-reliable-section {
  text-align: center;

  h2 {
    max-width: 60rem;
    margin-inline: auto;
    margin-bottom: 4rem;
  }

  .section-container {
    > p {
      max-width: 68rem;
      margin-inline: auto;
      margin-bottom: 4rem;
    }
  }

  .stats-simple {
    width: 100%;
    display: flex;

    .stats-simple-item {
      display: flex;
      flex-basis: 100%;
      justify-content: center;
      align-items: center;
      flex-direction: column;

      strong {
        background: var(--color2-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 4.8rem;
        font-weight: 400;
      }

      p {
        color: var(--c-gray-900);
      }

      &.item-plus {
        strong {
          &::after {
            content: "+";
          }
        }
      }
    }

    @media (max-width: 991px) {
      flex-direction: column;
      gap: 1rem;
    }
  }
}

.simple-to-simple {
  border-radius: 3.2rem 3.2rem 0 0;

  .title-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    > span {
      color: var(--c-gray-400);
      font-weight: 600;
      text-transform: uppercase;
    }

    h2 {
      text-align: center;
      align-self: unset;
      font-size: 4.8rem;
      max-width: 70rem;
      background: linear-gradient(106.97deg, #e5f2ff 29.54%, #2691d9 81.91%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

      @media (max-width: 991px) {
        font-size: 3.8rem;
      }
    }
  }
}

.arhitect-method {
  background-color: var(--c-blue-200);
  padding-top: 14rem;

  h2 {
    max-width: unset!important;

    + p {
      max-width: unset!important;
    }
  }
}

.solution-development-section {
  background-color: var(--c-blue-100);

  h2 {
    max-width: 60rem;
  }

  .space-between {
    > p {
      max-width: 64rem;
    }
  }

  .swiper-controls {
    justify-content: center;
  }
}

.space-between {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
  align-items: flex-end;
  margin-bottom: 4rem;

  @media (max-width: 991px) {
    flex-direction: column;
    align-items: unset;
  }
}

.square-box {
  background-color: var(--c-blue-50);
  border-radius: 1.6rem;
  aspect-ratio: 1;
  width: 32.8rem;
  padding: 4rem;
  border: 1px solid var(--c-blue-200);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  p {
    font-size: 1.6rem;
    color: var(--c-gray-500);
  }

  .lnc {
    font-size: 4rem;
    background: var(--color2-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  @media(max-width: 991px) {
    max-width: 80vw;
  }
}

.our-tech-section {
  .column-left {
    flex-basis: 40%;
  }

  .column-right {
    flex-basis: 60%;
  }

  .title-row {
    margin-bottom: 0;
  }

  .row {
    gap: 9.6rem;
  }
}

/* Prilagođena softverska rješenja - end */

/* SaaS rješenja i usluge - start */

.saas-features-section {
  background-color: #f3f9ff;
}

.package-grid {
  display: flex;
  gap: 3.2rem;

  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.package-list {
  display: flex;
  flex-direction: column;
  background-color: var(--c-blue-50);
  padding: 4.5rem;
  border: 1px solid var(--c-gray-200);
  border-radius: 1.6rem;
  flex-basis: 100%;

  > img {
    width: 6rem;
    flex-shrink: 0;
    margin-bottom: 1.6rem;
  }

  h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 4rem;
  }

  p {
    font-size: 1.4rem;
  }

  .package-list-features {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
    flex-direction: column;

    .package-feature-item {
      display: flex;
      align-items: baseline;
      gap: 0.8rem;
    }

    .icon-box {
      background-color: var(--c-gray-200);
      width: 2.4rem;
      height: 2.4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0.6rem;
      flex-shrink: 0;

      .lnc {
        color: var(--c-gray-600);
        border-radius: 50%;
        display: flex;
        font-size: 1.4rem;
      }
    }
  }

  @media(max-width: 768px) {
    padding: 2.5rem;
  }
}

.product-showcase {
  display: flex;
  gap: 1.2rem;
  position: relative;
  z-index: 2;

  .product-showcase-box {
    background-color: rgba(34, 39, 47, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8.8rem;
    width: 100%;
    padding-block: 1rem;
    border-radius: 0.8rem;
    border: 1px solid var(--c-gray-700);
    transition: all 0.2s ease-out;
    position: relative;

    &::after {
      content: "\e279";
      font-family: "lnclines";
      font-size: 1.6rem;
      width: 2.4rem;
      height: 2.4rem;
      display: none;
      justify-content: center;
      align-items: center;
      background-color: var(--c-gray-800);
      color: var(--c-gray-200);
      border-radius: .6rem;
      position: absolute;
      right: .8rem;
      bottom: .8rem;
    }

    img {
      object-fit: contain;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      transition: all 0.2s ease-out;
    }

    .youcc {
      height: 4.2rem;
    }

    .careoll {
      height: 2.8rem;
    }

    .station24 {
      height: 2.6rem;
    }

    .eduis {
      height: 3.7rem;
    }

    .ecoone {
      height: 2.4rem;
    }

    .appfusion {
      height: 4.9rem;
    }

    .goplatform {
      height: 2.4rem;
    }

    @media(min-width: 992px) {
      &:hover {
        &::after {
          display: flex;
        }

        transform: translateY(-1.6rem);
        background-color: var(--c-gray-900);
      }
    }

    @media(max-width: 991px) {
      &::after {
        display: flex;
      }

      background-color: var(--c-gray-900);

      img {
          opacity: 1;
      }
    }
  }

  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.products-section {
  background-color: var(--c-blue-100);
}

.product-section {
  h2 {
    margin-bottom: 3rem;

    ~ p {
      &:not(:last-of-type) {
        margin-bottom: 3rem;
      }
    }
  }

  .row {
    margin-bottom: 6.4rem;
  }

  .product-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 9rem;

    .product-logo {
      height: 5.6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-inline: 2.8rem;
      background-color: var(--c-gray-50);
      border-radius: 0.8rem;
      border: 1px solid var(--c-blue-200);

      .youcc {
        height: 3.1rem;
      }

      .careoll {
        height: 2.1rem;
        position: relative;
        top: 0.3rem;
      }

      .station24 {
        height: 2.4rem;
      }

      .eduis {
        height: 3.5rem;
      }

      .ecoone {
        height: 2.2rem;
      }
    }

    .btn {
      height: 5.6rem;
      font-size: 1.4rem;

      &:hover {
        background-color: var(--c-gray-100);
      }

      .lnc {
        font-size: 2rem;
      }
    }

    @media (max-width: 991px) {
      margin-bottom: 3rem;
    }
  }
}

.product-case-study {
  padding: 5.6rem;
  background-color: white;
  border: 1px solid var(--c-blue-200);
  border-radius: 2.8rem;
  display: flex;
  gap: 9.6rem;

  .product-case-study-head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 32rem;
    flex-shrink: 0;

    .btn {
      margin-bottom: 5rem;
    }

    @media (max-width: 991px) {
      justify-content: unset;
      flex-basis: unset;
    }

    &:has(.autor:first-child) {
      justify-content: flex-end;
    }
  }

  .product-case-study-text {
    align-self: flex-end;

    p {
      color: var(--c-gray-900);
      font-size: 1.6rem;

      &:not(:last-of-type) {
        margin-bottom: 3rem;
      }
    }
  }

  .autor {
    img {
      width: 2.9rem;
      margin-bottom: 2.5rem;
    }

    h5 {
      font-size: 1.6rem;
      font-weight: 600;
      margin-bottom: 1.2rem;
    }

    p {
      color: var(--c-gray-900);
      font-size: 1.6rem;
    }
  }

  @media (max-width: 991px) {
    flex-direction: column;
    gap: 2.6rem;
    padding: 2.4rem;
  }
}

.block-links {
  display: flex;
  gap: 2.4rem;

  > * {
    flex-basis: 100%;
  }

  h3 {
    @media (max-width: 991px) {
      margin-bottom: 2rem;
    }
  }

  .block-link {
    border-radius: 2.8rem;
    overflow: hidden;
    position: relative;
    aspect-ratio: 39/54;

    &::before {
      content: "";
      background: linear-gradient(
        180deg,
        rgba(34, 39, 47, 0.6) 0%,
        #22272f 100%
      );
      opacity: 0.4;
      inset: 0;
      position: absolute;
      z-index: 2;
      transition: all 0.2s ease-out;
    }

    img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    h4 {
      position: absolute;
      bottom: 4rem;
      left: 4rem;
      z-index: 3;
      margin-bottom: 0;
      font-weight: 600;
      color: var(--c-gray-200);
      max-width: 22.3rem;
    }

    .btn {
      z-index: 3;
      position: absolute;
      bottom: -20%;
      right: 4rem;
      transition: all 0.2s ease-out;
      pointer-events: none;
      border-radius: 3.5rem;

      .lnc {
        font-size: 1.8rem;
      }
    }

    &:hover {
      &::before {
        opacity: 1;
      }

      .btn {
        bottom: 4rem;
      }
    }
  }

  @media (max-width: 991px) {
    flex-direction: column;
  }
}

/* SaaS rješenja i usluge - end */

/* Pametna rješenja - start */

.three-way-section {
  p {
    color: var(--c-gray-900);
  }

  .card-grid {
    .card-grid-header {
      display: flex;
      flex-direction: column;
      gap: 5rem;

      h5 {
        font-size: 1.7rem;
        font-weight: 600;
      }
    }

    .card-grid-block {
      gap: 1rem;
      justify-content: unset;
    }
  }
}

.icon-list {
  list-style: none;

  li {
    margin-bottom: 2.4rem;
    position: relative;
    color: var(--c-gray-900);
    font-size: 1.6rem;
    padding-left: 0;

    .lnc {
      margin-right: 1rem;
      width: 2.8rem;
      height: 2.8rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--c-blue-700);
      background-color: var(--c-blue-200);
      border-radius: 0.8rem;
      font-size: 2rem;
      position: absolute;
      left: 0;
      top: -1px;
    }

    img {
      max-width: 2.8rem;
      max-height: 2.8rem;
      position: relative;
      top: 0.5rem;
      margin-right: 1rem;
    }
  }
}

.comm-int-section,
.data-security-protection-section {
  h2 {
    margin-inline: auto;
    text-align: center;
    max-width: 64rem;
    font-size: 4rem;

    @media(max-width: 991px) {
      text-align: left;
      margin-bottom: 3rem;
      font-size: 2.7rem;
    }
  }

  h3 {
    margin-bottom: 3rem;

    @media(max-width: 991px) {
      font-size: 2rem;
    }
  }

  p {
    margin-bottom: 3rem;
  }

  li {
    font-weight: 500;
  }

  .column-right {
    align-items: unset;
  }
}

.data-security-protection-section {
  background-color: var(--c-blue-100);
}

.iot-success-section {
  h2 {
    max-width: 64rem;
    margin-inline: auto;
    text-align: center;
    background: linear-gradient(106.97deg, #e5f2ff 29.54%, #2691d9 81.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  h3 {
    max-width: 72rem;
    margin-inline: auto;
    text-align: center;
    background: var(--color2-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 5.6rem;
  }

  .section-container {
    position: relative;
    z-index: 2;

    > span {
      color: var(--c-gray-400);
      text-align: center;
      margin-inline: auto;
      display: block;
      font-size: 1.6rem;

      @media(max-width: 991px) {
        margin-bottom: 1rem;
      }
    }

    > p {
      color: var(--c-gray-200);
      text-align: center;
      margin-inline: auto;
      max-width: 80rem;
      font-size: 1.6rem;
      margin-bottom: 5.4rem;
    }
  }
}

.features-uppercase {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  max-width: 70rem;
  flex-wrap: wrap;
  width: 100%;
  margin-inline: auto;

  img {
    max-width: 2.6rem;
    max-height: 2.6rem;
  }

  div {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-size: 2rem;
  }

  @media (max-width: 991px) {
    justify-content: unset;
  }
}

.business-optimization-section {
  .section-container {
    > h2 {
      max-width: 72rem;
      margin-inline: auto;
      text-align: center;
      font-size: 4rem;

      strong {
        background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 51.19%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      @media(max-width: 991px) {
        font-size: 3.4rem;
      }
    }

    > p {
      max-width: 80rem;
      margin-inline: auto;
      text-align: center;
      margin-bottom: 3rem;

      &:last-of-type {
        margin-bottom: 7rem;
      }
    }
  }

  .point-grid {
    margin-bottom: 7rem;

    > h4 {
      width: 21rem;
    }

    .point-grid-blocks {
      grid-template-columns: repeat(4, 1fr);
        @media(max-width: 991px) {
          grid-template-columns: 1fr 1fr;
          gap: 3rem 2rem;
        }

        @media(max-width: 650px) {
          grid-template-columns: 1fr;
          gap: 3rem 2rem;
        }
    }
  }
}

/* Pametna rješenja - end */

.form-filed {
  display: flex;
  gap: 2.4rem;

  @media(max-width: 768px) {
    flex-direction: column;
    gap: 0;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  width: 100%;
  position: relative;

  label {
    font-size: 1.4rem;
    color: var(--c-gray-700);
    font-weight: 500;
    margin-bottom: 0.5rem;

    &[data-optional] {
      display: flex;

      &::after {
        content: attr(data-optional);
        margin-left: auto;
        color: var(--c-gray-600);
        font-weight: 400;
        font-size: 1.2rem;
      }
    }
  }

  &.has-danger {
    input,
    textarea {
      border-color: var(--c-red-600);
    }

    .input-icon {
      color: var(--c-red-600);
    }
  }

  .input-icon, .clean-field {
    color: var(--c-gray-300);
    position: absolute;
    right: 1.4rem;
    top: 4.4rem;
    font-size: 1.6rem;
    pointer-events: none;
  }

  .clean-field {
    display: none;
    cursor: pointer;
    pointer-events: all;
  }

  &:has(.input-icon) {
    input {
      padding-right: 4rem;
    }
  }

  &:has(input:first-child) {
      .input-icon, .clean-field {
        top: 1.6rem;
      }
  }

  &:has(select) {
    select {
      appearance: none;
    }

    &::after {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 18.4156C12.2163 18.4156 12.4237 18.3297 12.5767 18.1767L23.7611 6.99224C24.0796 6.67376 24.0796 6.15739 23.7611 5.8389C23.4426 5.52042 22.9263 5.52042 22.6078 5.8389L12 16.4467L1.3922 5.8389C1.07372 5.52042 0.55735 5.52042 0.238864 5.8389C-0.0796213 6.15739 -0.0796213 6.67376 0.238864 6.99224L11.4233 18.1767C11.5763 18.3297 11.7837 18.4156 12 18.4156Z' fill='%23c4c8cf'/%3E%3C/svg%3E%0A");

      background-size: 16px;
      background-repeat: no-repeat;
      display: inline-block;
      position: absolute;
      right: 1.2rem;
      top: 1.8rem;
      z-index: 1;
      width: 16px;
      height: 16px;
      pointer-events: none;
      font-size: 1.6rem;
    }
    
    select {
      padding-right: 30px!important;
    }
  }

  &:has(label + select) {
    &::after {
      top: 4.5rem;
    }
  }

  input {
    &:not(:placeholder-shown) {
      ~ .clean-field {
        display: flex;
      }

      ~ .search-icon {
        display: none;
        color: black;
      }
    }

    .search-clear {
      display: none;
    }

    &[type="search"] {
      &::placeholder {
        color: var(--c-gray-700);
      }

      ~ .clean-field {
        color: black;
      }

      &::-webkit-search-decoration,
      &::-webkit-search-cancel-button,
      &::-webkit-search-results-button,
      &::-webkit-search-results-decoration {
        display: none;
      }

      &:active, &:not(:placeholder-shown) {
        border: 1px solid #87C6FA;
        box-shadow: 0px 0px 0px 4px #E5F2FF;
      }
    }
  }

  &:has(select:open) {
    &::after {
      transform: rotate(180deg);
    }
  }

  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
}

  .messages {
    padding: 2rem 2.4rem;
    background-color: var(--c-red-50);
    border-radius: 1.2rem;
    border: 1px dashed var(--c-red-600);
    color: var(--c-red-600);
    display: flex;
    align-items: center;
    gap: 2rem;
    line-height: 1.4;
    margin-bottom: 4rem;

    .lnc {
      font-size: 2.6rem;
    }
  }

.help-block {
  &.with-errors {
    .list-unstyled {
      list-style: none;

      li {
        color: var(--c-red-600);
        font-size: 1.4rem;
        margin-top: 0.5rem;
      }
    }
  }
}

input[type="file"] {
  font-family: inherit;
  font-size: 14px;
}

input:not([type="submit"]),
textarea, select, option {
  padding: 1.3rem 1.2rem;
  outline: none;
  border: 1px solid var(--c-gray-200);
  border-radius: 1rem;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: white;

  &:-webkit-autofill,
  &:-webkit-autofill:hover,
  &:-webkit-autofill:active,
  &:-webkit-autofill:focus,
  select:-internal-autofill-selected {
    background-color: #ffffff !important;
    color: #000 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
  }

  &::placeholder {
    color: var(--c-gray-300);
  }

  &:active,
  &:focus,
  &:not(:placeholder-shown) {
    color: var(--c-gray-900);
  }
}

select {
    option:first-of-type {
      color: var(--c-gray-300);
    }

    &:has(option:first-of-type:checked) {
      color: var(--c-gray-300);

      option:not(:first-of-type) {
        color: var(--c-gray-900);
      }
    }
}

.checkbox-group {
  margin-bottom: 2.4rem;
  > label {
    display: flex;
    align-items: baseline;
    gap: 1rem;

    strong, a {
      color: var(--c-gray-900);
      font-weight: 500;
      line-height: 1.4;
      font-size: 1.4rem;
    }

    a {
      text-decoration: underline;
    }
    
    input {
      width: fit-content;
    }
  }
}

#company_field {
  display: none;
}

textarea {
  resize: vertical;
}

#send-button {
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: center;
}

.submit-form {
  width: 100%;
}

.radio-group {
  display: flex;
  flex-direction: column;
}

.form-split {
  display: flex;
  gap: 8rem;

  @media (max-width: 991px) {
    flex-direction: column-reverse;
  }
}

.custom-radio {
  display: flex;
  align-items: center;
  padding-block: 1rem;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  background: #ffffff1a;
  border-radius: 50%;
  color: #fff;
  position: relative;

  input {
    position: absolute;
    visibility: hidden;

    &:checked {
    }
  }

  strong {
    color: var(--c-gray-900);
    font-weight: 500;
    font-size: 1.6rem;
  }

  .radio-mark {
    flex-shrink: 0;
    height: 1.6rem;
    width: 1.6rem;
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    outline: 2px solid #dddfe4;

    input[type="radio"]:checked + & {
      background-color: #ffffff;
      outline: 2px solid #76d0db;

      &::after {
        content: "";
        width: 12px;
        height: 12px;
        background: linear-gradient(148.51deg, #76d0db 13.03%, #2691d9 90.1%);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }
  }
}

.custom-checkbox {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  background: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  color: #fff;

  .checkbox-mark {
    flex-shrink: 0;
    height: 1.6rem;
    width: 1.6rem;
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    transition: border-color 0.3s ease, background-color 0.3s ease;

    input[type="checkbox"]:checked + & {
      background-color: #ffffff;
      outline: 2px solid #76d0db;

      &::after {
        content: "";
        width: 5px;
        height: 10px;
        border: solid #cc3366;
        border-width: 0 3px 3px 0;
        position: absolute;
        top: 0px;
        left: 4.4px;
        transform: rotate(45deg);
      }
    }
  }
}

.label-title {
  color: var(--c-gray-950);
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

/* cookie - start */

.cookie {
  position: fixed;
  bottom: -40%;
  z-index: 9999;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  transition: all 0.3s linear;
}

.button_container {
  margin: 0 auto;
  text-align: center;
}

.cookie > div {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;

  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.cookie_text {
  line-height: 1.2;
  color: var(--h2-color);
  font-size: 1.6rem;
}

.cookie_link {
  text-decoration: underline;
}

.button_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

/* cookie - end */

/* Edukacija - start */

.landing-blank {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 16rem;

  @media (max-width: 991px) {
    margin-top: 5rem;
  }

  img {
    max-width: 40rem;
  }

  h1 {
    text-align: center;
    align-self: unset;
    margin-block: 4.6rem;
    font-size: 3.4rem;
  }

  p {
    max-width: 80rem;
    text-align: center;
    color: var(--c-gray-900);
  }
}

.thank-you-section {
  h1 {
    font-size: 3.4rem;
  }

  h1,
  p {
    margin-bottom: 3.6rem;

    a {
      font: inherit;
      color: var(--c-lanaco-blue-primary);
      font-weight: 500;
    }
  }
}

.edukacija-landing {
  background-color: white;
  background: linear-gradient(
    142.49deg,
    #f3eee6 21.08%,
    #badfff 54.99%,
    #dcf4f9 85.45%
  );
  padding-bottom: 14rem;

  h1,
  p {
    color: var(--c-gray-900);
  }

  h1 {
    margin-bottom: 3.8rem;
  }

  p {
    strong {
      font-weight: 600;
    }
  }

  .landing-row {
    gap: 5rem;

    .column-left {
      flex-basis: 55%;
      justify-content: flex-end;
    }

    .column-right {
      flex-basis: 45%;
    }

    .landing-img {
      aspect-ratio: 516/640;
      border-radius: 2.4rem;
      border: 0.3rem solid #e5f2ff;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      @media (min-width: 992px)  {
        max-height: 90%;
      }
    }
  }
}

.resource-stats-section {
  .section-heading {
    max-width: 65rem;
    text-align: center;
    margin-inline: auto;

    h2,
    p {
      margin-bottom: 3rem;
    }

    h2 {
      font-size: 3.4rem;
      max-width: 58rem;
      margin-inline: auto;
    }
  }
}

.custom-landing {
  background-color: #F4FAFF;
  padding-block: 14rem 7.2rem;
  position: relative;

  .section-container {
    z-index: 2;
    position: relative;
  }

  h1 {
    margin-bottom: 2.4rem;
  }

  .column-left {
    > p {
      margin-bottom: 4rem;
    }
  }
}

.contact-landing, .whitepaper-landing, .case-study-landing {
  .row {
    gap: 8rem;

    .column-left,
    .column-right {
      flex-basis: 50%;
    }
  }

  .contact-form-wrapper {
    border: 1px solid var(--c-blue-200);
    padding: 4rem;
    border-radius: 2.4rem;

    h3 {
      font-weight: 600;
      margin-bottom: 3rem;
    }

    @media(max-width: 768px) {
      padding: 3rem;
    }
  }
}

.whitepaper-landing, .case-study-landing {
  background-color: var(--c-gray-50);
  .contact-form-wrapper  {
    border: 1px solid var(--c-gray-200);
  }

  img {
    border-radius: 1.6rem;
  }
}

.whitepaper-landing {
  h1 + img {
    margin-bottom: 3rem;
  }
}

.case-study-landing {
  img {
    margin-bottom: 3rem;
  }
}

form.contact-form {
  .btn[type=submit] {
    width: 100%;
    justify-content: center;
  }
}

.residence-block {
  border: 1px solid var(--c-blue-200);
  border-radius: 2.4rem;
  padding: .8rem;
  display: flex;
  flex-direction: column;
  background-color: white;

  .residence-img {
    display: flex;

    img {
      border-radius: 1.6rem;
      object-fit: cover;
      aspect-ratio: 34/21;
      max-height: 23.1rem;
    }
  }

  .residence-data {
    display: flex;
    padding: 2.4rem;
    gap: 1rem;
    flex-direction: column;

    h5, .residence-contact {
      flex-basis: 100%;
    }

    h5 {
      font-weight: 600;
      font-size: 1.8rem;
      color: var(--c-blue-700);
      margin-bottom: 0;
    }

    .residence-contact {
      display: flex;
      flex-direction: column;
      gap: 1rem;

      a {
        font-size: 1.6rem;
        color: var(--c-gray-900);
        display: flex;
        align-items: center;
        gap: .8rem;

        .lnc {
          font-size: inherit;
          color: var(--c-gray-600);
        }

        span {
          all: inherit;
          text-decoration: underline;
          text-underline-offset: .3rem;
        }
      }
    }
  }
}

.main-residence {
  &.residence-block {
    .residence-img {

      img {
        aspect-ratio: 52/31;
        max-height: 30.8rem;
      }
    }
    
    .residence-data {
      gap: 2.4rem;

      @media(min-width: 991px) {
        flex-direction: row;
      }
    }
  }
}

.location-container {
  margin-top: 8rem;

  @media(min-width: 991px) {
    padding: 8rem;
    background-color: var(--c-blue-100);
    border-radius: 3.2rem;
    border: 1px solid var(--c-blue-200);
  }
}

.residence-group {
  display: flex;
  gap: 1.6rem;

  .residence-block {
    flex-basis: 100%;
  }

  @media(max-width: 1145px) {
    flex-direction: column;

    img {
      max-height: unset!important;
    }
  }
}

.company-stat {
  text-align: center;
  width: 40rem;
  max-width: calc(100vw - 1.5rem);
  margin-top: 15.7rem;

  span {
    font-size: 9.4rem;
    background: var(--gradient-darker);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
  }
}

.swiper-talent {
  max-width: 43.4rem;
  border-radius: 2.4rem;
  width: 100%;

  img {
    border-radius: 2.4rem;
  }
}

.edu-zig-zag-section {
  background-color: var(--c-blue-100);
  .column-left,
  .column-right {
    @media (min-width: 992px) {
      flex-basis: 50% !important;
    }
  }

  .column-left {
    p {
      margin-bottom: 3rem;
    }
  }

  h2 {
    margin-bottom: 3rem;
  }

  .lightblue-cube {
    aspect-ratio: 1/1;
  }

  .column-right {
    .btn {
      align-self: flex-start;
      margin-top: 3rem;;
    }
  }
}

.lanaco-edu-center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.edu-tech {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.2rem;
  padding: 3rem;

  .edu-tech-row {
    display: flex;
    gap: 1.2rem;

    @media (max-width: 728px) {
      flex-wrap: wrap;
    }
  }

  @media (max-width: 991px) {
    align-items: unset;
  }
}

.edu-tech-item {
  background-color: var(--c-blue-100);
  border: 1px solid var(--c-blue-200);
  border-radius: 1.2rem;
  height: 4.4rem;
  padding-inline: 2rem;
  color: var(--c-blue-700);
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 1rem;

  @media (max-width: 991px) {
    font-size: 1.4rem;
  }

  .lnc {
    color: var(--c-blue-400);
    font-size: 2rem;

    @media (max-width: 991px) {
      font-size: 1.6rem;
    }
  }
}

.course-review {
  display: flex;
  flex-direction: column;
  background-color: var(--c-blue-100);
  border: 1px solid var(--c-blue-200);
  padding: 4.8rem;
  border-radius: 1.2rem;
  max-width: 48rem;
  height: 100%;

  p {
    margin-bottom: 0;
  }

  .course-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.8rem;

    .course-type {
      display: flex;
      flex-direction: column;

      span {
        font-size: 1.2rem;
      }

      strong {
        font-weight: 400;
        font-size: 1.6rem;
      }
    }

    .lnc {
      font-size: 3.2rem;
      background: var(--color2-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      height: fit-content;

      @media (max-width: 991px) {
        font-size: 2.5rem;
      }
    }
  }

  .course-body {
    margin-block: auto 3rem;

    p {
      font-size: 2.2rem;
      color: var(--c-gray-900);

      @media (max-width: 991px) {
        font-size: 1.8rem;
      }
    }
  }

  .course-footer {
    p {
      font-size: 1.6rem;
    }
  }

  @media (max-width: 991px) {
    max-width: unset;
    width: 100%;
    padding: 2rem;
    max-width: calc(100vw - 6rem);
  }
}

.course-reviews-section {
  h2 {
    text-align: center;
  }

  .swiper-controls {
    justify-content: center;
  }

  .swiper-slide {
    height: auto;
  }
}

.edu-partners-section {
  h2 {
    margin-bottom: 1rem;
  }

  p {
    margin-bottom: 5rem;
  }

  h2,
  p {
    margin-inline: auto;
    text-align: center;
    display: block;
  }
}

.swiper-edu-logo {
  margin-bottom: 0 !important;
}

/* Edukacija - end */

/* Naša priča - start */

.nasa-prica-page {
  .landing {
    .video-background {
      border-radius: 0;
    }
  }
}

#nasa-prica {
  background-color: var(--c-sand-100);
}

.landing-services {
  > .section-container {
    @media(min-width: 1200px) {
      display: flex;
      min-height: calc(100vh - 22rem);
    }
  }

  .landing-row {
    gap: 0;

    .column-right {
      flex-basis: 50%;
    }
  }
}

.jump-menu-section {
  position: sticky;
  top: 8rem;
  z-index: 19;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(164, 169, 178, 0.2);

  .tab-navigation {
    display: flex;
    justify-content: center;
    align-items: center;

    .tab-container {
      display: flex;
      justify-content: center;
      position: relative;

      &::before {
        content: "";
        width: 17.6rem;
        position: absolute;
        left: 0;
        bottom: -0.1rem;
        background-color: var(--c-blue-500);
        height: 0.2rem;
        transition: all 0.3s ease-out;
      }

      &:has(.active:nth-child(1)) {
        &::before {
          left: 0rem;
        }
      }

      &:has(.active:nth-child(2)) {
        &::before {
          left: 20%;
        }
      }

      &:has(.active:nth-child(3)) {
        &::before {
          left: 40%;
        }
      }

      &:has(.active:nth-child(4)) {
        &::before {
          left: 60%;
        }
      }

      &:has(.active:nth-child(5)) {
        &::before {
          left: 80%;
        }
      }
    }

    .tab-item {
      display: inline-flex;
      justify-content: center;
      width: 17.6rem;
      flex-shrink: 0;
      padding-block: 1.15rem;
      font-size: 1.4rem;
      text-transform: uppercase;
    }
  }

  @media (max-width: 1039px) {
    display: none;
  }
}

.person-blockquote {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 1.6rem;

  @media (max-width: 991px) {
    flex-direction: column;
    margin-bottom: 3.2rem;

    &:has(.quote-block:first-child) {
      flex-direction: column-reverse;
    }
  }
}

.person-block {
  background-color: white;
  border: 1px solid var(--c-sand-200);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;

  &::before {
      content: '';
      position: absolute;
      background-color: #636572;
      filter: blur(7rem);
      z-index: 0;

      @media(min-width: 769px) {
        left: -4%;
        top: 33%;
        width: 52%;
        height: 100%;
        border-radius: 40rem;
        transform: rotate(10deg);
      }

      @media(max-width: 768px) {
        width: 150%;
        height: calc(50% + 6vh);
        bottom: -3vw;
        left: -10%;
        right: 0;
        border-radius: 4rem;
        filter: blur(2rem);
      }
  }

  .person-block-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 45%;
    height: 100%;
    position: relative;
    z-index: 1;

    @media(max-width: 768px) {
      max-width: unset;
    }
  }

  .person-block-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.4rem;
    position: relative;
    z-index: 1;

    strong,
    span {
      font-weight: 600;
    }

    strong {
      color: white;
    }

    span {
      color: var(--c-gray-400);
    }
  }

  p {
    color: white;

    @media(max-width: 768px) {
      max-width: unset;
      margin-top: 100%;
    }
  }

  img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    inset: 0;
    height: 100%;
    z-index: -1;

    @media(max-width: 768px) {
        object-position: unset;
        object-fit: contain;
        inset: unset;
        width: 180%;
        top: calc(-21% - 6vh);
        right: -13%;
        z-index: -1;
    }
  }

  .person-name {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    @media(max-width: 768px) {
      margin-top: 4.8rem;
    }
  }
}

.person-block,
.quote-block {
  border-radius: 2rem;
  padding: 4rem;

  @media (min-width: 992px) {
    min-height: 48rem;
  }

  @media (max-width: 991px) {
    padding: 3rem;
    border-radius: 1.2rem;
  }

  @media (max-width: 768px) {
    padding: 2.4rem;
  }
}

.quote-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  @media (min-width: 992px) {
    width: 40rem;
    flex-shrink: 0;
  }

  &:has(+ .person-block) {
    + .person-block {

      @media(min-width: 769px) {
        justify-content: flex-end;
      }

      &::before {
        background-color: #C4C8CF;
        filter: blur(3rem);

        @media(min-width: 769px) {
          top: -25%;
          height: 150%;
          left: 53%;
        }
      }

      p {
        color: var(--c-gray-900);
      }

      .person-name {
        strong {
          color: var(--c-gray-900);
        }

        span {
          color: var(--c-gray-500);
        }
      }

      img {
        @media(max-width: 768px) {
          right: unset;
          left: -16%;
          width: 210%;
          top: calc(-21% - 6vh);
        }
      }
    }
  }

  img {
    width: 3.6rem;
  }

  h3 {
    font-size: 2.8rem;
    margin-bottom: 00;
    font-weight: 400;

    strong {
      font-weight: 600;
    }

    @media (max-width: 991px) {
      font-size: 2.4rem;
      margin-bottom: 3rem;
    }
  }

  &.quote-dark {
    background-color: var(--c-sand-800);
    h3 {
      color: var(--c-sand-400);
    }
  }

  &.quote-light {
    background-color: var(--c-sand-200);
    h3 {
      color: var(--c-sand-800);
    }
  }
}

.lanaco-introduction-section {
  background-color: var(--c-sand-100);
}

.floating-head {
  position: absolute;
  animation: faceFloat 5s ease-out infinite;
}

@keyframes faceFloat {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5%);
  }
  75% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}

.floating-head-1 {
  width: 19.1rem;
  top: 12rem;
}

.floating-head-2 {
  width: 5.5rem;
  top: 11rem;
  right: 20%;
  animation-delay: 0.5s;
}

.floating-head-3 {
  width: 8.7rem;
  bottom: 10rem;
  right: 41%;
  animation-delay: 1s;
}

.floating-head-4 {
  width: 7.2rem;
  top: 0;
  left: 18%;
  animation-delay: 1.5s;
}

.floating-head-5 {
  width: 15rem;
  animation-delay: 2s;
  bottom: 2rem;
  right: 10%;
}

.company-goal {
  h3 {
    max-width: 69rem;
    margin-inline: auto;
    text-align: center;
    font-size: 2.8rem;
    transition: all 1.2s ease-out;

    &.animate-it {
      opacity: 0.1;
      z-index: 2;
      position: relative;

      &.in-viewport {
        opacity: 1;
      }
    }
  }

  &.company-goal-1 {
    padding-block: 28rem 14rem;
  }

  &.company-goal-2 {
    padding-block: 8rem;
  }
}

.company-stat-2 {
  padding-inline: 6rem;
  margin-top: 15.7rem;
  display: flex block;
  flex-direction: column;
  justify-content: center;

  strong {
    font-size: 8.4rem;
    background: linear-gradient(129.16deg, #cabda7 11.83%, #554117 89.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
    font-weight: 500;
  }

  p {
    font-size: 1.6rem;
    color: var(--c-gray-900);
  }
}

.swiper-company-stats-2 {
  .swiper-slide {
    display: flex;
    justify-content: center;
  }
}

.animated-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

svg.in-viewport {
  .animated-path {
    animation: drawPath 2s ease-in-out forwards;
  }

  .svg-after {
    opacity: 0;
    animation: appearLate 0.1s ease-in-out 1s forwards;
  }
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes appearLate {
  to {
    opacity: 1;
  }
}

.nice-flow {
  p.animate-it {
    color: var(--c-sand-200);
    transition: color 1.5s ease-out;

    &.in-viewport {
      color: var(--c-sand-800);
    }
  }
}

.nice-flow-center {
  display: flex;
  justify-content: center;

  svg {
    transform: translateX(-50%);
  }

  p {
    max-width: 56rem;
    margin-inline: auto;
    text-align: center;

    @media (max-width: 991px) {
      text-align: left;
      margin-inline: unset;
      padding-top: unset;
    }
  }

  @media (max-width: 991px) {
    justify-content: flex-start;
  }
}

.nice-flow-center,
.nice-flow-left,
.nice-flow-right,
.nice-flow-split {
  padding-block: 2.3rem;

  svg {
    margin-block: 0.1rem;
  }

  @media (max-width: 991px) {
    &:has(> svg) {
      display: none;
    }

    position: relative;
    padding-left: 2rem;
    padding-block: 0;
    margin-top: 4rem;

    &::before {
      content: "";
      position: absolute;
      left: 0;
      width: 1px;
      top: 0;
      height: 0;
      background-color: var(--c-sand-800);
      transition: all 1s ease-out;
    }

    &.in-viewport {
      &::before {
        height: 100%;
      }
    }
  }
}

.nice-flow-split-left,
.nice-flow-split-right {
  flex-basis: 100%;
}

.nice-flow-split {
  display: flex;
  gap: 5.2rem;
  width: 100%;
}

.nice-flow-split-left {
  &:has(svg) {
    display: flex;
    justify-content: flex-end;
  }

  &:has(p) {
    display: flex;
    align-items: flex-end;

    p {
      padding-top: 35%;

      @media (max-width: 991px) {
        padding-top: unset;
      }
    }
  }
}

.nice-flow-split-right {
  &:has(svg) {
    display: flex;
  }

  &:has(p) {
    display: flex;

    p {
      padding-top: 40%;

      @media (max-width: 991px) {
        padding-top: unset;
      }
    }
  }
}

.nice-flow-split-left,
.nice-flow-split-right,
.nice-flow-center {
  &:has(svg) {
    @media (max-width: 991px) {
      display: none;
    }
  }
}

.nice-flow-title {
  font-size: 3.4rem;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--c-sand-800);

  @media (max-width: 991px) {
    text-align: left;
  }
}

.nice-flow-left {
  p {
    width: calc(50% - 4.5rem);

    @media (max-width: 991px) {
      width: initial;
    }
  }
}

.nice-text-flow {
  color: var(--c-sand-800);
}

.lanaco-history-section {
  background-color: var(--c-blue-900);
  position: relative;
}

.company-event-history {
  background-color: var(--c-blue-800);
  padding: 4rem;
  border-radius: 2.4rem;
  width: fit-content;
  display: flex;
  gap: 4.5rem;

  img {
    width: 38.4rem;
    height: 40rem;
    object-fit: cover;
    border-radius: 0.8rem;

    @media (max-width: 991px) {
      width: 100%;
    }
  }

  @media (max-width: 991px) {
    flex-direction: column;
    padding: 2.5rem;
  }
}

.company-desc {
  display: flex;
  flex-direction: column;
  width: 45.6rem;

  h2 {
    background: linear-gradient(132.06deg, #e5f2ff 6.38%, #2691d9 97.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2.5rem;
    font-size: 8.8rem;
    line-height: 1;

    @media (max-width: 991px) {
      font-size: 5.8rem;
    }
  }

  h3 {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }

  p {
    font-size: 1.6rem;
  }

  h3,
  p {
    color: var(--c-blue-300);
  }

  @media(max-width: 991px) {
    width: 100%;
  }
}

.floating-swiper-controls {
  position: absolute;
  top: 5rem;
  z-index: 2;
  inset: 0;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

  .floating-prev-btn,
  .floating-next-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all 0.2s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: transparent;

    .prev-btn,
    .next-btn {
      background-color: transparent !important;
      position: absolute;

      .lnc {
        color: white;
      }

      @media(max-width: 650px) {
        bottom: 50vw;
      }
    }

    .prev-btn {
      left: 8rem;

      @media(max-width: 991px) {
        left: 3rem;
      }
    }

    .next-btn {
      right: 8rem;

      @media(max-width: 991px) {
        right: 3rem;
      }
    }

    &.swiper-button-disabled {
      pointer-events: none;

      .prev-btn,
      .next-btn {
        border-color: var(--c-blue-700) !important;

        .lnc {
          color: var(--c-blue-700) !important;
        }
      }
    }

    &:hover {
      .prev-btn,
      .next-btn {
        opacity: 1;
      }
    }
  }

  .floating-prev-btn {
    left: 0;
    width: 16.9rem;
    background: linear-gradient(270deg, rgba(0, 41, 80, 0) 0%, #002950 100%);

    @media(max-width: 991px) {
      background: none;
    }
  }

  .floating-next-btn {
    width: 45.6rem;
    right: 0;      
    background: linear-gradient(
        90deg,
        rgba(0, 41, 80, 0) 0%,
        rgb(0, 41, 80) 100%
      );

    &:hover {

    }

    @media(max-width: 991px) {
      width: 40%;
      background: none;
    }
  }
}

.timeline-year {
  cursor: pointer;
  padding: 5px 10px;
  transition: color 0.3s;
}
.timeline-year.active {
  color: #00aaff;
  font-weight: bold;
}

.timeline-slider {
  position: relative;
  z-index: 3;
  margin-top: 5rem;

  .swiper-slide {
    cursor: pointer;
    
    @media(max-width: 768px) {
      width: fit-content;
    }

    &:hover,
    &.active {
      color: white;
    }
  }
}

.timeline-slider {
  overflow-x: clip;
  .swiper-slide {
    position: relative;
    display: inline-flex;
    align-items: flex-end;

    &:first-child {
      width: fit-content !important;
    }

    strong {
      content: "";
      height: 0.1rem;
      width: 25rem;
      background-color: var(--c-blue-700);
      display: inline-flex;
      position: relative;
      bottom: 0.8rem;

      &::before {
        content: "";
        background-color: var(--c-blue-200);
        position: absolute;
        z-index: 1;
        left: 0;
        right: 100%;
        top: 0;
        bottom: 0;
        transition: all 0.2s ease-out;
      }

      @media (max-width: 768px) {
        width: 5rem;
      }
    }

    span {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: var(--c-blue-700);
      font-size: 2.8rem;
      transition: all 0.2s ease-out;

      &::after {
        content: "";
        width: 1.8rem;
        height: 1.8rem;
        flex-shrink: 0;
        background-color: var(--c-blue-700);
        border-radius: 50%;
        transform: scale(0.6665);
        transition: all 0.2s ease-out;
        margin-top: 1.3rem;
      }
    }

    &.active {
      strong {
        &::before {
          right: 0%;
        }
      }

      span {
        color: var(--c-blue-200);

        &::after {
          transform: scale(1);
          background-color: var(--c-blue-200);
        }
      }
    }

    &:not(.active) {
      &:hover {
        span {
          color: var(--c-blue-600);

          &::after {
            transform: scale(1);
            background-color: var(--c-blue-600);
          }
        }
      }
    }
  }

  .swiper-notification {
    display: none;
  }
}

.mission-vision-section {
  .img-gradient {
    background: linear-gradient(156.9deg, #87c6fa 0.92%, #00538f 100.69%);
    aspect-ratio: 1;

    img {
      width: 100%;
      aspect-ratio: 60/68;
      object-position: top;
    }
  }

  .column-left,
  .column-right {
    flex-basis: 50%;
  }

  .column-right {
    align-self: center;
  }
}

.mission-vision-desc {
  display: flex;
  flex-direction: column;

  h4 {
    margin-bottom: 0;
    padding: 0.6rem 1.25rem;
    background-color: var(--c-blue-100);
    color: var(--c-blue-700);
    border: 0.1rem solid var(--c-blue-200);
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 0.8rem;
    margin-bottom: 1.2rem;
  }

  p {
    &:not(:first-child) {
      margin-bottom: 4.6rem;
    }
  }
}

.values-section, .values-section-2 {
  background-color: white;

  > .section-container {
    position: relative;
    z-index: 2;

    .row {
      gap: 11.2rem;

      .column-left,
      .column-right {
        flex-basis: 50%;
      }

      .column-right {
        position: relative;

        .img-gradient {
          z-index: 2;
          padding: 2rem;
          border-radius: 3.2rem;

          img {
            border-radius: 2.4rem;
          }
        }
        &::before {
          @media (max-width: 991px) {
            content: "";
            background-color: var(--c-sand-200);
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            bottom: -7.9rem;
            top: -5rem;
            width: 100vw;
            transform: translateX(-4.6rem);
          }
        }
      }
    }
  }

  &::before {
    content: "";
    background-color: var(--c-sand-200);
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 0;
    bottom: 0;
    top: 0;

    @media (max-width: 991px) {
      display: none;
    }
  }
}

.swiper-timeline {
  @media(max-width: 768px) {
    .swiper-slide {
      padding-inline: 1.5rem;
    }
  }
}

/* Naša priča - end */

/* MODAL - start */

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  z-index: 9998;
  background-color: rgba(20, 22, 26, 0.7);
  overflow-y: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  scrollbar-width: none;

  &::-webkit-scrollbar {
    width: 0;
  }

  .modal {
    z-index: 9999;
  }

  &.show {
    display: flex;
  }
}

.modal-content {
  width: 100%;
  height: fit-content;
  max-width: 62rem;
  z-index: 9999;
  margin: auto 15px auto 15px;
  overflow: hidden;
  position: relative;
  background-color: white;
  padding: 4rem;
  border-radius: 2.4rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);

  .modal-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    min-height: 4.4rem;
    margin-bottom: 2rem;

    .modal-title {
      font-size: 2.4rem;
      font-weight: 600;
      margin-bottom: 0;

      span {
        font-weight: 500;
        font-size: 1.8rem;
        color: var(--c-lanaco-blue-primary);
      }
    }
  }

  .modal-body {
    min-height: 1rem;

    h2 {
      font-size: 2.8rem;
      margin-bottom: 2.8rem;
    }
  }

  .modal-close {
    cursor: pointer;
    transition: all 0.1s linear;
    font-size: 2.4rem;
    border-radius: .8rem;
    padding: 2px;
    color: black;
    height: fit-content;
  }

  @media(max-width: 768px) {
    padding: 2rem;
  }
}

.modal .modal-xs {
  max-width: 240px;
}
.modal .modal-sm {
  max-width: 400px;
}

.modal .modal-md {
  max-width: 940px;
}

.modal .modal-lg {
  max-width: 110rem;
}

.modal .modal-xl {
  max-width: 1920px;

  .floor-view {
    max-height: 100vh;
  }
}

.modal .modal-responsive {
  width: 100%;
    max-height: calc(100vh - 2rem);
    max-width: unset;
}

/* MODAL - end */

/* Partneri - start */

.slim-landing {
  background: radial-gradient(102.18% 233.53% at 41.18% -17.18%, #F4FAFF 36.33%, #BADFFF 100%);
  position: relative;
  overflow: hidden;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6rem;

  .logo-item {
    height: 12rem;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--c-gray-200);
    border-radius: 1.2rem;
    background-color: white;

    img {
      width: 100%;
      max-height: 6rem;
      filter: grayscale(100%);
      transition: filter .2s ease-out;
      object-fit: contain;
    }

    .hpe, .intel {
      max-height: 3rem;
    }

    .fujitsu {
      max-height: 4rem;
    }

    &:hover {
      img {
        filter: grayscale(0%);
      }
    }
  }

  @media(max-width: 991px) {
    grid-template-columns: repeat(4, 1fr);
  }

  @media(max-width: 720px) {
    grid-template-columns: repeat(3, 1fr);
  }

  @media(max-width: 600px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cert-landing {
  background: linear-gradient(120.33deg, #E5F2FF 21.88%, #87C6FA 84.1%);
}

.partneri-landing {
  background: linear-gradient(120.33deg, #E5F2FF 21.88%, #87C6FA 84.1%);
}

.logo-section {
  .section-container {
    padding-bottom: 6.4rem;
  }
  h2 {
    margin-bottom: 3rem;
  }
}

.logo-load-more {
    max-height: 540px; /* visina koja se inicijalno prikazuje */
    overflow: hidden;
    transition: max-height 0.6s ease;
    position: relative;
}

.show-more-logos {
  margin-top: 1.6rem;
}

/* Partneri - end */

/* Sertifikati i nagrade - start */

.reward-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 38rem;

  @media(max-width: 1066px) {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  @media(max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.reward {
  border-right: 1px solid var(--c-gray-200);
  border-bottom: 1px solid var(--c-gray-200);
  padding: 4rem;
      display: flex;
    flex-direction: column;

  &:nth-last-child(1), &:nth-last-child(2) {
    @media(min-width: 1067px) {
      border-bottom: 0;
    }
  }

  &:nth-last-child(1) {
    @media(max-width: 1066px) {
      border-bottom: 0;
    }
  }

  &:nth-child(3n) {
    @media(min-width: 1067px) {
      border-right: 0;
    }
  }

  &:nth-child(2n) {
    @media(min-width: 769px) and (max-width: 1066px) {
      border-right: 0;
    }
  }

    @media(max-width: 768px) {
      border-right: 0;
      padding: 2rem;
    }

  .reward-img {
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 8.8rem;

    img {
      max-height: 6.2rem;
      max-width: 18.4rem;
      width: initial;
      margin-bottom: 2rem;
      object-fit: contain;
    }

    @media(max-width: 768px) {
      justify-content: flex-start;
    }
  }

  p {
    margin-bottom: 2rem;
    font-size: 2rem;

    @media(max-width: 790px) {
      font-size: 1.4rem;
    }
  }

  h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2rem;

    @media(max-width: 790px) {
      font-size: 1.6rem;
    }
  }

  span {
    font-size: 1.8rem;
    color: var(--c-gray-500);
    margin-top: auto;

    @media(max-width: 768px) {
      font-size: 1.4rem;
    }
  }
}

/* Sertifikati i nagrade - end */

/* Blog - start */

.blog-landing {
  background: linear-gradient(120.33deg, #DCF4F9 21.88%, #76D0DB 84.1%);

  h1, p, span {
    color: var(--c-teal-800);
  }

  h1 {
    max-width: 84rem;

    @media(max-width: 780px) {
      font-size: 3.4rem;
    }
  }
}

.page-location {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;

  span {
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    opacity: .6;

    &:not(:last-of-type) {
      &::after {
        content: '/';
        display: inline-flex;
        margin-inline: .6rem;
      }
    }

    &.current-page {
      opacity: 1;
    }
  }
}

.article-single-out {

  .single-out {
    padding: 4rem;
    border-radius: 2.4rem;
    margin-bottom: 8rem;

    .article-body {
      .article-meta {
        .lnc, div {
          color: var(--c-gray-700);
        }
      }
    }

    @media(max-width: 1200px) {
      flex-direction: column;
      padding: 3rem;
    }
  }
}

.article-section-title {
  margin-bottom: 1.4rem;
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--c-gray-900);
}

.blog-single-out {
  .single-out {
    background-color: var(--c-teal-100);
    border: 1px solid var(--c-teal-200);
  }
}

.header-graphics {
  position: absolute;
  top: 8rem;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: fit-content;
}

.single-out {
  display: flex;
  gap: 4rem;

  .img-frame,
  .article-body {
    flex-basis: 100%;
  }

  > a {
    flex-basis: 100%;
    
    &:hover {
      + .article-body {
        .article-title {
          text-decoration: underline;
        }
      }
    }
  }

  @media(max-width: 1200px) {
    gap: 2rem;
  }
}

article {
  a {
      &:hover {
      .article-title {
        text-decoration: underline;
        color: var(--c-gray-900);
      }
    }
  }
}

.img-frame {
  aspect-ratio: 5.4 / 3;
  height: fit-content;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8rem;
  }
}

.article-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.article-meta {
  display: flex;
  gap: 1.6rem;

  .lnc, div {
    font-size: 1.4rem;
    white-space: nowrap;
  }

  .read-estimate {
    display: flex;
    align-items: center;
    gap: .8rem;
  }
}

.article-title {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;

  @media(max-width: 991px) {
    font-size: 2.2rem;
  }
}

.article-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pill {
  background-color: var(--c-gray-100);
  color: var(--c-gray-700);
  font-size: 1.4rem;
  padding: .35rem 1.2rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  height: fit-content;
  font-weight: 500;
  mix-blend-mode: multiply;
  transition: all .2s ease-out;
  position: relative;

  &.pill-small {
    font-size: 1.2rem;
    padding: .2rem .86rem;
  }

  &.pill-large {
    padding: .35rem 1.25rem;
  }

  &.pill-xl {
    padding: 1.05rem 1.84rem;
  }

  &.pill-gray {
    color: var(--c-gray-700);
    background-color: var(--c-gray-100);

    &:hover {
      background-color: var(--c-gray-50);
    }
  }

  &.pill-blue {
    color: var(--c-blue-100);
    background-color: var(--c-blue-800);

    &:hover {
      background-color: var(--c-blue-50);
    }
  }

  &.pill-lightblue {
    color: var(--c-blue-800);
    background-color: var(--c-blue-100);

    &:hover {
      background-color: var(--c-blue-50);
    }
  }

  &.pill-teal {
    background-color: var(--c-teal-100);
    color: var(--c-teal-800);

    &:hover {
      background-color: var(--c-teal-50);
    }
  }

  &.pill-sand {
    color: var(--c-sand-100);
    background-color: var(--c-sand-800);

    &:hover {
      background-color: var(--c-sand-50);
    }
  }

  &.pill-red {
    color: var(--c-red-100);
    background-color: var(--c-red-800);

    &:hover {
      background-color: var(--c-red-50);
    }
  }

  &.pill-violet {
    color: var(--c-violet-100);
    background-color: var(--c-violet-800);

    &:hover {
      background-color: var(--c-violet-50);
    }
  }

  &.pill-yellow {
    color: var(--c-yellow-100);
    background-color: var(--c-yellow-800);

    &:hover {
      background-color: var(--c-yellow-50);
    }
  }

  &.pill-green {
    color: var(--c-green-100);
    background-color: var(--c-green-800);

    &:hover {
      background-color: var(--c-green-50);
    }
  }

  &.pill-white {
    color: var(--c-gray-800);
    border: 1px solid var(--c-gray-200);
    background-color: white;

    &:hover {
      background-color: var(--c-gray-100);
    }
  }
}

.article-categories {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}

.article-row {
  display: flex;
  gap: 5.6rem;

  .article-sidebar {
    width: 28rem;
    flex-shrink: 0;
    height: fit-content;

    @media(min-width: 992px) {
      position: sticky;
      top: 9rem;
    }

    @media(max-width: 900px) {
      width: 100%;
    }

    .article-section-title {
      margin-bottom: 3rem;
    }

    .search-field {
      margin-bottom: 4rem;
    }
  }

  .article-main {
    flex-grow: 1;
  }

  @media(max-width: 991px) {
    flex-direction: column;
  }
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3.2rem;

  &:has(> .no-results):not(:has(> :nth-child(2))) {
    grid-template-columns: 1fr;
  }

  @media(max-width: 1268px) {
    grid-template-columns: 1fr 1fr;
  }

  @media(max-width: 700px) {
    grid-template-columns: 1fr;
  }
}

.blog-article {

  .img-frame {
    aspect-ratio: 272/152;
  }

  > a {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;

    .article-body {
      gap: 1rem;

      .article-meta {
        color: var(--c-gray-500);
      }

      .article-title {
        color: var(--c-gray-700);
        font-size: 2rem;

        @media(max-width: 780px) {
          font-size: 1.6rem;
        }
      }
    }

    &:hover {
      .article-title {
        color: var(--c-gray-900);
      }
    }
  }
}

.article-header {
  display: flex;
  gap: 2.4rem;
  align-items: baseline;
}

#article-count {
  color: var(--c-gray-500);
  font-size: 1.4rem;

  span {
    font: inherit;
  }
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 3rem;

  .category-item {
    color: var(--c-gray-600);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.6rem;

    &.active {
      color: var(--c-gray-900);

      &::before {
        content: '';
        display: inline-flex;
        width: .8rem;
        height: .8rem;
        background-color: var(--c-blue-500);
        border-radius: 50%;
      }
    }
  }
}

.loading-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  

  }

  .loading {
      position: relative;
      width: 100%;
      height: 220px;
      background:
          linear-gradient(0.25turn, transparent, #FFF, transparent),
          linear-gradient(#DDD, #DDD),
          linear-gradient(#DDD, #DDD),
          linear-gradient(#DDD, #DDD);
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: 100% 220px, 100% 130px, 100px 15px, 150px 15px;
      background-position: 100% 0, 0 0, 15px 150px, 15px 180px;
      animation: loading 1.5s infinite;
      border-radius: .8rem;
    }

    @keyframes loading {
      to {
        background-position: 215px 0, 0 0, 15px 150px, 15px 180px;
      }
    }

  .load-more {
    margin-top: 4rem;

    .lnc {
      font-size: inherit;
    }
  }

.no-results {
  padding: 4rem;
  border-radius: 1.6rem;
  border: 1px solid var(--c-gray-200);
  background-color: white;

  .lnc {
    display: block;
    font-size: 4.8rem;
    background: linear-gradient(120.33deg, #DCF4F9 21.88%, #76D0DB 84.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2.2rem;
  }

  h3 {
    font-weight: 600;
    font-size: 2.4rem;
    color: var(--c-gray-900);
    margin-bottom: 1.4rem;
  }

  p {
    color: var(--c-gray-500);
    font-size: 1.6rem;
  }
}

/* Blog - end */

/* karijera - start */

.landing-center {
  h1, p, span {
    text-align: center;
  }

  .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  h1 {
    margin-bottom: 3rem;
  }

  p {
    margin-bottom: 3.8rem;
  }
}

.page-badge {
  font-size: 1.4rem;
  font-weight: 500;
  padding: .5rem 1.7rem;
  background-color: white;
  border-radius: .8rem;
  text-transform: uppercase;
}

.landing-career {
  background-color: var(--c-sand-150);
  min-height: 63dvh;

  > .section-container {
      margin-top: 13vh;
  }

  .page-badge {
    color: var(--c-sand-800);
    border: 1px solid var(--c-sand-200);
  }

  h1, p {
    color: var(--c-sand-800);
    max-width: 72rem;
  }

  .btn-primary {
    background-color: var(--c-sand-800);

    &::before {
      background: linear-gradient(92.83deg, #CABDA7 0%, #554117 71.77%);
    }
  }
}

.gallery-left-right-section {
  background-color: var(--c-sand-150);
  padding-bottom: 16rem;

  .section-container {

    p {
      max-width: 80rem;
      margin-inline: auto;
      text-align: center;

      &:first-child {
        margin-bottom: 3rem;
      }
    }
  }

  .white-bar {
    background-color: white;
  }
}

.swiper-gallery-item {
  border-radius: 1.6rem;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 36.5 / 28;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.6rem;
    display: flex;
  }

  @media(max-width: 991px) {
    aspect-ratio: 36.5/28;
  }
}

.swiper-gallery {
  margin-bottom: 1.2rem;
}

.swiper-gallery-right {
  margin-bottom: 11.2rem;

  @media(max-width: 991px) {
    margin-bottom: 5rem;
  }
}

.benefits-section {
  background-color: white;
}

.benefit-cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.benefit-card-sticky {
  display: flex;
  position: sticky;
  top: 8rem;
  padding: 6.6rem 8rem;
  border-radius: 2.4rem;
  gap: 13rem;

  @media(max-width: 991px) {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem;
    align-items: center;

    h3 {
      margin-bottom: 3rem;
    }
  }

  .benefit-card-img {
    width: 18rem;
    height: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 2.4rem;

    img {
      width: 8rem;
    }

    @media(max-width: 991px) {
      width: 14rem;
      height: 14rem;

      img {
        width: 6rem;
      }
    }
  }

  &.benefit-pro {
    background-color: var(--c-green-50);
    top: 10rem;

    .benefit-card-text {
      h3, p {
        color: var(--c-green-700);
      }
    }

    .benefit-card-img {
      box-shadow: 0px 0px 88px 0px #6EE7B7;
      background: linear-gradient(148.51deg, #ECFDF5 13.03%, #A7F3D0 90.1%);
      border: 1px solid var(--c-green-300);
    }
  }

  &.benefit-mentor {
    top: 12rem;
    background-color: var(--c-violet-50);

    .benefit-card-text {
      h3, p {
        color: var(--c-violet-700);
      }
    }

    .benefit-card-img {
      background: linear-gradient(148.51deg, #F5F3FF 13.03%, #DDD6FE 90.1%);
      border: 1px solid var(--c-violet-300);
      box-shadow: 0px 0px 88px 0px #C4B5FD;
    }
  }

  &.benefit-praktik {
    top: 14rem;
    background-color: var(--c-teal-50);

    .benefit-card-text {
      h3, p {
        color: var(--c-teal-700);
      }
    }

    .benefit-card-img {
      background: linear-gradient(148.51deg, #F4FDFF 13.03%, #ADE3EB 90.1%);
      border: 1px solid var(--c-teal-300);
      box-shadow: 0px 0px 88px 0px #69D4E4;
    }
  }

  &.benefit-family {
    top: 16rem;
    background-color: var(--c-yellow-50);

    .benefit-card-text {
      h3, p {
        color: var(--c-yellow-700);
      }
    }

    .benefit-card-img {
      background: linear-gradient(148.51deg, #FFFBEB 13.03%, #FDE68A 90.1%);
      border: 1px solid var(--c-yellow-300);
      box-shadow: 0px 0px 88px 0px #E8CF6C;
    }
  }

  &.benefit-hybrid {
    top: 18rem;
    background-color: #FFF8FE;

    .benefit-card-text {
      h3, p {
        color: #8F004A;
      }
    }

    .benefit-card-img {
      background: linear-gradient(148.51deg, #FFEBF6 13.03%, #FFC8F9 90.1%);
      border: 1px solid #FF9ED0;
      box-shadow: 0px 0px 88px 0px #FAA6F2;
    }
  }
  
  &.benefit-referal {
    top: 20rem;
    background-color: var(--c-blue-50);

    .benefit-card-text {
      h3, p {
        color: var(--c-blue-700);
      }
    }

    .benefit-card-img {
      background: linear-gradient(148.51deg, #F4FAFF 13.03%, #87C6FA 90.1%);
      border: 1px solid var(--c-blue-300);
      box-shadow: 0px 0px 88px 0px #6DBDFF;
    }
  }

  &.benefit-flex {
    top: 22rem;
    background-color: var(--c-red-50);

    .benefit-card-text {
      h3, p {
        color: var(--c-red-600);
      }
    }

    .benefit-card-img {
      background: linear-gradient(148.51deg, #FFF1F2 13.03%, #FDA4AF 90.1%);
      border: 1px solid var(--c-red-300);
      box-shadow: 0px 0px 88px 0px #F4808E;
    }
  }
}

.values-section-2 {
  background-color: var(--c-sand-100);
}

.employment-process-section {
  background-color: white;
  
  h2 {
    max-width: 82rem;
  }
}

.step-waterfall {
  display: flex;
  gap: 4rem;

  &:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }

  .step-waterfall-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;

    .step-waterfall-icon {
        border-radius: 50%;
        background: var(--c-gray-50);
        border: .8rem solid var(--c-sand-150);
        width: 6rem;
        height: 6rem;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s linear;
        position: relative;

        &::before {
          content: '';
          background: linear-gradient(132.06deg, #CABDA7 6.38%, #554117 97.03%);
          width: 0;
          height: 0;
          transition: width 0.4s ease-out, height 0.4s ease-out;
          position: absolute;
          z-index: 1;
        }

      .lnc {
        font-size: 2rem;
        position: relative;
        z-index: 2;
      }
    }

    .vertical-progress-line {
      min-height: 18.4rem;
      width: .2rem;
      background-color: var(--c-sand-150);
      position: relative;
      overflow: hidden;
      border-radius: 2.5rem;

      &::before {
        content: '';
        width: inherit;
        background-color: var(--c-sand-400);
        position: absolute;
        top: 0;
        bottom: 100%;
        transition: all .8s ease-out;
      }
    }
  }

  .step-waterfall-content {

    h3 {
      margin-bottom: 1.4rem;
      color: var(--c-gray-900);
      font-weight: 600;
    }

    p {
      color: var(--c-gray-600);
      max-width: 70rem;

        &:not(:last-of-type) {
          margin-bottom: 2.4rem;
        }
    }

    .btn {
      margin-top: 4.6rem;
    }
  }
  
  &.in-viewport {

    .step-waterfall-progress {
      .step-waterfall-icon {
        border-color: var(--c-sand-200);

        .lnc {
          color: white;
        }

        &::before {
          width: 4.4rem;
          height: 4.4rem;
          border-radius: 50%;
        }
      }

      .vertical-progress-line {
        &::before {
            bottom: 0%
        }
      }
    }
  }
}

.student-work-section {
  .row {
    .column-left,
    .column-right {
      flex-basis: 50%;
    }

    .column-left {
      p {
        margin-bottom: 3rem;
      }
    }
  }
}

.masonry-box {
  display: flex;
  gap: 1.2rem;
  height: 100%;

  .masonry-column {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    gap: 1.2rem;

    .masonry-small {
      height: 35%;
      
        &.next-generation {
          border-radius: 1.2rem;
          padding: 3rem;
          background: linear-gradient(130.48deg, #E5F2FF 11.97%, #F4FDFF 49.99%, #FFFBEB 92.17%);


          img {
            object-fit: contain;
          }
        }
    }
    
    .masonry-big {
      height: 65%;
    }

    img {
      width: 100%;
      height: 100%;
      border-radius: 1.2rem;
      object-fit: cover;
      object-position: center;
    }
  }
}

.carrier-faq {
  background-color: white;

  .column-left {
    flex-grow: 1;
  }

  .column-right {
    flex-basis: 86%;
  }
}

/* Karijera - end */

/* Studenti - Start */

.landing-students {
  background-color: var(--c-blue-200);
  min-height: 63dvh;
  flex-direction: column;
  padding-bottom: 16rem;

  > .section-container {
      margin-top: 13vh;
  }

  .video-wrapper {
    margin-top: 8rem;
    padding-inline: 4rem;
    background-color: var(--c-blue-200);
  }

  .page-badge {
    color: var(--c-blue-700);
    border: 1px solid var(--c-blue-300);
    background-color: var(--c-blue-100);
  }

  h1, p {
    color: var(--c-blue-700);
    max-width: 80rem;
  }

  .btn-primary {
    background-color: transparent;
    color: var(--c-blue-700);
    border: 1px solid var(--c-blue-700);

    &::before {
      display: none;
    }

    &:hover {
      background: var(--c-blue-100);
    }
  }
}

.video-wrapper {

  video {
    width: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
  }
}

.next-generation-practice-section {

  .masonry-box {
    .masonry-column {
      .next-generation {
        height: fit-content;
        padding-block: 1rem;

        + .masonry-big {
          height: 100%;
        }
      }
    }
  }

  p, h2 {
    margin-bottom: 3rem;
  }

  .text-gradient {
    background: linear-gradient(130.46deg, #76D0DB 0.48%, #2691D9 73.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }

  .btn {
    align-self: flex-start;
  }
}

.lanaco-scholarship-section {
  background-color: white;

  p, h2 {
    margin-bottom: 3rem;
  }

  .scholarship-section {
    background-color: var(--c-blue-100);
    border: 1px solid var(--c-blue-200);
    border-radius: 3.2rem;
    max-width: calc(128rem + 3.2rem);
    padding: 8rem 11.2rem;
    margin-top: 8rem;

    @media(max-width: 962px) {
      padding: 4.2rem;
    }

    > span, > h2 {
      text-align: center;
      display: inherit;
    }

    > span {
      color: var(--c-blue-700);
      font-weight: 500;
    }

    > h2 {
      max-width: 70rem;
      margin-inline: auto;
      font-size: 4rem;
      margin-bottom: 3.8rem;
    }
  }
}

.collage {
  height: 58rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;

  .collage-section {
    flex-basis: 100%;
    display: flex;
    gap: 1.2rem;
    height: calc(50% - 1.2rem);

    &:has(.collage-big:not(:nth-child(2))) {
      .collage-big {
        flex-basis: 100%;
      }
    }

    .collage-small {
      flex-basis: 40%;
    }

    .collage-big {
      flex-basis: 60%;
    }

    .collage-small,
    .collage-big {
      border-radius: 1.2rem;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
      }

      @media(max-width: 760px) {
        aspect-ratio: 16/10;
      }
    }

    @media(max-width: 760px) {
      flex-direction: column;
      height: 100%;
    }
  }

    @media(max-width: 760px) {
      height: 100%;
      aspect-ratio: unset;
    }
}

.masonry-testimonies {
  display: flex;
  gap: 2.4rem;

  .masonry-testimonies-column {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;

    &:last-of-type {
      @media(min-width: 962px) {
        padding-top: 17.4rem;
      }
    }
  }

  @media(max-width: 961px) {
    flex-direction: column;
  }
}

.simple-testimony {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  padding: 4rem;
  background-color: var(--c-blue-50);
  border: 1px solid white;
  border-radius: 1.6rem;

  p {
    margin-bottom: 0;
    color: var(--c-gray-900);
    font-size: 1.6rem;
    font-weight: 500;
  }

  .simple-testimony-footer {
    display: flex;
    gap: 1.6rem;
    align-items: center;

    .simple-testimony-img {
      background-color: #87C6FA;
      width: 5.6rem;
      height: 5.6rem;
      aspect-ratio: 1;
      flex-shrink: 0;
      border-radius: 1.2rem;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .simple-testimony-author {
      display: flex;
      flex-direction: column;

      strong {
        font-weight: 600;
      }

      span, strong {
        font-size: 1.4rem;
      }
    }
  }
}

/* Studenti - End */

/* Post - start */

#post {
  flex-grow: 1;
}

  .post-wrapper {
    max-width: 82.8rem;
    
    p, li, b {
      margin-bottom: 2.5rem;
      line-height: 1.4;
      font-size: 1.8rem;
      color: var(--c-gray-900);

      > span {
        font-size: inherit;
      }
    }

    a {
      font-size: inherit;
        text-decoration: underline;

      * {
        font-size: inherit;
        color: inherit;
      }
    }

    strong {
      font-weight: 700;
    }

    iframe, video {
      width: 100%;
      border: 0;
      border-radius: .8rem;
    }

    img {
      border-radius: .8rem;
      width: 100%;
      height: fit-content;
      object-fit: contain;
      cursor: pointer;
    }

    ul {
      padding-left: 1.7rem;
    }

    figure {
      margin-bottom: 3rem;
    }

    figcaption {
      text-align: center;
      color: var(--c-gray-600);
    }

    li {
      padding-left: 0.5rem;
      list-style: disc;
      margin-bottom: .5rem;
    }
  
    > div {
      font-size: 1.8rem;
    }
  
    h1, h2, h3, h4, h5, h6 {
      margin-bottom: 15px;
      text-align: inherit;
      font-weight: 600;
  
      span, strong, b {
        font-size: inherit;
        font-weight: 600;
      }
    }

    .wp-caption-text {
      text-align: center;
      font-size: 1.6rem;
    }

    .wp-caption[style] {
      width: unset!important;
    }

    .gallery {
      display: grid;
      gap: 2rem;

      &.gallery-columns-2 {
        grid-template-columns: 1fr 1fr;
      }

      &.gallery-columns-3 {
        grid-template-columns: repeat(3, 1fr);
      }

      &.gallery-columns-4 {
        grid-template-columns: repeat(4, 1fr);
      }

      &.gallery-columns-5 {
        grid-template-columns: repeat(5, 1fr);
      }

      &.gallery-columns-6 {
        grid-template-columns: repeat(6, 1fr);
      }

      &.gallery-columns-7 {
        grid-template-columns: repeat(7, 1fr);
      }

      &.gallery-columns-8 {
        grid-template-columns: repeat(8, 1fr);
      }

      &.gallery-columns-9 {
        grid-template-columns: repeat(9, 1fr);
      }

      .gallery-item {
        width: unset!important;

        img {
          border: 0!important;
        }
      }
    }
  }

  .post-container {
    display: flex;
    gap: 9.6rem;

    @media(max-width: 991px) {
      flex-direction: column;
    }

    hr {
      margin-block: 4rem;
    }
  }

  .post-section {
    padding-block: 12.8rem 8rem;

    .section-heading {
      margin-bottom: 2.2rem;
      margin-top: 4.8rem;
      font-size: 4.8rem;
      font-weight: 600;
      max-width: 82.8rem;

      @media(max-width: 991px) {
        font-size: 2.4rem;
        text-align: left;
        line-height: 1.4;
      }
    }

    > .section-container {
      > .post-meta {
        margin-bottom: 2.2rem;
        font-size: 1.4rem;
        color: var(--c-gray-700);
        flex-wrap: wrap;

        .read-estimate, .post-date {
          font-size: 1.4rem;
          color: var(--c-gray-700);
          
          .lnc {
            font-size: inherit;
            color: inherit;
          }

          &:empty {
            display: none;
          }
        }
      }
    }
  }

  .back-to-blog, .back-to-career, .back-to-news {
    color: var(--c-gray-500);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: .8rem;

    .lnc {
      font-size: inherit;
    }
  }

  #latest-posts {
    width: 32rem;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
    top: 12rem;
    height: fit-content;

    @media(max-width: 991px) {
      display: none;
    }

    h5 {
      font-size: 1.8rem;
      font-weight: 500;
      margin-bottom: 0;
      color: var(--c-gray-900);
    }

    hr {
      margin-block: 1rem 1.3rem;
    }
  }

  .post-meta {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
    gap: 1.6rem;

    span {
      color: var(--c-gray-600);
      font-size: 1.2rem;
    }

    .read-estimate {
      display: flex;
      align-items: center;
      gap: .8rem;

      .lnc {
        font-size: 1.2rem;
      }
    }
  }

  .article-sidebar, aside {
    .post {
      padding: 2.4rem;
      background-color: var(--c-gray-100);
      border: .1rem solid var(--c-gray-200);
      border-radius: .8rem;

      &:not(:last-of-type) {
        margin-bottom: .8rem;
      }

      a {
        font-size: 1.6rem;
        color: var(--c-gray-700);
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;

        &:hover {
            text-decoration: underline;
          }
      }

      &:has(+ h5) {
        margin-bottom: 3rem;
      }
    }
  }

  .featured-image {
    margin-bottom: 3rem;
  }

  .post-aside {
    img {
      margin-bottom: .8rem;
      border-radius: .8rem;
    }

    .article-title {
      font-size: 1.6rem;
      color: var(--c-gray-700);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }

  .post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;

    @media(max-width: 768px) {
      flex-direction: column;
      align-items: flex-start;
        gap: 2rem;
    }
  }

  .post-autor {
    display: flex;
    align-items: center;
    gap: 1.2rem;

      img {
        width: 4rem;
        height: 4rem;
        flex-shrink: 0;
        border-radius: 50%;
      }

    .post-autor-text {
      display: flex;
      flex-direction: column;

      strong, span {
        font-size: 1.4rem;
      }

      strong {
        font-weight: 500;
      }
    }
  }

  .post-share {
    display: flex;
    align-items: center;

    .lnc {
      font-size: 1.8rem;
      padding: 1rem;
      border: .1rem solid var(--c-gray-300);
      border-radius: .8rem;
      transition: all .2s ease-out;
      color: var(--c-gray-700);
    }
  }

  .copy-link {
    margin-right: 4rem;
    color: var(--c-gray-500);
    display: flex;
    align-items: center;
    gap: .8rem;
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--c-gray-500);

    .lnc {
      border: 0;
      padding: 0;
      font-size: 1.8rem;
    }
  }

  .share-links {
    display: flex;
    gap: .8rem;
    align-items: center;

    a {
      display: flex;
    }

    .lnc {
      &:hover {
        color: var(--c-gray-900);
        background-color: var(--c-gray-100);
        border-color: var(--c-gray-400);
      }
    }
  }

  .tag-footer {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-bottom: 4rem;

    .pill {
      width: fit-content;
    }
  }

/* Post - end */

/* Career - start */

  .horizontal-form {
    display: flex;
    align-items: flex-end;
    gap: 1.6rem;
    margin-top: 4rem;

    .search-field {
      flex-basis: 187%;
    }

    @media(max-width: 991px) {
      flex-wrap: wrap;

      .form-group {
        flex-basis: calc(50% - 0.8rem);
        margin-bottom: 0;
      }
    }

    @media(max-width: 500px) {
      .form-group {
        flex-basis: 100%;
      }
    }
  }

  .karijera-landing {
    background: linear-gradient(120.33deg, #E5F2FF 21.88%, #87C6FA 84.1%);

    .header-graphics {
      top: unset;
      right: 12vw;
      height: 78%;
    }
  }

.career-positions {
  display: flex;
  flex-direction: column;
}

.open-position {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: .9rem;
  border-top: 1px solid var(--c-gray-300);
  padding-inline: 0;
  transition: all .2s ease-out;

  &.hidden {
    display: none;
  }

  &:hover {
    padding-inline: 1.2rem;

    h3, .lnc {
      color: var(--c-lanaco-blue-primary);
    }
  }

  &:last-of-type:not(.hidden) {
    border-bottom: 1px solid var(--c-gray-300);
  }

  .lnc {
    font-size: 2rem;
    transition: all .2s ease-out;
  }

  .open-position-data {
    flex-grow: 1;
    display: flex;
    flex-direction: column;

    h3 {
      margin-bottom: .4rem;
      font-size: 2rem;
      font-weight: 600;
      transition: all .2s ease-out;
    }
  }

  .open-position-details {
    display: flex;
    flex-wrap: wrap;

    .position-set {
      display: flex;
      align-items: center;
      color: var(--c-gray-500);
      font-weight: 500;

      @media(max-width: 768px) {
        flex-wrap: wrap;
        padding-block: .5rem;
      }

      &:not(:last-of-type) {
        &::after {
          content: '|';
          margin-inline: .8rem;
          font-weight: 400;
          font-size: 1.2rem;

          @media(max-width: 768px) {
            display: none;
          }
        }
      }

      .position-item {
        white-space: nowrap;
        &:not(:last-of-type) {
          &::after {
            content: ',';
            margin-right: .5rem;
          }
        }
      }
    }

    @media(max-width: 768px) {
      flex-direction: column;
    }
  }
}

.aside-left {
  width: 42rem;

  .section-heading {
    margin-bottom: 4.6rem;
  }

  .btn {
    margin-top: 3rem;
  }
      
  @media(max-width: 991px) {
    width: 100%;

    .btn {
      width: 100%;
      justify-content: center;
    }
  }

  @media(min-width: 992px) {
    position: sticky;
    height: fit-content;
    top: 11.1rem;
  }
}

.career-container {
  gap: 4rem;

  .post-wrapper {
    p, li {
      color: var(--c-gray-700);
    }
  }
}

.position-data {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;

  .position-data-item {
    display: flex;
    flex-direction: column;

    .item-list {
      display: flex;

      span {
        font-size: 1.8rem;
        color: var(--c-gray-900);

        &:not(:last-of-type) {
          &::after {
            content: ', ';
            margin-right: .5rem;
          }
        }

        @media(max-width: 991px) {
          white-space: nowrap;
          font-size: 1.4rem;
        }
      }
    }
  }

  h5 {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--c-gray-700);
  }

  @media(max-width: 991px) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.no-open-position {
  display: flex;
  align-items: center;
  padding: 6.4rem 8rem;
  background-color: var(--c-blue-700);
  border-radius: 2.4rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  
  .cta-title {
    margin-bottom: 2.2rem;
    color: white;
    font-weight: 600;

    @media(max-width: 900px) {
      font-size: 3.4rem;
    }
  }

  .no-position-text,
  .no-position-sign {
    flex-basis: 50%;
  }

  .no-position-text {
    p {
      color: var(--c-gray-200);
    }
  }

  .no-position-sign {
    display: flex;
    justify-content: flex-end;

    @media(max-width: 900px) {
      margin-top: 3rem;
    }
  }

  @media(max-width: 900px) {
    flex-direction: column;
    padding: 3.4rem 4rem;
  }
}

.circles-gradient {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120%;
  right: -47%;
  z-index: -1;

  .circle-gradient {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 83, 143, 0) 31.25%, #2691D9 100%);
    border: 2px solid #4CA9EB;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;

    &.circle-1 {
      width: 33%;
    }

    &.circle-2 {
      width: 66%;
      opacity: .7;
    }

    &.circle-3 {
      width: 100%;
      opacity: .5;
    }
  }

  @media(max-width: 900px) {
    width: 190%;
    right: -47%;
  }
}

/* Career - end */
/* Naslovna - start */

.landing-home {
  align-items: flex-end;

  &::before {
    background: linear-gradient(180deg, rgb(10 15 23 / 47%) 28.67%, #0A0F17 65.44%);
    opacity: .8;
  }

  .video-background {
    opacity: 1;
    border-radius: 0;
  }

  .section-container {
    width: 100%;
    margin-bottom: 12.2rem;
  }

  .home-heading {
    h1 {
      font-weight: 600;
      font-size: 7.2rem;
      max-width: 90rem;
      background: linear-gradient(106.4deg, #E5F2FF 25%, #4CA9EB 50.09%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 3rem;
      letter-spacing: -5px;

      + p {
        color: white;
        font-size: 2.2rem;

        @media(max-width: 991px) {
          font-size: 1.8rem;
        }
      }

      @media(max-width: 991px) {
        font-size: 4rem;
        letter-spacing: -3px;
      }
    }
  }
}

.landing-stats {
  display: flex;
  align-items: center;
  gap: 8rem;

  .landing-stats-wrapper {
    display: flex;
    gap: 8rem;

    @media(max-width: 860px) {
      gap: 2rem;
      flex-wrap: wrap;

      .landing-stat {
        &:nth-child(2) {
          display: none;
        }
      }
    }
  }

  strong, span {
    color: white;
  }

  .landing-stat {
    display: flex;
    flex-direction: column;
    
    strong {
      font-size: 2.8rem;
      font-weight: 500;
      line-height: normal;
    }

    span {
      font-size: 1.4rem;
    }
  }

  @media(max-width: 860px) {
    flex-direction: column;
    align-items: unset;
    gap: 3rem;
  }
}

.services-presentation-section {
  background-color: white;
  padding-top: .7rem;
}

.organisation-trust-section {
  display: flex;
  align-items: center;
  gap: 2rem;

  h5 {
    margin-bottom: 0;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .swiper-clients-logo {
    margin-bottom: 0;

      .swiper-slide {
        img {
          filter: grayscale(100%);
          transition: filter .2s ease-out;
        }

        &:hover {
           img {
            filter: grayscale(0%);
          }
        }
      }
  }

  @media(max-width: 768px) {
    flex-direction: column;
    justify-content: center;

    h5 {
      margin-inline: auto;
      margin-bottom: 3rem;
      text-align: center;
    }

    .swiper-clients-logo {
      width: 100%;
    }
  }
}

.dark-section-container {
  background: url('../images/board-data-background.svg'), linear-gradient(#0A0F17, #0A0F17);
  background-size: cover;
  border-radius: 3.2rem;
  color: white;
  padding: 11.2rem 8rem;

  > span, h2 {
    text-align: center;
    margin-inline: auto;
    display: block;
  }

  > span {
    font-weight: 500;
  }

  h2 {
    background: linear-gradient(114.6deg, #E5F2FF 26.58%, #2691D9 59.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 76rem;
    font-weight: 600;
    margin-bottom: 4.6rem;
  }

  @media(max-width: 991px) {
    padding: 6rem 2rem;
  }
}

.section-container {
  &:has(.organisation-trust-section) {
    padding-bottom: 8rem;
  }
}

.services-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;

  @media(max-width: 991px) {
    grid-template-columns: 1fr 1fr;
  }

  @media(max-width: 760px) {
    grid-template-columns: 1fr;
  }
}

.service-preview {
  transition: all .2s ease-out;
  border-radius: .8rem;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  width: 100%;

  .service-preview-img {
    aspect-ratio: 3.4/2;
    border-radius: .8rem;
    padding: .8rem;
    height: fit-content;
    width: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: inherit;
    }
  }

  .service-preview-body {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: -webkit-fill-avalilable;

    @media(max-width: 991px) {
      padding: 1.6rem;
    }
  }

  h6 {
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: -.7px;
  }

  p {
    color: var(--c-gray-400);
    margin-bottom: 2.2rem;
    font-size: 1.4rem;
  }

  .btn {
    margin-top: auto;

    &.btn-link {
      color: var(--c-gray-400);
      padding-block: 0.4rem;
    }
  }

  @media(min-width: 992px) {
    &:hover {
      background-color: var(--c-gray-900);
      border: 1px solid var(--c-gray-800);

      .btn {
          &.btn-link {
            color: white;
            border-color: white;
        }
      }
    }
  }
}

.secure-transformation-heading {
  font-weight: 600;
  margin-top: 12rem;
  text-align: center;

  strong {
    background: linear-gradient(148.51deg, #76D0DB 30.45%, #2691D9 90.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  @media(max-width: 991px) { 
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}

.it-transformation-masonry {
  display: flex;
  gap: 1.2rem;
  min-height: 72rem;

  @media(max-width: 1050px) {
    flex-direction: column;
  }

  .masonry-column {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;

    @media(max-width: 1050px) {
      aspect-ratio: 39.7 / 76;
    }

    .masonry-item {
      border-radius: 1.2rem;
      border: 1px solid;
      padding: 3.2rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      position: relative;
      overflow: hidden;

      h4 {
        font-weight: 600;
        margin-bottom: 0;
        color: var(--c-gray-900);
        max-width: 26rem;
        position: relative;
        z-index: 2;
        font-size: 2.2rem;
        letter-spacing: -0.7px;
      }

      img {
        border-radius: inherit;
      }

      &.masonry-trust {
        background:
        linear-gradient(180.09deg, rgba(243, 244, 246, 0) 39.44%, rgba(243, 244, 246, 0.94) 64.98%, #F3F4F6 99.92%),
        linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)),
        url('../images/povjerenje.jpg');
        background-size: 150%;
        background-position: 25% 90%;
        background-repeat: no-repeat;
        height: 70%;
        border-color: var(--c-gray-200);

        .trust-clients-number {
          position: absolute;
          top: 35%;
          width: 85%;
        }
      }

      &.masonry-continuity {
        background-color: var(--c-sand-150);
        border-color: #E5D9C5;
        height: 30%;

        .year-span {
          position: absolute;
          top: 25%;
          right: 0;
          height: 20%;
          width: 98%;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;

          .year-start,
          .year-current {
            font-size: 80%;
            color: var(--c-sand-400);
            font-weight: 600;
            position: absolute;
          }

          .year-start {
            left: 2rem;
            margin-bottom: 1.2rem;
          }

          .year-current {
            right: 2.3rem;
            margin-bottom: 1.2rem;
          }
        }
      }

      &.masonry-continent,
      &.masonry-cert {
        height: 50%;
      }

      &.masonry-continent {
        background: linear-gradient(180.09deg, rgba(134, 140, 152, 0) 16.4%, #868C98 68.72%), var(--c-gray-500);
        border: 1px solid var(--c-gray-600);        
        isolation: isolate;

        &::before {
          content: "";
          position: absolute;
          background: linear-gradient(180.09deg, rgba(134, 140, 152, 0) 16.4%, #868C98 68.72%);
          inset: 0;
          z-index: 2;
        }

        img {
          width: 80%;
          margin-inline: auto;
          position: absolute;
          top: 0;
          z-index: 1;
        }

        h4 {
          color: white;
        }
      }

      &.masonry-cert {
        background-color: var(--c-blue-100);
        border-color: var(--c-blue-200);

        &::before {
          content: "";
          position: absolute;
          background: linear-gradient(180.09deg, rgba(244, 250, 255, 0) 72.56%, #E5F2FF 99.92%);
          inset: 0;
          z-index: 2;
        }

        img {
          width: 90%;
          position: absolute;
          right: 0;
          bottom: 0;
          z-index: 1;
        }
      }

      &.masonry-iso {
        background: linear-gradient(180.09deg, rgba(243, 244, 246, 0) 21.89%, rgba(243, 244, 246, 0.94) 53.85%, #F3F4F6 99.92%), url('../icons/certificates-graphic.svg');
        background-size: 100%;
        background-position: 25% 90%;
        background-repeat: no-repeat;
        height: 30%;
        border-color: var(--c-gray-200);

        h4 {
          max-width: unset;
        }
      }

      &.masonry-expert {
        background: linear-gradient(180.09deg, rgba(78, 85, 95, 0) 35.12%, #4E555F 86%),
        url('../images/eksperti.jpg');
        background-size: 150%;
        background-position: 40% 30%;
        background-repeat: no-repeat;
        height: 70%;
        border-color: var(--c-gray-200);

        h4 {
          color: white;
        }
      }
    }
  }
}

.it-challenges-container {
  background-color: var(--c-blue-100);
  padding: 8rem;
  margin-top: 12rem;
  border-radius: 3.2rem;

  > h2, > p {
    max-width: 76rem;
    margin-inline: auto;
    text-align: center;
  }

  > h2 {
    margin-bottom: 3rem;
  }

  > p {
    margin-bottom: 4.6rem;
  }

  @media(max-width: 991px) {
    padding: 4rem 2rem;
    margin-top: 6rem;
  }
}

.complex-challenges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;

  @media(max-width: 991px) {
    grid-template-columns: 1fr;
  }
}

.card-service {
  display: flex;
  flex-direction: column;
  background-color: var(--c-blue-50);
  border: 1px solid white;
  border-radius: 2.4rem;
  transition: all .2s ease-out;

  .card-service-video {
    overflow: hidden;
    padding: .8rem;
    border-radius: .8rem;
    position: relative;

    video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 52.4/26;
      border-radius: 1.6rem;
    }

    .floating-logo {
      width: 17%;
      position: absolute;
      right: 4rem;
      bottom: 3.2rem;
      z-index: 1;
    }
  }

  .card-service-body {
    display: flex;
    flex-direction: column;
    padding: 4rem;
    flex: 1;

    h3 {
      margin-bottom: 2.2rem;
      font-weight: 600;
    }

    p {
      margin-bottom: 3rem;
      font-size: 1.6rem;
      line-height: 1.4;
    }

    @media(max-width: 991px) {
      padding: 3rem;
    }

    .btn {
      margin-top: auto;
    }
  }

  &:hover {
    background-color: white;

    .btn {
      color: initial;
      border-color: initial;
    }
  }
}

.client-solutions-section {
  background-color: var(--c-gray-100);
  padding-block: 12.8rem;

  h2 {
    font-weight: 600;
    margin-bottom: 3rem;

    strong {
      background: linear-gradient(148.51deg, #76D0DB 52.68%, #2691D9 90.1%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  p, h2 {
    max-width: 90rem;
    margin-inline: auto;
    text-align: center;
  }

  p {
    margin-bottom: 5.4rem;
  }

  @media(max-width: 991px) {
    padding-block: 6rem;
  }
}

.client-section {
    h3 {
    margin-inline: auto;
    text-align: center;
  }
}

.client-solutions-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
  position: relative;
  max-width: 90rem;
  margin-inline: auto;

  .client-item {
    height: 8.8rem;
    background-color: white;
    border-radius: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    img {
      max-height: 3.5rem;
      max-width: 60%;
      object-fit: contain;
      filter: grayscale(100%);
      transition: all .2s ease-out;
    }

    &:hover {
      img {
        filter: grayscale(0%);
      }
    }
  }

  &::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 9rem;
    background: linear-gradient(0deg, #f3f4f6 15.38%, rgb(255 255 255 / 0%) 62.5%);
    z-index: 1;
    backdrop-filter: blur(10px);

    @media(max-width: 991px) {
      height: 20rem;
    }
  }

  .btn {
    position: absolute;
    bottom: -1rem;
    z-index: 2;
    margin-inline: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  @media(max-width: 991px) {
      grid-template-columns: repeat(3, 1fr);
  }

  @media(max-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
  }
}

.resource-org-section {
  background-color: white;
  padding-block: 12.8rem;

  .row {
    .column-left,
    .column-right {
      flex-basis: 50%;
    }

    .column-left {
      img {
        max-width: 13rem;
        margin-bottom: 3rem;
      }
    }

    h2, p {
      margin-bottom: 3rem;
    }

    .column-right {
      .lightblue-cube {
        aspect-ratio: 518/430;
      }
    }
  }

  @media(max-width: 991px) {
    padding-block: 6rem;
  }
}

.download-box {
  padding: 3.2rem;
  background-color: white;
  max-width: 35.2rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;

  .btn {
    width: 100%;
    justify-content: center;
  }
}

.download-message {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
  color: #676e79;
}

/* Naslovna - end */

/* Media kit - start */

.media-kit-landing {
  background: linear-gradient(154.81deg, #002950 5.28%, #00538F 55.46%, #BADFFF 105.64%);

  .page-location {
    color: white;

    &:not(.current-page) {
      opacity: .6rem;
    }
  }

  h1, p {
    color: white;
  }

  a {
    &:not(.btn) {
      text-decoration: underline;
      text-underline-offset: .4rem;
    }
  }

  p {
    max-width: 82rem;

    &:not(:last-child) {
      margin-bottom: 3rem;
    }
  }

  .header-graphics {
    opacity: .3;
  }

  h2 {
  margin-bottom: 1.4rem;
  + p {
    max-width: 68rem;
    margin-bottom: 7rem;
  }
}
}

.media-standard {
  display: flex;

  .media-standard-title {
    width: 28rem;
    flex-shrink: 0;

    h3 {
      margin-bottom: 0;

      @media(max-width: 1050px) {
        margin-bottom: 3rem;
      }
    }
  }

  .media-standard-body {
    flex-grow: 1;
  }

  &.media-standard-center {
    @media(min-width: 1051px) {
      align-items: center;
    }
  }

  @media(max-width: 1050px) {
    flex-direction: column;
  }
}

.list-guide {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 4rem;

  p {
    font-size: 1.4rem;
    position: relative;
    padding-left: 3.8rem;

    .lnc {
      padding: 0.5rem;
      border-radius: .6rem;
      display: inline-flex;
      font-size: 1.6rem;
      margin-right: .8rem;
      position: absolute;
      left: 0;
      top: -0.2rem;
    }

    strong {
      margin-left: .5rem;
    }
  }

  &.list-negative {
    p {
      .lnc {
        color: var(--c-red-800);
        background-color: var(--c-red-200);
      }
    }
  }

  &.list-positive {
    p {
      .lnc {
        color: var(--c-blue-800);
        background-color: var(--c-blue-200);
      }
    }
  }
}

.media-kit-section {
  background-color: white;

  h2 {
    margin-bottom: 2.4rem;
    + p {
      margin-bottom: 8rem;
    }
  }
}

.media-types {
  display: flex;
  gap: 2.4rem;

  .media-preview {
      flex-basis: 100%;
      height: 16rem;
      background-color: var(--c-gray-50);
      border-radius: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
      border: 1px solid #E5E7ED;

      img {
        max-width: 62.4%;
      }

      &::after {
        content: "\e017";
        font-family: lnclines;
        font-size: 2rem;
        position: absolute;
        bottom: -2.6rem;
        right: 1.6rem;
        transition: bottom .2s ease-out;
        z-index: 1;
        color: var(--c-gray-900)
      }

      &:hover {
        &::after {
          bottom: 1.2rem;
        }
      }

      &.dark-preview {
        background-color: var(--c-gray-950);
        border-color: #22272F;

        &::after {
          color: white;
        }
      }

      &:has(.font-display) {
        max-width: 45.6rem;
      }

      @media(max-width: 728px) {
        flex-basis: unset;
        aspect-ratio: 16 / 9;
        height: unset;
      }
  }

      @media(max-width: 728px) {
      flex-direction: column;
    }
}

.color-types {
  display: flex;
  gap: .8rem;

  .color-preview {
    height: 16rem;
    flex-basis: 25%;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;

    &::before {
      content: attr(data-color);
      font-weight: 500;
      font-size: 1.6rem;
    }

    span {
      position: absolute;
      bottom: 1rem;
      right: 1.6rem;
      display: flex;
      align-items: center;
      gap: .8rem;

      .lnc {
        font-size: 2rem;
      }

      &.copied-now {
        font-size: 1.3rem;

        .lnc {
          font-size: inherit;
        }
      }
    }

    &::before, span {
      color: white;
    }

    &.color-preview-primary {
      flex-basis: 87%;
    }

    &.color-preview-lite {
      &::before, span {
        color: var(--c-gray-900);
      }
    }

    @media(max-width: 728px) {
      flex-basis: unset;
      height: unset;
      aspect-ratio: 16 / 9;
    }
  }

  
  @media(max-width: 728px) {
    flex-direction: column;
  }
}

.font-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;

  .pill {
    position: absolute;
    top: 1.1rem;
    left: 1.1rem;
  }

  strong {
    font-size: 6.4rem;
    font-weight: 500;
    display: flex;
    line-height: 1;

    @media(max-width: 728px) {
      font-size: 4.4rem;
    }
  }

  .font-weights {
    display: flex;
    gap: 1.6rem;

    span {
      color: var(--c-gray-500);
      font-size: 1.6rem;

      @media(max-width: 991px) {
        font-size: 1.3rem;
      }
    }

    .font-medium {
      font-weight: 500;
    }
    .font-semibold {
      font-weight: 600;
    }
    .font-bold {
      font-weight: 700;
    }
  }

  &.font-arial {
    strong, .font-weights span {
      font-family: Arial;
    }
  }
}

.media-text {
    flex-basis: 100%;
    background-color: var(--c-gray-50);
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #E5E7ED;
    padding: 7.8rem 9.2rem;
    cursor: pointer;

    p {
      color: var(--c-gray-900);
      line-height: 1.6;
    }

    span {
      position: absolute;
      bottom: 1rem;
      right: 1.6rem;
      display: flex;
      align-items: center;
      gap: .8rem;

      .lnc {
        font-size: 2rem;
      }

      &.copied-now {
        font-size: 1.3rem;

        .lnc {
          font-size: inherit;
        }
      }
    }

    @media(max-width: 768px) {
      padding: 2.8rem;
    }
}

.info-box {
  background-color: var(--c-blue-100);
  border: 1px solid var(--c-blue-200);
  padding: 2.4rem 3.2rem;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;

  .icon-box {
    width: 8rem;
    height: 8rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-blue-200);
    border-radius: 1.2rem;

    @media(max-width: 991px) {
      width: 6rem;
      height: 6rem;
    }

    .lnc {
      font-size: 4rem;
      color: var(--c-blue-700);

      @media(max-width: 991px) {
        font-size: 3rem;
      }
    }
  }

  p {
    color: var(--c-blue-700);
    font-size: 2rem;

    a {
      text-decoration: underline;
      text-underline-offset: .3rem;
      font-weight: 600;
      font-size: inherit;
    }

    @media(max-width: 991px) {
      font-size: 1.4rem;
    }
  }

  @media(max-width: 650px) {
    flex-direction: column;
  }
}

/* Media kit - end */

/* Image modal - start */

.image-modal {
  position: fixed;
  inset: 50px;
  z-index: 9999;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-inline: auto;

  @media(max-width: 991px) {
    inset: 0;
  }

  &::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-color: rgba(0, 12, 22, 0.5);
    backdrop-filter: blur(20px);
  }

  .current-image {
    width: 100%;
    height: 100%;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    max-height: 85vh;
    position: relative;
  }

  img {
    border-radius: 2rem;
    object-fit: contain;
    display: block;
    max-width: calc(100% - 3rem);
    height: fit-content;
    max-height: 85vh;

    @media(max-width: 991px) {
      max-width: calc(100% - 7.3rem);
    }
  }

    .next-image,
    .prev-image {
      display: flex;
      align-items: center;
      cursor: pointer;
      padding: 6rem;
      user-select: none;
      position: fixed;
      top: 0;
      bottom: 0;

      .lnc{
        display: block;
        font-size: 2rem;
        color: rgba(255,255,255, .5);

        @media(max-width: 991px) {
          height: 100%;
        }
      }

      @media(max-width: 991px) {
        padding: 1rem;
      }

      &:hover {
        .lnc {
          color: white;
        }
      }
    }

    .next-image {
      right: 0;
    }

    .prev-image {
      left: 0;
    }

  .image-close {
    color: white;
    position: fixed;
    bottom: 2rem;
    z-index: 2;
    cursor: pointer;
    font-size: 2rem;
  }

  &.modal-out {
    .current-image {
      img {
        animation: imageOut .4s ease-in forwards;
      }
    }

    &::after {
      animation: blurOut .4s linear .4s forwards;
    }
  }
}

@keyframes imageOut {
  from {
    max-height: 85vh;
    transform: translate(0, 0);
  }

  to {
    max-height: 0vh;
    transform: translate(50vw, -68vh);
  }
}

@keyframes blurOut {
  from {
    backdrop-filter: blur(20px);
    background-color: rgba(0, 12, 22, 0.5);
  }

  to {
    
    backdrop-filter: blur(0);
    background-color: rgba(0, 12, 22, 0);
  }
}

/* Image modal - end */

/* eksterne vijesti - start */

.our-events-section {
  background-color: white;

  h4 {
    margin-bottom: 2.4rem;
  }
}

.our-events-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;

  @media(max-width: 1070px) {
    grid-template-columns: 1fr 1fr;
  }

  @media(max-width: 768px) {
    grid-template-columns: 1fr;
  }

  .event-news-display {
    display: flex;
    flex-direction: column;
    border-radius: 1.6rem;
    overflow: hidden;
    background-color: var(--c-gray-100);

    .event-column-head,
    .event-news-body {
      padding: 3.2rem;
    }

    .event-column-head {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      aspect-ratio: 39/22;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 10rem;

      img {
        width: fit-content;
      }
    }

    .event-news-body {
      .event-body-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 1.6rem;
        border-bottom: .1rem solid var(--c-gray-300);
        margin-bottom: 3.2rem;

        h6 {
          margin-bottom: 0;
          font-size: 2rem;
        }

        a {
          color: var(--c-gray-500);
          font-size: 1.4rem;

          &:hover {
            color: var(--c-gray-700);
          }
        }
      }

      .external-post-title {
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: var(--c-gray-900);
      }

      .external-post-excerpt {
        margin-bottom: 2.4rem;
        color: var(--c-gray-700);
        font-size: 1.2rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .external-post {
        &:last-child {
          .external-post-excerpt {
            margin-bottom: 0;
          }
        }
      }

      .posts-wrapper {
        .loading {
          &:not(:last-child) {
            margin-bottom: 2.4rem;
          }
        }
      }

      .white-block {
        border-radius: 1.2rem;
        background: white;
        border: .1rem solid var(--c-gray-200);
        padding: 3.3rem 4rem;
        display: flex;
        flex-direction: column;

        &:not(:last-child) {
          margin-bottom: 2.4rem;
        }

        .lnc {
          background: linear-gradient(148.51deg, #76D0DB 13.03%, #2691D9 90.1%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          margin-bottom: 2rem;
          display: flex;
          font-size: 3.2rem;
        }

        p {
          font-weight: 600;
          color: var(--c-gray-900);
        }

        &:hover {
          background: linear-gradient(150.66deg, #FFFFFF 29.1%, #F3F4F6 96.93%);
        }
      }
    }

    &.techhosted-events {
      .event-column-head {
        background-image: url('../images/techhosted-11-branding.jpg');

        img {
          max-height: 5.2rem;
        }
      }
    }

    &.finovateadria-events {
      .event-column-head {
        background-image: url('../images/finovateadria-branding.png');

        img {
          max-height: 2.5rem;
        }
      }
    }

    &.devhosted-events {
      .event-column-head {
        background-image: url('../images/devhosted04-bck.jpg');

        img {
          max-height: 5.2rem;
        }
      }
    }
  }
}

/* eksterne vijesti - start */