/* About Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-691 {
        overflow: hidden;
        position: relative;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbs-691 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-691 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 32.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-691 .cs-color {
        color: var(--primary);
    }
    #sbs-691 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-691 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-691 .cs-floater {
        top: 0;
        right: 0;
        height: auto;
        display: block;
        position: absolute;
        width: clamp(5rem, 9vw, 13.5rem);
    }
    #sbs-691 .cs-image-group {
        flex: none;
        width: 42.1875em;
        height: 50.3125em;
        position: relative;
        font-size: min(2.15vw, 0.75em);
    }
    #sbs-691 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
    }
    #sbs-691 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbs-691 .cs-picture1 {
        top: 0;
        left: 0;
        width: 33.875em;
        height: 40.4375em;
        border-radius: 0.75rem;
    }
    #sbs-691 .cs-picture2 {
        right: 0;
        bottom: 0;
        width: 25.8125em;
        background: #FFF;
        height: 30.8125em;
        border-radius: 0.75rem;
        border: 0.75em solid #FFF;
    }
    #sbs-691 .cs-flower {
        z-index: -1;
        height: auto;
        display: block;
        left: -0.625em;
        width: 22.6875em;
        bottom: -1.875em;
        position: absolute;
        transform: rotate(-142deg);
    }
    #sbs-691 .cs-sense {
        height: auto;
        display: block;
        right: 1.375em;
        width: 5.0625em;
        bottom: 31.75em;
        position: absolute;
        transform: rotate(164deg);
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-691 .cs-container {
        flex-direction: row;
        justify-content: space-between;
    }
    #sbs-691 .cs-image-group {
        font-size: min(1.15vw, 1em);
    }
    #sbs-691 .cs-content {
        width: 48%;
    }
}
/* Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #blog-1144 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
        padding-bottom: 1rem;
    }
    #blog-1144 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 49rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #blog-1144 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #blog-1144 .cs-title {
        max-width: 20ch;
        color: var(--headerColor);
    }
    #blog-1144 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 1.25rem;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    #blog-1144 .cs-item {
        z-index: 1;
        display: flex;
        text-align: left;
        list-style: none;
        overflow: hidden;
        position: relative;
        border-radius: 1rem;
        grid-column: span 12;
        flex-direction: column;
        background: var(--bg04);
        justify-content: space-between;
        border: 1px solid var(--itemColor);
        transition:
        box-shadow 0.3s,
        transform 0.3s;
    }
    #blog-1144 .cs-item:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    #blog-1144 .cs-item:hover .cs-picture img {
        opacity: 0.3;
        transform: scale(1.1);
    }
    #blog-1144 .cs-picture {
        flex: none;
        z-index: 1;
        width: 100%;
        height: 15rem;
        display: block;
        overflow: hidden;
        position: relative;
        background-color: #1a1a1a;
        border-bottom: 4px solid var(--primary);
    }
    #blog-1144 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        transition:
        transform 0.6s,
        opacity 0.3s;
    }
    #blog-1144 .cs-flex {
        z-index: 2;
        height: 100%;
        display: flex;
        padding: 1.5rem;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
    }
    #blog-1144 .cs-date {
        margin: 0;
        z-index: 2;
        left: 1.5rem;
        bottom: 100%;
        color: #FFF;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        position: absolute;
        text-align: inherit;
        padding: 0.5rem 1rem;
        display: inline-block;
        box-sizing: border-box;
        background: var(--primary);
        font-family: var(--subFont);
        border-radius: 0.5rem 0.5rem 0 0;
    }
    #blog-1144 .cs-h3 {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.75rem 0;
        transition: color 0.3s;
        color: var(--headerColor);
    }
    #blog-1144 .cs-item-text {
        line-height: 1.5em;
        text-align: inherit;
        margin: 0 0 1.25rem;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        color: var(--bodyTextColor);
    }
    #blog-1144 .cs-link {
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        margin-top: auto;
        line-height: 1.2em;
        align-items: center;
        text-decoration: none;
        color: var(--primary);
        justify-content: center;
    }
    #blog-1144 .cs-link:hover .cs-arrow {
        transform: translateX(0.25rem);
    }
    #blog-1144 .cs-arrow {
        height: auto;
        width: 1.25rem;
        transition: transform 0.3s;
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #blog-1144 .cs-topper {
        color: var(--secondary);
    }
    body.dark-mode #blog-1144 .cs-link {
        color: var(--secondary);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #blog-1144 .cs-container {
        max-width: 80rem;
    }
    #blog-1144 .cs-content {
        text-align: left;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    #blog-1144 .cs-title {
        margin: 0;
    }
    #blog-1144 .cs-item {
        grid-column: span 4;
    }
}
/* Featured Service Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-678 {
        overflow: hidden;
        padding-top: 1rem;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
        padding-top: 1rem;
    }
    #sbsr-678 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-678 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-678 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-678 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-678 .cs-contact-group {
        width: 100%;
        gap: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        align-items: center;
        justify-content: space-between;
    }
    #sbsr-678 .cs-link {
        gap: 1rem;
        display: flex;
        position: relative;
        align-items: center;
        text-decoration: none;
        padding-right: 1.875rem;
        justify-content: flex-start;
    }
    #sbsr-678 .cs-link:hover:before {
        width: 100%;
        height: 3.5em;
        border-radius: 1.875rem;
    }
    #sbsr-678 .cs-link:hover .cs-wrapper {
        transform: scale(1.2);
    }
    #sbsr-678 .cs-link:hover .cs-icon {
        transform: translateX(0.4375rem);
    }
    #sbsr-678 .cs-link:before {
        left: 0;
        top: 50%;
        opacity: 1;
        content: "";
        width: 3rem;
        z-index: -1;
        height: 3rem;
        display: block;
        position: absolute;
        background: #eff1f0;
        border-radius: 1.5rem;
        transform: translateY(-50%);
        transition:
        width 0.3s,
        height 0.3s,
        border-radius 0.3s;
    }
    #sbsr-678 .cs-wrapper {
        flex: none;
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s;
    }
    #sbsr-678 .cs-icon {
        height: auto;
        width: 1.5rem;
        display: block;
        transition: transform 0.3s;
    }
    #sbsr-678 .cs-info {
        gap: 0.25rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-678 .cs-header {
        margin: 0;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #sbsr-678 .cs-link-content {
        margin: 0;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2em;
        color: var(--bodyTextColor);
    }
    #sbsr-678 .cs-image-group {
        z-index: 1;
        width: 41.5625em;
        height: 52.625em;
        margin-left: auto;
        position: relative;
        font-size: min(2vw, 0.75em);
    }
    #sbsr-678 .cs-picture {
        bottom: 2em;
        height: 42.5em;
        display: block;
        left: 0.9375em;
        width: 35.125em;
        overflow: hidden;
        position: absolute;
        border-radius: 0.75rem;
        border: 0.75em solid #FFF;
    }
    #sbsr-678 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbsr-678 .cs-graphic1 {
        z-index: -1;
        height: auto;
        display: block;
        top: 6.8125em;
        width: 7.625em;
        right: 3.8125em;
        position: absolute;
        transform: scaleX(-1);
        transform: scaleX(-1) rotate(84deg);
    }
    #sbsr-678 .cs-graphic2 {
        z-index: -1;
        height: auto;
        display: block;
        left: -2.8125em;
        width: 16.6875em;
        bottom: 2.0625em;
        position: absolute;
        transform: rotate(-137deg) scaleX(-1);
    }
    #sbsr-678 .cs-floater {
        display: none;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-678 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #sbsr-678 .cs-image-group {
        order: 2;
        margin: 0;
        font-size: min(1.2vw, 1em);
    }
    #sbsr-678 .cs-content {
        width: 51%;
    }
}
/* Large Desktop - 1900px */
@media only screen and (min-width: 118.75rem) {
    #sbsr-678 .cs-floater {
        left: 0;
        height: auto;
        top: 1.25rem;
        display: block;
        width: 18.25rem;
        position: absolute;
        transform: scaleX(-1);
    }
}
/* Stats Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #stats-5 {
        z-index: 1;
        position: relative;
        background: var(--bg04);
        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 {
        opacity: 0.8;
        color: var(--bodyTextColorWhite);
    }
    #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(--itemColor);
        justify-content: space-around;
        padding-bottom: clamp(3rem, 6.5vw, 5rem);
        border-top: 8px solid var(--secondaryBackUp);
        padding-top: clamp(2.5rem, 5.7vw, 4.25rem);
        box-shadow: 0px 24px 54px rgba(87, 107, 147, 0.12);
    }
    #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(--secondaryBackUp);
        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-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: #1A1A1A;
    }
    #stats-5 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #stats-5 .cs-topper {
        color: var(--secondaryBackUp);
    } 
}
/* 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 {
        /* sets even spacing */
        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 {
        /* reset width */
        width: auto;
    }
}
/* Big Desktop Parallax Effect - 1300px */
@media only screen and (min-width: 81.25rem) {
    #stats-5 .cs-background {
        background: url("../img/home-background.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    #stats-5 .cs-background img {
        display: none;
    }
}
/* Logo Section  */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #logos-1896 {
        background: #F6EDDF;
        padding: clamp(3.75rem, 8vw, 7.5rem) clamp(1rem, 2vw, 2.5rem);
    }
    #logos-1896 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #logos-1896 .cs-title {
        margin: 0;
        color: #1A1A1A;
        font-weight: 700;
        font-size: 1.5625rem;
    }
    #logos-1896 .cs-logo-wrapper {
        width: 100%;
        gap: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-self: stretch;
        justify-content: center;
    }
    #logos-1896 .cs-logo {
        margin: 0;
        width: 45%;
        height: auto;
        display: block;
        max-width: 12.5rem;
        mix-blend-mode: darken;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #logos-1896 .cs-logo {
        width: 15%;
        max-width: max-content;
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #logos-1896 .cs-logo-wrapper {
        justify-content: space-between;
    }
}
/* Gallery Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-1446 {
        background: var(--bg04);
        padding: var(--sectionPadding);
        padding-top: 1rem;
    }
    #gallery-1446 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #gallery-1446 .cs-content {
        width: 100%;
        gap: 1.5rem;
        display: flex;
        text-align: left;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    #gallery-1446 .cs-title {
        margin: 0;
    }
    #gallery-1446 .cs-gallery {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        position: relative;
        gap: clamp(1rem, 1.5vw, 1.25rem);
        grid-template-columns: repeat(auto-fit, minmax(19.0625rem, 1fr));
    }
    #gallery-1446 .cs-image {
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 0.75rem;
        min-height: clamp(16.25rem, 60vw, 20rem);
    }
    #gallery-1446 .cs-image img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Core Values Section */
