/* Hero Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1468 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: clamp(12.5rem, 25.95vw, 21.875em) 1rem clamp(6.25rem, 7vw, 12.5rem);
  }

  #hero-1468 .cs-container {
    gap: 3rem;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 44rem;
    align-items: center;
    justify-content: center;
  }

  #hero-1468 .cs-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    max-width: 35.625rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  #hero-1468 .cs-flex {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  #hero-1468 .cs-title {
    z-index: 1;
    color: #FFF;
    font-weight: 700;
    line-height: 1.2em;
    position: relative;
    text-align: inherit;
    max-width: 51.8125rem;
    font-size: clamp(2.4375rem, 6.4vw, 3.0625rem);
  }

  #hero-1468 .cs-title:before {
    opacity: 1;
    content: '';
    height: 8px;
    width: 3.75rem;
    display: block;
    border-radius: 8px;
    margin: 0 auto 2rem;
    background: var(--primary);
  }

  #hero-1468 .cs-text {
    margin: 0;
    width: 100%;
    color: #FFF;
    line-height: 1.5em;
    text-align: inherit;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    max-width: clamp(29rem, 60vw, 38.785rem);
  }

  #hero-1468 .cs-disclaimer {
    margin: 0;
    width: 100%;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 2rem;
    color: var(--bodyTextColor);
    font-family: var(--bodyFont);
    font-size: clamp(1rem, 1.95vw, 1rem);
    max-width: clamp(29rem, 60vw, 38.785rem);
  }

  #hero-1468 .cs-reviews {
    z-index: -1;
    position: relative;
    display: inline-flex;
    box-sizing: border-box;
    border-radius: 0.75rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(0.5rem, 2vw, 1rem);
    margin-top: clamp(2.5rem, 6vw, 5rem);
    box-shadow: 0px 8px 100px 0px rgba(0, 0, 0, 0.08);
  }

  #hero-1468 .cs-reviews-flex {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: flex-start;
  }

  #hero-1468 .cs-stars {
    gap: 2px;
    display: flex;
    align-items: center;
    margin: 0 0 0.5rem 0;
    justify-content: center;
  }

  #hero-1468 .cs-icon {
    width: 1rem;
    height: auto;
  }

  #hero-1468 .cs-desc {
    margin: 0;
    max-width: 20ch;
    color: #F7F7F7;
    line-height: 1.5em;
    text-align: inherit;
    font-size: var(--bodyFontSize);
  }

  #hero-1468 .cs-reviews-img {
    width: 3rem;
    height: auto;
    background: #FFF;
    border-radius: 50%;
    margin: 0 -1rem 0 0;
    border: 1px solid #FFF;
  }

  #hero-1468 .cs-reviews-number {
    width: 3rem;
    height: 3rem;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-family: var(--subFont);
    background: var(--secondary);
    color: var(--bodyTextColorWhite);
  }

  #hero-1468 .cs-right {
    z-index: 1;
    width: 100%;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    border-radius: 0.75rem;
    box-sizing: border-box;
    flex-direction: column;
    background: var(--bg04);
    justify-content: center;
    border-top: 8px solid var(--primary);
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 3rem);
  }

  #hero-1468 .cs-h3 {
    max-width: 20ch;
    font-weight: 900;
    text-align: inherit;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
    font-size: clamp(1.9375rem, 4vw, 2.4375rem);
  }

  #hero-1468 .cs-form-text {
    width: 100%;
    line-height: 1.5em;
    text-align: inherit;
    max-width: 40.625rem;
    margin: 0 0 1.5rem 0;
    color: var(--bodyTextColor);
    font-family: var(--bodyFont);
    font-size: var(--bodyFontSize);
  }

  #hero-1468 .cs-form {
    gap: 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  #hero-1468 .cs-label {
    width: 100%;
    gap: 0.25rem;
    display: flex;
    font-size: 0.875rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--headerColor);
    font-family: var(--subFont);
  }

  #hero-1468 .cs-input,
  #hero-1468 select {
    padding: 0;
    width: 100%;
    border: none;
    height: 3.5rem;
    font-size: 1rem;
    padding-left: 1.5rem;
    border-radius: 0.25rem;
    background: #F7F7F7;
    box-sizing: border-box;
    color: var(--bodyTextColor);
    transition: border-color 0.3s;
  }

  #hero-1468 .cs-input:hover,
  #hero-1468 select:hover {
    border-color: var(--secondary);
  }

  #hero-1468 .cs-input:focus,
  #hero-1468 select:focus {
    outline: 1px solid var(--secondary);
  }

  #hero-1468 .cs-input::placeholder,
  #hero-1468 select::placeholder {
    opacity: 0.6;
    color: #7D799C;
  }

  #hero-1468 .cs-textarea {
    padding-top: 1.5rem;
    font-family: inherit;
    min-height: 5.9375rem;
    margin-bottom: 0.75rem;
    font-family: var(--bodyFont);
  }

  #hero-1468 .cs-submit {
    width: 100%;
    border: none;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
  }

  #hero-1468 .cs-submit:hover {
    cursor: pointer;
  }

  #hero-1468 .cs-background {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
    height: 100%;
    display: block;
    position: absolute;
  }

  #hero-1468 .cs-background:before {
    /* Overlay */
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.88;
    display: block;
    position: absolute;
    pointer-events: none;
    background: #1A1A1A;
  }

  /* Weird Form Button Fix */
  /* #hero-1468 .cs-form button.cs-submit {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
    grid-column: 1 / -1;
    } */

  #hero-1468 .cs-a2p {
    gap: 0.25rem;
    display: flex;
    text-align: left;
    line-height: 1.5em;
    margin: 0 auto 1.25rem 0;
    font-size: 0.875rem;
    align-items: flex-start;
    color: var(--bodyTextColor);
    justify-content: flex-start;
    font-family: var(--bodyFont);
  }

  #hero-1468 .cs-a2p-links {
    margin: 0;
    width: 100%;
    text-align: left;
    line-height: 1.5em;
    max-width: 40.625rem;
    text-decoration: none;
    color: var(--secondary);
    font-family: var(--bodyFont);
    font-size: var(--bodyFontSize);
    margin-top: 1.75rem;
  }

  #hero-1468 .cs-a2p-links a {
    text-decoration: none;
    color: var(--secondary);
  }

  #hero-1468 .cs-background img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-1468 .cs-form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }

  #hero-1468 .cs-label {
    grid-column: span 12;
  }

  #hero-1468 .cs-label:nth-of-type(1),
  #hero-1468 .cs-label:nth-of-type(2),
  #hero-1468 .cs-label:nth-of-type(3),
  #hero-1468 .cs-label:nth-of-type(4) {
    grid-column: span 6;
  }

  #hero-1468 .cs-submit {
    grid-column: span 12;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-1468 .cs-container {
    max-width: 80rem;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
  }

  #hero-1468 .cs-right {
    align-items: flex-start;
  }

  #hero-1468 .cs-title:before {
    margin-left: 0;
  }

  #hero-1468 .cs-content {
    order: 2;
    text-align: left;
    align-items: flex-start;
  }

  #hero-1468 .cs-flex {
    text-align: left;
    align-items: flex-start;
  }
}

