/* 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;}
.ry-menu .ry-nav li .dropdown-toggle {padding: 30px 0;}
ul#quick-links li a {display: block;width: 100%;}
#in-services-3 ul li a {margin-left: 0px;margin-top:30px}
*/
[x-cloak] { display: none !important; }
.promotions img { min-width: 22rem; max-width:22rem;}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.mobile-menu-icon a{display: flex;height: 100%;width: 100%;justify-content: center;align-items: center;}
body.fancybox-active .ry-sticky-menu.fixed {z-index: 9999;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}
.service-hover {
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

#yext-widget-348094.yext-reviews .stars {
	display:flex !important;
}


/* Show service-hover when parent with data-target is hovered */
[data-target]:hover .service-hover {
    opacity: 1;
}

/* Apply the overlay effect when parent is hovered */
[data-target]:hover .service-hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1; /* Make sure it's behind the text */
}
.mm-navbar {
	color: #ffffff;
}

/* HP Edits - Started <November 21, 2025> */

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
body[data-page-name="index"] #navigation {
    position: absolute;
}

.cta-btn:last-child {
    background: var(--color-primary-background);
}

.cta-btn:last-child:hover {
    background: transparent;
}

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

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.snap-mobile-menu {
    background-color: white;
}

mm-burger {
    color: var(--color-primary);
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
/* CTA */
	/**/
.bg-cta-background .group img {filter: invert(1);}
/* Welcome */
	/**/
#hp-insurance-1 .background-section, #hp-insurance-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
}

/* Services */
	/**/
.ry-services.style2 .ry-content .content {
    max-width: 991px;
}

.ry-services.style2 .ry-each .photo {
    background: var(--color-primary-background);
    transition: all .3s;
}
.ry-services.style2 .ry-each .each-block:hover .photo {
    background: #174c53;
}
.ry-services.style2 .ry-each .photo:before {
    background: var(--color-secondary-background);
    height: 90%;
    width: 90%;
    left: 5%;
    top: 5%;
    border-radius: 999px;
}

.ry-services.style2 .ry-each .photo img {
    z-index: 2;
    filter: brightness(0) invert(1);
    transition: all .3s;
}

.ry-services.style2 .ry-each .title div {
    color: #374151;
    line-height: 1.2;
    text-transform: uppercase;
}

.ry-services.style2 .ry-each .each-block {
    overflow: visible;
}

.ry-services.style2 .block-count-7 .ry-each .each-block, .ry-services.style2 .block-count-6 .ry-each .each-block, .ry-services.style2 .block-count-5 .ry-each .each-block, .ry-services.style2 .block-count-4 .ry-each .each-block, .ry-services.style2 .block-count-3 .ry-each .each-block {
    margin-bottom: 110px;
}

.ry-services.style2 .ry-each .title {
    bottom: -65px;
    width: 80%;
}

.ry-services.style2 .ry-each .each-block:hover .photo:after {
    opacity: 0;
}

.ry-services.style2 .ry-each .each-block:hover .title {
    bottom: -60px;
}

.ry-services.style2 .ry-each .each-block:hover .photo:before {
    opacity: 1;
    height: 60%;
    width: 60%;
    left: 20%;
    top: 20%;
}

.ry-services.style2 .ry-each .each-block:hover .photo img {
    height: 50%;
    width: 50%;
    left: 25%;
    top: 25%;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1 {
    background: white;
}
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden,
#hp-insurance-1 .overflow-hidden{
    padding-bottom: 0;
}

#hp-brands-6 .swiper-slide,
#hp-insurance-1 .swiper-slide {
    background: white;
}
#hp-brands-6 .swiper-slide img,
#hp-insurance-1 .swiper-slide img{
    mix-blend-mode: normal;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media screen and (max-width:1024px){
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media screen and (max-width:1080px){
    .ry-services.style2 .each-block .photo {
        border-radius: 0;
        background: var(--color-primary-background);
    }
    
    .ry-services.style2 .each-block .photo:before {
        height: 90%;
        width: 90%;
        background: var(--color-secondary-background);
        left: 5%;
        top: 5%;
        border-radius: 999px;
    }
    
    .ry-services.style2 .each-block .photo img {
        border-radius: 0;
        z-index: 2;
        height: 80%;
        width: 80%;
        left: 10%;
        filter: brightness(0) invert(1);
    }
    .ry-services.style2 .ry-content .content {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
	.ry-services.style2 .each-block .photo img {
		width: 10rem;
		height: 10rem;
		margin: 0 auto;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.ry-services.style2 .each-block .title {
		bottom: 20%;
		line-height: normal !important;
	}

	.ry-services.style2 .each-block .title div {
		height: 6vh;
		width: 98%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width:391px){
	.snap-mobile-menu img {
		max-height: 35px;
	}
}
/* End - HP Edits*/

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

body[data-page-name="contact-us"] #ry-footer-3 {
	padding: 220px;
}

.cta-btn:last-child:hover {
    background: transparent;
    filter: invert(50%) sepia(41%) saturate(2783%) hue-rotate(140deg) brightness(95%) contrast(85%);

}

.module-testimonials.style-4 .review-separator {
	display:none !important;
}

@media (min-width:1200px) {
	.review-separator {
		transform: translate(6px, -4.5em) !important;
	}
}

.snap-mobile-menu img {
    max-height: 40px;
}