:root {
  --dark-blue: #000036;
  --medium-blue: #0e3ea0;
  --seafoam-green: #36cca7;
  --sky-blue: #5bc6d8;
  --nickel-grey: #dae2ea;
  --white: #ffffff;

  --container-width-large: 1600px;
  --container-width-mid: 1600px;
  --container-width-small: 1600px;

  --container-padding-large: 72px;
  --container-padding-small: ;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,700;1,800&display=swap");

/* =================== HERO =================  */
#solutions .hero {
  background: var(--dark-blue);
  color: #fff;
}
#solutions .hero .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px 24px 50px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  align-items: center;
}
@media (min-width: 1024px) {
  #solutions .hero .container {
    padding: 72px 24px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 1170px) {
  #solutions .hero .container {
    padding: 72px;
    grid-template-columns: 721px 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 1280px) {
  #solutions .hero .container {
    padding: 72px;
    grid-template-columns: 721px 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 1400px) {
  #solutions .hero .container {
    padding: 72px;
    grid-template-columns: 721px 1fr;
    grid-gap: 67px;
  }
}
#solutions .hero .hero-image {
  max-width: calc(100% - 114px);
  min-height: 154px;
  min-width: 279px;
  height: 154px;
  width: 100%;
  order: 1;
  border-top-right-radius: 595px;
  border-bottom-right-radius: 595px;
  overflow: hidden;
  transform: translateX(-24px);
  background-size: cover;
  display: block;
  background-position: center center;
}
@media (min-width: 768px) {
  #solutions .hero .hero-image {
    max-width: calc(100% - 114px);
    min-width: 279px;
    padding: 13%;
    width: 100%;
    order: 1;
    border-top-right-radius: 595px;
    border-bottom-right-radius: 595px;
    overflow: hidden;
    transform: translateX(-24px);
    background-size: cover;
    display: block;
    background-position: center center;
  }
}
@media (min-width: 1024px) {
  #solutions .hero .hero-image {
    max-width: 668px;
    height: 595px;
    width: 100%;
    order: 2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 595px;
    border-bottom-left-radius: 595px;
    overflow: hidden;
    transform: translateX(72px);
    background-size: cover;
    display: block;
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  #solutions .hero .hero-image {
    position: relative;
    right: calc(100% - 43vw);
  }
}

#solutions .hero .hero-content {
  order: 2;

  .btn-primary {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #solutions .hero .hero-content {
    order: 1;
  }
}
#solutions .hero .hero-content .eyebrow,
#solutions .hero .hero-content .h1,
#solutions .hero .hero-content p {
  color: var(--white);
}
#solutions .hero .hero-content .eyebrow {
  letter-spacing: 3px;
  margin-bottom: 24px;
}
#solutions .hero .hero-content .h1 {
  margin-bottom: 24px;
}
#solutions .hero .hero-content .h1 .special-callout {
  font-size: 48px !important;
  letter-spacing: 0;
  background-size: auto;
  background-position: 80% 50%;
}
@media (min-width: 1170px) {
  #solutions .hero .hero-content .h1 .special-callout {
    font-size: 65px !important;
    background-position: 80% 50%;
  }
}

#solutions .hero .hero-content .content-copy {
  padding-bottom: 10px;
}

#solutions .hero .hero-content .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 1.5rem;

  a {
    margin: 0;
  }
}

/* =================== CATEGORY CARDS =================  */

#solutions .category_cards {
  background: var(--nickel-grey);
}
#solutions .category_cards .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px 24px;
}
@media (min-width: 600px) {
  #solutions .category_cards .container {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  #solutions .category_cards .container {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media (min-width: 1170px) {
  #solutions .category_cards .container {
    padding: 64px 72px;
  }
}
#solutions .category_cards .container .text-container {
  max-width: 1170px;
  margin: 0 auto;
}
#solutions .category_cards h2 {
  text-align: left;
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  #solutions .category_cards h2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  #solutions .category_cards h2 {
    text-align: center;
  }
}
#solutions .category_cards .content-copy {
  text-align: left;
}
@media (min-width: 1024px) {
  #solutions .category_cards .content-copy {
    text-align: center;
  }
}

#solutions .category_cards .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px; /* Adjust spacing between cards */
  max-width: 100%; /* Adjust based on design requirements */
  margin: 32px auto 0; /* Center container */

  @media (min-width: 768px) {
    gap: 24px; /* Adjust spacing for larger screens */
    margin: 48px auto 0; /* Center container */
  }
}

#solutions .category_cards .categories .category-card {
  flex: 1 1 120px;
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 12px 12px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;

  @media (min-width: 768px) {
    padding: 32px 24px;
    flex: 1 1 180px; /* Adjust size for larger screens */
    max-width: 360px;
    gap: 1rem;
  }

  &:first-child {
    @media (max-width: 768px) {
      flex: 100%;
    }
  }

  h4 {
    margin: 0;
    a {
      color: #000036;
      display: flex;
      align-items: end;
      gap: 8px;

      &:hover {
        color: #000036;
      }

      svg {
        flex-shrink: 0;
        @media (min-width: 640px) {
          display: none;
        }
      }
    }
  }

  a.btn-outline-primary {
    margin-top: auto;
    margin-bottom: 0;

    @media (max-width: 640px) {
      display: none;
    }
  }
}

