/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1206 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #sbs-1206 .cs-container,
  #sbs-1206 .cs-container-reverse {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }

  #sbs-1206 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 10;
    margin: 0 auto;
  }

  #sbs-1206 .cs-text {
    margin-bottom: 1rem;
  }

  #sbs-1206 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }

  #sbs-1206 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }

  #sbs-1206 .cs-content-flair {
    width: 100%;
    margin: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 1rem;
    column-gap: 1.25rem;
  }

  #sbs-1206 .cs-ul {
    width: 100%;
    margin: 0;
    padding-left: 1.25rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  #sbs-1206 .cs-li {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    list-style: none;
    text-align: left;
    width: 100%;
    max-width: 25rem;
    margin: 0;
    color: var(--bodyTextColor);
    position: relative;
  }

  #sbs-1206 .cs-li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0.625rem;
    left: -0.9375rem;
  }

  #sbs-1206 .cs-video-link {
    width: 100%;
    height: 12.5rem;
    background-color: #000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  #sbs-1206 .cs-video-link:hover .cs-video-bg {
    transform: scale(1.2);
    opacity: 0.5;
  }

  #sbs-1206 .cs-video-link:hover .cs-wrapper {
    transform: scale(1.2);
  }

  #sbs-1206 .cs-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.6s, opacity 0.3s;
  }

  #sbs-1206 .cs-wrapper {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.75s;
  }


  #sbs-1206 .cs-image-group {
    width: 100%;
    max-width: 49.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
  }

  #sbs-1206 .cs-picture {
    width: 100%;
    max-width: 28.75rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  #sbs-1206 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
  }

  #sbs-1206 .cs-graphic {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  #sbs-1206 .cs-box {
    padding: clamp(1rem, 2.9vw, 2rem) clamp(1rem, 2.7vw, 1.5rem);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: clamp(5.3125rem, 12vw, 12.5rem);
    right: 0;
  }

  #sbs-1206 .cs-box-icon {
    width: clamp(1.5rem, 4vw, 2.5rem);
    height: auto;
    margin: 0 0 0.75rem;
    display: block;
  }

  #sbs-1206 .cs-box-header {
    font-size: clamp(0.875rem, 3vw, 1.25rem);
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.75rem;
    color: var(--primary);
  }

  #sbs-1206 .cs-box-ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }

  #sbs-1206 .cs-box-li {
    list-style: none;
    font-size: clamp(0.75rem, 2vw, 0.875rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }

  #sbs-1206 .cs-stat {
    padding: clamp(1.25rem, 3vw, 2rem) clamp(0.75rem, 3vw, 1.5rem);
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: clamp(2.5rem, 7vw, 6.25rem);
  }

  #sbs-1206 .cs-ring-wrapper {
    width: clamp(5rem, 10vw, 6.25rem);
    position: relative;
    margin: 0 0 clamp(1.25rem, 2vw, 1.5rem) 0;
  }

  #sbs-1206 .cs-number {
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    font-weight: 900;
    pointer-events: none;
    line-height: 1.2em;
    color: var(--bodyTextColorWhite);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  #sbs-1206 .cs-header {
    font-size: clamp(1rem, 2.1vw, 1.25rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: var(--bodyTextColorWhite);
  }

  #sbs-1206 .cs-desc {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }

  #sbs-1206 .cs-ring {
    --ring-width: 3px;
    width: calc(100% - var(--ring-width));
    aspect-ratio: 1;
    overflow: visible;
    pointer-events: none;
    rotate: -90deg;
    scale: 1 -1;
  }

  #sbs-1206 .cs-ring circle {
    fill: none;
    stroke: #f7f7f7;
    stroke-width: var(--ring-width);
  }

  #sbs-1206 .cs-ring circle {
    stroke: var(--secondaryLight);
    stroke-linecap: round;
    stroke-dasharray: calc(var(--ratio) * 314%) 314%;
    transition: stroke-dasharray 1s;
  }

  #sbs-1206 .cs-stat:hover .cs-ring {
    --ratio: 0 !important;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-1206 .cs-container,
  #sbs-1206 .cs-container-reverse {
    max-width: 60rem;
  }

  #sbs-1206 .cs-container-reverse {
    flex-direction: column !important;
  }

  #sbs-1206 .cs-content {
    max-width: 40rem;
    justify-content: center;
  }

  #sbs-1206 .cs-image-group {
    max-width: 40rem;
    overflow: hidden;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-1206 .cs-container,
  #sbs-1206 .cs-container-reverse {
    max-width: 80rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }

  #sbs-1206 .cs-container-reverse {
    flex-direction: row-reverse !important;
  }

  #sbs-1206 .cs-content {
    width: 50%;
    margin: 0;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #sbs-1206 .cs-ul {
    width: 45%;
    max-width: 15.125rem;
  }

  #sbs-1206 .cs-video-link {
    width: 50%;
    max-width: 17.5rem;
    height: 10rem;
  }

  #sbs-1206 .cs-image-group {
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  #sbs-1206 .cs-picture {
    width: 90%;
    max-width: 32.625rem;
  }
}

