/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */

.service-style-1 h2 {
    margin: 10px 0;
}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}

/* HP Edits - Started <May 26, 2026> */

/**/
	/*fonts*/

	/*btns*/
/*Modal*/
/* Header */
	/**/
body[data-page-name="index"] #navigation {
    position: absolute;
}
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: #374151;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
/* CTA */
	/**/
.cta-icon {
    border-color: #374151;
    color: #374151;
}

/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
	max-width: 100%;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
.module-welcome.style-5 .location-photo {
    margin-top: 60px;
}
/* Services */
	/**/
#section-hp-services {
    padding-top: 17vh;
}
.module-welcome.style-5 {
    padding-bottom: 0;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1 {
    background: white;
}
#hp-insurance-1 .overflow-hidden {
    padding: 0;
}
#hp-insurance-1 .swiper-slide {
    background: none;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-4 .swiper-slide {
    background: none;
}

.module-testimonials.style-4 .swiper-slide div {
    color: #666;
}
.module-testimonials.style-4 .swiper-slide svg {
    color: rgb(253 224 71 / var(--tw-text-opacity, 1))
}
/* Footer */
	/**/

/*Media Queries*/
	/**/
@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
	
	.snap-mobile-menu img {
		max-width: 150px;
	}

	.mobile-menu-icon:last-child {
		display: none;
	}
	
	div.ry-hp-team {
		margin-top: 0 !important;
		padding-top: 6em;
	}

	.homepage-swiper {
		padding-top: 6em;
	}
	
	.module-welcome.style-5 >div {
		font-size: 18px;

	}

	.module-welcome.style-5 .leading-6 {
		line-height: 1.5;
	}
	
	.footer-contents {
		padding: 2em 0;
		max-width: 100% !important;
	}

	div#ry-footer-3 {
		padding: 3em 2em;
	}

	div#ry-footer-3 .group a {
		font-size: 18px;
		font-weight: 500;
		color: #333;
	}

	div#ry-footer-3 li span {
		font-weight: 500 !important;
		color: #333;
		font-size: 18px !important;
	}

	div#ry-footer-3 li {
		gap:10px !important;
	}
	
	.ry-hp-team p {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media (max-width: 1080px) {
    .module-welcome.style-5 .ry-each.image-wrapper .photo {
        padding-bottom: 80%;
    }
	
	.module-welcome.style-5 .ry-each.image-wrapper {
		max-width: 400px;
	}
}
@media (width < 1080px) {
  #section-hp-services:before,
  .module-19.style2:before,
  .ry-services.style2::before {
    opacity: 1;
  }
}
@media (max-width: 768px) {
	.module-welcome.style-5 .location-photo img {
		transform: scale(1.5);
	}
}
	/* End - HP Edits*/

.text-base {
    font-size: 18px !important;
    line-height: 1.5 !important;
}