/* Hero Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-1467 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        padding: clamp(12.5rem, 25.95vw, 21.875em) 1rem clamp(6.25rem, 7vw, 12.5rem);
    }

    #hero-1467 .cs-container {
        gap: 3rem;
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        max-width: 44rem;
        align-items: center;
        justify-content: center;
    }

    #hero-1467 .cs-content {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        max-width: 35.625rem;
        flex-direction: column;
        justify-content: flex-start;
    }

    #hero-1467 .cs-flex {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
    }

    #hero-1467 .cs-title {
        /* 39px - 49px */
        z-index: 1;
        color: #FFF;
        font-weight: 700;
        line-height: 1.2em;
        position: relative;
        text-align: inherit;
        max-width: 51.8125rem;
        font-size: clamp(2.4375rem, 6.4vw, 3.0625rem);
    }

    #hero-1467 .cs-title:before {
        opacity: 1;
        content: '';
        height: 8px;
        width: 3.75rem;
        display: block;
        margin: 0 auto 2rem;
        background: var(--primary);
    }

    #hero-1467 .cs-text {
        /* 16px - 20px */
        margin: 0;
        width: 100%;
        color: #FFF;
        line-height: 1.5em;
        text-align: left;
        margin-bottom: 2rem;
        font-size: var(--bodyFontSize);
        max-width: clamp(29rem, 60vw, 38.785rem);
    }

    #hero-1467 .cs-button-solid:hover:before {
        width: 100%;
    }

    #hero-1467 .cs-reviews {
        z-index: -1;
        position: relative;
        display: inline-flex;
        box-sizing: border-box;
        border-radius: 0.75rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: clamp(0.5rem, 2vw, 1rem);
        margin-top: clamp(2.5rem, 6vw, 5rem);
        box-shadow: 0px 8px 100px 0px rgba(0, 0, 0, 0.08);
    }

    #hero-1467 .cs-reviews-flex {
        display: flex;
        margin-bottom: 1rem;
        align-items: center;
        justify-content: flex-start;
    }

    #hero-1467 .cs-stars {
        gap: 2px;
        display: flex;
        align-items: center;
        margin: 0 0 0.5rem 0;
        justify-content: center;
    }

    #hero-1467 .cs-icon {
        width: 1rem;
        height: auto;
    }

    #hero-1467 .cs-desc {
        margin: 0;
        color: #F7F7F7;
        max-width: 20ch;
        line-height: 1.5em;
        text-align: inherit;
        font-size: var(--bodyFontSize);
    }

    #hero-1467 .cs-reviews-img {
        width: 3rem;
        height: auto;
        border-radius: 50%;
        margin: 0 -1rem 0 0;
        border: 2px solid #FFF;
        background-color: #FFF;
    }

    #hero-1467 .cs-reviews-number {
        width: 3rem;
        height: 3rem;
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-family: var(--bodyFont);
        background: var(--primary);
        color: var(--bodyTextColorWhite);
    }

    #hero-1467 .cs-right {
        z-index: 1;
        width: 100%;
        display: flex;
        text-align: center;
        position: relative;
        align-items: center;
        border-radius: 0.75rem;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        background: var(--bg04);
        /* border-top: 8px solid var(--secondary); */
        padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 3rem);
    }

    body.dark-mode #hero-1467 .cs-right {
        background: var(--medium);

    }

    #hero-1467 .cs-h3 {
        max-width: 20ch;
        font-weight: 900;
        text-align: inherit;
        margin: 0 0 0.5rem 0;
        color: var(--headerColor);
        font-family: var(--titleFont);
        font-size: clamp(1.9375rem, 4vw, 2.4375rem);
    }

    #hero-1467 .cs-expires {
        display: block;
        font-size: 1rem;
        line-height: 1.5em;
        margin: 0 0 1rem 0;
        text-align: inherit;
        color: var(--secondary);
    }

    #hero-1467 .cs-form-text {
        width: 100%;
        line-height: 1.5em;
        text-align: inherit;
        max-width: 40.625rem;
        margin: 0 0 1.5rem 0;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: var(--bodyFontSize);
    }

    #hero-1467 .cs-form {
        gap: 1rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-family: var(--bodyFont);
        justify-content: space-between;
    }

    #hero-1467 .cs-label {
        width: 100%;
        gap: 0.25rem;
        display: flex;
        color: #1A1A1A;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }

    #hero-1467 .cs-input,
    #hero-1467 select {
        padding: 0;
        width: 100%;
        border: none;
        height: 3.5rem;
        font-size: 1rem;
        color: #1A1A1A;
        background: #FFF;
        padding-left: 1.5rem;
        box-sizing: border-box;
        transition: border-color 0.3s;
    }

    #hero-1467 .cs-input:hover,
    #hero-1467 select:hover {
        border-color: var(--secondary);
    }

    #hero-1467 .cs-input:focus,
    #hero-1467 select:focus {
        outline: 1px solid var(--secondary);
    }

    #hero-1467 .cs-input::placeholder,
    #hero-1467 select::placeholder {
        opacity: 0.6;
        color: #7D799C;
        font-family: var(--bodyFont);
    }

    #hero-1467 .cs-textarea {
        padding-top: 1.5rem;
        font-family: inherit;
        min-height: 5.9375rem;
        margin-bottom: 0.75rem;
    }

    #hero-1467 .cs-submit {
        width: 100%;
        border: none;
        margin: 0 0 1rem 0;
        text-transform: uppercase;
    }

    #hero-1467 .cs-submit:hover {
        cursor: pointer;
    }

    #hero-1467 .cs-a2p {
        gap: 0.25rem;
        display: flex;
        text-align: left;
        line-height: 1.5em;
        margin: 0 auto 1.25rem 0;
        font-size: 0.875rem;
        align-items: flex-start;
        color: var(--bodyTextColor);
        justify-content: flex-start;
        font-family: var(--bodyFont);
    }

    #hero-1467 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -2;
        height: 100%;
        display: block;
        position: absolute;
    }

    #hero-1467 .cs-background:before {
        /* Overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.88;
        display: block;
        position: absolute;
        background: #1A1A1A;
        pointer-events: none;
    }

    #hero-1467 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }

    #hero-1467 .cs-a2p-links {
        margin: 0;
        width: 100%;
        text-align: left;
        line-height: 1.5em;
        max-width: 40.625rem;
        text-decoration: none;
        color: var(--secondary);
        font-family: var(--bodyFont);
        font-size: var(--bodyFontSize);
        margin-top: 1.75rem;
    }

    #hero-1467 .cs-a2p-links a {
        text-decoration: none;
        color: var(--secondary);
    }

}

/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #hero-1467 .cs-label {
        color: #FAFBFC;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #hero-1467 .cs-form {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }

    #hero-1467 .cs-label {
        grid-column: span 12;
    }

    #hero-1467 .cs-label:nth-of-type(1),
    #hero-1467 .cs-label:nth-of-type(2),
    #hero-1467 .cs-label:nth-of-type(3),
    #hero-1467 .cs-label:nth-of-type(4) {
        grid-column: span 6;
    }

    #hero-1467 .cs-submit {
        grid-column: span 12;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #hero-1467 .cs-container {
        max-width: 80rem;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }

    #hero-1467 .cs-right {
        align-items: flex-start;
    }

    #hero-1467 .cs-title:before {
        margin-left: 0;
    }

    #hero-1467 .cs-content {
        text-align: left;
        align-items: flex-start;
    }

    #hero-1467 .cs-flex {
        text-align: left;
        align-items: flex-start;
    }
}

/* Desktop Parallax Effect - 1600px */
@media only screen and (min-width: 100rem) {
    #hero-1467 {
        background: url("../img/home-hero.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #hero-1467 .cs-background img {
        display: none;
    }
}