/* Large Desktop - 1500px */
@media only screen and (min-width: 93.75rem) {
  #sbs-1206 .cs-image-group {
    width: 50%;
    left: 0;
    max-width: 40rem;
  }

  #sbs-1206 .cs-picture {
    width: 100%;
    max-width: 35rem;
    height: auto;
  }

  #sbs-1206 .cs-picture img {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: contain;
  }

  #sbs-1206 .cs-graphic {
    width: 59.375rem;
    top: -6.25rem;
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-1206 .cs-title,
  body.dark-mode #sbs-1206 .cs-text,
  body.dark-mode #sbs-1206 .cs-li,
  body.dark-mode #sbs-1206 .cs-h3,
  body.dark-mode #sbs-1206 .cs-box-li {
    color: var(--bodyTextColorWhite);
  }

  body.dark-mode #sbs-1206 .cs-box {
    background-color: var(--medium);
    border-color: rgba(255, 255, 255, 0.2);
  }

  body.dark-mode #sbs-1206 .cs-graphic {
    opacity: 0.2;
  }
}

/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1329 {
    padding: var(--sectionPadding);
    position: relative;
  }

  #services-1329 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }

  #services-1329 .cs-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  #services-1329 .cs-title {
    max-width: 20ch;
  }

  #services-1329 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2.5vw, 1.25rem);
  }

  #services-1329 .cs-item {
    list-style: none;
    width: 100%;
    height: clamp(20rem, 55vw, 30rem);
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    text-align: left;
    box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
    grid-column: span 12;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
  }

  #services-1329 .cs-item:hover .cs-picture img {
    transform: scale(1.2);
  }

  #services-1329 .cs-item:hover .cs-picture:after {
    opacity: 1;
  }

  #services-1329 .cs-item:hover .cs-h3 {
    color: var(--primary);
  }

  #services-1329 .cs-item:hover .cs-number {
    opacity: 1;
    top: clamp(1.25rem, 2.3vw, 2rem);
  }


  #services-1329 .cs-link {
  text-decoration:none;

    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: clamp(1.25rem, 2.3vw, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
  }


  #services-1329 .cs-number {
    font-size: clamp(1.5625rem, 2.7vw, 2.4375rem);
    font-weight: bold;
    color: var(--bodyTextColorWhite);
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease-out, top 0.4s ease-out;
  }

  #services-1329 .cs-h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 0.25rem 0;
    color: var(--bodyTextColorWhite);
    transition: color 0.3s;
    text-align: inherit;
  }

  #services-1329 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColorWhite);
  }

  #services-1329 .cs-picture {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 1rem;
  }

  #services-1329 .cs-picture:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(26, 26, 26, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
    background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
  }

  #services-1329 .cs-picture:after {
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s;
    border-radius: 1rem;
  }

  #services-1329 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.7s;
    border-radius: 1rem;
  }

}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1329 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 2.5rem;
  }

  #services-1329 .cs-text {
    width: 50%;
  }

  #services-1329 .cs-title {
    margin: 0;
  }

  #services-1329 .cs-card-group {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.5rem;
  }

  #services-1329 .cs-item {
    flex: 1;
    grid-column: span 4;
  }
}

