@import url("style_variables.css");
.solutions-list ul li {
  width: 42%;
  padding: 19px 0;
  position: relative;
  margin: 2px 26px 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  float: left;
  display: table;
}
.solutions-list ul li:before {
  bottom: 0px;
  left: 0px;
  top: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: " ";
  width: 0px;
  border-bottom: 3px solid var(--pink);
  position: absolute;
  z-index: 1;
}
.solutions-list ul li:hover:before {
  width: 100%;
}
.solutions-list ul li:hover i {
  color: var(--pink);
  font-size: 20px;
}

.solutions-list ul li a {
  font-weight: 300;
  font-size: 21px;
  color: #39383a;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.arrow-right:before {
  content: "→";
}
.solutions-list ul li i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  color: var(--pink);
  /* background-color: rgba(255, 255, 255, 0.3); */
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[class^="arrow-"]:before,
[class*=" arrow-"]:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news__all {
  /* width: 67.4%;
  min-height: 640px;*/
  padding: 5% 6%;
  background-color: #ffffff;
  /* background: linear-gradient(to bottom right, #f1fbfd, #ffffff); */
  display: flex;
  align-items: flex-start;
  border: 1px solid #c7c9c9;
  flex: 1;
}

.news__all_item {
  float: left;
  width: 50%;
  margin: 0;
  padding-bottom: 10px;
}
.news__all_item:nth-child(even) {
  padding-left: 15px;
}
.news_line_divider {
  width: 75px;
  height: 3px;
  background-color: #1993d4;
  display: block;
  /* margin-bottom: 50px; */
  margin-top: 15px;
  margin-bottom: 20px;
}
.news__all_inner p,
.blog_box_inner p {
  margin-bottom: 5px;
  font-size: 16px;
}
.news__webinars {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.webinar_divider {
  background-color: #6c57a3 !important;
}
.news-pad-bottom {
  padding-bottom: 15px;
}
.blog_divider {
  background-color: #bd2385 !important;
}
span.news__all_item_date {
  color: #6c57a3;
  font-size: 13px;
  font-weight: 500;
}
.news_date {
  color: #1993d4 !important;
  /* font-size: 15px !important; */
}
.feature-box-headline {
  font-weight: 300;
  font-size: 24px;
  color: #39383a;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.link-view-all {
  font-size: 15px;
  font-weight: 500;
  padding-left: 0 !important;
}
.wpb_content_element ul.blog-feed li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "" !important;
  position: absolute;
  left: -35px;
  top: 0;
  margin-right: 0.5rem;
}
.wpb_content_element ul.blog-feed {
  padding: 0px;
}
.blog-feed-item {
  padding-bottom: 0px;
}
.blog_box {
  margin: 25px;
}
.blog-link {
  color: #39383a;
}
.webinar-title {
  display: block;
  font-size: 16px;
}
.webinar-title .title-link {
  text-decoration: none;
  color: #39383a;
}
.webinar-title .title-link:hover {
  text-decoration: underline;
  color: #1a88cb;
}
.mpc-testimonial__thumbnail {
  margin: 0;
}

