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

/**/
	/*fonts*/

	/*btns*/

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

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

mm-burger {
    color: var(--color-secondary-background);
}
.cta-icon {
    color: var(--color-primary-background);
    border-color: var(--color-primary-background);
}
/* Hero */
	/**/
.slider-info {
    min-height: fit-content;
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, var(--color-primary-background));
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: 5px solid var(--color-primary-background);
}
/* Services */
	/**/
#services-7 .ry-content .content {
    max-width: 910px;
}
#section-hp-team:before {
    height: 50%;
}
#services-7 .each-block {
    border-radius: 0;
}

.ry-services.style2 .ry-each .photo:before {
    background: linear-gradient(to bottom, transparent, transparent, #e58f7f);
}

.ry-services.style2 .ry-each:first-child .each-block:last-child .photo:before, .ry-services.style2 .ry-each:nth-child(2) .each-block:first-child .photo:before, .ry-services.style2 .ry-each:last-child .each-block:last-child .photo:before {
    background: linear-gradient(to bottom, transparent, transparent, #d9bfa9);
}

.ry-services.style2 .ry-each .photo:after {
    background: #e58f7f;
    opacity: 0.9;
}
.ry-services.style2 .ry-each:first-child .each-block:last-child .photo:after,
.ry-services.style2 .ry-each:nth-child(2) .each-block:first-child .photo:after,
.ry-services.style2 .ry-each:last-child .each-block:last-child .photo:after {
    background: var(--color-secondary-background);
    opacity: 0.9;
}

.ry-services.style2 .ry-each .button-svg {
    background: var(--color-primary-background);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .swiper-wrapper div:nth-child(even) {
    background: var(--color-secondary-background);
}
#hp-brands-6 .swiper-wrapper div:nth-child(odd) {
    background: #e58f7f;
}
#hp-brands-6 .swiper-wrapper div img {
    mix-blend-mode: normal;
}
#hp-brands-6 .overflow-hidden {
    padding-bottom: 0;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    background: transparent;
}

.module-testimonials.style-2 .comments-icon {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 7px #3333336b;
}

.module-testimonials.style-2 .comments-symbol {
    font-size: 80px;
    font-family: 'Baskervvile';
    left: 62%;
    top: 70%;
}

.module-testimonials.style-2 .comments-icon::before {
    border: 0;
}

.testimonials-swiper p, .testimonials-swiper-2 p {
    color: #374151;
}
.testimonials-swiper-2 .swiper-wrapper .swiper-slide div:last-child {
    padding: 0;
}
/* CUSTOM - Myopia */

.custom-hp-myopia .photo {
    height: 0;
    position: relative;
    padding-bottom: 60%;
}
.custom-hp-myopia .photo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 2%;
    }
}

@media (width < 1080px) {
    #hp-brands-1::before, #hp-brands-2::before, #hp-brands-3::before, #hp-brands-4::before, #hp-brands-5::before, #hp-brands-6::before {
        opacity: 1;
    }
}
@media (max-width: 1080px) {
	.ry-services.style2 .each-block .photo, .ry-services.style2 .each-block .photo img {
		border-radius: 0;
	}

	.ry-services.style2 .each-block:nth-child(even) .photo:before {
		background: linear-gradient(to bottom, #0000, #e58f7f);
	}
	.ry-services.style2 .each-block:nth-child(odd) .photo:before {
		background: linear-gradient(to bottom, #0000, #d9bfaa);
	}
}
@media screen and (max-width: 1024px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .with-gradient:before {
        background-image: linear-gradient(to bottom, white, transparent, transparent);
    }
}
/* End - HP Edits*/

.custom-headline h2 .span-1 {
	padding-top: 1rem;
}

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

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

a.btn-excerpt {
	display: none !important;
}