:root {
    /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */
    --primary: #ff6a3e;
    --primaryLight: #ffba43;
    --secondary: #ffba43;
    --secondaryLight: #ffba43;
    --headerColor: #1a1a1a;
    --bodyTextColor: #4e4b66;
    --bodyTextColorWhite: #fafbfc;
    /* 13px - 16px */
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    /* 31px - 49px */
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    /* 60px - 100px top and bottom */
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}

body {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
}
.cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
}

.cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
}

.cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
}
                            

/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1188 {
        padding: var(--sectionPadding);
    }
    #services-1188 .cs-container {
        max-width: 80rem;
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
        #services-1188 .cs-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
        /* set text align to left if content needs to be left aligned */
        text-align: center;
    }
    #services-1188 .cs-h4 {
        font-size: clamp(1.1rem, 2vw, 1.4rem);
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin: 0;
        color: var(--headerColor);
        text-align: center;
    }

    #services-1188 .cs-card-group {
        /* changes to 1280px at desktop */
        max-width: 56.25rem;
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        justify-content: center;
        gap: 1.25rem;
    }
    #services-1188 .cs-item {
        list-style: none;
        max-width: 23rem;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 1.5rem;
        border: none;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        gap: 0.75rem;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    #services-1188 .cs-text-group {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    #services-1188 .cs-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }
    #services-1188 .cs-item:nth-child(1) {
        background-color: #f8f9fa;
        color: #212529;
    }
    #services-1188 .cs-item:nth-child(2) {
        background-color: #e3f2fd;
        color: #0d47a1;
    }
    #services-1188 .cs-item:nth-child(3) {
        background-color: #fce4ec;
        color: #880e4f;
    }
    #services-1188 .cs-item:nth-child(4) {
        background-color: #e8f5e9;
        color: #1b5e20;
    }
    #services-1188 .cs-item:nth-child(5) {
        background-color: #fff3e0;
        color: #e65100;
    }
    #services-1188 .cs-item:nth-child(6) {
        background-color: #f3e5f5;
        color: #4a148c;
    }
    #services-1188 .cs-item:nth-child(7) {
        background-color: #e0f7fa;
        color: #006064;
    }
    #services-1188 .cs-item:nth-child(8) {
        background-color: #fff8e1;
        color: #f57f17;
    }
    #services-1188 .cs-item:nth-child(9) {
        background-color: #e8eaf6;
        color: #1a237e;
    }
    #services-1188 .cs-item:nth-child(10) {
        background-color: #f1f8e9;
        color: #33691e;
    }
    #services-1188 .cs-item:nth-child(11) {
        background-color: #fbe9e7;
        color: #bf360c;
    }
    #services-1188 .cs-item:nth-child(12) {
        background-color: #e0f2f1;
        color: #004d40;
    }
    #services-1188 .cs-item:nth-child(13) {
        background-color: #fce4ec;
        color: #4a148c;
    }
    #services-1188 .cs-item:nth-child(14) {
        background-color: #fff8e1;
        color: #e65100;
    }
    #services-1188 .cs-item:nth-child(15) {
        background-color: #e3f2fd;
        color: #01579b;
    }
    #services-1188 .cs-item:nth-child(16) {
        background-color: #f3e5f5;
        color: #6a1b9a;
    }
    #services-1188 .cs-item:nth-child(17) {
        background-color: #e8f5e9;
        color: #2e7d32;
    }
    #services-1188 .cs-item:nth-child(18) {
        background-color: #fce4ec;
        color: #c62828;
    }
    #services-1188 .cs-item:nth-child(19) {
        background-color: #fff3e0;
        color: #bf360c;
    }
    #services-1188 .cs-item:nth-child(20) {
        background-color: #e0f7fa;
        color: #00838f;
    }
    #services-1188 .cs-item:nth-child(21) {
        background-color: #f1f8e9;
        color: #558b2f;
    }
    #services-1188 .cs-item:nth-child(22) {
        background-color: #e8eaf6;
        color: #283593;
    }
    #services-1188 .cs-item:nth-child(23) {
        background-color: #fbe9e7;
        color: #d84315;
    }
    #services-1188 .cs-item:nth-child(24) {
        background-color: #e0f2f1;
        color: #00695c;
    }
    #services-1188 .cs-item:nth-child(25) {
        background-color: #f3e5f5;
        color: #7b1fa2;
    }
    #services-1188 .cs-item:nth-child(26) {
        background-color: #fff8e1;
        color: #f9a825;
    }
    #services-1188 .cs-item:nth-child(27) {
        background-color: #e3f2fd;
        color: #1565c0;
    }
    #services-1188 .cs-item:nth-child(28) {
        background-color: #f1f8e9;
        color: #689f38;
    }
    #services-1188 .cs-item:nth-child(29) {
        background-color: #fce4ec;
        color: #ad1457;
    }
    #services-1188 .cs-item:nth-child(30) {
        background-color: #e0f7fa;
        color: #00acc1;
    }
    #services-1188 .cs-item:nth-child(31) {
        background-color: #fff3e0;
        color: #ef6c00;
    }
    #services-1188 .cs-item:nth-child(32) {
        background-color: #e8f5e9;
        color: #388e3c;
    }
    #services-1188 .cs-picture {
        width: 5rem;
        height: 5rem;
        margin-bottom: 1.25rem;
        box-sizing: border-box;
        /* prevents border from affecting height and width */
        background-color: #f7f7f7;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        /* prevents flexbox from squishing it */
        flex: none;
    }
    #services-1188 .cs-icon {
        width: 1.875rem;
        height: auto;
        display: block;
    }
    #services-1188 .cs-h3 {
        font-size: clamp(1.4rem, 2.5vw, 1.8rem);
        line-height: 1.3em;
        margin: 0;
        margin-bottom: 0.5rem;
        font-weight: 800;
        color: var(--headerColor);
        text-align: center;
    }
    #services-1188 .cs-item:nth-child(n) .cs-h3 {
        color: inherit;
    }
    #services-1188 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        margin: 0;
        margin-bottom: 1rem;
        color: var(--bodyTextColor);
        text-align: center;
    }
    #services-1188 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        font-weight: 700;
        min-width: 9.375rem;
        margin: 0;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        padding: 0 1.5rem;
        color: #fff;
        background-color: var(--primary);
        text-decoration: none;
        display: inline-block;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    #services-1188 .cs-button-solid:before {
        content: "";
        width: 0%;
        height: 100%;
        background: #000;
        opacity: 1;
        border-radius: 0.25rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }
    #services-1188 .cs-button-solid:hover:before {
        width: 100%;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1188 .cs-card-group {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    #services-1188 .cs-item {
        margin: 0;
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #services-1188 .cs-card-group {
        max-width: 80rem;
    }
    #services-1188 .cs-item {
        max-width: none;
        padding: 2rem 1.5rem;
    }
}

.fcc-btn {
  background-color: #199319;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  margin-bottom: 5px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, transform 0.15s ease;
  display: inline-block;
}

.fcc-btn:hover {
  background-color: #223094;
  transform: scale(1.05);
}