 @media only screen and (min-width: 0rem) {#hero {position: relative;min-height: 100vh;width: 100%;display: flex;align-items: center;justify-content: center;padding: var(--sectionPadding);background: url("/assets/images/strive/landing.webp") center center/cover no-repeat;color: #fff;z-index: 1;}#hero::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(120deg, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.6) 100%);z-index: 2;}#hero .cs-container {position: relative;z-index: 3;width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;min-height: 60vh;}#hero .cs-content {max-width: 48.75rem;display: flex;flex-direction: column;text-align: center;}#hero .cs-content .cs-topper {text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);font-weight: 600;}#hero .cs-title {font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);font-weight: 700;line-height: 1.2em;text-align: inherit;max-width: 100%;margin: 0 0 2.5rem 0;color: #fff;position: relative;text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);}#hero .cs-text {font-size: clamp(1rem, 1.95vw, 1.25rem);line-height: 1.5em;text-align: inherit;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 0 2.5rem 0;color: #fff;opacity: 1;text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);}#hero .cs-image-group {width: 100%;max-width: 40rem;}#hero .cs-picture {width: 100%;height: auto;display: block;}#hero .cs-picture img {width: 100%;height: auto;display: block;border-radius: 8px;}}@media only screen and (min-width: 0rem) {#services {padding: var(--sectionPadding);background: #fff;}#services .cs-container {width: 100%;max-width: 80rem;margin: auto;}#services .cs-content {text-align: center;margin-bottom: 3rem;}#services .cs-card-group {width: 100%;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(12, 1fr);gap: clamp(1rem, 2.3vw, 1.25rem);}#services .cs-item {text-align: left;list-style: none;width: 100%;margin: 0;box-sizing: border-box;padding: clamp(1.5rem, 3vw, 2rem);background-color: #fff;box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);display: flex;flex-direction: column;justify-content: center;align-items: flex-start;grid-column: span 12;grid-row: span 1;position: relative;z-index: 1;border-radius: 8px;transition: transform 0.3s ease, box-shadow 0.3s ease;}#services .cs-item:hover {transform: translateY(-5px);box-shadow: 0px 20px 100px 0px rgba(26, 26, 26, 0.15);}#services .cs-picture {width: 100%;height: 200px;margin-bottom: 1.5rem;border-radius: 8px;overflow: hidden;}#services .cs-picture img {width: 100%;height: 100%;object-fit: cover;display: block;}#services .cs-h3 {font-size: clamp(1.25rem, 2.5vw, 1.5625rem);font-weight: bold;line-height: 1.2em;text-align: inherit;margin: 0 0 1rem 0;}#services .cs-item-text {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;max-width: 28.125rem;margin: 0 0 1.5rem 0;padding: 0;color: #888888;}#services .cs-link {color: var(--primary);text-decoration: none;font-weight: 600;transition: color 0.3s ease;}#services .cs-link:hover {color: var(--primaryLight);}}@media only screen and (min-width: 0rem) {#additional-services {padding: var(--sectionPadding);background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);position: relative;overflow: hidden;}#additional-services::before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity: 0.3;pointer-events: none;}#additional-services .cs-container {width: 100%;max-width: 80rem;margin: auto;position: relative;z-index: 2;}#additional-services .cs-content {text-align: center;margin-bottom: 3rem;display: flex;width: 100%;flex-direction: column;align-items: center;}#additional-services .cs-topper {color: rgba(255, 255, 255, 0.8);font-weight: 600;}#additional-services .cs-title {color: #ffffff;text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);}#additional-services .cs-text {color: rgba(255, 255, 255, 0.9);font-weight: 500;}#additional-services .cs-card-group {width: 100%;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(12, 1fr);gap: clamp(1rem, 2.3vw, 1.25rem);}#additional-services .cs-item {text-align: left;list-style: none;width: 100%;margin: 0;box-sizing: border-box;padding: clamp(1.5rem, 3vw, 2rem);background: linear-gradient(145deg, #ffffff 0%, #f8f8f8 100%);box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);backdrop-filter: blur(4px);border: 1px solid rgba(255, 255, 255, 0.2);display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;grid-column: span 12;grid-row: span 1;position: relative;z-index: 1;border-radius: 16px;transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);overflow: hidden;gap: 1rem;}#additional-services .cs-item::before {content: "";position: absolute;top: 0;left: 0;right: 0;height: 4px;background: linear-gradient(90deg, #333333 0%, #666666 100%);transform: scaleX(0);transition: transform 0.3s ease;}#additional-services .cs-item:hover {transform: translateY(-8px) scale(1.02);box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.25);}#additional-services .cs-item:hover::before {transform: scaleX(1);}#additional-services .cs-icon {width: 48px;height: 48px;border-radius: 12px;display: flex;align-items: center;justify-content: center;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: white;margin-bottom: 0.5rem;transition: all 0.3s ease;}#additional-services .cs-icon svg {width: 24px;height: 24px;}#additional-services .cs-item:nth-child(1) .cs-icon {background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);}#additional-services .cs-item:nth-child(2) .cs-icon {background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);}#additional-services .cs-item:nth-child(3) .cs-icon {background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);}#additional-services .cs-item:nth-child(4) .cs-icon {background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);}#additional-services .cs-item:nth-child(5) .cs-icon {background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);}#additional-services .cs-item:hover .cs-icon {transform: scale(1.1) rotate(5deg);box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}#additional-services .cs-h3 {font-size: clamp(1.25rem, 2.5vw, 1.5625rem);font-weight: 700;line-height: 1.2em;text-align: inherit;margin: 0 0 1rem 0;color: #1a1a1a;position: relative;}#additional-services .cs-h3::after {content: "";position: absolute;bottom: -4px;left: 0;width: 30px;height: 2px;background: linear-gradient(90deg, #333333 0%, #666666 100%);border-radius: 1px;}#additional-services .cs-item-text {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.6em;max-width: 28.125rem;margin: 0 0 1.5rem 0;padding: 0;color: #4a4a4a;font-weight: 500;}}@media only screen and (min-width: 0rem) {#about {padding: var(--sectionPadding);background-color: #fff;}#about .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: clamp(3.75rem, 13vw, 11.25rem);}#about .cs-content {text-align: left;width: 100%;max-width: 48.75rem;display: flex;flex-direction: column;align-items: flex-start;}#about .cs-content a {margin-top: 1rem;}#about .cs-image-group {width: 100%;max-width: 40rem;}#about .cs-picture {width: 100%;height: auto;display: block;}#about .cs-picture img {width: 100%;height: auto;display: block;border-radius: 8px;}}@media only screen and (min-width: 0rem) {#reviews {padding: var(--sectionPadding);background-color: #f7f7f7;}#reviews .cs-container {width: 100%;max-width: 34.375rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#reviews .cs-content {text-align: center;width: 100%;max-width: 39.375rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}#reviews .cs-title {max-width: 25ch;margin: 0;}#reviews .cs-card-group {margin: 0;padding: 0;display: grid;grid-template-columns: repeat(12, 1fr);align-items: stretch;gap: clamp(1rem, 2vw, 1.25rem);}#reviews .cs-item {list-style: none;padding: 0;margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;background-color: var(--primary);display: flex;flex-direction: column;align-items: flex-start;grid-column: span 12;position: relative;}#reviews .cs-item:hover .cs-flex {background-color: var(--primaryLight);}#reviews .cs-icon {width: 3.25rem;height: auto;display: block;position: absolute;top: clamp(1.5rem, 3vw, 2.25rem);right: clamp(1.5rem, 3vw, 2.25rem);}#reviews .cs-image {width: clamp(5rem, 10vw, 7rem);height: auto;margin: calc(clamp(2.5rem, 5vw, 3.5rem) * -1) 0 2.25rem clamp(1.25rem, 3vw, 2.25rem);border-radius: 50%;display: block;}#reviews .cs-item-text {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;text-align: left;margin: 0;padding: 0 clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2.25rem);box-sizing: border-box;color: var(--bodyTextColorWhite);}#reviews .cs-flex {text-align: center;padding: 1.5rem;box-sizing: border-box;width: 100%;margin-top: auto;background-color: var(--primary);display: flex;flex-direction: column;align-items: center;gap: 0.25rem;transition: background-color 0.3s;}#reviews .cs-name {font-size: clamp(1.25rem, 2.5vw, 1.5625rem);line-height: 1.2em;text-align: inherit;margin: 0;font-weight: 700;padding: 0;color: var(--bodyTextColorWhite);}#reviews .cs-desc {font-size: clamp(0.875rem, 2.5vw, 1rem);line-height: 1.5em;text-align: inherit;margin: 0;padding: 0;color: var(--bodyTextColorWhite);}}@media only screen and (min-width: 0rem) {#reviews {}#reviews .cs-logo-slider {width: 100%;overflow: hidden;position: relative;margin-top: 3rem;}#reviews .cs-container + .cs-title {text-align: center;color: var(--bodyTextColorWhite);margin: 3rem auto 2rem auto;font-size: clamp(1.5rem, 3vw, 2rem);opacity: 0.9;max-width: 39.375rem;}#reviews .cs-logo-track {display: flex;animation: scroll 40s linear infinite;width: max-content;gap: 1rem;}@keyframes scroll {0% {transform: translateX(0);}100% {transform: translateX(calc(-50% - 0.5rem));}}}@media only screen and (min-width: 0rem) and (max-width: 47.9375rem) {#reviews .cs-logo-track {animation-duration: 25s;gap: 0.5rem;}#reviews .cs-logo-item {padding: 0 1rem;}}@media only screen and (min-width: 0rem) {#reviews .cs-logo-item {flex: 0 0 auto;padding: 0 2rem;display: flex;align-items: center;justify-content: center;}#reviews .cs-logo-item img {max-width: 9.375rem;max-height: 3.125rem;object-fit: contain;transition: transform 0.3s ease, filter 0.3s ease;}#reviews .cs-logo-item img:hover {transform: scale(1.15);}}@media only screen and (min-width: 0rem) {#cta {padding: var(--sectionPadding);background: var(--primary);color: #fff;text-align: center;}#cta .cs-container {width: 100%;max-width: 80rem;margin: auto;}#cta .cs-content {text-align: center;max-width: 48.75rem;margin: auto;}#cta .cs-title {color: #fff;margin-bottom: 1.5rem;}#cta .cs-text {color: #fff;margin-bottom: 2rem;opacity: 0.9;}#cta .cs-button-solid {background: #fff;color: var(--primary);}#cta .cs-button-solid:before {background-color: #000;}#cta .cs-button-solid:hover {color: #fff;}}@media only screen and (min-width: 48rem) {#hero .cs-container {flex-direction: row;text-align: left;}#services .cs-item {grid-column: span 4;}#services .cs-item:nth-child(4), #services .cs-item:nth-child(5) {grid-column: span 6;}#additional-services .cs-item {grid-column: span 4;}#additional-services .cs-item:nth-child(4), #additional-services .cs-item:nth-child(5) {grid-column: span 6;}#about .cs-container {flex-direction: row;}#reviews .cs-item {grid-column: span 4;}#reviews .cs-container {max-width: 80rem;}}@media only screen and (min-width: 0rem) {#services-1724 {padding: var(--sectionPadding);padding-right: 0;padding-left: 0;position: relative;}#services-1724 .cs-container {width: 100%;max-width: 156.25rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#services-1724 .cs-content {text-align: center;width: 100%;max-width: 80rem;box-sizing: border-box;padding: 0 clamp(1rem, 3.8vw, 2.5rem);display: flex;flex-direction: column;align-items: center;gap: 1rem;}#services-1724 .cs-title {max-width: 15ch;}#services-1724 .cs-text {max-width: 39.5rem;}#services-1724 .cs-card-group {width: 100%;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(12, 1fr);}#services-1724 .cs-item {text-align: left;list-style: none;width: 100%;height: clamp(13.75rem, 32vw, 30rem);margin: 0;box-sizing: border-box;padding: 0;background-color: #000;box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-start;grid-column: span 12;position: relative;z-index: 1;}#services-1724 .cs-item:hover .cs-picture::after {opacity: 0.6;}#services-1724 .cs-item:hover .cs-picture img {transform: scale(1.2);}#services-1724 .cs-item:hover .cs-number {opacity: 1;top: clamp(1rem, 2.3vw, 2rem);}#services-1724 .cs-item:hover .cs-h3 {opacity: 1;bottom: clamp(1rem, 2.3vw, 2rem);}#services-1724 .cs-link {text-decoration: none;width: 100%;height: 100%;box-sizing: border-box;padding: clamp(1rem, 2.3vw, 2rem);display: flex;flex-direction: column;justify-content: flex-end;position: relative;z-index: 1;}#services-1724 .cs-link::after {content: "";width: 100%;height: 100%;opacity: 0;position: absolute;top: 0;right: 0;z-index: -1;transition: opacity 0.3s;}#services-1724 .cs-number {font-size: clamp(3.0625rem, 6vw, 5.25rem);font-weight: 900;color: rgba(0, 0, 0, 0);opacity: 0;position: absolute;top: 0;right: clamp(1rem, 2.3vw, 2rem);transition: opacity 0.3s, top 0.3s;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: var(--bodyTextColorWhite);}#services-1724 .cs-h3 {font-size: clamp(1.25rem, 2vw, 1.9375rem);font-weight: 900;line-height: 1.2em;white-space: nowrap;width: 80%;margin: 0;color: var(--bodyTextColorWhite);overflow: hidden;transition: opacity 0.3s, bottom 0.3s;}#services-1724 .cs-picture {width: 100%;height: 100%;display: block;pointer-events: none;position: absolute;top: 0;left: 0;z-index: -1;overflow: hidden;}#services-1724 .cs-picture:before {content: "";width: 100%;height: 100%;background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000 100%);opacity: 1;position: absolute;display: block;top: 0;left: 0;}#services-1724 .cs-picture:after {content: "";width: 100%;height: 100%;background-color: var(--primary);opacity: 0;display: block;position: absolute;bottom: 0;left: 0;transition: opacity 0.3s;}#services-1724 .cs-picture img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1;transition: transform 0.7s;}}@media only screen and (min-width: 48rem) {#services-1724 {padding-bottom: 0;}#services-1724 .cs-content {text-align: left;flex-direction: row;justify-content: space-between;align-items: flex-end;gap: 2.5rem;}#services-1724 .cs-item {grid-column: span 4;}#services-1724 .cs-item:nth-of-type(4), #services-1724 .cs-item:nth-of-type(5) {grid-column: span 6;}#services-1724 .cs-text {width: 60%;}#services-1724 .cs-title {margin: 0;}}@media only screen and (min-width: 81.25rem) {#services-1724 .cs-card-group {grid-template-columns: repeat(5, 1fr);}#services-1724 .cs-item {grid-column: span 1;}#services-1724 .cs-item:nth-of-type(4), #services-1724 .cs-item:nth-of-type(5) {grid-column: span 1;}}@media only screen and (min-width: 0rem) {#services {background: var(--grey-900);}#services .cs-item {background-color: var(--grey-800);color: #fff;}#additional-services {background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);}#additional-services .cs-item {background: linear-gradient(145deg, #2d2d2d 0%, #1a1a1a 100%);color: #fff;border: 1px solid rgba(255, 255, 255, 0.1);}#additional-services .cs-h3 {color: #ffffff;}#additional-services .cs-item-text {color: rgba(255, 255, 255, 0.8);}#additional-services .cs-icon {background: linear-gradient(135deg, #4a4a4a 0%, #2d2d2d 100%);border: 1px solid rgba(255, 255, 255, 0.1);}#about {background: #fff;}#about .cs-title {color: var(--headerColor);}#about .cs-text {color: var(--bodyTextColor);opacity: 1;}#about .cs-topper {color: var(--primary);}#reviews {background: var(--grey-900);}#reviews .cs-item {background-color: var(--grey-800);}#services-1724 .cs-title, #services-1724 .cs-text {color: var(--bodyTextColorWhite);}#services-1724 .cs-text {opacity: 0.8;}}26, 26, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    grid-column: span 12;
    position: relative;
    z-index: 1;
  }
  #services-1724 .cs-item:hover .cs-picture::after {
    opacity: 0.6;
  }
  #services-1724 .cs-item:hover .cs-picture img {
    transform: scale(1.2);
  }
  #services-1724 .cs-item:hover .cs-number {
    opacity: 1;
    /* 16px - 32px */
    top: clamp(1rem, 2.3vw, 2rem);
  }
  #services-1724 .cs-item:hover .cs-h3 {
    opacity: 1;
    /* 16px - 32px */
    bottom: clamp(1rem, 2.3vw, 2rem);
  }
  #services-1724 .cs-link {
    text-decoration: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* 16px - 32px */
    padding: clamp(1rem, 2.3vw, 2rem);
    /* we use flexbox here to grow the link to fit the whole item, making it clickable everywhere, no matter the size */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
  }
  #services-1724 .cs-link::after {
    /* hover overlay */
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    /* as we can't animate background gradients, we animate the change of opacity from 0 to 1 */
    transition: opacity 0.3s;
  }
  #services-1724 .cs-number {
    /* 49px - 84px */
    font-size: clamp(3.0625rem, 6vw, 5.25rem);
    font-weight: 900;
    /* sets the fill of the number to be transparent */
    color: rgba(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
    top: 0;
    /* 16px - 32px */
    right: clamp(1rem, 2.3vw, 2rem);
    transition: opacity 0.3s, top 0.3s;
    /* provides a 1px white stroke to the text, outlining it */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bodyTextColorWhite);
  }
  #services-1724 .cs-h3 {
    /* 20px - 31px */
    font-size: clamp(1.25rem, 2vw, 1.9375rem);
    font-weight: 900;
    line-height: 1.2em;
    white-space: nowrap;
    /* width, overflow, text-overflow and white-space all provide the ellipsis when the h3 content is too long */
    width: 80%;
    margin: 0;
    color: var(--bodyTextColorWhite);
    overflow: hidden;
    transition: opacity 0.3s, bottom 0.3s;
  }
  #services-1724 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    /* prevents the mouse from interacting with it */
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }
  #services-1724 .cs-picture:before {
    /* gradient overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000 100%);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #services-1724 .cs-picture:after {
    /* background color overlay on hover */
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s;
  }
  #services-1724 .cs-picture img {
    width: 100%;
    height: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.7s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1724 {
    padding-bottom: 0;
  }
  #services-1724 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2.5rem;
  }
  #services-1724 .cs-item {
    grid-column: span 4;
  }
  #services-1724 .cs-item:nth-of-type(4), #services-1724 .cs-item:nth-of-type(5) {
    grid-column: span 6;
  }
  #services-1724 .cs-text {
    width: 60%;
  }
  #services-1724 .cs-title {
    margin: 0;
  }
}
/* Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #services-1724 .cs-card-group {
    grid-template-columns: repeat(5, 1fr);
  }
  #services-1724 .cs-item {
    grid-column: span 1;
  }
  #services-1724 .cs-item:nth-of-type(4), #services-1724 .cs-item:nth-of-type(5) {
    grid-column: span 1;
  }
}
/* Default Dark Styling */
@media only screen and (min-width: 0rem) {
  #services {
    background: var(--grey-900);
  }
  #services .cs-item {
    background-color: var(--grey-800);
    color: #fff;
  }
  #additional-services {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  }
  #additional-services .cs-item {
    background: linear-gradient(145deg, #2d2d2d 0%, #1a1a1a 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  #additional-services .cs-h3 {
    color: #ffffff;
  }
  #additional-services .cs-item-text {
    color: rgba(255, 255, 255, 0.8);
  }
  #additional-services .cs-icon {
    background: linear-gradient(135deg, #4a4a4a 0%, #2d2d2d 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  #about {
    background: #fff;
  }
  #about .cs-title {
    color: var(--headerColor);
  }
  #about .cs-text {
    color: var(--bodyTextColor);
    opacity: 1;
  }
  #about .cs-topper {
    color: var(--primary);
  }
  #reviews {
    background: var(--grey-900);
  }
  #reviews .cs-item {
    background-color: var(--grey-800);
  }
  #services-1724 .cs-title,
  #services-1724 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  #services-1724 .cs-text {
    opacity: 0.8;
  }
}

/*# sourceMappingURL=home.css.map */
