/* 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 <June 26, 2026> */

/**/
	/*fonts*/
body h1, h2, h3, h4, h5, h6 {
	font-family: 'Jost' !important;
}
.custom-headline h2 .span-1 {
	font-family: 'Dancing Script' !important;
}
	/*btns*/

/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background: white;
}

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

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
.cta-btn {
    background: var(--color-primary-background);
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
/* CTA */
	/**/
/* Welcome */
	/**/
#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* Services */
	/**/

#services-12 > div:nth-child(odd) {
    background-color: #d9e1d5;
}

#services-12 > div:nth-child(odd) > div > p{
    color: #666;
}

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

#services-12 > div:nth-child(even) > div > p, #services-12 > div:nth-child(odd) > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

#services-12 img {
    filter: invert(1);
}
/* Meet the Team */
	/**/

#section-hp-team:before {
    opacity: 0;
}
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden {
    padding: 0;
}

#hp-brands-6 .swiper-slide{
   background: #d9e1d5;
}

#hp-brands-6 .swiper-slide img{
    mix-blend-mode: normal;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
/* End - HP Edits*/

div#navigation .bg-primary-background {
	background-color: #fff !important;
	height:fit-content;
	padding-bottom:15px;
	padding-inline:20PX
}

body[data-page-name="our-team"] #ry-pg-body {
	padding-bottom: 220px;
}

@media (max-width: 1024px) {
	#ry-section-footer h5 {
		font-size: 20px;
		text-align: center;
		margin: 20px 0;

	}
}

.cta-btn {
overflow: unset !important;
}

.call-dropdown a {
    display:flex;
    width:100%;
    max-width:100%;
    line-height:1 !important;
    text-align:center;
    color:#fff;
    letter-spacing:0
}

.call-dropdown a .mt-2 {
    margin-top:0;
    font-size:18px;
    font-weight:600
}
.cta-btn {
    border:solid 1px transparent
}
.mobile-dropdown-menu a {
     text-transform:uppercase;
     text-align:center
}

.mobile-dropdown-menu a > div:last-child{
     font-size:18px;
     font-weight:600
}