.elementor-884 .elementor-element.elementor-element-b77fa17{--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;--margin-top:-22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-884 .elementor-element.elementor-element-b77fa17{--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-03b6a26 *//* FULL WIDTH */
.kbm-fullwidth-hack {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.kbm-footer {
  background: #0e0e11;
  padding: 80px 20px;
}

.kbm-footer-inner {
  max-width: 1200px;
  margin: auto;
}
/* FOOTER */
.kbm-footer {
  background: #0f0f0f;
  color: #ccc;
  padding: 80px 20px 30px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.kbm-footer-col {
  display: flex;
  flex-direction: column;
}
.kbm-footer-container {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
}

/* LOGO */
.kbm-footer-logo img {
  height: 40px;
  width: auto;
  margin-bottom: 15px;
}

/* TITLES */
.kbm-footer h4 {
  color: #fff;
  margin-bottom: 15px;
}

/* LINKS */
.kbm-footer a {
  color: #aaa;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

/* underline animation */
.kbm-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #e39a47;
  transition: 0.3s;
}

.kbm-footer a:hover::after {
  width: 100%;
}

.kbm-footer a:hover {
  color: #e39a47;
}

/* SOCIALS */
.kbm-social {
  width: 42px;
  height: 42px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.05);
  color: #fff;

  transition: 0.3s ease;
}

/* 🔥 ВАЖНО — това ти липсва */
.kbm-social svg {
  width: 44px;
  height: 40px;
  display: block;
}

.kbm-social:hover {
  background: #e39a47;
  color: #111;
  transform: translateY(-3px);
  box-shadow: 0 0 15px rgba(227,154,71,0.6);
}

/* CTA */
.kbm-footer-cta {
  display: inline-flex;          
  align-items: center;           /* вертикално центриране */
  justify-content: center;       /* хоризонтално центриране */

  padding: 12px 20px;
  background: #e39a47;
  color: #fff !important;
  border-radius: 10px;

  text-align: center;
  min-width: 200px;             
}

.kbm-footer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(227,154,71,0.6);
}

/* BOTTOM */
.kbm-footer-bottom {
  margin-top: 60px;
  text-align: center;
  font-size: 13px;
  color: #777;
}

/* MOBILE */
@media (max-width: 900px) {
  .kbm-footer-container {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 600px) {
  .kbm-footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .kbm-socials {
    justify-content: center;
  }
}/* End custom CSS */