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

.interior-layout #navigation > div {
    position: relative;
    background: #fff;
}

.interior-layout #ry-pg-body :is(.navigation-3) {
    padding-bottom: .5rem;
    background: #FFF;
}

/* 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 <June 22, 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, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
/* 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;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
    border: 4px solid white;
    box-shadow: 0 0 7px 3px #33333345;
    border-top-left-radius: 70px;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-top: 40%;
}

.module-welcome.style-5 .ry-text .ry-btn {
    margin-left: 0;
}
/* Services */
	/**/
.ry-services.style2 .ry-content .content {
    max-width: 780px;
}

.ry-services.style2 .ry-each .photo:before {
    background: var(--color-primary-background);
    border-radius: 30px;
}
.ry-services.style2 .ry-each:nth-child(1) .each-block:nth-child(1) .photo:before,
.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) .photo:before,
.ry-services.style2 .ry-each:nth-child(3) .each-block:nth-child(1) .photo:before{
    background: var(--color-secondary-background);
}
.ry-services.style2 .ry-each .photo img {
    object-fit: contain;
    height: 50%;
    width: 50%;
    left: 25%;
    top: 10%;
    z-index: 2;
    filter: invert(1);
}

#section-hp-services::before {
    background: #e4e1ef;
    height: 35%;
    top: auto;
    bottom: 0;
}
.ry-services.style2 .ry-each .each-block .photo:after {
	border-radius: 40px;
}
.ry-services.style2 .ry-each:nth-child(1) .each-block:nth-child(1) .photo:after,
.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) .photo:after,
.ry-services.style2 .ry-each:nth-child(3) .each-block:nth-child(1) .photo:after{
    background: var(--color-secondary-background);
	opacity: .9;
}
.ry-services.style2 .ry-each .each-block:hover .photo img {
	opacity: 0.2;
}
.ry-services.style2 .ry-each:nth-child(1) .each-block:nth-child(1) .button-svg,
.ry-services.style2 .ry-each:nth-child(2) .each-block:nth-child(2) .button-svg,
.ry-services.style2 .ry-each:nth-child(3) .each-block:nth-child(1) .button-svg{
	background: var(--color-primary-background);
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-6 .overflow-hidden {
    padding: revert-layer;
}

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

#hp-brands-6 .swiper-slide img {
    mix-blend-mode: normal;
}

.brand-4-swiper-button-next,
.brand-4-swiper-button-prev {
  color: var(--color-secondary-background);
  background-color: #ffffff;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.testimonials-swiper .swiper-slide {
    background: var(--color-primary-background);
}
.testimonials-swiper .swiper-slide:nth-child(even) {
    background: var(--color-secondary-background);
}
.testimonials-swiper .swiper-slide p{
    color: var(--color-primary-text);
}
/* Footer */
	/**/
/*Media Queries*/
	/**/



@media (width < 1080px) {
  #section-hp-services:before,
  .module-19.style2:before,
  .ry-services.style2::before, {
    opacity:1;
    height: 50%;
  }
  #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-text .ry-btn {
        margin-left: auto;
    }
    .ry-services.style2 .each-block .photo {
        border-radius: 30px;
    }
    
    .ry-services.style2 .each-block .photo:before {
        height: 100%;
        background: var(--color-primary-background);
    }
    .ry-services.style2 .each-block:nth-child(odd) .photo:before {
        background: var(--color-secondary-background);
    }
    .ry-services.style2 .each-block .photo img {
        z-index: 2;
        height: 60%;
        width: 60%;
        left: 20%;
        top: 5%;
        filter: invert(1);
    }
}

@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
/* End - HP Edits*/

#navigation-style-3 .button-left,
#navigation-style-3 .button-right{
    display:flex;
    gap:10PX
}

#navigation-style-3 {
max-width:1600px;
    width:95%;
    gap:3vw;
        padding-inline:0
    
}
.snap-mobile-menu .gap-6 {
	gap: 10px;
}

.snap-mobile-menu .gap-4 {
	gap:6PX
}

.snap-mobile-menu {
    background:#fff
}
.snap-mobile-menu .snap-mobile-menu {
    padding-inline:0;
    gap:20px
}
.snap-mobile-menu img {
    filter:unset
}

@media(max-width:1480px) {
    #navigation-style-3 .max-w-\[360px\] {
    max-width: 210px;
        width:100%;
}
}

@media(max-width:1400px) {
	.cta-btn a, #navigation-style-15 .group.text-white *{
		font-size: 14px;
	}

	.ry-menu .ry-nav li a{
		/* font-size: 16px */
	}
	#navigation-style-15 .flex.gap-4 {
		gap:5px;
	}
	#navigation-style-15  .max-w-\[300px\] {
		max-width: 14.3vw;
		width: :100%
	}


	.cta-btn {
		width: fit-content;
		padding-inline: 15px;
		width:50%
	}

	#navigation-style-3 .button-left,
	#navigation-style-3 .button-right{
		max-width: 500px;
		width:100%;

	}
	.ry-menu {
		width:90%;
		margin-inline:auto
	}

}


@media(max-width:1160px) {
	#navigation-style-3, .ry-menu {
		display: none   !important  
	}
	.snap-mobile-menu {
		display: flex !important;
		gap: 10px;
	}

}

div[aria-labelledby="heading-ortho-k"] {
    display: none !important;
}

div [aria-labelledby="heading-myopia-management"] {
    display: none !important;
}

@media (max-width: 1080px) {
    div#navigation-style-15, .ry-menu {
        display: none;
    }
    .snap-mobile-menu {
        display: flex !important;
    }
}