.mpc-testimonial .mpc-testimonial__content {
  margin: 65px !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  align-items: center;
  display: flex;
  min-width: 459px;
}
.mpc-testimonial__description {
  margin: 0;
}
.mpc-testimonial__description p {
  margin-bottom: 0;
  font-size: 22px !important;
}
p.hp-carousel-cat {
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.hp-carousel-cta {
  padding-top: 25px;
}
.hp-carousel-cta a {
  font-size: 14px;
  font-weight: 500;
}
.hp-carousel-cta a:after {
  content: "→";
  padding-left: 5px;
  vertical-align: text-bottom;
  display: inline-flex;
}
p.hp-carousel-date {
  font-size: 14px !important;
  color: #39383a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .solutions-list ul li {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 20px;
  }
  .news__all_item {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  /* .news__all_item:nth-child(even) {
    padding-left: 0px;
  } */
  .feature-box-headline {
    font-size: 22px;
  }
  .solutions-list ul {
    padding: 0;
  }
}

section.container {
  max-width: 1500px;
}
.boxes .box {
  top: initial;
  background-color: initial !important;
  color: #ffffff;
}
.boxes {
  border-top: 0px solid #1b93d2;
  overflow: initial;
  padding-top: 15px !important;
}

.boxes .wpb_column:nth-child(3n-2) .box {
  box-shadow: none;
}
.boxes .wpb_column:nth-child(3n-2) .box > .category {
  color: var(--pink);
}
.boxes .wpb_column:nth-child(3n-1) .box {
  border-right: 1px solid #8c8c8c;
}
.boxes .wpb_column:nth-child(3n-1) .box {
  box-shadow: none;
}
.boxes .wpb_column:nth-child(3n-1) .box > .category {
  color: var(--pink);
}
.boxes .wpb_column:nth-child(3n) .box {
  border-right: 1px solid #8c8c8c;
}
.boxes .wpb_column:nth-child(3n) .box {
  box-shadow: none;
}
.boxes .wpb_column:nth-child(3n) .box > .category {
  color: var(--pink);
}
.boxes .box > .category {
  color: var(--pink);
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: 600;
}
.boxes .box > .caption {
  padding-bottom: 1.5rem !important;
  font-size: 14.5px;
  line-height: 21px;
  font-weight: bold;
}
.boxes .box a {
  position: absolute;
  font-size: 13px;
  bottom: 1rem;
  text-transform: capitalize !important;
  font-weight: 600;
  color: var(--pink);
}
.boxes .box a::after {
  content: "→";
  left: 0.5rem;
  top: 0.05rem;
  position: relative;
  display: inline-block;
}

.resource-cards .card {
  max-width: 280px;
  box-shadow: none;
  padding-top: 1.5rem;
  aspect-ratio: 1/1;
}
.resource-cards .card-body {
  padding-left: 0;
  padding-right: 0;
}
.resource-cards .card .read-more {
  left: initial;
}
.resource-cards .card-img-top {
  max-height: 35px;
  text-align: left;
  width: initial;
}
/* Customer Quote section */
/* .hp-customer-says {
  border: 1px solid #cfd1d2;
  padding: 2rem;
} */
.resource-cards .card-img-top.resource-logo-image-rectangle {
  max-height: 40px;
  text-align: left;
  width: initial;
}
.resource-cards .card-img-top.resource-logo-image-square {
  max-height: 60px;
  text-align: left;
  width: initial;
}
.hp-customer-says {
  border: 1px solid #cfd1d2;
  padding: 2rem;
  padding-bottom: 36px;
  /* padding-left: 0;
  padding-right: 0; */
  position: relative;
  min-height: 375px;
  margin-left: 25px !important;
  margin-right: 25px !important;
  border-radius: 10px;
}
@media (max-width: 1490px) {
  .hp-customer-says {
    border: none;
    padding: 2rem;
    padding-bottom: 36px;
    /* padding-left: 0;
  padding-right: 0; */
    position: relative;
    min-height: 375px;
    margin-left: 25px !important;
    margin-right: 25px !important;
    border-radius: 10px;
  }
  .hp-customer-says .logo {
    padding-bottom: 10px;
  }
}
.hp-customer-says::before,
.hp-customer-says::after {
  content: "";
  display: block;
  height: 4px; /* Height of the polka dot row */
  width: 100%;
  position: absolute;
  left: 0;
  /* background: repeating-radial-gradient(
    circle at 0 50%,
    #c3248d 15px,
    #c3248d 0px,
   transparent 20px,
    transparent 40px 
  ); */
  background: radial-gradient(var(--pink) 10%, transparent 10%),
    radial-gradient(var(--pink) 10%, transparent 10%);
  background-color: transparent;
  background-position: 0 0, 25px 25px;
  background-size: 25px 25px;
  background-repeat: repeat;
}

.hp-customer-says::before {
  bottom: 50px; /* Position for the first row */
}

.hp-customer-says::after {
  bottom: 0; /* Position for the second row */
}

.hp-customer-says .img-quote img {
  max-width: 70px;
}
.hp-customer-says .txt-quote {
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
}
.hp-customer-says .txt-quote-name {
  font-weight: 100;
  font-size: 16px;
  font-style: italic;
}
.hp-customer-says strong {
  font-weight: 600;
}
.hp-customer-says p {
  font-size: 1rem;
}
.link-analyst-report {
  display: flex;
  align-items: center;
  padding: 30px;
}
.link-analyst-report .btn {
  font-weight: bold;
}
.btn-hp-arrow {
  padding-left: 0;
}
.btn-hp-arrow:after {
  content: "→";
  padding-left: 5px;
  vertical-align: text-bottom;
  display: inline-flex;
}

.hp-tabs .mpc-button__title {
  font-weight: 500;
}

.header-dots img {
  min-width: 350px;
}
.vc_inner:first-child {
  padding-top: 2.3rem;
}

/* Product Tabs */
.tabs-product li.mpc-tabs__nav-item {
  padding: 0 20px !important;
}
.tabs-product .mpc-button__title {
  min-width: 250px;
  max-width: 300px;
}
.tabs-product-image {
  text-align: center;
}
.tabs-product-image img {
  min-width: 550px;
  max-width: 700px !important;
}
/* #integration-image img,
.integration-image {
  width: 1500px;
} */

#integration-image {
  width: 100%;
}

#integration-image img {
  width: 100%;
  height: auto;
  display: block;
}
/* Set relative positioning on the parent container */
.mpc-row {
  position: relative;
}