#solutions .category_cards div .category-card img {
  height: 132px;
  width: 132px;
}
#solutions .category_cards div .category-card a.btn-outline-primary {
  width: 100%;
}

/* =================== INDUSTRIES AND APPLICATIONS =================  */

#solutions .industries {
  background-color: var(--dark-blue);
  color: #fff;
  position: relative;
}
#solutions .industries.gray {
  background-color: #f3f5f8;
  color: var(--dark-blue);
}

#solutions .industries .container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  #solutions .industries .container {
    grid-template-columns: 1fr 1fr;
  }
}
#solutions .industries.two-colors .column {
  padding: 3rem 24px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #solutions .industries.two-colors .column {
    padding: 64px 24px;
  }
}
@media (min-width: 1170px) {
  #solutions .industries.two-colors .column {
    padding: 72px;
  }
}
#solutions .industries.one-color .column {
  padding: 64px 24px 40px;
}
@media (min-width: 1024px) {
  #solutions .industries.one-color .column {
    padding: 64px 24px;
  }
}
@media (min-width: 1170px) {
  #solutions .industries.one-color .column {
    padding: 72px;
  }
}
#solutions .industries.one-color .column:first-child {
  padding: 40px 24px 24px;
}
@media (min-width: 1024px) {
  #solutions .industries.one-color .column:first-child {
    padding: 64px 24px;
  }
}
@media (min-width: 1170px) {
  #solutions .industries.one-color .column:first-child {
    padding: 72px;
  }
}
#solutions .industries.one-color .column:last-child {
  padding: 0px 24px 40px;
}
@media (min-width: 1024px) {
  #solutions .industries.one-color .column:last-child {
    padding: 64px 24px;
  }
}
@media (min-width: 1170px) {
  #solutions .industries.one-color .column:last-child {
    padding: 72px;
  }
}

#solutions .industries.one-color .column:first-child {
  display: grid;
  align-items: center;
}

#solutions .industries.two-colors .column:last-child {
  background-color: var(--dark-blue);
  position: relative;

  &::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #dae2ea;
    z-index: 2;
    height: 1px;
    width: 80%;
    top: 0;
    left: 10%;
  }

  @media (min-width: 1024px) {
    &::before {
      height: 80%;
      width: 1px;
      top: 10%;
      left: 0;
    }
  }
}
#solutions .industries.one-color .column {
  background-color: transparent;
}
#solutions .industries .column .h2 {
  color: #fff;
}
#solutions .industries.gray .column .h2 {
  color: var(--dark-blue);
}
#solutions .industries.two-colors .column .h2 {
  margin-bottom: 32px;
}
#solutions .industries.one-color .column .h2 {
  margin-bottom: 24px;
}
#solutions .industries .column p,
#solutions .industries .column ul,
#solutions .industries .column ol {
  color: #fff;
}
#solutions .industries.gray .column p,
#solutions .industries.gray .column ul,
#solutions .industries.gray .column ol {
  color: var(--dark-blue);
}
#solutions .industries .text-group-container,
#solutions .industries .icon-text-group-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}
@media (min-width: 1024px) {
  #solutions .industries .text-group-container,
  #solutions .industries .icon-text-group-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }
}
#solutions .industries .text-group-container {
  padding-top: 0;
  flex-grow: 1;
  align-items: center;

  .text-group {
    p {
      margin: 0;
    }
  }
}
#solutions .industries .icon-text-group {
  margin-bottom: 0;
}
#solutions .industries .icon-text-group .icon-container {
  height: 48px;
  width: 48px;
  display: grid;
  align-items: center;
  justify-content: start;
  margin-bottom: 16px;
}
#solutions .industries .icon-text-group img {
  margin: 0 auto;
}
#solutions .industries .icon-text-group h4 {
  color: #fff;
  margin-bottom: 16px;
}
#solutions .industries .icon-text-group p {
  color: #fff;
}
#solutions .industries .icon-text-group p:last-child {
  margin-bottom: 0;
}
#solutions .industries.gray .icon-text-group h4 {
  color: var(--dark-blue);
  margin-bottom: 16px;
}
#solutions .industries.gray .icon-text-group p {
  color: var(--dark-blue);
}
#solutions .industries .text-group {
  margin-bottom: 0;
}
#solutions .industries .text-group h4 {
  color: var(--seafoam-green);
  margin-bottom: 16px;
}
#solutions .industries .text-group p {
  color: #fff;
}
#solutions .industries.gray .text-group p {
  color: var(--dark-blue);
}

/* =================== TESIMONIAL =================  */

