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

a#blog-btn {
    padding: 15px 35px;
    text-decoration: none;
    margin: 1em 0 0;
    display: block;
}

.ry-photo-wrap {
    width: 25%;
    float: right;
    margin: 0 0 10px 20px;
}

.ry-photo-wrap img {
    margin: 0 !important;
    max-width: 200px;
}

.blog-page-wrap {
    margin-bottom: -2em;
}

img#blog-image2 {
    margin-top: 3em;
}

@media (max-width:991px) {
    div.ry-photo-wrap {
     width: 100% !important;
		float: right;
		margin: 1em 0 2em !important; 
	}
}

div#hp-slider .custom-headline h1 {
    text-transform: initial !important;
    line-height: 1.4 !important;
}

@media (min-width:1200px) {
	div#hp-slider .custom-headline strong {
		 font-size: 85px !important;
	}
}

div#pament-options-logo img {
    margin: 0 auto;
   
}

div#pament-options-logo div#ry-each {
    height: 150px;
    display:flex;
    align-items:center;
    justify-content:center;
}



div#contents {
    background: #fff;
}

body[data-page-name="envision"] div#inner-banner h1 {
    display: none;
}


.pg-heading h2 {
    margin: 0 !important;
}

body[data-page-name="envision"] div#inner-banner:after {
    width: 220px;
    height: 150px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://static.royacdn.com/Site-321033e4-265a-435e-bebb-852245597ac0/images/Envision_Logo.png);
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0%, -50%);
    filter: brightness(0) invert(1);
}

div#lumecca-logo {
    width: 40%;
    float: right;
    margin: 0 0 20px 20px;
}

div.pg-spacing {
    margin: 0 0 4em 0;
}

div#lumecca-logo img {
    margin: 0;
}

div#device-image img {
    max-width: 220px;
    margin: 0 0-2em 0;
}

@media (max-width:500px) {
  div#device-image img {
		max-width: 150px;
		margin: 0 auto -2em;
	}
  
}

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

/**/
	/*fonts*/

	/*btns*/
.ry-btn-secondary:hover {
    background: transparent;
    border: 2px solid var(--color-secondary-background);
    color: var(--color-secondary-background);
}
/*Modal*/




/* Header */

.snap-mobile-menu {
    background-color: white;
}

.mobile-dropdown span1 {
    display: block;
}

.mobile-dropdown-menu i,  .mobile-dropdown-menu-appointment i {
     position: absolute;
    left: -1px;
    font-size: 11px;
    top: 12px; 
 }

.mobile-dropdown:hover .mobile-dropdown-menu, .mobile-dropdown-appointment:hover .mobile-dropdown-menu-appointment {
  display: block;
  width: 12rem;
  left: -150px;
  padding: 0 1em;
  background: #000;
  border-radius: 10px;
  border: 1px solid var(--color-secondary-background);
  top: 45px;
}

.mobile-dropdown li:last-child a, .mobile-dropdown-appointment li:last-child a {
    border-bottom: none;
}

.mobile-dropdown a, .mobile-dropdown-appointment a {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
    font-weight: 300;
    font-size: 15px;
    border-bottom: 1px solid red;
    padding-left: 1em;
    position: relative;
}

.mobile-dropdown a:hover, .mobile-dropdown-appointment a:hover {
    background: var(--color-primary-background);
}

.snap-mobile-menu .flex.gap-4 {
    gap: 10px !important;
}

/* END Header */


mm-burger {
    color: black;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
/* Hero */
	/**/
.with-gradient:before {
	background-image: linear-gradient(to bottom, black, transparent, transparent, #000000bf);
}
.slider-info {
    min-height: fit-content;
}
/* CTA */
	/**/
/* Welcome */
	/**/
#welcome-wrap.style-1 .svg-background .cls-1 {
    fill: var(--color-secondary-background);
}
#welcome-wrap.style-1 .module-22 .ry-content {
    gap: 60px;
    align-items: center;
}

