.elementor-5011 .elementor-element.elementor-element-893367a{--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-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5011 .elementor-element.elementor-element-a28e354{color:var( --e-global-color-primary );}.elementor-5011 .elementor-element.elementor-element-a28e354 a{color:var( --e-global-color-primary );}.elementor-5011 .elementor-element.elementor-element-0b66160{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-5011 .elementor-element.elementor-element-893367a{--content-width:1280px;}}/* Start custom CSS for container, class: .elementor-element-0b66160 *//* ================================
   IRON BEAR AREA / TOWN PAGES
   Full Reusable CSS
================================ */

.ibp-area-page,
.ibp-area-hero {
  --ibp-bg: #C3C7CB;
  --ibp-accent: #6E7E8A;
  --ibp-dark: #161614;
  --ibp-white: #ffffff;
  --ibp-soft: #f4f5f6;
}

/* HERO */
.ibp-area-hero {
  background: var(--ibp-bg);
  padding: 76px 20px;
  overflow: hidden;
}

.ibp-area-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .62fr;
  gap: 52px;
  align-items: center;
}

.ibp-area-hero__content {
  max-width: 760px;
}

.ibp-area-hero__eyebrow,
.ibp-area-eyebrow {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ibp-accent);
  margin-bottom: 14px;
}

.ibp-area-hero h1 {
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: .93;
  text-transform: uppercase;
  color: var(--ibp-dark);
  margin: 0 0 22px;
}

.ibp-area-hero__subheadline {
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ibp-accent);
  margin-bottom: 24px;
}

.ibp-area-hero__text {
  font-size: 18px;
  line-height: 1.75;
  color: var(--ibp-dark);
  margin-bottom: 32px;
}

.ibp-area-hero__buttons,
.ibp-area-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.ibp-area-hero__btn,
.ibp-area-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 2px solid var(--ibp-dark);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: .25s ease;
}

.ibp-area-hero__btn--dark,
.ibp-area-btn--dark {
  background: var(--ibp-dark);
  color: var(--ibp-white);
}

.ibp-area-hero__btn--dark:hover,
.ibp-area-btn--dark:hover {
  background: var(--ibp-accent);
  border-color: var(--ibp-accent);
  color: var(--ibp-white);
}

.ibp-area-hero__btn--light,
.ibp-area-btn--light {
  background: transparent;
  color: var(--ibp-dark);
}

.ibp-area-hero__btn--light:hover,
.ibp-area-btn--light:hover {
  background: var(--ibp-dark);
  color: var(--ibp-white);
}

.ibp-area-hero__badges,
.ibp-area-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ibp-area-hero__badges span,
.ibp-area-badges span {
  background: var(--ibp-white);
  border: 2px solid var(--ibp-accent);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  color: var(--ibp-dark);
  text-transform: uppercase;
}

/* SHORTS SLIDER */
.ibp-area-shorts {
  width: 100%;
  max-width: 360px;
  justify-self: center;
}

.ibp-area-shorts__shell {
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(110,126,138,.28);
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 22px 55px rgba(22,22,20,.16);
}

.ibp-area-shorts__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 6px 14px;
}

.ibp-area-shorts__topbar span,
.ibp-area-shorts__topbar strong {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ibp-dark);
}

.ibp-area-shorts__topbar strong {
  color: var(--ibp-accent);
}

.ibp-area-shorts__slider {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  overflow: hidden;
  background: var(--ibp-dark);
  box-shadow: 0 10px 28px rgba(22,22,20,.12);
}

.ibp-area-shorts__slide {
  display: none;
  width: 100%;
  height: 100%;
}

.ibp-area-shorts__slide.active {
  display: block;
}

.ibp-area-shorts__slide iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ibp-area-shorts__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 4px 2px;
}

.ibp-area-shorts__nav {
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  height: auto;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ibp-dark);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: .2s ease;
  padding: 0 8px 3px;
  box-shadow: none !important;
  outline: none;
}

.ibp-area-shorts__nav:hover,
.ibp-area-shorts__nav:focus,
.ibp-area-shorts__nav:active {
  background: transparent !important;
  color: var(--ibp-accent);
  transform: scale(1.12);
  box-shadow: none !important;
}

