/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-712 {
    padding: 0 1rem;
    padding-top: clamp(9rem, 25vw, 12.5rem);
    padding-bottom: clamp(6.25rem, 14vw, 10rem);
    position: relative;
    z-index: 1;
  }
  #banner-712 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #banner-712 .cs-int-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    max-width: 43.75rem;
    margin: 0 auto;
    color: #fff;
    position: relative;
  }
  #banner-712 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-712 .cs-background:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-712 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews-399 {
    padding: var(--sectionPadding);
  }
  #reviews-399 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #reviews-399 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #reviews-399 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  #reviews-399 .cs-item {
    list-style: none;
    width: 100%;
    padding: 1.5rem;
    background-color: #fff;
    border-left: 4px solid var(--primary);
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    position: relative;
    transition: box-shadow 0.3s, border-color 0.3s;
  }
  #reviews-399 .cs-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    border-left-color: var(--primaryLight);
  }
  #reviews-399 .cs-quote {
    color: var(--primary);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    font-family: Georgia, serif;
  }
  #reviews-399 .cs-icon {
    display: none;
  }
  #reviews-399 .cs-h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    color: var(--headerColor);
  }
  #reviews-399 .cs-item-text {
    font-size: 1rem;
    line-height: 1.6em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #reviews-399 .cs-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 0.5rem;
    color: var(--primary);
    display: block;
  }
  #reviews-399 .cs-location {
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    display: block;
    margin-top: auto;
  }
  #reviews-399 .cs-button-solid {
    margin-top: 1rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews-399 .cs-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #reviews-399 .cs-card-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews-399 .cs-item {
    background-color: var(--medium);
    border-left-color: var(--primaryLight);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  }
  body.dark-mode #reviews-399 .cs-quote {
    color: var(--primaryLight);
  }
  body.dark-mode #reviews-399 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews-399 .cs-name {
    color: var(--primaryLight);
  }
  body.dark-mode #reviews-399 .cs-item-text,
  body.dark-mode #reviews-399 .cs-location {
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
}

/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-51 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #cta-51 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #cta-51 .cs-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cta-51 .cs-topper {
    color: var(--secondaryLight);
  }
  #cta-51 .cs-title {
    color: #fff;
  }
  #cta-51 .cs-text {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 2rem;
  }
  #cta-51 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background-color: #1a1a1a;
  }
  #cta-51 .cs-picture:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #cta-51 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    color: transparent;
  }
}
