.elementor-2713 .elementor-element.elementor-element-0b01413{--display:flex;--min-height:104px;--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;--padding-top:108px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-2713 .elementor-element.elementor-element-0b01413 .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2713 .elementor-element.elementor-element-0b01413 .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-2713 .elementor-element.elementor-element-56a01f7{--display:flex;--min-height:97px;--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;}.elementor-2713 .elementor-element.elementor-element-56a01f7 .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2713 .elementor-element.elementor-element-56a01f7 .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-2713 .elementor-element.elementor-element-786667b{--display:flex;--min-height:127px;--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;}.elementor-2713 .elementor-element.elementor-element-786667b .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2713 .elementor-element.elementor-element-786667b .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-2713 .elementor-element.elementor-element-e8a7f79{--display:flex;--min-height:104px;--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;}.elementor-2713 .elementor-element.elementor-element-e8a7f79 .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2713 .elementor-element.elementor-element-e8a7f79 .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-2713 .elementor-element.elementor-element-078f531{--display:flex;--min-height:112px;--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;}.elementor-2713 .elementor-element.elementor-element-078f531 .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2713 .elementor-element.elementor-element-078f531 .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-deca902 *//* =========================
   EMERGENCY DENTIST HERO
========================= */

.cdc-ed-hero {
  background: #101722;
  padding: 120px 24px 100px;
  overflow: hidden;
}

.cdc-ed-hero * {
  box-sizing: border-box;
}

.cdc-ed-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cdc-ed-content {
  max-width: 860px;
}

.cdc-ed-eyebrow {
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.cdc-ed-hero h1 {
  color: #ffffff;
  font-size: clamp(58px, 7vw, 98px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 0 0 32px;
  font-weight: 700;
  max-width: 900px;
}

.cdc-ed-text {
  color: #d8dde5;
  font-size: 21px;
  line-height: 1.85;
  max-width: 760px;
  margin: 0 0 42px;
  font-weight: 500;
}

.cdc-ed-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 42px;
}

.cdc-ed-points span {
  background: rgba(255,255,255,0.07);
  color: #ffffff;
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.08);
}

.cdc-ed-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.cdc-ed-primary,
.cdc-ed-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 36px;
  border-radius: 18px;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.cdc-ed-primary {
  background: #ffffff;
  color: #071634;
}

.cdc-ed-primary:hover {
  background: #f7f3ee;
  transform: translateY(-2px);
}

.cdc-ed-secondary {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.1);
}

.cdc-ed-secondary:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

@media (max-width: 900px) {

  .cdc-ed-hero {
    padding: 80px 20px;
  }

  .cdc-ed-hero h1 {
    font-size: 56px;
  }

  .cdc-ed-text {
    font-size: 18px;
  }

  .cdc-ed-actions {
    flex-direction: column;
  }

  .cdc-ed-primary,
  .cdc-ed-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b373dc *//* =========================
   EMERGENCY SERVICES GRID
========================= */

.cdc-ed-services {
  background: #f7f3ee;
  padding: 110px 24px;
  overflow: hidden;
}

.cdc-ed-services * {
  box-sizing: border-box;
}

.cdc-ed-services-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cdc-ed-services-header {
  max-width: 780px;
  margin-bottom: 55px;
}

.cdc-ed-services-eyebrow {
  color: #071634;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: 0.78;
}

.cdc-ed-services h2 {
  color: #071634;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
  font-weight: 700;
}

.cdc-ed-services-header p {
  color: #465363;
  font-size: 20px;
  line-height: 1.85;
  margin: 0;
  font-weight: 500;
}

.cdc-ed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cdc-ed-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 32px 28px;
  border: 1px solid rgba(7,22,52,0.08);
  box-shadow: 0 18px 45px rgba(7,22,52,0.05);
  transition: all 0.25s ease;
}

.cdc-ed-card:hover {
  transform: translateY(-4px);
}

.cdc-ed-card h3 {
  color: #071634;
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cdc-ed-card p {
  color: #6d7b8b;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .cdc-ed-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {

  .cdc-ed-services {
    padding: 75px 20px;
  }

  .cdc-ed-services h2 {
    font-size: 48px;
  }

  .cdc-ed-services-header p {
    font-size: 18px;
  }

  .cdc-ed-grid {
    grid-template-columns: 1fr;
  }

  .cdc-ed-card {
    padding: 28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0353fa1 *//* =========================
   EMERGENCY EXTRACTIONS
========================= */

.cdc-ed-extractions {
  background: #101722;
  padding: 110px 24px;
  overflow: hidden;
}

.cdc-ed-extractions * {
  box-sizing: border-box;
}

.cdc-ed-extractions-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.cdc-ed-extractions-eyebrow {
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.cdc-ed-extractions h2 {
  color: #ffffff;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0;
  font-weight: 700;
}

.cdc-ed-extractions-copy p {
  color: #d8dde5;
  font-size: 20px;
  line-height: 1.85;
  margin: 0 0 22px;
  font-weight: 500;
}

.cdc-ed-extractions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 32px;
}

.cdc-ed-extractions-point {
  background: rgba(255,255,255,0.07);
  color: #ffffff;
  border-radius: 18px;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.1);
}

@media (max-width: 900px) {
  .cdc-ed-extractions {
    padding: 75px 20px;
  }

  .cdc-ed-extractions-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cdc-ed-extractions h2 {
    font-size: 48px;
  }

  .cdc-ed-extractions-copy p {
    font-size: 18px;
  }

  .cdc-ed-extractions-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e71952 *//* =========================
   EMERGENCY DENTAL COSTS
========================= */

.cdc-ed-costs {
  background: #f7f3ee;
  padding: 110px 24px;
  overflow: hidden;
}

.cdc-ed-costs * {
  box-sizing: border-box;
}

.cdc-ed-costs-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.cdc-ed-costs-eyebrow {
  color: #071634;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: 0.78;
}

.cdc-ed-costs h2 {
  color: #071634;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0;
  font-weight: 700;
}

.cdc-ed-costs-copy p {
  color: #465363;
  font-size: 20px;
  line-height: 1.85;
  margin: 0 0 22px;
  font-weight: 500;
}

.cdc-ed-costs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 32px;
}

.cdc-ed-costs-point {
  background: #ffffff;
  color: #071634;
  border-radius: 18px;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid rgba(7,22,52,0.08);
  box-shadow: 0 14px 35px rgba(7,22,52,0.05);
}

@media (max-width: 900px) {
  .cdc-ed-costs {
    padding: 75px 20px;
  }

  .cdc-ed-costs-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cdc-ed-costs h2 {
    font-size: 48px;
  }

  .cdc-ed-costs-copy p {
    font-size: 18px;
  }

  .cdc-ed-costs-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */