/* Form CSS starts */
.error input[type="text"],
.error input[type="email"],
.error input[type="password"],
.error input,
.error select {
  border: 1px solid red !important;
  background-color: rgba(255, 107, 24, 0.05) !important;
}

.error input:focus {
  border: 2px solid #2e2d56;
}

.error input:focus ~ .errMsg {
  display: none;
}

.errMsg {
  display: none;
}

.error .errMsg,
.cofeedback .error-msg:not(:empty) {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 9999;
  border-radius: 2px;
  margin: 15px 0px 0px 10px;
  padding: 0px 4px;
  background-color: red;
  color: white;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.error .errMsg::before,
.cofeedback .error-msg:not(:empty)::before {
  content: "";
  width: 14px;
  height: 10px;
  position: absolute;
  background-color: red;
  top: -8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.cofeedback .error-msg:not(:empty) {
  color: white !important;
}

/* Form CSS ends */

/* webinar pop up video css  starts*/
#webinarPopUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

#pclose {
  position: absolute;
  right: 50px;
  top: 50px;
  padding: 2px;
  /* background-color: red; */
  z-index: 999;
  font-weight: 600;
  color: #fff;
}

#pclose:hover {
  cursor: pointer;
}

/* webinar pop up video css  ends*/

/* prloader css starts */

.preloader-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.801);
  display: none;
}

.preloader-wrap .preloader-inwrap,
.section-preloader .preloader-inwrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-wrap .preloader-inwrap span,
.section-preloader .preloader-inwrap span {
  width: 20px;
  height: 20px;
  background-color: yellow;
  margin-right: 20px;
  -webkit-animation: plmove 2s linear infinite;
  animation: plmove 2s linear infinite;
}

.preloader-inwrap span:nth-of-type(1) {
  background-color: #f86b19;
}

.preloader-inwrap span:nth-of-type(2) {
  background-color: #fff;
}

.preloader-inwrap span:nth-of-type(3) {
  background-color: #872345;
}

.preloader-inwrap span:nth-of-type(4) {
  background-color: #fde9dc;
}

@-webkit-keyframes plmove {
  0% {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: rotate(180deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
  }
}

@keyframes plmove {
  0% {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: rotate(180deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
  }
}

/* prloader css ends */

/* Customer Logo Section Margin remove */
.content-section .row-container.customer-highlight-row {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Customer Logo Section Margin remove */

/* form horizontal scroll issue fix */
.module--form .background {
  left: 0;
  width: 47vw;
}

/* form horizontal scroll issue fix */
/* pricing page show more css */
#pricing_rowSH .how-it-works-row .column-text-row div {
  display: none;
}

#pricing_rowSH .how-it-works-row .column-text-row div:nth-child(-n + 6) {
  display: block;
}

#pricing_rowSHB {
  cursor: pointer;
}

/* pricing page show more css ends*/

/* pagination css starts */
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination a {
  padding: 5px;
}

/* pagination css ends */

/* signin-form css starts */
form.signin-form .input-group label {
  top: 30px;
}

span.login-required {
  color: red;
  font-size: 12px;
  display: flex;
  margin-top: -15px;
}

/* .additional-links .sign-in-link {
	display: none !important;
}
.additional-links .sign-in-link {
	display: none !important;
} */
/* signin-form css ends */

/* .features-row .tabs-content-container .tab-content .wysiwyg-content {
	max-width: 31ch;
} */
.debug-mode .debug {
  display: none;
}

.ot-sdk-show-settings.ot-cookie-pref-cta-footer {
  color: #fff !important;
  border: none !important;
  font-size: inherit !important;
  padding: 0 !important;
}

.ot-sdk-show-settings.ot-cookie-pref-cta-footer:hover {
  background-color: transparent !important;
}

#cookieNotice {
  display: none;
}

.logo-carousel .logo-wrap {
  max-width: 215px;
}

.logo .image.orientation--landscape {
  width: 100%;
  max-width: 70%;
  max-height: 65px;
  height: 100%;
  position: relative;
}

