/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.mega-menu .mega-nav-con ul {
  padding-top: 0;
}

#hhs-main-nav .mega-menu .mega-nav-con ul .hs-menu-item > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#hhs-main-nav .mega-menu .mega-nav-con ul .hs-menu-item > a > .mega-menu-item {
  margin-bottom: 0 !important;
}

#hhs-main-nav .mega-menu .mega-nav-con ul li.hs-menu-depth-1:hover > a .mega-menu-item,
#hhs-main-nav .mega-menu .mega-nav-con ul li.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper > li.hs-menu-depth-2 > a > p {
  color: #FFFFFF !important;
}

#hhs-main-nav .mega-menu .mega-nav-con ul li.hs-menu-depth-1 > ul.hs-menu-children-wrapper > li.hs-menu-depth-2 > a > p {
  line-height: 1.2em;
}

#hhs-main-nav .mega-menu .mega-nav-con ul .hs-menu-depth-2 {
  /* Temp changes nav Megamenu */
  /* width: 250%; */
  width: 150%;
}

#hhs-main-nav .mega-menu .mega-nav-con ul .hs-menu-depth-2 > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#hhs-main-nav .mega-menu .mega-nav-con ul li.hs-menu-depth-1 > ul {
  padding-left: 0 !important;
}

nav.sticky-menu.active .mega-menu {
  background-color: rgba(255, 255, 255, 0.9);
}

.section-line {
  display: block;
  width: 48px;
  height: 2px;
  background-color: #2cd0c6;
  margin: 18px 0 24px;
}

/* Remove Clean Pro empty card overlay link gap */
.our-services .portfolio-grid > .filter-card > a.flexi-card-outer {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.footer-mail:hover {
  color: #2cd0c6 !important;
}

.why-xcelerate h3 {
  font-size: 25px;
  font-weight: 700;
}

.why-xcelerate .c-card > img {
  margin-top: 15px;
}

.mega-menu-item {
  font-size: 20px;
  font-weight: 700;
}

.blog-title-alignment h3 {
  font-size: 18px;
  font-weight: 700;
}

.blueprint-accordion .accordion-title {
  font-weight: 700;
}

.c-wave-con-btm {
  z-index: 3;
}

.versa-testimonial h5 {
  font-size: 21px;
  font-weight: 700;
}

.versa-testimonial h6 {
  font-size: 16px;
  font-weight: 700;
}

.outcome-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #e9fbf7;
  border-radius: 12px;
}

.outcome-icon svg {
  stroke: #2CD0C6;
  width: 36px;
  height: 36px;
}

.approach-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 12px auto 32px;
  background-color: #e9fbf7;
  border-radius: 12px;
}

.approach-icon svg {
  stroke: #2CD0C6;
  width: 36px;
  height: 36px;
}

.process-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.process-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.proccess-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #2cd0c6;
  border-radius: 50%;
  flex-shrink: 0;
}

.proccess-icon h3 {
  margin-bottom: 0;
}

.process-details {
  padding: 32px;
  border: solid 1px #7a808487;
  border-radius: 12px;
  width: 100%;
}

.flexi-card-fade-in .filter-card {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
  will-change: opacity, transform;
}

.flexi-card-fade-in.is-visible .filter-card {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .our-services .portfolio-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .our-services .portfolio-grid > .filter-card {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }

  .our-services .portfolio-grid > .filter-card:nth-child(4),
  .our-services .portfolio-grid > .filter-card:nth-child(5) {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .center-last .portfolio-grid {
    display: flex !important;
    flex-wrap: wrap;
  }

  .center-last .portfolio-grid > .filter-card {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .center-last .portfolio-grid > .filter-card:last-child:nth-child(3n + 1) {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .our-services .portfolio-grid > .filter-card {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .why-xcelerate .portfolio-grid .filter-card {
    flex: unset;
    max-width: 100%;
  }
}

.blog-index__tag-heading {
  color: #11bfae;
  font-weight: 700;
  border-bottom: unset;
  padding-bottom: unset;
}


/* Blog */
.post-page-full .blog-header-full {
  margin-bottom: unset;
}

.blog-header__inner img {
  border-radius: 15px;
}

.blog-post__meta {
  margin-bottom: 0;
}

.blog-post__meta .meta-author {
  font-size: 16px;
  font-weight: 700;
  color: #11bfae;
}

.blog-post__meta .meta-author a {
  color: #11bfae;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.blog-post__meta .meta-author a img {
  margin-right: 5px;
}

.blog-post__meta p {
  line-height: unset;
  margin-bottom: 5px;
}
.blog-header__inner {
  align-items: center;
}

.blog-header__inner  p.reading-minutes {
  font-size: 13px !important;
  margin-bottom: 0;
}

.blog-body {
  background-color: #f2f2f2;
  padding: 80px 0;
}

.blog-body a {
  color: #11bfae;
}

.blog-body a:hover {
  color: #0d8c8c;
}

@media screen and (max-width: 992px) {
  .blog-header__inner  p.reading-minutes {
    margin-bottom: 1rem;
  }
  .blog-body {
    padding: 50px 0;
  }
  .blog-post h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 576px) {
  .blog-body {
    padding: 30px 0;
  }
  .blog-post h2 {
    font-size: 34px;
  }
}

.blog-post p {
  font-size: 16px;
}
.blog-post h2 {
  font-size: 42px;
}

.blog-post__body .hs_submit .actions {
  text-align: center;
}

/* Nav Mega Menu Temp CSS */
.advice-promo-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.advice-promo-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 295px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.advice-promo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13, 140, 140, 0.98) 0%,
    rgba(13, 140, 140, 0.78) 40%,
    rgba(13, 140, 140, 0.48) 68%,
    rgba(13, 140, 140, 0.30) 84%,
    rgba(13, 140, 140, 0.20) 100%
  );
  pointer-events: none;
}

.advice-promo-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 32px 20px 20px;
  color: #ffffff;
}

.advice-promo-card__title {
  max-width: 440px;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.18;
}

.advice-promo-card__text {
  max-width: 420px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .advice-promo-card {
    min-height: 260px;
  }

  .advice-promo-card::before {
    background: linear-gradient(
      90deg,
      rgba(13, 140, 140, 0.98) 0%,
      rgba(13, 140, 140, 0.78) 40%,
      rgba(13, 140, 140, 0.48) 68%,
      rgba(13, 140, 140, 0.30) 84%,
      rgba(13, 140, 140, 0.20) 100%
    );
  }

  .advice-promo-card__content {
    padding: 28px 20px 20px;
  }

  .advice-promo-card__title {
    font-size: 23px;
  }
}


#hhs-main-nav .mega-menu-1 a:hover {
  color: #282828 !important;
}

nav.sticky-menu.active .mega-menu {
  background-color: rgba(62, 86, 89, 0.98); !important;
}

#hhs-main-nav .mega-menu .mega-nav-con ul li a .mega-menu-item {
  color: #09f4dd !important;
}

#hhs-main-nav .mega-menu .mega-nav-con ul li.hs-menu-depth-1 > ul.hs-menu-children-wrapper > li.hs-menu-depth-2 > a > p {
  color: #09f4dd !important;
}