#solutions .testimonial {
  background: url(/wp-content/themes/binks/images/gradientBackground.png) center
    center no-repeat;
  background-size: cover;
}
#solutions .testimonial .container {
  max-width: 1192px;
  margin: 0 auto;
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  #solutions .testimonial .container {
    padding: 72px;
  }
}
#solutions .testimonial .container p:before {
  content: "“";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
#solutions .testimonial .container p {
  color: #fff;
  position: relative;
  padding: 84px 0;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.2px;
  font-weight: 300;

  @media (min-width: 768px) {
    font-size: 24px;
  }
}

#solutions .testimonial .container p:after {
  content: "”";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
#solutions .testimonial .byline {
  color: #fff;
}

/* =================== WAYFINDER =================  */

.wayfinder {
  background-color: #f3f5f8;
}
.wayfinder.white {
  background-color: #fff;
}
.wayfinder .container {
  max-width: 1600px;
  padding: 40px 24px;
}
@media (min-width: 1170px) {
  .wayfinder .container {
    max-width: 1600px;
    padding: 0 72px 0;
  }
}
.wayfinder .content-sections {
  @media (min-width: 1024px) {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .wayfinder .content-sections:before {
    content: "";
    display: none;
    background: url(/wp-content/themes/binks/images/wayfinder-initial-wide.svg)
      top left no-repeat;
    height: 133px;
    margin-left: 115px;
  }
  .wayfinder.white .content-sections:before {
    background: url(/wp-content/themes/binks/images/wayfinder-initial-wide.svg)
      #ffffff top left no-repeat;
  }
}
.wayfinder .content-section {
  display: grid;
  grid-gap: 48px;
  position: relative;
}
@media (min-width: 1024px) {
  .wayfinder .content-section {
    display: grid;
    grid-gap: 128px;
    position: relative;
  }
}
.wayfinder .content-section .img-column {
  display: grid;
  grid-template-rows: 1fr;
  margin: 0 -24px;
  padding: 35px 0;
}
@media (min-width: 1024px) {
  .wayfinder .content-section .img-column {
    display: grid;
    grid-template-rows: 240px 1fr;
    margin: 0;
    padding: 0;
  }
}
.wayfinder .content-section.even .img-column {
  background: url(/wp-content/themes/binks/images/wayfinder-mobile-line-even.svg)
    top center no-repeat;
  background-size: cover;
}
.wayfinder .content-section.odd .img-column {
  background: url(/wp-content/themes/binks/images/wayfinder-mobile-line-odd.svg)
    top center no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .wayfinder .content-section.even .img-column,
  .wayfinder .content-section.odd .img-column {
    background: none;
  }
}

@media (min-width: 1024px) {
  .wayfinder .vertical-line {
    background-color: var(--sky-blue);
    width: 6px;
    margin: 0 auto;
    position: relative;
  }

  .wayfinder .content-section.odd .vertical-line:after {
    content: "";
    display: block;
    height: 37px;
    width: 37px;
    background: url(/wp-content/themes/binks/images/wayfinder-line-odd-start.svg)
      #f3f5f8 no-repeat;
    position: absolute;
    bottom: 0px;
  }
  .wayfinder.white .content-section.odd .vertical-line:after {
    content: "";
    display: block;
    height: 37px;
    width: 37px;
    background: url(/wp-content/themes/binks/images/wayfinder-line-odd-start.svg)
      #fff no-repeat;
    position: absolute;
    bottom: 0px;
  }
  .wayfinder .content-section.even .vertical-line:after {
    content: "";
    display: block;
    height: 37px;
    width: 38px;
    background: url(/wp-content/themes/binks/images/wayfinder-line-even-start.svg)
      #f3f5f8 no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0;
  }
  .wayfinder.white .content-section.even .vertical-line:after {
    content: "";
    display: block;
    height: 37px;
    width: 38px;
    background: url(/wp-content/themes/binks/images/wayfinder-line-even-start.svg)
      #fff no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0;
  }
}
.wayfinder .content-section:last-child .vertical-line {
  display: none;
}
.wayfinder .content-section:last-child .text-container {
  padding-bottom: 0;
  min-height: 0px;
}
@media (min-width: 1024px) {
  .wayfinder .content-section:last-child .text-container {
    padding-bottom: 0;
    min-height: 0;
  }
}
.wayfinder .content-section.odd,
.wayfinder .content-section.even {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .wayfinder .content-section.odd {
    grid-template-columns: 240px 1fr;
  }

  .wayfinder .content-section.even {
    grid-template-columns: 1fr 240px;
  }
}
@media (min-width: 1024px) {
  .wayfinder .line-in:first-child {
    display: block;
    width: calc(100% - 320px);
    background-color: var(--sky-blue);
    height: 5px;
    margin: -5px 0 50px 150px;
    position: relative;

    &:after {
      content: "";
      display: block;
      height: 100px;
      width: 40px;
      background: url(/wp-content/themes/binks/images/wayfinder-line-odd-end.svg)
        #f3f5f8 no-repeat;
      background-size: cover;
      background-position: top;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      transform: scaleY(-1);
    }

    &:before {
      content: "";
      display: block;
      height: 180px;
      width: 40px;
      background: url(/wp-content/themes/binks/images/wayfinder-line-even-end.svg)
        #f3f5f8 no-repeat;
      position: absolute;
      left: -35px;
    }
  }

  .wayfinder {
    &.white {
      .line-in {
        &:first-child {
          &:after {
            background: url(/wp-content/themes/binks/images/wayfinder-line-odd-end.svg)
              #ffffff no-repeat;
            background-size: cover;
            background-position: top;
          }
          &:before {
            background: url(/wp-content/themes/binks/images/wayfinder-line-even-end.svg)
              #ffffff no-repeat;
          }
        }
      }
    }
  }
  .wayfinder .content-section.even + .line-in {
    display: block;
    width: calc(100% - 270px);
    background-color: var(--sky-blue);
    height: 5px;
    margin: -5px 0 50px 115px;
    position: relative;
  }

  .wayfinder .content-section.odd + .line-in {
    display: block;
    width: calc(100% - 270px);
    background-color: var(--sky-blue);
    height: 5px;
    margin: -5px 0 50px 150px;
    position: relative;
  }

  .wayfinder .content-section.odd + .line-in:after {
    content: "";
    display: block;
    height: 180px;
    width: 40px;
    background: url(/wp-content/themes/binks/images/wayfinder-line-odd-end.svg)
      #f3f5f8 no-repeat;
    position: absolute;
    right: 0;
  }
  .wayfinder.white .content-section.odd + .line-in:after {
    content: "";
    display: block;
    height: 180px;
    width: 40px;
    background: url(/wp-content/themes/binks/images/wayfinder-line-odd-end.svg)
      #fff no-repeat;
    position: absolute;
    right: 0;
  }
  .wayfinder .content-section.even + .line-in:after {
    content: "";
    display: block;
    height: 180px;
    width: 40px;
    background: url(/wp-content/themes/binks/images/wayfinder-line-even-end.svg)
      #f3f5f8 no-repeat;
    position: absolute;
    left: 0;
  }
  .wayfinder.white .content-section.even + .line-in:after {
    content: "";
    display: block;
    height: 180px;
    width: 40px;
    background: url(/wp-content/themes/binks/images/wayfinder-line-even-end.svg)
      #fff no-repeat;
    position: absolute;
    left: 0;
  }
}
.wayfinder .content-section.even .img-column {
  order: 1;
}
@media (min-width: 1024px) {
  .wayfinder .content-section.even .img-column {
    order: 2;
  }
}

.wayfinder .img-container {
  height: 100px;
  width: 100px;
  border: 3px solid var(--sky-blue);
  border-radius: 100px;
  display: grid;
  align-items: center;
  text-align: center;
  grid-template-rows: 95px;
  margin: 0 auto;
  background-color: #f3f5f8;
}
.wayfinder.white .img-container {
  height: 100px;
  width: 100px;
  border: 3px solid var(--sky-blue);
  border-radius: 100px;
  display: grid;
  align-items: center;
  text-align: center;
  grid-template-rows: 95px;
  margin: 0 auto;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .wayfinder .img-container {
    height: 240px;
    width: 240px;
    border: 6px solid var(--sky-blue);
    border-radius: 240px;
    display: grid;
    align-items: center;
    text-align: center;
    grid-template-rows: 230px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .wayfinder.white .img-container {
    height: 240px;
    width: 240px;
    border: 6px solid var(--sky-blue);
    border-radius: 240px;
    display: grid;
    align-items: center;
    text-align: center;
    grid-template-rows: 230px;
    margin: 0;
  }
}
.wayfinder .img-container img {
  margin: 0 auto;
  max-width: 58px;
}
@media (min-width: 1024px) {
  .wayfinder .img-container img {
    margin: 0 auto;
    max-width: 100%;
  }
}

.wayfinder .text-container {
  min-height: 0;
  padding-bottom: 0;

  h2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .wayfinder .text-container {
    /* min-height: 380px; */
  }
}

.wayfinder .odd .text-container,
.wayfinder .even .text-container {
  margin: 0;
}
@media (min-width: 1024px) {
  .wayfinder .odd .text-container {
    margin-right: 124px;
  }
  .wayfinder .even .text-container {
    margin-left: 124px;
  }
}
.wayfinder .content-section.even .text-container {
  order: 2;
}
@media (min-width: 1024px) {
  .wayfinder .content-section.even .text-container {
    order: 1;
  }
}
.wayfinder .text-container h3 {
  margin-bottom: 24px;
  font-weight: 700;
}
.wayfinder .text-container .stats {
  padding: 16px 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}

@media (min-width: 1024px) {
  .wayfinder .text-container .stats {
    padding: 32px 0 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
  }
}
.wayfinder .stats p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wayfinder .stats p {
    margin-bottom: 16px;
  }
}
.wayfinder .stats p strong {
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .wayfinder .stats p strong {
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
  }
}
.wayfinder .cta-container {
  text-align: center;
}
@media (min-width: 1024px) {
  .wayfinder .cta-container {
    text-align: center;
    padding-bottom: 70px;
  }
}
.wayfinder .cta-container a {
  margin: 0;
}

/* =================== TECHNOLOGY SPOTLIGHT =================  */

@media (max-width: 1023px) {
  .technology_spotlight .grid .text {
    order: 3;
  }
  .technology_spotlight .grid .text.top {
    order: 1;
  }
  .technology_spotlight .grid .image {
    order: 2;
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .technology_spotlight .grid .empty {
    display: none;
  }
}
.technology_spotlight .container {
  max-width: 540px;
  margin: 0 auto;
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  .technology_spotlight .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 72px 24px;
  }
}
@media (min-width: 1170px) {
  .technology_spotlight .container {
    padding: 72px 72px;
  }
}
.technology_spotlight .container .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .technology_spotlight .container .grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 72px;
    align-items: stretch;
  }
}
.technology_spotlight:has(.static-spotlight) .grid {
  max-width: 1120px;
  margin: 0 auto;
}
.technology_spotlight .text.top {
  width: 100%;
  text-align: left;

  @media (min-width: 1024px) {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .technology_spotlight .grid .text {
    text-align: center;
  }
}
.technology_spotlight .text .h2 {
  max-width: 600px;
  margin: 0 auto 16px;
  line-height: 125%;
}

.technology_spotlight .static-spotlight {
  margin-bottom: 2rem;
  .h2 {
    max-width: 900px;
  }
}
.technology_spotlight .grid .text .h2 span {
  color: var(--medium-blue);
  display: block;
}
.technology_spotlight .text .h2 span {
  color: var(--medium-blue);
  display: inline-block;
}
.technology_spotlight .text.top .copy {
  max-width: 740px;
  margin: 0 auto 1rem;
}
.technology_spotlight .text .content-blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
}
.technology_spotlight .text .content-block {
  padding: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .technology_spotlight .text .content-block {
    text-align: left;
  }
}
.technology_spotlight .content-block h3 {
  margin-bottom: 16px;
}
.technology_spotlight .btn-primary {
  margin: 32px auto 0;
  font-size: 16px;
}

