.entry-title a {
  text-align: left !important;
  font-style: italic !important;
  font-size: 26px !important;
  font-family: roboto condensed !important;
  font-weight: bold !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding: 10px 20px !important;
}

.entry-title a,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: #222223 !important;
  text-transform: capitalize !important;
}

/* BUTTON */

.lvca-read-more {
  text-align: left !important;
  background-color: #faaf43 !important;
  color: #ffffff !important;
  font-family: roboto !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 20px !important;
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lvca-read-more a {
  color: #ffffff !important;
}

/* TEXT */

.entry-summary {
  text-align: left !important;
  font-family: Roboto, sans-serif !important;
  font-weight: 300 !important;
  color: #444444 !important;
  font-size: 16px !important;
  line-height: 1.4em !important;
  border-width: 0px;
  padding: 0 20px 60px 20px !important;
  /* SPACE FOR BUTTON */
  min-height: unset !important;
  overflow: hidden;
}

.entry-summary::before {
  display: none !important;
}

/* CARD */

.lvca-portfolio-item .hentry {
  background-color: #f2f2f3 !important;
  position: relative !important;
  height: 575px !important;
  overflow: hidden !important;
}

.whiteBckgProjects .lvca-portfolio-item .hentry {
  background-color: #ffffff !important;
}

.prague-post-thumbnail {
  display: none !important;
}

/* MOBILE CAROUSEL ONLY */

.lvca-posts-carousel .hentry {
  background-color: #f2f2f3 !important;
  overflow: hidden !important;
}

.lvca-posts-carousel .lvca-entry-text-wrap {
  position: relative !important;
  height: 350px !important;
  padding-bottom: 55px !important;
  display: block !important;
}

.lvca-posts-carousel .entry-summary {
  padding: 0 20px !important;
}

.lvca-posts-carousel .lvca-read-more {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 35px !important;
  background-color: #faaf43 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 20px !important;
}

.lvca-posts-carousel .hentry {
  background-color: #ffffff !important;
}

.lvca-posts-carousel .lvca-read-more a {
  color: #ffffff !important;
}

#post-5420.post-5420.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-projects-posts.tag-lifescience {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

#post-5356.post-5356.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-projects-posts.tag-edumed.tag-ti {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

#post-5586.post-5586.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-projects-posts.tag-service-upgrade {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== SERVICES CAROUSEL ===== */

/* ROW BASE */

.ServicesRowM {
  position: relative;
  overflow: visible !important;
}

/* columns default state */

.ServicesRowM .ServicesCol {
  position: relative;
  background: transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 1;
}

/* wrapper spacing */

.ServicesRowM .ServicesCol .vc_column-inner {
  padding: 24px 18px;
  overflow: visible;
}

/* ACTIVE CARD */

.ServicesRowM .ServicesCol.is-active {
  transform: scale(1.08);
  z-index: 10;
}

.ServicesRowM .ServicesCol.is-active .vc_column-inner {
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* ICONS */

/* ACTIVE */

.ServicesRowM .ServicesCol.is-active .vc_single_image-wrapper {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  background: #faaf43;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

/* keep inner wrappers from stretching */

.ServicesRowM .ServicesCol.is-active .vc_single_image-wrapper * {
  line-height: 0;
}

/* icon inside square scales proportionally */

.ServicesRowM .ServicesCol.is-active .vc_single_image-wrapper img {
  width: 77px;
  /* ~20% larger than previous 64px */
  height: auto;
  max-width: none;
}

/* TITLE */

.ServicesRowM .ServicesTitle p {
  color: #222223;
  transition: color 0.2s ease;
}

/* BODY COPY */

.ServicesRowM .ServicesCopy {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ServicesRowM .ServicesCol.is-active .ServicesCopy {
  opacity: 1;
}

.ServicesRowM .ServicesCol.is-active .ServicesCopy p {
  color: #222223 !important;
}

/* stacking */

.ServicesRowM .ServicesCol.is-active {
  position: relative;
}

/* ACTIVE CARD SHAPE ADJUSTMENTS */

.ServicesRowM .ServicesCol.is-active .vc_column-inner {
  border-radius: 15px;
  overflow: hidden;
  width: calc(100% - 15px);
  margin-right: 15px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

/* ensure shadow follows the new rounded edge */

.ServicesRowM .ServicesCol.is-active {
  border-radius: 15px;
}

/* GC adjustment — reduce top white space on active cards only */

.ServicesRowM .ServicesCol.gcAdjustment.is-active .vc_column-inner {
  padding-top: 20px;
  /* 24px - 20px */
}

/* ===== DESKTOP PROJECT TYPES CAROUSEL ===== */

/* VIEWPORT */

.PTViewport {
  position: relative;
  overflow: visible;
  z-index: 3;
}

.PTViewport,
.PTViewport > .vc_column_container,
.PTViewport > .vc_column_container > .vc_column-inner {
  overflow: visible !important;
}

/* EDGE FADE */

.PTViewport::before,
.PTViewport::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.PTViewport::before {
  left: 0;
  background: linear-gradient(to right, #f2f2f3 0%, rgba(242,242,243,0) 100%);
}

.PTViewport::after {
  right: 0;
  background: linear-gradient(to left, #f2f2f3 0%, rgba(242,242,243,0) 100%);
}

/* TRACK */

.PTTrack .wpb_wrapper > .wpb_raw_html .wpb_wrapper {
  display: flex;
  gap: 28px;
  will-change: transform;
  transform: translateX(-10%);
}

/* COLUMN */

.PTCol {
  flex: 0 0 20%;
  position: relative;
  padding: 24px 18px 0 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 1;
  border-radius: 18px;
  height: auto;
}

/* ACTIVE CARD */

.PTCol.is-active {
  transform: scale(1.08) translateY(12px);
  z-index: 20;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
  overflow: visible;
  padding-bottom: 20px;
}

/* ICON BLOCK */

.PTIcon {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222223;
}

.PTCol.is-active .PTIcon {
  background: #faaf43;
}

.PTIcon img {
  width: 77px;
  height: auto;
}

/* TITLE */

.PTTitle {
  margin: 20px 0 10px 0;
}

.PTTitle p {
  font-weight: 700;
  text-align: left !important;
  color: #222223;
  margin: 0;
  padding-left: 18px;
  position: relative;
  line-height: 1.2em;
}

.PTTitle p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 5px;
  background: #faaf43;
}

/* BODY COPY */

.PTCopy {
  opacity: 0;
  transition: opacity 0.25s ease;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #444444;
}

.PTCol.is-active .PTCopy {
  opacity: 1;
}

/* ===== MOBILE PROJECT TYPES CAROUSEL ===== */

/* VIEWPORT */

.PTViewportMobile {
  position: relative;
  overflow: hidden;
  z-index: 5;
  background: #f2f2f3;
}

.PTViewportMobile,
.PTViewportMobile > .vc_column_container,
.PTViewportMobile > .vc_column_container > .vc_column-inner {
  overflow: visible !important;
}

/* TRACK */

.PTTrackMobile .wpb_wrapper > .wpb_raw_html .wpb_wrapper {
  display: flex;
  align-items: stretch;
  transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

/* COLUMN */

.PTColMobile {
  flex: 0 0 85%;
  margin: 0 7.5%;
  position: relative;
  transition: transform 0.3s ease;
}

/* ACTIVE CARD */

.PTColMobile.is-active {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
  padding: 20px 18px 20px 18px;
}

/* ICON */

.PTIconMobile {
  width: 80px;
  height: 80px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222223;
}

.PTColMobile.is-active .PTIconMobile {
  background: #faaf43;
}

.PTIconMobile img {
  width: 60px;
  height: auto;
}

/* TITLE */

.PTTitleMobile {
  margin: 16px 0 8px 0;
}

.PTTitleMobile p {
  font-weight: 700;
  text-align: left !important;
  color: #222223;
  margin: 0;
  padding-left: 16px;
  position: relative;
  line-height: 1.2em;
  font-size: 1.2rem;
}

.PTTitleMobile p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 4px;
  background: #faaf43;
}

/* BODY COPY */

.PTCopyMobile {
  display: none;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #444444;
  font-size: 0.9rem;
}

.PTColMobile.is-active .PTCopyMobile {
  display: block;
}

/* ARROWS */

.PTArrowMobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 80px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.PTArrowMobile svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
}

.PTArrowMobile.left {
  left: 0;
}

.PTArrowMobile.right {
  right: 0;
}

/* ===== MOBILE SERVICES CAROUSEL ===== */

/* ============================= */

/* SERVICES — MOBILE CAROUSEL    */

/* FULL CSS REPLACEMENT          */

/* ============================= */

.SViewportMobile {
  position: relative;
  overflow: visible;
  /* allow card to extend downward */
  z-index: 5;
  padding-bottom: 28px;
  /* creates visible space below active card */
}

/* keep WPBakery inner layers from clipping */

.SViewportMobile,
.SViewportMobile > .vc_column_container,
.SViewportMobile > .vc_column_container > .vc_column-inner {
  overflow: visible !important;
}

/* ===== TRACK ===== */

.STrackMobile .wpb_wrapper > .wpb_raw_html .wpb_wrapper {
  display: flex;
  align-items: stretch;
  transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

/* ===== COLUMN ===== */

.ServicesMobileCol {
  flex: 0 0 85%;
  margin: 0 7.5%;
  position: relative;
  z-index: 1;
}

/* ===== ACTIVE CARD ===== */

.ServicesMobileCol.is-active {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
  padding: 20px 18px 18px 18px;
  z-index: 10;
  overflow: visible;
  /* ensures bottom radius + shadow render */
}

/* ===== ICON ===== */

.ServicesMobileIcon {
  width: 80px;
  height: 80px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222223;
}

.ServicesMobileCol.is-active .ServicesMobileIcon {
  background: #faaf43;
}

.ServicesMobileIcon img {
  width: 60px;
  height: auto;
}

/* ===== TITLE ===== */

.ServicesMobileTitle {
  margin: 16px 0 8px 0;
}

.ServicesMobileTitle p {
  font-weight: 700;
  text-align: left;
  color: #222223;
  margin: 0;
  padding-left: 16px;
  position: relative;
  line-height: 1.2em;
  font-size: 1.2rem;
}

.ServicesMobileTitle p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 4px;
  background: #faaf43;
}

/* ===== COPY ===== */

.ServicesMobileCopy {
  display: none;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #444444;
  font-size: 0.9rem;
	line-height: 1rem;
}

.ServicesMobileCol.is-active .ServicesMobileCopy {
  display: block;
}

/* ===== ARROWS ===== */

.ServicesMobileArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 80px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ServicesMobileArrow svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
}

.ServicesMobileArrow.left {
  left: 0;
}

.ServicesMobileArrow.right {
  right: 0;
}

/* clickable icon area */

.PTIconLink {
  display: inline-block;
  text-decoration: none;
}

.PTIconLink:focus,
.PTIconLink:hover {
  text-decoration: none;
}

/* keep visual layout unchanged */

.PTIconLink .PTIcon {
  pointer-events: none;
  /* ensures click registers on link wrapper */
}

/* ============================= */

/* GC LANDING PAGE — DARK VERSION */

/* ============================= */

/* Force dark background through ALL WPBakery wrapper layers */

.PTViewportGC,
.PTViewportGC.vc_row,
.PTViewportGC > .vc_column_container,
.PTViewportGC > .vc_column_container > .vc_column-inner,
.PTViewportGC .wpb_wrapper {
  background: #222223 !important;
}

/* ============================= */

/* EDGE FADE — DARK (WIDER) */

/* ============================= */

.PTViewportGC {
  position: relative;
  overflow: hidden;
  /* CRITICAL: prevents overlap into Services row */
}

/* Gradient pseudo elements */

.PTViewportGC::before,
.PTViewportGC::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  /* binds to row height properly */
  width: 240px;
  /* 140px original + 100px expansion */
  z-index: 5;
  pointer-events: none;
  /* allows hover to pass through */
}

.PTViewportGC::before {
  left: 0;
  background: linear-gradient(to right, #222223 0%, rgba(34,34,35,0) 100%);
}

.PTViewportGC::after {
  right: 0;
  background: linear-gradient(to left, #222223 0%, rgba(34,34,35,0) 100%);
}

/* ============================= */

/* INACTIVE CARD COLOR CHANGES */

/* ============================= */

/* Icon background becomes white */

.PTViewportGC .PTCol:not(.is-active) .PTIcon {
  background: #ffffff;
}

/* Title text becomes white */

.PTViewportGC .PTCol:not(.is-active) .PTTitle p {
  color: #ffffff;
}

/* Body copy becomes white */

.PTViewportGC .PTCol:not(.is-active) .PTCopy,
.PTViewportGC .PTCol:not(.is-active) .PTCopy p {
  color: #ffffff;
}

/* ============================= */

/* DO NOT TOUCH ACTIVE CARDS */

/* ============================= */

.PTViewportGC .PTCol.is-active {
  background: #ffffff;
}

.PTViewportGC .PTCol.is-active .PTTitle p {
  color: #222223;
}

.PTViewportGC .PTCol.is-active .PTCopy,
.PTViewportGC .PTCol.is-active .PTCopy p {
  color: #444444;
}

.PTViewportGC .PTCol.is-active .PTIcon {
  background: #faaf43;
}

/* ========================================= */

/* GC PROJECT TYPES — LARGE WHITE CHEVRONS  */

/* ========================================= */

.PTViewportGC .PTArrow {
  position: absolute;
  top: calc(40% - 65px);
  transform: translateY(-50%);
  z-index: 30;
  font-size: 80px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  padding: 20px 30px;
}

.PTViewportGC .PTArrow--left {
  left: -230px;
}

.PTViewportGC .PTArrow--right {
  right: -230px;
}

.PTViewportGC .PTArrow:hover {
  opacity: 0.75;
}

/* ===================================== */

/* FIX: SERVICES ROW NOT ACTIVATING (GC) */

/* ===================================== */

/* ensure Services row sits ABOVE GC PT overlays */

.ServicesRowM {
  position: relative;
  z-index: 50;
}

/* keep GC project-types overlays BELOW it */

.PTViewportGC {
  z-index: 10;
}

/* make absolutely sure gradient layers never block hover */

.PTViewportGC::before,
.PTViewportGC::after {
  pointer-events: none;
}

.vc_section[data-vc-full-width].overflowShow {
  overflow: visible !important;
}