@media (min-width: 768px) {
  .banner-box .elementor-icon {
    padding-right: 37px !important;
		z-index:99;
  }
}
@media (max-width: 767px) {
  br {
    display: none !important;
		z-index:99;
  }
}
@media (min-width: 1024px) {
  .footer-inner-one {
    width: 72.45%;
    padding-left: calc((100vw - 1684px) / 2);
    box-sizing: border-box;
		z-index:99;
		
  }
}


.home .elementor-slideshow__footer .elementor-slideshow__title{
	display: none !important;
}

.mybox .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #02010100 0%, var(--e-global-color-primary) 90%);
}

.mybox .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #02010100 0%, var(--e-global-color-primary) 90%);
}

.head11 {
  cursor: pointer;
}

.robots-nocontent.sd-block.sd-social.sd-social-icon-text.sd-sharing {
    display: none;
}

div#like-post-wrapper-252664866-823-69a07720cbc88 {
    display: none;

}

/* Facility Images - Homepage */
.image-switcher-wrap {
  position: relative;
  min-height: 500px;
}

.image-switcher-wrap .hover-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.image-switcher-wrap .hover-image.active {
  opacity: 1;
}

.facility-item {
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Get In Touch Form Icon */
.get-in-touch-submit {
	text-transform: none !important;
	font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.get-in-touch-submit::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;

  background-image: url('wp-content/uploads/2026/02/Group-1-1.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  transition: transform .25s ease;
}
.get-in-touch-submit:hover::after {
  transform: translateX(4px);
}


/* SERVICE CARDS */
@media (min-width: 1025px) {
  .service-card {
    position: relative;
    overflow: hidden;
    min-height: 454px;
    cursor: pointer;
  }

  .service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(48, 162, 178, 1) 0%,
      rgba(48, 162, 178, 0.72) 45%,
      rgba(48, 162, 178, 0) 100%
    );
    z-index: 1;
    transition: opacity 0.35s ease, background 0.35s ease;
  }

  .service-card__price {
    position: absolute;
    top: 0px;
		right:0px;
    z-index: 3;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0.08s, transform 0.3s ease 0.08s;
  }

  .service-card__content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    transform: translateY(0);
    transition: transform 0.35s ease;
  }

  .service-card__title,
  .service-card__subtitle,
  .service-card__desc {
    color: #fff;
  }

  .service-card__title {
		transform: translateY(180px);
    margin: 0 0 6px;
  }

  .service-card__subtitle {
    transform: translateY(200px);
    margin: 0;
    transition: transform 0.8s ease;
  }
	
	.service-card__desc {
    transform: translateY(300px);
    margin: 0;
    transition: transform 0.8s ease;
  }

	.service-card:hover .service-card__title{
		transform: translateY(-50px);
	}
	
	
  .service-card:hover .service-card__desc
	{
		transform: translateY(-50px);
    margin-top: 18px;
    opacity: 1;
    transition: transform 0.4s ease ;
  }

  .service-card:hover .service-card__subtitle  {
    transform: translateY(-50px);
  }

  .service-card:hover .service-card__desc {
    opacity: 1;
  }

  .service-card:hover::before {
    background: linear-gradient(
      to top,
      rgba(48, 162, 178, 1) 0%,
      rgba(48, 162, 178, 0.88) 45%,
      rgba(48, 162, 178, 0.88) 100%
    );
    opacity: 1;
  }

  .service-card:hover .service-card__price {
    opacity: 1;
    transform: translateY(0);
  }
	
}

@media (min-width:1800px) {
	.initial-assessment-desc {
		transform: translateY(180px) !important;
	}
	
	.service-card:hover .initial-assessment-desc {
		transform: translateY(-50px) !important;

	}
	
	.initial-assessment-title {
				transform: translateY(160px) !important;
	}
	.service-card:hover .initial-assessment-title {
		transform: translateY(-50px) !important;

}
}

/* MOBILE / TABLET SCROLL REVEAL */
@media (max-width: 1024px) {
  .service-card {
    position: relative;
    overflow: hidden;
    min-height: 380px;
		
  }

  .service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(48, 162, 178, 1) 0%,
      rgba(48, 162, 178, 0.72) 45%,
      rgba(48, 162, 178, 0) 100%
    ) !important;
    z-index: 1;
    transition: background 0.5s ease, opacity 0.5s ease;
  }

  .service-card__content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    transition: transform 0.6s ease;
  }

  .service-card__title,
  .service-card__subtitle,
  .service-card__desc {
    color: #fff;
  }

  .service-card__title {
    margin: 0 0 6px;
  }

  .service-card__subtitle {
    margin: 0;
		transform: translateY(20px);
    transition: transform 0.6s ease;
  }

  .service-card__desc {
    margin-top: 14px;
    opacity: 0;
    transition: opacity 0.5s ease 0.1s;
  }

  .service-card__price {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
  }

  .service-card.is-visible::before {
    background: linear-gradient(
      to top,
      rgba(48, 162, 178, 1) 0%,
      rgba(48, 162, 178, 0.88) 45%,
      rgba(48, 162, 178, 0.88) 100%
    );
    opacity: 1;
  }

  .service-card.is-visible .service-card__subtitle {
    transform: translateY(0);
  }

  .service-card.is-visible .service-card__desc {
    opacity: 1;
  }

  .service-card.is-visible .service-card__price {
    opacity: 1;
    transform: translateY(0);
  }
}