/* 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;
}

.overlink, .overlink a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#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 <August 26, 2025> */

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
.nav-white-logo {
    filter: brightness(0) invert(1);
}
body[data-page-name="index"] #navigation {
    position: absolute;
}

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

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-primary-background);
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
}

.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, #0000009e);
}
.slider-info {
    min-height: fit-content;
}
/* CTA */
	/**/
/* Welcome */
	/**/
/* Services */
	/**/
#services-12 > div:nth-child(odd) {
    background-color: var(--color-primary-background);
}

#services-12 > div:nth-child(even) {
    background-color: var(--color-secondary-background);
}

#services-12 > div:nth-child(odd) > div > a, #services-12 > div:nth-child(even) > div > a {
    color: black;
    background-color: var(--color-secondary-text);
}
#services-12 > div:nth-child(odd) .photo {
    border: 2px solid var(--color-primary-background);
}
#services-12 > div:nth-child(even) .photo {
    border: 2px solid var(--color-secondary-background);
}
#services-12 > div:nth-child(even) img {
    width: auto;
    height: auto;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper .swiper-wrapper .swiper-slide:nth-child(even) {
    background: var(--color-primary-background);
}
.testimonials-swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
    background: var(--color-secondary-background);
}
.testimonials-swiper .swiper-wrapper .swiper-slide p {
    color: white;
}
/* Footer */
	/**/

#ry-footer-3::before {
    opacity: 1;
}
#ry-footer-3 .footer-contents::before {
    opacity: 0;
}
/*Media Queries*/

@media (width < 1024px) {
    .with-gradient:before {
        opacity: 0;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
/* End - HP Edits*/

@media (width < 1024px) {
	div#hp-slider {
		padding-top: 90px;
	}
	.snap-mobile-menu img {
		max-height: 50px;
		        width: 180px;
	}
	div#hp-slider .custom-headline h2 {
		font-size: clamp(1.625rem, 1rem + 2vw, 2.125rem);
	}
	#ry-footer-3 .group.flex.flex-col.items-center a {
		text-align: center;
	}
}


div#services-12 {
    row-gap: 120px;
}