/* Desktop Parallax Effect - 1600px */
@media only screen and (min-width: 100rem) {
  #hero-1468 {
    background: url("../img/home-hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  #hero-1468 .cs-background img {
    display: none;
  }
}

/* Logo Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #logos-2444 {
    background: #1A1A1A;
    padding: var(--sectionPadding);
  }

  #logos-2444 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  #logos-2444 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #logos-2444 .cs-title {
    color: var(--bodyTextColorWhite);
  }

  #logos-2444 .cs-text {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--bodyTextColorWhite);
  }

  #logos-2444 .cs-ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #logos-2444 .cs-img {
    width: 50%;
    height: auto;
    filter: grayscale(1) brightness(100%);
  }
}

/* Tablet - 600px */
@media only screen and (min-width: 37.5rem) {
  #logos-2444 .cs-ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #logos-2444 .cs-container {
    flex-direction: row;
  }

  #logos-2444 .cs-content {
    text-align: left;
    align-items: flex-start;
  }
}

/* Main Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-448 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: var(--bg01);
    padding: var(--sectionPadding);
  }

  #services-448 .cs-container {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 34.375rem;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
  }

  #services-448 .cs-content {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

  #services-448 .cs-text {
    max-width: 65ch;
  }

  #services-448 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    row-gap: clamp(1.5rem, 5vw, 3.75rem);
    column-gap: clamp(1rem, 1.5vw, 1.25rem);
  }

  #services-448 .cs-item {
    width: 100%;
    display: flex;
    list-style: none;
    padding-top: 9rem;
    max-width: 22.5rem;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #services-448 .cs-item:hover .cs-picture img {
    opacity: 0.4;
    transform: scale(1.2);
  }

  #services-448 .cs-item:hover .cs-flex:before {
    opacity: 1;
  }

  #services-448 .cs-picture {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    display: block;
    overflow: hidden;
    height: 15.625rem;
    position: absolute;
    border-radius: 0.5rem;
    background: var(--secondary);
  }

  #services-448 .cs-picture img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: top;
    transition:
      transform 0.9s,
      opacity 0.5s;
  }

  #services-448 .cs-flex {
    width: 88%;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0.75rem;
    flex-direction: column;
    justify-content: center;
    background: var(--bg04);
    padding: 0 1.5rem 1.5rem 1.5rem;
    border: 1px solid var(--borderColor);
    box-shadow: 0px 24px 54px rgba(87, 107, 147, 0.12);
  }

  #services-448 .cs-flex:before {
    /* hover border box */
    top: -1px;
    opacity: 0;
    left: -1px;
    content: "";
    right: -1px;
    bottom: -1px;
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 0.75rem;
    box-sizing: border-box;
    background: transparent;
    transition: opacity 0.5s;
    border: 4px solid var(--secondary);
  }

  #services-448 .cs-wrapper {
    z-index: 10;
    display: flex;
    border-radius: 50%;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    background: var(--bg04);
    border: 4px solid var(--secondary);
    width: clamp(5rem, 9.2vw, 7.5rem);
    height: clamp(5rem, 9.2vw, 7.5rem);
    margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
    margin-top: calc(clamp(5rem, 9.2vw, 7.5rem) * -0.5);
  }

  #services-448 .cs-icon {
    height: auto;
    display: block;
    width: clamp(3rem, 4.3vw, 4rem);
  }

  #services-448 .cs-h3 {
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
    font-size: clamp(1.25rem, 1.9vw, 1.5625rem);
  }

  #services-448 .cs-item-text {
    font-weight: 400;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
  }

  #services-448 .cs-link {
    margin: 0;
    font-weight: 700;
    line-height: 1.5em;
    position: relative;
    text-decoration: none;
    color: var(--primary);
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--titleFont);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
  }

  #services-448 .cs-link:hover:before {
    width: 100%;
  }

  #services-448 .cs-link:before {
    /* animated underline */
    left: 0;
    width: 0%;
    opacity: 1;
    content: "";
    height: 3px;
    display: block;
    bottom: -0.125rem;
    position: absolute;
    transition: width 0.3s;
    background: currentColor;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-448 .cs-container {
    max-width: 90rem;
  }

  #services-448 .cs-card-group {
    flex-direction: row;
  }

  #services-448 .cs-item {
    width: 47%;
  }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-448 .cs-card-group {
    flex-wrap: nowrap;
  }

  #services-448 .cs-item {
    width: 100%;
    padding-top: clamp(9rem, 17.5vw, 17.125rem);
  }

  #services-448 .cs-picture {
    height: clamp(14rem, 28vw, 26.75rem);
  }
}

/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-448 .cs-icon {
    filter: grayscale(1) brightness(2000%);
  }
}