.elementor-39668 .elementor-element.elementor-element-bedd22d{--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;}/* Start custom CSS for html, class: .elementor-element-7ca44da *//* ============================================================
   TRINITY DENTAL CARE — Dental Crowns Scottsdale, AZ
   Paste into the page's Elementor: Advanced > Custom CSS panel.
   All rules are scoped under .tdc-crowns to avoid clashing with
   theme/global Elementor styles.
   Brand tokens pulled from the live site kit:
     Navy   #1C3E71   Sky blue #7BC3E0   Coral #FF9C78
     Slate  #76869E   Text     #2F2F2F   Light bg #F4F4F4
   ============================================================ */

.tdc-crowns {
  font-family: "Open Sans", sans-serif;
  color: #2F2F2F;
  line-height: 1.65;
}

.tdc-crowns h1,
.tdc-crowns h2,
.tdc-crowns h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1C3E71;
  line-height: 1.25;
}

.tdc-crowns__h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin: 0 0 0.5rem;
}

.tdc-crowns__h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  margin: 0 0 1.5rem;
}

.tdc-crowns__hero-sub {
  font-size: 1.15rem;
  color: #76869E;
  margin: 0 0 1rem;
}

.tdc-crowns__hero-copy {
  font-size: 1.05rem;
  max-width: 46ch;
}

/* ---------- Layout helpers ---------- */
.tdc-crowns__section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.tdc-crowns__section--muted {
  background: #F4F4F4;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tdc-crowns__section--muted > * {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.tdc-crowns__lede {
  max-width: 70ch;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.05rem;
}

/* ---------- Hero (background video) ---------- */
.tdc-crowns__hero {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.tdc-crowns__hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.tdc-crowns__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(28, 62, 113, 0.88) 0%,
    rgba(28, 62, 113, 0.72) 55%,
    rgba(28, 62, 113, 0.82) 100%
  );
}

.tdc-crowns__hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  text-align: center;
}

.tdc-crowns__hero-content .tdc-crowns__h1 {
  color: #FFFFFF;
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}

.tdc-crowns__hero-content .tdc-crowns__hero-sub {
  color: #BFD9EA;
}

.tdc-crowns__hero-content .tdc-crowns__hero-copy {
  color: #F4F4F4;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}

.tdc-crowns__hero-content .tdc-crowns__hero-ctas {
  justify-content: center;
}

.tdc-crowns__hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.tdc-crowns__hero-ctas--center {
  justify-content: center;
}

/* ---------- Buttons ---------- */
.tdc-crowns__btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.tdc-crowns__btn:hover {
  transform: translateY(-1px);
}

.tdc-crowns__btn--primary {
  background: #FF9C78;
  color: #1C3E71;
}

.tdc-crowns__btn--accent {
  background: #FF9C78;
  color: #1C3E71;
}

.tdc-crowns__btn--outline {
  background: transparent;
  color: #1C3E71;
  border: 2px solid #1C3E71;
}

.tdc-crowns__btn--outline-light {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

/* ---------- Same-day banner ---------- */
.tdc-crowns__banner {
  background: #7BC3E0;
}

.tdc-crowns__banner-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.tdc-crowns__banner-icon {
  flex: none;
  color: #1C3E71;
}

.tdc-crowns__banner-text {
  margin: 0;
  color: #1C3E71;
  font-size: 1.05rem;
}

/* ---------- Cards ---------- */
.tdc-crowns__grid {
  display: grid;
  gap: 1.75rem;
}

.tdc-crowns__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.tdc-crowns__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 1.75rem;
  text-align: center;
}

.tdc-crowns__card h3 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.tdc-crowns__card p {
  margin: 0;
  font-size: 0.98rem;
}

/* ---------- Inline link callout ---------- */
.tdc-crowns__inline-link {
  text-align: center;
  font-size: 1rem;
  max-width: 70ch;
  margin: 0 auto;
}

.tdc-crowns__inline-link a {
  color: #1C3E71;
  font-weight: 600;
  text-decoration: underline;
}

/* ---------- Crown materials (two-column with image) ---------- */
.tdc-crowns__materials {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.tdc-crowns__materials-media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 12px 32px rgba(28, 62, 113, 0.15);
}

.tdc-crowns__h2--left {
  text-align: left;
}

.tdc-crowns__inline-link--left {
  text-align: left;
  margin: 1rem 0 0;
}

/* ---------- Process steps ---------- */
.tdc-crowns__steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.tdc-crowns__steps li {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.tdc-crowns__steps h3 {
  font-size: 1.05rem;
  margin: 0 0 0.25rem;
}

.tdc-crowns__steps p {
  margin: 0;
}

.tdc-crowns__step-num {
  flex: none;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #1C3E71;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/* ---------- Neighborhoods / hours split ---------- */
.tdc-crowns__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.tdc-crowns__split .tdc-crowns__h2 {
  text-align: left;
}

.tdc-crowns__hours {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.tdc-crowns__hours li {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid #E5E5E5;
}

.tdc-crowns__hours-note {
  font-size: 0.95rem;
  color: #76869E;
}

.tdc-crowns__hours-note a {
  color: #1C3E71;
  font-weight: 600;
}

/* ---------- FAQ ---------- */
.tdc-crowns__faq {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tdc-crowns__faq-item {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}

.tdc-crowns__faq-item summary {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1C3E71;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 1.5rem;
}

.tdc-crowns__faq-item summary::-webkit-details-marker {
  display: none;
}

.tdc-crowns__faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  color: #FF9C78;
}

.tdc-crowns__faq-item[open] summary::after {
  content: "\2212";
}

.tdc-crowns__faq-item p {
  margin: 0.75rem 0 0;
}

/* ---------- Final CTA ---------- */
.tdc-crowns__cta {
  background: #1C3E71;
  color: #FFFFFF;
  padding: 4rem 1.5rem;
  text-align: center;
}

.tdc-crowns__cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.tdc-crowns__cta h2 {
  color: #FFFFFF;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 1rem;
}

.tdc-crowns__cta p {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  .tdc-crowns__hero {
    min-height: 480px;
  }

  .tdc-crowns__hero-content {
    padding: 3.5rem 1.25rem;
  }

  .tdc-crowns__grid--3 {
    grid-template-columns: 1fr;
  }

  .tdc-crowns__materials {
    grid-template-columns: 1fr;
  }

  .tdc-crowns__materials-media {
    order: -1;
  }

  .tdc-crowns__split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tdc-crowns__split .tdc-crowns__h2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .tdc-crowns__section {
    padding: 2.75rem 1.25rem;
  }

  .tdc-crowns__hero-ctas {
    flex-direction: column;
  }

  .tdc-crowns__btn {
    text-align: center;
  }
}

/* ---------- Accessibility: visible keyboard focus ---------- */
.tdc-crowns a:focus-visible,
.tdc-crowns summary:focus-visible {
  outline: 3px solid #FF9C78;
  outline-offset: 2px;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .tdc-crowns__btn {
    transition: none;
  }

  .tdc-crowns__hero-video {
    display: none;
  }
}/* End custom CSS */