.promotional-banner {
  /* display: none; */
  height: 0;
  position: absolute;
  right: 110%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotional-banner a.banner-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.promo-banner-present .site-header {
  height: 120px;
}

.promo-banner-present .promotional-banner {
  height: 56px;
  /* background-color: #25223B; */
  color: #ffffff;
  text-align: center;
  /* line-height: 4; */
  /* display: block; */
  right: 0;
  opacity: 1;
  position: relative;
  transition: all 1s ease-out;
}

.promotional-banner div.wysiwyg-content {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-nav-open.promo-banner-present .toggle-menu {
  position: absolute;
  right: 0;
  top: -50px;
  right: 15px;
}

body.promo-banner-present {
  padding-top: 110px;
}

body.promo-banner-present .in-page-menu.scrolled {
  top: 120px;
}

.promo-banner-present .additional-links,
.promo-banner-present .primary-links li {
  padding: var(--spacer-2) 0;
}

@media screen and (max-width: 1023px) {
  .promo-banner-present .promotional-banner {
    height: 66px;
  }
}

/*
/* Home Resources and Stats Code - S */

.h3-2-25 {
  font-size: 2.25em;
}

.resource-item img {
  display: block;
  width: 60%;
  height: auto;
  object-fit: contain;
  margin: auto;
}

.rns-item {
  aspect-ratio: 1/1;
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2em;
}

.resource-item {
  background-color: #f9f9f2;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.resource-item:hover {
  background-color: #ffffff;
}

.resource-item a {
  display: block;
  color: inherit;
  align-items: center;
}

.stat-item {
  border-radius: 100%;
}

.stat-item:nth-child(2) {
  background: #ffc89e;
}

.stat-item:nth-child(4) {
  background: #fab4b8;
}

.stat-item:nth-child(6) {
  background: #aed2f3;
}

.rns-item-wrap {
  text-align: center;
  padding: 0 1.2em !important;
}

.resource-item .rns-item-wrap {
  padding: 3em 1.2em 0 !important;
}

.rns-item-wrap .numbers-row {
  margin: 0;
}

.rns-item-wrap .number {
  font-size: 4.5em;
  font-weight: 500;
  color: inherit;
  margin-bottom: 15px;
  font-family: "Aeonik-Medium";
}

.rns-item-wrap h4 {
  font-size: 1.5em;
  font-weight: 500;
  font-family: "Aeonik-Medium";
}

.resource-and-stat-section-carousel-wrap:after {
  content: "flickity" !important;
  display: none !important;
}

@media screen and (max-width: 969px) {
  .resource-and-stat-section-carousel-wrap {
    display: block !important;
  }

  .rns-item-wrap .number {
    font-size: 3em;
  }

  .rns-item-wrap h4 {
    font-size: 1.1em;
  }

  .resource-item .rns-item-wrap {
    padding: 0 1.2em !important;
  }

  .rns-item-wrap p {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 970px) and (max-width: 1200px) {
  .resource-and-stat-section-carousel {
    width: 100%;
  }
}

@media screen and (min-width: 1201px) {
  .resource-and-stat-section-carousel {
    width: 85%;
    max-width: 1200px;
  }
}

@media screen and (min-width: 970px) {
  .resource-and-stat-section-carousel-wrap:after {
    content: "" !important;
  }

  .resource-and-stat-section-carousel .carousel--controls {
    display: none;
  }

  .rns-item {
    width: 100%;
    margin: 0;
  }
}

.resource-and-stat-section::after {
  content: "";
  background-image: url(./../images/rns-border.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  background-size: contain;
  width: 15%;
}

.resource-and-stat-section::before {
  content: "";
  background-image: url(./../images/rns-border.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background-size: contain;
  width: 15%;
  transform: rotate(180deg);
}

/* Home Resources and Stats Code - S */

/* Home Products offered Code - S */

.products-offered {
  padding-top: 5em;
  padding-bottom: 12em !important;
}

.products-offered .tab-links-container {
  background: #e5e3dc99;
  height: 72px;
}

.products-offered .tab-links-container button {
  color: #6b697b;
  padding: 0 20px;
  margin: 10px;
}

.products-offered .tab-links-container button:first-child {
  margin-right: 0;
}

.products-offered .tab-links-container button:last-child {
  margin-left: 0;
}

.products-offered .tab-links-container button:hover {
  background: transparent;
  color: inherit;
}

.products-offered .tab-links-container button.active {
  background: #34324a;
  color: white;
  /* box-shadow: 0px 2px 0px 0px #00000014; */
}

.products-offered .justify-content-start {
  justify-content: space-between !important;
}

.products-offered .basic-content h3 {
  font-size: 1.6em;
  line-height: 1.2;
}

.products-offered .basic-content p {
  color: #6b697b;
  padding: 1em 0;
}

.expander-wrapper {
  border-top: 1px solid #dfdde7;
}

.expander-wrapper .details-group .details {
  border-bottom: 1px solid #dfdde7;
  position: relative;
}

.details .label {
  font-size: 1em;
}

.details {
  overflow: hidden;
  border-bottom: 1px solid #cfd8dc;
  transition: height 300ms ease-in-out;
}

.details:last-child {
  border-bottom: 0;
}

.details__content {
  padding: 0 3em 0.75em 0;
}

.details__summary {
  position: relative;
  list-style: none;
  padding: 0.75em 1.25em 0.75em 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2rem;
  transition: color 300ms ease-in-out;
}

.details__summary::-webkit-details-marker {
  display: none;
}

.details__icon {
  pointer-events: none;
  display: block;
  position: absolute;
  right: 10px;
  top: 33%;
  transform: rotate(180deg) translateY(-33%);
  transition: all 0.3s ease-in-out;
}

[open] .details__icon {
  transform: rotate(0deg);
}

.details::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  height: 0px;
  width: 0;
  background-color: #ff6b18;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

[open].details::before {
  opacity: 1;
  height: 2px;
  top: 0;
  width: 100%;
}

.tab-with-media video {
  border-radius: 20px;
}

.tab-with-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.expander-wrapper a::after {
  content: "";
  background-image: url(./../images/Arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: 10px;
}

.bg-dots::after {
  content: "";
  background-image: url(./../images/products_offered-border.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 1;
  height: 120px;
  background-size: cover;
  width: 11%;
  background-position: right;
  opacity: 0.5;
}

.bg-dots::before {
  content: "";
  background-image: url(./../images/products_offered-border.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 120px;
  background-size: cover;
  background-position: right;
  transform: rotate(180deg);
  width: 11%;
  opacity: 0.5;
}

.cta-promo-updated {
  overflow: hidden;
}

.cta-promo-updated img {
  display: block;
  margin-left: auto;
  height: 100%;
  width: auto;
}

.cta-promo-updated h3 {
  font-size: 2.8em;
  margin-bottom: 1em;
}

@media screen and (max-width: 600px) {
  .cta-promo-updated .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  .cta-promo-updated h3 {
    text-align: center;
  }

  .cta-promo-updated {
    padding-bottom: 4em;
  }

  .cta-promo-updated img {
    position: absolute;
    height: 140px;
    width: auto;
    bottom: -100px;
    right: 0;
  }

  .cta-promo-updated h3 {
    font-size: 2em;
  }
}

@media screen and (max-width: 768px) {
  .tab-with-media {
    margin-top: 50px;
  }
}

.testimonial.bg-dots {
  padding-top: 6em;
  padding-bottom: 5em;
}

.testimonial.bg-dots::before {
  left: 0;
  top: 5%;
  transform: rotate(0);
}

.testimonial.bg-dots::after {
  right: 0;
  left: auto;
  bottom: -20%;
  transform: rotate(180deg);
}

.testimonial-tab {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.testimonial-tab .tablinks {
  width: 50%;
  padding: 3px;
  height: 160px;
}

.testimonial-tab button {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #f9f9f2;
  transition: all 0.3s ease-in-out;
}

.testimonial-tab button img {
  opacity: 0.3;
  display: block;
  margin: 0 auto;
  width: 60%;
  height: 80px;
  object-fit: contain;
}

/* .testimonial-tab button:hover {
  background-color: #E1EEFA;
} */

.testimonial-tab button:hover img {
  opacity: 0.8;
}

.testimonial-tab button.active {
  background-color: #e0e0d6;
}

.testimonial-tab button.active img {
  opacity: 1;
}

.testimonial-tabs-wrapper-ab {
  max-width: 1420px;
  margin: auto;
  position: relative;
}

.testimonial-tabs-wrapper-ab .testimonial-tab {
  display: list-item;
  list-style-type: none;
  column-count: 2;
}

.testimonial-tabs-wrapper-ab .testimonial-tab button img {
  opacity: 0.3;
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 100px;
  object-fit: contain;
}

.testimonial-tabs-wrapper-ab .testimonial-tab .tablinks {
  display: block;
  width: 35%;
  height: 180px;
}

.testimonial-tabs-wrapper-ab .testimonial-tab button.active img {
  opacity: 1;
}

.testimonial-tabs-wrapper-ab .testimonial-tab .tablinks:nth-child(4),
.testimonial-tabs-wrapper-ab .testimonial-tab .tablinks:nth-child(5),
.testimonial-tabs-wrapper-ab .testimonial-tab .tablinks:nth-child(6) {
  margin-left: auto;
}

.tabcontent-mid {
  position: absolute;
  width: 55%;
  top: 0;
  left: 22.5%;
  height: 100%;
  z-index: 2;
}

.tabcontent-mid .tabcontent-wrap {
  padding: 3.5em;
}

.tablink .tab-active-state {
  display: none !important;
  position: absolute;
  right: 0;
  width: 15% !important;
  height: 100% !important;
  z-index: 1;
  top: 0;
}

.testimonial-tab .tablinks:nth-child(4) .tablink .tab-active-state {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

.testimonial-tab .tablinks:nth-child(5) .tablink .tab-active-state {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

.testimonial-tab .tablinks:nth-child(6) .tablink .tab-active-state {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

@media screen and (min-width: 969px) {
  .tablink.active .tab-active-state {
    display: block !important;
  }
}

.testimonial-tabs-wrapper .tabcontent {
  display: none;
  height: 98.8%;
  background: #25223b;
  margin: 3px;
  color: white;
}

.testimonial-tabs-wrapper .tabcontent-wrap {
  padding: 3em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-tabs-wrapper .col-8,
.testimonial-tabs-wrapper .col-4 {
  padding: 0 !important;
}

.testimonial-tabs-wrapper .testimonial-content {
  font-size: 1.4em;
}

.profile-wrap {
  position: relative;
}

.profile-wrap img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}

.profile-wrap h4 {
  color: #ffa450;
  font-size: 1.3em;
  font-weight: 500;
}

.profile-wrap p {
  font-size: 1.1em;
  margin-bottom: 0;
}

.profile-wrap a {
  position: absolute;
  right: 0;
  bottom: 0;
}

.profile-wrap a::after {
  content: "";
  background-image: url(./../images/Arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: 10px;
}

@media screen and (min-width: 968px) and (max-width: 1080px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    padding: 0 7%;
  }

  .testimonial-tabs-wrapper-ab .testimonial-tab .tablinks {
    display: block;
    width: 37%;
    height: 140px;
  }

  .tabcontent-mid {
    position: absolute;
    width: 56.5%;
    top: 0;
    left: 21.75%;
    height: 100%;
  }

  .testimonial-tabs-wrapper .testimonial-content {
    font-size: 1em;
  }

  .testimonial-tabs-wrapper .tabcontent-wrap {
    padding: 2em;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    padding: 0 6%;
  }

  .tabcontent-mid {
    position: absolute;
    width: 59.25%;
    top: 0;
    left: 20.4%;
    height: 100%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1420px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    padding: 0 5.5%;
  }

  .tabcontent-mid {
    position: absolute;
    width: 59.5%;
    top: 0;
    left: 20.25%;
    height: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .tabcontent-mid {
    position: absolute;
    width: 55.25%;
    top: 0;
    left: 22.35%;
    height: 100%;
  }
}

@media only screen and (max-width: 968px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }

  .testimonial-tabs-wrapper-ab .tabcontent-mid {
    position: inherit;
    width: 100%;
    height: 100%;
  }

  .testimonial-tabs-wrapper.row {
    flex-direction: column-reverse;
  }

  .testimonial-tabs-wrapper.row .col-8,
  .testimonial-tabs-wrapper.row .col-4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .testimonial-tabs-wrapper .testimonial-tab {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
  }

  .testimonial-tab .tablinks {
    min-width: 120px;
    width: 100%;
    padding: 3px;
    height: 120px !important;
    display: inline-block;
  }

  .tabcontent-wrap {
    padding: 1.5em;
  }

  .testimonial-tabs-wrapper .testimonial-content {
    font-size: 1em;
  }

  .profile-wrap {
    margin-top: 30px;
  }

  .profile-wrap h4 {
    font-size: 0.9em;
  }

  .profile-wrap p {
    font-size: 0.8em;
  }

  .profile-wrap a {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 600px) {
  .cta-promo-updated {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .cta-promo-updated h3 {
    margin-bottom: 2em;
  }

  .cta-promo-updated .button {
    margin-top: 50px;
    margin-left: 20px;
  }

  .cta-promo-updated img {
    height: auto;
    width: 80%;
    right: -35%;
    bottom: -35px;
    max-height: 220px;
  }

  .bg-dots::before {
    display: none;
  }

  .bg-dots::after {
    display: none;
  }

  .products-offered {
    padding-bottom: 2.5em !important;
  }

  .resource-and-stat-section::before {
    width: 25%;
    max-width: 90px;
  }

  .resource-and-stat-section::after {
    width: 25%;
    max-width: 90px;
  }

  .testimonial.bg-dots {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .resource-and-stat-section-carousel h3 {
    margin-bottom: 0 !important;
  }

  .explore-resources .row-container {
    margin-bottom: 0 !important;
  }

  .explore-resources .card-text {
    padding-bottom: 0;
  }

  .explore-resources .row.mb-4 {
    display: none;
  }

  .explore-resources .resource-listing-row {
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .profile-wrap a {
    position: initial;
    margin-top: 20px;
    float: right;
  }

  .testimonial-tabs-wrapper .tabcontent-wrap {
    padding: 1.5em;
  }

  .profile-wrap a {
    position: initial;
    margin-top: 20px;
    float: right;
  }

  .testimonial-tabs-wrapper .tabcontent-wrap {
    padding: 1.5em;
  }
}

.rns-link img {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
}

.rns-item a:hover .rns-link img {
  margin-left: 8px;
}

/******* Updated Testimonial Tabs on HP ******/
.testimonial-tabs-wrapper-ab-2 .testimonial-tab {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  padding-bottom: 30px;
  overflow-y: hidden;
}

.testimonial-tabs-wrapper .tabcontent-wrap {
  padding: 0;
}

.testimonial-tabs-wrapper-ab-2 .tabcontent {
  height: 100%;
  background: transparent;
}

.testimonial-tabs-wrapper-ab-2 .tablinks {
  display: block;
  width: 35%;
  min-width: 120px;
  padding: 3px;
  height: 120px !important;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button {
  position: relative;
  border: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button::before {
  content: "";
  position: absolute;
  display: none;
  width: auto;
  max-width: 0px;
  margin: auto;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 100%;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ff6b17;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button::after {
  content: "";
  position: absolute;
  width: 90%;
  display: none;
  height: 4px;
  bottom: -34px;
  background: #ff6b17;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active {
  background-color: #f9f9f2;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active::before {
  display: block;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active::after {
  display: block;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button img {
  opacity: 0.3;
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 100px;
  object-fit: contain;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button:hover img {
  opacity: 1;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active img {
  opacity: 1;
}

.testimonial-tabs-wrapper-ab-2 .tabcontent-mid {
  background-color: #35324a;
  color: white;
  padding: 5em 7em 1.5em;
  margin-bottom: 2em;
  min-height: 430px;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
}

.testimonial-tabs-wrapper-ab-2 .tabcontent-mid .testimonial-content p {
  margin: 0 auto 3em;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-content {
  text-align: center;
}

.testimonial-tabs-wrapper-ab-2 .profile-containter {
  display: flex;
  width: 100%;
  align-items: center;
}

.testimonial-tabs-wrapper-ab-2 .profile-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.testimonial-tabs-wrapper-ab-2 .profile-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #ff6b18;
  max-width: 120px;
  min-width: 120px;
}

.testimonial-tabs-wrapper-ab-2 .profile-content {
  margin-left: 2em;
}

.testimonial-tabs-wrapper-ab-2 .profile-content h4 {
  font-size: 26px;
  color: #ffa450;
  margin: 0;
}

.testimonial-tabs-wrapper-ab-2 .profile-content p {
  margin: 0.5em 0 0;
  font-size: 20px;
}

.testimonial-tabs-wrapper-ab-2 .profile-containter a::after {
  content: "";
  background-image: url(https://website.whatfix.com/wp-content/themes/whatfix-site/assets/images/Arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: 10px;
}

.testimonial-tabs-wrapper-ab-2 .profile-containter a {
  width: 50%;
  text-align: end;
  color: #ff6b18;
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .testimonial-tabs-wrapper-ab-2 .tabcontent-mid {
    padding: 2em;
  }

  .testimonial-tabs-wrapper-ab-2 .tabcontent-mid .testimonial-content p {
    margin: 0 auto 1.5em;
    font-size: 1em;
    text-align: left;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-containter {
    flex-direction: column;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-containter a {
    margin-top: 1.5em;
  }

  .testimonial-tabs-wrapper.row {
    flex-direction: column;
    width: 100%;
    margin: auto;
  }

  .testimonial-tabs-wrapper-ab .container-fluid {
    flex-direction: column;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content {
    margin-left: 0;
    margin-top: 0.5em;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content h4 {
    font-size: 1.2em;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content p {
    font-size: 1em;
    margin: 0.25em 0 0;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-containter a {
    width: 100%;
    font-size: 1em;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab {
    padding-bottom: 0;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button::before,
  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button::after {
    display: none !important;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button {
    background: #f9f9f2;
    border-radius: 0;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active {
    background-color: #e0e0d6;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .testimonial-tabs-wrapper-ab-2 .tabcontent-mid {
    padding: 2em 4em 1em;
    margin-bottom: 1em;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button::before {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #ff6b17;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content h4 {
    font-size: 22px;
    color: #ffa450;
    margin: 0;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content p {
    margin: 0.5em 0 0;
    font-size: 18px;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-containter a {
    font-size: 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 968px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-tabs-wrapper.row .container-fluid {
    padding: 0;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-img img {
    border: 1px solid #ff6b18;
    max-width: 80px;
    min-width: 80px;
  }
}

/******* Updated Testimonial Tabs on HP ******/

@media only screen and (max-width: 600px) {
  .promo-banner-present .promotional-banner {
    display: none !important;
  }
}

/* ************  About Us ************* */

.leadership-slider .flickity-viewport {
  width: 100%;
}

.abtPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 999999;
  width: 80%;
  max-width: 1100px;
  transition: all 0.3s ease-in-out;
}

.abt-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 99999;
}

.person {
  margin: 0 30px;
  cursor: pointer;
}

.profile-picture {
  display: block;
  width: 100%;
  margin: 0;
}

.profile-content {
  position: relative;
  margin: 0 0px 20px;
  padding: 20px 15px;
  min-height: 110px;
}

.profile-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
  max-width: 75%;
}

.profile-content h4 {
  font-weight: 500;
  font-family: "Aeonik-Medium", sans-serif;
  font-size: 1.15em;
  margin: 0;
  max-width: 85%;
}

.read-more {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.read-more img {
  cursor: pointer;
  display: block;
}

.person:hover .profile-content .read-more {
  display: block;
  cursor: pointer;
}

.person:hover .profile-content {
  background-color: #35324a;
  color: white;
  cursor: pointer;
}

.abtPopup img {
  display: block;
  width: 100%;
  max-width: 450px;
}

.abtPopup h5 {
  margin: 10px 0 40px;
}

.abtPopup p {
  font-size: 18px;
}

.abtPopup #close-btn {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  z-index: 99999999;
  cursor: pointer;
}

.abtPopup #close-btn svg {
  height: 30px;
}

.abtPopup .abtPopup-nav {
  text-align: end;
  margin-top: -20px;
}

.abtPopup .abtPopup-nav button {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--type-color);
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

.abtPopup .abtPopup-nav button:hover {
  background: var(--type-color);
}

.abtPopup .abtPopup-nav button#prev-btn {
  margin-right: 8px;
}

.abtPopup .abtPopup-nav button svg {
  transition: all 0.3s ease;
}

.abtPopup .abtPopup-nav button:hover svg * {
  fill: #ffffff;
}

.wfx-team .resource-and-stat-section-carousel {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1201px) {
  .wfx-team .resource-and-stat-section-carousel {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.wfx-team
  .resource-and-stat-section-carousel
  .resource-and-stat-section-carousel-wrap
  .col {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
}

.wfx-team
  .resource-and-stat-section-carousel
  .resource-and-stat-section-carousel-wrap
  .col
  h4 {
  font-family: "Aeonik-Medium", sans-serif;
  font-weight: 500;
  margin-top: 15px;
}

.wfx-team
  .resource-and-stat-section-carousel
  .resource-and-stat-section-carousel-wrap
  .col
  p {
  font-size: 14px;
  max-width: 82%;
  margin: 3px auto 50px;
  line-height: 1.3;
}

.wfx-team .leadership-slider .flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: 2px solid;
  color: #333;
  bottom: -20px !important;
  top: auto !important;
  left: 50% !important;
  right: 0;
  border-radius: 50%;
}

.wfx-team .leadership-slider .flickity-prev-next-button {
  height: 48px;
  width: 48px;
}

.wfx-team .leadership-slider .flickity-prev-next-button.previous {
  left: 10px;
  margin-left: -55px;
}

.wfx-team
  .leadership-slider
  .flickity-prev-next-button.previous
  .flickity-button-icon {
  height: 220%;
  left: 22%;
  top: 22%;
  width: 220%;
}

.wfx-team
  .leadership-slider
  .flickity-prev-next-button.next
  .flickity-button-icon {
  right: 22%;
  left: auto;
  height: 220%;
  width: 220%;
  top: auto;
  bottom: 25%;
}

.timeline .row-container:nth-child(1) {
  margin-top: var(--spacer-md);
  margin-bottom: 0;
}

.wfx-global {
  margin-top: 0;
}

.wfx-global .row-container:nth-child(1) {
  margin-top: var(--spacer-md);
  margin-bottom: var(--spacer-md) !important;
}

.timeline-carousel-wrap
  .timeline-carousel
  .timeline-slide.is-selected
  .ts_wrap {
  box-shadow: none;
}

.leadership-slider-1 {
  display: none;
}

.leadership-slider-2 {
  display: none;
}

@media screen and (min-width: 969px) {
  .leadership-slider-1 {
    display: block;
  }
}

.leadership-slider-2 .slide .row {
  max-width: 680px;
  margin: auto;
}

@media screen and (max-width: 968px) {
  .leadership-slider-2 {
    display: block;
  }
}

.wfx-footprint {
  padding-top: var(--spacer-sm);
  margin-top: var(--spacer-md);
}

.wfx-footprint-container {
  display: none;
  padding: 2em 0 4em;
  width: 1000px;
  margin: auto;
  position: relative;
}

.wfx-footprint .wfx-footprint-map {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.wfx-footprint-marker {
  position: absolute;
  display: block;
  width: 300px;
}

.wfx-footprint-desc {
  display: none;
  width: 300px;
  padding: 1.5em;
  border: 1px solid;
  position: absolute;
  background: white;
  z-index: 1;
}

.wfx-footprint-marker:hover .wfx-footprint-desc {
  display: block;
}

.wfx-footprint-marker img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

.wfx-footprint-marker h5 {
  color: #ff6b18;
  font-weight: 500;
  font-family: "Aeonik-Medium";
  margin-bottom: 0.5em;
}

.wfx-footprint-marker p {
  margin: 0;
}

.wfx-marker-1 {
  top: 51%;
  left: 33%;
}

.wfx-marker-2 {
  top: 37%;
  left: 18%;
}

.wfx-marker-3 {
  top: 43.5%;
  left: 32%;
}

.wfx-marker-4 {
  top: 27.5%;
  left: 10%;
}

.wfx-marker-5 {
  top: 32%;
  left: 16%;
}

.wfx-marker-6 {
  top: 38%;
  left: 52%;
}

.wfx-marker-7 {
  top: 36%;
  left: 41%;
}

.wfx-footprint-marker::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fab4b8;
  border: 12px solid #35324a;
  position: absolute;
  cursor: pointer;
}

.wfx-footprint-marker:hover::before {
  background-color: #ff6b18 !important;
}

.wfx-footprint-marker::before:hover {
  background-color: #ff6b18 !important;
}

.wfx-marker-1::before {
  top: 60px;
  right: -78px;
}

.wfx-marker-2::before {
  top: 65px;
  left: -78px;
}

.wfx-marker-3::before {
  top: 60px;
  right: -78px;
}

.wfx-marker-4::before {
  top: 60px;
  right: -78px;
}

.wfx-marker-5::before {
  top: 60px;
  right: -78px;
}

.wfx-marker-6::before {
  top: 290px;
  right: -78px;
}

.wfx-marker-7::before {
  top: 210px;
  right: -78px;
}

.wfx-footprint-desc::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/wp-content/themes/whatfix-site/assets/images/footprint-arr.svg);
  width: 22px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wfx-marker-1 .wfx-footprint-desc::after {
  top: 70px;
  right: -21px;
}

.wfx-marker-2 .wfx-footprint-desc::after {
  top: 24%;
  transform: rotate(180deg);
  left: -21px;
}

.wfx-marker-3 .wfx-footprint-desc::after {
  top: 19%;
  right: -21px;
}

.wfx-marker-4 .wfx-footprint-desc::after {
  top: 17%;
  right: -21px;
}

.wfx-marker-5 .wfx-footprint-desc::after {
  top: 23%;
  right: -21px;
}

.wfx-marker-6 .wfx-footprint-desc::after {
  top: 74%;
  right: -21px;
}

.wfx-marker-7 .wfx-footprint-desc::after {
  top: 52%;
  right: -21px;
}

.wfx-footprint-container-resp {
  display: block;
  margin: 0 0 2em;
}

.wfx-footprint-container-resp .col-3 {
  margin: 0 0 2em;
}

.wfx-footprint-block {
  padding: 1.5em;
  background: white;
  height: 100%;
  min-height: 180px;
}

.wfx-footprint-block h5 {
  color: #ff6b18;
  font-weight: 500;
  font-family: "Aeonik-Medium";
  margin-bottom: 0.5em;
  font-size: 18px;
}

.wfx-footprint-block p {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .wfx-footprint-container {
    display: block;
  }

  .wfx-footprint-container-resp {
    display: none;
  }
}

/* ************  About Us ************* */

/******* Updated form fields validation ******/
.wfx-form .input-group.error::after {
  content: "" !important;
  position: absolute;
  top: 52%;
  transform: translateY(-49%);
  right: 5px;
  background-image: url(/wp-content/themes/whatfix-site/assets/images/if_wrong.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35%;
  text-align: right;
  width: 18px !important;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.wfx-form .input-group.valid::after {
  content: "" !important;
  position: absolute;
  top: 52%;
  transform: translateY(-49%);
  right: 5px;
  background-image: url(/wp-content/themes/whatfix-site/assets/images/if_correct.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35%;
  text-align: right;
  width: 18px !important;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.wfx-form .input-group.emailField::after {
  content: none !important;
}

.wfx-form .input-group.dropdown.error::after {
  content: none !important;
}

.wfx-form .input-group.dropdown.valid::after {
  content: none !important;
}

.wfx-form label::after {
  content: "*";
  color: red;
  margin-right: 2px;
}

.wfx-form .emailField.emailFocused .feedback_msg.error-msg {
  display: none !important;
}

.wfx-form .emailField.emailFocused label {
  top: 2px !important;
  color: #25223b !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Aeonik-Regular", sans-serif;
  font-style: normal;
}

/******* Updated form fields validation ******/

/* .type-media img {
  width: 100%;
  height: auto;
  margin: 4em 0;
} */

.resource-type-hero .type-media .wistia_embed {
  background: none;
  border-radius: 0;
  position: static !important;
}

.resource-type-hero {
  position: relative;
}

.resource-type-hero .type-media {
  margin: 4em 0;
}

.resource-type-hero .container.row-container {
  margin-top: 0;
  margin-bottom: 0;
}

.resource-type-hero::after {
  content: "";
  background-image: url(/wp-content/themes/whatfix-site/assets/images/resource-type-edge.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 120px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

.resource-type-hero h3 {
  line-height: 1.2;
  font-size: 3.25em;
}

.resource-type-hero p {
  margin: 0;
}

.resource-type-Webinars h3 {
  font-size: 2.5em;
}

@media screen and (max-width: 1440px) {
  .resource-type-hero h3 {
    font-size: 3em;
  }
}

@media screen and (max-width: 1200px) {
  .resource-type-hero h3 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 968px) {
  .resource-type-hero h3 {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 600px) {
  .resource-type-hero h3 {
    font-size: 2.2em;
  }

  .resource-type-content .related-posts .card .card-text {
    min-height: auto;
    padding-bottom: 0;
  }
}

.resource-type-content .related-posts .card .card-text {
  min-height: auto;
}

.resource-type-content .container.row-container {
  margin-top: 4em;
  margin-bottom: 2em;
}

.filter-wrap img {
  display: inline-block;
  width: auto;
  height: 12px;
}

.filter-wrap p {
  display: inline-block;
  margin: 0;
  color: #8a8a9c;
  margin-left: 8px;
  font-size: 1.1em;
  line-height: 1;
  vertical-align: middle;
}

.filter-content {
  text-align: right;
}

.filter-content label {
  position: absolute;
  z-index: -1;
  color: #8a8a9c;
  font-size: 1.1em;
  width: 100%;
  top: 0;
  left: 0;
  padding-right: calc(var(--responsive-gutter-width) / 2);
}

.filter-content label i {
  color: #8a8a9c;
  margin-left: 8px;
  display: inline-block;
}

.filter-content select {
  padding: 30px 0 0 40px;
  cursor: pointer;
  border: 0;
  background: transparent;
  outline: none;
  appearance: none;
  text-align: end;
  color: #25223b;
  font-size: 1.1em;
}

.hr-line {
  border-top: 1px solid #e4e4e0;
  width: 100%;
  margin: 15px auto 0 !important;
  padding-top: 20px;
}

.share-widget-wrap {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: 8;
}

.share-widget-wrap ul {
  padding: 0;
  list-style-type: none;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
}

.share-widget-wrap ul li {
  background: #c8e2fa;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  display: flex;
  cursor: pointer;
  margin: 10px 0 0;
}

.share-widget-wrap ul li img {
  height: 14px;
  display: block;
  width: auto;
}

.share-widget-wrap ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

li.share-widget-close {
  visibility: hidden;
}

li.share-widget-open {
  visibility: visible !important;
}

.single-resources .cta-promo .text-col .text-wrap,
.tax-resource_type .cta-promo .text-col .text-wrap {
  padding-top: 0;
}

.single-resources .resources-hero .wistia_embed {
  background: none;
  border-radius: 0;
  position: static !important;
}

@media screen and (max-width: 968px) {
  .share-widget-wrap {
    position: fixed;
    bottom: auto;
    right: 20px;
    top: 200px;
  }
}

/* ------------------ Footer Responsive Section ----------------- */

@media only screen and (max-width: 600px) {
  .cta-promo-updated .row .col-8 {
    padding: 0;
  }

  .cta-promo-updated img {
    display: none;
  }

  .cta-promo-updated h3 {
    margin-bottom: 1em;
    padding: 0 1em;
    font-size: 1.6em;
  }

  .cta-promo-updated .text-col {
    text-align: center;
  }

  .cta-promo-updated .button {
    margin: 0;
  }

  .cta-promo-updated .row .col-4 {
    margin: 0 0 5px;
  }

  .footer-demo-cta-section {
    z-index: 8;
  }

  .site-footer {
    position: relative;
    z-index: 8;
  }
}

.page-section--site-footer.site-footer .addl-links .d-flex {
  flex-wrap: wrap;
  text-align: center;
}

/* ------------------ Footer Responsive Section ----------------- */

.wistia_embed {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #fff;
  display: block !important;
  position: relative;
  bottom: auto;
  right: auto;
  z-index: 5;
}

.single-testimonial .row {
  background: #e1eefa;
  position: relative;
  border-bottom: 10px solid #c8e2fa;
  width: 100%;
  margin: auto;
}

.single-testimonial .row .col-12 {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-testimonial .row .col-12:first-child {
  text-align: center;
}

.single-testimonial .row .col-12:first-child img {
  max-height: 340px;
  width: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 30%;
}

.single-testimonial .row .col-12:last-child .basic-content {
  padding: 4em 3em;
}

.single-testimonial .row .col-12:last-child .basic-content p.podcast-quote {
  color: #25223b;
  font-size: 1.4em;
  padding-right: 2em;
}

.single-testimonial .row .col-12:last-child h4 {
  color: #ff6b18;
  font-size: 1.5em;
  margin-top: 2em;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .single-testimonial .row {
    flex-direction: row-reverse;
  }
  .single-testimonial .row .col-12:last-child .basic-content p.podcast-quote {
    font-size: 1.2em;
    max-width: 520px;
    padding-right: 0px;
  }
  .single-testimonial .row .col-12:first-child img {
    left: -15%;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1380px) {
  .single-testimonial .row .col-12:first-child img {
    left: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial .row .col-12:first-child {
    height: 100%;
    position: absolute;
  }
  .single-testimonial .row .col-12:first-child img {
    left: auto;
    right: 0;
    max-height: 230px;
  }
  .single-testimonial .row .col-12:last-child .basic-content {
    padding: 2em 1em 5em;
  }
  .single-testimonial .row .col-12:last-child .basic-content p.podcast-quote {
    padding-right: 0;
    max-width: 100%;
    font-size: 18px;
    padding-bottom: 80px;
  }
  .single-testimonial .row .col-12:last-child h4 {
    font-size: 1.4em;
  }
}

.updated-expanders .expanders {
  border-top: 0;
}

.updated-expanders .expanders .expander {
  border-bottom: 1px solid #e5e3dc;
}

.updated-expanders .expanders button .icon {
  width: 12px;
  height: 12px;
}

.updated-expanders .expanders button .icon:before {
  transform: translateY(-50%) rotate(45deg);
  background: #8a8a9c;
}

.updated-expanders .expanders button .icon:after {
  transform: translate(300%) rotate(-135deg);
  background: #8a8a9c;
}

.updated-expanders .expanders .active button .icon:before {
  transform: translateY(-50%) rotate(135deg);
  background: #8a8a9c;
}

.updated-expanders .expanders .active button .icon:after {
  width: 2px;
  left: 50%;
  transform: translate(300%) rotate(135deg);
  background: #8a8a9c;
}

.stats-row .numbers-row [class*="col-"]:not(.hr-col):after {
  background: #e5e3dc;
}
.stats-row hr {
  background: #e5e3dc;
}

.site-menu .primary-links {
  justify-content: space-between;
  width: 100%;
}

.customer-reviews-wrap.timeline-carousel-wrap
  .customer-reviews-slider.timeline-carousel
  .timeline-slide {
  width: 45%;
  transform: scale(1);
  padding: 1em;
}

.customer-reviews-wrap.timeline-carousel-wrap
  .customer-reviews-slider.timeline-carousel
  .timeline-slide
  .customer-reviews-slide-wrap {
  background-color: #f9f9f2;
  padding: 3em;
  border-bottom: 8px solid #aed2f3;
}

.customer-reviews-wrap .flickity-slider {
  margin-left: -20em;
}

.customer-review-description {
  min-height: 130px;
  margin-top: 0.5em;
}

@media screen and (max-width: 1920px) {
  .customer-reviews-wrap .flickity-slider {
    margin-left: -20em;
  }
}

@media screen and (max-width: 1480px) {
  .customer-reviews-wrap .flickity-slider {
    margin-left: -15em;
  }
  .customer-review-description {
    min-height: 150px;
  }
}

@media screen and (max-width: 920px) {
  .customer-reviews-wrap.timeline-carousel-wrap
    .customer-reviews-slider.timeline-carousel
    .timeline-slide {
    width: 60%;
  }
  .customer-reviews-wrap .flickity-slider {
    margin-left: -10em;
  }
  .customer-review-description {
    min-height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .customer-reviews-wrap.timeline-carousel-wrap
    .customer-reviews-slider.timeline-carousel
    .timeline-slide {
    width: 80%;
  }
  .customer-reviews-wrap .flickity-slider {
    margin-left: -10%;
  }
  .customer-review-description {
    min-height: 210px;
  }
}

@media screen and (max-width: 520px) {
  .customer-reviews-wrap.timeline-carousel-wrap
    .customer-reviews-slider.timeline-carousel
    .timeline-slide {
    width: 100%;
  }
  .customer-reviews-wrap .flickity-slider {
    margin-left: 0;
  }
}

.customer-reviews-slide-wrap img.rating-img {
  display: block;
  margin-bottom: 1em;
}

.verified-wrap span {
  color: #8a8a9c;
  font-weight: 600;
  margin-right: 10px;
}

.verified-wrap span img {
  vertical-align: middle;
  margin-right: 4px;
}

@media screen and (max-width: 1024px) {
  .customer-reviews-section-intro .text-right {
    text-align: left !important;
  }
}

.customer-reviews-wrap.timeline-carousel-wrap .timeline-carousel {
  padding: var(--spacer-5) 0;
}
.customer-reviews-slide-wrap .customer-review-content-wrap {
  min-height: 220px;
}

@media (max-width: 1023px) {
  .button,
  .button:visited,
  .button:focus {
    font-size: 14px;
    padding: 12px 18px;
  }
  .primary-links {
    padding: var(--spacer-2) 0;
  }
}

.content-section .row-container {
  padding: 0% 6%;
}
.wcc-main-content {
  background-color: #35324a;
}
.wcc-sidebar {
  background-color: #25223b;
  color: #fff;
  width: 250px;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
}

.user-profile {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 10px;
}

.user-profile .profile-pic {
  width: 60px;
  border-radius: 50%;
}

.user-name {
  font-size: 16px;
  font-weight: 600;
  color: #25223b;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 0;
  margin-top: 0;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
}

.sidebar-nav ul.sidebar-links {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 14px;
}

.nav-item {
  margin-bottom: 10px;
}

.nav-link {
  display: flex !important;
  align-items: center;
  text-decoration: none;
  color: #25223b !important;
  font-weight: 500;
  padding: 12px !important;
  border-radius: 6px;
  background: transparent;
  transition: background 0.3s ease;
}

.nav-link:hover {
  background-color: #1c1830;
  color: #ffffff !important;
}

.nav-item.active .nav-link {
  background-color: #25223b;
  font-weight: bold;
  color: #ffffff !important;
}

.nav-item .nav-link .icon {
  width: 16px;
  margin-right: 8px;
}

.carot {
  margin-left: auto;
  font-size: 20px;
}

.sidebar-progress {
  background: #edf3ff;
  color: #000;
  padding: 15px;
  border-radius: 10px;
  margin-top: 40px;
  text-align: center;
}

.sidebar-progress progress {
  width: 100%;
  height: 10px;
  appearance: none;
}

.sidebar-progress progress::-webkit-progress-bar {
  background-color: #ddd;
  border-radius: 5px;
}

.sidebar-progress progress::-webkit-progress-value {
  background-color: #4caf50;
  border-radius: 5px;
}
.activities .accordion-header {
  display: flex;
  align-items: center;
}
.activities .accordion-header .int-button {
  width: 200px;
  text-align: center;
  padding: 12px;
  display: block;
}
.activities .accordion-header .int-button.profile-acts {
  padding: 16px;
  text-align: unset;
}
.activities .accordion-header .int-button > span {
  display: block;
  height: 28px;
}
.activities .accordion-header .int-button > button {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
}
.activities .accordion-item:nth-child(2n + 1) .accordion-button,
.activities .accordion-item:nth-child(2n + 1) .int-button {
  background-color: #f9f9f2 !important;
}
.activities .accordion-item:nth-child(2n + 2) .accordion-button,
.activities .accordion-item:nth-child(2n + 2) .int-button {
  background-color: #e5e3dc !important;
}
.activities .accordion-button {
  padding: 20px;
}
.activities .accordion-button .points {
  width: 100px;
}
.activities .accordion-button:focus {
  box-shadow: none;
}
.activities .accordion-button::after {
  background-size: contain;
  width: 12px;
  height: 12px;
}
.activities .accordion-item {
  border: none;
}
.activities .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.activities .category-title {
  height: 60px;
  background-color: #24223b;
  display: flex;
  align-items: center;
  padding: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.activities .category-title .points {
  width: 100px;
}
.activities .category-title .activity {
  width: calc(100% - 242px);
}
body {
  background-color: #35324a !important;
}
.activities span {
  font-size: 16px;
}
a:visited {
  color: #25223b;
}

.podcast-testimonial-carousel-wrap:after {
  content: "flickity" !important;
  display: none !important;
}

.pt-slide {
  width: 100%;
}

.podcast-testimonial-carousel-wrap {
  background: #e1eefa;
  position: relative;
  border-bottom: 10px solid #c8e2fa;
  border-radius: 12px;
}

.podcast-testimonial-banner .profile-image {
  position: absolute;
  bottom: 20px;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: contain;
  max-height: 350px;
}

.podcast-testimonial-banner h4 {
  color: #ff6b18;
}

.podcast-testimonial-banner p {
  color: #25223b;
  font-size: 1.1em;
  min-height: 150px;
}

.podcast-testimonial-banner .profile-company {
  max-height: 30px;
  display: block;
  margin-bottom: 3em;
}

.podcast-testimonial-carousel .flickity-page-dots {
  bottom: 30px;
  display: flex;
  left: 39.5%;
  overflow: hidden;
  width: auto;
}

.flickity-page-dots .dot {
  background: #25223b;
  margin: 0px 4px;
  opacity: 0.15;
  transition: all 0.3s ease-in;
}

.flickity-page-dots .dot.is-selected {
  width: 20px;
  border-radius: 5px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .podcast-testimonial-carousel .flickity-page-dots {
    display: block;
    width: 100%;
    left: 0;
  }

  .pt-slide {
    padding: 0;
  }

  .podcast-testimonial-banner .profile-image {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .podcast-tabs .tab-links-container .tab-button {
    min-width: auto;
  }
}

.content-section .row-container:last-child {
  margin-bottom: 30px !important;
}
.content-section .row-container:first-child {
  margin-top: 30px !important;
}

/* WCC Skeleton Loaders */
.skeleton-text {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  color: transparent !important;
}

.skeleton-name {
  height: 1.2rem;
  width: 120px;
  display: inline-block;
}

/* Optimized skeleton for actual progress elements */
.skeleton-loading {
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 75%) !important;
  background-size: 200% 100% !important;
  animation: skeleton-loading 1.5s infinite !important;
  border-radius: 4px !important;
  color: transparent !important;
}

.skeleton-loading strong {
  color: transparent !important;
}

.skeleton-loading progress {
  opacity: 0.3 !important;
}

@keyframes skeleton-loading {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Hide skeleton when data loads */
.data-loaded .skeleton-text,
.data-loaded .progress-skeleton {
  display: none;
}
