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

div#navigation-style-4 img {
    position: absolute;
    max-width: 280px;
    top: 15%;
	transition: akl ease 0.6s;
}

div#navigation-style-4 ul.ry-nav {
    margin-top: 1em;
}


body #navigation.bg-white img {
    transition: all ease 0.6s;
    max-width:200px;
}

#navigation .ry-menu ul li a {
    font-size: 18px;
}

body#ry-pg-body div#navigation-style-4 img {
    max-width: 200px;
}

/* 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 <January 15, 2026> */

:root {
	--clr-white: #ffffff;
	--clr-black: #2f241e;
	--clr-primary: #7a9ea7;
	--clr-secondary: #281515;
	
	--font-herotitle: clamp(3rem, 2.0625rem + 3vw, 3.75rem); /*60px*/
	--font-title: clamp(2.8125rem, 2.5781rem + 0.75vw, 3rem); /*48px*/
	--font-spantitle: clamp(1.14625rem, 0.9657rem + 0.7405vw, 1.854375rem); /*29.67px*/
	--font-subtitle: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); /*18.34px*/
}
/**/
	/*fonts*/

	/*btns*/
		.ry-btn-white{
			color: var(--clr-black)!important;
			background: var(--clr-white) !important;
			border: 1px solid var(--clr-white) !important;
		}
		.ry-btn-white:hover{
			color: var(--clr-white) !important;
			background: transparent !important;
			border: 1px solid var(--clr-white) !important;
		}
/*Modal*/
/* Header */
	/**/
body[data-page-name="index"] #navigation {
    position: absolute;
}

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

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

.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);
    height: 40%;
}
/* CTA */
	/**/
/* Welcome */
	/**/
#welcome-wrap.style-1 {
    padding-bottom: 14vw;
}

#welcome-wrap.style-1 .module-22 .ry-right .content-wrap p {
    text-align: center !important;
}

#welcome-wrap.style-1 .module-22 .ry-left img {
    border: none;
    border-radius: 0;
}
/* Services */
	/**/
.module-services.style-11:before {
    background: none;
}
.module-services.style-11 .ry-flex .ry-each .services-details p {
    color: #666;
    text-align: center;
}

.module-services.style-11 .ry-flex .ry-each .services-details h4 {
    color: #374151;
    text-align: center;
}

.ciclegraph.circle-count-9:before {
    filter: brightness(0);
    opacity: .5;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo img {
    filter: brightness(0) invert(1);
}

.module-services.style-11 .ry-flex > .ry-each .target-circle {
    background: var(--color-secondary-background);
}

.module-services.style-11 .ry-flex > .ry-each .target-circle img {
    filter: invert(1);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1 {
    background: white;
}
#hp-insurance-1 .overflow-hidden {
    padding: 0;
}
#hp-insurance-1 .swiper-slide {
    background: #7a9ea712;
}

#hp-insurance-1 .swiper-slide img {
    mix-blend-mode: normal;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
#hp-testimonials-5 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: center;
}

.module-testimonials.style-5 .top-circle {
    width: 70px;
    height: 70px;
    font-size: 70px;
}

.module-testimonials.style-5 .swiper-slide .flex {
    justify-content: center;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media screen and (max-width:1080px){
    .module-welcome.style-5:before {
        width: 100%;
        height: 20%;
    }
}
@media (width < 1080px) {
    .module-welcome.style-5:before, #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
@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;
    }
}
/* End - HP Edits*/
	
	body[data-page-name="contact-us"] #footer-map {
		display: none;
	}
	
	body[data-page-name="contact-us"] #ry-footer-3 {
		padding-top: 200px;
	}