/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1175 {
        padding: var(--sectionPadding);
    }
    #services-1175 .cs-container {
        max-width: 34.375rem;
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-1175 .cs-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
        /* set text align to left if content needs to be left aligned */
        text-align: center;
    }

    #services-1175 .cs-card-group {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        /* 16px - 20px */
        gap: clamp(1rem, 2.3vw, 1.25rem);
    }
    #services-1175 .cs-item {
        list-style: none;
        max-width: 21.875rem;
        width: 100%;
        margin: 0 auto;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        padding: 1.1rem;
        padding-bottom: 2rem;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        z-index: 1;
        transition:
            box-shadow 0.3s,
            border-color 0.3s;
        text-align: center;
        grid-column: span 12;
        grid-row: span 1;
    }
    #services-1175 .cs-picture {
        width: 6.25rem;
        height: auto;
        margin: 1.75rem 0 2.75rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        /* prevents flexbox from squishing it */
        flex: none;
    }
    #services-1175 .cs-icon {
        width: 48px;
        height: auto;
        position: relative;
        transition: transform 0.5s;
    }
    #services-1175 .cs-item:hover .cs-picture::before {
      border-radius: 50%;
      transform: rotate(90deg) translateX(-3rem) translateY(3rem);
    }
    #services-1175 .cs-picture::before {
      transition: transform 0.5s, border-radius 0.5s;
        position: absolute;
        content: '';
        background-color: var(--primary);
        opacity: 0.15;
        width: 6rem;
        height: 6rem;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    #services-1175 .cs-h3 {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: bold;
        margin: 0 0 0.75rem 0;
        color: #1a1a1a;
        text-align: inherit;
    }
    #services-1175 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        max-width: 28.125rem;
        margin: 0;
        margin-bottom: 1.25rem;
        padding: 0 .5rem;
        color: var(--bodyTextColor);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1175 .cs-container {
        max-width: 80rem;
    }
    #services-1175 .cs-item {
        max-width: 29rem;
        grid-column: span 6;
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #services-1175 .cs-item {
        grid-column: span 3;
    }
}
                                

/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-68 {
        padding: var(--sectionPadding);
        position: relative;
    }
    #sbs-68 .quote {
        width: 63px;
        height: auto;
        margin-bottom: 48px;
    }
    #sbs-68 .reviewer {
        display: flex;
        gap: 33px;
        align-items: center;
    }
    #sbs-68 .name {
        color: #fff;
        font-weight: 700;
        font-size: 25px;
    }
    #sbs-68 .reviewer img {
        width: 63px;
        height: auto;
    }
    #sbs-68 .bg-logo, 
    #sbs-68 .bg-quote {
        position: absolute;
        right: 20px;
        bottom: 40px;
        width: 209px;
        height: auto;
    }
    #sbs-68 .bg-quote {
        width: 180px;
        height: auto;
    }
    #sbs-68 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-68 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        z-index: 1;
        width: 100%;
        max-width: 33.875rem;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #sbs-68 .cs-text {
        margin-bottom: 1rem;
        color: var(--bodyTextColorWhite);
    }
    #sbs-68 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #sbs-68 .cs-picture {
        width: 95%;
        max-width: 34.375rem;
        margin: 0;
        position: relative;
        display: block;
        /* width divided by height */
        aspect-ratio: 0.93134328;
        z-index: 1;
    }
    #sbs-68 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbs-68 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: flex-start;
        /* 60px - 128px */
        gap: clamp(3.75rem, 9.5vw, 8rem);
    }

    #sbs-68 .cs-container.reverse {
        flex-direction: row-reverse;
    }
    #sbs-68 .cs-picture {
        /* 328px - 502px */
        width: clamp(20.5rem, 37.5vw, 31.375rem);
        /* 440px - 520px */
        height: 100%;
        /* 16px - 20px */
        margin: 0 0 0 clamp(1rem, 5vw, 1.25rem);
        flex: none;
        
    }
    #sbs-68 .cs-content {
        width: 45%;
    }
}
@media only screen and (min-width: 48rem) {
    #sbs-68 .header-box {
        margin-right: -90px;
      }
}

                                

