/*-- -------------------------- -->
<---        Why Choose Us       -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #why-choose-1824 {
      background-color: var(--jdl-gray-light);
      padding: var(--sectionPadding);
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    #why-choose-1824 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
      position: relative;
      z-index: 1;
    }
    #why-choose-1824 .cs-topper {
      width: auto;
    }
    #why-choose-1824 .cs-content {
      text-align: left;
      width: 100%;
      max-width: 40.25rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    #why-choose-1824 .cs-title {
      margin: 0;
      max-width: 20ch;
    }
    #why-choose-1824 .cs-flex {
      display: flex;
      flex-direction: column;
      gap: 3rem;
    }
    #why-choose-1824 .cs-box {
      background-color: #1a1a1a;
      overflow: hidden;
      position: relative;
      z-index: 1;
    }
    #why-choose-1824 .cs-box-content {
      margin: 0;
      /* 32px - 40px top & bottm */
      /* 24px - 40px left & right */
      padding: clamp(2rem, 2.5vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
      /* prevents padding from affecting width and height */
      box-sizing: border-box;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition: hidden 0.3s, opacity 0.3s, transform 0.7s;
    }
    #why-choose-1824 .cs-box-content.cs-hidden {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(3rem);
    }
    #why-choose-1824 .cs-box-icon {
      text-align: left;
      width: 3.875rem;
      height: auto;
      margin: 0 0 2rem;
      display: block;
    }
    #why-choose-1824 .cs-h3 {
      /* 25px - 31px */
      font-size: clamp(1.5625rem, 2.5vw, 1.9375rem);
      line-height: 1.2em;
      text-align: inherit;
      font-weight: 700;
      margin: 0 0 1rem;
      color: var(--bodyTextColorWhite);
    }
    #why-choose-1824 .cs-box-text {
      font-size: 1rem;
      line-height: 1.5em;
      text-align: inherit;
      margin: 0;
      padding: 0;
      color: var(--bodyTextColorWhite);
      opacity: 0.8;
    }
    #why-choose-1824 .cs-button-group {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }
    #why-choose-1824 .cs-button {
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 0 0 1.5rem;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #E8E8E8;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 1rem;
    }
    #why-choose-1824 .cs-button.cs-active .cs-icon-wrapper,
    #why-choose-1824 .cs-button:hover .cs-icon-wrapper {
      background-color: var(--primary);
    }
    #why-choose-1824 .cs-button.cs-active .cs-icon,
    #why-choose-1824 .cs-button:hover .cs-icon {
      filter: grayscale(1) brightness(1000%);
    }
    #why-choose-1824 .cs-button.cs-active .cs-arrow,
    #why-choose-1824 .cs-button:hover .cs-arrow {
      filter: none;
      opacity: 1;
    }
    #why-choose-1824 .cs-button:hover {
      cursor: pointer;
    }
    #why-choose-1824 .cs-icon-wrapper {
      width: 3.75rem;
      height: 3.75rem;
      background-color: #f7f7f7;
      display: flex;
      justify-content: center;
      align-items: center;
      /* prevents flexbox from squishing them */
      flex: none;
      transition: background-color 0.3s;
    }
    #why-choose-1824 .cs-icon {
      width: 2rem;
      height: auto;
      display: block;
    }
    #why-choose-1824 .cs-button-text {
      font-size: 1.25rem;
      text-align: inherit;
      line-height: 1.2em;
      font-weight: 700;
      max-width: 19ch;
      margin: 0;
      padding: 0;
      color: var(--headerColor);
    }
    #why-choose-1824 .cs-arrow {
      width: 2rem;
      margin-left: auto;
      filter: grayscale(1) brightness(100%);
      opacity: 0.2;
      height: auto;
      display: block;
    }
    #why-choose-1824 .cs-image-group {
      width: 100%;
      height: 100vw;
      min-height: 25rem;
      /* chnages to 100% on desktop */
      max-height: 42.5rem;
      position: relative;
      z-index: 1;
    }
    #why-choose-1824 .cs-picture {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }
    #why-choose-1824 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
    #why-choose-1824 .cs-floater {
      /* 72px - 120px */
      width: clamp(4.5rem, 10vw, 7.5rem);
      height: clamp(4.5rem, 10vw, 7.5rem);
      background-color: #1a1a1a;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 1.5rem;
      right: 1.5rem;
      z-index: 10;
    }
    #why-choose-1824 .cs-floater-icon {
      /* 32px - 60px */
      width: clamp(2rem, 4vw, 3.75rem);
      height: auto;
      display: block;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #why-choose-1824 .cs-container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
    }
    #why-choose-1824 .cs-flex {
      flex-direction: row;
      align-items: stretch;
    }
    #why-choose-1824 .cs-box {
      width: 50%;
      height: 100%;
      display: flex;
      order: 2;
    }
    #why-choose-1824 .cs-box-content {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    #why-choose-1824 .cs-button-group {
      width: 50%;
    }
  }
  /* Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #why-choose-1824 .cs-content {
      width: 53%;
      padding: 3rem 0 0 0;
      box-sizing: border-box;
    }
    #why-choose-1824 .cs-flex {
      width: 74%;
      max-width: 53rem;
      padding: 0 0 3rem;
      box-sizing: border-box;
    }
    #why-choose-1824 .cs-image-group {
      width: 40vw;
      max-width: 32.625rem;
      height: 100%;
      max-height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
    }
  }
                                  