/* Desktop - 900px */
@media only screen and (min-width: 56.25rem) {
  #services-1329 .cs-container {
    max-width: 80rem;
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-1329 .cs-title,
  body.dark-mode #services-1329 .cs-text {
    color: var(--bodyTextColorWhite);
  }

  body.dark-mode #services-1329 .cs-text,
  body.dark-mode #services-1329 .cs-item-text {
    opacity: 0.8;
  }
}

/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews {
    text-align: center;
    padding: var(--sectionPadding);
  }

  #reviews .cs-container {
    width: 100%;
    max-width: 69rem;
    margin: auto;
  }

  #reviews .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
    display: block;
  }

  #reviews .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    max-width: 50rem;
    margin: 0 auto 1rem;
    color: var(--headerColor);
    position: relative;
  }

  #reviews .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    max-width: 46.875rem;
    margin: 0 auto 3rem;
    color: var(--bodyTextColor);
  }

  #reviews .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 2rem;
    max-width: 60rem;
    margin: 0 auto;
  }

  #reviews .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 2.5rem 2rem;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  #reviews .cs-item:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.12);
  }

  #reviews .cs-item:last-of-type {
    margin-bottom: 0;
  }

  #reviews .cs-item-img {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 0 1.5rem;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  #reviews .cs-item-p {
    font-size: 1.125rem;
    line-height: 1.6em;
    text-align: left;
    width: 100%;
    margin: 0 0 1.5rem;
    color: #4a4a4a;
    font-style: italic;
    position: relative;
  }

  #reviews .cs-item-p::before {
    content: '"';
    font-size: 3rem;
    color: var(--primary);
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    font-family: serif;
    opacity: 0.3;
  }

  #reviews .cs-reviewer {
    font-size: 1.125rem;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0.25rem;
    color: var(--headerColor);
  }

  #reviews .cs-desc {
    font-size: 0.875rem;
    line-height: 1.5em;
    text-align: left;
    color: #767676;
    margin-bottom: 1rem;
  }

  #reviews .cs-item-stars {
    width: 6rem;
    height: auto;
    margin: 0;
    display: block;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews .cs-card-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 70rem;
  }

  #reviews .cs-item {
    padding: 3rem 2.5rem;
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews {
    background-color: var(--dark);
  }

  body.dark-mode #reviews .cs-title,
  body.dark-mode #reviews .cs-text,
  body.dark-mode #reviews .cs-item-p,
  body.dark-mode #reviews .cs-reviewer {
    color: var(--bodyTextColorWhite);
  }

  body.dark-mode #reviews .cs-item {
    background-color: var(--medium);
    border-color: rgba(255, 255, 255, 0.1);
  }

  body.dark-mode #reviews .cs-desc {
    color: rgba(255, 255, 255, 0.7);
  }
}

/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta {
    position: relative;
    padding: 3.125rem 0;
  }

  #cta .container {
    text-align: center;
    position: relative;
    z-index: 2;
  }

  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }

  #cta picture::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    pointer-events: none;
  }

  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
  }

  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3rem);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 2.25rem;
  }

  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2.25rem;
    width: 96%;
    max-width: 37.375rem;
  }
}

/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5rem 0;
  }
}

/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25rem;
  }

  #cta:before {
    display: none;
  }

  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25rem;
    width: 125rem;
    background: url("/assets/svgs/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }

  #cta .container {
    width: 90.0625%;
    margin: auto;
  }

  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }

  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
  }
}

