.elementor-39 .elementor-element.elementor-element-00ac957{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-39 .elementor-element.elementor-element-00ac957:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-00ac957 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFBEB3;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-15db8df *//* ================= FOOTER ================= */

#global-footer {
  
  color: #ffffff;
  font-family: var(--font-family-body, system-ui, sans-serif);
}
#global-footer,
#global-footer p,
#global-footer a,
#global-footer li,
#global-footer h3,
#global-footer span {
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}
/* container */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 20px 36px;
}

/* grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 56px;
}

/* brand kolona */
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 22px;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.1));
}

.footer-text {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
  max-width: 320px;
  margin-bottom: 26px;
}

/* social */
.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.25s ease;
}

.footer-social a:hover {
  background: rgba(255,255,255,0.35);
  transform: translateY(-2px);
}

/* naslovi */
.footer-col h3 {
  font-size: 17px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}

.footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: rgba(255,255,255,0.6);
  border-radius: 2px;
}

/* linkovi */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 14px;
}

.footer-col ul li a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

/* kontakt */
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  opacity: 0.9;
}

.footer-contact i {
  margin-top: 4px;
  font-size: 15px;
}

/* bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.25);
  margin-top: 48px;
  padding-top: 24px;
  font-size: 14px;
  opacity: 0.9;
  text-align: center;
}

/* responsive */
@media (max-width: 768px) {
  .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
}/* End custom CSS */