/* 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;
}
label.control-label.stacked {
    display: flex;
    align-items: center;
    gap: 8px;
}

div#insurance-logo img {
    max-width: 150px;
    margin: auto;
    height: 60px;
    object-fit: contain;
}
/* 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 <March 09, 2026> */

/**/
.ry-section {
    background: none !important;
}
	/*fonts*/

	/*btns*/
/*Modal*/
/* Header */
	/**/
.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, #1118278a);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
body[data-page-name="index"] #navigation {
    position: absolute;
}

.cta-btn:last-child {
    background: var(--color-primary-background);
}

.cta-btn:last-child:hover {
    background: transparent;
}
.snap-mobile-menu {
    background: var(--color-primary-text);
}

mm-burger {
    color: #347151;
}
.cta-btn {
    border-radius: 999px;
}
/* Hero */
	/**/
.slider-info {
    min-height: fit-content;
}
@media (min-width: 768px) {
    .slider-info-left-bottom {
        bottom: 5%;
    }
}
/* CTA */
	/**/
/* Welcome */
	/**/
#hp-welcome-1::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0d94a636-2cc1-42c9-b165-ee8f85b48797/backgrounds/VistaOpto_welcome_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* Services */
	/**/
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
#ry-footer::before {
    background-color: var(--color-secondary-background);
}
/*Media Queries*/
	/**/
@media (max-width:1024px){
    .with-gradient:before {
        opacity: 0;
    }
    
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    body[data-page-name="index"] #navigation {
        position: relative;
    }
}

/* End - HP Edits*/