/* cmsms stylesheet: Summit30A_Custom modified: Monday, August 25, 2025 2:05:55 PM */
.header .logo img {
    max-height: 55px;
    margin-right: 8px;
}

.hero p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    max-width: inherit;
}

.hero h1 {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 24px;
}

.page-title h1 {
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 10px;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero .hero-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* darkens the video so text is readable */
}

.hero .feature-card i {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.stats {
    display: flex;
    gap: 30%;
    flex-wrap: wrap;
}

.feature-card {
  display: flex;
  align-items: center;
  justify-content: center; /* center icon + text */
  gap: 8px; /* spacing between icon and text */
  background: #fff; /* or your button background */
  border-radius: 8px;
  padding: 6px;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.feature-card i {
  font-size: 1.0; /* adjust icon size */
}

.call-to-action .cta-image-container {
    position: relative;
    height: 100%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.call-to-action {
    position: relative;
    padding: 100px 0;
    /* background: linear-gradient(170deg, var(--background-color) 0%, color-mix(in srgb, var(--default-color), var(--default-color) 5%) 100%); */
   background:url('/uploads/images/46pinecrest.webp');
   background-size: cover;
   background-color: rgba(var(--bs-success-rgb), .5) !important;
}

.call-to-action::before {
 content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.65);
}

.call-to-action .cta-image-container {
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 2;
padding:10px;
}

.IDX-contact-information {
    display: grid
;
    grid-template-areas:
        "image"
        "contact";
    justify-content: end;
    height: fit-content;
    max-width: 300px;
    height: -moz-fit-content;
}
