@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");

body.tb-cerdjio-footer-enabled .fusion-footer,
body.tb-cerdjio-footer-enabled #footer,
body.tb-cerdjio-footer-enabled .fusion-footer-widget-area,
body.tb-cerdjio-footer-enabled .fusion-footer-copyright-area,
body.tb-cerdjio-footer-enabled .fusion-footer-parallax,
body.tb-cerdjio-footer-enabled .fusion-footer-shadow,
body.tb-cerdjio-footer-enabled footer.fusion-footer-widget-area,
body.tb-cerdjio-footer-enabled .avada-footer-fx-none .fusion-footer {
  display: none !important;
}

html,
body.tb-cerdjio-footer-enabled {
  min-height: 100%;
}

body.tb-cerdjio-footer-enabled {
  --tb-footer-bg: #1d1d1d;
  --tb-footer-bg-dark: #101010;
  --tb-footer-text: #cfcfcf;
  --tb-footer-accent: #ef7d21;
  --tb-side-header-offset: 0px;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.tb-cerdjio-footer-enabled #boxed-wrapper,
body.tb-cerdjio-footer-enabled #wrapper,
body.tb-cerdjio-footer-enabled .wrapper_blank {
  flex: 1 0 auto;
}

body.tb-cerdjio-footer-enabled,
body.tb-cerdjio-footer-enabled p,
body.tb-cerdjio-footer-enabled li,
body.tb-cerdjio-footer-enabled a,
body.tb-cerdjio-footer-enabled h1,
body.tb-cerdjio-footer-enabled h2,
body.tb-cerdjio-footer-enabled h3,
body.tb-cerdjio-footer-enabled h4,
body.tb-cerdjio-footer-enabled span,
body.tb-cerdjio-footer-enabled button {
  font-family: 'Open Sans', Arial, sans-serif;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer {
  position: relative;
  z-index: 20;
  display: block;
  width: calc(100% - var(--tb-side-header-offset));
  margin: 0 0 0 var(--tb-side-header-offset) !important;
  background: var(--tb-footer-bg);
  color: var(--tb-footer-text);
  clear: both;
  box-sizing: border-box;
  flex-shrink: 0;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer__main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 22px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  box-sizing: border-box;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer__col {
  min-width: 0;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer__logo {
  display: block;
  width: auto;
  max-width: 250px;
  height: auto;
  margin: 0 0 14px;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer h4 {
  display: inline-block;
  margin: 0 0 14px;
  padding-bottom: 8px;
  color: #fff;
  border-bottom: 2px solid var(--tb-footer-accent);
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer p,
body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer li,
body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer a {
  color: var(--tb-footer-text);
  font-size: 0.95rem;
  line-height: 1.7;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer a {
  text-decoration: none;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer a:hover {
  color: var(--tb-footer-accent);
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer li {
  margin-bottom: 7px;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer__social {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #2f2f2f;
  color: #fff;
  font-weight: 700;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer__bottom {
  padding: 14px 20px;
  background: var(--tb-footer-bg-dark);
  color: #9a9a9a;
  text-align: center;
  font-size: 0.84rem;
  line-height: 1.5;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-backtotop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a2a 0%, #e86e09 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(255, 138, 42, 0.34);
  z-index: 2147483640;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-backtotop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-backtotop:hover {
  transform: translateY(-2px);
}

body.tb-cerdjio-footer-enabled .tb-cerdjio-backtotop:focus-visible {
  outline: 3px solid rgba(255, 138, 42, 0.22);
  outline-offset: 3px;
}

@media (min-width: 801px) {
  body.tb-cerdjio-footer-enabled.side-header .tb-cerdjio-global-footer {
    width: calc(100% - var(--tb-side-header-offset));
    margin-left: var(--tb-side-header-offset) !important;
  }
}

@media (max-width: 980px) {
  body.tb-cerdjio-footer-enabled {
    --tb-side-header-offset: 0px;
  }

  body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer {
    width: 100%;
    margin-left: 0 !important;
  }

  body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer__main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer__main {
    grid-template-columns: 1fr;
    padding: 14px 16px 18px;
    gap: 18px;
  }

  body.tb-cerdjio-footer-enabled .tb-cerdjio-global-footer__logo {
    max-width: 210px;
  }

  body.tb-cerdjio-footer-enabled .tb-cerdjio-backtotop {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
}