.technology_spotlight .image {
  max-width: 355px;
}
.technology_spotlight .image img {
  width: 100%;
}

.technology_spotlight .carousels {
  display: none;
  grid-template-columns: 1fr auto;
  gap: 20px;
  background: white;
  padding: 0;
  align-items: stretch; /* Ensures items stretch to fill available space */
  height: 100%; /* Makes sure this container has a height context */
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .technology_spotlight .carousels {
    display: grid;
    gap: 32px;
  }
}

.technology_spotlight .non-carousel {
  display: block;
}
@media (min-width: 1024px) {
  .technology_spotlight .non-carousel {
    display: none;
  }
}
.technology_spotlight .non-carousel .content-block {
  margin-top: 24px;
  text-align: center;
}
.technology_spotlight .non-carousel .droplet {
  margin-bottom: 24px;
}

.technology_spotlight .text-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.technology_spotlight .text-block {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  border-radius: 5px;
  transition: background 0.5s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.technology_spotlight .text-block.active {
  background: #f3f5f8;
}
.technology_spotlight .progress-bar {
  width: 5px;
  height: 100%; /* This ensures it fills the full height of the text-block */
  background: var(--nickel-grey);
  overflow: hidden;
  position: relative;
  margin-right: 30px;
  flex-grow: 0;
  justify-content: flex-start;
}
.technology_spotlight .text-block.active .progress-bar {
  background: var(--nickel-grey);
}
.technology_spotlight .progress-bar span {
  display: block;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: height 0s linear;
  top: 0;
}
.technology_spotlight .text-block.active .progress-bar span {
  background: var(--sky-blue);
  transition: height 5s linear;
}
.technology_spotlight .slideshow {
  position: relative;
  max-width: 450px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 400px;
  border-bottom-left-radius: 0;
}
.technology_spotlight .droplet {
  overflow: hidden;
  border-radius: 400px;
  border-bottom-left-radius: 0;
  max-width: 250px;
  min-width: 163px;
  margin: 0 auto;
  width: 50%;
}
.technology_spotlight .droplet img {
  width: 100%;
}
.technology_spotlight .slideshow img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s;
  top: 0;
  left: 0;
}
.technology_spotlight .slideshow img:first-child {
  position: relative;
}
.technology_spotlight .slideshow img.active {
  opacity: 1;
}

