/* 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 <September 09, 2025> */

/**/
	/*fonts*/

	/*btns*/

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

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
/* CTA */
	/**/
.cta-icon {
    border-color: #374151;
    color: #374151;
}
/* Welcome */
	/**/
#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Services */
	/**/
.module-19.style2 .services-frame .frame:nth-child(odd) .service-name a:after {
    background: var(--color-primary-background);
}
/* Meet the Team */
	/**/
#section-hp-team {
    box-shadow: 0 0 7px #33333330;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
#section-hp-team {
    box-shadow: 0 0 7px #33333330;
}

.module-testimonials.style-4 .testimonials-swiper-4 p {
    color: #374151;
}

.module-testimonials.style-4 .testimonials-swiper-4 .swiper-slide {
    background: transparent;
}
/* Footer */
	/**/
#ry-footer-3 .footer-contents::before {
    background-color: var(--color-secondary-background);
    opacity: 1;
}
/*Media Queries*/
/* End - HP Edits*/

div#navigation {
    background-color: #f3f4f6;
}

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

body[data-page-name="contact-us"] #ry-footer-3 {
	padding-top: 230px;
}
@media(max-width:1400px) {
    #navigation-style-7 img {
        max-width:140px
    }
    #navigation-style-7 .ry-menu .gap-4 {
        gap:5px
    }

    #navigation-style-7 .ry-menu .gap-4 a{
        font-size:14px;
        line-height:1.1;
        text-wrap:nowrap
    }
    #navigation-style-7 .ry-menu .gap-4 a span {
        margin-left:5px
    }
    .ry-menu .ry-nav {
    gap: 23px;
    padding-left: 0;
        margin-left:0
}
    .ry-menu .ry-nav a{
        font-size:20px
    }
}
@media(max-width:1024px) {
    .homepage-swiper .swiper-slide img,
    .homepage-swiper,
    .swiper-autoheight .swiper-wrapper{
        height:50vh !important
    }
}
@media(max-width:991px){
	#ry-footer-3 .footer-contents {
		padding-inline:10px
	}
}
@media(max-width:600px) {
    .homepage-swiper .swiper-slide img,
    .homepage-swiper,
    .swiper-autoheight .swiper-wrapper{
        height:100% !important
    }
	#section-hp-team .max-w-7xl {
		padding:20px
	}
	.module-testimonials .mt-20 {
		margin-top:30px
	}
	.module-testimonials .swiper-wrapper{
		display:flex;
		align-items:start
	}
	
	.module-testimonials .swiper-wrapper p {
		overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
		   line-clamp: 5; 
	-webkit-box-orient: vertical;
	}
}
