/* 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(--primary);
    }
    #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(--primary);
    }
    #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(--primary);
        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(--subFont);
        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%);
    }
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-311 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-311 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-311 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    
    #sbs-311 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-311 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-311 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbs-311 .cs-image-group {
        height: 39.75em;
        width: 39.4375em;
        position: relative;
        font-size: min(2.31vw, 0.7em);
    }
    #sbs-311 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbs-311 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbs-311 .cs-picture1 {
        top: 0;
        left: 0;
        width: 32.625em;
        height: 36.3125em;
    }
    #sbs-311 .cs-picture2 {
        right: 0;
        bottom: 0;
        height: 25em;
        width: 25.875em;
        background: #FFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        border: clamp(0.375em, 1.5vw, 0.75em) solid #FFF;
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbs-311 .cs-picture2 {
        border: clamp(0.375em, 1.5vw, 0.75em) solid var(--bg04);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-311 .cs-container {
        gap: 3.25rem;
        flex-flow: row;
        justify-content: space-between;
    }
    #sbs-311 .cs-image-group {
        flex: none;
        font-size: min(1.2vw, 1em);
    }
    #sbs-311 .cs-content {
        margin: 0;
    }
}
/* Stats Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #stats-5 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
        padding-bottom: 3rem;
    }
    #stats-5 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #stats-5 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #stats-5 .cs-title {
        color: var(--bodyTextColorWhite);
    }
    #stats-5 .cs-text {
        color: var(--bodyTextColorWhite);
        opacity: 0.8;
    }
    #stats-5 .cs-card-group {
        margin: 0;
        width: 100%;
        display: flex;
        gap: 3.4375em;
        flex-wrap: wrap;
        padding: 0 1.25rem;
        max-width: 31.25rem;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        border-radius: 0.75rem;
        background: var(--bg04);
        justify-content: space-around;
        border-top: 8px solid var(--primary);
        padding-bottom: clamp(3rem, 6.5vw, 5rem);
        padding-top: clamp(2.5rem, 5.7vw, 4.25rem);
        box-shadow: 0 1.25em 2.5em 0 rgba(0, 0, 0, 0.05);
    }
    #stats-5 .cs-item {
        width: 100%;
        list-style: none;
        text-align: center;
    }
    #stats-5 .cs-number {
        display: block;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--primary);
        font-size: clamp(2.4375rem, 4.7vw, 3.8125rem);
        margin-bottom: clamp(0.25rem, 0.78vw, 0.5rem);
    }
    #stats-5 .cs-header {
        font-weight: 700;
        line-height: 1.2em;
        color: var(--headerColor);
        font-size: clamp(1rem, 2vw, 1.5625rem);
    }
    #stats-5 .cs-button-solid {
        margin: 0;
    }
    #stats-5 .cs-button-solid:hover:before {
        width: 100%;
    }
    #stats-5 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        height: 65%;
        z-index: -1;
        display: block;
        position: absolute;
    }
    #stats-5 .cs-background:before {
        /* Overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.8;
        display: block;
        position: absolute;
        background: #282828;
    }
    #stats-5 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* In-between - 500px */