.tech-spot-cta {
  display: flex;
  justify-content: center;
}

/* =================== FAQs =================  */
.faqs {
  background-color: #f3f5f8;
}
.faqs.white {
  background-color: #fff;
}
.faqs .h2 {
  margin-bottom: 32px;
}
.faqs .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  .faqs .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 72px 24px 0;
  }
}
@media (min-width: 1170px) {
  .faqs .container {
    padding: 72px 72px 0;
  }
}
.faqs .faq-section {
  border-top: 1px solid var(--nickel-grey);
}
.faqs .faq-item {
  border-bottom: 1px solid var(--nickel-grey);
  padding: 24px;
}

.faqs .faq-question {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  width: 100%;
  text-align: left;
  margin: 0;
  font-size: 18px !important;
}

.faqs .arrow {
  transition: transform 0.5s ease-in-out;
  margin: 10px;
}

.faqs .faq-answer {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.faqs .faq-answer p,
.faqs .faq-answer ul,
.faqs .faq-answer ol,
.faqs .answer p,
.faqs .answer ul,
.faqs .answer ol {
  margin: 16px 0 0;
}
.faqs .answer ul ul,
.faqs .answer ul ol,
.faqs .answer ol ul,
.faqs .answer ol ol {
  margin: 0;
}
.faqs ul li {
  list-style: none;
  position: relative;
}
.faqs ul li::before {
  content: "•";
  display: inline-block;
  color: #36cca7;
  font-size: 32px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: -20px;
}

.faqs .faq .answer a {
  font-weight: normal;
  color: var(--dark-blue);
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}

.faqs .faq-question[aria-expanded="true"] + .faq-answer {
  max-height: 1000px; /* Allow enough space for the content */
  opacity: 1;
}

.faqs .faq-question[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

/*REVISIONS */
.faq-section .faq {
  border-bottom: 1px solid var(--nickel-grey);
  padding: 24px;
}
.faq-section .faq .question {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  width: 100%;
  text-align: left;
  margin: 0;
  font-size: 18px !important;
}

.faq-section .faq .question .arrow {
  transition: all 0.5s ease-in-out;
  display: inline-block;
}
.faq-section .faq.active .question .arrow {
  transform: rotate(180deg);
}
.faq-section .faq .question + .answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-in-out;
}
.faq-section .faq.active .question + .answer {
  grid-template-rows: 1fr;
}
.faq-section .faq .answer div {
  overflow: hidden;
}

/* =================== EDUCATION HUB =================  */

.education_hub {
  position: relative;
  margin-bottom: 0;
  padding-top: 3rem;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .education_hub {
    position: relative;
    margin-bottom: 40px;
  }
}
.education_hub .container {
  padding: 80px 24px 40px;
  max-width: 1440px;
}
@media (min-width: 1024px) {
  .education_hub .container {
    padding: 80px 24px 90px;
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .education_hub .container {
    max-width: 1488px;
  }
}
.education_hub .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  align-items: center;
}
@media (min-width: 1024px) {
  .education_hub .grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    grid-gap: 136px;
    align-items: center;
  }
}
.education_hub .image-holder {
  text-align: center;
}
.education_hub .image-holder img {
  width: 100%;
  max-width: 345px;
}
@media (min-width: 1024px) {
  .education_hub .image-holder img {
    max-width: 340px;
  }
}

