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

/**/
	/*fonts*/
	/*btns*/

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

mm-burger {
    color: #374151; /*text-gray-700*/
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151; /*text-gray-700*/
}

.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, #000000ba);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
body[data-page-name="index"] #navigation {
    position: absolute;
}

.cta-btn {
    background: var(--color-primary-background);
    border-radius: 999px;
    width: 300px;
}

.cta-btn:first-child {
    background: transparent;
    border:1px solid var(--color-primary-background);
    color: var(--color-primary-background);
}

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

/* 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;
}
.slider-info {
    min-height: fit-content;
}

/* CTA */
	/**/
.cta-section.style-1:hover::before {
    border-radius: 40px;
}
/* Welcome */
	/**/
#welcome-wrap.style-1 .module-22 .ry-left img {
    border: none;
    border-radius: 0;
}

#welcome-wrap.style-1 {
    padding-bottom: 16vw;
}
#welcome-wrap.style-1:before {
    content: none;
}
/* Services */
	/**/
.ry-services.style2::before {
    height: 20%;
    top: auto;
    bottom: 0;
}
#services-7 .ry-content .content {
    max-width: 1280px;
}

#services-7 .ry-content {
    padding: 40px 60px;
    background: #f4eefc;
    border-radius: 100px;
    border: 5px solid var(--color-primary-background);
    margin-top: 40px;
}
#services-7 .each-block:hover .photo:before {
    transform: scale(1.5);
}

#services-7 .each-block .photo:before,
#services-7 .each-block .photo img {
    transition: all ease .3s;
}

#services-7 .each-block:hover .photo img {
    transform: scale(1.2);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/#hp-brands-6 .custom-headline h2, #hp-brands-6 .custom-headline h2 .span-1 {
    color: var(--color-primary-text);
}

#hp-brands-6 .overflow-hidden {
    padding: 0;
}

.brand-4-swiper-button-next,
.brand-4-swiper-button-prev {
  color: var(--color-secondary-background);
  background-color: var(--color-secondary-text);
}

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

#hp-brands-6 .swiper-slide img {
    mix-blend-mode: normal;
    filter: invert(1);
}
/* Custom HP Dry Eye */
.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-each.image-wrapper .photo {
    padding-top: 40%;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper .swiper-slide:nth-child(even) {
    background: var(--color-primary-background);
}

.testimonials-swiper .swiper-slide:nth-child(odd) {
    background: #f4eefc;
}

.testimonials-swiper .swiper-slide:nth-child(even) p {
    color: white;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 5%;
    }
}

@media (min-width: 1081px) {
    .mobile-services {
        display: block;
    }

    .ry-services.style2 .block-count-5 .ry-each:nth-child(2) .each-block:nth-child(2) {
        margin-right: calc(-100% - 30px);
    }
}

@media (min-width: 1080px) {
    .ry-services.style2 .ry-flex {
        display: none;
    }

    .ry-services.style2 .each-block .photo {
        position: relative;
        padding-bottom: 100%;
        border-radius: 999px;
        overflow: hidden;
    }

    .ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a45b4e3c-8c4f-444b-a262-78df3fa9a4e9/images/SignatureEC_service_circle.png) center center no-repeat;
        background-size: cover;
    }

    .ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 30%;
        left: 30%;
        width: 40%;
        height: 40%;
        object-fit: cover;
        border-radius: 0;
        z-index: 2;
        filter: invert(1);
    }

    .ry-services.style2 .each-block .title {
        position: absolute;
        bottom: -65px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
        width: 100%;
    }

    .ry-services.style2 .each-block .title div {
        font-size: 20px;
        color: #374151;
    }

    .ry-services.style2 .each-block .link, .ry-services.style2 .each-block .link a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0;
    }

    .ry-services.style2 .each-block .button-svg {
        display: none;
    }

    .mobile-services .slick-track .each-block {
        margin-left: 25px;
        margin-bottom: 105px;
        overflow: visible;
    }
    .mobile-services .slick-arrow {
        display: block !important;
    }
    .mobile-services .slick-dots {
        margin-top: 30px;
        padding-left: 0;
        list-style: none;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .mobile-services .slick-dots li {
        margin: 0 3px;
        height: auto;
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-services .slick-dots li:not(.slick-active) {
        opacity: .5;
    }

    .mobile-services .slick-dots button {
        width: 12px;
        height: 12px;
        text-indent: -9999999px;
        background: #374151;
        border: unset;
        box-shadow: unset;
        border-radius: 50%;
    }
}

@media (max-width:1200px){
    #welcome-wrap.style-1 {
        padding-bottom: 0;
    }
}

@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before,
    #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){
    .module-welcome.style-5 .ry-flex {
		flex-direction: column-reverse;
	}
    .ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a45b4e3c-8c4f-444b-a262-78df3fa9a4e9/images/SignatureEC_service_circle.png) center center no-repeat;
        background-size: cover;
    }

    .ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 30%;
        left: 30%;
        width: 40%;
        height: 40%;
        object-fit: cover;
        border-radius: 0;
        z-index: 2;
        filter: invert(1);
    }

    .ry-services.style2 .each-block .title {
        position: absolute;
        bottom: -65px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
        width: 100%;
    }

    .ry-services.style2 .each-block .title div {
        font-size: 20px;
        color: #374151;
    }
        .mobile-services .slick-track .each-block {
        margin-left: 25px;
        margin-bottom: 105px;
        overflow: visible;
    }
}

@media (max-width:1024px){
    body[data-page-name="index"] #navigation {
        position: relative;
    }
    .with-gradient:before {}

    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}

@media (max-width:767px) {
    .with-gradient:before {
        opacity: 0;
    }
}
@media (max-width:425px){
    #welcome-wrap.style-1 .module-22 .ry-left img {
        border-radius: 40px;
    }
    #services-7 .ry-content {
        border-radius: 30px;
    }
}
/* End - HP Edits*/

body[data-page-name="brands/frames-lenses"] #hp-brands-6::before {
	display: none;
}

body[data-page-name="brands/frames-lenses"] #hp-brands-6 .swiper-slide img {
	filter: none !important;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}