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

.snap-mobile-menu img {
    padding: 7px;
}

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

/**/
	/*fonts*/

	/*btns*/
/*Modal*/
/* Header */
	/**/
#navigation-style-7 {
    background: white;
    box-shadow: 0 0 7px #333;
}

.cta-icon {
    border-color: var(--color-primary-background);
    color: var(--color-primary-background);
}

.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);
}
/* Hero */
	/**/
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
/* CTA */
	/**/

.cta-section.style-1:hover a {
    color: white;
}
/* Welcome */
	/**/

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-container {
    width: 100%;
}
/* Services */
	/**/
.ry-card .ry-icon {
    box-shadow: 0 10px 55px 5px rgb(106 11 18 / 28%);
    background: var(--color-primary-background);
    color: var(--color-primary-text) !important;
}
#section-hp-services .excerpt-hidden {
    display: none;
}
.ry-card .ry-icon img {
    filter: invert(1);
}
.ry-card:hover .ry-icon img {
    filter: invert(1);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden {
    padding-bottom: 0;
}

#hp-brands-6 .swiper-slide {
    background: transparent;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}

.module-testimonials.style-2 .logo-mark {
    margin-top: -7vw;
}

.module-testimonials.style-2 div.p-4:last-child {
    padding: 0;
}

.module-testimonials.style-2 .swiper-pagination-bullet {
    background: var(--color-primary-background);
}
.testimonials-swiper-2 p {
    color: #374151;
}

.testimonials-swiper-2 svg {
    color: var(--color-primary-background);
}
/* Footer */
	/**/
/*Media Queries*/
	/**/

@media (min-width: 1024px) {
    .cta-section.style-1 {
        height: fit-content;
    }
}
@media (max-width: 1024px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media (max-width: 1080px) {
    .module-welcome.style-5 .ry-each.image-wrapper .photo {
        padding-bottom: 26.25%;
    }
    .module-welcome.style-5:before {
        opacity: 1;
        background-position: right;
    }
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
/* End - HP Edits*/

#navigation {
	background-color: #fff !important;
}

body[data-page-name="brands/frames-lenses"] div#hp-brands-6 {
    padding: 0 2rem;
}

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

body[data-page-name="contact-us"] #ry-footer-3 {
	padding-top:220px;
}

.ry-menu .ry-nav {
    font-size: 22px;
}

.hp-service a.ry-btn-hover-effect {
    display: none;
}


.dry-eye img{
	max-width:80px;
}