.education_hub .text-holder {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;

  > * {
    margin: 0 !important;
  }
}

@media (max-width: 1023px) {
  .education_hub .text-holder {
    max-width: 540px;
    margin: 0 auto;
  }
}
.education_hub .text-holder .h2 {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .education_hub .text-holder .h2 {
    margin-bottom: 40px;
  }
}
.education_hub .text-holder .btn-primary {
  font-size: 16px;
}

.education_hub .line-top,
.education_hub .line-bottom {
  height: 6px;
  background-color: var(--sky-blue);
}
.education_hub .line-top {
  left: 50%;
  position: absolute;
  margin: 0 0 70px;
  width: 50%;
  top: 0;
}
@media (min-width: 1024px) {
  .education_hub .line-top {
    left: 190px;
    position: absolute;
    margin: 0 0 70px;
    width: 125%;
    top: 0;
  }
}
@media (min-width: 1600px) {
  .education_hub .line-top {
    left: 190px;
    position: absolute;
    margin: 0 0 70px;
    width: 125%;
    top: 0;
  }
}
.education_hub .line-top:before {
  content: "";
  display: block;
  height: 80px;
  width: 40px;
  background: url(/wp-content/themes/binks/images/wayfinder-line-even-end.svg)
    var(--white) no-repeat;
  position: absolute;
  left: 0;
  background-size: cover;
}
.education_hub .line-bottom {
  display: none;
}
@media (min-width: 1024px) {
  .education_hub .line-bottom {
    margin: 80px 0 0;
    left: -100px;
    position: absolute;
    width: 300px;
    display: block;
  }
}
@media (min-width: 1600px) {
  .education_hub .line-bottom {
    margin: 80px 0 0;
    left: -1290px;
    position: absolute;
    width: 100%;
  }
}
.education_hub .line-bottom:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: url(/wp-content/themes/binks/images/wayfinder-line-even-start.svg)
    var(--white) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.education_hub .line-bottom:after {
  content: "";
  display: block;
  height: 50px;
  width: 6px;
  background: var(--sky-blue);
  position: absolute;
  right: 0;
  bottom: 37px;
}

