.elementor-990381 .elementor-element.elementor-element-0c1e7f9{--display:flex;}.elementor-990381 .elementor-element.elementor-element-41cf3a0{--display:flex;}.elementor-990381 .elementor-element.elementor-element-9a739c3{--display:flex;}.elementor-990381 .elementor-element.elementor-element-c315746{text-align:center;}.elementor-990381 .elementor-element.elementor-element-a7ae211{--display:flex;}.elementor-990381 .elementor-element.elementor-element-a7ae211.e-con{--align-self:center;}.elementor-990381 .elementor-element.elementor-element-c3342b1{--display:flex;}.elementor-990381 .elementor-element.elementor-element-bd46d18{--display:flex;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-990381 .elementor-element.elementor-element-f5e3224{text-align:center;}.elementor-990381 .elementor-element.elementor-element-5e0e840{text-align:center;}.elementor-990381 .elementor-element.elementor-element-1923faf{--display:flex;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-990381 .elementor-element.elementor-element-a7ae211{--width:100%;}.elementor-990381 .elementor-element.elementor-element-c3342b1{--content-width:80%;}}/* Start custom CSS for html, class: .elementor-element-ae20499 */.smartbit-cta-mini,
.smartbit-cta-mini * {
  box-sizing: border-box;
}

.smartbit-cta-mini {
  width: fit-content;
  max-width: 100%;
    margin-left: 60px;
    position: absolute;
    top: 580px;
    left: 0px;
    z-index: 10;

  display: inline-flex;
  align-items: center;
  gap: 16px;

  padding: 14px 18px;

  background: rgba(12, 19, 79, 0.04);
  border: 1px solid rgba(12, 19, 79, 0.08);
  border-radius: 16px;

  text-decoration: none !important;

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.smartbit-cta-mini:hover {
  transform: translateY(-2px);
  background: rgba(29, 148, 220, 0.08);
  border-color: rgba(29, 148, 220, 0.22);
}

/* IKONA */
.smartbit-cta-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;

  border-radius: 14px;

  background: #0c134f;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 17px;
}

/* CONTENT */
.smartbit-cta-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.smartbit-cta-content strong {
  color: #0c134f;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.smartbit-cta-content span {
  color: #667085;
  font-size: 14px;
  line-height: 1.35;
}

/* PUŠČICA */
.smartbit-cta-arrow {
  width: 34px;
  height: 34px;
  min-width: 34px;

  border-radius: 50%;

  background: rgba(29, 148, 220, 0.12);
  color: #1d94dc;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;

  transition:
    background 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.smartbit-cta-mini:hover .smartbit-cta-arrow {
  background: #1d94dc;
  color: #ffffff;
  transform: translateX(2px);
}



@media (max-width: 767px) {

  .smartbit-cta-mini {
    position: relative;
    top: 315px;
    left: auto;

    width: 100%;
    max-width: 100%;

    margin: 24px 0 0;
    padding: 14px 16px;
    gap: 14px;

    border-radius: 14px;
  }

  .smartbit-cta-content {
    min-width: 0;
  }

  .smartbit-cta-content strong {
    font-size: 15px;
  }

  .smartbit-cta-content span {
    font-size: 13px;
  }

  .smartbit-cta-arrow {
    margin-left: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0562bb */.hero-logistika {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 16px;
  color: #0C134F;
  letter-spacing: -0.02em;
}

.subtitle {
  font-size: 20px;
  margin-bottom: 18px;
  color: #111827;
  font-weight: 500;
}

.description {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.6;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.hero-bullets li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  color: #1f2937;
}

.hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #0C134F;
  border-radius: 50%;
}

.hero-highlight {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}


.hero-visual {
  position: relative;
  width: 160%;
  margin-right: -30%;
}

.hero-visual img {
  width: 100%;
  max-width: 1500px;
  transform: scale(1.1);
  filter: drop-shadow(0 120px 120px rgba(0,0,0,0.25));
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(12,19,79,0.2), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: -1;
  filter: blur(70px);
}





.hero-video-btn {
  margin-top: 24px;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.hero-video-btn:hover {
  background: #084db3;
}

.video-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.video-popup.active {
  display: flex;
}

.video-popup-content {
  position: relative;
  width: 100%;
  max-width: 1300px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
}

.video-popup iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.video-close {
  position: absolute;
  top: -45px;
  right: -25px;
  background: none !important;
  border: none;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
}



/* Mobile friendly tweaks */
@media (max-width: 900px) {
  .hero-logistika {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 50px auto;
    text-align: center;
    overflow: hidden;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .subtitle {
    font-size: 18px;
  }

  .description {
    font-size: 15px;
  }

  .hero-visual {
    width: 100%;
    margin-right: 0;
  }

  .hero-visual img {
    max-width: 100%;
    transform: none;
    filter: drop-shadow(0 40px 50px rgba(0,0,0,0.18));
  }

  .hero-visual::before {
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 600px) {
  .hero-logistika {
    margin: 36px auto;
    padding: 0 16px;
    gap: 24px;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: 1.1;
  }

  .subtitle {
    font-size: 17px;
  }

  .description {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-highlight {
    font-size: 16px;
  }

  .hero-video-btn {
    width: 100%;
    padding: 14px 20px;
  }

  .video-popup {
    padding: 14px;
  }

  .video-popup-content {
    border-radius: 12px;
  }

  .video-popup-content video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }

  .video-close {
    top: -42px;
    right: 0;
    font-size: 34px;
  }
}

/* responsive */
@media (max-width: 900px) {
  .hero-logistika {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
    margin-top: -120px;
    margin-bottom: -50px;
  }
  
  .hero-content {
      margin-bottom: 50px;
  }
  
  .hero-visual {
      margin-top: 30px;
  }

  .hero-bullets li {
    padding-left: 0;
  }

  .hero-bullets li::before {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd6803f */.mes-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 40px 0;
}

.mes-card {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border-radius: 18px;
  background: #f6f8fb;
  box-shadow: 0 10px 25px rgba(7, 20, 95, 0.06);
  overflow: hidden;
}

.mes-card-good {
  background: #eef7ff;
}

.mes-card-content {
  flex: 1;
  min-width: 0;
}

.mes-card h3 {
  margin: 0 0 18px;
  color: #07145f;
  font-size: 20px;
  font-weight: 800;
}

.mes-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mes-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #1d2433;
  font-size: 14px;
  line-height: 1.4;
}

.mes-card-bad li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: -4px;
  color: #e05555;
  font-size: 18px;
  font-weight: 900;
}

.mes-card-good li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -4px;
  color: #1f8ed8;
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .mes-compare {
    grid-template-columns: 1fr;
  }

  .mes-card {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c05ae93 */.mes-flow-advanced {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: nowrap; /* 🔥 to je ključ */
  overflow-x: auto; /* fallback če zmanjka prostora */
  padding: 20px 0;
}

.mes-flow-step {
  position: relative;
  text-align: center;
  z-index: 2;
}

.mes-flow-number {
  margin-bottom: 10px;
  color: #1f8ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mes-flow-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #1f8ed8;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  box-shadow: 0 12px 28px rgba(31, 142, 216, 0.22);
  transition: 0.3s ease;
}

.mes-flow-step h4 {
  margin: 0 0 6px;
  color: #07145f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mes-flow-step p {
  margin: 0;
  color: #333;
  font-size: 12px;
  line-height: 1.35;
}

/* linija iz koraka v naslednji korak */
.mes-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 65px;
  left: calc(60% + 25px);
  width: 48px;
  height: 2px;
  background-image: linear-gradient(
    to right,
    #1f8ed8 45%,
    transparent 45%
  );
  background-size: 12px 2px;
  animation: mesFlowDash 1.1s linear infinite;
  opacity: 0.7;
}

/* puščica na koncu linije */
.mes-flow-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 61px;
  left: calc(50% + 108px);
  width: 0;
  height: 0;
  border-left: 7px solid #1f8ed8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  animation: mesArrowPulse 1.1s ease-in-out infinite;
  opacity: 0.85;
}

.mes-flow-step:hover .mes-flow-icon {
  transform: translateY(-6px) scale(1.06);
  background: #07145f;
}

.mes-flow-advanced {
  grid-template-columns: repeat(7, 105px);
  column-gap: 24px;
}

.mes-flow-step:not(:last-child)::after {
  width: 58px;
}

.mes-flow-step:not(:last-child)::before {
  left: calc(56% + 96px);
}

@keyframes mesFlowDash {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 12px 0;
  }
}

@keyframes mesArrowPulse {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.55;
  }
  50% {
    transform: translateX(4px);
    opacity: 1;
  }
}

@media (max-width: 700px) {
  .mes-flow-advanced {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .mes-flow-step {
    max-width: 320px;
    margin: 0 auto;
    padding: 18px;
    border-radius: 18px;
    background: #f6f8fb;
  }

  .mes-flow-step:not(:last-child)::after {
    top: auto;
    left: 50%;
    bottom: -34px;
    width: 2px;
    height: 28px;
    background-image: linear-gradient(
      to bottom,
      #1f8ed8 45%,
      transparent 45%
    );
    background-size: 2px 12px;
    animation: mesFlowDashVertical 1.1s linear infinite;
  }

  .mes-flow-step:not(:last-child)::before {
    top: auto;
    left: calc(50% - 5px);
    bottom: -43px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #1f8ed8;
    border-bottom: 0;
    animation: mesArrowPulseVertical 1.1s ease-in-out infinite;
  }
}

@keyframes mesFlowDashVertical {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}

@keyframes mesArrowPulseVertical {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.55;
  }
  50% {
    transform: translateY(4px);
    opacity: 1;
  }
}

@media (max-width: 700px) {
  .mes-flow-advanced {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    overflow: visible !important;
    padding: 10px 0 20px !important;
  }

  .mes-flow-step {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px 20px 20px 86px;
    border-radius: 18px;
    background: #f6f8fb;
    text-align: left;
    position: relative;
    min-height: 112px;
  }

  .mes-flow-number {
    position: absolute;
    left: 22px;
    top: 18px;
    margin: 0;
    font-size: 11px;
  }

  .mes-flow-icon {
    position: absolute;
    left: 20px;
    top: 42px;
    width: 46px;
    height: 46px;
    margin: 0;
    font-size: 18px;
  }

  .mes-flow-step h5,
  .mes-flow-step h4 {
    margin: 0 0 8px;
    color: #07145f;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
  }

  .mes-flow-step p {
    margin: 0;
    color: #3f4658;
    font-size: 14px;
    line-height: 1.5;
  }

  .mes-flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 43px;
    top: 98px;
    bottom: -22px;
    width: 2px;
    height: auto;
    background-image: linear-gradient(
      to bottom,
      #1f8ed8 45%,
      transparent 45%
    );
    background-size: 2px 12px;
    animation: mesFlowDashVertical 1.1s linear infinite;
    opacity: 0.65;
  }

  .mes-flow-step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 38px;
    bottom: -25px;
    top: auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #1f8ed8;
    border-bottom: 0;
    animation: mesArrowPulseVertical 1.1s ease-in-out infinite;
    opacity: 0.85;
  }

  .mes-flow-step:hover .mes-flow-icon {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9bdf71 */.mes-highlight-horizontal {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
  align-items: center;
  gap: 42px;
  margin: 80px 0;
  padding: 46px 42px;
  border-radius: 24px;
  background: #0c134f;
  color: #fff;
  overflow: hidden;
}

.mes-highlight-title h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.25;
  color: white;
}

.mes-title-line {
  width: 90px;
  height: 4px;
  margin-top: 24px;
  border-radius: 999px;
  background: #1f8ed8;
}

.mes-highlight-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.mes-highlight-item {
  text-align: center;
  padding: 0 24px;
  border-left: 1px solid rgba(255,255,255,0.22);
}

.mes-highlight-item:first-child {
  border-left: 0;
}

.mes-highlight-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: #1f8ed8;
  font-size: 34px;
}

