/* EFCL v9 shared global footer and inner-header hover safety. */
#efcl-global-footer {
  --efcl-red: #ed1c24;
  box-sizing: border-box;
  width: 100%;
  padding: 46px 0 20px;
  border-top: 3px solid var(--efcl-red);
  background: radial-gradient(circle at 5% 8%, rgba(237,28,36,.09), transparent 24%), #050607;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
#efcl-global-footer *,
#efcl-global-footer *::before,
#efcl-global-footer *::after { box-sizing: border-box; }

#efcl-global-footer .content-shell {
  width: min(1240px, calc(100% - 7vw));
  margin: 0 auto;
}
#efcl-global-footer a { color: inherit; text-decoration: none; }
#efcl-global-footer img { display: block; max-width: 100%; }

#efcl-global-footer .compact-footer__grid {
  display: grid;
  grid-template-columns: .82fr 1.42fr .92fr;
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

#efcl-global-footer .compact-footer__brand { max-width: 320px; }
#efcl-global-footer .compact-footer__logo { width: 132px; height: auto; }
#efcl-global-footer .compact-footer__brand > p {
  max-width: 315px;
  margin: 18px 0 21px;
  color: #b7b9be;
  font-size: .82rem;
  line-height: 1.65;
}

#efcl-global-footer .compact-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#efcl-global-footer .compact-footer__socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 50%;
  background: rgba(255,255,255,.045);
  color: #fff;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
#efcl-global-footer .compact-footer__socials a:hover,
#efcl-global-footer .compact-footer__socials a:focus-visible {
  transform: translateY(-3px);
  border-color: var(--efcl-red);
  background: var(--efcl-red);
  color: #fff;
}
#efcl-global-footer .compact-footer__socials svg {
  width: 17px;
  height: 17px;
  overflow: visible;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
}
#efcl-global-footer .compact-footer__socials a:first-child svg,
#efcl-global-footer .compact-footer__socials a:nth-child(4) svg,
#efcl-global-footer .compact-footer__socials a:nth-child(5) svg { stroke: none; }
#efcl-global-footer .compact-footer__social-dot,
#efcl-global-footer .compact-footer__social-fill { fill: #050607; stroke: none; }
#efcl-global-footer .compact-footer__socials a:hover .compact-footer__social-dot,
#efcl-global-footer .compact-footer__socials a:hover .compact-footer__social-fill { fill: #fff; }

#efcl-global-footer .compact-footer__heading,
#efcl-global-footer .compact-footer__trust-heading {
  margin: 0 0 13px;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Compact header-style footer menu. */
#efcl-global-footer .compact-footer__top-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
#efcl-global-footer .compact-footer__top-link,
#efcl-global-footer .compact-footer__toggle > summary {
  min-width: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 5px;
  background: rgba(255,255,255,.035);
  color: #e8e8ea;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}
#efcl-global-footer .compact-footer__top-link:hover,
#efcl-global-footer .compact-footer__top-link:focus-visible,
#efcl-global-footer .compact-footer__toggle > summary:hover,
#efcl-global-footer .compact-footer__toggle > summary:focus-visible {
  border-color: var(--efcl-red);
  background: var(--efcl-red);
  color: #fff !important;
}

#efcl-global-footer .compact-footer__toggle {
  min-width: 0;
  margin: 0;
}
#efcl-global-footer .compact-footer__toggle > summary {
  position: relative;
  padding-right: 36px;
  list-style: none;
}
#efcl-global-footer .compact-footer__toggle > summary::-webkit-details-marker { display: none; }
#efcl-global-footer .compact-footer__toggle > summary::after {
  content: "+";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--efcl-red);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
}
#efcl-global-footer .compact-footer__toggle[open] > summary {
  border-color: var(--efcl-red);
  background: rgba(237,28,36,.11);
  color: #fff;
}
#efcl-global-footer .compact-footer__toggle[open] > summary::after {
  content: "−";
  color: #fff;
}

#efcl-global-footer .compact-footer__toggle-panel {
  display: grid;
  gap: 13px;
  margin-top: 6px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 5px;
  background: #0b0c0e;
}
#efcl-global-footer .compact-footer__menu-group {
  display: grid;
  gap: 3px;
}
#efcl-global-footer .compact-footer__menu-group strong {
  display: block;
  margin: 2px 0 5px;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
}
#efcl-global-footer .compact-footer__menu-group a {
  display: block;
  width: 100%;
  padding: 6px 8px;
  border-radius: 4px;
  color: #aeb0b6;
  font-size: .7rem;
  font-weight: 650;
  line-height: 1.3;
  transition: background-color 160ms ease, color 160ms ease, padding-left 160ms ease;
}
#efcl-global-footer .compact-footer__menu-group a:hover,
#efcl-global-footer .compact-footer__menu-group a:focus-visible {
  padding-left: 12px;
  background: var(--efcl-red);
  color: #fff !important;
}
#efcl-global-footer .compact-footer__quote-link,
#efcl-global-footer .compact-footer__quote-link:hover,
#efcl-global-footer .compact-footer__quote-link:focus-visible {
  border-color: var(--efcl-red);
  background: var(--efcl-red);
  color: #fff !important;
}

