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

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

:root {
 --clr-black: #000;
 --clr-white: #fff;
--clr-primary: #ab9d8f;
--clr-secondary: #bfb2a4;


--font-h1: clamp(3rem, 0.6828rem + 7.415vw, 4.85375rem); /*77.77px*/
--font-h1Span: clamp(1.14625rem, 0.2455rem + 2.8825vw, 1.866875rem); /*29.87px*/
--font-h2: clamp(1.14625rem, -1.1709rem + 7.415vw, 3rem); /*48px*/
--font-h2Span: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); /*18.34px*/
}
/*Global*/
/*btn*/
	.ry-btn-white{
	color: var(--clr-black) !important;
	background: var(--clr-white) !important;
	border: 1px solid var(--clr-white) !important;
	}
	.ry-btn-white:hover{
	color: var(--clr-white) !important;
	background: transparent !important;
	border: 1px solid var(--clr-white) !important;
	}
	.ry-btn-white-outline {
		background: transparent;
		border: 1px solid white;
		transition: all .3s;
	}

	.ry-btn-white-outline:hover {
		background: white !important;
		color: black;
		border: none;
	}
	.ry-btn-primary:hover {
		background: #089745;
		border-color: #089745;
	}
/*Modal*/
/*Header*/
.cta-btn {
    background: #089745;
    border-radius: 999px;
    width: 270px;
}

.cta-btn:hover {
    background: transparent;
    border: 1px solid #089745;
    color: #089745;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: black;
}

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

.ry-menu .ry-nav li:hover {
    color: var(--color-primary-text);
}
.nav-white-logo {
    filter: invert(1);
}
/*Hero*/
.slider-info {
    min-height: fit-content;
}
.homepage-video-slider::before {
background-image: linear-gradient(to bottom, white, #ffffff00, transparent, #000000ba);
    background-color: transparent;
    opacity: 1;
}

.homepage-video-slider {
    max-height: 100vh;
}
/*Welcome*/
#welcome-wrap.style-1 {
    z-index: 2;
}
#welcome-wrap.style-1 .module-22 .ry-left img {
    border: none;
}
#welcome-wrap.style-1 .module-22 .ry-right .content-wrap p {
    text-align: center !important;
}
#welcome-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-edf948bd-3a40-416d-836c-d73fca08ae55/backgrounds/EOPT_welcome_box.jpg) left top no-repeat;
	background-size: cover;
    border-bottom-right-radius: 500px;
}

#welcome-wrap.style-1 .svg-background {
    opacity: 0;
}
/*CTA*/
/*Services*/
#services-12 > div > div > a {
    background: #089745 !important;
}
#services-12 > div:nth-child(odd),
#services-12 > div:nth-child(even) > div > a {
    background-color: var(--color-primary-background);
}

#services-12 > div:nth-child(even),
#services-12 > div:nth-child(odd) > div > a {
    background-color: var(--color-secondary-background);
    
}
#services-12 > div {
    border-radius: 40px;
}
#services-12 > div:nth-child(odd) img {
    object-fit: cover;
}
#services-12 > div:nth-child(odd) > div > p {
    text-align: center !important;
}
/*Team*/
#section-hp-team h6, #section-hp-team p {
    color: white;
}
/*Insurance*/
/*Brands*/
#hp-insurance-1 .brands-swiper-4 div,
#hp-brands-6 .brands-swiper-4 div {
    background: transparent;
}
#hp-insurance-1 .brands-swiper-4 div img,
#hp-brands-6 .brands-swiper-4 div img {
    filter: invert(1);
    mix-blend-mode: normal;
}
/*Appointment Form*/
/*Testimonials*/
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-edf948bd-3a40-416d-836c-d73fca08ae55/backgrounds/EOPT_testimonials_box.jpg) center top no-repeat;
	background-size: cover;
}
.module-testimonials.style-2 .swiper-pagination-bullet-active {
    background-color: white;
}
/*Footer*/
#ry-footer-3::after {
    background-color: var(--color-secondary-background);
}

#ry-footer-3 .footer-contents::before {
    opacity: 0.7;
}
/*Media Queries*/

@media screen and (max-width:1024px){
    .homepage-video-slider::before {
        opacity: 0;
    }
    #welcome-wrap::after {
        height: 40%;
        width: 100%;
        border-radius: 0;
    }
}
@media (width < 1080px) {
    #section-hp-services:before, .module-19.style2:before, .ry-services.style2::before,#hp-brands-1::before, #hp-brands-2::before, #hp-brands-3::before, #hp-brands-4::before, #hp-brands-5::before, #hp-brands-6::before {
        opacity: 1;
    }
}
@media (min-width: 1600px) {
    .ry-menu .ry-nav li.primary a {
        font-size: unset;
    }
}
	/* END | HP Edits*/
	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt h2,
	.team-inner-page.style3 .ry-each .each-container .details .team-full-description h2 {
		font-size: 30px;
		line-height: 1.1;
	}
	.team-inner-page.style3 h5 {
		font-size: 26px;
		line-height: 1.1;
	}

	div#navigation .bg-primary-background {
		background-color: #fff !important;
	}