/* Info Section */
/* 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-topper {
        display: flex;
        align-items: left;
        flex-direction: column;
    }
    #sbs-311 .light,
    #sbs-311 .dark {
        margin-bottom: 0.25rem;
    }
    #sbs-311 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-311 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #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;
    }
}
/* 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;
    }
}
/* Why Choose Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-312 {
        background: var(--bg04);
        padding: var(--sectionPadding);
        padding-top: 4rem;
    }
    #sbsr-312 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-312 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-312 .cs-topper {
        display: flex;
        flex-direction: column;
    }
    #sbsr-312 .light,
    #sbsr-312 .dark {
        margin-bottom: 0.25rem;
    }
    #sbsr-312 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-312 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-312 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbsr-312 .cs-image-group {
        height: 39.75em;
        width: 39.4375em;
        position: relative;
        font-size: min(2.31vw, 0.7em);
    }
    #sbsr-312 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbsr-312 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbsr-312 .cs-picture1 {
        top: 0;
        right: 0;
        width: 32.625em;
        height: 36.3125em;
    }
    #sbsr-312 .cs-picture2 {
        left: 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;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-312 .cs-container {
        gap: 3.25rem;
        flex-flow: row;
        justify-content: space-between;
    }
    #sbsr-312 .cs-image-group {
        order: 2;
        flex: none;
        font-size: min(1.2vw, 1em);
    }
    #sbsr-312 .cs-content {
        margin: 0;
    }
}
/* Products Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-942 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #services-942 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-942 .cs-content {
        width: 100%;
        display: flex;
        max-width: 50rem;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #services-942 .cs-topper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #services-942 .light,
    #services-942 .dark {
        margin-bottom: 0.25rem;
    }
    #services-942 .cs-title,
    #services-942 .cs-text {
        max-width: 100%;
    }
    #services-942 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        gap: clamp(1rem, 2vw, 1.25rem);
        grid-template-columns: repeat(12, 1fr);
    }
    #services-942 .cs-item {
        z-index: 1;
        width: 100%;
        display: flex;
        list-style: none;
        grid-row: span 1;
        text-align: center;
        position: relative;
        align-items: center;
        grid-column: span 12;
        margin: 2.75rem 0 0 0;
        border-radius: 0.5rem;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        background: var(--itemColor);
        padding: 0 clamp(1.5rem, 4vw, 2.5rem) clamp(1.5rem, 6vw, 4rem);
    }
    #services-942 .cs-item:hover .cs-h3 {
        color: var(--bodyTextColorWhite);
    }
    #services-942 .cs-item:hover .cs-item-text {
        opacity: 0.9;
        color: var(--bodyTextColorWhite);
    }
    #services-942 .cs-item:hover .cs-background {
        opacity: 1;
    }
    #services-942 .cs-icon-wrapper {
        width: 5.5rem;
        display: flex;
        height: 5.5rem;
        align-items: center;
        border-radius: 0.5rem;
        justify-content: center;
        background: var(--primary);
        margin: -2.75rem 0 2.25rem 0;
    }
    #services-942 .cs-icon {
        height: auto;
        width: 2.5rem;
    }
    #services-942 .cs-h3 {
        font-weight: bold;
        line-height: 1.2em;
        margin: 0 0 0.75rem 0;
        color: var(--headerColor);
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    }
    #services-942 .cs-item-text {
        padding: 0;
        line-height: 1.5em;
        margin: 0 0 2rem 0;
        max-width: 18.75rem;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #services-942 .cs-link {
        margin: 0;
        padding: 0;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.2em;
        position: relative;
        text-decoration: none;
        color: var(--primary);
        transition: color 0.3s;
    }
    #services-942 .cs-link:hover {
        color: #FFF;
    }
    #services-942 .cs-link:before {
        /* underline */
        left: 0;
        opacity: 1;
        content: "";
        width: 100%;
        height: 1px;
        bottom: 0rem;
        display: block;
        position: absolute;
        background: currentColor;
    }
    #services-942 .cs-background {
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        position: absolute;        
        transition: opacity 0.3s;
    }
    #services-942 .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;
        border-radius: 0.75rem;
    }
    #services-942 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
    #services-942 .cs-waves {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: 13.875rem;
        position: absolute;
        background: var(--bg04);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-942 .cs-container {
        max-width: 80rem;
    }
    #services-942 .cs-item {
        grid-column: span 4;
    }
}