/* Image styling */
.integration-image {
  position: relative;
  z-index: 1;
}

/* Overlay text */
.integration-text {
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
}
.integration-text2 {
  position: relative;
  top: -140px;
}
@media (max-width: 1490px) {
  .integration-text {
    position: absolute;
    top: 265px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
  }
}
@media (max-width: 1400px) {
  .integration-text {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
  }
  .integration-text h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 1350px) {
  .integration-text {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
  }
  .integration-text h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1235px) {
  .integration-text {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
  }
  .integration-text2 {
    position: relative;
    top: -95px;
  }
  .integration-text h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1050px) {
  .integration-text {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
  }
  .integration-text2 {
    position: relative;
    top: -55px;
  }
  .integration-text h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 850px) {
  .integration-text {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
  }
  .integration-text2 {
    position: relative;
    top: -5px;
  }
  .integration-text h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .integration-text {
    position: initial;
  }
  .integration-text2 {
    position: relative;
    top: -5px;
  }
  .integration-text h2 {
    font-size: 2.1rem;
  }
}
/* Adjust spacing for subsequent content. You may need to adjust this value based on the content of your text. */
.mpc-row {
  /* margin-bottom: -100px;  */
}

#integration-image .vc_single_image-wrapper,
#integration-image figure {
  display: block !important;
}
.hp-expert-quote img {
  min-width: 370px;
  max-width: 380px;
}
@media (max-width: 1250px) {
  .hp-expert-quote img {
    min-width: 330px;
    max-width: 360px;
  }
}
@media (max-width: 1100px) {
  .hp-expert-quote img {
    min-width: 250px;
    max-width: 280px;
  }
}
@media (max-width: 775px) {
  .hp-expert-quote img {
    min-width: 90vw;
  }
}
.progress-bar {
  background-color: grey;
  height: 4px;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  background-color: #be2588;
  height: 100%;
  width: 0%; /* start from 0% */
  position: absolute;
}

.pink-color {
  background-color: #be2588;
}

/* Optional: if you want a specific shade of grey for inactive progress bars */
.grey-color {
  background-color: grey;
}
.related-content article:nth-child(1) {
  padding-left: 0;
}

.related-content article:nth-child(4) {
  padding-right: 0;
}
.hp-whats-new .card {
  box-shadow: initial;
}

.hp-tabs .selector {
  display: none;
}

#hp-tabs-product .vc_tta-container {
  /* border: 1px solid #949598; */
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 15px;
}
@media (max-width: 775px) {
  #hp-tabs-product .vc_tta-container {
    border: none;
    border-radius: 25px;
  }
}
#hp-tabs-product .vc_tta-panels-container {
  padding: 0 20px;
}
.vc_tta-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  border-bottom: 3px solid #be2588;
}
.vc_tta-container .vc_tta-tabs-list .vc_tta-tab {
  border-bottom: 3px solid #c6c8c9;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  /* background-color: #ebebeb !important; */
  color: #be2588 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list {
  margin-top: initial !important;
  font-size: 15px;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: none;
  display: inline-block !important;
  border-radius: initial;
  position: relative;
  margin-left: 0 !important;
}
.hp-tabs .vc_tta-tab a {
  font-size: 1.2rem !important;
}
.hp-tabs strong {
  font-weight: 600;
}
.hp-tabs .vc_tta-tabs-list .hp-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: purple;
  width: 0;
  z-index: 5;
  max-width: 100%;
}
.hp-tabs .vc_tta-tab {
  position: relative;
}
.hp-tabs .vc_tta-tab:not(.vc_active) .hp-progress-bar {
  width: 0 !important;
}
.hp-tabs h3 {
  color: #111726;
}
.wpb-js-composer
  .vc_tta-tabs.vc_tta-tabs-position-top
  .vc_tta-panel
  .vc_tta-panel-body,
.wpb-js-composer
  .vc_tta-tabs.vc_tta-tabs-position-bottom
  .vc_tta-panel
  .vc_tta-panel-body {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -sand-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn-nopill {
  background: transparent;
  border: 0;
}
.btn-nopill:hover {
  font-weight: 400;
  text-decoration: underline;
}
.link-analyst-report .btn-hp-arrow:hover {
  text-decoration: underline;
}
.btn-pink-solution-hp {
  color: var(--pink) !important;
  background-color: transparent;
  background-image: none;
  border-color: var(--pink) !important;
}
.btn-pink-solution-hp:hover {
  color: #fff !important;
  background-color: var(--pink);
  border-color: var(--pink);
}
.solutions-list h1,
h2,
h3,
h4 {
  color: var(--navy);
}
.hp-tabs .mpc-active .mpc-button {
  color: var(--navy) !important;
}