#efcl-global-footer .compact-footer__quality { min-width: 0; }
#efcl-global-footer .compact-footer__iso {
  padding-left: 16px;
  border-left: 3px solid var(--efcl-red);
}
#efcl-global-footer .compact-footer__iso > span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--efcl-red);
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
}
#efcl-global-footer .compact-footer__iso strong {
  display: block;
  max-width: 320px;
  color: #fff;
  font-size: .95rem;
  line-height: 1.25;
}
#efcl-global-footer .compact-footer__iso p {
  max-width: 370px;
  margin: 9px 0 0;
  color: #aeb0b6;
  font-size: .72rem;
  line-height: 1.55;
}
#efcl-global-footer .compact-footer__trust-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #8d9097;
  font-size: .58rem;
}
#efcl-global-footer .compact-footer__trust-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(72px, 1fr));
  gap: 8px;
}
#efcl-global-footer .compact-footer__trust-logos > span {
  display: grid;
  min-width: 0;
  height: 62px;
  place-items: center;
  padding: 7px 10px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}
#efcl-global-footer .compact-footer__trust-logos img {
  width: auto;
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
}

#efcl-global-footer .homepage-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #70737a;
  font-size: .58rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Inner-page header hover safety: red menu hover with white title; quote button stays red. */
body:not(.efcl-custom-homepage) .uicore-header-wrapper .sub-menu a:hover,
body:not(.efcl-custom-homepage) .uicore-header-wrapper .sub-menu a:focus-visible,
body:not(.efcl-custom-homepage) .uicore-navbar .sub-menu a:hover,
body:not(.efcl-custom-homepage) .uicore-navbar .sub-menu a:focus-visible,
body:not(.efcl-custom-homepage) .elementor-location-header .elementor-nav-menu--dropdown a:hover,
body:not(.efcl-custom-homepage) .elementor-location-header .elementor-nav-menu--dropdown a:focus-visible {
  background: var(--efcl-red, #ed1c24) !important;
  color: #fff !important;
}

body:not(.efcl-custom-homepage) .uicore-header-wrapper a[href*="ecommercefulfilmentcentre.com/get-a-quotation"],
body:not(.efcl-custom-homepage) .uicore-navbar a[href*="ecommercefulfilmentcentre.com/get-a-quotation"],
body:not(.efcl-custom-homepage) .elementor-location-header a[href*="ecommercefulfilmentcentre.com/get-a-quotation"],
body:not(.efcl-custom-homepage) .uicore-header-wrapper a[href*="unbeatable-quotations"],
body:not(.efcl-custom-homepage) .uicore-navbar a[href*="unbeatable-quotations"],
body:not(.efcl-custom-homepage) .elementor-location-header a[href*="unbeatable-quotations"] {
  background-color: var(--efcl-red, #ed1c24) !important;
  color: #fff !important;
}
body:not(.efcl-custom-homepage) .uicore-header-wrapper a[href*="ecommercefulfilmentcentre.com/get-a-quotation"]:hover,
body:not(.efcl-custom-homepage) .uicore-navbar a[href*="ecommercefulfilmentcentre.com/get-a-quotation"]:hover,
body:not(.efcl-custom-homepage) .elementor-location-header a[href*="ecommercefulfilmentcentre.com/get-a-quotation"]:hover,
body:not(.efcl-custom-homepage) .uicore-header-wrapper a[href*="unbeatable-quotations"]:hover,
body:not(.efcl-custom-homepage) .uicore-navbar a[href*="unbeatable-quotations"]:hover,
body:not(.efcl-custom-homepage) .elementor-location-header a[href*="unbeatable-quotations"]:hover {
  background-color: var(--efcl-red, #ed1c24) !important;
  color: #fff !important;
}

@media (max-width: 1050px) {
  #efcl-global-footer .compact-footer__grid {
    grid-template-columns: 1fr 1.45fr;
  }
  #efcl-global-footer .compact-footer__quality {
    grid-column: 1 / -1;
    max-width: 700px;
  }
  #efcl-global-footer .compact-footer__trust-logos {
    grid-template-columns: repeat(4, minmax(70px, 1fr));
  }
}

@media (max-width: 700px) {
  #efcl-global-footer { padding-top: 40px; }
  #efcl-global-footer .compact-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #efcl-global-footer .compact-footer__quality { grid-column: auto; }
  #efcl-global-footer .compact-footer__trust-logos {
    grid-template-columns: repeat(4, minmax(62px,1fr));
  }
  #efcl-global-footer .homepage-footer__bottom {
    flex-direction: column;
    gap: 7px;
  }
}

@media (max-width: 520px) {
  #efcl-global-footer .compact-footer__top-menu {
    grid-template-columns: 1fr;
  }
  #efcl-global-footer .compact-footer__logo { width: 108px; }
  #efcl-global-footer .compact-footer__trust-logos {
    grid-template-columns: repeat(2, minmax(70px,1fr));
  }
  #efcl-global-footer .compact-footer__trust-logos > span { height: 52px; }
  #efcl-global-footer .compact-footer__trust-logos img { max-height: 38px; }
}
