/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-2129 {
    padding: var(--sectionPadding);
    padding-top: 1%;
    background-color: white;
    position: relative;
  }
  #services-2129 .cs-container {
    width: 75%;
    /* changes to 1280px at tablet */
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-2129 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #services-2129 .cs-title {
    margin: 0;
    color: var(--secondary);
  }
  #services-2129 .cs-card-group {
    width: 100%;
    /* changes to 100% at tablet */
    max-width: 31.25rem;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 1.5vw, 1.25rem);
  }
  #services-2129 .cs-item {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-column: span 12;
    grid-row: span 1;
  }
  #services-2129 .cs-item:hover .cs-picture img {
    opacity: 0.8;
    transform: scale(1.01);
  }
  #services-2129 .cs-link {
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-2129 .cs-picture {
    width: 100%;
    height: 15rem;
    margin-bottom: 0.75rem;
    background-color: #000;
    overflow: hidden;
    display: block;
    position: relative;
  }
  #services-2129 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s, opacity 0.3s;
  }
  #services-2129 .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    color: var(--primary);
  }
  #services-2129 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-2129 .cs-container {
    max-width: 80rem;
  }
  #services-2129 .cs-card-group {
    max-width: 100%;
    grid-template-rows: 1fr;
  }
  #services-2129 .cs-item {
    /* 280px - 440px */
    grid-column: span 4;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-2129 .cs-container {
    max-width: 115rem;
  }
  #services-2129 .cs-card-group {
    grid-template-columns: repeat(5, 1fr);
  }
  #services-2129 .cs-item {
    grid-column: span 1;
  }
}

/*# sourceMappingURL=salon-services.css.map */