@media only screen and (min-width: 31.25rem) {
    #stats-5 .cs-card-group {
        gap: 0;
        flex-wrap: wrap;
        row-gap: 3.4375rem;
        flex-direction: row;
        align-items: center;
        column-gap: 6.25rem;
        justify-content: center;
    }
    #stats-5 .cs-item {
        width: 7.8125rem;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #stats-5:before {
        height: 37.5%;
    }
    #stats-5 .cs-card-group {
        row-gap: 0;
        column-gap: 0;
        max-width: 100%;
        justify-content: space-around;
    }
    #stats-5 .cs-item {
        width: auto;
    }
}
/* Big Desktop Parallax Effect - 1300px */
@media only screen and (min-width: 81.25rem) {
    #stats-5 .cs-background {
        background: url("../img/home-stats.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    #stats-5 .cs-background img {
        display: none;
    }
}
/* Featured Service Two Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-298 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbsr-298 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        justify-content: center;
    }
    #sbsr-298 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 32.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-298 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-298 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-298 .cs-link {
        font-weight: 700;
        font-size: 1.25rem;
        text-decoration: none;
        color: var(--primary);
    }
    #sbsr-298 .cs-image-group {
        width: 100%;
        display: block;
        position: relative;
        max-width: 34.375rem;
        aspect-ratio: 0.90358127;
        margin: 0 auto clamp(4.875rem, 16.5vw, 6.75rem);
    }
    #sbsr-298 .cs-picture {
        /* big background image */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
    }
    #sbsr-298 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbsr-298 .cs-box {
        left: 50%;
        z-index: 10;
        display: flex;
        overflow: hidden;
        position: absolute;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        transform: translateX(-50%);
        border-radius: 0.75rem;
        width: clamp(12.75rem, 50vw, 20.375rem);
        height: clamp(12.75rem, 50vw, 20.375rem);
        bottom: calc(clamp(2.375rem, 7.9vw, 3.75rem) *-1);
    }
    #sbsr-298 .cs-box-picture {
        /* Background image for cs-box */
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        overflow: hidden;
        position: absolute;
        background: #1A1A1A;
    }
    #sbsr-298 .cs-box-picture img {
        top: 0;
        left: 0;
        width: 100%;
        opacity: .75;
        height: 100%;
        object-fit: cover;
        position: absolute;
        mix-blend-mode: lighten;
    }
    #sbsr-298 .cs-number {
        z-index: 10;
        display: block;
        line-height: 1em;
        font-weight: 900;
        margin-bottom: 0.5rem;
        mix-blend-mode: screen;
        font-family: var(--subFont);
        font-size: clamp(4.6875rem, 8vw, 6.25rem);
    }
    #sbsr-298 .cs-number:before {
        top: 50%;
        left: 50%;
        opacity: 1;
        content: '';
        z-index: -1;
        display: block;
        background: #FFF;
        position: absolute;
        border-radius: 0.25rem;
        transform: translate(-50%, -50%);
        width: clamp(11.5rem, 45vw, 18.375rem);
        height: clamp(11.5rem, 45vw, 18.375rem);
    }
    #sbsr-298 .cs-desc {
        width: 80%;
        z-index: 10;
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
        position: relative;
        text-transform: lowercase;
        font-family: var(--bodyFont);
        font-size: clamp(1rem, 4vw, 1.5625rem);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-298 {
        text-align: left;
    }
    #sbsr-298 .cs-container {
        gap: 10rem;
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #sbsr-298 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #sbsr-298 .cs-image-group {
        order: 2;
        margin: 0;
        width: 40vw;
        max-width: 32.5625rem;
        height: clamp(32.5rem, 51.9vw, 42rem);
    }
    #sbsr-298 .cs-box {
        left: auto;
        transform: none;
        bottom: clamp(3.875rem, 6.2vw, 5rem);
        width: clamp(15.6875rem, 24.5vw, 20.3125rem);
        height: clamp(15.6875rem, 24.5vw, 20.3125rem);
        left: calc(clamp(3.25rem, 5.5vw + 1.6rem, 6.375rem) *-1);
    }
    #sbsr-298 .cs-number:before {
        width: clamp(14.125rem, 22.7vw, 18.3125rem);
        height: clamp(14.125rem, 22.7vw, 18.3125rem);
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbsr-298 .cs-link {
        color: var(--secondaryLight);
    }
    body.dark-mode #sbsr-298 .cs-icon {
        filter: grayscale(1) brightness(2000%);
    }
}
/* Content Flair Section */
@media only screen and (min-width: 0rem) {
    #list-1186 {
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 1.5rem;
        display: flex;
        max-width: 39.375rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #list-1186 .cs-li {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: flex-start;
        justify-content: flex-start;
        font-family: var(--bodyFont);
        gap: clamp(1rem, 2.5vw, 1.25rem);
    }
    #list-1186 .cs-li:last-of-type {
        margin-bottom: 3rem;
    }
    #list-1186 .cs-li-picture {
        margin: 0;
        flex: none;
        display: flex;
        border-radius: 50%;
        align-items: center;
        background: var(--itemColor);
        justify-content: center;
        width: clamp(3.75rem, 6vw, 5rem);
        height: clamp(3.75rem, 6vw, 5rem);
    }

    #list-1186 .cs-li-icon {
        height: auto;
        display: block;
        width: clamp(1.5rem, 3vw, 2rem);
    }
    #list-1186 .cs-h3 {
        font-weight: 700;
        text-align: left;
        font-size: 1.25rem;
        line-height: 1.2em;
        margin: 0 0 0.75rem 0;
        color: var(--headerColor);
    }
    #list-1186 .cs-li-text {
        margin: 0;
        font-size: 1rem;
        text-align: left;
        line-height: 1.5em;
        color: var(--bodyTextColor);
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #list-1186 .cs-li-picture {
        background: var(--bg04)
    }
    body.dark-mode #list-1186 .cs-li-icon {
        filter: grayscale(1) brightness(2000%);
    }
}
/* Contact Strip */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #contact-strip-1111 {
        z-index: 1;
        position: relative;
        background: var(--primary);
        padding: var(--sectionPadding);
    }
    #contact-strip-1111 .cs-stat-group {
        padding: 0;
        width: 100%;
        gap: 2.5rem;
        margin: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #contact-strip-1111 .cs-item {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        width: 18.125rem;
        align-items: center;
        justify-content: flex-start;
    }
    #contact-strip-1111 .cs-item:hover .cs-picture {
        background: #FFF;
        transform: scale(1.1);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    #contact-strip-1111 .cs-picture {
        flex: none;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        width: clamp(3rem, 5.7vw, 5rem);
        height: clamp(3rem, 5.7vw, 5rem);
        border: 2px solid var(--secondary);
        margin-right: clamp(0.75rem, 1.5vw, 1.25rem);
        transition:
        background-color 0.3s,
        box-shadow 0.3s,
        transform 0.6s;
    }
    #contact-strip-1111 .cs-flex-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #contact-strip-1111 .cs-icon {
        height: auto;
        width: clamp(1.25rem, 2.5vw, 2.5rem);
    }
    #contact-strip-1111 .cs-header {
        margin: 0;
        display: block;
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 1.2em;
        margin-bottom: 0.75rem;
        color: var(--bodyTextColorWhite);
    }
    #contact-strip-1111 .cs-address,
    #contact-strip-1111 .cs-link {
        display: block;
        line-height: 1.5em;
        text-decoration: none;
        font-family: var(--bodyFont);
        color: var(--bodyTextColorWhite);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #contact-strip-1111 .cs-link:hover {
        text-decoration: underline;
    }
    #contact-strip-1111 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        position: absolute;
    }
    #contact-strip-1111 .cs-background:before {
        /* background color overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.84;
        display: block;
        position: absolute;
        background: #1A1A1A;
    }
    #contact-strip-1111 .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) {
    #contact-strip-1111 .cs-stat-group {
        gap: 1.5rem;
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #contact-strip-1111 .cs-item {
        width: auto;
    }
}
/* Featured Service Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-317 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-317 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        justify-content: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-317 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-317 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-317 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-317 .cs-picture {
        width: 32.5em;
        margin: 3em 0;
        height: 42.5em;
        display: block;
        position: relative;
        font-size: min(2.16vw, 0.68em);
    }
    #sbs-317 .cs-picture:before {
        /* grey box */
        top: 0;
        left: 0;
        opacity: 1;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: #BABABA;
        border-radius: 0.75rem;
        transform: rotate(15deg);
    }
    #sbs-317 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-317 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: center;
        gap: clamp(4.8125rem, 11vw, 10rem);
    }
    #sbs-317 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #sbs-317 .cs-picture {
        flex: none;
        margin: 3.5em 0 3.5em 5em;
        font-size: min(1.1vw, 1em);
    }
    #sbs-317 .cs-circles {
        margin-left: 0;
        max-width: 100%;
        margin-right: 0;
    }
    #sbs-317 .cs-ring-wrapper {
        display: contents;
    }
    #sbs-317 .cs-ring {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        position: absolute;
    }
    #sbs-317 .cs-number {
        top: auto;
        left: auto;
        transform: none;
        position: relative;
    }
    #sbs-317 .cs-desc {
        left: auto;
        bottom: auto;
        transform: none;
        position: relative;
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbs-317 .cs-title {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #sbs-317 .cs-text {
        color: var(--bodyTextColorDark);
    }
    body.dark-mode #sbs-317 .cs-picture:before {
        background: var(--medium);
    }
}
/* Steps Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1331 {
        z-index: 1;
        position: relative;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #services-1331 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-1331 .cs-title {
        color: var(--bodyTextColorWhite);
    }
    #services-1331 .cs-text {
        color: #C5C5C5;
    }
    #services-1331 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: flex-start;
    }
    #services-1331 .cs-flex-group {
        flex: none;
    }
    #services-1331 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        row-gap: 1rem;
        grid-template-columns: repeat(12, 1fr);
    }
    #services-1331 .cs-item {
        width: 100%;
        list-style: none;
        grid-column: span 12;
        box-sizing: border-box;
        border-radius: 0.75rem;
        background: var(--bg01);
        padding: clamp(2.5rem, 4.1vw, 3.75rem) clamp(1.25rem, 3.4vw, 3rem);
        transition:
        transform 0.3s,
        box-shadow 0.3s;
    }
    #services-1331 .cs-item:hover {
        transform: translateY(-1rem);
        box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    }
    #services-1331 .cs-link {
        display: flex;
        text-align: left;
        text-decoration: none;
        flex-direction: column;
        justify-content: center;
    }
    #services-1331 .cs-step {
        display: block;
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        letter-spacing: 0.1em;
        color: var(--primary);
        text-transform: uppercase;
        font-size: var(--topperFontSize);
        margin-bottom: clamp(3rem, 7.8vw, 6.25rem);
    }
    #services-1331 .cs-h3 {
        margin: 0;
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        margin-bottom: 0.75rem;
        transition: color 0.3s;
        color: var(--headerColor);
    }
    #services-1331 .cs-item-text {
        margin: 0;
        line-height: 1.5em;
        text-align: inherit;
        transition: color 0.3s;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #services-1331 .cs-background {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -2;
        height: 100%;
        position: absolute;
        background: #282828;
    }
    #services-1331 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.15;
        object-fit: cover;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1331 .cs-container {
        max-width: 80rem;
    }
    #services-1331 .cs-content {
        text-align: left;
        flex-direction: row;
        align-items: flex-end;
        gap: clamp(3rem, 6vw, 5rem);
        justify-content: space-between;
    }
    #services-1331 .cs-title {
        margin: 0;
    }
    #services-1331 .cs-flex-group {
        width: 50%;
    }
    #services-1331 .cs-card-group {
        flex-wrap: wrap;
        column-gap: 1rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #services-1331 .cs-item {
        grid-column: span 4;
    }
}
/* More Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-345 {
        text-align: center;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #services-345 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 90rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-345 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #services-345 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: clamp(1rem, 2vw, 1.25rem);
    }
    #services-345 .cs-text {
        max-width: 65ch;
    }
    #services-345 .cs-item {
        width: 100%;
        list-style: none;
        max-width: 31.25rem;
        box-sizing: border-box;
        border-radius: 0.75rem;
        padding: clamp(1rem, 2vw, 2rem);
        border: 2px solid var(--borderColor);
        transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    }
    #services-345 .cs-item:hover {
        background: #FFF;
        transform: translateY(-0.4375rem);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 50px;
    }
    #services-345 .cs-item:hover .cs-picture:before {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    #services-345 .cs-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        flex-direction: column;
        justify-content: center;
    }
    #services-345 .cs-picture {
        margin: 0;
        z-index: 1;
        width: 5rem;
        height: 5rem;
        display: flex;
        position: relative;
        align-items: center;
        margin-bottom: 1.5rem;
        border-radius: 0.25rem;
        background: var(--bg01);
        justify-content: center;
    }
    #services-345 .cs-icon {
        width: auto;
        height: 2.5rem;
    }
    #services-345 .cs-h3 {
        margin: 0;
        font-weight: 900;
        font-size: 1.25rem;
        text-align: center;
        line-height: 1.2em;
        transition: color .3s;
        margin-bottom: 0.75rem;
        color: var(--headerColor);
    }
    #services-345 .cs-item-text {
        margin: 0;
        font-size: 1rem;
        text-align: center;
        line-height: 1.5em;
        transition: color .3s;
        color: var(--bodyTextColor);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-345 .cs-card-group {
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }
    #services-345 .cs-item {
        width: 48.9%;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #services-345 .cs-item {
        width: clamp(23.47%, 22vw, 23.955%);
    }
}
@media only screen and (min-width: 64rem) {
    body.dark-mode #services-345 .cs-item:hover {
        background: var(--bg01);
        transform: translateY(-0.4375rem);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 50px;
    }
    body.dark-mode #services-345 .cs-icon {
        filter: grayscale(1) brightness(2000%);
    }
}
/* Reviews Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-1672 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #reviews-1672 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(2.5rem, 4.5vw, 4rem);
    }
    #reviews-1672 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #reviews-1672 .cs-title {
        margin: 0rem;
    }
    #reviews-1672 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        gap: clamp(1rem, 2.5vw, 1.25rem);
        grid-template-columns: repeat(12, 1fr);
    }
    #reviews-1672 .cs-item {
        width: 100%;
        display: flex;
        list-style: none;
        position: relative;
        grid-column: span 12;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background: var(--itemColor);
        gap: clamp(1.5rem, 4vw, 3rem);
        padding: clamp(1.25rem, 3.15vw, 2.5rem) clamp(1.25rem, 3.15vw, 2.5rem);
    }
    #reviews-1672 .cs-flex-group {
        gap: 0.75rem;
        display: flex;
        margin-top: auto;
        align-items: flex-start;
    }
    #reviews-1672 .cs-profile {
        height: auto;
        width: 3.25rem;
        display: block;
        border-radius: 50%;
        position: relative;
    }
    #reviews-1672 .cs-profile img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #reviews-1672 .cs-name {
        margin: 0;
        display: block;
        font-weight: 700;
        margin-top: auto;
        font-size: 1.25rem;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #reviews-1672 .cs-job {
        margin: 0;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
        color: var(--bodyTextColor);
    }
    #reviews-1672 .wrapper {
        gap: 1rem;
        display: flex;
        flex-direction: column;
    }
    #reviews-1672 .cs-item-stars {
        width: 6.75rem;
        height: auto;
    }
    #reviews-1672 .cs-review {
        margin: 0;
        z-index: 1;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.6vw, 1.25rem);
    }
    #reviews-1672 .cs-quote {
        z-index: 0;
        right: 0rem;
        height: auto;
        bottom: 0rem;
        width: 5.375rem;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #reviews-1672 .cs-item {
        grid-column: span 4;
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #reviews-1672 .cs-item {
        background: var(--dark);
    }
}