.elementor-441 .elementor-element.elementor-element-dd2d5f9{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-3957e13 *//* ===== FOOTER (Toni&Guy style) ===== */
.jft-footer{
  background:#050505;
  padding: 64px 0;
  color:#fff;
}

.jft-footer__title{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 16px;
  margin: 0 0 16px;
}

.jft-footer__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 10px;
}

.jft-footer__list a{
  color: rgba(255,255,255,.85);
  text-decoration:none;
  font-size: 15px;
  line-height: 1.5;
  transition: color .2s ease, transform .2s ease;
}

.jft-footer__list a:hover{
  color:#fff;
  transform: translateX(2px);
}

/* Social rows: icon + label */
.jft-footer__social .jft-social{
  display:flex;
  align-items:center;
  gap: 12px;
}

.jft-ico{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  opacity:.95;
}

.jft-ico svg{
  width:22px;
  height:22px;
  fill:#fff;
}

/* Badge */
.jft-footer__badge{
  width: 150px;
  height: 150px;
  display:grid;
  place-items:center;
}

.jft-footer__badge img{
  width: 140px;
  height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.35));
}

/* Font Awesome icons spacing */
.jft-social i,
.jft-footer__address i{
  width: 18px;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
}

/* Address column */
.jft-footer__address{
  gap: 14px;
}

.jft-footer__address li{
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 1.6;
}

.jft-footer__address a{
  color: inherit;
  text-decoration: none;
}

.jft-footer__address a:hover{
  text-decoration: underline;
}

/* Rating */
.jft-rating{
  font-weight: 800;
  color: #fff;
}

.jft-rating span{
  font-weight: 500;
  opacity: .85;
  margin-left: 6px;
}


@media (max-width: 991.98px){
  .jft-footer{
    padding: 46px 0;
  }
  .jft-footer__badge{
    margin-top: 10px;
  }
}/* End custom CSS */