/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}

/*-- -------------------------- -->
<---       Hero Contact Form     -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-2042 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 9999 !important;
  }

  .cs-hero-form {
    width: 100%;
    max-width: 28rem;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    margin: 0 auto;
  }

  body.dark-mode .cs-hero-form {
    background: var(--medium);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .cs-form-header {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .cs-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--headerColor);
    margin: 0 0 0.5rem 0;
  }

  .cs-form-text {
    font-size: 0.875rem;
    color: var(--bodyTextColor);
    margin: 0;
  }

  .cs-hero-form .cs-label {
    display: block;
    margin-bottom: 1rem;
  }

  .cs-hero-form .cs-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    transition: border-color 0.3s ease;
  }

  .cs-hero-form .cs-input:focus {
    outline: none;
    border-color: var(--primary);
  }

  .cs-hero-form .cs-textarea {
    min-height: 100px;
    resize: vertical;
  }

  .cs-hero-form .cs-submit {
    width: 100%;
    margin-top: 0.5rem;
  }

  .cs-video-wrapper {
    position: relative;
    z-index: 1;
  }

  .cs-hero-form {
    position: relative;
    z-index: 10000 !important;
  }

  .cs-hero-form * {
    position: relative;
    z-index: 10001 !important;
    pointer-events: auto !important;
  }

  .cs-hero-form input,
  .cs-hero-form textarea,
  .cs-hero-form button {
    pointer-events: auto !important;
    position: relative;
    z-index: 10002 !important;
  }

  #hero-2042 {
    pointer-events: auto !important;
  }

  #hero-2042 * {
    pointer-events: auto !important;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-2042 .cs-container {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    position: relative;
    z-index: 9999 !important;
  }

  .cs-hero-form {
    max-width: 24rem;
    flex-shrink: 0;
  }
}

/*-- -------------------------- -->
<---       Service Area Map      -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #service-area-map {
    padding: var(--sectionPadding);
    background: #f8f9fa;
  }

  body.dark-mode #service-area-map {
    background: var(--dark);
  }

  #service-area-map .cs-content {
    text-align: center;
    margin-bottom: 2rem;
  }

  .cs-map-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 60rem;
    margin: 0 auto;
  }

  .cs-map-container {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
  }

  .cs-map-container iframe {
    border-radius: 12px;
    position:relative;
    top: -50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

    /* height: 900px; */
  }

  .cs-service-areas {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  body.dark-mode .cs-service-areas {
    background: var(--medium);
  }

  .cs-areas-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--headerColor);
    margin: 0 0 1.5rem 0;
    text-align: center;
  }

  .cs-areas-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .cs-area-item {
    padding: 0.5rem 1rem;
    background: var(--primary);
    color: white;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .cs-map-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .cs-map-container {
    flex: 2;
  }

  .cs-service-areas {
    flex: 1;
    margin-left: 2rem;
  }

  .cs-areas-list {
    grid-template-columns: 1fr;
  }
}