.mes-highlight-item h6 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

.mes-highlight-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,0.78);
}

.mes-highlight-item:hover .mes-highlight-icon {
  transform: translateY(-5px) scale(1.08);
  transition: 0.3s ease;
}

@media (max-width: 900px) {
  .mes-highlight-horizontal {
    grid-template-columns: 1fr;
    padding: 42px 24px;
  }

  .mes-highlight-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .mes-highlight-item:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .mes-highlight-items {
    grid-template-columns: 1fr;
  }

  .mes-highlight-item {
    border-left: 0;
    padding: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52521fb */.mes-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 50px 0;
}

.mes-feature {
  background: #f6f8fb;
  padding: 24px 20px;
  border-radius: 16px;
  text-align: left;
  transition: 0.3s ease;
}

.mes-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(7, 20, 95, 0.08);
}

.mes-feature i {
  font-size: 24px;
  color: #1f8ed8;
  margin-bottom: 12px;
}

.mes-feature h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.mes-feature p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #555;
}

/* gradient hover tudi za .mes-feature kartice */
.mes-feature {
  position: relative;
  overflow: hidden;
}

.mes-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 142, 216, 0.08), transparent);
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}

.mes-feature:hover::after {
  opacity: 1;
}

/* da vsebina ostane nad gradientom */
.mes-feature > * {
  position: relative;
  z-index: 1;
}