.ibp-area-shorts__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.ibp-area-shorts__dot {
  appearance: none;
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(22,22,20,.26);
  border: 0 !important;
  padding: 0;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: none !important;
}

.ibp-area-shorts__dot.active {
  width: 28px;
  background: var(--ibp-accent);
}

/* SECTIONS */
.ibp-area-section {
  padding: 76px 20px;
}

.ibp-area-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.ibp-area-light {
  background: var(--ibp-white);
}

.ibp-area-gray {
  background: var(--ibp-bg);
}

.ibp-area-dark {
  background: var(--ibp-dark);
}

.ibp-area-dark h2,
.ibp-area-dark h3,
.ibp-area-dark p {
  color: var(--ibp-white);
}

.ibp-area-dark .ibp-area-eyebrow {
  color: var(--ibp-bg);
}

.ibp-area-page h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--ibp-dark);
  margin: 0 0 22px;
}

.ibp-area-page h3 {
  font-size: 22px;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--ibp-dark);
  margin: 0 0 12px;
}

.ibp-area-page p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ibp-dark);
  margin: 0 0 18px;
}

.ibp-area-lead {
  max-width: 900px;
  font-size: 18px !important;
  line-height: 1.75 !important;
  margin-bottom: 34px !important;
}

/* LAYOUTS */
.ibp-area-split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.ibp-area-grid {
  display: grid;
  gap: 24px;
}

.ibp-area-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.ibp-area-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

/* CARDS */
.ibp-area-card {
  background: var(--ibp-bg);
  border: 2px solid var(--ibp-accent);
  padding: 28px 24px;
  transition: .25s ease;
}

.ibp-area-card:hover {
  background: var(--ibp-dark);
  transform: translateY(-4px);
}

.ibp-area-card:hover h3,
.ibp-area-card:hover p,
.ibp-area-card:hover li {
  color: var(--ibp-white);
}

.ibp-area-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--ibp-dark);
  color: var(--ibp-white);
  font-size: 25px;
  margin-bottom: 18px;
}

.ibp-area-card:hover .ibp-area-card__icon {
  background: var(--ibp-accent);
}

.ibp-area-card--link {
  display: block;
  text-decoration: none;
}

.ibp-area-card--link,
.ibp-area-card--link h3,
.ibp-area-card--link p {
  color: var(--ibp-dark);
}

.ibp-area-card--link:hover,
.ibp-area-card--link:hover h3,
.ibp-area-card--link:hover p {
  color: var(--ibp-white);
}

/* LISTS */
.ibp-area-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ibp-area-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ibp-dark);
}

.ibp-area-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: var(--ibp-accent);
}

/* PROCESS */
.ibp-area-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.ibp-area-process-number {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  color: var(--ibp-accent);
  margin-bottom: 14px;
}

/* FAQ */
.ibp-area-faq__list {
  display: grid;
  gap: 16px;
}

.ibp-area-faq__item {
  border: 2px solid var(--ibp-accent);
  background: var(--ibp-white);
}

.ibp-area-faq__question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  transition: .2s ease;
}

.ibp-area-faq__question span:first-child {
  flex: 1;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ibp-dark);
}

.ibp-area-faq__icon {
  font-size: 28px;
  line-height: 1;
  color: var(--ibp-accent);
  transition: .2s ease;
}

.ibp-area-faq__answer {
  display: none;
  padding: 0 24px 24px;
}

.ibp-area-faq__answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ibp-dark);
}

.ibp-area-faq__question:hover,
.ibp-area-faq__item.active .ibp-area-faq__question {
  background: var(--ibp-accent);
}

.ibp-area-faq__question:hover span:first-child,
.ibp-area-faq__question:hover .ibp-area-faq__icon,
.ibp-area-faq__item.active .ibp-area-faq__question span:first-child,
.ibp-area-faq__item.active .ibp-area-faq__icon {
  color: var(--ibp-white);
}

.ibp-area-faq__item.active .ibp-area-faq__icon {
  transform: rotate(45deg);
}