/* Content Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {

    #RTsbs-71,
    #RTsbsr-71,
    #RTsbst-71 {
        padding: var(--sectionPadding);
        background: var(--bg04);
    }

    #RTsbs-71 .cs-container,
    #RTsbsr-71 .cs-container,
    #RTsbst-71 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }

    #RTsbs-71 .cs-content,
    #RTsbsr-71 .cs-content,
    #RTsbst-71 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        margin-right: auto;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }

    #RTsbs-71 .cs-text,
    #RTsbsr-71 .cs-text,
    #RTsbst-71 .cs-text {
        margin-bottom: 1rem;
    }

    #RTsbs-71 .cs-text:last-of-type,
    #RTsbsr-71 .cs-text:last-of-type,
    #RTsbst-71 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #RTsbs-71 .cs-picture,
    #RTsbsr-71 .cs-picture,
    #RTsbst-71 .cs-picture {
        margin: 0;
        width: 95%;
        z-index: 1;
        display: block;
        position: relative;
        border-radius: 1rem;
        max-width: 34.375rem;
        aspect-ratio: 0.93134328;
    }

    #RTsbs-71 .cs-picture img,
    #RTsbsr-71 .cs-picture img,
    #RTsbst-71 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0.75rem;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {

    #RTsbs-71 .cs-container,
    #RTsbsr-71 .cs-container,
    #RTsbst-71 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: flex-start;
        gap: clamp(3.75rem, 9.5vw, 8rem);
    }

    #RTsbs-71 .cs-picture,
    #RTsbsr-71 .cs-picture,
    #RTsbst-71 .cs-picture {
        flex: none;
        height: clamp(27.5rem, 40vw, 32.5rem);
        margin: 0 0 0 clamp(1rem, 5vw, 1.25rem);
        width: clamp(20.5rem, 37.5vw, 31.375rem);
    }

    #RTsbs-71 .cs-content,
    #RTsbsr-71 .cs-content,
    #RTsbst-71 .cs-content {
        margin: 0;
        width: 45%;
    }
}

/* Side By Side Reverse    */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #RTsbsr-71 {
        background: var(--bg01);
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #RTsbsr-71 .cs-container {
        justify-content: flex-end;
    }

    #RTsbsr-71 .cs-picture {
        order: 2;
        margin-right: clamp(1rem, 5vw, 1.25rem);
    }
}

/* Reviews Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-1672 {
        background: var(--bg04);
        padding: var(--sectionPadding);
        padding-top: 3rem;
    }

    #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-flex {
        margin-top: 2rem;
    }

    #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;
        border-radius: 0.75rem;
        justify-content: center;
        align-items: flex-start;
        background: var(--itemColor);
        gap: clamp(1.5rem, 4vw, 3rem);
        transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
        padding: clamp(1.25rem, 3.15vw, 2.5rem) clamp(1.25rem, 3.15vw, 2.5rem);
    }

    #reviews-1672 .cs-item:hover {
        background: var(--itemColor);
        transform: translateY(-0.4375rem);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 50px;
    }

    #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);
        font-family: var(--titleFont);
    }

    #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;
    }
}

/* Steps Section */
/* 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(--secondary);
        text-transform: uppercase;
        font-family: var(--titleFont);
        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;
    }
}