/* ============================================================
   LIGHTHOUSE ENTERPRISES - NEW HOMEPAGE CSS (V2-2026)
   Companion stylesheet for the redesigned homepage.
   Add this CSS to the theme's style.css or a custom CSS plugin.
   ============================================================ */

/* -------------------------------------------------------
   SECTION 1: HERO
   ------------------------------------------------------- */
.hp-hero-row-v2 {
  position: relative;
  overflow: hidden;
  min-height: 821px;
  /* UPDATE: Replace with the actual uploaded hero background image URL */
  background-image: url('/wp-content/uploads/2026/01/064_UI-Health_110525-homepage-crop-2-scaled.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1775px) {
	.hp-hero-row-v2 {
		  background-position: center right;
	}
}
.hp-hero-row-v2 > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hp-hero-inner-v2 {
  min-height: 821px;
  position: relative;
}

.hp-hero-content-v2 {
  position: relative;
  z-index: 2;
  /*padding: 54px 0 0 300px !important;*/
  max-width: 960px;
  min-height: 850px;
}

/* Frosted glass overlay on left half */
.hp-hero-content-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
}

.hp-hero-heading-v2 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 800 !important;
  font-size: 55px !important;
  line-height: 1.2 !important;
  color: #272B2F !important;
}

.hp-hero-subheading-v2 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 800 !important;
  font-size: 28px !important;
  line-height: 40px !important;
  color: #003A5C !important;
  width: 80%;
}

.hp-hero-body-v2 p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #272B2F;
  max-width: 537px;
}

/* -------------------------------------------------------
   SECTION 2: STATS BAR
   ------------------------------------------------------- */
.hp-stats-row-v2 {
  position: relative;
  z-index: 10;
}

.hp-stats-row-v2 > .vc_column_container > .vc_column-inner {
  margin-top: -70px;
}

.hp-stats-bar-v2 {
  background: linear-gradient(186deg, #61B3E4 0%, #003A5C 100%);
  border-radius: 10px;
  max-width: var(--pagemax, 1321px);
  margin: 0 auto;
  /*padding: 25px 0 30px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -65px;
  padding-top: 0px;
  padding-bottom: 30px;
}

.hp-stats-bar-v2 > .wpb_column {
  text-align: center;
}

.hp-stats-number-v2,
.hp-stats-number-v2 p {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 58px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
  text-transform: capitalize;
	    margin-top: 24px;
}

.hp-stats-symbol-v2 {
  font-size: 36px;
  vertical-align: top;
  line-height: 70px;
}

.hp-stats-desc-v2,
.hp-stats-desc-v2 p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}

/* -------------------------------------------------------
   SECTION 3: TRUSTED BY OUR PARTNERS
   ------------------------------------------------------- */
.hp-partners-row-v2 {
  background: #FFFFFF;
}

.hp-partners-heading-v2 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 800 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  color: #003A5C !important;
}

/* -------------------------------------------------------
   SECTION 4: SOLUTIONS
   ------------------------------------------------------- */
.hp-solutions-row-v2 {
  background: #D5F3FF !important;
}

/* Solution cards - update existing [Solutions] shortcode card styles */
.hp-solutions-row-v2 .solution-card,
.hp-solutions-row-v2 .solutions-item {
  background: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0px 15px 30px 0px rgba(44, 88, 241, 0.2);
  padding: 40px 46px 30px;
  min-height: 370px;
}

.hp-solutions-row-v2 .solution-card .solution-icon,
.hp-solutions-row-v2 .solutions-item .solution-icon {
  width: 52px;
  height: 52px;
  background: #FF7F3F;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-solutions-row-v2 .solution-card h4,
.hp-solutions-row-v2 .solutions-item h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 40px;
  color: #003A5C;
}

.hp-solutions-row-v2 .solution-card p,
.hp-solutions-row-v2 .solutions-item p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #272B2F;
}

