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

div#contents p {
    font-size: 18px;
    line-height: 1.5 !important;
}
.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;
}

div#phone-drowdown {
    top: 70px;
    width: 100%;
    text-align: center;
    background:#fff;
}


div#navigation-style-3 .cta-btn {
    overflow: visible;
}

ul.multiLocationUl li a {
    padding: 10px 0 10px 20px !important;
    white-space: nowrap;
    letter-spacing: 1px;
}

div#membership .ry-each {
    width: 50%;
    background: 48%;
    background: #eee;
    border-radius: 20px;
    border: 1px solid rgb(0 0 0 / 15%);
}

div#membership {
    gap: 2em;
    margin-top: 4em;
}

div.membership-title h4 {
    font-weight: normal !important;
    margin: 0;
    font-size: 27px;
    line-height: 1.2;
    color: #fff;
    padding: 1em 0;
}

div.membership-title {
    background: #87cac1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

div#membership .ry-each ul li {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    margin: 0 !important;
}

div#membership .ry-each ul li p {
    margin: 15px 0;
}

div#membership .ry-each ul {
    padding: 0;
}

div#membership .ry-each ul li:last-child {
    border-bottom: navajowhite;
}

.ry-text p{
	font-size:18px;
}

@media (max-width:1080px) {
	
	div.membership-title h4 {
		font-size: 22px;
	}

	div#membership .ry-each h3 {
		font-size: 20px;
	}

	div#membership .ry-each {
		max-width: 500px;
		margin: auto;
		clear: both;
		float: none;
	}
	
	.mm-navbar__title, a.mm-listitem__text {
		text-transform: uppercase !important;
	}
	
	.module-welcome.style-5 .ry-container {
		max-width: 100% !important;
	} 
	
	div#section-hp-services p {
		text-align: center;
		font-size: 18px !important;
	}
	
	div#hp-insurance-1 p {
		font-size: 18px !important;
		text-align: center !important;
	}
	
	div#section-hp-services p {
    text-align: center;
		font-size: 18px;
	}

	div#hp-insurance-1 p {
		font-size: 18px;
		text-align: center;
	}

	div#ry-footer-top-contact p, div#ry-footer-top-contact h2 {
		text-align: center !important;
	}

	div#ry-footer-top-contact h2 {
		font-size: 35px;
		font-weight: normal !important;
		letter-spacing: 2px;
	}

	div#ry-footer-top-contact .text-white {
		text-align: center;
		font-weight: normal !important;
		font-size: 18px;
	}

}


@media (max-width:767px) {
    div#membership .ry-each {
        width:100%;
    }

    div#membership {
        flex-direction:column !important;
    }
}


.cta-btn > div {
    font-size: calc(14px + 0 * ((100vw - 500px) / 1100));
}

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

.homepage-swiper h2 {
	text-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
}

@media (min-width: 1024px) {
	.navigation-3.fixed > .block.lg\:absolute.inset-0 {
		position: relative;
	}
}

@media (max-width: 1440px) {
	div#navigation-style-4.container {
		max-width: 1280px;
	}
}

/** Footer Style **/


#ry-footer ul {
    line-height: 2;
}
.footer-contents ul li, .footer-contents a, .footer-contents h4, .footer-contents p {
    color: #141414;
}
#ry-footer-3::after {
	display: none;
}
#ry-footer-3::before {
	opacity: 1;
	height: 60%;
	top: unset;
}
#ry-footer-3 .footer-contents {
    
}
#ry-footer-3 .footer-contents::before {display: none;}
div#hp-insurance-1, div#hp-brands-5 {
    background: #f9f9f9;
}
div#hp-insurance-1 .swiper-slide.bg-gray-200 {
    background: #87cac1;
}
@media (max-width:700px) { 
	#ry-footer-3 .footer-contents {
		max-width: 90% !important;
		width: 100% !important;
		padding: 3em 1em !important;
	}

	div#ry-footer-3 {
		padding: 0;
	}

	#ry-footer-3 .footer-contents {
		text-align: center !important;
	}
}

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

body[data-page-name="contact-us"] div#ry-footer-3 {
    margin-top: 200px;
}
.footer-privacy strong {
    color:rgb(185 28 28 / 1) !important;
}
#ry-footer-3::before {
	z-index: 1;
}
div#ry-footer-3, .module-testimonials.style-2:before, .module-testimonials.style-3:after {
    background: #f4f5f0 !important;
}

/** Footer End **/

.snap-mobile-menu {
    background-color: var(--color-primary-background);
}