/* responsive */
@media (max-width: 900px) {
  .mes-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mes-features {
    grid-template-columns: 1fr;
  }
}

/* VEČJE IN BOLJ BERLJIVO */

.mes-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 60px 0;
}

.mes-feature {
  background: #f6f8fb;
  padding: 30px 26px;
  border-radius: 20px;
  text-align: left;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mes-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(7, 20, 95, 0.1);
}

/* ikone */
.mes-feature i {
  font-size: 30px;
  color: #1f8ed8;
  margin-bottom: 16px;
}

/* naslov */
.mes-feature h4 {
  margin: 0 0 12px;
  color: #0c134f;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

/* tekst */
.mes-feature p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #3f4658;
}

/* gradient hover */
.mes-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(31, 142, 216, 0.08),
    transparent
  );
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}

.mes-feature:hover::after {
  opacity: 1;
}

/* vsebina nad gradientom */
.mes-feature > * {
  position: relative;
  z-index: 1;
}

/* responsive */
@media (max-width: 900px) {
  .mes-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mes-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mes-feature {
    padding: 26px 22px;
  }

  .mes-feature h4 {
    font-size: 21px;
  }

  .mes-feature p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-861330e */.mes-usecases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 60px 0;
}

.mes-usecase {
  background: #f6f8fb;
  padding: 24px 20px;
  border-radius: 18px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mes-usecase:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(7, 20, 95, 0.08);
}

