/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-712 {
    padding: clamp(10rem, 25vw, 14rem) 1rem clamp(5rem, 12vw, 8rem);
    position: relative;
    z-index: 1;
  }
  #banner-712 .cs-container {
    width: 100%;
    max-width: 50rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  #banner-712 .cs-topper {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondaryLight);
    margin: 0;
  }
  #banner-712 .cs-int-title {
    font-size: clamp(2.25rem, 5.5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.1em;
    text-align: center;
    max-width: 100%;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
  }
  #banner-712 .cs-text {
    font-size: 1rem;
    line-height: 1.5em;
    color: #fff;
    opacity: 0.9;
    margin: 0;
    max-width: 35rem;
  }
  #banner-712 .cs-button-solid {
    margin-top: 0.5rem;
  }
  #banner-712 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-712 .cs-background:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0.75) 0%, rgba(26, 26, 26, 0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-712 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    color: transparent; /* Hides alt text */
  }
}

/*-- -------------------------- -->
<---        Content Page        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-1533 {
    padding: var(--sectionPadding);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #content-page-1533 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 4vw, 4rem);
    position: relative;
  }
  #content-page-1533 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 46.125rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #content-page-1533 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #content-page-1533 .cs-color {
    color: var(--secondary);
  }
  #content-page-1533 p {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #content-page-1533 .cs-button-solid {
    margin-top: 1rem;
  }
  #content-page-1533 .cs-image-group {
    width: 100%;
    max-width: 32.625rem;
    display: none;
    position: relative;
    z-index: 1;
  }
  #content-page-1533 .cs-background {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    object-fit: cover;
    display: block;
    position: relative;
  }
  #content-page-1533 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #content-page-1533 .cs-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #content-page-1533 .cs-content {
    width: 55%;
    max-width: 40rem;
    flex: none;
  }
  #content-page-1533 .cs-image-group {
    display: block;
    order: 2;
    height: 20rem;
  }
  #content-page-1533 .cs-background {
    height: 100%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #content-page-1533 {
    background-color: var(--dark);
  }
  body.dark-mode #content-page-1533 .cs-title,
  body.dark-mode #content-page-1533 p {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #content-page-1533 .cs-color {
    color: var(--primaryLight);
  }
}

/*-- -------------------------- -->
<---       Services Grid        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-grid {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #services-grid .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-grid .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-grid .cs-text {
    max-width: 40rem;
  }
  #services-grid .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #services-grid .cs-item {
    list-style: none;
    background-color: #fff;
    padding: 2rem;
    text-align: center;
    border-radius: 0.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  #services-grid .cs-item:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  #services-grid .cs-item {
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
  }
  #services-grid .cs-item:hover {
    transform: translateY(-0.25rem);
    background-color: var(--primary);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }
  #services-grid .cs-item:hover .cs-h3 {
    color: #fff;
  }
  #services-grid .cs-item:hover .cs-item-text {
    color: rgba(255,255,255,0.9);
  }
  #services-grid .cs-icon-wrapper {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.5rem;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
  }
  #services-grid .cs-item:hover .cs-icon-wrapper {
    background-color: #fff;
  }
  #services-grid .cs-item:hover .cs-icon {
    color: var(--primary);
  }
  #services-grid .cs-icon {
    width: 2rem;
    height: 2rem;
    color: #fff;
  }
  #services-grid .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #services-grid .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-grid .cs-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-grid .cs-card-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-grid {
    background-color: rgba(0, 0, 0, 0.5);
  }
  body.dark-mode #services-grid .cs-item {
    background-color: var(--medium);
  }
  body.dark-mode #services-grid .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-grid .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #services-grid .cs-item:hover {
    background-color: var(--primaryLight);
  }
  body.dark-mode #services-grid .cs-item:hover .cs-icon-wrapper {
    background-color: #fff;
  }
  body.dark-mode #services-grid .cs-item:hover .cs-icon {
    color: var(--primaryLight);
  }
}

/*-- -------------------------- -->
<---        Industries          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #industries {
    padding: var(--sectionPadding);
    background-color: #fff;
  }
  #industries .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #industries .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #industries .cs-industry-list {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  #industries .cs-industry-item {
    list-style: none;
    background-color: #f7f7f7;
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 0.5rem;
    transition: background-color 0.3s, transform 0.3s;
  }
  #industries .cs-industry-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.75rem;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s, color 0.3s;
  }
  #industries .cs-industry-icon svg {
    width: 100%;
    height: 100%;
  }
  #industries .cs-industry-item {
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
  }
  #industries .cs-industry-item:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    background-color: var(--primary);
  }
  #industries .cs-industry-item:hover h3 {
    color: #fff;
  }
  #industries .cs-industry-item:hover .cs-industry-icon {
    transform: scale(1.1);
    color: #fff;
  }
  #industries .cs-industry-item h3 {
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    transition: color 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #industries .cs-industry-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #industries .cs-industry-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #industries {
    background-color: var(--dark);
  }
  body.dark-mode #industries .cs-industry-item {
    background-color: var(--medium);
  }
  body.dark-mode #industries .cs-industry-item h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #industries .cs-industry-icon {
    color: var(--secondaryLight);
  }
  body.dark-mode #industries .cs-industry-item:hover {
    background-color: var(--primaryLight);
  }
  body.dark-mode #industries .cs-industry-item:hover h3 {
    color: #fff;
  }
  body.dark-mode #industries .cs-industry-item:hover .cs-industry-icon {
    color: #fff;
  }
}

/*-- -------------------------- -->
<---        Why Choose          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-choose {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #why-choose .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #why-choose .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #why-choose .cs-feature-list {
    width: 100%;
    padding: 0;
    margin: 0 0 2rem 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #why-choose .cs-feature-item {
    list-style: none;
    background-color: #fff;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    border-radius: 0.5rem;
    border-left: 4px solid var(--primary);
    position: relative;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  #why-choose .cs-feature-item:hover {
    border-left-color: var(--primaryLight);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  }
  #why-choose .cs-feature-item h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
  }
  #why-choose .cs-feature-item p {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #why-choose .cs-feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #why-choose {
    background-color: rgba(0, 0, 0, 0.5);
  }
  body.dark-mode #why-choose .cs-feature-item {
    background-color: var(--medium);
    border-left-color: var(--primaryLight);
  }
  body.dark-mode #why-choose .cs-feature-item h3 {
    color: var(--primaryLight);
  }
  body.dark-mode #why-choose .cs-feature-item:hover h3 {
    color: var(--secondaryLight);
  }
  body.dark-mode #why-choose .cs-feature-item p {
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
}

/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-51 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #cta-51 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #cta-51 .cs-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cta-51 .cs-topper {
    color: var(--secondaryLight);
  }
  #cta-51 .cs-title {
    color: #fff;
  }
  #cta-51 .cs-text {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 2rem;
  }
  #cta-51 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background-color: #1a1a1a;
  }
  #cta-51 .cs-picture:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #cta-51 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    color: transparent; /* Hides alt text */
  }
}
