.elementor-kit-8{--e-global-color-primary:#333333;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#12A9FD;--e-global-color-a3e0b6b:#12A9FD;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1700px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Osnovna kartica */
.hover-card {
  position: relative;
  overflow: hidden;
}

/* Desktop only */
@media screen and (min-width: 1025px) {
  .hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .hover-card .hover-reveal {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition:
      max-height 0.45s ease,
      opacity 0.3s ease,
      transform 0.3s ease;
  }

  .hover-card:hover .hover-reveal {
    max-height: 150px;
    opacity: 1;
    transform: translateY(0);
  }

  .hover-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.25);
  }
}

/* Tablet + mobile */
@media screen and (max-width: 1024px) {
  .hover-card .hover-reveal {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    transform: none !important;
  }

  .hover-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}/* End custom CSS */