.elementor-15976 .elementor-element.elementor-element-f3f3c28{--display:flex;}.elementor-15976 .elementor-element.elementor-element-f3f3c28:not(.elementor-motion-effects-element-type-background), .elementor-15976 .elementor-element.elementor-element-f3f3c28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.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-2ccb5e8 *//* Main footer container */
.footer-container {
  background-color: #f5f5f5;
  padding: 30px 50px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #333;
  position: relative;
}

.footer-divider {
  height: 1px;
  background-color: #ccc !important; /* svjetlija nijansa sive */
  border: none;
  margin: 10px 0 15px 0 !important; /* manji razmaci gore i dole */
}

/* Top section with logos and phone */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.footer-logos {
  display: flex;
  align-items: center;
}

.logo-1 {
  height: 40px;
  margin-right: 20px;
}

.logo-2 {
  height: 40px;
}

.footer-phone a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.footer-phone i {
  margin-right: 5px;
  transform: rotate(0deg);
  display: inline-block; /* neophodno da bi transform radio */
}

/* Navigation menu */
.footer-nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.footer-nav a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #00b15d;
}

/* Divider line */
.footer-divider {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}

/* Bottom section */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-copyright {
  font-size: 14px;
}

.footer-links {
  display: flex;
}

.footer-links a {
  color: #333;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 30px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #00b15d;
}

/* Disclaimer */
.footer-disclaimer {
  font-size: 12px;
  color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logos {
    margin-bottom: 20px;
  }

  .footer-nav ul {
    flex-direction: column;
  }

  .footer-nav li {
    margin-bottom: 10px;
  }

  .footer-links {
    flex-direction: column;
    margin-top: 20px;
  }

  .footer-links a {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.social-icons a {
  color: #ffb338;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #d69728;
}

.footer-links .social-icons a {
  text-decoration: none !important;
}

.footer-links .social-icons a:hover {
  text-decoration: none !important;
}

.social-icons a {
  margin: 0 !important;
  padding: 0;
}

/* Dodajem razmak između ikonica za društvene mreže */
.social-icons a:not(:last-child) {
  margin-right: 12px !important;
}/* End custom CSS */