.elementor-33976 .elementor-element.elementor-element-ae7d8f6{--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;overflow:visible;}@media(min-width:768px){.elementor-33976 .elementor-element.elementor-element-ae7d8f6{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-78f460b *//* ============================================================
   TANDOOR MORNI -- CUSTOM FOOTER CSS v1.0
   Add to: Appearance > Customize > Additional CSS
   (append after existing site CSS and header CSS)
   VERIFIED: zero angle-bracket characters in this file.
   ============================================================ */

/* ── OUTER FOOTER ── */
.tmf {
  background: #1C1C1C;
  border-top: 3px solid #B87333;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ── CONSTRAINED WRAPPER ── */
.tmf-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ── MAIN SECTION ── */
.tmf-main { padding: 56px 0 44px; }

/* ── 5-COLUMN GRID ── */
.tmf-grid {
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr 1fr 1.4fr;
  gap: 2.5rem;
  align-items: start;
}

/* ============================================================
   BRAND COLUMN
   ============================================================ */
.tmf-brand {}
.tmf-logo-lnk {
  display: inline-block;
  margin-bottom: 18px;
}
.tmf-logo {
  height: 48px;
  width: auto;
  display: block;
}
.tmf-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  margin: 0 0 20px;
  max-width: 280px;
}
.tmf-brand-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tmf-badge {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid rgba(184, 115, 51, 0.45);
  border-radius: 4px;
  font-size: 10.5px;
  font-weight: 700;
  color: #B87333;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.tmf-badge:hover {
  background: rgba(184, 115, 51, 0.15);
  color: #D4956A;
}

/* ============================================================
   LINK COLUMNS
   ============================================================ */
.tmf-col {}
.tmf-hd {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(184, 115, 51, 0.4);
  display: block;
}
.tmf-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tmf-list a {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.15s ease;
  line-height: 1.4;
  display: block;
}
.tmf-list a:hover { color: #D4956A; }

/* ============================================================
   CONTACT COLUMN
   ============================================================ */
.tmf-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.tmf-contact-item:last-child { margin-bottom: 0; }
.tmf-ci-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(184, 115, 51, 0.12);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B87333;
  margin-top: 2px;
}
.tmf-ci-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
  margin: 0 0 3px;
  font-weight: 600;
}
.tmf-ci-val {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
  margin: 0;
}
.tmf-ci-lnk {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.15s ease;
  display: block;
}
.tmf-ci-lnk:hover { color: #D4956A; }

/* ============================================================
   BOTTOM BAR
   ============================================================ */
.tmf-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}
.tmf-bottom-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.tmf-copy {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}

/* Social buttons */
.tmf-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.tmf-soc {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.18s ease, transform 0.18s ease;
  line-height: 1;
}
.tmf-soc:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  color: #ffffff;
}
.tmf-soc-ig {
  background: linear-gradient(135deg, #C13584 0%, #833AB4 50%, #405DE6 100%);
}
.tmf-soc-fb { background: #1877F2; }
.tmf-soc-yt { background: #FF0000; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet: collapse to 4-col, brand spans full width */
@media (max-width: 1100px) {
  .tmf-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 2rem;
  }
  .tmf-brand {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .tmf-desc { margin-bottom: 0; }
  .tmf-brand-badges { align-self: center; }
}

/* Phablet: 2-column layout */
@media (max-width: 768px) {
  .tmf-main { padding: 40px 0 32px; }
  .tmf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
  .tmf-brand {
    flex-direction: column;
    gap: 14px;
    padding-bottom: 1.5rem;
  }
  .tmf-desc { max-width: 100%; }
}

/* Mobile: single column */
@media (max-width: 480px) {
  .tmf-wrap { padding: 0 1.25rem; }
  .tmf-main { padding: 32px 0 28px; }
  .tmf-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .tmf-brand {
    padding-bottom: 1.25rem;
  }
  .tmf-bottom-in {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .tmf-socials { gap: 8px; }
  .tmf-soc { font-size: 12px; padding: 7px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .tmf-soc, .tmf-badge, .tmf-list a, .tmf-ci-lnk { transition: none !important; }
}/* End custom CSS */