#welcome-wrap.style-1 .svg-background {
    opacity: 0;
}
#welcome-wrap.style-1:before {
    background-position: right;
    transform: scaleX(-1);
}
#welcome-wrap.style-1 {
    padding-bottom: 8vw;
}
#welcome-wrap.style-1 .module-22 .ry-left img {
    border-bottom-right-radius: 100px;
}
/* Services */
	/**/
#section-hp-services::before {
    background: var(--color-primary-background);
    height: 20%;
    width: 90%;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 140px;
    opacity: .1;
}
/* Custom HP Dry Eye*/
.custom-hp-dry-eye .background-section, .custom-hp-dry-eye .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.envision-logo img {
    max-width: 300px;
}

.envision-logo {
    max-width: fit-content;
    margin: 0 auto;
}
/* Meet the Team */
	/**/
.homepage-team-swiper-2 h4,
.homepage-team-swiper-2 h5,
.homepage-team-swiper-2 p{
    color: white;
    font-weight: 200;
}
.homepage-team-swiper-2 h4 {
    font-weight: 600 !important;
    text-transform: uppercase;
}
.homepage-team-swiper-2 h5 {
    letter-spacing: 0.28em;
    text-transform: uppercase;
}
.homepage-team-swiper-2 .swiper-pagination-bullet {
    background: white;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-2::before {
    background: var(--color-primary-background);
    height: 20%;
    width: 90%;
    top: auto;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 140px;
    opacity: .1;
}

.module-testimonials.style-2 .swiper-pagination-bullet {
    background: white;
}

/* Footer */
	/**/

div#footer-logo-wrap {
    justify-content: center;
}

.footer-social {
    display: none;
}


/*Media Queries*/
	/**/
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 3%;
    }
	
	
}
@media (max-width:1024px) {
    .with-gradient:before {
        opacity: 0;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    #section-hp-services::before {
        border-radius: 0;
        width: 100%;
        transform: none;
        left: 0;
    }
    
    .module-testimonials.style-2::before {
        width: 100%;
        transform: none;
        left: 0;
        border-radius: 0;
    }
	.custom-hp-dry-eye .background-section, .custom-hp-dry-eye .background-section img {
        object-position: right;
    }
	
	
}
@media (width < 1080px) {
    .module-welcome.style-5:before {
        opacity: 1;
    }
	.module-welcome.style-5 .ry-text p {
		text-align: center !important;
	}
}

@media (max-width:1080px) {
	
	div#lumecca-logo {
		width: 100% !important;
	}

	div#lumecca-logo img {
		max-width: 300px !important;
	}
	
}


@media (max-width:768px) {
	body[data-page-name="envision"] div#inner-banner:after {
        height: 100px !important;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        max-width: 142px;
    }
}


/* End - HP Edits*/
#ry-pg-body .navigation-14 .holder, #ry-pg-body #floating-header ,
#ry-pg-body .navigation-14 .holder .justify-between,
.snap-mobile-menu{
    background:#000
}
#ry-pg-body .navigation-14 .holder {
    padding: 30px 0 65px;
}

#ry-pg-body .navigation-14 .holder div#logo-wrap img {max-width: 130px;}

#ry-pg-body .navigation-14 .holder div#logo-wrap {
    top: 15px;
}
.snap-mobile-menu img {
    background:#fff;
    padding:10px;
    border-radius:10px;
    max-height: 75px;
    width:90px;
}
mm-burger {
    color: #FFF;
}


.navigation-14 .holder div#logo-wrap {
    top: 25px;
}


/** CHERRY PAYMENT **/
.ry-cherry-payment div#widget-layout {
    flex-direction: column;
}
.ry-cherry-payment div#widget-layout .heroImage-image_container-2JyLP {
    margin: 0 auto;
}
.ry-cherry-payment div#widget-layout div#widgets-container {
    min-width: 100%;
    max-width: 100%;
}
.ry-cherry-payment div#widget-layout .testimony-title_container-2YHZf div {
    display: flex;
}
/** END CHERRY PAYMENT **/

select#aptlocation {
        margin:0;
        color:var(--tw-prose-body);
        width:100%
}