.ibp-area-faq__item.active .ibp-area-faq__answer {
  display: block;
}

/* CTA */
.ibp-area-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 20px;
  background: var(--ibp-dark);
  text-align: center;
}

.ibp-area-cta h2,
.ibp-area-cta p {
  color: var(--ibp-white);
}

.ibp-area-cta__inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ibp-area-cta .ibp-area-badges {
  justify-content: center;
  margin: 30px 0;
}

.ibp-area-cta .ibp-area-badges span {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  color: var(--ibp-white);
}

.ibp-area-cta .ibp-area-buttons {
  justify-content: center;
}

.ibp-area-cta .ibp-area-btn--dark {
  background: var(--ibp-white);
  color: var(--ibp-dark);
  border-color: var(--ibp-white);
}

.ibp-area-cta .ibp-area-btn--light {
  color: var(--ibp-white);
  border-color: rgba(255,255,255,.75);
}

.ibp-area-cta--photo {
  background-image:
    linear-gradient(rgba(22,22,20,.72), rgba(22,22,20,.72)),
    url("https://ironbearprojects.com/wp-content/uploads/2025/08/iron-bear-construction-2025-39-scaled.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ibp-area-cta--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(110,126,138,.28), transparent 35%),
    linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.34));
  pointer-events: none;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .ibp-area-hero__inner,
  .ibp-area-split {
    grid-template-columns: 1fr;
  }

  .ibp-area-shorts {
    max-width: 340px;
  }

  .ibp-area-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ibp-area-process-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

@media (max-width: 640px) {
  .ibp-area-hero,
  .ibp-area-section {
    padding: 56px 16px;
  }

  .ibp-area-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .ibp-area-hero__subheadline {
    font-size: 20px;
  }

  .ibp-area-hero__text {
    font-size: 16px;
  }

  .ibp-area-hero__btn,
  .ibp-area-btn {
    width: 100%;
  }

  .ibp-area-shorts {
    max-width: 100%;
  }

  .ibp-area-shorts__shell {
    border-radius: 22px;
    padding: 12px;
  }

  .ibp-area-shorts__slider {
    border-radius: 18px;
  }

  .ibp-area-grid--2,
  .ibp-area-grid--3,
  .ibp-area-process-grid {
    grid-template-columns: 1fr;
  }

  .ibp-area-process-number {
    font-size: 48px;
  }

  .ibp-area-faq__question {
    padding: 18px 16px;
  }

  .ibp-area-faq__question span:first-child {
    font-size: 15px;
  }

  .ibp-area-faq__answer {
    padding: 0 16px 18px;
  }
}

/* DARK SECTION CARD TEXT FIX */
.ibp-area-dark .ibp-area-card {
  background: #C3C7CB !important;
}

.ibp-area-dark .ibp-area-card h3,
.ibp-area-dark .ibp-area-card p,
.ibp-area-dark .ibp-area-card li {
  color: #161614 !important;
}

.ibp-area-dark .ibp-area-card:hover {
  background: #6E7E8A !important;
}

.ibp-area-dark .ibp-area-card:hover h3,
.ibp-area-dark .ibp-area-card:hover p,
.ibp-area-dark .ibp-area-card:hover li {
  color: #ffffff !important;
}

.ibp-area-dark-build .ibp-area-dark-build__content h2,
.ibp-area-dark-build .ibp-area-dark-build__content p {
  color: #ffffff !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.ibp-area-dark-build .ibp-area-card h3,
.ibp-area-dark-build .ibp-area-card p {
  color: #161614 !important;
}

.ibp-area-dark-build .ibp-area-card:hover h3,
.ibp-area-dark-build .ibp-area-card:hover p {
  color: #ffffff !important;
}

/* Force hero alignment to match all area sections */

.ibp-area-hero__inner,

.ibp-area-inner {

  width: 100%;

  max-width: 1280px !important;

  margin-left: auto !important;

  margin-right: auto !important;

}

.ibp-area-hero__content {

  margin: 0 !important;

  padding: 0 !important;

}/* End custom CSS */