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

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
.cta-btn {
    background: var(--color-primary-text);
    color: #374151;
}

.cta-btn:hover {
    border-color: var(--color-primary-text);
    color: var(--color-primary-text);
}

/* Hero */
	/**/

/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-content {
    background: linear-gradient(to top, #363a6712, white);
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 0 7px #33333361;
}

.module-welcome.style-5 .ry-container {
    width: 100%;
}

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-bottom: 70%;
}

.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    padding-right: 2.5rem;
}
/* Services */
	/**/
#services-7 .ry-content .content {
    max-width: 900px;
}

.ry-services.style2 .ry-each .photo:before {
    background: white;
	border-radius: 999px;
}

.ry-services.style2 .ry-each .title div {
    color: #374151;
    line-height: 1;
}

.ry-services.style2 .ry-each .photo img {
    left: 20%;
    width: 60%;
    height: 60%;
    z-index: 2;
    transition: .2s;
    top: 10%;
}
.ry-services.style2 .ry-each .each-block:hover .photo img {
	z-index: 0;
}
.ry-services.style2 .ry-each .each-block:hover .title div {
    color: white;
}

.ry-services.style2 .ry-each .photo:after {
    opacity: .9;
	background: var(--color-secondary-background);
}
.ry-services.style2 .ry-each .each-block:hover .button-svg {
    background: var(--color-primary-text);
}

.ry-services.style2 .ry-each .button-svg svg {
    fill: black;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
.ry-menu .ry-nav {
    gap: 50px;
}
/*Media Queries*/


@media (max-width: 1080px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    .module-welcome.style-5 .ry-each.image-wrapper {
        max-width: 100%;
    }
    .module-welcome.style-5 .ry-each:not(.image-wrapper) {
        padding-top: 0;
    }
    .ry-services.style2 .each-block .photo:before {
        background: none;
    }
    
    .ry-services.style2 .each-block .photo {
        margin-bottom: 90px;
		background: white;
    }
    
    .ry-services.style2 .each-block .title div {
        color: white;
    }
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
	.ry-services.style2 .each-block .photo img {
		position: absolute;
		top: 15%;
		left: 15%;
		width: 70%;
		height: 70%;
		object-fit: cover;
		border-radius: 0;
    }
}


@media (max-width: 1024px) {
    .ry-hp-team .flex img {
        max-width: 360px;
    }
    .ry-hp-team .flex {
        border-radius: 0;
    }
    .ry-hp-team {
        padding-bottom: 0;
    }
    #hp-insurance-1 {
        padding-top: 90px;
    }
}

/* End - HP Edits*/

body[data-page-name="contact"] div#footer-map {
    display: none;
}

body[data-page-name="contact"] #ry-footer-3 {
    margin-top: 200px;
}

.snap-mobile-menu img {
	padding-right: 20px;
}

@media (max-width: 767px) {
	div#footer-map {
		height: 350px !important;
	}
	#ry-footer-3 .footer-contents {
		padding: 4rem 30px;
	}
	#ry-footer-3 .footer-contents * {
		text-align: center;
	}
}

@media (max-width: 1080px) {
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {
		padding-right: 0px;
	}
	.module-welcome.style-5 .text-wrapper {
		padding: 0 30px;
	}
}

