/* 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}
*/
html, body {
    overflow-x: hidden !important;
}
[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 <July 30, 2025> */

/* Fonts*/
	/*fonts*/

	/*btns*/
		.cta-btn {
			color: var(--color-primary-text);
			background: var(--color-primary-background);
			transition: all .3s;
			border-radius: 35px;
		}

		.cta-btn:hover {
			color: var(--color-primary-text);
			background: var(--color-secondary-background);
		}
		
		.ry-btn-primary {
			transition: all .3s;
		}

		.ry-btn-primary:hover {
			background: transparent;
			color: var(--color-secondary-background);
		}
/*Modal*/
/* Header */
	/**/
.ry-menu .ry-nav li:hover {
    color: #fff;
    opacity: 0.9;
}


.mobile-dropdown:hover .mobile-dropdown-menu {
  display: block;
  width: 12rem;
  left: -150px;
}

.mobile-dropdown a {
    background: var(--color-secondary-background);
    color: #fff;
}

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


/* Hero */
	/**/

[data-page-name="index"] #navigation-style-3 img, [data-page-name="index"] .snap-mobile-menu img {display: none;}

#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-position: top;
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, #000000d1, transparent);
}

.slider-info {
    min-height: fit-content;
}

.hero-logo {
    transform: translate(-50%, -15%);
}

.hero-logo img {
    width: 300px;
    position: relative;
    top: 1em;
    left: -20px;
}

@media (max-width: 1440px) {
	.hero-logo {transform: translate(-50%, -40%);}
}	

/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: 0;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

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

.module-welcome.style-5 {
    padding: 0;
}

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

.module-welcome.style-5 .text-wrapper {
    padding: 6.6vh 0;
}
/* Services */
	/**/
#services-12 > div:nth-child(even), #services-12 > div:nth-child(odd) {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-4ef21eca-4457-4821-8223-eb632a493d60/backgrounds/JayaVision_service_box.jpg) center top no-repeat;
	background-size: cover;
}

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

#services-12 > div:nth-child(odd) > div > p, #services-12 > div:nth-child(even) > div > p {
    color: var(--color-primary-background);
    font-weight: 900 !important;
}
#services-12 > div:nth-child(odd) img, #services-12 > div:nth-child(even) img {
    width: 270px;
    height: 270px;
}
#services-12 > div:nth-child(even) > div > a {
    background-color: var(--color-primary-background);
}

div#section-hp-services {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-4ef21eca-4457-4821-8223-eb632a493d60/backgrounds/JayaVision_services_background.jpg);
}
/*Tele Optometry Custom*/
.hp-teleoptometry::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-size: cover;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-4ef21eca-4457-4821-8223-eb632a493d60/images/JayaVision_teleopto_bg_darker.jpg);
}

.hp-teleoptometry .photo {
    position: relative;
    padding-bottom: 30%;
    height: 0;
}
.hp-teleoptometry .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
#hp-brands-5 {
    background: var(--color-secondary-background);
}

.module-brands.style-5 .content .brand-block .each-brand:nth-child(odd) .logo {
    filter: invert(1);
}
/* Request Appointment */
	/**/
/* Testimonials */





/* Footer */

div#footer-content {
    grid: none;
    display: flex;
    justify-content: space-between;
}

div.footer-disclaimer p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    max-width: 950px;
    margin: 4em auto 0;
}

div#footer-content .ry-each {
    background: transparent;
	min-width: 235px;
}

div#footer-content .ry-each h6 {
    font-weight: 600 !important;
    font-size: 20px;
}

.footer-hours-inner ul li {
    gap: 0 !important;
    margin: 3px 0 !important;
}

.footer-hours-inner ul li#fulltimehours {
    margin-top: 30px !important;
}

.footer-hours-inner {
    margin-top: 2em;
}

.footer-hours-inner ul {
    margin-top: 10px;
}

#ry-footer .container {
    max-width: 1200px;
    width: 90%;
}

.foote-ry-copy  {
    align-items: center;
    text-align:center;
    font-size:13px;
}

.foote-ry-copy img {
    max-width: 120px;
    height: auto;
}


.foote-ry-copy >div {
    background: transparent;
    padding-top: 3em;
    margin-bottom: -3em;
}

.mobile-dropdown:nth-of-type(2) .mobile-menu-icon::before {
    content: 'Book Appointment';
    position: absolute;
    font-size: 8px;
    line-height: 7px;
    bottom: -18px;
}


@media (max-width:1024px) {
    div#footer-content .ry-each {
		width: 100% !important;
	}

	div#footer-content {
		flex-direction: column;
	}

	div#footer-logo {
		justify-content: center;
		flex-direction: column;
		gap: 2em 0;
	}

	div#footer-logo img {
		max-width: 200px;
	}
	
	#footer-each-2 .footer-hours-inner {
		padding-bottom: 2em;
		border-bottom: 1px solid #5e39ad;
	}
}


/* Footer */



/*Media Queries*/

@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
    .module-19.style2 .ry-left {
        width: 100%;
    }
	
	div#section-hp-team img {
		max-width: 250px;
	}

}

@media (width < 991px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    .with-gradient:before {
        opacity: 0;
    }
	div.hero-logo img {
        width: 120px;
        top: -8px;
        position: relative;
		left:0 !important;
    }
}
@media (max-width: 425px) {
	div.hero-logo img {
		width: 105px;
	}
	.hero-logo {
    	transform: translate(-50%, -50%);
	}
}
/* End - HP Edits*/




/* image text */

div#image-text >div {
    padding: 2rem 0 !important;
}

@media (max-width:767px) {
	div#image-text h3 {
		margin-top: 0 !important;
	}
}


/* image text */

body[data-page-name="costco-eye-exam-booking"] #navigation-style-3 .cta-btn,
body[data-page-name="costco-eye-exam-booking"] div#navigation li.primary,
body[data-page-name="costco-eye-exam-booking"] div#footer-each-1,
body[data-page-name="costco-eye-exam-booking"] .sticky-icons
{
    display: none !important;
}

body[data-page-name="costco-eye-exam-booking"] #navigation-style-3 img,
body[data-page-name="costco-eye-exam-booking"] #ry-footer img {
    pointer-events: none;
}

.test .fixed.w-screen.overflow-y-auto {width: 100% !important;}

@media (max-width: 480px) {
.hp-teleoptometry .custom-headline h2 {
    font-size: 40px;
}
    }
@media (max-width: 420px) {
.hp-teleoptometry .custom-headline h2 {
    font-size: 34px;
}
    }
body[data-page-id="WebPage-d3531bf9-907a-4c9e-af49-889503eec00c"] .modal-dialog {
max-width: 600px;
}