@media only screen and (min-width: 0rem) {
    #sbs-336 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-336 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-336 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 32.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-336 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-336 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-336 .cs-image-group {
        height: 42em;
        width: 42.875em;
        position: relative;
        font-size: min(2.08vw, .791em);
    }
    @keyframes floatAnimation {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2em);
        }
        100% {
            transform: translateY(0);
        }
    }
    @keyframes floatAnimation2 {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-1em);
        }
        100% {
            transform: translateY(0);
        }
    }
    #sbs-336 .cs-image-group:before {
        left: 0em;
        opacity: 1;
        content: "";
        z-index: 10;
        width: 7.5em;
        height: 7.5em;
        display: block;
        bottom: 6.25em;
        border-radius: 50%;
        position: absolute;
        animation-duration: 6s;
        animation-fill-mode: forwards;
        animation-name: floatAnimation;
        background: var(--primary);
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #sbs-336 .cs-picture {
        display: block;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        border: clamp(6px, 1.2vw, 12px) solid #F7F7F7;
    }
    #sbs-336 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbs-336 .cs-picture1 {
        width: 42em;
        height: 42em;
        top: -0.75em;
        left: -0.75em;
    }
    #sbs-336 .cs-picture2 {
        top: -0.75em;
        width: 12.5em;
        left: -0.75em;
        height: 12.5em;
        animation-duration: 20s;
        animation-fill-mode: forwards;
        animation-name: floatAnimation2;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #sbs-336 .cs-picture3 {
        width: 18.75em;
        right: -0.75em;
        height: 18.75em;
        bottom: -0.75em;
        animation-delay: 1s;
        animation-duration: 13s;
        animation-fill-mode: forwards;
        animation-name: floatAnimation;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #sbs-336 .shadow {
        left: 50%;
        height: 0px;
        bottom: -2.5em;
        width: 29.875em;
        position: absolute;
        border-radius: 478px;
        backdrop-filter: blur(2px);
        transform: translateX(-55%);
        box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.5);
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbs-336 .cs-topper {
        color: var(--secondaryBackUp);
    }
    body.dark-mode #sbs-336 .cs-image-group:before {
        background: var(--secondaryBackUp);
    }
    body.dark-mode #sbs-336 .cs-li-icon {
        filter: grayscale(1) brightness(2000%);
    }
}
@media only screen and (min-width: 64rem) {
    #sbs-336 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #sbs-336 .cs-image-group {
        flex: none;
        font-size: min(1.2vw, 1em);
    }
    #sbs-336 .cs-content {
        width: 50%;
    }
}
/* Content Flair Section */
/* Mobile - 360px */
@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-picture {
        margin: 0;
        flex: none;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        background: var(--bg04);
        transition: transform 0.3s;
        width: clamp(3.75rem, 6vw, 5rem);
        height: clamp(3.75rem, 6vw, 5rem);
    }
    #list-1186 .cs-li-picture:hover {
        transform: scale(1.1);
    }
    #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);
    }
}
/* 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: center;
        align-items: center;
        flex-direction: column;
    }
    #reviews-1672 .cs-text {
        max-width: 65ch;
    }
    #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;
        gap: clamp(1.5rem, 4vw, 3rem);
        background-color: var(--itemColor);
        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 .cs-link1 {
        text-decoration: none;
        color: var(--headerColor);
        font-family: var(--bodyFont);
    }
    #reviews-1672 .wrapper {
        gap: 1rem;
        display: flex;
        flex-direction: column;
    }
    #reviews-1672 .cs-item-stars {
        height: auto;
        width: 6.75rem;
    }
    #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;
    }
}
/* FAQ Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #faq-350 {
        background: var(--bg04);
        padding: var(--sectionPadding);
        padding-top: 1rem;
    }
    #faq-350 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        justify-content: center;
        gap: clamp(2.5rem, 5vw, 3rem);
    }
    #faq-350 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 32.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #faq-350 .cs-title {
        margin: 0 0 2rem 0;
    }
    #faq-350 .cs-faq-group {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #faq-350 .cs-faq-item {
        width: 100%;
        list-style: none;
        transition: border-bottom 0.3s;
        border-bottom: 1px solid var(--primary);
    }
    #faq-350 .cs-faq-item.active {
        border-color: var(--primaryLight);
    }
    #faq-350 .cs-faq-item.active .cs-button:before {
        background-color: var(--primaryLight);
        transform: rotate(315deg);
    }
    #faq-350 .cs-faq-item.active .cs-button:after {
        background-color: var(--primaryLight);
        transform: rotate(-315deg);
    }
    #faq-350 .cs-faq-item.active .cs-item-p {
        opacity: 1;
        height: auto;
        padding: 0 clamp(1rem, 2vw, 1.5rem) clamp(1.25rem, 1.3vw, 1.5rem);
    }
    #faq-350 .cs-button {
        width: 100%;
        border: none;
        display: block;
        font-size: 1rem;
        text-align: left;
        font-weight: bold;
        line-height: 1.2em;
        position: relative;
        background: transparent;
        color: var(--headerColor);
        padding: clamp(1rem, 1.3vw, 1.25rem);
        transition:
        background-color 0.3s,
        color 0.3s;
    }
    #faq-350 .cs-button:hover {
        cursor: pointer;
    }
    #faq-350 .cs-button:before {
        /* left line */
        top: 45%;
        opacity: 1;
        content: "";
        width: 0.5rem;
        right: 1.5rem;
        display: block;
        height: 0.125rem;
        border-radius: 50%;
        position: absolute;
        transform: rotate(45deg);
        transition: transform 0.5s;
        transform-origin: left center;
        background-color: var(--headerColor);
    }
    #faq-350 .cs-button:after {
        /* right line */
        top: 45%;
        opacity: 1;
        content: "";
        width: 0.5rem;
        display: block;
        height: 0.125rem;
        right: 1.3125rem;
        border-radius: 50%;
        position: absolute;
        transform: rotate(-45deg);
        transition: transform 0.5s;
        transform-origin: right center;
        background-color: var(--headerColor);
    }
    #faq-350 .cs-button-text {
        width: 80%;
        display: block;
    }
    #faq-350 .cs-item-p {
        height: 0;
        margin: 0;
        width: 90%;
        opacity: 0;
        overflow: hidden;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        padding: 0 clamp(1rem, 2vw, 1.5rem);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        transition:
        opacity 0.3s,
        padding-bottom 0.3s;
    }
    #faq-350 .cs-left {
        height: 42em;
        width: 42.875em;
        position: relative;
        transform: scaleX(-1);
        font-size: min(2.08vw, 0.791em);
    }
    @keyframes floatAnimation {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2em);
        }
        100% {
            transform: translateY(0);
        }
    }
    @keyframes floatAnimation2 {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-1em);
        }
        100% {
            transform: translateY(0);
        }
    }
    #faq-350 .cs-left:before {
        /* blue circle */
        left: 0em;
        opacity: 1;
        content: "";
        z-index: 10;
        width: 7.5em;
        height: 7.5em;
        display: block;
        bottom: 6.25em;
        border-radius: 50%;
        position: absolute;
        animation-duration: 6s;
        background: var(--primary);
        animation-fill-mode: forwards;
        animation-name: floatAnimation;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #faq-350 .cs-picture {
        display: block;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        border: clamp(6px, 1.2vw, 12px) solid #F7F7F7;
    }
    #faq-350 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #faq-350 .cs-picture1 {
        width: 42em;
        height: 42em;
        top: -0.75em;
        left: -0.75em;
    }
    #faq-350 .cs-picture2 {
        top: -0.75em;
        width: 12.5em;
        left: -0.75em;
        height: 12.5em;
        animation-duration: 20s;
        animation-fill-mode: forwards;
        animation-name: floatAnimation2;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    #faq-350 .cs-picture3 {
        width: 18.75em;
        right: -0.75em;
        height: 18.75em;
        bottom: -0.75em;
        animation-delay: 1s;
        animation-duration: 13s;
        animation-fill-mode: forwards;
        animation-name: floatAnimation;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
}
@media only screen and (min-width: 0rem) {
    body.dark-mode #faq-350 .cs-left:before {
        /* blue circle */
        background: var(--secondaryBackUp);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #faq-350 .cs-container {
        gap: 3.25rem;
        max-width: 80rem;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    #faq-350 .cs-left {
        order: 2;
        flex: none;
        font-size: min(1vw, 1em);
    }
    #faq-350 .cs-title,
    #faq-350 .cs-topper {
        width: 80%;
        margin-left: 0;
        text-align: left;
    }
}

/* Booking Section */
@media only screen and (min-width: 0rem) {
    #booking-1403 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #booking-1403 .cs-container {
        text-align: center;
        flex-direction: row;
        align-items: center;
    }
    #booking-1403 .cs-content {
        margin: auto;
        text-align: center;
        align-items: center;
        margin-bottom: 2rem;
        max-width: 39.375rem;
        flex-direction: column;
    }
    #booking-1403 .cs-booking {
        width: 100%;
        display: flex;
        margin: 0 auto;
        max-width: 85rem;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}
