.elementor-2041 .elementor-element.elementor-element-8b041be{--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;}.elementor-2041 .elementor-element.elementor-element-23e1ca7{--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;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-8b041be *//* ==========================
   BRIDGEWATER SECTION BADGE
========================== */

.bw-section-badge{
    text-align:center;
    margin-bottom:25px;
}

.bw-section-badge span{
    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:12px 24px;

    background:rgba(209,177,107,.08);
    border:1px solid rgba(209,177,107,.25);

    border-radius:999px;

    color:#12254d;

    font-family:'Montserrat',sans-serif;
    font-size:13px;
    font-weight:600;

    text-transform:uppercase;
    letter-spacing:2px;
}

.bw-section-badge span::before{
    content:"";
    width:8px;
    height:8px;
    background:#d1b16b;
    border-radius:50%;
}

.bw-section-badge span::after{
    content:"";
    width:8px;
    height:8px;
    background:#d1b16b;
    border-radius:50%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-23e1ca7 *//* County pages — Miami-Dade reference layout */
.site-main:has(.bw-county-page) {
  background: #faf8f3 !important;
}

.bw-county-page.bw-county-section {
  padding: 36px 20px 80px !important;
  background: #faf8f3 !important;
}

.bw-county-page .bw-county-card {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 45% 55% !important;
  align-items: stretch;
  background: #faf8f3 !important;
  border-radius: 30px !important;
  overflow: hidden;
  border: 1px solid rgba(209, 177, 107, 0.22) !important;
  box-shadow: 0 20px 60px rgba(18, 37, 77, 0.08) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.bw-county-page .bw-county-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  pointer-events: none;
  opacity: 0;
  border: 2px solid transparent;
  transition: opacity 0.3s ease;
  background: linear-gradient(90deg, transparent, #d1b16b, transparent) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}

.bw-county-page .bw-county-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(209, 177, 107, 0.55) !important;
  box-shadow: 0 24px 64px rgba(18, 37, 77, 0.14), 0 0 0 1px rgba(209, 177, 107, 0.35) !important;
}

.bw-county-page .bw-county-card:hover::after {
  opacity: 1;
  animation: bwCountyGoldSweep 1.15s ease forwards;
}

@keyframes bwCountyGoldSweep {
  0% {
    clip-path: inset(0 100% 0 0 round 30px);
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 30px);
    opacity: 1;
  }
}

.bw-county-page .bw-county-image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
  opacity: 1 !important;
}

.bw-county-page .bw-county-content {
  padding: 64px 56px;
  text-align: left !important;
}

.bw-county-page .bw-county-content h2,
.bw-county-page .bw-county-content h2 a {
  font-family: 'Playfair Display', serif !important;
  color: #12254d !important;
  font-size: clamp(36px, 4vw, 52px) !important;
  margin: 0 0 24px !important;
  line-height: 1.12 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.bw-county-page .bw-county-content h2 a:hover {
  color: #d1b16b !important;
}

.bw-county-page .bw-county-content p {
  font-family: 'Montserrat', sans-serif !important;
  color: #666666 !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
  margin: 0 0 20px !important;
}

.bw-county-page .bw-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
  margin-bottom: 0;
}

.bw-county-page .bw-city-list a,
.bw-county-page .bw-city-list span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 22px !important;
  background: #f8f5ee !important;
  border: 1px solid rgba(209, 177, 107, 0.28) !important;
  border-radius: 50px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #12254d !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.bw-county-page .bw-city-list a:hover,
.bw-county-page .bw-city-list span:hover {
  background: #ffffff !important;
  border-color: #d1b16b !important;
  transform: translateY(-4px) scale(1.03) !important;
  box-shadow: 0 10px 24px rgba(18, 37, 77, 0.12) !important;
}

@media (max-width: 991px) {
  .bw-county-page .bw-county-card {
    grid-template-columns: 1fr !important;
  }

  .bw-county-page .bw-county-image img {
    min-height: 320px;
  }

  .bw-county-page .bw-county-content {
    padding: 40px 28px;
  }
}

@media (max-width: 767px) {
  .bw-county-page .bw-city-list a,
  .bw-county-page .bw-city-list span {
    font-size: 14px !important;
    padding: 11px 18px !important;
    white-space: normal;
  }
}/* End custom CSS */