.elementor-178 .elementor-element.elementor-element-91528f8{--display:flex;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-178 .elementor-element.elementor-element-91528f8::before, .elementor-178 .elementor-element.elementor-element-91528f8 > .elementor-background-video-container::before, .elementor-178 .elementor-element.elementor-element-91528f8 > .e-con-inner > .elementor-background-video-container::before, .elementor-178 .elementor-element.elementor-element-91528f8 > .elementor-background-slideshow::before, .elementor-178 .elementor-element.elementor-element-91528f8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-178 .elementor-element.elementor-element-91528f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-178 .elementor-element.elementor-element-12d18e9{border-style:solid;border-width:3px 0px 0px 0px;border-color:#00B64C;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.41);}.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-12d18e9 *//* ==== FULL WIDTH TOP GREEN LINE ==== */
.th-footer-global-topline {
    width: 100%;
    height: 4px;
    background: #00B64C;
    position: relative;
    top: 0;
    left: 0;
}

/* ==== FOOTER ==== */
#th-footer {
  background: #181818;
  color: #fff;
  padding: 60px 20px 40px;
  text-align: center;

  /* finom sötétített háttér */
  background: radial-gradient(circle at center,
      #202020 0%,
      #181818 60%,
      #141414 100%);
}

/* LOGO */
.th-footer-logo {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

/* TITLE */
.th-footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

/* ADDRESS */
.th-footer-address {
  color: #cccccc;
  margin-bottom: 18px;
  font-size: 15px;
}

/* CONTACT ROW */
.th-footer-contact-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.th-contact-link {
  color: #00B64C;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.th-contact-link:hover {
    color: #01d8ff;
  text-decoration: underline;
}

/* separator between email and phone */
.th-separator-dot {
  color: #555;
}

/* NAV */
.th-footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 25px 0;
}

.th-footer-nav a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.th-footer-nav a:hover {
  color: #00B64C;
}

/* COPYRIGHT */
.th-footer-copy {
  color: #aaa;
  font-size: 13px;
  margin-top: 10px;
}

/* ==== MOBILE ==== */
@media (max-width: 600px) {

  .th-footer-title {
    font-size: 20px;
  }

  .th-footer-contact-row {
    flex-direction: column;
    gap: 6px;
  }

  .th-separator-dot {
    display: none;
  }

  .th-footer-nav {
    gap: 15px;
  }
}/* End custom CSS */