/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 12:43:37 */
.ehp-footer__site-link-container {
	display: none !important;
}

body:not(.elementor-editor-active) .snap-container {
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
	
	.snap-scroll {
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}
}

.gallery-mobile .swiper-slider {
	align-self: center;
}

.hp-quote {
    border-radius: 53%;
    padding: 2.5rem;
    border: 2px solid whitesmoke;
}

@media (min-width: 1024px) {
  #quotes-mobile, .gallery-mobile {
    display: none;
  }
	body:not(.elementor-editor-active) .snap-container {
		height: 100svh;	
	}
	
}

@media (max-width: 1023px) {
  #quotes-desktop, .gallery-desktop {
    display: none;
  }
	
	.bg-disable {
    	background-image: none !important;
    	background-color: var(--e-a-bg-secondary) !important;
	}
	
	.snap-scroll .inner-container {
		margin: auto !important;
	}
}

header.ehp-header {
    	top: 0px !important;
		display: none;
	}
	body {
		padding-top: unset;
	}

#gallery-1 {
	margin-bottom: -8rem;
    margin-top: 2rem;
}


#gallery-1 .gallery-item:nth-child(1) {
     transform: translate(9rem, 0rem) scale(1.1);
}

#gallery-1 .gallery-item:nth-child(2) {
      transform: translate(-11rem, 0rem) scale(1.2);
}

#gallery-1 .gallery-item:nth-child(3) {
  transform: translate(4rem, -2.7rem) scale(1.3);
}

#gallery-1 .gallery-item:nth-child(4) {
  transform: translate(-25rem, 5rem) scale(1.1);
}

#gallery-1 .gallery-item:nth-child(5) {
  transform: translate(41rem, -12rem) scale(1.4);
}

#gallery-1 .gallery-item:nth-child(6) {
          transform: translate(-1rem, -11rem) scale(1.2);
}

#gallery-1 .gallery-item:nth-child(7) {
  transform: translate(2.5rem, -7.6rem) scale(0.9);
}


#gallery-2 {
	justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    margin-left: 1.5rem;
    display: grid;
    margin-right: 1.5rem;
    margin-top: -2rem;
}

.inner-container {
	max-height: 80% !important;
	margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

