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

#navigation.bg-white img {
    /* max-width: 75px !important; */
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 1px #efefef;
}
body#ry-pg-body #navigation {
    position: relative;
}
/* 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 31, 2025> */

/* Fonts*/
	/*fonts*/

	/*btns*/

/**/

/* Header */
	/**/
#navigation {
    position: absolute;
}

.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent);
    height: 60%;
}

.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

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

.cta-btn:nth-child(1) {
    background: #c4a544 !important;
}
.cta-btn:nth-child(1):hover {
    background: transparent !important;
    border-color: #c4a544;
    color: #c4a544;
}
.cta-btn:nth-child(2) {
    background: var(--color-primary-background);
}

.cta-btn:nth-child(2):hover {
    background: transparent;
    border-color: var(--color-primary-background);
    color: var(--color-primary-background);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-secondary-background);
    color: var(--color-primary-text);
}
/* Hero */
	/**/
/* CTA */
	/**/
/* Welcome */
	/**/
#hp-welcome-1 .background-section, #hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#hp-welcome-1::before {
    content: "";
    position: absolute;
    bottom: -1%;
    left: 50%;
    height: 80%;
    width: 80%;
    border: 3px solid var(--color-primary-background);
    z-index: 1;
    transform: translateX(-50%);
    border-top-left-radius: 225px;
}

#hp-welcome-1 {
    overflow: hidden;
}

#hp-welcome-1 .photo img {
    z-index: 2;
    position: relative;
}
/* Services */
	/**/
#section-hp-services::before {
    content: "";
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-04f5da8c-05eb-4a67-a15c-8259effe9f13/backgrounds/eyesondover_service_left_v2.jpg);
    background-size: cover;
    background-position: center right;
    position: absolute;
    top: 50%;
    width: 125px;
    height: 635px;
    left: 0;
    transform: translateY(-50%);
}
#section-hp-services::after {
    content: "";
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-04f5da8c-05eb-4a67-a15c-8259effe9f13/backgrounds/eyesondover_service_right_v2.jpg);
    background-size: cover;
    background-position: center left;
    position: absolute;
    top: 50%;
    width: 125px;
    height: 635px;
    right: 0;
    transform: translateY(-50%);
}
#hp-services-5 .background-section, #hp-services-5 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Meet the Team */
	/**/

.ry-hp-team::after {
    content: "";
    position: absolute;
    top: -1%;
    left: 50%;
    height: 80%;
    width: 80%;
    border: 3px solid var(--color-primary-background);
    z-index: 1;
    transform: translateX(-50%);
    border-bottom-right-radius: 225px;
}
.ry-hp-team {
    overflow: hidden;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Footer */
	/**/
/*Media Queries*/
@media (width < 1000px) {.ry-hp-team::after {display:none;}}
@media (width < 1024px) {.ry-hp-team::after {width: 70%;}}
@media (width > 1024px) {.ry-hp-team::after {width: 97%;}}

@media screen and (max-width:1200px){
    #hp-welcome-1::before{
        width: 120%;
    }
}

@media screen and (max-width:1024px){
	#navigation.bg-white img {
		position: relative;
		padding: 0;
		box-shadow: none;
		border-radius: 0;
	}
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
    
    .with-gradient:before {
        opacity: 0;
    }
    #hp-welcome-1::before {
        border-top-left-radius: 0;
    }
    .ry-hp-team::after{
        border-bottom-left-radius: 0;
    }
	div#footer-map {
		height: 400px !important;
	}
}
@media (width < 1080px) {
    #hp-brands-1::before, #hp-brands-2::before, #hp-brands-3::before, #hp-brands-4::before, #hp-brands-5::before, #hp-brands-6::before,
        #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
	
	.homepage-swiper .swiper-slide {
		margin-top: 6em;
	}
}

/* End - HP Edits*/

/*#ry-sidebar .ry-btn {
    background-image: url('https://s3.amazonaws.com/static.organiclead.com/Site-04f5da8c-05eb-4a67-a15c-8259effe9f13/gold_bg.jpg')!important;
}*/

.form-group .ry-btn.ry-btn-primary {
    background-image: url('https://s3.amazonaws.com/static.organiclead.com/Site-04f5da8c-05eb-4a67-a15c-8259effe9f13/gold_bg.jpg')!important;
    
}

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

body[data-page-name="contact-us"] #ry-pg-body {
	padding-bottom: 200px;
}

mm-burger {
	color: #01334a !important;
}

@media (width < 768px) {
.custom-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 30%);
}
}