/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #services {
    position: relative;
    top: -5rem;
    z-index: 100;
  }
  #services .container {
    width: 100%;
    max-width: 21.875rem;
    height: 100%;
    padding-bottom: 2.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  #services .cs-border,
  #services .cs-border-dark {
    display: block;
    position: absolute;
    top: -0.875rem;
    width: 100%;
    height: 1.25rem;
  }
  #services .cs-border-dark {
    display: none;
  }
  #services .cs-card {
    width: 100%;
    max-width: 18.75rem;
    position: relative;
    top: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    padding: 0.5rem 3rem;
  }
  #services .cs-card:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 20%;
    width: 60%;
    height: 1px;
    margin: auto;
    background-color: #ccc;
    border-radius: 10px;
  }
  #services .cs-card:last-of-type:after {
    display: none;
  }
  #services .cs-title {
    color: var(--primary700);
    font-size: var(--mediumFont);
  }
  #services .cs-text {
    font-size: var(--smallFont);
  }
  #services .cs-link {
    position: relative;
    color: var(--primary700);
  }
  #services .cs-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary700);
  }
  #services .cs-link:hover:after {
    background-color: var(--primary900);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #services .container {
    width: 100%;
    max-width: none;
    flex-direction: row;
  }
  #services .cs-card {
    width: 100%;
    max-width: 25rem;
    padding: 0.5rem clamp(1rem, 3.125vw, 2rem);
  }
  #services .cs-card:after {
    top: 10%;
    right: -80%;
    width: 1px;
    height: 60%;
    margin: auto;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #services {
    top: -13.33333333rem;
  }
  #services .container {
    width: 100%;
    max-width: 80rem;
  }
}
/* Dark mode */
@media only screen and (min-width: 0em) {
  body.dark #services .container {
    background-color: var(--dark700);
  }
  body.dark #services .cs-border {
    display: none;
  }
  body.dark #services .cs-border-dark {
    display: block;
  }
  body.dark #services .cs-title {
    color: var(--primary300);
  }
  body.dark #services .cs-icon {
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
  }
  body.dark #services .cs-link {
    color: var(--primary300);
  }
  body.dark #services .cs-link:hover {
    color: var(--primary500);
  }
  body.dark #services .cs-link:hover:after {
    background-color: var(--primary500);
  }
}
/*-- -------------------------- -->
<---           Banner           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #banner {
    margin-top: -5rem;
  }
  #banner .container {
    text-align: center;
    max-width: 80rem;
  }
  #banner .cs-title {
    margin-bottom: 2.5rem;
  }
  #banner .cs-text {
    font-size: var(--mediumFont);
  }
  #banner .cs-banner-text {
    max-width: 43.75rem;
    margin: auto;
  }
  #banner .cs-card {
    width: 100%;
    max-width: 18.75rem;
    margin: clamp(2.5rem, 7.8125vw, 5rem) auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #banner .cs-card-special {
    width: 100%;
    max-width: 21.875rem;
    margin: auto;
    display: flex;
    align-items: center;
  }
  #banner .cs-icon {
    width: 5rem;
    height: 6.25rem;
    -webkit-filter: none;
            filter: none;
    transition: -webkit-filter 0.1s ease;
    transition: filter 0.1s ease;
    transition: filter 0.1s ease, -webkit-filter 0.1s ease;
  }
  #banner .cs-icon.reverse {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  #banner .cs-number {
    color: var(--primary700);
    font-size: clamp(2rem, 4.6875vw, 3rem);
  }
  #banner .cs-special {
    color: var(--primary700);
    font-family: "Bradley Hand", cursive;
    font-size: clamp(1.25rem, 2.34375vw, 1.5rem);
  }
  #banner .cs-subtitle {
    font-size: clamp(1rem, 1.7578125vw, 1.125rem);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #banner .cs-card-container {
    display: flex;
  }
  #banner .cs-card {
    max-width: 15.625rem;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #banner {
    margin-top: -12.5rem;
  }
}
/* Dark mode */
@media only screen and (min-width: 0em) {
  body.dark #banner .cs-icon {
    -webkit-filter: saturate(4000%) hue-rotate(172deg) brightness(30%);
            filter: saturate(4000%) hue-rotate(172deg) brightness(30%);
    transition: -webkit-filter 0.1s ease;
    transition: filter 0.1s ease;
    transition: filter 0.1s ease, -webkit-filter 0.1s ease;
  }
}
/*-- -------------------------- -->
<---     Side By Side (1 & 2)   -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sbs,
  #sbs2 {
    background-color: var(--accent);
  }
  #sbs .cs-left,
  #sbs2 .cs-left {
    width: 100%;
    max-width: 33.125rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto 4rem auto;
  }
  #sbs .cs-title,
  #sbs2 .cs-title {
    color: #000;
  }
  #sbs .cs-text,
  #sbs2 .cs-text {
    font-size: var(--smallFont);
  }
  #sbs .cs-button,
  #sbs2 .cs-button {
    margin-top: 1rem;
  }
  #sbs .cs-right,
  #sbs2 .cs-right {
    font-size: min(2.5vw, 1em);
    width: 33.125em;
    height: 32.4375em;
    position: relative;
    margin: auto;
  }
  #sbs .cs-picture,
  #sbs2 .cs-picture {
    position: relative;
  }
  #sbs .cs-picture img,
  #sbs2 .cs-picture img {
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 0.625em;
  }
  #sbs .cs-picture-1,
  #sbs2 .cs-picture-1 {
    top: 0;
    left: 0;
  }
  #sbs .cs-picture-1 img,
  #sbs2 .cs-picture-1 img {
    width: 11.9375em;
    height: 18.375em;
  }
  #sbs .cs-picture-2,
  #sbs2 .cs-picture-2 {
    top: 0;
    right: -0.75em;
  }
  #sbs .cs-picture-2 img,
  #sbs2 .cs-picture-2 img {
    width: 20.4375em;
    height: 18.375em;
  }
  #sbs .cs-picture-3,
  #sbs2 .cs-picture-3 {
    bottom: -0.75em;
    left: 0;
  }
  #sbs .cs-picture-3 img,
  #sbs2 .cs-picture-3 img {
    width: 33.125em;
    height: 11.875em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #sbs .cs-container,
  #sbs2 .cs-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(2rem, 3.33333333vw, 4rem);
  }
  #sbs .cs-left,
  #sbs2 .cs-left,
  #sbs .cs-button,
  #sbs2 .cs-button {
    margin-bottom: 0;
  }
  #sbs .cs-right,
  #sbs2 .cs-right {
    font-size: min(1.25vw, 1em);
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #sbs .cs-left,
  #sbs2 .cs-left {
    max-width: 40.625rem;
  }
  #sbs .cs-right,
  #sbs2 .cs-right {
    font-size: min(1.0vw, 1em);
  }
}
/* Dark mode */
@media only screen and (min-width: 0em) {
  body.dark #sbs,
  body.dark #sbs2 {
    background-color: var(--darkAccent);
  }
  body.dark #sbs .cs-title,
  body.dark #sbs2 .cs-title {
    color: var(--textWhite);
  }
}
/*-- -------------------------- -->
<---    Side By Side (2 only)   -->
<--- -------------------------- -*/
/* Tablet */
@media only screen and (min-width: 48em) {
  #sbs2 .cs-container {
    flex-direction: row-reverse;
  }
}
/*-- -------------------------- -->
<---           Gallery          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #gallery .container {
    margin: auto;
    text-align: center;
  }
  #gallery .cs-title {
    margin-bottom: 2rem;
  }
  #gallery .cs-item {
    display: block;
    max-width: 21.875rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
    border-radius: 0.625rem;
  }
  #gallery .cs-picture {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  #gallery .cs-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #gallery .cs-picture:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    transition: -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
    transition: transform 0.5s ease, filter 0.5s ease;
    transition: transform 0.5s ease, filter 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
  }
  #gallery .cs-button {
    display: block;
    margin: 2rem auto 0 auto;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #gallery .cs-row {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  #gallery .cs-item {
    max-width: 28.125rem;
    margin: 0;
  }
}
/*-- -------------------------- -->
<---        Why Choose Us       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #why .container {
    max-width: 31.25rem;
    margin: auto;
    text-align: center;
  }
  #why .cs-title {
    margin-bottom: 2rem;
  }
  #why .cs-text {
    font-size: var(--mediumFont);
  }
  #why .cs-icon {
    width: clamp(2.5rem, 5.859375vw, 3.75rem);
    height: clamp(2.5rem, 5.859375vw, 3.75rem);
    margin-top: 2rem;
  }
}
/* Dark mode */
@media only screen and (min-width: 0em) {
  body.dark #why .cs-icon {
    -webkit-filter: saturate(4000%) hue-rotate(172deg) brightness(30%);
            filter: saturate(4000%) hue-rotate(172deg) brightness(30%);
    transition: -webkit-filter 0.1s ease;
    transition: filter 0.1s ease;
    transition: filter 0.1s ease, -webkit-filter 0.1s ease;
  }
}
/*-- -------------------------- -->
<---           Pricing          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #pricing .cs-title {
    margin-bottom: 3rem;
    text-align: center;
  }
  #pricing .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 3.33333333vw, 4rem);
  }
  #pricing .cs-card {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 18.75rem;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 1;
  }
  #pricing .cs-package-name {
    display: block;
    width: 100%;
    padding: 2rem;
    color: var(--primary700);
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #pricing .cs-package-name.special {
    background-color: var(--primary700);
    color: #fff;
  }
  #pricing .cs-package-name.special:after {
    display: none;
  }
  #pricing .cs-package-name:after {
    content: "";
    display: block;
    position: relative;
    bottom: -1rem;
    left: 0;
    width: 60%;
    height: 1px;
    margin: auto;
    background-color: #ccc;
  }
  #pricing .cs-price-container {
    display: block;
    position: relative;
  }
  #pricing .cs-price-container .cs-price-span {
    display: flex;
    width: 100%;
    height: 8rem;
    align-items: center;
    justify-content: center;
  }
  #pricing .cs-price-container .cs-price {
    font-size: 3rem;
    color: var(--primary700);
  }
  #pricing .cs-price-container .cs-month {
    font-size: 1.25rem;
    color: var(--primary700);
  }
  #pricing .cs-price-container img {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 48%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    z-index: -1;
  }
  #pricing .cs-service-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 1rem;
  }
  #pricing .cs-service {
    font-size: 1rem;
    color: var(--primary700);
  }
  #pricing .cs-service.strikethrough {
    text-decoration: line-through;
  }
  #pricing .cs-service:after {
    content: "";
    display: block;
    position: relative;
    bottom: -1rem;
    left: 0;
    width: 40%;
    height: 1px;
    margin: auto;
    background-color: #eee;
  }
  #pricing .cs-service:last-of-type:after {
    display: none;
  }
  #pricing .cs-button {
    margin: auto;
    margin-bottom: 1rem;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #pricing .cs-container {
    flex-direction: row;
    justify-content: center;
  }
  #pricing .cs-card.special {
    width: 120%;
    height: 37.5rem;
  }
}
/* Dark mode */
@media only screen and (min-width: 0em) {
  body.dark #pricing .cs-card {
    background-color: var(--dark500);
  }
  body.dark #pricing .cs-icon {
    -webkit-filter: saturate(4000%) hue-rotate(172deg) brightness(30%);
            filter: saturate(4000%) hue-rotate(172deg) brightness(30%);
    transition: -webkit-filter 0.1s ease;
    transition: filter 0.1s ease;
    transition: filter 0.1s ease, -webkit-filter 0.1s ease;
  }
  body.dark #pricing .cs-package-name:after,
  body.dark #pricing .cs-service:after {
    background-color: var(--dark700);
  }
}
/*-- -------------------------- -->
<---           Reviews          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #reviews .container {
    display: block;
    margin: auto;
    text-align: center;
  }
  #reviews .cs-subtitle {
    margin-bottom: 2rem;
  }
  #reviews .cs-container {
    display: flex;
    width: 100%;
    max-width: 31.25rem;
    margin: auto;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  #reviews .cs-card-container {
    display: flex;
    width: 100%;
  }
  #reviews .cs-card {
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transition: opacity 0.5s ease;
  }
  #reviews .cs-card.visible {
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  #reviews .cs-text {
    font-size: var(--smallFont);
  }
  #reviews .cs-reviewer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 3.125vw, 2rem);
  }
  #reviews .cs-name {
    text-transform: uppercase;
    font-size: clamp(0.625rem, 1.171875vw, 0.75rem);
  }
  #reviews .cs-buttons {
    display: flex;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
    gap: clamp(1rem, 3.125vw, 2rem);
  }
  #reviews .cs-review-button {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--primary100);
  }
  #reviews .cs-review-button.visible {
    background-color: var(--primary700);
  }
  #reviews .cs-icon.reverse,
  #reviews .cs-icon-arrow.reverse {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #reviews .cs-container {
    max-width: 50rem;
  }
}
/* Dark mode */
@media only screen and (min-width: 0em) {
  body.dark #reviews .cs-review-button {
    background-color: var(--dark500);
    transition: background-color 0.3s ease;
  }
  body.dark #reviews .cs-review-button.visible {
    background-color: var(--primary700);
    transition: background-color 0.3s ease;
  }
  body.dark #reviews .cs-icon {
    -webkit-filter: saturate(4000%) hue-rotate(172deg) brightness(30%);
            filter: saturate(4000%) hue-rotate(172deg) brightness(30%);
    transition: -webkit-filter 0.1s ease;
    transition: filter 0.1s ease;
    transition: filter 0.1s ease, -webkit-filter 0.1s ease;
  }
  body.dark #reviews .cs-icon-rating,
  body.dark #reviews .cs-icon-arrow {
    -webkit-filter: invert(93%) sepia(0%) saturate(0%) hue-rotate(219deg) brightness(85%) contrast(100%);
            filter: invert(93%) sepia(0%) saturate(0%) hue-rotate(219deg) brightness(85%) contrast(100%);
  }
}
/*-- -------------------------- -->
<---             CTA            -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    padding: 0;
    padding-top: 3.75rem;
  }
  #cta .container {
    position: relative;
    width: 100%;
    max-width: none;
    height: 25rem;
  }
  #cta .cs-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25rem;
    z-index: -100;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    background-color: #000;
  }
  #cta .cs-picture img {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cta .cs-picture:after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  #cta .cs-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
  #cta .cs-title {
    color: #fff;
    font-weight: 700;
    font-size: clamp(2.25rem, 4.6875vw, 3rem);
    text-align: center;
    text-shadow: 2px 2px 5px #000;
  }
  #cta .cs-button {
    position: relative;
    padding: 1rem;
    background-color: #fff;
    color: #000;
    border-radius: 0.625rem;
    font-size: var(--mediumFont);
  }
  #cta .cs-button span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #cta .cs-button:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(45deg, #033540, #015366, #63898c, #a7d1d2, #63898c, #015366, #033540);
    background-size: 400%;
    -webkit-animation: glowing 10s linear infinite;
            animation: glowing 10s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
    z-index: -1;
  }
  #cta .cs-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 0.625rem;
  }
  #cta .cs-button:hover:before {
    opacity: 1;
  }
  @-webkit-keyframes glowing {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  @keyframes glowing {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding-top: 6.25rem;
  }
  #cta .container,
  #cta .cs-picture {
    height: 25rem;
  }
}
/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cs-footer {
    padding: 3.75rem 1rem;
    background-color: #111;
    color: var(--textWhite);
  }
  #cs-footer .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
  #cs-footer .cs-logo-group {
    position: relative;
    width: 100%;
  }
  #cs-footer .cs-logo {
    display: block;
    width: 14.25rem;
    height: auto;
    margin-bottom: 2rem;
  }
  #cs-footer .cs-logo-img {
    width: 100%;
    height: auto;
  }
  #cs-footer .cs-text {
    font-size: var(--mediumFont);
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 2rem;
    max-width: 33.75rem;
    color: var(--textWhite);
  }
  #cs-footer .cs-links-container {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 2rem;
  }
  #cs-footer .cs-nav {
    padding: 0;
    margin: 0;
  }
  #cs-footer .cs-nav-li {
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 0.5rem;
    color: var(--textWhite);
  }
  #cs-footer .cs-header {
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 0.875rem;
    position: relative;
    display: block;
  }
  #cs-footer .cs-nav-link {
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.5em;
    color: var(--textWhite);
    position: relative;
  }
  #cs-footer .cs-nav-link:before {
    content: "";
    width: 0%;
    height: 0.125rem;
    background: currentColor;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: -0.125rem;
    left: 0;
    transition: width 0.3s;
  }
  #cs-footer .cs-nav-link:hover:before {
    width: 100%;
  }
  #cs-footer .cs-contact {
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
  #cs-footer .cs-contact-li {
    list-style: none;
    margin-bottom: 0.5rem;
  }
  #cs-footer .cs-contact-link {
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.5em;
    text-align: left;
    color: var(--textWhite);
    display: inline-block;
  }
  #cs-footer .cs-contact-link:hover {
    text-decoration: underline;
  }
  #cs-footer .cs-social-group {
    margin-top: 1rem;
    margin-left: auto;
  }
  #cs-footer .cs-social {
    display: inline-flex;
    justify-content: flex-start;
    gap: 1rem;
  }
  #cs-footer .cs-social-link {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #4e4b66;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  }
  #cs-footer .cs-social-link:hover {
    background-color: var(--primary900);
    -webkit-transform: translateY(-3/16rem);
            transform: translateY(-3/16rem);
  }
  #cs-footer .cs-social-img {
    height: 0.8125rem;
    width: auto;
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cs-footer .cs-container {
    max-width: 80rem;
    row-gap: 2rem;
  }
  #cs-footer .cs-logo-group {
    width: auto;
    margin-right: auto;
  }
  #cs-footer .cs-text {
    width: 80%;
    max-width: 19.0625rem;
    margin: 0;
  }
  #cs-footer .cs-nav,
  #cs-footer .cs-contact {
    margin-top: clamp(0.5rem, 1.171875vw, 0.75rem);
  }
}
