.elementor-9561 .elementor-element.elementor-element-336d1b3{--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;}.elementor-9561 .elementor-element.elementor-element-157d1ee{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2e8696e *//* =========================================
   AZURE DENTAL – ROOT CANAL LIVERPOOL CSS
   Matches the latest HTML block
   ========================================= */

/* Base typography */
body {
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #3A3353;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.25;
  color: #3A3353;
  margin: 0 0 12px;
}

h1 { font-size: 42px; }
h2 { font-size: 34px; }
h3 { font-size: 22px; }

p {
  font-size: 18px;
  line-height: 1.7;
  color: #5A5472;
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
  p  { font-size: 17px; }
}

/* Containers */
.container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section backgrounds + padding */
.section-light {
  background: linear-gradient(180deg, #FBF8FF 0%, #F5F0FA 100%);
  padding: 80px 0;
}

.section-mid {
  background: linear-gradient(180deg, #F2ECF6 0%, #EDE5F1 100%);
  padding: 80px 0;
}

.section-dark {
  background: linear-gradient(180deg, #3A3353 0%, #2B263D 100%);
  padding: 80px 0;
  color: #fff;
}

section {
  box-sizing: border-box;
}

/* Buttons */
.btn-primary,
.btn-secondary,
.btn-secondary.white {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  font-size: 16px;
}

/* Primary (Azure pink/purple) */
.btn-primary {
  background: #C466C6;
  color: #fff;
}
.btn-primary:hover {
  background: #b452b6;
  transform: translateY(-2px);
}

/* Secondary (dark/navy) */
.btn-secondary {
  background: #3A3353;
  color: #fff;
}
.btn-secondary:hover {
  background: #2B263D;
  transform: translateY(-2px);
}

/* Secondary white variant (CTA bar) */
.btn-secondary.white {
  background: #fff;
  color: #3A3353;
  border: 2px solid #fff;
}
.btn-secondary.white:hover {
  background: transparent;
  color: #fff;
}

/* Trust bar */
.trust-bar ul li {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-bar svg {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .trust-bar ul {
    gap: 12px !important;
    text-align: center;
  }
  .trust-bar ul li {
    font-size: 15px;
    justify-content: center;
  }
}

/* Grids for 2-column content and image/text rows */
.two-col,
.image-text-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.image-text-row {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 980px) {
  .two-col,
  .image-text-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* Image styling */
.image-block img {
  width: 100%;
  max-width: 480px;   /* medium size as requested */
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  height: auto;
}

/* Make standalone doctor image nicely circular in meet section */
.section-mid img[alt*="Patricia Serrano Specialist"] {
  max-width: 280px;
  border-radius: 999px;
}

/* Text blocks inside image rows */
.image-text-row .text-block h2 {
  margin-bottom: 10px;
}

/* FAQ list */
.faq-list h3 {
  color: #C466C6;
  margin-top: 18px;
}
.faq-list h3:first-of-type {
  margin-top: 0;
}

/* Symptom list grid */
.section-mid .container > div > p,
.section-mid .container > div > p {
  margin-bottom: 0;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  section {
    padding: 60px 0 !important;
  }

  .btn-primary,
  .btn-secondary,
  .btn-secondary.white {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }

  .two-col img,
  .image-text-row img {
    margin: 0 auto 15px;
  }
}

/* Centre text on dark CTA */
.section-dark h2,
.section-dark p {
  color: #fff;
}

/* Ensure links inside paragraphs match brand colour */
a {
  color: #3A3353;
}
a:hover {
  color: #C466C6;
}
/* =========================================
   FIXES FOR THEME CONFLICTS
   ========================================= */

/* FORCE button text to be readable */
.btn-primary,
.btn-secondary,
.btn-secondary.white {
  color: #fff !important;
  font-weight: 600 !important;
}

.btn-secondary.white {
  color: #3A3353 !important; /* White CTA button text */
}

/* TRUST BAR — force all text to white */
.trust-bar,
.trust-bar * {
  color: #fff !important;
  fill: #fff !important;
}

/* SVGS — ensure visible */
svg, svg use {
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
}

/* UL list icons layout */
.trust-bar ul li {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

/* Remove default theme bullet spacing */
.section-light ul, 
.section-mid ul {
  margin-left: 0 !important;
  padding-left: 18px !important;
}

/* Buttons hover contrast improvements */
.btn-primary:hover {
  background: #b452b6 !important;
  color: #fff !important;
}

.btn-secondary:hover {
  background: #2B263D !important;
  color: #fff !important;
}

/* Ensure purple button always has readable text */
.btn-primary * {
  color: #fff !important;
}/* End custom CSS */