.elementor-159 .elementor-element.elementor-element-cc14a6e{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-159:not(.elementor-motion-effects-element-type-background), .elementor-159 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-159 .elementor-element.elementor-element-cc14a6e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-e0ce221 *//* =========================================================
   LOMBARDAS — Modern Footer v2 (Opa Reklama)
   Fully responsive — desktop, laptop, tablet, mobile
   ========================================================= */

.ft2{
  --bg:#1F2227;
  --bg2:#21252b;
  --text:#CFD6DF;
  --muted:#9AA3AE;
  --pri:#69B345;
  --hi:#E0F18F;
  --line:#2b3038;

  background:linear-gradient(180deg,var(--bg) 0%,var(--bg2) 100%);
  color:var(--text);
  font:16px/1.6 Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;
}
.ft2 a{ color:var(--hi); text-decoration:none }
.ft2 a:hover{ color:#7ED956; text-decoration:underline }

.ft2__wrap{
  max-width:1200px;
  margin:0 auto;
  padding:40px 20px 24px;
}

/* ========================= GRID ========================= */
.ft2__grid{
  display:grid;
  gap:28px;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  align-items:start;
}

/* ========================= ABOUT ========================= */
.ft2__logo{
  height:42px;
  width:auto;
  display:block;
  margin:0 0 12px;
}
.ft2__tag{
  max-width:42ch;
  margin:0 0 14px;
  color:#e6edf4;
}
.ft2__social{
  display:flex;
  gap:10px;
}
.ft2__soc{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:10px;
  background:#15181d;
  color:var(--hi);
  transition:0.2s;
}
.ft2__soc:hover{
  background:var(--pri);
  color:#fff;
  border-color:transparent;
}

/* ========================= TITLES + LISTS ========================= */
.ft2__ttl{
  margin:2px 0 10px;
  font-size:15px;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:var(--hi);
}
.ft2__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}
.ft2__list a{
  color:var(--text);
}
.ft2__list a:hover{
  color:#fff;
}

/* ========================= CONTACTS / BRANCHES ========================= */
.ft2__branches{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}
.ft2__branches li{
  padding:10px 0;
  border-bottom:1px solid var(--line);
}
.ft2__branches b{
  color:var(--hi);
  display:block;
  margin-bottom:2px;
}
.ft2__branches span{
  display:block;
  color:var(--muted);
}
.ft2__branches a{
  color:var(--pri);
  font-weight:700;
}

/* ========================= HOURS ========================= */
.ft2__hours{
  margin-top:20px;
  padding:12px 0;
  text-align:center;
  color:var(--muted);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.ft2__hours strong{
  color:var(--hi);
}

/* ========================= BOTTOM ========================= */
.ft2__bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding-top:16px;
  color:var(--muted);
}
.ft2__bottom a{
  color:var(--hi);
}
.ft2__pay{
  display:flex;
  gap:10px;
  color:#ffffff;
  opacity:.8;
}
.ft2__pay svg{
  height:22px;
  width:auto;
}

/* =========================================================
   RESPONSIVE BREAKPOINTS
   ========================================================= */

/* ===== 13–15" laptops (1024–1366px) ===== */
@media (min-width:1024px) and (max-width:1366px){
  .ft2__wrap{
    max-width:1080px;
    padding:36px 18px 22px;
  }
  .ft2__grid{
    grid-template-columns: 0.9fr 1.05fr 1.15fr;
    column-gap:24px;
  }
  .ft2__logo{ height:36px; }
  .ft2__tag{ max-width:34ch; font-size:15px; }
  .ft2__list a{ font-size:15px; }
  .ft2__branches li{ padding:10px 0; }
  .ft2__hours{ padding:10px 0; font-size:14.5px; }
  .ft2__bottom{ gap:12px; }
}

/* ===== Tablets / small laptops (768–1023px) ===== */
@media (min-width:768px) and (max-width:1023px){
  .ft2__wrap{ padding:34px 16px 20px; }
  .ft2__grid{
    grid-template-columns: 1.05fr 1fr;
    gap:20px;
  }
  /* Contacts full width below */
  .ft2__col:last-child{
    grid-column:1 / -1;
  }

  /* Split branches into 2 columns */
  .ft2__branches{
    display:grid;
    gap:0;
    grid-template-columns: repeat(2, minmax(0,1fr));
    border:1px solid var(--line);
    border-radius:12px;
    overflow:hidden;
  }
  .ft2__branches li{
    margin:0;
    padding:12px 14px;
    border-bottom:1px solid var(--line);
    border-right:1px solid var(--line);
  }
  .ft2__branches li:nth-child(2n){ border-right:0; }
  .ft2__branches li:nth-last-child(-n+2){ border-bottom:0; }
  .ft2__logo{ height:34px; }
}

/* ===== Mobile (<768px) ===== */
@media (max-width:767px){
  .ft2__grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .ft2__bottom{
    flex-direction:column;
    text-align:center;
  }
  .ft2__hours p{
    margin:5px 0;
  }
}

/* ===== General refinements ===== */
@media (max-width:1366px){
  .ft2__hours{ padding:10px 0; font-size:14.5px; }
  .ft2__bottom{ gap:12px; }
}





@media (min-width:1367px){
  .ft2__branches{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap:12px 28px;
  }
  .ft2__branches li{
    border:1px solid var(--line);
    border-radius:12px;
    padding:12px 14px;
    border-bottom:0;
  }
}/* End custom CSS */