/* DENTIO PREMIUM FOOTER v1.3 */
:root {
  --dentio-footer-bg: #0a2432;
  --dentio-footer-accent: #3f9db9;
  --dentio-footer-text: #ffffff;
  --dentio-footer-line: rgba(255,255,255,.09);
}

body.dentio-premium-footer-active.dentio-hide-theme-footer footer.site-footer,
body.dentio-premium-footer-active.dentio-hide-theme-footer .site-footer,
body.dentio-premium-footer-active.dentio-hide-theme-footer .nv-footer-content {
  display: none !important;
}

body.dentio-premium-footer-active.dentio-hide-old-home-footer .dentio-home-footer:not(#dentioPremiumFooter) {
  display: none !important;
}

#dentioPremiumFooter,
#dentioPremiumFooter *,
#dentioPremiumFooter *::before,
#dentioPremiumFooter *::after {
  box-sizing: border-box;
}

.dentio-home-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

#dentioPremiumFooter {
  display: block !important;
  clear: both;
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0;
  padding: 72px 0 26px;
  background:
    radial-gradient(circle at 92% 0, color-mix(in srgb, var(--dentio-footer-accent) 22%, transparent), transparent 28%),
    var(--dentio-footer-bg);
  color: var(--dentio-footer-text);
}

#dentioPremiumFooter .dentio-footer-main {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 50px;
  padding-bottom: 52px;
}

#dentioPremiumFooter .dentio-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dentio-footer-text);
  text-decoration: none;
}

#dentioPremiumFooter .dentio-footer-logo-image {
  display: block;
  max-width: 100%;
  height: auto;
}

#dentioPremiumFooter .dentio-brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  background: linear-gradient(145deg, #1f5872, var(--dentio-footer-accent));
  box-shadow: 0 12px 28px rgba(34,104,134,.25);
}

#dentioPremiumFooter .dentio-brand-mark svg {
  width: 26px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
}

#dentioPremiumFooter .dentio-brand strong {
  display: block;
  color: var(--dentio-footer-text);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.8px;
}

#dentioPremiumFooter .dentio-brand small {
  display: block;
  margin-top: 4px;
  color: color-mix(in srgb, var(--dentio-footer-text) 46%, transparent);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

#dentioPremiumFooter .dentio-footer-brand p {
  max-width: 320px;
  margin: 20px 0 0;
  color: color-mix(in srgb, var(--dentio-footer-text) 58%, transparent);
  font-size: 13px;
  line-height: 1.65;
}

#dentioPremiumFooter .dentio-footer-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

#dentioPremiumFooter .dentio-footer-col h4 {
  margin: 0 0 8px;
  color: var(--dentio-footer-text);
  font-size: 13px;
  font-weight: 850;
}

#dentioPremiumFooter .dentio-footer-col a,
#dentioPremiumFooter .dentio-footer-col span {
  color: color-mix(in srgb, var(--dentio-footer-text) 62%, transparent);
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

#dentioPremiumFooter .dentio-footer-col a:hover {
  color: var(--dentio-footer-text);
}

#dentioPremiumFooter .dentio-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--dentio-footer-line);
  color: color-mix(in srgb, var(--dentio-footer-text) 46%, transparent);
  font-size: 11px;
}

#dentioPremiumFooter .dentio-footer-bottom div {
  display: flex;
  gap: 18px;
}

#dentioPremiumFooter .dentio-footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.dentio-floating-whatsapp {
  position: fixed;
  z-index: 9998;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  min-width: 118px;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--dentio-footer-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 40px rgba(17,110,61,.3);
}

@media (max-width:1100px) {
  #dentioPremiumFooter .dentio-footer-main {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  #dentioPremiumFooter .dentio-footer-col:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width:820px) {
  .dentio-home-container {
    width: min(100% - 28px,720px);
  }

  #dentioPremiumFooter .dentio-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  #dentioPremiumFooter .dentio-footer-brand {
    grid-column: 1 / -1;
  }

  #dentioPremiumFooter .dentio-footer-col:last-child {
    grid-column: auto;
  }
}

@media (max-width:520px) {
  .dentio-home-container {
    width: min(100% - 20px,500px);
  }

  #dentioPremiumFooter {
    padding-top: 56px;
  }

  #dentioPremiumFooter .dentio-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #dentioPremiumFooter .dentio-footer-brand,
  #dentioPremiumFooter .dentio-footer-col:last-child {
    grid-column: auto;
  }

  #dentioPremiumFooter .dentio-footer-bottom {
    flex-direction: column;
  }
}
