.elementor-65712 .elementor-element.elementor-element-3c52524b{padding:96px 24px 96px 24px;}.elementor-65712 .elementor-element.elementor-element-215cf0d5{text-align:center;}.elementor-65712 .elementor-element.elementor-element-7154ddb7{padding:64px 24px 64px 24px;}.elementor-65712 .elementor-element.elementor-element-719f3775{text-align:start;}.elementor-65712 .elementor-element.elementor-element-1b514c03{padding:80px 24px 80px 24px;}.elementor-65712 .elementor-element.elementor-element-7d7d0583{text-align:center;}.elementor-65712 .elementor-element.elementor-element-430a6958{padding:80px 24px 80px 24px;}.elementor-65712 .elementor-element.elementor-element-5ba993ed{text-align:start;}.elementor-65712 .elementor-element.elementor-element-71c4fe03{padding:80px 24px 80px 24px;}.elementor-65712 .elementor-element.elementor-element-29f71de1{text-align:start;}.elementor-65712 .elementor-element.elementor-element-50ed115{padding:80px 24px 80px 24px;}.elementor-65712 .elementor-element.elementor-element-4d964db3{text-align:start;}.elementor-65712 .elementor-element.elementor-element-2ba80db{padding:80px 24px 80px 24px;}.elementor-65712 .elementor-element.elementor-element-6c502488{padding:80px 24px 80px 24px;}.elementor-65712 .elementor-element.elementor-element-29df8441{text-align:start;}.elementor-65712 .elementor-element.elementor-element-43ed6bb8{text-align:start;}.elementor-65712 .elementor-element.elementor-element-3a14bede{padding:80px 24px 80px 24px;}.elementor-65712 .elementor-element.elementor-element-3a6202b3{text-align:start;}/* Start custom CSS *//************************************
 GENERAL SECTION LAYOUT
************************************/
.mantle-section {
  padding: 80px 24px;
}
@media (min-width: 1024px) {
  .mantle-section {
    padding: 96px 24px;
  }
}

.mantle-container {
  max-width: 1120px;
  margin: 0 auto;
}

/************************************
 HERO
************************************/
.mantle-section--hero {
  background: radial-gradient(circle at top left, #40aee3 0%, #0A76B6 45%, #003e65 100%);
  color: #fff;
  text-align: center;
  position: relative;
}

.mantle-hero-title {
  font-family: "Gotham","Montserrat",sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  margin-bottom: 10px;
}

.mantle-hero-subheadline {
  font-size: 1.15rem;
  max-width: 760px;
  margin: 0 auto 20px;
  opacity: .95;
}

.mantle-section--hero .elementor-widget-shortcode {
  margin-top: 10px;
}

/************************************
 SECTION TITLES
************************************/
.mantle-section__title {
  font-family: "Gotham","Montserrat",sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 2.4vw, 2.2rem);
  margin-bottom: 24px;
  color: #0A76B6;
}

/************************************
 INTRO + STATS
************************************/
.mantle-section--intro .mantle-container {
  display: grid;
  gap: 32px;
}
@media (min-width: 900px) {
  .mantle-section--intro .mantle-container {
    grid-template-columns: 2fr 1fr;
  }
}

.mantle-county-stats {
  background: #fff;
  padding: 24px 20px;
  border-radius: 14px;
  border: 1px solid rgba(10,118,182,0.12);
  box-shadow: 0 10px 30px rgba(10,118,182,0.1);
}

.mantle-county-stats h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0A76B6;
  margin-bottom: 10px;
}

.mantle-county-stats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mantle-county-stats li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(113,138,148,0.18);
  display: flex;
  gap: 6px;
  font-size: 0.95rem;
}
.mantle-county-stats li:last-child {
  border-bottom: none;
}

/************************************
 IDX
************************************/
.mantle-section--idx {
  background: #f5f8fb;
}
.mantle-section--idx .mantle-section__title {
  text-align: center;
}
.mantle-section--idx .elementor-widget-shortcode {
  margin-top: 20px;
}

/************************************
 FEATURED AREAS (Cities + Suburbs)
************************************/
.mantle-featured-grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 700px) {
  .mantle-featured-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

.mantle-featured-card {
  background: #f9fbfd;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid rgba(10,118,182,0.1);
  transition: 0.18s ease;
}
.mantle-featured-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.06);
  border-color: #0A76B6;
}

.mantle-featured-card a {
  color: #0A76B6;
  font-weight: 600;
  text-decoration: none;
}
.mantle-featured-card a:hover {
  text-decoration: underline;
}

/************************************
 HOUSING / THINGS TO DO
************************************/
.mantle-section--housing,
.mantle-section--things {
  background: #fff;
}

.mantle-section--things {
  border-top: 1px solid rgba(113,138,148,0.15);
}

/************************************
 CTA BAR
************************************/
.mantle-section--cta .mantle-county-cta-bar {
  background: #0A76B6;
  color: #fff;
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width:768px) {
  .mantle-section--cta .mantle-county-cta-bar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.mantle-county-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mantle-btn {
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
}

.mantle-btn--primary {
  background: #f69320;
  color: #222;
}
.mantle-btn--secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.7);
}

/************************************
 FEATURED SUBDIVISIONS / BLOGS
************************************/
.mantle-section--featured .mantle-section__title {
  margin-top: 24px;
}

/************************************
 FAQ
************************************/
.mantle-faq {
  border-top: 1px solid rgba(0,0,0,0.08);
}

.mantle-faq-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.mantle-faq-question {
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.mantle-faq-answer {
  margin-top: 10px;
  color: #444;
  font-size: 0.95rem;
}/* End custom CSS */