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

/* 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 <December 29, 2025> */

/**/
	/*fonts*/

	/*btns*/
.ry-btn.ry-btn-primary:hover {
    color: #374151;
}
/*Modal*/
/* Header */
	/**/
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-primary-background);
}
.ry-menu .ry-nav li:hover {
    color: var(--color-primary-background);
}
.cta-btn {
    color: black;
}

.cta-btn:hover {
    border-color: black;
    color: black;
}

.goog-te-gadget img {
    display: inline;
}
.mobile-menu-icon {
    color: #000;
	background: #fff;
}
#navigation {
    background: white !important;
}

.ry-menu .ry-nav li.primary a {
    font-size: 22px;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li:hover {
    color: #374151;
}
.snap-mobile-menu .ry-left {
    width: 70%;
    display: flex;
    gap: 20px;
    align-items: center;
}

.snap-mobile-menu .ry-right {
    height: 100%;
    width: 50%;
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/* Hero */
	/**/
.homepage-video-slider {
    overflow: hidden;
}
.homepage-video-slider::before {
    background: linear-gradient(to bottom, white, transparent);
    opacity: 1;
    height: 50%;
}
.slider-info {
    height: 0;
    min-height: 0;
    padding: 0 !important;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 {
    padding-bottom: 16.6vh;
}
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}
.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
/* Services */
	/**/

.module-19 .card-holder .ry-left .ry-generic .title-wrap {
    padding: 0;
}

.module-19.style2 .services-frame .frame .service-img-holder .service-img {
    background: white;
}

.module-19.style2 .services-frame .frame .service-name a:after {
    background: white;
    color: black;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden {
    padding-top: 0;
    padding-bottom: 0;
}

.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    background-color: var(--color-primary-background);
}

#hp-brands-6 .swiper-slide {
    background: #f1f4f1;
}
.brands-swiper-4 img {
    mix-blend-mode: normal;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-4 .swiper-slide {
    color: white;
}
.module-testimonials.style-4 .swiper-slide {
    background: var(--color-primary-background);
}

.module-testimonials.style-4 svg {
    fill: white;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media screen and (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    
    .with-gradient:before {
        opacity: 0;
    }
	.homepage-video-slider::before {
		opacity: 0;
	}
}
@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
@media screen and (max-width:1080px){
    .ry-services.style2 .each-block .photo {
        border-radius: 0;
        background: var(--color-secondary-background);
        border: 2px solid var(--color-primary-text);
    }
    .ry-services.style2 .each-block .photo:before {
        height: 180px;
        background: linear-gradient(to bottom, #0000, #000000c7);
    }
}
@media (max-width: 768px){
	.bg-testimonials-background {background-position: 10% 50%;}
}
@media screen and (max-width:767px){
    .module-testimonials.style-4 .opacity-0 {
        display: none;
    }
}
@media (max-width: 500px) {
	.bg-testimonials-background {background-position: 20% center;}
}
@media (min-width:1025px){
    .ry-menu span.ml-4 {
        text-wrap-mode: nowrap;
        font-size: 18px;
    }
    .ry-menu .ry-nav {
        gap: 15px;
        font-size: 17px !important;
		margin: 0;
    }
	#navigation-style-7 img {
		max-width: 140px;
	}
	.ry-menu .ry-nav li.primary a {
		font-size: 18px;
	}
}
/* End - HP Edits*/

.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
    color:#ffffff;
}


.module-testimonials .swiper-pagination-bullet-active {
    background-color: #729778;
}

.team-inner-page.style3 .btn-excerpt {
    background: #729778;

}


body#ry-pg-body #hp-brands-1::before, body#ry-pg-body #hp-brands-2::before, body#ry-pg-body #hp-brands-3::before, body#ry-pg-body #hp-brands-4::before, body#ry-pg-body #hp-brands-5::before, body#ry-pg-body #hp-brands-6::before {
    display: none;
}