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

/* HP Edits - Started <April 24, 2026> */

/**/
	/*fonts*/

	/*btns*/

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

mm-burger {
    color: #374151;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.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, #070818b8);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}

.cta-icon {
    color: #374151;
    border-color: #374151;
}
.cta-icon:hover {
    border-color: transparent;
}

.custom-bg-fixed.background-section, .custom-bg-fixed.background-section img {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ry-section {
    background-color: transparent !important;
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
.slider-info {
    min-height: fit-content;
}
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 5%;
    }
}
/* CTA */
	/**/
/* Welcome */
	/**/
/* Services */
	/**/
#services-12 > div:nth-child(odd) {
    background-color: #39b54a1c;
    backdrop-filter: blur(5px);
}
#services-12 > div:nth-child(even) {
    background-color: #2e319229;
    backdrop-filter: blur(5px);
}

#services-12 > div:nth-child(even) > div > h4, #services-12 > div:nth-child(odd) > div > h4 {
    color: #374151;
}

#services-12 > div:nth-child(even) > div > p, #services-12 > div:nth-child(odd) > div > p {
    color: #666;
}
/* Meet the Team */
	/**/
/* Dry Eye */
#hp-dryEye-1 .background-section, #hp-dryEye-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.review-widget.light {
    z-index: 1;
}
/* Footer */
	/**/
#ry-footer::before {
    background-color: var(--color-secondary-background);
}
/*Media Queries*/
	/**/
@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
	#hp-dryEye-1 .background-section, #hp-dryEye-1 .background-section img {
		opacity: 0.1;
	}
}
@media (max-width:767px){
    .with-gradient:before {
        opacity: 0;
    }
}
/* End - HP Edits*/

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

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