/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
}

.area-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #14532d;
  transition: 0.3s ease;
  font-weight: 600;
}

.area-link:hover {
  color: #15803d;
}

.area-link:hover span {
  text-decoration: underline;
}

.custom-marker {
  background: transparent;
  border: none;
}

.marker-wrapper {
  width: 28px;
  height: 28px;
  background: #14532d; /* dark green */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-wrapper i {
  color: white;
  font-size: 14px;
}

.leaflet-tooltip {
  background: #f3f4f6;
  color: #112c1a;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.fusion-rollover {
  display: none !important;
}

.fusion-rollover-content {
  display: none !important;
}
.text-normal h2 {
  text-transform: none !important;
}

.hide{
  display: none !important;
}

/* About Page */
.fusion-layout-column.mt-0 .fusion-image-element {
  margin-top: 0px;
}

.mt-0 {
  margin-top: 0px;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem;
}
.d-none {
  display: none !important;
}
.h-90 {
  height: 90%;
}
.d-flex {
  display: flex;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
/* ROW */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.align-items-center {
  align-items: center;
}

/* COLUMNS */
.col-12 {
  width: 100%;
}

.col-md {
  flex: 1 1 0;
}

/* GUTTERS */
[class^="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* RESPONSIVE IMAGE */
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Pricing Tables */
#ecobuild-resources caption {
  text-align: left;
}

#ecobuild-resources .ecobuild-price-figure {
  margin-bottom: 2.5rem;
}
.ecobuild-resources-ins-identity-note {
  margin-top: 20px;
  font-size: 1.15vw;
  line-height: 1.5;
}

#ecobuild-resources .ecobuild-price-caption {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  opacity: 0.85;
  text-align: left;
  display: block;
}

#ecobuild-resources .ecobuild-price-table {
  width: 60vw;
  border-collapse: collapse;
  font-size: 0.95rem;
}

#ecobuild-resources .ecobuild-price-table th,
#ecobuild-resources .ecobuild-price-table td {
  padding: 0.6rem 0.9rem;
  text-align: left;
  vertical-align: top;
}

#ecobuild-resources .ecobuild-price-table thead th {
  font-weight: 600;
  border-bottom: 2px solid #e2e2e2;
}

#ecobuild-resources .ecobuild-price-table tbody td {
  border-bottom: 1px solid #eeeeee;
}
#ecobuild-resources h1 {
  text-transform: none;
}
/* Right-align price column */
#ecobuild-resources .ecobuild-price-table th:last-child,
#ecobuild-resources .ecobuild-price-table td:last-child {
  text-align: right;
  white-space: nowrap;
}
.last-updated time {
  font-weight: 600;
}
#ecobuild-resources header,
#ecobuild-resources section {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
#licensing .img-width {
  width: 40%;
}
/* Mobile Optimization */
@media (max-width: 768px) {
  #licensing .img-width {
    width: 80%;
  }
  #ecobuild-resources .ecobuild-price-table {
    font-size: 0.9rem;
    width: 90vw;
  }
  #ecobuild-resources .ecobuild-price-table th,
  #ecobuild-resources .ecobuild-price-table td {
    padding: 0.5rem 0.6rem;
  }
  .col-md {
    flex: 0 0 50%;
  }
  .faq-section h3 {
    color: #1e502f;
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
  #content {
    margin-bottom: 0px !important;
  }
}
.faq-section h3 span {
  text-transform: none !important;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}

/* Medium screens and up (md ≥ 768px) */
@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
}



/* Keep Garage Additions visible in the Residential navigation. */
.hide[href="/garage-addition-chicago/"] {
  display: block !important;
}
