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

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
body[data-page-name="index"] #navigation {
    position: absolute;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

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

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

.cta-btn:last-child:hover {
    background: transparent;
}
.snap-mobile-menu {
    background-color: var(--color-primary-text);
}

mm-burger {
    color: var(--color-primary-background);
}
/* Hero */
	/**/
.with-gradient:before {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent, transparent);
}
.slider-info {
    min-height: fit-content;
}
/* CTA */
	/**/
/* Welcome */
	/**/

.module-welcome.style-5 .ry-container {
    width: 100%;
}

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

/* Services */
	/**/
.ry-services.style2 .block-count-6 .ry-each .each-block {
    margin-bottom: 90px;
    overflow: visible;
}

.ry-services.style2 .ry-each .title {
    bottom: -70px;
}

.ry-services.style2 .ry-each .photo {
    border-radius: 50% !important;
    overflow: hidden;
    background: var(--color-primary-text);
}

.ry-services.style2 .ry-each .photo:before {
    background: #374151;
    height: 70%;
    width: 70%;
    border-radius: 50%;
    left: 15%;
    top: 15%;
}

.ry-services.style2 .ry-each .photo img {
    object-fit: contain;
    filter: brightness(0) invert(1);
    z-index: 2;
    height: 50%;
    width: 50%;
    top: 25%;
    left: 25%;
    transition: all ease .3s;
}

.ry-services.style2 .ry-each .each-block:hover .photo:after {
    height: 0;
}

.ry-services.style2 .ry-each .each-block:hover .photo:before {
    opacity: 1;
    height: 90%;
    width: 90%;
    left: 5%;
    top: 5%;
    transition: all ease .3s;
}

.ry-services.style2 .ry-each .each-block:hover .button-svg {
    z-index: 2;
}

.ry-services.style2 .ry-each .each-block:hover .photo img {
    opacity: .1;
}
/* Custom Dry Eye */
#custom-hp-dryeye::before {
    content: "";
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1fa87bee-f1e1-4b55-a6bb-baa053bdb462/backgrounds/InsightEVC_dryEye_bg.jpg) center top no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
#hp-insurance-1 .swiper-slide {
    background: white;
}

#hp-insurance-1 .swiper-slide img {
    mix-blend-mode: normal;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    opacity: 0;
}

.module-testimonials.style-2 .swiper-pagination-bullet-active {
    background-color: #313036b5;
}

.module-testimonials.style-2 .swiper-slide div:last-child {
    padding: 0;
}

.module-testimonials.style-2 .comments-symbol {
    font-family: 'Playfair Display';
}
.module-testimonials.style-2 .testimonials-swiper p, .testimonials-swiper-2 p {
	color: #313036;
}
label.control-label {
    display: flex;
    align-items: center;
    gap: 5px;
}
.mobile-services.slick-slider {overflow: hidden;}
/* Footer */
	/**/
#ry-footer-3::after,
#ry-footer-3 .footer-contents::before{
    background-color: #4b8bb8;
}
/*Media Queries*/
	/**/

@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before,
    .module-welcome.style-5:before {
        opacity: 2;
    }
}
@media screen and (max-width:1080px){
    .mobile-services .slick-dots {
        margin-top: 100px;
    }
    .mobile-services .slick-track .each-block {
        background: white;
    }
    
    .ry-services.style2 .each-block .photo:before {
        background: #374151;
        height: 70%;
        width: 70%;
        border-radius: 50%;
        left: 15%;
        top: 15%;
    }
    .ry-services.style2 .each-block .title {
        bottom: -70px;
    }
    .mobile-services .slick-list {
        overflow: visible;
    }
    
    .ry-services.style2 .each-block .photo img {
        z-index: 2;
        filter: brightness(0) invert(1);
        height: 50%;
        width: 50%;
        left: 25%;
        top: 25%;
    }
}
@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;
    }
}

@media (min-width: 768px) {
    .slider-info-left-bottom {
        bottom: 2%;
        left: 0;
        padding-left: 10%;
    }
}
/* End - HP Edits*/

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

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

#services-7 .ry-each .title {
    max-width:140px ;
    width:100%;
}
#contents.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin:40px 0 10px
}
#contents.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top:0;
    margin-bottom:0;
}

[data-page-id="WebPage-e5de80e3-f80d-44df-b3d0-ceed22b266d6"] .lg\:w-9\/12 {
        width: 100% !important;
}

[data-page-id="WebPage-e5de80e3-f80d-44df-b3d0-ceed22b266d6"] #ry-sidebar {
    display:none
}

.dry-eye-symptoms .ry-each {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    padding:10PX 30px;
    margin-block:30PX
}
#contents.prose .dry-eye-symptoms .ry-each h2 {
    margin-top:0;
}
.dry-eye-symptoms .ry-each > div:first-child {
    width:30%;
}
.dry-eye-symptoms .ry-each > div:last-child {
    width:65%;
}

.dry-eye-symptoms .ry-each:nth-child(even) {
    flex-direction:row-reverse;
    background:#ededed
}
#hp-slider .swiper-button-next, 
#hp-slider .swiper-button-prev {
    display:none
}

.module-welcome.style-5:before{
   background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1fa87bee-f1e1-4b55-a6bb-baa053bdb462/backgrounds/leaves_welcome.png) no-repeat center / contain;
        width:400px;
     height:500px;
     left:auto;
     right:-40PX;
     top:100%;
     transform:translatey(-100%)
}

#welcome-wrap{
     background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1fa87bee-f1e1-4b55-a6bb-baa053bdb462/backgrounds/InsightEVC_welcome_bg_v3.jpg) no-repeat center /cover
}

#custom-hp-dryeye {
     position:relative;
     max-width:100%
}
#custom-hp-dryeye:before{
     background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1fa87bee-f1e1-4b55-a6bb-baa053bdb462/backgrounds/leaves_Dry_Eye_Treatments.png) no-repeat center / contain;
     width:400px;
     height:500px;
     right:auto;
     left:-60px;
     top:100%;
     transform:translatey(-100%)
     
}


@media(max-width:1500px) {
    #welcome-wrap .ry-flex {
        gap:30px
    }
    #welcome-wrap .ry-each{
        padding:0
    }
    #custom-hp-dryeye:before {
    width: 300px;
    height: 300px;
    }
}

@media (max-width: 1080px) {
    .ry-services.style2 .each-block .title {
    max-width:146px;
    width:100%;
    }
	  #welcome-wrap .ry-each{
        padding:0
    }
}
@media(max-width:780px) {
    .dry-eye-symptoms .ry-each:nth-child(even),
    .dry-eye-symptoms .ry-each{
        flex-direction:column;
        gap:10px
}
    .dry-eye-symptoms .ry-each > div:last-child,
    .dry-eye-symptoms .ry-each > div:first-child {
        width:100%
    }
    #contents.prose .dry-eye-symptoms .ry-each img {
        margin:0 auto;
        max-width:340px;
        width:100%;
        padding:0;
    }
    .dry-eye-symptoms .ry-each * {
        text-align:center
    }
    .dry-eye-symptoms .ry-each ul p {
        text-align:start
    }
}
@media(max-width:991px) {
    #welcome-wrap .ry-each{
        padding:0
    }
    .module-welcome.style-5 .ry-each.image-wrapper {
     transform:scale(1.1)
    }

    #custom-hp-dryeye {
        padding-bottom:150px
    }
   
}
@media(max-width:780px) {
    .dry-eye-symptoms .ry-each {
    padding:10PX 20px;
}
}
@media(max-width:480PX) {
   .module-testimonials .comments-holder {
        padding-inline:20px
    }
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}