/* Carousel arrows (purple circles) */
.hp-solutions-row-v2 .slick-prev,
.hp-solutions-row-v2 .slick-next,
.hp-solutions-row-v2 .carousel-arrow,
.hp-industries-row-v2 .slick-prev,
.hp-industries-row-v2 .slick-next,
.hp-industries-row-v2 .carousel-arrow {
  background: #6941C6 !important;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-solutions-row-v2 .slick-prev::before,
.hp-solutions-row-v2 .slick-next::before,
.hp-industries-row-v2 .slick-prev::before,
.hp-industries-row-v2 .slick-next::before {
  color: #FFFFFF;
}

/* -------------------------------------------------------
   SECTION 5: A SMARTER WAY
   ------------------------------------------------------- */
.hp-smarter-way-row-v2 {
  background: #FFFFFF;
}

.hp-smarter-way-img-v2 img {
  border-radius: 25px;
  box-shadow: 0px 15px 30px -10px rgba(44, 88, 241, 0.2);
  object-fit: cover;
  width: 100%;
  height: 473px;
}

.hp-smarter-bold-sub {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  color: #272B2F !important;
}

/* Arrow link - orange variant */
.arrow-link-orange {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: normal;
  color: #FF7F3F !important;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: color 0.3s ease;
}

.arrow-link-orange::after {
  content: '►';
  font-size: 10px;
  color: #FF7F3F;
  transition: transform 0.3s ease;
}

.arrow-link-orange:hover {
  color: #61B3E4 !important;
}

.arrow-link-orange:hover::after {
  transform: translateX(5px);
  color: #61B3E4 !important;
  border-left-color: #61B3E4 !important;
}

/* -------------------------------------------------------
   SECTION 6: INDUSTRIES WE SUPPORT
   ------------------------------------------------------- */
.hp-industries-row-v2 {
  background: linear-gradient(205deg, #61B3E4 0%, #003A5C 100%);
  padding: 100px 24px !important;
}

.hp-industries-card-wrapper-v2 {
  background: #FFFFFF;
  border-radius: 10px;
  max-width: var(--pagemax, 1321px);
  margin: 0 auto;
  padding: 80px 0;
}

/* Industry cards */
.hp-industries-row-v2 .industry-card {
  padding: 10px;
  border-radius: 14px;
}

.hp-industries-row-v2 .industry-card .industry-image {
  border-radius: 25px;
  box-shadow: 0px 15px 30px -10px rgba(44, 88, 241, 0.2);
  height: 285px;
  width: 335px;
  object-fit: cover;
  overflow: hidden;
}

.hp-industries-row-v2 .industry-card .industry-image img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-industries-row-v2 .industry-link {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #FF7F3F;
  letter-spacing: 1px;
  text-decoration: none;
}

/* -------------------------------------------------------
   SECTION 7: TRUST & COMPLIANCE
   ------------------------------------------------------- */
.hp-trust-row-v2 {
  background: #FFFFFF;
}

/* Trust badges row */
.trust-badges-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.trust-badge {
  flex: 0 0 auto;
}

.trust-badge img {
  height: 85px;
  width: auto;
  object-fit: contain;
}

/* Trust feature items */
.trust-features-row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.trust-features-row .trust-feature {
  flex: 1 1 0;
  min-width: 0;
}

.trust-feature {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trust-feature-icon img {
  width: 50px;
  height: 50px;
}

.trust-feature-title {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #272B2F !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.trust-feature-desc {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #272B2F;
  margin-bottom: 0;
  margin-top: 0;
}

/* -------------------------------------------------------
   SECTION 8: BLOG
   ------------------------------------------------------- */
.hp-blog-row-v2 {
  background: rgba(213, 243, 255, 0.4) !important;
}

/* Blog grid cards */
.hp-blog-row-v2 .blog-card-featured {
  background: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0px 15px 30px 0px rgba(44, 88, 241, 0.2);
  padding: 24px;
  min-height: 400px;
}

.hp-blog-row-v2 .blog-card-featured .blog-image img,
.hp-blog-row-v2 .blog-card-stacked .blog-image img {
  border-radius: 25px;
  object-fit: cover;
}

.hp-blog-row-v2 .blog-card-featured .blog-image {
  border-radius: 25px;
  overflow: hidden;
}

.hp-blog-row-v2 .blog-card-stacked .blog-image {
  border-radius: 25px;
  box-shadow: 0px 15px 30px -10px rgba(44, 88, 241, 0.2);
  height: 190px;
  width: 331px;
  overflow: hidden;
}

.hp-blog-row-v2 .blog-date {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #272B2F;
}

.hp-blog-row-v2 .blog-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #003A5C;
}

.hp-blog-row-v2 .blog-excerpt {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #272B2F;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* -------------------------------------------------------
   SECTION 9: PEOPLE-FIRST SERVICE
   ------------------------------------------------------- */
.hp-people-first-row-v2 {
  background: #FFFFFF;
}

.hp-people-first-img-v2 img {
  border-radius: 25px;
  object-fit: cover;
  width: 100%;
  height: 473px;
}

.hp-people-bold-sub {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  color: #272B2F !important;
}

/* -------------------------------------------------------
   SECTION 10: FREE CONSULTATION CTA
   ------------------------------------------------------- */
.hp-consultation-row-v2 {
  background: #FFFFFF;
}

.hp-consultation-inner-v2 {
  background: #FFD03E;
  border-radius: 8px;
  padding: 50px 112px 50px 112px;
  max-width: var(--pagemax, 1321px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* Background mask pattern overlay */
.hp-consultation-inner-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* UPDATE: Replace with actual pattern mask image URL */
  background-image: url('/wp-content/uploads/patterns/consultation-bg-mask.png');
  background-size: cover;
  background-repeat: no-repeat;
  /*opacity: 0.15;*/
  z-index: 0;
  pointer-events: none;
}

.hp-consultation-inner-v2 > .wpb_column {
  position: relative;
  z-index: 1;
}

/* Consultation form */
.consult-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}

.consult-form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.consult-form-field label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #272B2F;
}

.consult-form-field input {
  border: none;
  border-bottom: 2px solid #272B2F;
  background: transparent;
  padding: 8px 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #272B2F;
  outline: none;
  border-radius: 0;
}

.consult-form-field input:focus {
  border-bottom-color: #003A5C;
}

.consult-form-submit {
  margin-top: 0;
}

/* -------------------------------------------------------
   RESPONSIVE ADJUSTMENTS
   ------------------------------------------------------- */
@media (max-width: 1200px) {
  .hp-hero-content-v2 {
    padding: 54px 0 0 80px !important;
  }

  .hp-consultation-inner-v2 {
    padding: 40px 60px;
  }
}

@media (max-width: 991px) {
  .hp-hero-row-v2 {
    min-height: auto;
  }

  .hp-hero-inner-v2 {
    min-height: auto;
  }

  .hp-hero-content-v2 {
    padding: 40px 30px 40px 30px !important;
    max-width: 100%;
  }

  .hp-hero-content-v2::before {
    width: 100%;
  }

  .hp-hero-heading-v2 {
    font-size: 40px !important;
  }

  .hp-hero-subheading-v2 {
    font-size: 22px !important;
  }

  .hp-stats-number-v2,
  .hp-stats-number-v2 p {
    font-size: 40px;
  }

  .hp-stats-symbol-v2 {
    font-size: 24px;
  }

  .hp-smarter-way-img-v2 img,
  .hp-people-first-img-v2 img {
    height: auto;
    margin-bottom: 30px;
  }

  .hp-consultation-inner-v2 {
    padding: 30px;
    flex-direction: column;
  }

  .consult-form-row {
    flex-direction: column;
  }

  .trust-badges-row {
    justify-content: center;
  }

  .trust-features-row {
    flex-direction: column;
    gap: 25px;
  }
	.hp-stats-symbol-v2{
		line-height: 40px;
	}
}

@media (max-width: 767px) {
  .hp-hero-heading-v2 {
    font-size: 32px !important;
  }

  .hp-stats-bar-v2 {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    border-radius: 10px;
  }

  .hp-stats-number-v2,
  .hp-stats-number-v2 p {
    font-size: 36px;
  }

  .hp-industries-card-wrapper-v2 {
    padding: 40px 20px;
  }

  .hp-consultation-inner-v2 {
    padding: 30px 20px;
  }
.hp-trust-row-v2 .vc_custom_trust_h3{margin-top: 60px !important;}
	.vc_custom_consult_form{padding-left: 15px !important;}
}


.solution-list-box-title {
    color: #003A5C;
    margin: 0;
	text-align: left;
    font-size: 28px;
    line-height: 40px;
	min-height: 80px;
}

.solution-list-box-inner {
    background-color: #fff;
    color: #272B2F;
	border-radius: 25px;
	box-shadow: 0px 15px 30px -10px rgba(44, 88, 241, 0.2);
}

.solution-list-box-excerpt {
    opacity: 1;
    height: auto;
	text-align: left;
    font-size: 16px;
    line-height: 24px;
}
.vc_custom_smarter_text {
    justify-content: center;
}
.vc_custom_partners_h2 {
    margin-top: 85px !important;
}
/*.vc_custom_solutions_h2 {
    margin-top: 60px !important;
    margin-bottom: 0px !important;
}*/
.vc_custom_solutions_cards {
    margin-top: 20px !important;
}
.vc_custom_solutions_cta {
    padding-bottom: 100px !important;
}
.vc_custom_smarter {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
}
.hp-industries-row-v2 {
    padding: 63px 24px !important;
}
.vc_custom_trust {
	padding-top: 116px !important;
    padding-bottom: 116px !important;
}
.vc_custom_1771618450523 {
    margin-top: 70px !important;
    margin-bottom: 20px !important;
}
.vc_custom_blog_link {
    margin-bottom: 85px !important;
	margin-top: 10px;
}
.vc_custom_people {
    padding-top: 72px !important;
    padding-bottom: 52px !important;
}
.vc_custom_consult {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}
.vc_custom_people_h6,
.vc_custom_people_body
{
	width: 90%;
}
.vc_custom_industries_body p
{
	width: 70%;
    margin: 0px auto;
}
.hp-hero-body-v2
{
	width: 85%;
}
.splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
.splide__arrows.splide__arrows--ltr {
	left: -60px;
}
.solutions-slider .splide__arrows
{
	right: -75px;
}
.solutions-slider .splide__arrows.splide__arrows--ltr {
	left: -75px;
}

.solutions-slider .splide__list
{
	padding-left: 25px !important;
	padding-right: 25px !important;
	padding-bottom: 25px !important;
}

.solution-slide-item{
    padding: 25px;
}
@media (max-width: 1450px)
{
	.blaze-slider .services-arrows {
		width: calc(100%);
		margin-left: 0px;
	}
}
@media (max-width: 1200px)
{

}
@media (max-width: 991px)
{
	.solution-list-box-inner {
		padding-left: 23px;
		padding-right: 23px;
	}
}
@media (max-width: 875px) {
	.solution-list-box-inner {
        padding-left: 10px;
        padding-right: 10px;
	}
	.solution-list-box-title {
		font-size: 26px;
	}
    .blaze-slider .services-arrows {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}
@media (max-width: 767px) {
	.services-arrows/*, .industries-arrows*/ {
    	top: 55%;
	}
	.solution-list-box-inner {
        padding-left: 46px;
        padding-right: 46px;
	}
	.vc_custom_consult {
		padding-top: 0px !important;
	}

	.vc_custom_people {
		padding-top: 15px !important;
		padding-bottom: 25px !important;
	}
	.vc_custom_trust
	 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.vc_custom_smarter {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}
	.vc_custom_solutions_cta {
		padding-bottom: 25px !important;
	}
	.vc_custom_blog_link {
		margin-bottom: 25px !important;
		margin-top: 10px;
	}
	.vc_custom_smarter_h2 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.vc_custom_industries_body p {
		width: 100%;
	}
	.hp-smarter-way-row-v2,
	.vc_custom_1763614450964,
	.vc_custom_1762902844405,
	.hp-testimonial-row{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.hp-smarter-way-row-v2 .vc_custom_1775165838297{
		flex-wrap: wrap-reverse;
	}
	.vc_custom_smarter_text,
	.vc_custom_people_text{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (max-width: 400px) {
.blaze-slider .services-arrows {
        width: calc(110%);
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
	#gform_4{
		margin-top: 20px;
	}
}










.mm-wrapper--position-right .mm-slideout{/*GLOBAL*/
	will-change: initial;
}
html, body {/*GLOBAL*/
    overflow-x: clip !important;
    overflow-y: visible !important;
	min-width:320px;
}
.header-mobile{/*GLOBAL*/
	display:none;
	padding-top:48px;
	padding-right:20px;
	padding-left:20px;
}
.header-mobile-logo{/*GLOBAL*/
	flex-grow: 1;
}
button.menu-toggle {/*GLOBAL*/
	background-image: url(../img/menu-mobile.svg) !important;
	height: 32px;
    width: 38px;
	border-radius: 0;
	margin-top:15.75px;
	margin-bottom: 0;
    margin-right: 26px;
    margin-left: 26px;
}
.header-mobile-contact{/*GLOBAL*/
	margin-top:8px;
}
.hero-image-mobile{/*GLOBAL*/
	display:none;
}
.page-id-22 a.blog-list-item-title-link:hover .blog-list-item-title{
	color: #61B3E4 !important;
}
.services-list-item-title a:hover{
	color: #61B3E4;
}
@media (max-width: 767px) {
	.page-id-17 .contact-form-bg{
		padding-top: 0 !important;
		padding-bottom: 35px !important;
	}
	.site-main .vc_row .vc_row.inner-row-full .vc_col-sm-6:first-child > .vc_column-inner {
		margin-left: 0;
	}
	.hp-testimonial-row{
		padding-top: 0 !important;
        padding-bottom: 0 !important;
	}
	.hp-testimonial-row .vc_column-inner .vc_column-inner{
		margin-left: 0 !important;
	}
	.hp-testimonial-row p{
		text-align: left !important;
	}
	.le-types-of-services-row{
		padding-top: 0 !important;
		padding-bottom: 35px !important;
	}
	.le-types-of-services-subheading.vc_custom_heading{
		margin-top: 20px !important;
	}
	.vc_column_container>.vc_column-inner {/*GLOBAL*/
		padding-left: 0;
		padding-right:0;
	}
	.vc_column_container>.vc_column-inner .vc_column_container>.vc_column-inner {/*GLOBAL*/
        padding-left: 20px;
        padding-right: 20px;
    }
	h1,
	h1.hp-hero-heading-v2{/*GLOBAL*/
		font-family: Lato !important;
		font-size: 52px !important;
		font-style: normal !important;
		font-weight: 800 !important;
		line-height: 120% !important;
	}
	h2{/*GLOBAL*/
		font-family: Lato;
		font-size: 42px;
		font-style: normal;
		font-weight: 800;
		line-height: 125% !important;
		letter-spacing: 0.42px !important;
	}
	.vc_row h2.vc_custom_heading {/*GLOBAL*/
		margin-top: 60px !important;
	}
	h3{/*GLOBAL*/
		font-family: Lato;
		font-size: 36px;
		font-style: normal;
		font-weight: 800;
		line-height: 125% !important;
	}
	h4{/*GLOBAL*/
		color: var(--Primary-Navy, #003A5C);
		font-family: Lato;
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: 125% !important;
	}
	h5{/*GLOBAL*/
		color: var(--Primary-Navy, #003A5C);
		font-family: Lato;
		font-size: 22px;
		font-style: normal;
		font-weight: 800;
		line-height: 125% !important;
	}
	h6{/*GLOBAL*/
		color: var(--Text, #272B2F);
		font-family: Lato;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 140% !important;
	}
	.site-main{/*GLOBAL*/
		color: var(--Text, #272B2F);
		font-family: Lato;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 140% !important;
	}
	.body-small{/*GLOBAL*/
		color: var(--Text, #272B2F);
		font-family: Lato;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 145% !important;
	}
	.splide{/*GLOBAL*/
		padding-bottom:55px;
	}
	.splide__arrows {/*GLOBAL*/
		display: block;
		position: absolute;
		top: auto;
		left: 50%;
		right:auto;
		transform: translateX(-50%);
		bottom: 0;
		padding: 0 !important;
	}
	.splide__arrows.splide__arrows--ltr{/*GLOBAL*/
		left: 50%;
	}
	.splide__arrow.splide__arrow--prev{/*GLOBAL*/
		margin-right: 104px;
	}
	.splide__arrow.splide__arrow--next{/*GLOBAL*/
		margin-left: 104px;
	}
	.splide__track{/*GLOBAL*/
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.page-header-row .vc_row{/*GLOBAL*/
		display: flex;
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
	.page-header-row .vc_row .wpb_column{/*GLOBAL*/
		width:100%;
	}
	.page-header-row > .vc_col-sm-12 > .vc_column-inner{/*GLOBAL*/
		margin-top: 0 !important;
	}
	.page-header-row .vc_row .wpb_column:last-child{/*GLOBAL*/
		padding-bottom:60px;
	}
	.page-header-row .vc_row .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child{/*GLOBAL*/
		margin-bottom: 0;
	}
	.site-main .vc_row.page-header-row .vc_row .vc_col-sm-6:last-child > .vc_column-inner {/*GLOBAL*/
		max-width: none;
	}
	.site-main .vc_row.page-header-row > .vc_column_container > .vc_column-inner .page-header-row-title {
        margin-top: 40px !important;
    }
	.short-text {/*GLOBAL*/
		max-width: none;
	}
	.header-full{/*GLOBAL*/
		display:none;
	}
	.header-mobile{/*GLOBAL*/
		display:flex;
	}
	.vc_row .hp-hero-subheading-v2.vc_custom_heading{
		margin-top:20px !important;
	}
	.hp-hero-row-v2{
		background:none;
		min-height: auto;
	}
	.hp-hero-content-v2{
		padding: 40px 15px 40px 15px !important;
		min-height: auto;
		padding-bottom:0 !important;
	}
	.vc_custom_hero_cta{
		margin-top: 20px !important;
		margin-bottom: 60px !important;
	}
	.hp-hero-subheading-v2 {
        color: var(--Primary-Navy, #003A5C) !important;
		font-family: Lato !important;
		font-size: 24px !important;
		font-style: normal !important;
		font-weight: 800 !important;
		line-height: 125% !important;
		width: 100%;
    }
	.hp-hero-body-v2{
		width: 100%;
	}
	.hero-image-mobile{
		display:block;
		width:100%;
		margin-left: -35px;
		margin-right: -35px;
		max-width: none !important;
		width: auto !important;
		margin-bottom: 0;
	}
	.hp-hero-inner-v2 > .wpb_column:last-child{
		display:none;
	}
	.hero-image-mobile .vc_figure,
	.hero-image-mobile .vc_figure .vc_single_image-wrapper,
	.hero-image-mobile .vc_figure .vc_single_image-wrapper img{
		width:100%;
	}
	.vc_custom_stats_col {
		margin-top: 0 !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.hp-stats-bar-v2 {
		margin-top: 0;
		border-radius: 0;
		gap: 27px;
		padding: 16.5px 10px;
	}
	.hp-stats-bar-v2 > .wpb_column {
		text-align: left;
	}
	.hp-stats-bar-v2 > .wpb_column > .vc_column-inner > .wpb_wrapper{
		display:flex;
		align-items: center;
	}
	.hp-stats-number-v2{
		padding-right:10px;
	}
	.hp-stats-desc-v2{
		
	}
	.hp-stats-number-v2, .hp-stats-number-v2 p{
		margin-top: 0;
	}
	.hp-stats-desc-v2, .hp-stats-desc-v2 p {
		margin-top: 0;
		line-height: 145%;
	}
	.vc_custom_partners_slider .vc_column-inner{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.solution-slide-item {
		padding-right: 0;
		padding-left: 0;
		padding-bottom:25px;
		padding-top:0;
	}
	.solution-list-box-title{
		min-height: auto;
	}
	.solution-list-box-inner {
        padding-left: 15px;
        padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 60px;
    }
	.services-arrows, .industries-arrows {
		position: relative;
		transform: none;
		width: 148px !important;
		margin-left: auto !important;
        margin-right: auto !important;
	}
	.vc_custom_solutions_cta {
		padding-top: 40px !important;
		padding-bottom: 25px !important;
	}
	.hp-solutions-row-v2-slider {
		margin-top: 0 !important;
	}
	.hp-solutions-row-v2-slider .vc_column-inner{
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.hp-smarter-way-row-v2{
		padding-top: 60px !important;
        padding-bottom: 40.5px !important;
	}
	.vc_custom_people_h6,
	.vc_custom_people_body
	{
		width: 100%;
	}
	.vc_custom_smarter_text,
	.vc_custom_people_text{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.hp-smarter-way-img-v2 img{
		margin-bottom: 10px;
	}
	.vc_row .hp-smarter-bold-sub.vc_custom_heading{
		color: var(--Primary-Navy, #003A5C) !important;
		font-family: Lato !important;
		font-size: 24px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: 125% !important;
		margin-top:20px !important;
	}
	.vc_custom_smarter_body{
		margin-top: 20px !important;
	}
	.smarter-cta{
		margin-top: 0.5px !important;
	}
	.hp-industries-row-v2 {
		padding: 60px 10px !important;
	}
	.vc_custom_industries_cards{
		display:none;
	}
	.hp-industries-card-wrapper-v2 {
		padding: 0 0;
    }
	.hp-industries-card-wrapper-v2 .vc_column-inner{
		padding-left:10px !important;
		padding-right:10px !important;
    }
	.vc_custom_industries_h2{
		padding-left:10px;
		padding-right:10px;
	}
	.vc_custom_industries_body{
		padding-left:10px;
		padding-right:10px;
	}
	.industries-slide-card{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.industries-cta{
		margin-top:45px;
		margin-bottom: 60px;
	}
	.vc_custom_trust{
		padding-top: 0 !important;
	}
	.vc_custom_trust .vc_column_container>.vc_column-inner .vc_column_container>.vc_column-inner {
        padding-left: 20px !important;
    }
	.hp-trust-row-v2 .vc_custom_trust_h3 {
        margin-top: 45px !important;
    }
	.hp-trust-badges-v2{
		margin-top: 42.5px !important;
	}
	.trust-badges-row{
		column-gap: 18px;
		row-gap: 25px;
	}
	.vc_separator_no_text {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}
	.trust-feature-title{
		color: var(--Primary-Navy, #003A5C) !important;
		font-family: Lato !important;
		font-size: 24px !important;
		font-style: normal !important;
		font-weight: 900 !important;
		line-height: 125% !important;
	}
	.trust-feature-desc{
		color: var(--Text, #272B2F) !important;
		font-family: Lato !important;
		font-size: 20px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 140% !important;
	}
	.trust-features-row {
        gap: 40px;
    }
	.hp-blog-row-v2 h2{
		margin-bottom: 0 !important;
	}
	.blog-grid-stacked{
		display:none !important;
	}
	.blog-grid-featured{
		margin-bottom:10.5px;
	}
	.vc_custom_blog_link {
        margin-bottom: 5.5px !important;
    }
	.blog-grid-date{
		text-align: center;
	}
	.blog-grid-featured-card{
		gap: 25px !important;
	}
	.blog-grid-featured-content{
		gap: 14px !important;
	}
	.blog-grid-title{
		margin-top:10px !important;
		color: var(--Text, #272B2F) !important;
		font-family: Lato !important;
		font-size: 20px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: 140% !important;
	}
	.blog-grid-excerpt{
		color: var(--Text, #272B2F) !important;
		font-family: Lato !important;
		font-size: 20px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 140% !important;
	}
	.blog-grid-featured-card{
		padding-bottom:30px !important;
	}
	.vc_custom_people {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
	.hp-people-first-img-v2 img {
        margin-bottom: 25px;
    }
	.vc_row .hp-people-bold-sub.vc_custom_heading{
		margin-top: 20px !important;
	}
	.vc_custom_people_link{
		margin-top: 0.5px !important;
		margin-bottom: 25.5px !important;
	}
	.hp-stats-number-v2, .hp-stats-number-v2 p {
        line-height: 125% !important;
    }
	.hp-partners-heading-v2{
		line-height: 120% !important;
	}
	.hp-hero-body-v2 p,
	.hp-people-bold-sub{
		line-height: 140% !important;
	}
	.solution-list-box-excerpt{
		line-height: 145% !important;
	}
	.testimonials-title3,
	.capability-list-item-content,
	.capability-list-item-excerpt,
	.service-stat-desc,
	.service-stat-title,
	.services-list-item-title a,
	.blog-show-more,
	.blog-list-item-title,
	.faq-info-item-title,
	.approach-step-title,
	.services-slider .splide__slide .services-title,
	.capability-list-item-title,
	.blog-list .blog-list-item:nth-child(1) .blog-list-item-title {
		line-height: 140%;
	}

	/* Line Height: 145% */
	.blog-list-item-category,
	.blog-list-item-desc,
	.faq-info-item-desc,
	.approach-step-desc,
	.services-slider .splide__slide .services-excerpt,
	.blog-list .blog-list-item:nth-child(1) .blog-list-item-desc,
	.testimonials-excerpt {
		line-height: 145%;
	}
	
	
	.hp-consultation-row-v2 .vc_column_container>.vc_column-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
	.hp-consultation-inner-v2 {
        padding-top: 0;
        padding-bottom: 60px;
		padding-left: 0;
        padding-right: 0;
    }
	.vc_custom_consult_form {
        padding-left: 20px !important;
    }
	h5.footer-contact-title {
        color: #fff !important;
    }
	.hp-stats-bar-v2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
        justify-content: center;
    }
	.page-header-row{
		margin-bottom: 0 !important;
	}
	.hp-industries-row-v2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row{
		padding-top: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 35px !important;
		padding-left: 0 !important;
	}
	.hp-industries-row-v2 > .vc_column_container>.vc_column-inner .vc_column_container>.vc_column-inner{
		padding-top: 0 !important;
	}
	.hp-industries-row-v2 h2{
		margin-bottom:20px !important;
	}
	.services-list-item-title{
		padding-right: 15px;
		padding-left: 0;
	}
	.full-img-text-on-right-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row{
		margin-bottom: 0 !important;
		margin-top: 180px !important;
	}
	.full-img-text-on-right-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child{
		margin-bottom: 60px !important;
	}
	.row-cta > .wpb_column > .vc_column-inner{
		padding-right: 20px;
		padding-left: 20px;
	}
	.row-cta > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row {
		padding-top: 0 !important;
		padding-bottom: 60px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;	
	}
	.row-cta h2.vc_custom_heading {
        padding-top: 0 !important;
    }
    .row-cta .vc_row.vc_row-flex>.vc_column_container:first-child>.vc_column-inner {
        padding-left: 20px !important;
    }
	.industries-served-grid{
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
	}
	.alternating-text-img-section > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:not(.vc_col-sm-12):first-child > .vc_column-inner, .capabilities-row > .wpb_column:not(.vc_col-sm-12):first-child > .vc_column-inner {
        padding-right: 20px;
    }
	.industries-served-grid h6{
		color: #003A5C;
	}
	.site-main > article:first-child > .entry-content > .wpb-content-wrapper > .vc_row.blue-bg:first-child {
		padding-top: 0 !important;
	}
	.site-main > article:first-child > .entry-content > .wpb-content-wrapper > .vc_row.blue-bg:first-child h1{
		margin-top: 60px !important;
	}
	.alternating-text-img-section > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row{
		margin-top: 0 !important;
	}
	.site-main .hp-testimonial-row .vc_row.inner-row-full .vc_col-sm-6:first-child > .vc_column-inner {
		margin-left: 15px !important;
		margin-right: 15px;
	}
	.site-main .hp-testimonial-row .vc_row.inner-row-full .vc_col-sm-6:last-child > .vc_column-inner {
		margin-right: 15px;
		padding-left: 35px;
        padding-right: 35px;
	}
	.bg-blue-gradient .quote-mark-bg .vc_column-inner {
		border-radius: 0;
	}
	.bg-blue-gradient .quote-mark-bg .vc_column-inner {
		margin-top: 0;
	}
	.hp-testimonial-row .splide {
        padding-bottom: 0;
    }
	.bg-blue-gradient .testimonials-slider {
		margin-top: 80px;
		margin-bottom: 20px;
	}
	.testimonials-excerpt{
		min-height: auto;
	}
	.le-faq-row{
		margin-top: 0 !important;
		margin-bottom: 60px !important
	}
	.le-services-row{
		padding-top: 0 !important;
		padding-bottom: 35px !important;
	}
	.le-services-row h5.vc_custom_heading{
		margin-top:20px !important;
	}
	.le-approach-row{
		padding-top: 0 !important;
		padding-bottom: 60px !important;
	}
	.le-approach-row > .wpb_column  > .vc_column-inner{
		padding-top: 0 !important;
	}
	.le-approach-row h4.vc_custom_heading{
		margin-top: 20px !important;
	}
	body.home .hp-smarter-way-row-v2{
		padding-top: 60px !important;
	}
	.hp-smarter-way-row-v2{
		padding-top: 0 !important;
        padding-bottom: 60px !important;
	}
	.hp-smarter-way-row-v2 > .wpb_column  > .vc_column-inner{
		padding-top: 0 !important;
	}
	.le-checkmark-boxes-rowle-checkmark-boxes-row .vc_row {
		padding-left:20px;
		padding-right:20px;
	}
	.hp-testimonial-row .vc_row {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.collage-row{
		padding-top: 0 !important;
		padding-bottom: 60px !important;
	}
	.header-text-bullet::before {
		display: none;
	}
	.le-how-we-operate-row h2{
		text-align:left !important;
	}
	.le-how-we-operate-row h4{
		padding-top:20px;
	}
	.page-child a.btn-orange[href^="/case-studies/"] {
		margin-bottom:20px;
	}
	.page-id-22 .blog-list-item-category{
		margin-left: auto;
		margin-right: auto;
	}
	.page-id-22 .blog-list-item-date{
		width:100%;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 17px;
		line-height: 24px;
		color: #272B2F;
		text-align:center;
		margin-top:20px;
	}
	.page-id-22 .blog-list-item-category-divider{
		display:none;
	}
	.page-id-22 .blog-list-item-title{
		margin-top: 24px !important;
        color: var(--Text, #272B2F) !important;
        font-family: Lato !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 140% !important;
	}
	.page-id-22 a.blog-list-item-title-link:hover .blog-list-item-title{
		color: #61B3E4 !important;
	}
	.page-id-22 .blog-list-item-desc{
		color: var(--Text, #272B2F) !important;
        font-family: Lato !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 140% !important;
	}
	.post-template-default .entry-content{
		padding-left:20px;
		padding-right:20px;
	}
	body.post-template-default.single-post article{
		display: flex;
		flex-wrap: wrap;
	}
	body.post-template-default.single-post article .post-thumbnail{
	  order: 2;
	  width:100%;
	  margin-bottom:40px;
	}
	body.post-template-default.single-post article .entry-header{
	  order: 1;
	  width:100%
	}
	body.post-template-default.single-post article .entry-content{
	  order: 3;
	  width:100%
	}
	body.post-template-default.single-post article .entry-header h1{
		font-family: Lato !important;
        font-size: 52px !important;
        font-style: normal !important;
        font-weight: 800 !important;
        line-height: 120% !important;
		margin-top: 40px !important;
	}
	body.post-template-default.single-post article .entry-header .blog-date{
		color: var(--Primary-Navy, #003A5C) !important;
        font-family: Lato !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 800 !important;
        line-height: 125% !important;
		margin-top: 20px !important;
	}
	.page-id-17 h1.vc_custom_heading{
		margin-top: 40px !important;
		color: var(--Text, #272B2F);
	}
	.page-id-24 .contact-form-bg{
		padding-top: 0 !important;
		padding-bottom: 60px !important;
	}
	.page-id-24 .contact-form-bg h1.vc_custom_heading{
		margin-top: 60px !important;
	}
	.page-id-3 h1.vc_custom_heading{
		margin-top: 40px !important;
	}
	.bg-blue-gradient .vc_column-inner .vc_column-inner{
		margin-left: 0 !important;
	}
}

