/* ============================================================
   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: #003A5C !important;
}

.arrow-link-orange:hover::after {
  transform: translateX(5px);
  color: #003A5C;
}

/* -------------------------------------------------------
   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: 120px !important;}
.vc_custom_1772041478546 {padding-left: 0px !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;
}

.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;
}