html,
body {
  overflow-x: hidden !important;
}

/*
    * Hero Section
*/
.home-hero-wrapper {
  background: url("https://thechartwatche.wpenginepowered.com/wp-content/uploads/2025/05/CW-Home-Hero-Desktop-1-scaled.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
}

.home-hero-wrapper:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #1c1c1c 0%,
    rgba(23, 140, 166, 0.51) 100%
  );
}

.home-hero-wrapper .container {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-hero-video-section-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-right: 10px;
}

.home-hero-text-wrapper,
.home-hero-video-section-wrapper {
  z-index: 1;
}

.home-hero-video-wrapper {
  position: relative;
  display: inline-block;
}

.home-hero-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.home-hero-text-wrapper h1 {
  color: white;
  margin: 0;
}

.home-hero-text-wrapper p {
  color: #ffffff;
}

.home-hero-video-wrapper::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
  background: #ffbb12;
}

/*
    * Features Section
*/
.second-section {
  position: relative;
  z-index: 1;
}

.second-section::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 300px 100vw;
  border-color: transparent transparent #f2f4f8 transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.second-section h2 {
  color: #0b3b59;
  margin-top: 0;
  margin-bottom: 0;
}

.second-section p {
  color: #0b3b59;
  text-align: center;
}

.second-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-section {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 30px;
  padding-top: 20px;
}

.card-section .card-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-section .card-section .card-header {
  height: 54px;
}

.card-section .card-content-copy {
  margin-top: 5px;
}

.card-section.card-section-2 .card-header {
  height: auto;
}

.card-wrapper {
  border-radius: 12px;
  box-shadow: 2px 2px 21px 0px #0b3b5933;
  padding-bottom: 30px;
  background: white;
  display: flex;
  flex-direction: column;
}

.card-2 .card-header {
  background: #114c71;
}

.card-3 .card-header {
  background: #146a8c;
}

.card-section {
  flex-direction: column;
}

.card-section .card-header {
  color: #ffffff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.card-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0px 35px 0px 35px;
}

.card-content-wrapper br {
  display: none;
}

.card-content-outer {
  flex: 1;
}

.card-content-cta {
  margin-top: auto;
}

.card-1 .card-header {
  background: #0b3b59;
}

.card-icon {
  max-width: 125px;
  margin-top: 40px;
}

.card-content-header {
  color: #146a8c;
  margin-top: 10px;
  margin-bottom: 0;
}

.card-content-copy {
  color: #0b3b59;
}

/*
    * Reviews Section
*/
.review-header-section h2 {
  color: #0b3b59;
}

#review-section-list h2,
#review-section-list p,
#review-section-list h3 {
  text-align: center;
}

#review-section {
  background: #f2f4f8;
  padding-top: 40px;
  padding-bottom: 100px;
}

#review-section .review-card-header {
  text-transform: uppercase;
  color: #146a8c;
}

#review-section .review-card-p {
  color: #0b3b59;
}

#review-section .review-card-name {
  font-size: 18px;
  color: #0b3b59;
  font-style: italic;
}

/*
    * What Is Section
*/
.what-is-section-inner {
  background: url("/wp-content/uploads/2025/06/CW-Home-About-Mobile-2.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  display: flex;
}

.what-is-section-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(
    90deg,
    rgba(28, 28, 28, 0.66) 0%,
    rgba(20, 106, 140, 0.66) 100%
  );
}

.what-is-section .header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.what-is-section .copy {
  text-align: left;
}

.what-is-section .content-wrapper {
  padding: 40px;
  text-align: center;
}

.what-is-section .content-wrapper h2,
.what-is-section .content-wrapper p {
  text-align: center;
}

.what-is-section .image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: none;
  z-index: -1;
}

.what-is-section .image-wrapper img {
  height: 100%;
  width: auto;
}

/*
    * Industry Insights Section
*/
.industry-insights .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.industry-insights h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.industry-insights .card-content-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}

.industry-insights .card-content-wrapper p {
  text-align: center;
}

/*
    * Contact Section
*/
.question-section {
  background: url("https://thechartwatche.wpenginepowered.com/wp-content/uploads/2025/05/CW-Home-Villain-1-scaled.jpg")
    no-repeat center center;
  background-size: cover;
}

.question-section .container {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.question-section .content-wrapper {
  max-width: 750px;
  background-color: #ffffff;
  border-radius: 12px;
  margin: 0 auto;
  padding: 40px;
}

.question-section h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.question-section .content-wrapper p {
  margin: 0 auto;
  text-align: center;
}

.question-section .content-wrapper a {
  margin: 0 auto;
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  /*
        * Hero Section
    */
  .home-hero-wrapper::before {
    background: linear-gradient(
      90deg,
      rgba(28, 28, 28, 0.67) 0%,
      rgba(23, 140, 166, 0.51) 100%
    );
  }

  .home-hero-wrapper .container {
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: row;
  }

  .home-hero-wrapper .container > div {
    flex-basis: 50%;
  }

  .home-hero-text-wrapper {
    align-items: flex-start;
  }

  .home-hero-text-wrapper p {
    padding-right: 60px;
  }

  .home-hero-text-wrapper h1 {
    text-align: left;
  }

  .home-hero-video-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*
        * Features Section
    */
  .second-section {
    align-items: center;
    flex-direction: column;
  }

  .second-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .second-section h2 {
    max-width: 700px;
    margin-bottom: 10px;
  }

  .second-section p {
    max-width: 950px;
    margin-top: 0;
  }

  .card-section {
    /* flex-direction: row; */
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-content-wrapper br {
    display: block;
  }

  /*
        * Reviews Section
    */
  #review-section-track {
    padding: 25px 0;
  }
  #review-section-track .review-card-name{
    margin: 0;
  }
  #review-section-track .review-card-name

  #review-section-list h2,
  #review-section-list p,
  #review-section-list h3 {
    text-align: left;
  }

  #review-section-list h2 {
    margin-top: 5px;
  }

  #review-section-list h3 {
    margin-bottom: 5px;
  }

  #review-section .review-card-wrapper:nth-child(2n + 1) {
    /* border-right: 1px solid #0b3b59;
    padding-right: 50px; */
  }

  #review-section .review-card-wrapper:nth-child(2n) {
    padding-left: 50px;
  }

  #review-section .review-card-name {
    font-size: 24px;
  }

  /*
        * What Is Section
    */
  .what-is-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .what-is-section .image-wrapper {
    display: block;
  }

  .what-is-section .content-wrapper {
    width: 60%;
    padding: 100px;
  }

  .what-is-section-inner {
    border-radius: 12px;
  }

  .what-is-section-inner:before {
    border-radius: 12px;
  }

  .what-is-section .image-wrapper img {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .what-is-section > .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .what-is-section .content-wrapper {
    text-align: left;
  }

  .what-is-section .content-wrapper h2,
  .what-is-section .content-wrapper p {
    text-align: left;
  }

  /*
        * Industry Insights Section
    */
  .industry-insights .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /*
        * Contact Section
    */
  .question-section .container {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .question-section .content-wrapper {
    padding: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .home-hero-text-wrapper .home-hero-cta {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .what-is-section > .container {
    padding: 0;
  }
}
