/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2026 | 06:55:45 */
.footer-address-1 {
    color: #DE2B2B;
    font-size: 15px;
    font-weight: 800;
}
.image-section-1 img {
	-webkit-mask-image: url('https://reviverehabphysiotherapy.com/staging/wp-content/uploads/2025/08/mask_4.webp');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.image-section-2 img {
	-webkit-mask-image: url('https://reviverehabphysiotherapy.com/staging/wp-content/uploads/2025/08/mask_2.webp');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.image-section-3 img {
	-webkit-mask-image: url('https://reviverehabphysiotherapy.com/staging/wp-content/uploads/2025/08/mask_8.webp');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.image-section-4 img {
	-webkit-mask-image: url('https://reviverehabphysiotherapy.com/staging/wp-content/uploads/2025/08/mask_4.webp');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.image-section-5 img {
	-webkit-mask-image: url('https://reviverehabphysiotherapy.com/staging/wp-content/uploads/2025/08/mask_1.webp');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.image-section-6 img {
	-webkit-mask-image: url('https://reviverehabphysiotherapy.com/staging/wp-content/uploads/2025/08/mask_2.webp');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.image-section-7 img {
	-webkit-mask-image: url('https://reviverehabphysiotherapy.com/staging/wp-content/uploads/2025/08/mask_3.webp');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.circle-section-1 {
	animation: zump 5s linear infinite;
}
@keyframes zump {
  0% {
    transform: inherit;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: inherit;
  }
}

.circle-section-2 {
	animation: zump2 3s linear infinite;
}
@keyframes zump2 {
  0% {
    transform: inherit;
  }
  50% {
    transform: translatey(20px);
  }
  100% {
    transform: inherit;
  }
}
.image-anime {
    overflow: hidden;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.home-btn-1 a {
	display: inline-block;
	border: none !important;
	color: #719788;
	text-decoration: none;
	transition: background-size .3s, color .3s, border-bottom-color .3s;
	background-image: linear-gradient(#6ad46f 0, #6ad46f 100%);
	background-repeat: no-repeat;
	background-position: 0 100%, center bottom;
	background-size: 100% 0;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	background-image: linear-gradient(#1D448E 0, #1D448E 100%);
	color: #fff;
}
.home-btn-1 a:hover{
	    background-size: 100% 100%;
    border-bottom-color: transparent;
}