/* =================== PRODUCT SOLUTIONS =================  */
.product_solutions {
  padding: 48px 0;
  background-color: #f3f5f8;
}

.product_solutions .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.product_solutions h2.h2 {
  margin-bottom: 24px;
}
.product_solutions h2.h2 .special-callout {
  letter-spacing: -1.25px;
}

.product_solutions .copy {
  max-width: 930px;
  margin: 0 auto 48px;
}

.product_solutions .card-sections {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.product_solutions .card-section {
  text-align: center;
}

.product_solutions .card-section:last-child .card {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.05);
}

.product_solutions .card-section h3 {
  margin-bottom: 24px;
}

.product_solutions .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .product_solutions .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product_solutions .card-section .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px;
  background: #fff;
  border-radius: 16px !important;
}
.product_solutions .card-section:last-child .card {
  background: #f7f9fc;
}
.product_solutions .card-section .card .copy {
  margin: 0 auto;
}

.product_solutions .card .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_solutions .card .icon img {
  width: 100%;
  height: auto;
}

/* =================== BRAND HISTORY =================  */
.brand_history {
  padding: 48px 0;
  background-color: var(--dark-blue);

  .copy {
    color: white;
    p {
      color: white;
    }
  }
}
@media (min-width: 768px) {
  .brand_history {
    padding: 72px 0;
  }
}

.brand_history .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  @media (min-width: 1170px) {
    padding: 0 72px;
  }
}

.brand_history .top-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .brand_history .top-row {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 48px;
  }
}

@media (min-width: 768px) {
  .brand_history .top-row .text-content {
    grid-column-start: 2;
    grid-column-end: 4;
  }
}

.brand_history .brand-logo {
  background: var(--white);
  padding: 48px 24px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;

  @media (min-width: 768px) {
    padding: 96px 30px;
  }
}

.brand_history .brand-logo img {
  width: 100%;
  height: auto;

  @media (min-width: 768px) {
    max-width: 200px;
  }
}

.brand_history h2.h2 {
  margin-bottom: 24px;
  color: var(--white);
}

.brand_history h2 .special-callout {
  letter-spacing: -1.25px;
  background-size: auto;
}

.brand_history .copy {
  display: grid;
  grid-gap: 8px;
}
.brand_history .copy p {
  max-width: none;
  margin: 0;
  color: var(--white);
}
@media (min-width: 768px) {
  .brand_history .copy {
    grid-gap: 16px;
  }
  .brand_history .copy p {
    max-width: none;
    margin: 0;
    color: var(--white);
  }
  .brand_history .copy p strong {
    font-size: 20px;
  }
}
.brand_history .history-columns {
  display: block;
  position: relative;
  margin: 0 -24px;
}

@media (min-width: 768px) {
  .brand_history .history-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin: 0;
  }
}

.brand_history .history-column {
  width: 100%;

  .image {
    margin-bottom: 1rem;

    @media (min-width: 767px) {
      margin-bottom: 2rem;
    }
  }
}

@media (max-width: 767px) {
  .brand_history .history-column {
    padding: 0 12px;
  }
}

.brand_history .history-column .image img {
  width: 100%;
  height: auto;
}

.slick-list {
  padding: 0 10% 0 !important;
}
.slick-dots {
  list-style: none;
  margin: 48px auto 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  font-size: 0;
  background: #f3f5f8;
  height: 8px;
  width: 8px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  margin: 0 8px;
}
.slick-dots li.slick-active button {
  background: var(--sky-blue);
}

.catalog-callout {
  background: linear-gradient(
    180deg,
    #dae2ea 0%,
    #dae2ea 50%,
    #f3f5f8 50%,
    #f3f5f8 100%
  );
  padding: 0 1rem;

  .container {
    background-color: #000036;
    border-radius: 1rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;

    @media (min-width: 968px) {
      padding: 48px 144px;
      gap: 70px;
    }

    > div {
      flex: 1 1 400px;

      h3 {
        color: white;
        margin-top: 1rem;
      }
    }

    a {
      margin: 0;
    }
  }
}