.mes-usecase-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1f8ed8;
  font-size: 22px;
}

.mes-usecase-icon i {
  transition: 0.3s ease;
}

/* hover animacija */
.mes-usecase:hover .mes-usecase-icon i {
  transform: scale(1.15) rotate(6deg);
}

.mes-usecase h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: #07145f;
}

.mes-usecase p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #444;
}

/* subtilen gradient hover */
.mes-usecase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31,142,216,0.08), transparent);
  opacity: 0;
  transition: 0.3s ease;
}

.mes-usecase:hover::after {
  opacity: 1;
}

/* responsive */
@media (max-width: 900px) {
  .mes-usecases {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mes-usecases {
    grid-template-columns: 1fr;
  }
}

/* VEČJE IN BOLJ BERLJIVO */

.mes-usecases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 60px 0;
}

.mes-usecase {
  background: #f6f8fb;
  padding: 30px 26px;
  border-radius: 20px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mes-usecase:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(7, 20, 95, 0.1);
}

/* ikona */
.mes-usecase-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1f8ed8;
  font-size: 28px;
  background: rgba(31, 142, 216, 0.08);
}

.mes-usecase-icon i {
  transition: 0.3s ease;
}

/* hover animacija */
.mes-usecase:hover .mes-usecase-icon i {
  transform: scale(1.15) rotate(6deg);
}

/* naslov */
.mes-usecase h4 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: #07145f;
}

/* tekst */
.mes-usecase p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #3f4658;
}

/* subtilen gradient hover */
.mes-usecase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(31, 142, 216, 0.08),
    transparent
  );
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}

.mes-usecase:hover::after {
  opacity: 1;
}

/* vsebina nad gradientom */
.mes-usecase > * {
  position: relative;
  z-index: 1;
}

