/* overwriting fl style */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: unset !important;
}

/* header */
.has-transparent #masthead>.header-inner {
  background: #fff;
  border-radius: 15px;
  margin-top: 1.5rem;
}

.header-wrapper.stuck {
  box-shadow: none !important;
}

.header-nav>.menu-item a {
  color: #042B3D;
  font-weight: 400;
}

.header-button .button {
  min-height: fit-content;
  background: linear-gradient(to right, #217FAD, #042B3D);
  border: none;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  text-transform: unset;
  padding: 15px 30px;
}

.header-button .button span {
  line-height: 1;
}

/* global */
.arrow-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  background: transparent !important;
  border: solid 1px #217FAD !important;
  border-radius: 99px !important;
}

.arrow-btn.white-arrow {
  color: #fff !important;
}

.arrow-btn.darkblue-arrow {
  color: #042B3D !important;
}

.arrow-btn span {
  display: block !important;
  line-height: 1 !important;
  min-height: fit-content;
}

.arrow-btn::after {
  content: '';
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background: transparent;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.arrow-btn.white-arrow::after {
  background: url('../img/white-arrow.png');
}

.arrow-btn.darkblue-arrow::after {
  background: url('../img/darkblue-arrow.png');
}

.featured-cases-wrapper .box-text {
  background: linear-gradient(45deg, #114c6a, #062c3f);
}

.clients-listing {
  row-gap: 15px;
}

/* home */
.hero-section .section-bg-overlay {
  background: linear-gradient(to right, var(--fs-color-primary), transparent);
}

.team-listing-cards,
.team-listing-cards .flickity-viewport {
  overflow: visible;
}

.team-listing-cards::before {
  content: '';
  display: block;
  position: absolute;
  width: 300%;
  height: 100%;
  right: 100%;
  background: #fff;
  z-index: 10;
}

.team-listing-cards .flickity-page-dots {
  bottom: -2.2em;
}

.team-listing-cards .flickity-page-dots .dot {
  width: 7px;
  height: 7px;
  background: #DEDEDE;
  border: none !important;
  opacity: 1;
}

.team-listing-cards .flickity-page-dots .dot.is-selected {
  background: #217FAD;
}

.team-card .box-image {
  width: 33.333% !important;
}

.team-card .box-image img {
  height: 325px;
  object-fit: cover;
}

.services-accordion {
  list-style: none;
  margin: 0;
}

.services-accordion:not(.archive-accordion) {
  column-count: 2;
}

.service-item {
  margin: 0 !important;
}

.service-item .accordion-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 1em 0;
  border-top: none;
  border-bottom: solid 1px;
  border-color: #2AA2DD;
}

.service-item .accordion-title.active {
  border-bottom: 0;
}

.service-item .accordion-title .toggle {
  display: block;
  position: relative;
  min-height: fit-content;
  opacity: 1;
  transform-origin: 50% 50% !important;
}

.service-item .accordion-title .toggle::before {
  content: '+';
  color: #2AA2DD;
  font-size: 1.5rem;
  font-weight: 400;
}

.service-item .accordion-title.active .toggle::before {
  content: '-';
}

.service-item .accordion-inner {
  border-bottom: solid 1px;
  border-color: #2AA2DD;
}

.case-item>.col-inner {
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-left: solid 1px;
  border-color: #217FAD;
}

.cases-listing .case-item:last-child .col-inner {
  border-right: solid 1px #217FAD;
}

.client-card>.col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  padding: 35px 25px;
  border-radius: 10px;
}

.client-card img {
  width: 100%;
  height: 3.2rem;
  object-fit: contain;
  object-position: center center;
}

/* single case */
.single-case .case .entry-content .social-icons .icon {
  font-size: 1rem;
  color: #3f86d0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

.single-case .case .entry-content .social-icons .icon i {
  margin-top: .2rem;
}

.blog-share .icon.whatsapp i,
.blog-share .icon.linkedin i,
.blog-share .icon.twitter i {
  display: none;
}

.single-case .case .entry-content .social-icons .icon.whatsapp:hover::before,
.single-case .case .entry-content .social-icons .icon.linkedin:hover::before,
.single-case .case .entry-content .social-icons .icon.twitter:hover::before {
  filter: grayscale(10) brightness(10);
}

.single-case .case .entry-content .social-icons .icon.whatsapp::before,
.single-case .case .entry-content .social-icons .icon.linkedin::before,
.single-case .case .entry-content .social-icons .icon.twitter::before {
  content: '';
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background: transparent;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.single-case .case .entry-content .social-icons .icon.whatsapp::before {
  background: url('../img/whatsapp-icon.svg');
}

.single-case .case .entry-content .social-icons .icon.linkedin::before {
  background: url('../img/linkedin-icon.svg');
}

.single-case .case .entry-content .social-icons .icon.twitter::before {
  background: url('../img/new-twitter-icon.svg');
}

/* footer */
.absolute-footer {
  display: none;
  user-select: none;
  pointer-events: none;
}

/* mobile */
@media(max-width:48em) {
  .has-transparent #masthead>.header-inner {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(100% - 3rem);
  }

  .team-card .box-image img {
    height: 470px;
  }

  .services-accordion {
    column-count: 1;
  }

  .case-item>.col-inner {
    border-top: solid 1px;
    border-right: solid 1px;
    border-left: solid 1px;
    border-color: #217FAD;
  }

  .cases-listing .case-item:last-child .col-inner {
    border-bottom: solid 1px #217FAD;
  }

  .client-card {
    margin-bottom: 20px !important;
  }
}