@media (max-width: 1080px) {
	.homepage-swiper .swiper-slide img {
		height: 100% !important;
	}
	
	
	
	
	#ry-footer-3 .footer-contents .ry-btn {
		margin: 2em auto;
	}
	.slider-info {
		width: 100% !important;
		max-width: 100% !important;
	}
	.slider-info {
		width: 100%;
		max-width: 100%;
	}
	.homepage-swiper h2 {
		text-align: center !important;
	}
	#ry-footer-3 .lg\:grid-cols-12 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	#ry-footer-3 .footer-contents {
		width: 100%;
	}
	div#ry-footer-3, .module-testimonials.style-2:before, .module-testimonials.style-3:after {
		margin-top: -1px;
	}
}

body[data-page-name="lenses-and-frames"] div#hp-brands-5 {
	background: none !important;
	padding-top: 0;
}

.ry-text h2 {
    margin-top: 0;
}

.contact-template.style-3 .inner-flex .ry-each .ry-flex.second-block .social-wrap {
    width: 157px;
}

.contact-template.style-3 .inner-flex .ry-each .ry-flex.second-block .social-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 680px) {
    div.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper .ry-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

#services-12 > div > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
#section-hp-services div#services-12 {
    margin-top: 140px !important;
}
#section-hp-services .ry-icon {
    background: #fff;
    width: 100%;
    max-width: 160px;
    max-height: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    margin: auto;
    margin-top: -120px;
    padding: 30px;
}

#services-12 > div:nth-child(odd) .ry-icon {
    border: 2px solid var(--color-secondary-background);
}
#services-12 > div:nth-child(even) .ry-icon {
    border: 2px solid var(--color-primary-background);
}

#section-hp-services div#services-12 .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center {
    min-height: 130px;
}

#services-12 > div:nth-child(even) img {
	filter: unset !important;	
}

@media (max-width: 991px) {
	.homepage-video-slider #the-video #ry-video-slider {
		padding-top:0;
	}
}

@media (min-width: 1024px) {
	.homepage-video-slider {
		max-height: 100vh;
		overflow: hidden;
	}
	/*.homepage-video-slider::before, .ry-video-wrapper:before {
		background: #46547199;
		opacity: 1;
		z-index: 1;
	}*/
	.ry-video-wrapper:before {
		content: "";
		position: absolute;
		inset: 0;
	}
	.ry-video-wrapper {
		padding-bottom: 56.25%;
	}
	
	
}

.homepage-video-slider::before {
	background: linear-gradient(to bottom, white, #ffffff33, #ffffff11);
	z-index: 1;
	opacity: 1;
}

@media (max-width: 767px) {
	.homepage-video-slider::before {display: none;}
	.homepage-video-slider .slider-info * {
		text-align: center;
	}
	.homepage-video-slider .slider-info {
		background: #465471;
	}
}

.ry-video-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

.ry-video-wrapper iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	pointer-events: none; /* Prevent clicking */
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
	display: none;
}
div#navigation.bg-White99 .flex-shrink-0.relative img {
    max-height: 6rem;
}

#section-hp-services .sub-title h4{
	color: #fff;
}
#section-hp-services div#services-12 {
	row-gap: 140px;
}

div#section-hp-team .swiper.homepage-team-swiper h6 {
    letter-spacing: 0px;
    font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
	color: #252525;
}

.services-grid .each:not(:last-child) {border-right: 1px solid #87cac1;}

@media (min-width: 1024px) {
	.main-content .w-full:first-child .grid .relative:not(:last-child)::before {
		content: '';
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -40px;
		background: #000000;
		z-index: 1;
	}
} 

@media (max-width: 1024px) {
	div#section-hp-team .mx-auto .md\:text-center.text-gray-500>p {
		text-align: center !important;
	}
	.homepage-team-swiper .text-gray-800 {
		font-size: 20px;
	}
	.homepage-team-swiper .text-gray-600 {
		font-size: 16px;
	}
	
	div.homepage-video-slider {
		padding-top: 100px !important;
	}
}

#section-hp-team .swiper-wrapper {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

#section-hp-team h6 {
    margin-bottom: 10px;
}

.testimonials-swiper-2 svg.text-gray-300 {
    color: #fde047;
}

body#ry-pg-body div#navigation.navigation-3 div#navigation-style-3, body#ry-pg-body div#navigation.navigation-3 .items-center.mx-auto.ry-menu.ry-container {
    max-width: 1600px !important;
    width: 90%;
    margin: auto;
}

body#ry-pg-body div#navigation.navigation-3 {
    position: relative;
}

.brands-swiper-4 img {
	mix-blend-mode: unset;
	filter: brightness(0) invert(0);
}

.five-stars svg {
    fill: #ffde1f;
}



