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

@media screen and (max-width: 767px) {
	
	div.module-testimonials.style-5 .top-circle {
		width: 50px;
		height: 50px;
		font-size: 3rem;
	}

	div#TestiImageBlock {
		height: 500px;
	}

	div#TestiImageBlock .custom-headline h2 {
		font-size: 2rem;
	}
}


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

/**/
	/*fonts*/

	/*btns*/
/*Modal*/
/* Header */
	/**/
body[data-page-name="index"] #navigation {
    position: absolute;
    z-index: 3;
}

#navigation .flex.gap-4 div:first-child .cta-btn {
    background: var(--color-primary-background);
    transition: all .3s;
}

#navigation .flex.gap-4 div:first-child .cta-btn:hover {
    background: transparent;
}
mm-burger {
    color: var(--color-secondary-background);
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li:hover {
    color: var(--color-primary-background);
}
.ry-menu .ry-nav li:hover .caret{
    border-color: var(--color-primary-background);
}

.cta-btn:first-child {
    background: var(--color-primary-background);
}
.cta-btn:first-child:hover {
    background: transparent;
}
/* Hero */
	/**/
.slider-info {
    min-height: fit-content;
}
@media (min-width: 768px) {
    .slider-info-center-bottom {
        bottom: 6%;
    }
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent, #000000b0);
}
#hp-slider .swiper-pagination-bullet {
    background: white;
}
/* CTA */
	/**/
.bg-cta-background {
    z-index: 1;
}

.cta-section.style-1 img {
    height: 120px;
}
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: 10px solid #fff;
    box-shadow: 0 0 7px #33333359;
}

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

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

.module-welcome.style-5:before {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a5d5330f-e931-48c8-ad46-9dcdb7a124b1/backgrounds/WLVOpto_welcome_wood.jpg) center top no-repeat;
	background-size: cover;
    width: 712px;
    left: auto;
    right: 0;
    top: -20px;
}
/* Services */
	/**/
.ry-services.style2 .ry-content .content {
    max-width: 770px;
}

.ry-services.style2 .ry-each .photo:before {
    background: var(--color-secondary-background);
}

.ry-services.style2 .ry-each .photo img {
    filter: invert(1);
    z-index: 2;
    height: 80%;
    width: 80%;
    left: 10%;
    transition: all .3s;
}

.ry-services.style2 .ry-each:first-child .each-block:first-child .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:first-child .photo:before {
    background: var(--color-primary-background);
}

.ry-services.style2 .ry-each .photo:after {
    opacity: 0.9;
}

.ry-services.style2 .ry-each .each-block:hover .photo img {
    opacity: 0.1;
}

.ry-services.style2 .ry-each:first-child .each-block:nth-child(2):hover .photo:after,
.ry-services.style2 .ry-each:nth-child(2) .each-block:first-child:hover .photo:after,
.ry-services.style2 .ry-each:last-child .each-block:last-child:hover .photo:after{
    background: var(--color-secondary-background);
}
.ry-services.style2 .ry-each:first-child .each-block:nth-child(2) .button-svg,
.ry-services.style2 .ry-each:nth-child(2) .each-block:first-child .button-svg,
.ry-services.style2 .ry-each:last-child .each-block:last-child .button-svg{
    filter: invert(1);
}

.ry-services.style2 .ry-each .title {
    line-height: 1;
    width: 80%;
}
.ry-services.style2 .ry-each .each-block {
    border-radius: 0.75rem;
}
/* Meet the Team */
	/**/
#section-hp-team:before {
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    z-index: 0;
    left: 0;
}
/* Insurance */
	/**/
#hp-insurance-1 .overflow-hidden {
    padding-top: 0;
    padding-bottom: 6.6vh;
}

.brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    filter: invert(1);
}

#hp-insurance-1 .brands-swiper-4 .swiper-wrapper div {
    background: white;
}

#hp-insurance-1 .brands-swiper-4 .swiper-wrapper div img {
    mix-blend-mode: normal;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
:is(.module-testimonials.style-5) :is(.swiper-button-prev, .swiper-button-next) {
    background-color: var(--color-secondary-background);
}
/* Footer */
	/**/
#ry-footer-3::after {
    background-color: var(--color-secondary-background);
}
#ry-footer-3 .footer-contents::before {
    background-color: var(--color-secondary-background);
    opacity: 1;
}
/*Media Queries*/
	/**/
.snap-mobile-menu {
    background-color: var(--color-primary-text);
}
@media screen and (max-width: 1420px){
    .module-welcome.style-5:before {
        width: 532px;
    }
}
@media screen and (max-width: 1080px){
    .module-welcome.style-5:before {
        width: 100%;
        height: 20%;
        top: auto;
        bottom: 0;
        opacity: 1;
    }
    #section-hp-team:before {
        opacity: 0;
    }

        .ry-services.style2 .each-block .photo {
        border-radius: 0;
    }
    
    .ry-services.style2 .each-block .photo:before {
        background: var(--color-primary-background);
        height: 100%;
    }
    
    .ry-services.style2 .each-block:nth-child(even) .photo:before {
        background: var(--color-secondary-background);
    }
    
    .ry-services.style2 .each-block .photo img {
        border-radius: 0;
        z-index: 2;
        filter: invert(1);
        height: 50%;
        width: 50%;
        left: 25%;
        top: 5%;
    }
}
@media screen and (max-width: 1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
/* End - HP Edits*/

/*---QA---*/
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background-color: var(--color-secondary-background);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li:hover {
    background-color: var(--color-primary-background);
}
body[data-page-name="contact-us"] div#footer-map {
    display: none;
}

body[data-page-name="contact-us"] div#ry-footer-3 {
    margin-top: 200px;
}

body[data-page-name="services"] ul {
    list-style: disc;
    padding-left: 17px;
}
.mobile-services .slick-track .each-block .photo{
	border-radius:15px;
}


@media(max-width:991px) {
    .homepage-swiper .swiper-slide{
        margin-top:100px
    }
}
@media(max-width:990px) {
.ry-services.style2 .each-block .photo img {
        height: 65%;
    }
    .ry-services.style2 .each-block .title {
        max-width:200px;
        width:100%;
        top:70%
    }
  .ry-services.style2 .each-block .title  > div {
      font-size:23px !important;
      line-height:1.1;
  }
}

@media(max-width:780px) {
   #map-wrapper #footer-map{
	   height:500px !important
   }
	#map-wrapper #footer-map .gm-style {
		left:-25px !important;
	}
	.footer-contents {
		padding-inline:15px !important
	}

	.footer-contents * {
		text-align:center
	}


}