/*-- -------------------------- -->
<---       Leave Review Form     -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #leave-review {
    padding: var(--sectionPadding);
    background: white;
  }

  body.dark-mode #leave-review {
    background: var(--dark);
  }

  #leave-review .cs-content {
    text-align: center;
    margin-bottom: 2rem;
  }

  .cs-review-form-wrapper {
    max-width: 42rem;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
  }

  .cs-review-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.3), transparent);
  }

  body.dark-mode .cs-review-form-wrapper {
    background: var(--medium);
    border-color: rgba(255, 255, 255, 0.08);
  }

  .cs-form-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .cs-review-form .cs-label {
    display: block;
    position: relative;
  }

  .cs-review-form .cs-input,
  .cs-review-form .cs-select {
    width: 100%;
    min-height: 3.5rem;
    padding: 1.5rem 2rem;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    font-weight: 500;
    color: #1e293b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .cs-review-form .cs-input:focus,
  .cs-review-form .cs-select:focus {
    border-color: var(--primary);
    background: white;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15), 0 12px 35px rgba(99, 102, 241, 0.2);
    transform: translateY(-3px);
    min-height: 3.75rem;
  }

  .cs-review-form .cs-input:hover,
  .cs-review-form .cs-select:hover {
    border-color: #cbd5e1;
    background: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    min-height: 3.6rem;
  }

  .cs-review-form .cs-input::placeholder,
  .cs-review-form .cs-select::placeholder {
    color: #94a3b8;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    opacity: 0.8;
  }

  .cs-review-form .cs-input:focus::placeholder,
  .cs-review-form .cs-select:focus::placeholder {
    color: #cbd5e1;
    transform: translateY(-3px);
    opacity: 0.6;
  }

  .cs-review-form .cs-textarea {
    min-height: 140px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.6;
    padding: 1.25rem 1.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    font-weight: 500;
    color: #1e293b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }

  .cs-review-form .cs-textarea:focus {
    border-color: var(--primary);
    background: white;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12), 0 8px 25px rgba(99, 102, 241, 0.15);
    transform: translateY(-2px);
  }

  .cs-review-form .cs-textarea:hover {
    border-color: #cbd5e1;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
  }

  .cs-review-form .cs-textarea::placeholder {
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 400;
    transition: all 0.3s ease;
  }

  .cs-review-form .cs-textarea:focus::placeholder {
    color: #cbd5e1;
    transform: translateY(-2px);
  }

  .cs-review-form .cs-submit {
    width: 100%;
    margin-top: 2.5rem !important;
    padding: 1.125rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary) 0%, #6366f1 100%);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.25);
    position: relative;
    overflow: hidden;
  }

  .cs-review-form .cs-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
  }

  .cs-review-form .cs-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.35);
  }

  .cs-review-form .cs-submit:hover::before {
    left: 100%;
  }

  .cs-review-form .cs-submit:active {
    transform: translateY(0);
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .cs-form-row {
    flex-direction: row;
    gap: 1.5rem;
  }

  .cs-form-row .cs-label {
    flex: 1;
  }

  .cs-review-form .cs-submit {
    width: auto;
    min-width: 200px;
    margin: 2.5rem auto 0;
    display: block;
    padding: 1.125rem 3rem;
  }
}

#service-area-map .cs-container {
  max-width: 80rem;
  margin: 0 auto;
}
#service-area-map .cs-text {
  max-width: 46.875rem;
  margin: 0 auto;
}

#leave-review .cs-container {
  max-width: 80rem;
  margin: 0 auto;
}
#leave-review .cs-text {
  max-width: 46.875rem;
  margin: 0 auto;
}

#cs-review-form .cs-input {
  width: 100% !important;
  padding: .75rem 1rem !important;
  border-radius: .5rem !important;
}

#cs-review-form .cs-submit {
  margin-top: 2.5rem !important;
}

/*-- -------------------------- -->
<---       Video Section         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #video-section {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }

  body.dark-mode #video-section {
    background-color: var(--dark);
  }

  #video-section .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }

  #video-section .cs-content {
    text-align: center;
    width: 100%;
    max-width: 48.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  #video-section .cs-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    margin: 0;
    color: var(--headerColor);
  }

  #video-section .cs-text {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.5em;
    text-align: center;
    margin: 0;
    color: var(--bodyTextColor);
    max-width: 40rem;
  }

  #video-section .cs-video-container {
    width: 100%;
    max-width: 56.25rem;
    position: relative;
    border-radius: clamp(1rem, 2vw, 1.5rem);
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #000;
  }

  #video-section .cs-video {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

  body.dark-mode #video-section .cs-title {
    color: var(--bodyTextColorWhite);
  }

  body.dark-mode #video-section .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #video-section .cs-video-container {
    max-width: 60rem;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #video-section .cs-video-container {
    max-width: 70rem;
  }
}