/*-- -------------------------- -->
<---       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 h3 {
        margin-bottom: 8px;
    }
    #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;
      }
}


  /*-- -------------------------- -->
<---          Industries          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-2279 {
      padding: var(--sectionPadding);
      position: relative;
      z-index: 1;
    }
    #services-2279 .mb{
        margin-bottom: .5rem;
    }
    #services-2279 .btn-box{
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
        margin-top: 1.5rem;
    }
    #services-2279 h3{
margin-bottom: 1rem;
    }
    #services-2279 ul{
margin-bottom: 1.5rem;
    }
    #services-2279 .link{
color: var(--primary);
    }
    #services-2279 li{
color: var(--bodyTextColorWhite);
margin-left: 1rem;
padding-bottom: 0.25rem;
    }
#services-2279 .read-more-text {
    display: none;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #fff;
}
    #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: 55rem;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
    }
    #services-2279 .cs-title {
      max-width: 30ch;
      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: #2C2C2C;
      /* 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-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: #fff;
      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: none;
      /* 56px - 108px */
      padding: 0;
      color: var(--bodyTextColorWhite);
    }
    #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: #fff;
      display: inline-flex;
      justify-content: space-between;
      gap: 0.75rem;
      position: relative;
      transition: color 0.3s;
    }
    #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;
    }
    #services-2279 .hours {
        margin-bottom: 32px;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #services-2279 .cs-container {
      max-width: 80rem;
    }
    #services-2279 .cs-item {
      justify-content: flex-start;
    }
    #services-2279 .cs-link {
      margin-top: auto;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 1024px) {
    #services-2279 .cs-item {
      flex-direction: row;
      align-items: flex-start;
    }
    #services-2279 .btn-box {

      flex-direction: column;
      margin-left: 24px;
      margin-top: 9px;
      gap: 1rem;
    }
    #services-2279 .cs-button-solid {
        width: 192px;
    }
  }



  /*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #contact {
      padding: var(--sectionPadding);
      display: flex;
      flex-direction: column;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
      position: relative;
      z-index: 1;
    }
    #contact .cs-container {
      width: 100%;
      /* changes to 1280px at desktop */
      max-width: 36.25rem;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
    }
    #contact .cs-container2 {
      width: 100%;
      /* changes to 1280px at desktop */
      max-width: 36.25rem;
      padding: 5rem 3rem;
      margin: auto;
      position: relative;
      z-index: 1;
    }
    #contact .cs-container2 .cs-topper {
      color: #fff;
    }
    #contact .cs-content {
      text-align: left;
    }
    #contact .cs-title {
      margin-bottom: 2rem;
    }
    #contact .cs-form {
      border-radius: 1rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.75rem;
    }
    #contact .cs-label {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      width: 100%;
      color: var(--headerColor);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 0.25rem;
    }
    #contact .cs-input {
      font-size: 1rem;
      width: 100%;
      height: 3.5rem;
      padding: 0;
      padding-left: 1.5rem;
      color: #fff;
      background-color: #383838;
      border: none;
      /* prevents padding from adding to height and width */
      box-sizing: border-box;
    }
    #contact .cs-input::placeholder {
      color: #7d799c;
      opacity: 0.6;
    }
    #contact .cs-textarea {
      min-height: 7.5rem;
      padding-top: 1.5rem;
      font-family: inherit;
    }
    
    #contact .cs-label:nth-of-type(6) {
      margin-bottom: 0.75rem;
    }
    #contact .cs-label:nth-of-type(6) .cs-input{
        padding-top: 15px;
    }

    #contact .cs-submit {
      border: none;
    }
    #contact .cs-map {
      width: 100%;
      max-width: 39.375rem;
      height: 25rem;
      position: relative;
      z-index: 1;
      display: block;
    }
    #contact .cs-iframe-wrapper {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      /* 40px - 56px */
      bottom: clamp(2.5rem, 5vw, 3.5rem);
    }
    #contact .cs-iframe-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    #contact .cs-box {
      width: 90%;
      max-width: 28.125rem;
      /* 16px - 32px top & bottom */
      /* 16px left & right */
      padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 2.4vw, 1rem);
      background-color: #fff;
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
    }
    #contact .cs-box:before {
      content: '';
      width: 100%;
      height: 100%;
      background: var(--primary);
      pointer-events: none;
      opacity: 0.1;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #contact .cs-icon {
      width: 2rem;
      height: auto;
      display: block;
    }
    #contact .cs-flex {
      display: flex;
      flex-direction: column;
    }
    #contact .cs-header {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.2em;
      margin: 0 0 0.5rem;
      color: #1a1a1a;
    }
    #contact .cs-address {
      font-size: clamp(0.75rem, 2.8vw, 1rem);
      line-height: 1.5em;
      margin: 0;
      color: var(--bodyTextColor);
    }
    #contact .cs-hours {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    #contact .cs-hours-info {
      /* 20px - 25px */
      font-size: clamp(1.25rem, 3vw, 1.5625rem);
      line-height: 1.2em;
      font-weight: 700;
      width: 60%;
      max-width: 28ch;
      margin: 0;
      color: var(--bodyTextColorWhite);
    }
    #contact .cs-background {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #contact .cs-background:before {
      /* background color overlay */
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      background: #000;
      opacity: 0.72;
      top: 0;
      left: 0;
      z-index: 1;
    }
    #contact .cs-background img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      /* Makes img tag act as a background image */
      object-fit: cover;
    }
  }
  /* Small Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #contact .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      gap: 3.25rem;
    }
    #contact .cs-form {
        justify-content: center;
    }
    #contact .cs-container2 {
      max-width: 80rem;
    }
    #contact .cs-content {
      max-width: 1064px;
    }
    #contact .cs-label {
        width: 49%;
    }
    #contact .cs-label:nth-of-type(5), 
    #contact .cs-label:nth-of-type(6) {
        width: 100%;
    }
    #contact .cs-title,
    #contact .cs-topper,
    #contact .cs-text {
      text-align: center;
      margin-left: 0;
    }
    #contact .cs-title {
      max-width: none;
    }
    #contact .cs-button-solid {
      margin-left: 0;
    }
  }
                                  