section.reversible {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  h2,
  h3,
  h4,
  p {
    margin: 0;
  }

  .special-callout {
    font-size: inherit;
  }

  h2 .h3 {
    display: inline-block;
    margin-top: 8px;
  }

  .container {
    padding: 48px 24px;
    max-width: 1600px;
    @media (min-width: 768px) {
      padding: 72px 24px;
    }
    @media (min-width: 1170px) {
      padding: 72px 72px;
    }

    .reversible-grid {
      display: grid;
      column-gap: 72px;
      row-gap: 1.5rem;
      grid-template-columns: 1fr;
      grid-template-areas:
        "text"
        "image"
        "link";

      &.image-first {
        grid-template-columns: 1fr;
        grid-template-areas:
          "image"
          "text"
          "link";
      }

      @media (min-width: 850px) {
        grid-template-columns: 3fr 2fr;
        grid-template-areas:
          "text image"
          "link image";

        &.image-first {
          grid-template-columns: 2fr 3fr;
          grid-template-areas:
            "image text"
            "image link";
        }
      }

      .reversible-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        grid-area: text;
        align-self: end;
      }

      .reversible-image {
        grid-area: image;
        width: 100%;
        max-width: 100%;
        height: auto;
        &.desktop {
          display: none;
          @media (min-width: 600px) {
            display: block;
          }
        }
        &.mobile {
          display: block;
          @media (min-width: 600px) {
            display: none;
          }
        }
      }

      .reversible-link {
        grid-area: link;
        width: 100%;
        height: fit-content;

        @media (min-width: 850px) {
          width: fit-content;
        }
      }
    }
  }

  &.dark-bg {
    background-color: #000036;

    h2,
    h3,
    h4,
    p {
      color: white;
      margin: 0;
    }

    svg {
      fill: white;
      max-width: 130px;
      @media (min-width: 600px) {
        max-width: none;
      }
      path {
        fill: white;
      }
    }
  }

  &.light-bg {
    background-color: #dae2ea;

    svg {
      fill: #000036;
      max-width: 130px;
      @media (min-width: 600px) {
        max-width: none;
      }
      path {
        fill: #000036;
      }
    }
  }
}
section.quote-image.white {
  background: #fff;
}
section.quote-image.gray {
  background: #f3f5f8;
}
section.quote-image {
  padding: 0 0 24px;
  @media (min-width: 600px) {
    padding: 0 0 72px;
  }
  .container {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
    max-width: 1082px;
    row-gap: 1.5rem;
    column-gap: 72px;

    .text-holder {
      flex: 1 1 300px;
      position: relative;

      svg {
        &:first-child {
          position: absolute;
          left: 0;
          top: -2rem;
        }
        &:last-child {
          position: absolute;
          right: 0;
          bottom: -1rem;
        }
      }
    }

    img {
      max-width: 186px;
      @media (min-width: 768px) {
        max-width: 100%;
      }
    }
  }
}

section.centered-text-callout {
  background-color: #f3f5f8;
  padding: 0rem 1.5rem 1.5rem;

  .container {
    max-width: 1200px;
    background-color: white;
    border-radius: 20px;
    padding: 3rem 1.5rem;

    @media (min-width: 768px) {
      padding: 72px 1.5rem;
    }

    > div {
      max-width: 888px;
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;

      h2 {
        margin-bottom: 1.5rem;
      }

      p {
        margin: 0;
      }

      .special-callout {
        font-size: inherit;
        letter-spacing: inherit;
      }
    }
  }
}

section.electrostatic-solutions {
  padding: 0 1rem 3rem;
  background-color: #f3f5f8;
  text-align: center;
  @media (min-width: 600px) {
    padding: 3rem 1rem;
  }
  .intro-text {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 48px;

    h2 {
      margin-bottom: 24px;
    }
  }

  h3 {
    margin-bottom: 1.5rem;
  }

  .image-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
    max-width: 1208px;
    margin: 0 auto 3rem;

    @media (min-width: 768px) {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .image-card {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;

      img {
        width: 100%;
      }

      p {
        margin: 0;
      }
    }
  }

  .icon-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
    max-width: 1208px;
    margin: 0 auto 3rem;

    @media (min-width: 768px) {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .icon-card {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      background-color: #f7f9fc;
      border-radius: 20px;
      padding: 1rem;

      @media (min-width: 768px) {
        padding: 2rem;
      }

      img {
        max-width: 64px;
        margin: 0 auto;
      }

      p {
        margin: 0;
      }
    }
  }
}

#solutions {
  section.industries-full-width {
    &.blue {
      h2 {
        color: white;
      }
    }
    .container {
      display: block;
      max-width: 1156px;
      padding: 3rem 24px;
      @media (min-width: 768px) {
        padding: 72px 24px;
      }
      @media (min-width: 1170px) {
        max-width: 1600px;
        padding: 72px 72px;
      }
      h2 {
        margin-bottom: 40px;

        @media (min-width: 768px) {
          margin-bottom: 48px;
        }
      }

      .full-width-icons-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
        gap: 1rem;

        @media (min-width: 968px) {
          &.four-columns {
            grid-template-columns: repeat(4, 1fr);
          }
          &.three-columns {
            grid-template-columns: repeat(3, 1fr);
          }
        }

        @media (min-width: 768px) {
          gap: 3rem;
        }

        .icon-text-group {
          .icon-container {
            height: auto;
            padding-bottom: 12px;
          }
          h4 {
            word-break: break-word;
          }
          p {
            margin: 0;
          }
        }
      }
    }
  }
}

.page-template-page-solutions.page-id-2536 {
  background: #f3f5f8;
  .technology_spotlight {
    background: #fff;
    .text .h2 {
      margin-bottom: 32px;
      @media (min-width: 768px) {
        margin-bottom: 16px;
      }
    }
  }
}

.page-template-page-solutions.page-id-2610 {
  .technology_spotlight {
    .regMark {
      top: -0.35em;
      font-weight: normal;
    }
  }
}