/* responsive */
@media (max-width: 900px) {
  .mes-usecases {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mes-usecases {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mes-usecase {
    padding: 26px 22px;
  }

  .mes-usecase h4 {
    font-size: 21px;
  }

  .mes-usecase p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08470b1 */.smartbit-faq-custom,
.smartbit-faq-custom * {
  box-sizing: border-box;
  text-transform: none !important;
}

.smartbit-faq-custom {
  max-width: 1180px;
  margin: 50px auto 0;
  font-family: inherit;
  background: #0c134f;
  border-radius: 28px;
  padding: 56px 42px;
  color: #ffffff;
  box-shadow: 0 22px 55px rgba(12, 19, 79, 0.18);
}

.smartbit-faq-custom .faq-header {
  text-align: left;
  margin-bottom: 34px;
  max-width: 760px;
}

.smartbit-faq-custom .faq-header p {
  margin: 0 0 24px;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.6;
}

.smartbit-faq-custom .faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.smartbit-faq-custom .faq-tabs button {
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: rgba(255,255,255,0.82);
  border-radius: 8px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.25s ease;
}

.smartbit-faq-custom .faq-tabs button i {
  margin-right: 8px;
  color: #1d94dc;
}

.smartbit-faq-custom .faq-tabs button:hover,
.smartbit-faq-custom .faq-tabs button.active {
  background: #1d94dc;
  border-color: #1d94dc;
  color: #ffffff;
}

.smartbit-faq-custom .faq-tabs button:hover i,
.smartbit-faq-custom .faq-tabs button.active i {
  color: #ffffff;
}

.smartbit-faq-custom .faq-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: none;
}

.smartbit-faq-custom .faq-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.16);
}

.smartbit-faq-custom .faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  color: #ffffff;
}

.smartbit-faq-custom .faq-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.smartbit-faq-custom .faq-icon-box {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 12px;
  background: rgba(29, 148, 220, 0.12);
  color: #1d94dc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.smartbit-faq-custom .faq-label {
  display: block;
  font-size: 12px;
  color: #1d94dc;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.smartbit-faq-custom strong {
  display: block;
  font-size: 19px;
  line-height: 1.35;
  color: #ffffff;
  font-weight: 700;
}

.smartbit-faq-custom .faq-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
}

.smartbit-faq-custom .faq-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #1d94dc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.smartbit-faq-custom .faq-item.active .faq-arrow {
  transform: rotate(180deg);
  background: #1d94dc;
  color: #ffffff;
}

.smartbit-faq-custom .faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.smartbit-faq-custom .faq-answer p {
  margin: 0 0 26px 64px;
  max-width: 760px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .smartbit-faq-custom {
    padding: 36px 22px;
    border-radius: 18px;
  }

  .smartbit-faq-custom .faq-header {
    text-align: left;
  }

  .smartbit-faq-custom .faq-tabs {
    gap: 8px;
  }

  .smartbit-faq-custom .faq-tabs button {
    padding: 9px 13px;
    font-size: 13px;
  }

  .smartbit-faq-custom .faq-question {
    padding: 20px 0;
    align-items: flex-start;
  }

  .smartbit-faq-custom .faq-left {
    align-items: flex-start;
    gap: 14px;
  }

  .smartbit-faq-custom .faq-icon-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .smartbit-faq-custom strong {
    font-size: 16px;
  }

  .smartbit-faq-custom .faq-action-text {
    display: none;
  }

  .smartbit-faq-custom .faq-answer p {
    margin-left: 54px;
    font-size: 14px;
  }
}

/* NOVO */
.smartbit-faq-custom .faq-top-title {
  text-align: center;
  margin-bottom: 34px;
}

.smartbit-faq-custom .faq-kicker {
  display: inline-block;
  color: #1d94dc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
  margin-bottom: 12px;
}

.smartbit-faq-custom .faq-top-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.smartbit-faq-custom .faq-header {
  text-align: center;
  margin-bottom: 36px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.smartbit-faq-custom .faq-header p {
  margin: 0 0 26px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.7;
}

.smartbit-faq-custom .faq-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}/* End custom CSS */