/*-- -------------------------- -->
<---          Services  Cards long        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-2220 {
      padding: var(--sectionPadding);
      position: relative;
      z-index: 1;
    }
    #services-2220 .cs-container {
      width: 100%;
      /* changes to 1840px at tablet */
      max-width: 44rem;
      margin: auto;
    }
    #services-2220 .cs-title {
      text-transform: uppercase;
    }
    #services-2220 .cs-card-group {
      width: 100%;
      /* changes to 100% at tablet */
      max-width: 31.25rem;
      margin: 0 auto;
      padding: 0;
      /* changes to flexbox at large desktop */
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      /* 16px - 20px */
      gap: clamp(1rem, 1.5vw, 1.25rem);
    }
    #services-2220 .cs-item {
      text-align: left;
      list-style: none;
      width: 100%;
      /* 240px - 300px */
      min-height: clamp(15rem, 30vw, 18.75rem);
      margin: 0;
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      padding: 0;
      /* clips the image corners */
      overflow: hidden;
      display: flex;
      flex-direction: column;
      grid-column: span 12;
      grid-row: span 1;
      position: relative;
    }
    #services-2220 .cs-item:hover .cs-h3,
    #services-2220 .cs-item:focus-within .cs-h3, 
    #services-2220 .cs-item:hover .cs-text,
    #services-2220 .cs-item:focus-within .cs-text {
      transform: translateY(-0.75rem);
    }
    #services-2220 .cs-text {
        color: var(--bodyTextColorWhite);
        transition: transform 0.3s, color 0.3s;
    }
    #services-2220 .cs-item .cs-background:before {
      height: 180%;
    }
    #services-2220 .cs-item:hover .cs-background img,
    #services-2220 .cs-item:focus-within .cs-background img {
      opacity: 0.5;
      transform: scale(1.1);
    }
    #services-2220 .cs-link {
      text-decoration: none;
      height: 100%;
      /* 16px - 24px */
      padding: clamp(1rem, 1.25vw, 1.5rem);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
    }
    #services-2220 .cs-h3 {
      /* 20px - 25px */
      font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
      font-weight: 700;
      line-height: 1.2em;
      text-align: inherit;
      margin: 0;
      color: var(--bodyTextColorWhite);
      transition: transform 0.3s, color 0.3s;
      margin-bottom: 24px;
    }
    #services-2220 .cs-content {
      text-align: center;
      min-height: 0;
      padding: 1.5rem;
      background-color: #fbf5f1;
      justify-content: center;
      align-items: center;
    }
    #services-2220 .cs-title {
      margin: 0 0 2rem;
    }
    #services-2220 .cs-background {
      width: 100%;
      height: 100%;
      background-color: #000;
      object-fit: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #services-2220 .cs-background:before {
      /* gradient overlay */
      content: "";
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 50%);
      opacity: 1;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: height 0.3s;
    }
    #services-2220 .cs-background img {
      width: 100%;
      height: 100%;
      /* Makes img tag act as a background image */
      object-fit: cover;
      position: absolute;
      z-index: -1;
      transition: transform 0.6s, opacity 0.3s;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #services-2220 .cs-container {
      max-width: 115rem;
    }
    #services-2220 .cs-card-group {
      max-width: 100%;
      grid-template-rows: 1fr;
    }
    #services-2220 .cs-item {
      grid-column: span 4;
    }
    #services-2220 .cs-item.cs-content {
      grid-column: span 12;
    }
  }
  /* Desktop - 1500px */
  @media only screen and (min-width: 93.75rem) {
    #services-2220 .cs-card-group {
      min-height: 37.5rem;
      display: flex;
      flex-direction: row;
    }
    #services-2220 .cs-content {
      min-width: 22rem;
      padding: 9.75rem 0 12.5rem;
    }
  }
                                  
  /*-- -------------------------- -->
<---          Industries          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-2279 {
      padding: var(--sectionPadding);
      position: relative;
      z-index: 1;
    }
    #services-2279 .overlay{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
    }
    #services-2279 .cs-container {
      width: 100%;
      /* changes to 1280px at tablet */
      max-width: 34.375rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
    }
    #services-2279 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      max-width: 50rem;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
    }
    #services-2279 .cs-title {
      max-width: 20ch;
      margin: 0;
    }
    #services-2279 .cs-text {
      opacity: 0.8;
    }
    #services-2279 .cs-card-group {
      margin: 0;
      padding: 0;
      width: 100%;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: clamp(0.5rem, 2vw, 1.25rem);
    }
    #services-2279 .cs-item {
      /* place this in a variable to reuse for the s-icon-wrapper placement */
      --itemPadding: clamp(1rem, 3.5vw, 3rem);
      width: 100%;
      text-align: left;
      list-style: none;
      margin: 0;
      /* 16px - 48px */
      padding: var(--itemPadding);
      background-color: #fff;
      border: 1px solid #E7E7E8;
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      grid-column: span 12;
      grid-row: span 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      z-index: 1;
    }
    #services-2279 .cs-item:hover .cs-item-text {
      opacity: 0.9;
    }
    #services-2279 .cs-item:hover .cs-icon-wrapper {
      border-radius: 50%;
      transform: rotate(90deg);
    }
    #services-2279 .cs-item:hover .cs-icon {
      transform: rotate(-90deg);
    }
    #services-2279 .cs-icon-wrapper {
      /* 48px - 100px */
      width: clamp(3rem, 7vw, 6.25rem);
      height: clamp(3rem, 7vw, 6.25rem);
      margin: 0;
      background-color: #fff;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: var(--itemPadding);
      right: var(--itemPadding);
      z-index: 1;
      transition: transform 0.5s, border-radius 0.5s;
    }
    #services-2279 .cs-icon-wrapper:before {
      content: '';
      width: 100%;
      height: 100%;
      background: var(--primary);
      opacity: 0.15;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #services-2279 .cs-icon {
      /* 24px - 48px */
      width: clamp(1.5rem, 4vw, 3rem);
      height: auto;
      transition: transform 0.5s;
    }
    #services-2279 .cs-h3 {
      /* 20px - 25px */
      font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
      line-height: 1.2em;
      font-weight: bold;
      text-align: inherit;
      margin: 0 0 0.75rem 0;
      color: #1a1a1a;
      display: flex;
      align-items: center;
      gap: 1rem;
      position: relative;
      z-index: 1;
    }
    #services-2279 .cs-h3:before {
      content: '';
      width: 0.5rem;
      height: 0.5rem;
      background: var(--primary);
      opacity: 1;
      display: block;
    }
    #services-2279 .cs-item-text {
      font-size: 1rem;
      line-height: 1.5em;
      max-width: 18.75rem;
      /* 56px - 108px */
      margin: 0 0 clamp(3.5rem, 8vw, 6.75rem) 0;
      padding: 0;
      color: var(--bodyTextColor);
    }
    #services-2279 .cs-link {
      text-decoration: none;
      font-size: 1rem;
      line-height: 1.2em;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0;
      padding: 0 0 0.375rem 0;
      color: #1a1a1a;
      display: inline-flex;
      justify-content: space-between;
      gap: 0.75rem;
      position: relative;
      transition: color 0.3s;
    }
    #services-2279 .cs-item:hover .cs-link .cs-arrow {
      transform: rotate(45deg);
    }
    #services-2279 .cs-link:before {
      /* underline */
      content: "";
      width: 100%;
      height: 1px;
      background: currentColor;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: 0rem;
      left: 0;
    }
    #services-2279 .cs-arrow {
      width: 1.25rem;
      height: auto;
      display: block;
      transition: transform 0.3s;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #services-2279 .cs-container {
      max-width: 80rem;
    }
    #services-2279 .cs-item {
      grid-column: span 6;
      justify-content: flex-start;
    }
    #services-2279 .cs-link {
      margin-top: auto;
    }
  }
  /* Small Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #services-2279 .cs-item {
      grid-column: span 4;
    }
  }
                                  